@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.217 → 1.1.218
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/IconChevronDownSmall/index.js +1 -1
- package/IconChevronDownSmall/index.js.map +1 -1
- package/IconChevronDownSmall/index.mjs +1 -1
- package/IconChevronDownSmall/index.mjs.map +1 -1
- package/IconChevronTopSmall/index.js +1 -1
- package/IconChevronTopSmall/index.js.map +1 -1
- package/IconChevronTopSmall/index.mjs +1 -1
- package/IconChevronTopSmall/index.mjs.map +1 -1
- package/filtered-icons.json +2 -2
- 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 +2 -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.218) 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
|
@@ -3221,7 +3221,7 @@
|
|
|
3221
3221
|
"pathname": "src/IconChevronDownMedium"
|
|
3222
3222
|
},
|
|
3223
3223
|
{
|
|
3224
|
-
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.3536 12.
|
|
3224
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.3536 12.9395C12.1583 13.1348 11.8417 13.1348 11.6464 12.9395L8.35355 9.6466C8.15829 9.45133 7.84171 9.45133 7.64645 9.6466C7.45118 9.84186 7.45118 10.1584 7.64645 10.3537L10.9393 13.6466C11.5251 14.2324 12.4749 14.2324 13.0607 13.6466L16.3536 10.3537C16.5488 10.1584 16.5488 9.84186 16.3536 9.6466C16.1583 9.45133 15.8417 9.45133 15.6464 9.6466L12.3536 12.9395Z\" fill=\"currentColor\"/>",
|
|
3225
3225
|
"tags": "Path",
|
|
3226
3226
|
"componentName": "IconChevronDownSmall",
|
|
3227
3227
|
"iconName": "chevron-down-small",
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
"pathname": "src/IconChevronTopMedium"
|
|
3327
3327
|
},
|
|
3328
3328
|
{
|
|
3329
|
-
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.3536 11.
|
|
3329
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.3536 11.0605C12.1583 10.8652 11.8417 10.8652 11.6464 11.0605L8.35355 14.3534C8.15829 14.5487 7.84171 14.5487 7.64645 14.3534C7.45118 14.1581 7.45118 13.8416 7.64645 13.6463L10.9393 10.3534C11.5251 9.76762 12.4749 9.76762 13.0607 10.3534L16.3536 13.6463C16.5488 13.8416 16.5488 14.1581 16.3536 14.3534C16.1583 14.5487 15.8417 14.5487 15.6464 14.3534L12.3536 11.0605Z\" fill=\"currentColor\"/>",
|
|
3330
3330
|
"tags": "Path",
|
|
3331
3331
|
"componentName": "IconChevronTopSmall",
|
|
3332
3332
|
"iconName": "chevron-top-small",
|