@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.242 → 1.1.243
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/IconEyedropper/index.d.ts +4 -0
- package/IconEyedropper/index.js +2 -0
- package/IconEyedropper/index.js.map +1 -0
- package/IconEyedropper/index.mjs +2 -0
- package/IconEyedropper/index.mjs.map +1 -0
- package/IconEyedropper2/index.d.ts +4 -0
- package/IconEyedropper2/index.js +2 -0
- package/{IconColorPicker → IconEyedropper2}/index.js.map +1 -1
- package/{IconColorPicker → IconEyedropper2}/index.mjs +1 -1
- package/{IconColorPicker → IconEyedropper2}/index.mjs.map +1 -1
- package/IconThings/index.js +1 -1
- package/IconThings/index.js.map +1 -1
- package/IconThings/index.mjs +1 -1
- package/IconThings/index.mjs.map +1 -1
- package/IconVoiceover2/index.d.ts +4 -0
- package/IconVoiceover2/index.js +2 -0
- package/IconVoiceover2/index.js.map +1 -0
- package/IconVoiceover2/index.mjs +2 -0
- package/IconVoiceover2/index.mjs.map +1 -0
- package/README.md +3 -1
- package/filtered-icons.json +43 -15
- package/icons/index.d.ts +3 -1
- package/icons-index.json +11 -7
- package/index.d.ts +3 -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/skills/central-icons-react-native/SKILL.md +4 -2
- package/tsx-icons.json +22 -8
- package/IconColorPicker/index.d.ts +0 -4
- package/IconColorPicker/index.js +0 -2
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.243",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 2008,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
"Accessibility": {
|
|
110
|
-
"count":
|
|
110
|
+
"count": 13,
|
|
111
111
|
"icons": [
|
|
112
112
|
"IconCircleHalfFill",
|
|
113
113
|
"IconCirclePerson",
|
|
@@ -120,7 +120,8 @@
|
|
|
120
120
|
"IconReduceMotion",
|
|
121
121
|
"IconSquareLinesBottom",
|
|
122
122
|
"IconVoiceControl",
|
|
123
|
-
"IconVoiceover"
|
|
123
|
+
"IconVoiceover",
|
|
124
|
+
"IconVoiceover2"
|
|
124
125
|
]
|
|
125
126
|
},
|
|
126
127
|
"Arrows": {
|
|
@@ -576,7 +577,7 @@
|
|
|
576
577
|
]
|
|
577
578
|
},
|
|
578
579
|
"Edit": {
|
|
579
|
-
"count":
|
|
580
|
+
"count": 91,
|
|
580
581
|
"icons": [
|
|
581
582
|
"Icon3d",
|
|
582
583
|
"IconAddKeyframe",
|
|
@@ -600,7 +601,6 @@
|
|
|
600
601
|
"IconCircle",
|
|
601
602
|
"IconColorPalette",
|
|
602
603
|
"IconColorPalette2",
|
|
603
|
-
"IconColorPicker",
|
|
604
604
|
"IconColorRoll",
|
|
605
605
|
"IconColors",
|
|
606
606
|
"IconColorSwatch",
|
|
@@ -614,6 +614,8 @@
|
|
|
614
614
|
"IconEditSmall2",
|
|
615
615
|
"IconEraser",
|
|
616
616
|
"IconEraserSimple",
|
|
617
|
+
"IconEyedropper",
|
|
618
|
+
"IconEyedropper2",
|
|
617
619
|
"IconFeather",
|
|
618
620
|
"IconFeather2",
|
|
619
621
|
"IconGlass",
|
|
@@ -2781,7 +2783,6 @@
|
|
|
2781
2783
|
"IconCollaborationPointerRight": "collaboration-pointer-right, cursor, agents",
|
|
2782
2784
|
"IconColorPalette": "color-palette, colours",
|
|
2783
2785
|
"IconColorPalette2": "color-palette-2, design, coloring",
|
|
2784
|
-
"IconColorPicker": "color-picker, color",
|
|
2785
2786
|
"IconColorRoll": "color-roll, paint-roller",
|
|
2786
2787
|
"IconColors": "colors, rgb, adjustments",
|
|
2787
2788
|
"IconColorSwatch": "color-swatch, palette, colours",
|
|
@@ -2978,6 +2979,8 @@
|
|
|
2978
2979
|
"IconExposure1": "exposure-1, plus-minus",
|
|
2979
2980
|
"IconExposure2": "exposure-2, macro, flower",
|
|
2980
2981
|
"IconEyeClosed": "eye-closed, see, hidden",
|
|
2982
|
+
"IconEyedropper": "eyedropper, color-picker, pipette, suction-tube, labor",
|
|
2983
|
+
"IconEyedropper2": "eyedropper-2, color-picker, pipette, suction-tube, labor",
|
|
2981
2984
|
"IconEyeOpen": "eye-open, show, see, reveal, look, visible",
|
|
2982
2985
|
"IconEyeSlash": "eye-slash, hide, eye off, see, look, not visible",
|
|
2983
2986
|
"IconEyeSlash2": "eye-slash-2, accessibility eye, a11y",
|
|
@@ -4149,6 +4152,7 @@
|
|
|
4149
4152
|
"IconVoiceMid": "voice-mid, wave",
|
|
4150
4153
|
"IconVoiceMode": "voice-mode, voice-settings",
|
|
4151
4154
|
"IconVoiceover": "voiceover, sound",
|
|
4155
|
+
"IconVoiceover2": "voiceover-2, sound, eye, accessibility",
|
|
4152
4156
|
"IconVoiceRecord": "voice-record",
|
|
4153
4157
|
"IconVoiceSettings": "voice-settings, edit-voice",
|
|
4154
4158
|
"IconVoiceShare": "voice-share",
|
package/index.d.ts
CHANGED
|
@@ -572,7 +572,6 @@ export { IconCollaborationPointerLeft, default as IconCollaborationPointerLeftDe
|
|
|
572
572
|
export { IconCollaborationPointerRight, default as IconCollaborationPointerRightDefault, } from "./IconCollaborationPointerRight";
|
|
573
573
|
export { IconColorPalette, default as IconColorPaletteDefault, } from "./IconColorPalette";
|
|
574
574
|
export { IconColorPalette2, default as IconColorPalette2Default, } from "./IconColorPalette2";
|
|
575
|
-
export { IconColorPicker, default as IconColorPickerDefault, } from "./IconColorPicker";
|
|
576
575
|
export { IconColorRoll, default as IconColorRollDefault, } from "./IconColorRoll";
|
|
577
576
|
export { IconColorSwatch, default as IconColorSwatchDefault, } from "./IconColorSwatch";
|
|
578
577
|
export { IconColors, default as IconColorsDefault } from "./IconColors";
|
|
@@ -773,6 +772,8 @@ export { IconEyeOpen, default as IconEyeOpenDefault } from "./IconEyeOpen";
|
|
|
773
772
|
export { IconEyeSlash, default as IconEyeSlashDefault } from "./IconEyeSlash";
|
|
774
773
|
export { IconEyeSlash2, default as IconEyeSlash2Default, } from "./IconEyeSlash2";
|
|
775
774
|
export { IconEyeSparkle, default as IconEyeSparkleDefault, } from "./IconEyeSparkle";
|
|
775
|
+
export { IconEyedropper, default as IconEyedropperDefault, } from "./IconEyedropper";
|
|
776
|
+
export { IconEyedropper2, default as IconEyedropper2Default, } from "./IconEyedropper2";
|
|
776
777
|
export { IconFaceId, default as IconFaceIdDefault } from "./IconFaceId";
|
|
777
778
|
export { IconFaceIdFace, default as IconFaceIdFaceDefault, } from "./IconFaceIdFace";
|
|
778
779
|
export { IconFacebook, default as IconFacebookDefault } from "./IconFacebook";
|
|
@@ -1944,6 +1945,7 @@ export { IconVoiceSettings, default as IconVoiceSettingsDefault, } from "./IconV
|
|
|
1944
1945
|
export { IconVoiceShare, default as IconVoiceShareDefault, } from "./IconVoiceShare";
|
|
1945
1946
|
export { IconVoiceSparkle, default as IconVoiceSparkleDefault, } from "./IconVoiceSparkle";
|
|
1946
1947
|
export { IconVoiceover, default as IconVoiceoverDefault, } from "./IconVoiceover";
|
|
1948
|
+
export { IconVoiceover2, default as IconVoiceover2Default, } from "./IconVoiceover2";
|
|
1947
1949
|
export { IconVolleyball, default as IconVolleyballDefault, } from "./IconVolleyball";
|
|
1948
1950
|
export { IconVolumeDown, default as IconVolumeDownDefault, } from "./IconVolumeDown";
|
|
1949
1951
|
export { IconVolumeFull, default as IconVolumeFullDefault, } from "./IconVolumeFull";
|