Package Exports
- @douyinfe/semi-icons-lab
- @douyinfe/semi-icons-lab/lib/cjs/index.js
- @douyinfe/semi-icons-lab/lib/es/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@douyinfe/semi-icons-lab) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
📣 Introduce
Beautiful, colorful icons(experimental) design by Semi Team

🚀 Getting Start
install deps
npm install @douyinfe/semi-icons-labas a react component
import { IconAnchor } from '@douyinfe/semi-icons-lab';
ReactDOM.render(<IconAnchor />, root);How to contribute icon to this package
- Add the svg file under the path
src/svgs/, naming references to other files. - Run command
lerna run build:icon --scope @douyinfe/semi-icons-lab, the corresponding tsx file will be generated under the pathsrc/icons. - Add the category and name of the new icon to the
src/svgs/meta.jsonfile. - Finally, run command
yarn docsiteand go to the icon page to confirm whether the icon is successfully added.