JSPM

@douyinfe/semi-icons

2.19.0-alpha.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 10732
    • Score
      100M100P100Q134892F
    • License MIT

    semi icons

    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);