Files
flaticon-uicons/package.json
T
ubunteroz ae66c2e34c Initial commit: Flaticon UIcons package with local font build system
Add 50,000+ icon font package sourced from Flaticon API with local
webfonts and interactive icon explorer.

Features:
- 50,492 icons across 15 style variations (weight × corner)
- Self-hosted webfonts (TTF, WOFF, WOFF2)
- Interactive icon explorer with search and filters
- FontForge-based build pipeline for generating fonts from SVGs
- Drop-in CSS with class-based icon usage

Build scripts:
- scripts/build-font.py - Standalone FontForge Python script
- build-fonts.js - Node.js orchestrator for font generation
- update-icon-list.js - Fetch icon metadata from Flaticon API
- build-icons-js.js - Generate browser-ready icon dataset

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Z.ai GLM 4.7 <noreply@z.ai>
2026-01-24 10:58:23 +08:00

27 lines
582 B
JSON

{
"name": "@invisi/flaticon-uicons",
"version": "0.1.0",
"description": "Flaticon UIcons font icon package with local explorer and webfonts.",
"license": "SEE LICENSE IN README",
"main": "index.js",
"style": "fonts/flaticon.css",
"files": [
"fonts",
"data/all_icons.js",
"explorer.html",
"README.md",
"index.js"
],
"scripts": {
"build:icons": "node build-icons-js.js",
"update:icons": "node update-icon-list.js",
"build:fonts": "node build-fonts.js"
},
"keywords": [
"flaticon",
"icons",
"fonts",
"uicons"
]
}