README
通用的 icon 组件
兼容 iconfont 的 font 图标和 svg 图标
import { Icon } from '@nuage/icon';
const target = <Icon font={icon} />;
兼容iconfont的font图标和svg图标
<script type="module">
import nuageIcon from 'https://cdn.skypack.dev/@nuage/icon';
</script>
兼容 iconfont 的 font 图标和 svg 图标
import { Icon } from '@nuage/icon';
const target = <Icon font={icon} />;