semi-bot b9a08d8581 v2.59.0 1 year ago
..
scripts 11c9e3829d chore: chahge build icon 2 years ago
src 30fd999407 fix: Fix the problem that the same id in multiple svgs causes incorrect display (#1337) 2 years 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 b9a08d8581 v2.59.0 1 year 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);