semi-bot fe089777be v2.63.1 1 年之前
..
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) 3 年之前
package.json fe089777be v2.63.1 1 年之前
tsconfig.json 599618a8c7 chore: setValue ts interface support recur path (#2245) 1 年之前
webpack.config.js 9b82b7e001 chore: eslint fix 2 年之前

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