⭐ The abstract trees of the Ant Design SVG icons.
| Framework | Package name | Latest Version | Download stats | Bundle Size | Package Size | 
|---|---|---|---|---|---|
| Vanilla | @ant-design/icons-svg | ||||
| React | @ant-design/icons | ||||
| React Native | @ant-design/icons-react-native | ||||
| Angular | @ant-design/icons-angular | ||||
| Vue | @ant-design/icons-vue | 
- Node.js >= 16
- Install utoo globally: npm i -g utoo
# Clone the repository
git clone https://github.com/ant-design/ant-design-icons.git
cd ant-design-icons
# Install dependencies
ut install# Clean all workspaces
ut clean
# Lint all workspaces
ut lint
# Generate icons for a specific package
ut generate --workspace @ant-design/icons-svg
# Build a specific package
ut build --workspace @ant-design/icons-svg
# Test a specific package
ut test --workspace @ant-design/icons-svg
# Run CI for a specific package
ut ci --workspace @ant-design/iconsSee available commands in root package.json:
- ut icons:generate- Generate icons-svg
- ut icons:build- Build icons-svg
- ut react:ci- Run React icons CI
- ut vue:ci- Run Vue icons CI
- ut angular:ci- Run Angular icons CI
- ut rn:generate- Generate React Native icons
