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

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