@central-icons-react/square-filled-radius-0-stroke-1 1.1.37 → 1.1.39
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/IconArrowCornerUpLeft/index.js +1 -1
- package/IconArrowCornerUpLeft/index.js.map +1 -1
- package/IconArrowCornerUpLeft/index.mjs +1 -1
- package/IconArrowCornerUpLeft/index.mjs.map +1 -1
- package/IconAura/index.d.ts +4 -0
- package/IconAura/index.js +2 -0
- package/IconAura/index.js.map +1 -0
- package/IconAura/index.mjs +2 -0
- package/IconAura/index.mjs.map +1 -0
- package/IconLiveVoiceTranslate/index.d.ts +4 -0
- package/IconLiveVoiceTranslate/index.js +2 -0
- package/IconLiveVoiceTranslate/index.js.map +1 -0
- package/IconLiveVoiceTranslate/index.mjs +2 -0
- package/IconLiveVoiceTranslate/index.mjs.map +1 -0
- package/README.md +2 -0
- package/icons/index.d.ts +2 -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 +8 -4
- package/index.d.ts +5 -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-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.39",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
14
14
|
},
|
|
15
|
-
"totalIcons":
|
|
15
|
+
"totalIcons": 1583,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
|
-
"count":
|
|
18
|
+
"count": 46,
|
|
19
19
|
"icons": [
|
|
20
20
|
"IconAppleIntelligenceIcon",
|
|
21
21
|
"IconBoxSparkle",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"IconImagine",
|
|
34
34
|
"IconImagineAi",
|
|
35
35
|
"IconListSparkle",
|
|
36
|
+
"IconLiveVoiceTranslate",
|
|
36
37
|
"IconMagicBook",
|
|
37
38
|
"IconMagicEdit",
|
|
38
39
|
"IconMagicWand",
|
|
@@ -1030,8 +1031,9 @@
|
|
|
1030
1031
|
]
|
|
1031
1032
|
},
|
|
1032
1033
|
"People": {
|
|
1033
|
-
"count":
|
|
1034
|
+
"count": 31,
|
|
1034
1035
|
"icons": [
|
|
1036
|
+
"IconAura",
|
|
1035
1037
|
"IconBathMan1",
|
|
1036
1038
|
"IconBathWoman1",
|
|
1037
1039
|
"IconContacts",
|
|
@@ -1926,6 +1928,7 @@
|
|
|
1926
1928
|
"IconAt": "at, handle, @",
|
|
1927
1929
|
"IconAtom": "atom",
|
|
1928
1930
|
"IconAudio": "audio, music, playlist, musical-note",
|
|
1931
|
+
"IconAura": "aura, enlighten",
|
|
1929
1932
|
"IconAutoCorrect": "auto-correct, autocheck, text-correction",
|
|
1930
1933
|
"IconAutoFlash": "auto-flash",
|
|
1931
1934
|
"IconAutoSize": "auto-size, automatic-size, page",
|
|
@@ -2675,6 +2678,7 @@
|
|
|
2675
2678
|
"IconLiveActivity": "live-activity, fitness",
|
|
2676
2679
|
"IconLiveFull": "live-full, signal, podcast",
|
|
2677
2680
|
"IconLiveNoSignal": "live-no-signal, signal",
|
|
2681
|
+
"IconLiveVoiceTranslate": "live-voice-translate",
|
|
2678
2682
|
"IconLiveWeak": "live-weak, signal",
|
|
2679
2683
|
"IconLoader": "loader",
|
|
2680
2684
|
"IconLoadingCircle": "loading-circle, quarter, spinner",
|
package/index.d.ts
CHANGED
|
@@ -500,6 +500,7 @@ export { IconAsterisk, default as IconAsteriskDefault } from "./IconAsterisk";
|
|
|
500
500
|
export { IconAt, default as IconAtDefault } from "./IconAt";
|
|
501
501
|
export { IconAtom, default as IconAtomDefault } from "./IconAtom";
|
|
502
502
|
export { IconAudio, default as IconAudioDefault } from "./IconAudio";
|
|
503
|
+
export { IconAura, default as IconAuraDefault } from "./IconAura";
|
|
503
504
|
export {
|
|
504
505
|
IconAutoCorrect,
|
|
505
506
|
default as IconAutoCorrectDefault,
|
|
@@ -2560,6 +2561,10 @@ export {
|
|
|
2560
2561
|
IconLiveNoSignal,
|
|
2561
2562
|
default as IconLiveNoSignalDefault,
|
|
2562
2563
|
} from "./IconLiveNoSignal";
|
|
2564
|
+
export {
|
|
2565
|
+
IconLiveVoiceTranslate,
|
|
2566
|
+
default as IconLiveVoiceTranslateDefault,
|
|
2567
|
+
} from "./IconLiveVoiceTranslate";
|
|
2563
2568
|
export { IconLiveWeak, default as IconLiveWeakDefault } from "./IconLiveWeak";
|
|
2564
2569
|
export { IconLoader, default as IconLoaderDefault } from "./IconLoader";
|
|
2565
2570
|
export {
|