Package Exports
- @douyinfe/semi-icons
- @douyinfe/semi-icons/lib/cjs/index.js
- @douyinfe/semi-icons/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) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
📣 Introduce
Semantic Icons design by Semi Team
🏷 Features
- 330+ Icons
- Filled and Stroked Icons
- Support custom color
🚀 Getting Start
install deps
npm install @douyinfe/semi-icons
as a react component
import { IconSend } from '@douyinfe/semi-icons';
ReactDOM.render(<IconSend />, root);