@central-icons-react-native/square-outlined-radius-0-stroke-1 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/IconToque/index.js +1 -1
- package/IconToque/index.js.map +1 -1
- package/IconToque/index.mjs +1 -1
- package/IconToque/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 +44 -16
- 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 +23 -9
- package/IconColorPicker/index.d.ts +0 -4
- package/IconColorPicker/index.js +0 -2
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ description: Use when inserting icons in React Native code that imports from @ce
|
|
|
5
5
|
|
|
6
6
|
# Central Icons — React Native
|
|
7
7
|
|
|
8
|
-
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.
|
|
8
|
+
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.243) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2008 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
|
|
9
9
|
|
|
10
10
|
The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
|
|
11
11
|
|
|
@@ -202,6 +202,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
202
202
|
- **IconSquareLinesBottom** — square-lines-bottom, transcription
|
|
203
203
|
- **IconVoiceControl** — voice-control
|
|
204
204
|
- **IconVoiceover** — voiceover, sound
|
|
205
|
+
- **IconVoiceover2** — voiceover-2, sound, eye, accessibility
|
|
205
206
|
|
|
206
207
|
### Arrows
|
|
207
208
|
|
|
@@ -663,7 +664,6 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
663
664
|
- **IconCircle** — circle, line, paint
|
|
664
665
|
- **IconColorPalette** — color-palette, colours
|
|
665
666
|
- **IconColorPalette2** — color-palette-2, design, coloring
|
|
666
|
-
- **IconColorPicker** — color-picker, color
|
|
667
667
|
- **IconColorRoll** — color-roll, paint-roller
|
|
668
668
|
- **IconColors** — colors, rgb, adjustments
|
|
669
669
|
- **IconColorSwatch** — color-swatch, palette, colours
|
|
@@ -677,6 +677,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
677
677
|
- **IconEditSmall2** — edit-small-2
|
|
678
678
|
- **IconEraser** — eraser, rubber, clean-up
|
|
679
679
|
- **IconEraserSimple** — eraser-simple, rubber, clean-up
|
|
680
|
+
- **IconEyedropper** — eyedropper, color-picker, pipette, suction-tube, labor
|
|
681
|
+
- **IconEyedropper2** — eyedropper-2, color-picker, pipette, suction-tube, labor
|
|
680
682
|
- **IconFeather** — feather, writing
|
|
681
683
|
- **IconFeather2** — feather-2, writing
|
|
682
684
|
- **IconGlass** — glass, material, shader, liquid-glass
|
package/tsx-icons.json
CHANGED
|
@@ -4018,13 +4018,6 @@
|
|
|
4018
4018
|
"iconName": "color-palette-2, design, coloring",
|
|
4019
4019
|
"pathname": "src/IconColorPalette2"
|
|
4020
4020
|
},
|
|
4021
|
-
{
|
|
4022
|
-
"svg": "<Path d=\"M17 3L3.5 16.5V20.5H7.5L21 7L17 3Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M10 7L17 14\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
4023
|
-
"tags": "Path",
|
|
4024
|
-
"componentName": "IconColorPicker",
|
|
4025
|
-
"iconName": "color-picker, color",
|
|
4026
|
-
"pathname": "src/IconColorPicker"
|
|
4027
|
-
},
|
|
4028
4021
|
{
|
|
4029
4022
|
"svg": "<Path d=\"M6.5 3.5H20.5V10.5H6.5V7V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M6.5 7H3.5V13.5H13V16C14.3807 16 15.5 17.1193 15.5 18.5V21.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M13 16C11.6193 16 10.5 17.1193 10.5 18.5V21.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/>",
|
|
4030
4023
|
"tags": "Path",
|
|
@@ -5397,6 +5390,20 @@
|
|
|
5397
5390
|
"iconName": "eye-closed, see, hidden",
|
|
5398
5391
|
"pathname": "src/IconEyeClosed"
|
|
5399
5392
|
},
|
|
5393
|
+
{
|
|
5394
|
+
"svg": "<Path d=\"M11.5 8.5L5.5 14.5L4.5 17.5L4 18C3.44772 18.5523 3.44772 19.4477 4 20C4.55228 20.5523 5.44772 20.5523 6 20L6.5 19.5L9.5 18.5L15.5 12.5\" stroke=\"currentColor\"/><Path d=\"M16.5 13.5L10.5 7.5L12.5 5.5H14.5L15.5 4.5C16.6046 3.39543 18.3954 3.39543 19.5 4.5C20.6046 5.60457 20.6046 7.39543 19.5 8.5L18.5 9.5V11.5L16.5 13.5Z\" stroke=\"currentColor\"/>",
|
|
5395
|
+
"tags": "Path",
|
|
5396
|
+
"componentName": "IconEyedropper",
|
|
5397
|
+
"iconName": "eyedropper, color-picker, pipette, suction-tube, labor",
|
|
5398
|
+
"pathname": "src/IconEyedropper"
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"svg": "<Path d=\"M17 3L3.5 16.5V20.5H7.5L21 7L17 3Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M10 7L17 14\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
5402
|
+
"tags": "Path",
|
|
5403
|
+
"componentName": "IconEyedropper2",
|
|
5404
|
+
"iconName": "eyedropper-2, color-picker, pipette, suction-tube, labor",
|
|
5405
|
+
"pathname": "src/IconEyedropper2"
|
|
5406
|
+
},
|
|
5400
5407
|
{
|
|
5401
5408
|
"svg": "<Path d=\"M2 12C6.82745 2.00007 17.1725 1.99995 22 11.9999C17.1725 21.9999 6.82745 22 2 12Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
5402
5409
|
"tags": "Path",
|
|
@@ -12734,7 +12741,7 @@
|
|
|
12734
12741
|
"pathname": "src/IconThermostat"
|
|
12735
12742
|
},
|
|
12736
12743
|
{
|
|
12737
|
-
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.
|
|
12744
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.8717 8.05419C15.062 8.03983 15.2997 8.04152 15.5084 8.22313C15.6482 8.34501 15.753 8.53198 15.7633 8.73192V8.80809C15.7585 8.88373 15.7399 8.95835 15.7086 9.02782C15.6771 9.09746 15.6201 9.18112 15.5621 9.26024C15.5014 9.34305 15.4285 9.43493 15.3551 9.52489C15.1984 9.71675 15.0608 9.8755 14.9752 9.98192C14.2735 10.8472 13.6074 11.742 12.9801 12.6626L12.9791 12.6636C12.7869 12.9437 12.6017 13.2349 12.4137 13.5259L12.4127 13.5249C12.3104 13.69 12.1678 13.9598 11.9859 14.1528C11.8909 14.2536 11.7747 14.3469 11.6324 14.4009C11.4863 14.4562 11.3236 14.4656 11.149 14.4165C10.9501 14.3604 10.7608 14.2149 10.608 14.0776L10.1959 13.6733L9.25155 12.7641C9.04187 12.5655 8.74018 12.3123 8.55819 12.0249C8.4772 11.8969 8.45015 11.7304 8.46054 11.5845C8.47081 11.4403 8.52167 11.269 8.64804 11.1538C8.81658 11.0003 8.99681 10.9197 9.18417 10.9097C9.36786 10.8999 9.53568 10.9592 9.68026 11.0405C9.82417 11.1215 9.95688 11.2311 10.0738 11.3374C10.1326 11.3908 10.1895 11.4453 10.2428 11.4966C10.2968 11.5486 10.3472 11.5971 10.3951 11.6411L11.1949 12.3755C11.3972 12.0707 11.6397 11.7426 11.8463 11.4585C12.4485 10.6285 13.0835 9.82204 13.7486 9.04149L14.109 8.62059C14.2373 8.47565 14.3723 8.33191 14.5084 8.21044C14.6178 8.11293 14.75 8.07705 14.8463 8.05712L14.858 8.05516L14.8717 8.05419Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.86 2.25048C16.8765 2.25047 19.0797 2.1286 20.1578 4.16844C20.5556 4.92174 20.5767 5.91064 20.6187 7.88719L20.69 11.2456C20.712 12.2778 20.7227 12.7945 20.7115 13.31C20.7016 13.7682 20.6783 14.2263 20.6422 14.6831C20.6015 15.1972 20.5393 15.7101 20.4137 16.7349L20.4019 16.8315C20.1886 18.5722 20.0816 19.443 19.6734 20.0991C19.3137 20.6771 18.7929 21.1376 18.1754 21.4243C17.4744 21.7497 16.5973 21.7505 14.8433 21.7505H9.1539C7.39997 21.7505 6.52281 21.7497 5.82186 21.4243C5.20443 21.1376 4.68348 20.6771 4.32382 20.0991C3.9157 19.443 3.80867 18.5722 3.5953 16.8315L3.58358 16.7349C3.45797 15.7101 3.39577 15.1972 3.35507 14.6831C3.31891 14.2263 3.29568 13.7682 3.28573 13.31C3.27455 12.7945 3.28525 12.2778 3.30722 11.2456L3.3785 7.88719C3.42056 5.91064 3.4416 4.92174 3.83944 4.16844C4.91749 2.12857 7.12072 2.25047 9.13729 2.25048H14.86ZM8.3912 5.7495C7.28984 5.7495 6.7388 5.74954 6.31503 5.96239C5.94225 6.14978 5.63718 6.44957 5.44296 6.81883C5.22226 7.23868 5.212 7.78981 5.19198 8.8911L5.09921 13.9995C5.0992 14.2316 5.09899 14.3481 5.10897 14.4477C5.19829 15.337 5.86699 16.0587 6.74667 16.2163C6.84531 16.2339 6.96141 16.2434 7.19296 16.2612L7.83261 16.31C8.2482 16.3421 8.45639 16.3587 8.62069 16.435C8.85809 16.5456 9.0433 16.7455 9.13534 16.9907C9.19896 17.1605 9.19882 17.3695 9.19882 17.7866V17.8999C9.19882 18.4596 9.19933 18.7398 9.30819 18.9536C9.404 19.1415 9.5568 19.2943 9.74472 19.3901C9.95857 19.4991 10.2387 19.4995 10.7984 19.4995H13.1988C13.7588 19.4995 14.0386 19.4991 14.2525 19.3901C14.4407 19.2942 14.5942 19.1417 14.69 18.9536C14.7989 18.7398 14.7984 18.4595 14.7984 17.8999V17.8452C14.7984 17.3399 14.799 17.0866 14.8932 16.8852C14.9761 16.7081 15.1092 16.5588 15.276 16.4565C15.4654 16.3404 15.7172 16.3122 16.2193 16.2554L16.9488 16.1724C16.972 16.1715 16.9838 16.1709 16.9937 16.1704C18.0526 16.1202 18.8885 15.2529 18.899 14.1929V13.9995L18.8082 8.89305C18.7886 7.79122 18.7788 7.23986 18.5582 6.81981C18.364 6.45029 18.0591 6.14992 17.6861 5.96239C17.2622 5.74942 16.7108 5.7495 15.609 5.7495H8.3912Z\" fill=\"currentColor\"/><Path opacity=\"0.4\" d=\"M14.8555 17C14.8033 17.1858 14.8027 17.4306 14.8027 17.8457V17.9004C14.8027 18.4598 14.8021 18.7403 14.6934 18.9541C14.5976 19.1419 14.4446 19.2948 14.2568 19.3906C14.043 19.4995 13.7626 19.5 13.2031 19.5H10.8027C10.243 19.5 9.96288 19.4995 9.74902 19.3906C9.56103 19.2947 9.40734 19.1421 9.31152 18.9541C9.20277 18.7403 9.20312 18.4598 9.20312 17.9004V17.7871C9.20312 17.3766 9.20133 17.1683 9.14062 17H14.8555Z\" fill=\"currentColor\"/>",
|
|
12738
12745
|
"tags": "Path",
|
|
12739
12746
|
"componentName": "IconThings",
|
|
12740
12747
|
"iconName": "things",
|
|
@@ -12888,7 +12895,7 @@
|
|
|
12888
12895
|
"pathname": "src/IconTopbarHiddenTopWide"
|
|
12889
12896
|
},
|
|
12890
12897
|
{
|
|
12891
|
-
"svg": "<Path d=\"M6.72266 7.77778C6.72266 4.86294 9.0856 2.5 12.0004 2.5C13.954 2.5 15.6596 3.56136 16.5721 5.13889\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M7 14.5C4.51472 14.5 2.5 12.4853 2.5 10C2.5 7.51472 4.51472 5.5 7 5.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M17 14.5C19.4853 14.5 21.5 12.4853 21.5 10C21.5 7.51472 19.4853 5.5 17 5.5C15.8587 5.5 14.8167 5.92484 14.0234 6.625\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M18.5 14.5V21.5H5.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M5.
|
|
12898
|
+
"svg": "<Path d=\"M6.72266 7.77778C6.72266 4.86294 9.0856 2.5 12.0004 2.5C13.954 2.5 15.6596 3.56136 16.5721 5.13889\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M7 14.5C4.51472 14.5 2.5 12.4853 2.5 10C2.5 7.51472 4.51472 5.5 7 5.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M17 14.5C19.4853 14.5 21.5 12.4853 21.5 10C21.5 7.51472 19.4853 5.5 17 5.5C15.8587 5.5 14.8167 5.92484 14.0234 6.625\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M18.5 14.5V21.5H5.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M5.66797 17.5H18.3346\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
12892
12899
|
"tags": "Path",
|
|
12893
12900
|
"componentName": "IconToque",
|
|
12894
12901
|
"iconName": "toque, chefs-cap, cook",
|
|
@@ -13594,6 +13601,13 @@
|
|
|
13594
13601
|
"iconName": "voiceover, sound",
|
|
13595
13602
|
"pathname": "src/IconVoiceover"
|
|
13596
13603
|
},
|
|
13604
|
+
{
|
|
13605
|
+
"svg": "<Path d=\"M6 8.50004C9.86196 1.16671 18.138 1.16663 22 8.49996C20.069 12.1666 17.0345 14 14 14\" stroke=\"currentColor\"/><Path d=\"M16.25 8.5C16.25 9.74264 15.2426 10.75 14 10.75C12.7574 10.75 11.75 9.74264 11.75 8.5C11.75 7.25736 12.7574 6.25 14 6.25C15.2426 6.25 16.25 7.25736 16.25 8.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2 18.5V13.5H4L5.5 11H8V21H5.5L4 18.5H2Z\" stroke=\"currentColor\"/><Path d=\"M10.5625 18.5C11.8958 17.25 11.8958 14.75 10.5625 13.5\" stroke=\"currentColor\"/>",
|
|
13606
|
+
"tags": "Path",
|
|
13607
|
+
"componentName": "IconVoiceover2",
|
|
13608
|
+
"iconName": "voiceover-2, sound, eye, accessibility",
|
|
13609
|
+
"pathname": "src/IconVoiceover2"
|
|
13610
|
+
},
|
|
13597
13611
|
{
|
|
13598
13612
|
"svg": "<Path d=\"M2.5 8.5V11.5M5.5 3.5V16.5M8.5 6.5V13.5M11.5 4.5V9.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"5\" stroke=\"currentColor\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"3.5\" fill=\"currentColor\"/>",
|
|
13599
13613
|
"tags": "Circle, Path",
|
package/IconColorPicker/index.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var c=(r,o,e)=>(e=r!=null?i(P(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>C(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconColorPicker:()=>f,default:()=>k});module.exports=L(v);var p=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var a=require("react-native-svg"),f=r=>p.default.createElement(u,{...r},p.default.createElement(a.Path,{d:"M17 3L3.5 16.5V20.5H7.5L21 7L17 3Z",stroke:"currentColor",strokeLinecap:"square"}),p.default.createElement(a.Path,{d:"M10 7L17 14",stroke:"currentColor",strokeLinecap:"square"})),k=f;0&&(module.exports={IconColorPicker});
|
|
2
|
-
//# sourceMappingURL=index.js.map
|