point.halo 3d4a73bf03 v2.76.0-alpha.1 8 months ago
..
scripts be6739d888 feat: semi-icons-lab add new icons (#2583) 11 months ago
src be6739d888 feat: semi-icons-lab add new icons (#2583) 11 months ago
CONTRIBUTING.md f5a753ac20 docs: add the contribution steps to semi-icon package (#1246) 3 years ago
README.md 7efbe8f4cd chore(readme): adjust readme (#246) 4 years ago
getBabelConfig.js 693beb71a6 fix: remove babel runtime in semi-icons 3 years ago
gulpfile.js 626c4b9f9e Feat/support next (#245) 3 years ago
package.json 3d4a73bf03 v2.76.0-alpha.1 8 months ago
tsconfig.json 599618a8c7 chore: setValue ts interface support recur path (#2245) 1 year ago
webpack.config.js 9b82b7e001 chore: eslint fix 2 years ago

README.md

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