semi-bot b380360d4f v2.2.0-beta.1 3 år sedan
..
scripts efbe7db941 support icon and illustrations umd file#215 (#322) 4 år sedan
src 00e13ed0c3 feat: Icon size support inherit (#378) 4 år sedan
README.md 7efbe8f4cd chore(readme): adjust readme (#246) 4 år sedan
getBabelConfig.js 626c4b9f9e Feat/support next (#245) 4 år sedan
gulpfile.js 626c4b9f9e Feat/support next (#245) 4 år sedan
package.json b380360d4f v2.2.0-beta.1 3 år sedan
tsconfig.json ef2531c8be Fix strict ts (#314) 4 år sedan
webpack.config.js 626c4b9f9e Feat/support next (#245) 4 år sedan

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