@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.227 → 1.1.229
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/IconCursorAi/index.js +1 -1
- package/IconCursorAi/index.js.map +1 -1
- package/IconCursorAi/index.mjs +1 -1
- package/IconCursorAi/index.mjs.map +1 -1
- package/IconSettingsGear4/index.d.ts +4 -0
- package/IconSettingsGear4/index.js +2 -0
- package/IconSettingsGear4/index.js.map +1 -0
- package/IconSettingsGear4/index.mjs +2 -0
- package/IconSettingsGear4/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +15 -1
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +8 -1
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.229) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1989 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
|
|
|
@@ -763,6 +763,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
763
763
|
- **IconSettingsGear1** — settings-gear-1, preferences
|
|
764
764
|
- **IconSettingsGear2** — settings-gear-2, preferences
|
|
765
765
|
- **IconSettingsGear3** — settings-gear-3, preferences
|
|
766
|
+
- **IconSettingsGear4** — settings-gear-4, preferences
|
|
766
767
|
- **IconSettingsKnob** — settings-knob
|
|
767
768
|
- **IconSettingsSliderHor** — settings-slider-hor
|
|
768
769
|
- **IconSettingsSliderThree** — settings-slider-three
|
package/tsx-icons.json
CHANGED
|
@@ -4411,7 +4411,7 @@
|
|
|
4411
4411
|
"pathname": "src/IconCursor3"
|
|
4412
4412
|
},
|
|
4413
4413
|
{
|
|
4414
|
-
"svg": "<Path d=\"M2.98365 6.
|
|
4414
|
+
"svg": "<Path d=\"M2.98365 6.18936C2.26291 4.19548 4.19584 2.26521 6.18873 2.98917L9.69263 4.26163L9.0149 4.52335C8.40378 4.75839 8.00025 5.34515 8.00025 5.99991C8.00025 6.65467 8.40378 7.24143 9.0149 7.47647L10.8264 8.17374L11.5237 9.98526C11.7588 10.5963 12.3455 10.9999 13.0003 10.9999C13.6549 10.9998 14.2418 10.5963 14.4768 9.98526L15.1741 8.17374L16.9856 7.47647C17.199 7.39435 17.3858 7.26805 17.5403 7.11221L18.5276 7.47159L20.1995 8.07022C22.403 8.8593 22.4105 11.973 20.2112 12.7733L14.9768 14.6776C14.838 14.7281 14.7286 14.8378 14.678 14.9765L12.7639 20.2382C11.9652 22.4342 8.85862 22.4317 8.06373 20.2343L2.98365 6.18936Z\" fill=\"currentColor\"/><Path d=\"M13.5442 9.62686L13.5051 9.70694C13.5197 9.68151 13.5334 9.65479 13.5442 9.62686Z\" fill=\"currentColor\"/><Path d=\"M14.2405 4.18518L13.5436 2.37334C13.4571 2.14842 13.241 2 13 2C12.759 2 12.5429 2.14842 12.4564 2.37334L11.7595 4.18518C11.658 4.44927 11.4493 4.65797 11.1852 4.75955L9.37334 5.45641C9.14842 5.54292 9 5.75901 9 6C9 6.24099 9.14842 6.45708 9.37334 6.54359L11.1852 7.24045C11.4493 7.34203 11.658 7.55073 11.7595 7.81482L12.4564 9.62666C12.5429 9.85158 12.759 10 13 10C13.241 10 13.4577 9.85178 13.5442 9.62686L14.2405 7.81436C14.3421 7.55027 14.5507 7.34203 14.8148 7.24045L16.6267 6.54359C16.8516 6.45708 17 6.24099 17 6C17 5.75901 16.8516 5.54292 16.6267 5.45641L14.8148 4.75955C14.5507 4.65797 14.342 4.44927 14.2405 4.18518Z\" fill=\"currentColor\"/>",
|
|
4415
4415
|
"tags": "Path",
|
|
4416
4416
|
"componentName": "IconCursorAi",
|
|
4417
4417
|
"iconName": "cursor-ai, agent, magic",
|
|
@@ -10857,6 +10857,13 @@
|
|
|
10857
10857
|
"iconName": "settings-gear-3, preferences",
|
|
10858
10858
|
"pathname": "src/IconSettingsGear3"
|
|
10859
10859
|
},
|
|
10860
|
+
{
|
|
10861
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.27637 3.18508C8.35006 2.64963 9.65039 2.91554 10.4287 3.82864C10.4828 3.89209 10.5385 3.96628 10.623 4.07864L10.7256 4.21438C11.1407 4.14691 11.5664 4.11087 12 4.11086C12.4333 4.11086 12.8586 4.14703 13.2734 4.21438L13.377 4.07864C13.4615 3.96624 13.5172 3.89211 13.5713 3.82864C14.3496 2.91553 15.6499 2.65059 16.7236 3.18606C16.7982 3.22325 16.8784 3.26916 17 3.33938C17.1218 3.40971 17.2019 3.45643 17.2715 3.50247C18.2719 4.16457 18.6925 5.42277 18.291 6.55325C18.2631 6.63174 18.2268 6.71704 18.1719 6.84622L18.1045 7.00344C18.5403 7.53523 18.908 8.12541 19.1943 8.76028C19.2607 8.90748 19.3214 9.05764 19.3789 9.2095L19.5488 9.23098C19.6885 9.248 19.7803 9.25981 19.8623 9.27493C21.0421 9.49249 21.922 10.4856 21.9951 11.6831C22.0002 11.7664 22 11.859 22 11.9995C22 12.1401 22.0002 12.2327 21.9951 12.3159C21.9219 13.5135 21.0422 14.5076 19.8623 14.7251C19.7803 14.7402 19.6884 14.7511 19.5488 14.7681L19.3799 14.7886C19.0747 15.5958 18.6414 16.3392 18.1045 16.9947L18.1719 17.1529C18.2269 17.2821 18.2631 17.3673 18.291 17.4458C18.6926 18.5764 18.272 19.8355 17.2715 20.4976C17.202 20.5436 17.1217 20.5894 17 20.6597C16.8782 20.73 16.7983 20.7768 16.7236 20.814C15.65 21.3494 14.3496 21.0843 13.5713 20.1714C13.5172 20.108 13.4615 20.0338 13.377 19.9214L13.2744 19.7847C12.8592 19.8522 12.4336 19.8892 12 19.8892C11.566 19.8892 11.1401 19.8523 10.7246 19.7847L10.623 19.9214C10.5385 20.0338 10.4828 20.1079 10.4287 20.1714C9.65037 21.0843 8.34998 21.3494 7.27637 20.814C7.20182 20.7768 7.12162 20.7309 7 20.6607C6.87818 20.5903 6.79807 20.5436 6.72852 20.4976C5.72801 19.8355 5.30745 18.5764 5.70899 17.4458C5.73688 17.3674 5.77316 17.282 5.82813 17.1529L5.89551 16.9947C5.3584 16.3389 4.92433 15.5953 4.61914 14.7876L4.45117 14.7681C4.31157 14.7511 4.21972 14.7402 4.1377 14.7251C2.9578 14.5076 2.07805 13.5135 2.00488 12.3159C1.99981 12.2327 2 12.1401 2 11.9995C2 11.859 1.99981 11.7664 2.00488 11.6831C2.07803 10.4856 2.95787 9.49249 4.1377 9.27493C4.21972 9.25981 4.31155 9.248 4.45117 9.23098L4.62012 9.2095C4.92535 8.4027 5.35881 7.65953 5.89551 7.00442L5.82813 6.84622C5.77313 6.71697 5.73688 6.63177 5.70899 6.55325C5.30746 5.42269 5.72801 4.16359 6.72852 3.50149C6.79802 3.45551 6.87832 3.40963 7 3.33938C7.12182 3.26905 7.20173 3.22231 7.27637 3.18508ZM12 8.99954C10.3433 8.99954 9.00024 10.3429 9 11.9995C9.00004 13.6564 10.3432 14.9995 12 14.9995C13.6568 14.9995 15 13.6564 15 11.9995C14.9998 10.3429 13.6567 8.99954 12 8.99954Z\" fill=\"currentColor\"/>",
|
|
10862
|
+
"tags": "Path",
|
|
10863
|
+
"componentName": "IconSettingsGear4",
|
|
10864
|
+
"iconName": "settings-gear-4, preferences",
|
|
10865
|
+
"pathname": "src/IconSettingsGear4"
|
|
10866
|
+
},
|
|
10860
10867
|
{
|
|
10861
10868
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.6786 3C6.1367 3 5.69963 2.99999 5.34569 3.02891C4.98126 3.05868 4.66117 3.12159 4.36502 3.27248C3.89462 3.51217 3.51217 3.89462 3.27248 4.36502C3.12159 4.66117 3.05868 4.98126 3.02891 5.34569C2.99999 5.69963 3 6.1367 3 6.6786V17.3214C3 17.8633 2.99999 18.3004 3.02891 18.6543C3.05868 19.0187 3.12159 19.3388 3.27248 19.635C3.51217 20.1054 3.89462 20.4878 4.36502 20.7275C4.66117 20.8784 4.98126 20.9413 5.34569 20.9711C5.69963 21 6.1367 21 6.67859 21H17.3214C17.8633 21 18.3004 21 18.6543 20.9711C19.0187 20.9413 19.3388 20.8784 19.635 20.7275C20.1054 20.4878 20.4878 20.1054 20.7275 19.635C20.8784 19.3388 20.9413 19.0187 20.9711 18.6543C21 18.3004 21 17.8633 21 17.3214V6.67859C21 6.1367 21 5.69963 20.9711 5.34569C20.9413 4.98126 20.8784 4.66117 20.7275 4.36502C20.4878 3.89462 20.1054 3.51217 19.635 3.27248C19.3388 3.12159 19.0187 3.05868 18.6543 3.02891C18.3004 2.99999 17.8633 3 17.3214 3H6.6786ZM15.5357 8.44007C13.6207 6.52001 10.3767 6.51976 8.46411 8.44015C6.51192 10.399 6.51187 13.5727 8.46411 15.5315C10.2958 17.3694 13.1987 17.4821 15.163 15.87L12.1464 12.8536C11.9512 12.6583 11.9512 12.3417 12.1464 12.1464C12.3417 11.9512 12.6583 11.9512 12.8536 12.1464L15.8694 15.1623C17.4808 13.1922 17.3696 10.2801 15.5357 8.44007Z\" fill=\"currentColor\"/>",
|
|
10862
10869
|
"tags": "Path",
|