semi-bot 9d7513d744 v2.22.2 3 years ago
..
scripts d4c3d4b522 chore: use eslint to format code (#1162) 3 years ago
src bd83d1f9cd chore: format code 3 years ago
README.md 7efbe8f4cd chore(readme): adjust readme (#246) 3 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 9d7513d744 v2.22.2 3 years ago
tsconfig.json ef2531c8be Fix strict ts (#314) 3 years ago
webpack.config.js 626c4b9f9e Feat/support next (#245) 3 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);