@central-icons-react/square-outlined-radius-0-stroke-1 1.1.43 → 1.1.44
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/IconDino/index.d.ts +4 -0
- package/IconDino/index.js +2 -0
- package/IconDino/index.js.map +1 -0
- package/IconDino/index.mjs +2 -0
- package/IconDino/index.mjs.map +1 -0
- package/README.md +2 -4
- package/icons/index.d.ts +1 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +7 -8
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react/square-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.44",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1/IconHome';",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
14
14
|
},
|
|
15
|
-
"totalIcons":
|
|
15
|
+
"totalIcons": 1607,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 61,
|
|
@@ -1501,7 +1501,7 @@
|
|
|
1501
1501
|
]
|
|
1502
1502
|
},
|
|
1503
1503
|
"Things": {
|
|
1504
|
-
"count":
|
|
1504
|
+
"count": 126,
|
|
1505
1505
|
"icons": [
|
|
1506
1506
|
"IconAlien",
|
|
1507
1507
|
"IconAnvil",
|
|
@@ -1529,6 +1529,7 @@
|
|
|
1529
1529
|
"IconDashboardMiddle",
|
|
1530
1530
|
"IconDiamond",
|
|
1531
1531
|
"IconDiamondShine",
|
|
1532
|
+
"IconDino",
|
|
1532
1533
|
"IconDirectorChair",
|
|
1533
1534
|
"IconDoorHanger",
|
|
1534
1535
|
"IconDumbell",
|
|
@@ -1731,12 +1732,8 @@
|
|
|
1731
1732
|
"IconWrite"
|
|
1732
1733
|
]
|
|
1733
1734
|
},
|
|
1734
|
-
"Vehicles": {
|
|
1735
|
-
"count": 1,
|
|
1736
|
-
"icons": ["IconTruck"]
|
|
1737
|
-
},
|
|
1738
1735
|
"Vehicles & Aircrafts": {
|
|
1739
|
-
"count":
|
|
1736
|
+
"count": 35,
|
|
1740
1737
|
"icons": [
|
|
1741
1738
|
"IconAirplane",
|
|
1742
1739
|
"IconAirplaneDown",
|
|
@@ -1771,6 +1768,7 @@
|
|
|
1771
1768
|
"IconRoller",
|
|
1772
1769
|
"IconShipping",
|
|
1773
1770
|
"IconTrainFrontView",
|
|
1771
|
+
"IconTruck",
|
|
1774
1772
|
"IconUfo"
|
|
1775
1773
|
]
|
|
1776
1774
|
},
|
|
@@ -2365,6 +2363,7 @@
|
|
|
2365
2363
|
"IconDice5": "dice-5, roll",
|
|
2366
2364
|
"IconDice6": "dice-6, roll",
|
|
2367
2365
|
"IconDices": "dices, random, roll",
|
|
2366
|
+
"IconDino": "dino, age, old",
|
|
2368
2367
|
"IconDirection1": "direction-1, route",
|
|
2369
2368
|
"IconDirection2": "direction-2, route",
|
|
2370
2369
|
"IconDirectorChair": "director-chair, chair",
|
package/index.d.ts
CHANGED
|
@@ -1664,6 +1664,7 @@ export { IconDice4, default as IconDice4Default } from "./IconDice4";
|
|
|
1664
1664
|
export { IconDice5, default as IconDice5Default } from "./IconDice5";
|
|
1665
1665
|
export { IconDice6, default as IconDice6Default } from "./IconDice6";
|
|
1666
1666
|
export { IconDices, default as IconDicesDefault } from "./IconDices";
|
|
1667
|
+
export { IconDino, default as IconDinoDefault } from "./IconDino";
|
|
1667
1668
|
export {
|
|
1668
1669
|
IconDirection1,
|
|
1669
1670
|
default as IconDirection1Default,
|