1
0
semi-bot 1810821764 v2.33.1 2 жил өмнө
..
scripts 11c9e3829d chore: chahge build icon 2 жил өмнө
src 30fd999407 fix: Fix the problem that the same id in multiple svgs causes incorrect display (#1337) 2 жил өмнө
CONTRIBUTING.md f5a753ac20 docs: add the contribution steps to semi-icon package (#1246) 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 1810821764 v2.33.1 2 жил өмнө
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);