semi-bot 9d7513d744 v2.22.2 3 лет назад
..
scripts d4c3d4b522 chore: use eslint to format code (#1162) 3 лет назад
src bd83d1f9cd chore: format code 3 лет назад
README.md 7efbe8f4cd chore(readme): adjust readme (#246) 4 лет назад
getBabelConfig.js 693beb71a6 fix: remove babel runtime in semi-icons 3 лет назад
gulpfile.js 626c4b9f9e Feat/support next (#245) 4 лет назад
package.json 9d7513d744 v2.22.2 3 лет назад
tsconfig.json ef2531c8be Fix strict ts (#314) 4 лет назад
webpack.config.js 626c4b9f9e Feat/support next (#245) 4 лет назад

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