@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.215 → 1.1.217
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/IconArrowRotateClockwise/index.js +1 -1
- package/IconArrowRotateClockwise/index.js.map +1 -1
- package/IconArrowRotateClockwise/index.mjs +1 -1
- package/IconArrowRotateClockwise/index.mjs.map +1 -1
- package/IconArrowRotateCounterClockwise/index.js +1 -1
- package/IconArrowRotateCounterClockwise/index.js.map +1 -1
- package/IconArrowRotateCounterClockwise/index.mjs +1 -1
- package/IconArrowRotateCounterClockwise/index.mjs.map +1 -1
- package/IconArrowRotateLeftRight/index.js +1 -1
- package/IconArrowRotateLeftRight/index.js.map +1 -1
- package/IconArrowRotateLeftRight/index.mjs +1 -1
- package/IconArrowRotateLeftRight/index.mjs.map +1 -1
- package/IconMoon/index.js +1 -1
- package/IconMoon/index.js.map +1 -1
- package/IconMoon/index.mjs +1 -1
- package/IconMoon/index.mjs.map +1 -1
- package/IconMoonStar/index.js +1 -1
- package/IconMoonStar/index.js.map +1 -1
- package/IconMoonStar/index.mjs +1 -1
- package/IconMoonStar/index.mjs.map +1 -1
- package/IconTextMotion/index.js +1 -1
- package/IconTextMotion/index.js.map +1 -1
- package/IconTextMotion/index.mjs +1 -1
- package/IconTextMotion/index.mjs.map +1 -1
- package/filtered-icons.json +6 -6
- package/icons-index.json +1 -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 +1 -1
- package/tsx-icons.json +6 -6
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.217) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1977 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
|
|
package/tsx-icons.json
CHANGED
|
@@ -890,21 +890,21 @@
|
|
|
890
890
|
"pathname": "src/IconArrowRightUpCircle"
|
|
891
891
|
},
|
|
892
892
|
{
|
|
893
|
-
"svg": "<Path d=\"
|
|
893
|
+
"svg": "<Path d=\"M18.9297 8C17.5465 5.60879 14.9611 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C15.7277 20 18.8599 17.4505 19.748 14\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 3V8H14\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
894
894
|
"tags": "Path",
|
|
895
895
|
"componentName": "IconArrowRotateClockwise",
|
|
896
896
|
"iconName": "arrow-rotate-clockwise, rotate-right",
|
|
897
897
|
"pathname": "src/IconArrowRotateClockwise"
|
|
898
898
|
},
|
|
899
899
|
{
|
|
900
|
-
"svg": "<Path d=\"
|
|
900
|
+
"svg": "<Path d=\"M4.4834 14.6667C5.58163 17.7738 8.54493 20 12.0282 20C16.4465 20 20.0282 16.4183 20.0282 12C20.0282 7.58172 16.4465 4 12.0282 4C9.37043 4 7.57017 5.10544 5.8485 7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M5 4V8H9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
901
901
|
"tags": "Path",
|
|
902
902
|
"componentName": "IconArrowRotateCounterClockwise",
|
|
903
903
|
"iconName": "arrow-rotate-counter-clockwise, rotate-left",
|
|
904
904
|
"pathname": "src/IconArrowRotateCounterClockwise"
|
|
905
905
|
},
|
|
906
906
|
{
|
|
907
|
-
"svg": "<Path d=\"M4 12C4 16.4183 7.58172 20 12 20C14.5264 20 16.8304 18.8289 18.3115
|
|
907
|
+
"svg": "<Path d=\"M20 12C20 7.58172 16.4183 4 12 4C9.47362 4 7.16961 5.17107 5.68848 7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 12C4 16.4183 7.58172 20 12 20C14.5264 20 16.8304 18.8289 18.3115 17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M19 20V16H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4.98828 4V8H8.98828\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
908
908
|
"tags": "Path",
|
|
909
909
|
"componentName": "IconArrowRotateLeftRight",
|
|
910
910
|
"iconName": "arrow-rotate-left-right, repeat, refresh",
|
|
@@ -8303,14 +8303,14 @@
|
|
|
8303
8303
|
"pathname": "src/IconMoneyHand"
|
|
8304
8304
|
},
|
|
8305
8305
|
{
|
|
8306
|
-
"svg": "<Path d=\"
|
|
8306
|
+
"svg": "<Path d=\"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
8307
8307
|
"tags": "Path",
|
|
8308
8308
|
"componentName": "IconMoon",
|
|
8309
8309
|
"iconName": "moon, dark-mode, night",
|
|
8310
8310
|
"pathname": "src/IconMoon"
|
|
8311
8311
|
},
|
|
8312
8312
|
{
|
|
8313
|
-
"svg": "<Path
|
|
8313
|
+
"svg": "<Path d=\"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M17.85 3H17.15L16.275 5.275L14 6.15V6.85L16.275 7.725L17.15 10H17.85L18.725 7.725L21 6.85V6.15L18.725 5.275L17.85 3Z\" fill=\"currentColor\"/>",
|
|
8314
8314
|
"tags": "Path",
|
|
8315
8315
|
"componentName": "IconMoonStar",
|
|
8316
8316
|
"iconName": "moon-star, night",
|
|
@@ -12510,7 +12510,7 @@
|
|
|
12510
12510
|
"pathname": "src/IconTextIndicator"
|
|
12511
12511
|
},
|
|
12512
12512
|
{
|
|
12513
|
-
"svg": "<Path d=\"M12.5 14H18.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M6 7H10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 17H6\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M3 12H8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"
|
|
12513
|
+
"svg": "<Path d=\"M12.5 14H18.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M6 7H10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 17H6\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M3 12H8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M21 19V18.75L16 6H15L10 18.75V19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
12514
12514
|
"tags": "Path",
|
|
12515
12515
|
"componentName": "IconTextMotion",
|
|
12516
12516
|
"iconName": "text-motion, text-animation",
|