0.0.5 • Published 3 years ago

@emmda-design/icons v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@emmda-design/icons

heroicons的一层简单封装,底层依赖于 @heroicons/react

相比于 heroicons,做的改动有:

  1. 添加类型定义,支持的 props 等
  2. 调整默认样式

安装

npm i @emmda-design/icons

使用

import { BeakerIconOutlined } from "@emmda-design/icons";

function MyComponent() {
  return (
    <div>
      <BeakerIconOutlined />
      <p>...</p>
    </div>
  );
}
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago