@tabler/icons 3.38.0 → 3.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/categories/outline/Arrows/circle-open-arrow-down.svg +16 -0
- package/categories/outline/Arrows/circle-open-arrow-left.svg +16 -0
- package/categories/outline/Arrows/circle-open-arrow-right.svg +16 -0
- package/categories/outline/Arrows/circle-open-arrow-up.svg +16 -0
- package/categories/outline/Brand/brand-infakt.svg +16 -0
- package/categories/outline/Buildings/home-lock.svg +19 -0
- package/categories/outline/Buildings/home-shield.svg +3 -2
- package/categories/outline/Charts/trending-up-down.svg +18 -0
- package/categories/outline/Design/mesh.svg +19 -0
- package/categories/outline/Design/stroke-curved.svg +15 -0
- package/categories/outline/Design/stroke-dynamic.svg +15 -0
- package/categories/outline/Design/stroke-straight.svg +15 -0
- package/categories/outline/Development/ai-agent.svg +24 -0
- package/categories/outline/Development/ai-agents.svg +23 -0
- package/categories/outline/Development/ai-gateway.svg +19 -0
- package/categories/outline/Development/api-book.svg +26 -0
- package/categories/outline/Development/bot-id.svg +22 -0
- package/categories/outline/Development/canary.svg +17 -0
- package/categories/outline/Development/codeblock.svg +18 -0
- package/categories/outline/Development/connection.svg +17 -0
- package/categories/outline/Development/firewall-check.svg +20 -0
- package/categories/outline/Development/firewall-flame.svg +20 -0
- package/categories/outline/Development/image-generation.svg +20 -0
- package/categories/outline/Development/microfrontends.svg +21 -0
- package/categories/outline/Development/middleware.svg +23 -0
- package/categories/outline/Development/queue-pop-in.svg +18 -0
- package/categories/outline/Development/queue-pop-out.svg +18 -0
- package/categories/outline/Development/scan-traces.svg +21 -0
- package/categories/outline/Development/serverless.svg +15 -0
- package/categories/outline/Development/user-key.svg +19 -0
- package/categories/outline/Development/zero-config.svg +16 -0
- package/categories/outline/Map/map-lock.svg +18 -0
- package/categories/outline/Map/map-shield.svg +17 -0
- package/categories/outline/Map/world-map.svg +18 -0
- package/categories/outline/Shapes/circle-plus-minus.svg +18 -0
- package/categories/outline/System/credits.svg +19 -0
- package/categories/outline/System/vip-2.svg +21 -0
- package/categories/outline/Text/sort-ascending-2.svg +1 -0
- package/categories/outline/Text/sort-descending-2.svg +1 -0
- package/icons/outline/ai-agent.svg +24 -0
- package/icons/outline/ai-agents.svg +23 -0
- package/icons/outline/ai-gateway.svg +19 -0
- package/icons/outline/api-book.svg +26 -0
- package/icons/outline/bot-id.svg +22 -0
- package/icons/outline/brand-infakt.svg +16 -0
- package/icons/outline/canary.svg +17 -0
- package/icons/outline/circle-open-arrow-down.svg +16 -0
- package/icons/outline/circle-open-arrow-left.svg +16 -0
- package/icons/outline/circle-open-arrow-right.svg +16 -0
- package/icons/outline/circle-open-arrow-up.svg +16 -0
- package/icons/outline/circle-plus-minus.svg +18 -0
- package/icons/outline/codeblock.svg +18 -0
- package/icons/outline/connection.svg +17 -0
- package/icons/outline/credits.svg +19 -0
- package/icons/outline/firewall-check.svg +20 -0
- package/icons/outline/firewall-flame.svg +20 -0
- package/icons/outline/home-lock.svg +19 -0
- package/icons/outline/home-shield.svg +3 -2
- package/icons/outline/image-generation.svg +20 -0
- package/icons/outline/map-lock.svg +18 -0
- package/icons/outline/map-shield.svg +17 -0
- package/icons/outline/mesh.svg +19 -0
- package/icons/outline/microfrontends.svg +21 -0
- package/icons/outline/middleware.svg +23 -0
- package/icons/outline/queue-pop-in.svg +18 -0
- package/icons/outline/queue-pop-out.svg +18 -0
- package/icons/outline/scan-traces.svg +21 -0
- package/icons/outline/serverless.svg +15 -0
- package/icons/outline/sort-ascending-2.svg +1 -0
- package/icons/outline/sort-descending-2.svg +1 -0
- package/icons/outline/stroke-curved.svg +15 -0
- package/icons/outline/stroke-dynamic.svg +15 -0
- package/icons/outline/stroke-straight.svg +15 -0
- package/icons/outline/trending-up-down.svg +18 -0
- package/icons/outline/user-key.svg +19 -0
- package/icons/outline/vip-2.svg +21 -0
- package/icons/outline/world-map.svg +18 -0
- package/icons/outline/zero-config.svg +16 -0
- package/icons.json +795 -0
- package/package.json +2 -2
- package/tabler-nodes-outline.json +1082 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "codecalm",
|
|
6
6
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
@@ -50,6 +50,6 @@
|
|
|
50
50
|
"build:docs": "cp -r ../../docs/* ./docs/",
|
|
51
51
|
"copy": "pnpm run copy:license",
|
|
52
52
|
"copy:license": "cp ../../LICENSE ./LICENSE",
|
|
53
|
-
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/categories/*' -exec rm -rf {} + && rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +"
|
|
53
|
+
"clean": "find dist -mindepth 1 -delete 2>/dev/null; rm -rf dist && find . ! -name '.gitkeep' -path '*/categories/*' -exec rm -rf {} + && find dist -mindepth 1 -delete 2>/dev/null; rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +"
|
|
54
54
|
}
|
|
55
55
|
}
|