@central-icons-react/square-filled-radius-0-stroke-2 1.1.59 → 1.1.60
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/IconGlobe/index.d.ts +4 -0
- package/IconGlobe/index.js +2 -0
- package/IconGlobe/index.js.map +1 -0
- package/{IconGlobus → IconGlobe}/index.mjs +1 -1
- package/IconGlobe/index.mjs.map +1 -0
- package/{IconGlobus → IconGlobe2}/index.d.ts +2 -2
- package/IconGlobe2/index.js +2 -0
- package/IconGlobe2/index.js.map +1 -0
- package/IconGlobe2/index.mjs +2 -0
- package/IconGlobe2/index.mjs.map +1 -0
- package/README.md +2 -1
- package/icons/index.d.ts +2 -1
- 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 -5
- package/index.d.ts +2 -1
- 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/IconGlobus/index.js +0 -2
- package/IconGlobus/index.js.map +0 -1
- package/IconGlobus/index.mjs.map +0 -1
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.60",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-2/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": 1628,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 63,
|
|
@@ -1029,12 +1029,13 @@
|
|
|
1029
1029
|
]
|
|
1030
1030
|
},
|
|
1031
1031
|
"Location": {
|
|
1032
|
-
"count":
|
|
1032
|
+
"count": 16,
|
|
1033
1033
|
"icons": [
|
|
1034
1034
|
"IconDirection1",
|
|
1035
1035
|
"IconDirection2",
|
|
1036
1036
|
"IconEarth",
|
|
1037
|
-
"
|
|
1037
|
+
"IconGlobe",
|
|
1038
|
+
"IconGlobe2",
|
|
1038
1039
|
"IconInitiatives",
|
|
1039
1040
|
"IconLocation",
|
|
1040
1041
|
"IconMap",
|
|
@@ -2600,7 +2601,8 @@
|
|
|
2600
2601
|
"IconGit": "git",
|
|
2601
2602
|
"IconGithub": "github",
|
|
2602
2603
|
"IconGlass": "glass, material, shader, liquid-glass",
|
|
2603
|
-
"
|
|
2604
|
+
"IconGlobe": "globe, network, translate",
|
|
2605
|
+
"IconGlobe2": "globe-2, network, translate",
|
|
2604
2606
|
"IconGoldMedal": "gold-medal, first-place, win",
|
|
2605
2607
|
"IconGolfBall": "golf-ball",
|
|
2606
2608
|
"IconGooey": "gooey, morph, liquid-glass",
|
package/index.d.ts
CHANGED
|
@@ -2259,7 +2259,8 @@ export {
|
|
|
2259
2259
|
export { IconGit, default as IconGitDefault } from "./IconGit";
|
|
2260
2260
|
export { IconGithub, default as IconGithubDefault } from "./IconGithub";
|
|
2261
2261
|
export { IconGlass, default as IconGlassDefault } from "./IconGlass";
|
|
2262
|
-
export {
|
|
2262
|
+
export { IconGlobe, default as IconGlobeDefault } from "./IconGlobe";
|
|
2263
|
+
export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
|
|
2263
2264
|
export {
|
|
2264
2265
|
IconGoldMedal,
|
|
2265
2266
|
default as IconGoldMedalDefault,
|