JSPM

@douyinfe/semi-icons

2.88.0-alpha.1-exact
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 10732
    • Score
      100M100P100Q144418F
    • License MIT

    semi icons

    Package Exports

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