@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.9 → 1.1.10
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/IconPan/index.d.ts +4 -0
- package/IconPan/index.js +2 -0
- package/IconPan/index.js.map +1 -0
- package/IconPan/index.mjs +2 -0
- package/IconPan/index.mjs.map +1 -0
- package/README.md +1 -0
- 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 +5 -3
- 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.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1.5/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": 1542,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 35,
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
]
|
|
621
621
|
},
|
|
622
622
|
"Food": {
|
|
623
|
-
"count":
|
|
623
|
+
"count": 42,
|
|
624
624
|
"icons": [
|
|
625
625
|
"IconAppleNewton",
|
|
626
626
|
"IconApples",
|
|
@@ -650,6 +650,7 @@
|
|
|
650
650
|
"IconHotDrinkCup",
|
|
651
651
|
"IconIcebowl",
|
|
652
652
|
"IconOrange",
|
|
653
|
+
"IconPan",
|
|
653
654
|
"IconPancakes",
|
|
654
655
|
"IconPizza",
|
|
655
656
|
"IconPopcorn",
|
|
@@ -2757,6 +2758,7 @@
|
|
|
2757
2758
|
"IconPaintBrush": "paint-brush, design, color, appearance",
|
|
2758
2759
|
"IconPaintBucket": "paint-bucket, design, color, appearance",
|
|
2759
2760
|
"IconPaintBucketDrop": "paint-bucket-drop",
|
|
2761
|
+
"IconPan": "pan, cooking, skills",
|
|
2760
2762
|
"IconPancakes": "pancakes, maple-syrup, breakfast",
|
|
2761
2763
|
"IconPanoramaView": "panorama-view",
|
|
2762
2764
|
"IconPaperclip1": "paperclip-1, attachment",
|
package/index.d.ts
CHANGED
|
@@ -2910,6 +2910,7 @@ export {
|
|
|
2910
2910
|
IconPaintBucketDrop,
|
|
2911
2911
|
default as IconPaintBucketDropDefault,
|
|
2912
2912
|
} from "./IconPaintBucketDrop";
|
|
2913
|
+
export { IconPan, default as IconPanDefault } from "./IconPan";
|
|
2913
2914
|
export { IconPancakes, default as IconPancakesDefault } from "./IconPancakes";
|
|
2914
2915
|
export {
|
|
2915
2916
|
IconPanoramaView,
|