@central-icons-react/square-filled-radius-0-stroke-2 1.1.38 → 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/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 +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 +4 -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-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.39",
|
|
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,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",
|
|
@@ -2677,6 +2678,7 @@
|
|
|
2677
2678
|
"IconLiveActivity": "live-activity, fitness",
|
|
2678
2679
|
"IconLiveFull": "live-full, signal, podcast",
|
|
2679
2680
|
"IconLiveNoSignal": "live-no-signal, signal",
|
|
2681
|
+
"IconLiveVoiceTranslate": "live-voice-translate",
|
|
2680
2682
|
"IconLiveWeak": "live-weak, signal",
|
|
2681
2683
|
"IconLoader": "loader",
|
|
2682
2684
|
"IconLoadingCircle": "loading-circle, quarter, spinner",
|
package/index.d.ts
CHANGED
|
@@ -2561,6 +2561,10 @@ export {
|
|
|
2561
2561
|
IconLiveNoSignal,
|
|
2562
2562
|
default as IconLiveNoSignalDefault,
|
|
2563
2563
|
} from "./IconLiveNoSignal";
|
|
2564
|
+
export {
|
|
2565
|
+
IconLiveVoiceTranslate,
|
|
2566
|
+
default as IconLiveVoiceTranslateDefault,
|
|
2567
|
+
} from "./IconLiveVoiceTranslate";
|
|
2564
2568
|
export { IconLiveWeak, default as IconLiveWeakDefault } from "./IconLiveWeak";
|
|
2565
2569
|
export { IconLoader, default as IconLoaderDefault } from "./IconLoader";
|
|
2566
2570
|
export {
|