1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "@tabler/icons-eps",
- "version": "2.4.0",
- "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
- "homepage": "https://tabler-icons.io",
- "bugs": {
- "url": "https://github.com/tabler/tabler-icons/issues"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/codecalm"
- },
- "scripts": {
- "build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons",
- "build:icons": "node build.mjs",
- "clean": "rm -rf dist && mkdir dist",
- "copy:license": "cp ../../LICENSE ./LICENSE"
- },
- "files": [
- "icons/*.eps"
- ],
- "exports": {
- "./*": [
- "./icons/*"
- ]
- },
- "dependencies": {
- "@tabler/icons": "2.4.0"
- },
- "keywords": [
- "icons",
- "svg",
- "png",
- "iconfont",
- "react",
- "front-end",
- "web",
- "eps",
- "vector"
- ]
- }
|