@tabler/icons-webfont 2.47.0 → 3.0.0-alpha.1

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020-2023 Paweł Kuna
3
+ Copyright (c) 2020-2024 Paweł Kuna
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/fonts/.gitkeep ADDED
File without changes
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons-webfont",
3
- "version": "2.47.0",
3
+ "version": "3.0.0-alpha.1",
4
4
  "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
5
5
  "homepage": "https://tabler-icons.io",
6
6
  "bugs": {
@@ -16,15 +16,12 @@
16
16
  "directory": "packages/icons-webfont"
17
17
  },
18
18
  "scripts": {
19
- "build": "pnpm run clean && pnpm run copy && pnpm run build:prepare && pnpm run build:outline && pnpm run build:optimize && pnpm run build:fix-outline && pnpm run build:webfont && pnpm run build:css && pnpm run build:clean",
20
- "build:prepare": "mkdir -p icons-outlined fonts && rm -fd icons-outlined/* fonts/*",
19
+ "build": "pnpm run copy && pnpm run build:prepare && pnpm run build:outline && pnpm run build:webfont && pnpm run build:css",
20
+ "build:prepare": "mkdir -p icons-outlined fonts && rm -fd fonts/*",
21
21
  "build:outline": "node .build/build-outline.mjs",
22
- "build:optimize": "svgo icons-outlined/*",
23
- "build:fix-outline": "fontforge -lang=py -script .build/fix-outline.py",
24
22
  "build:webfont": "rm -fd fonts/* && node .build/build-webfont.mjs",
25
23
  "build:css": "sass tabler-icons.scss tabler-icons.css --style expanded && sass tabler-icons.scss tabler-icons.min.css --style compressed",
26
24
  "build:clean": "rm -rf ./icons-outlined",
27
- "clean": "rm -rf ./iconfont",
28
25
  "copy": "pnpm run copy:license",
29
26
  "copy:license": "cp ../../LICENSE ./LICENSE"
30
27
  },
@@ -35,7 +32,7 @@
35
32
  "sass": "./tabler-icons.scss",
36
33
  "style": "./tabler-icons.min.css",
37
34
  "dependencies": {
38
- "@tabler/icons": "2.47.0"
35
+ "@tabler/icons": "3.0.0-alpha.1"
39
36
  },
40
37
  "keywords": [
41
38
  "icons",