JSPM

@douyinfe/semi-icons

2.0.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 10732
    • Score
      100M100P100Q134910F
    • License MIT

    semi icons

    Package Exports

    • @douyinfe/semi-icons

    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

    semi_logo

    Semi Icons

    send map_pin music mail chevron_right edit lock gift home
    send_stroked map_pin_stroked music_note_stroked mail_stroked chevron_right_stroked edit_stroked lock_stroked gift_stroked home_stroked

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