@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.209 → 1.1.210
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/IconHomeRoofDoor/index.d.ts +4 -0
- package/IconHomeRoofDoor/index.js +2 -0
- package/IconHomeRoofDoor/index.js.map +1 -0
- package/IconHomeRoofDoor/index.mjs +2 -0
- package/IconHomeRoofDoor/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- 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 +7 -0
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.210) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1971 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
|
|
|
@@ -369,6 +369,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
369
369
|
- **IconHomeOpen** — home-open, house
|
|
370
370
|
- **IconHomePersonalFeed** — home-personal-feed, for-you
|
|
371
371
|
- **IconHomeRoof** — home-roof, house
|
|
372
|
+
- **IconHomeRoofDoor** — home-roof-door, house
|
|
372
373
|
- **IconHomeRoundDoor** — home-round-door
|
|
373
374
|
- **IconMall** — mall, store, shop, business
|
|
374
375
|
- **IconSchool** — school, building
|
package/tsx-icons.json
CHANGED
|
@@ -6888,6 +6888,13 @@
|
|
|
6888
6888
|
"iconName": "home-roof, house",
|
|
6889
6889
|
"pathname": "src/IconHomeRoof"
|
|
6890
6890
|
},
|
|
6891
|
+
{
|
|
6892
|
+
"svg": "<Path d=\"M21.5 9.55121L12 2.75L2.5 9.55121\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 7.76141V15.2C5 16.8802 5 17.7202 5.32698 18.362C5.6146 18.9265 6.07354 19.3854 6.63803 19.673C7.27976 20 8.11984 20 9.8 20H14.2C15.8802 20 16.7202 20 17.362 19.673C17.9265 19.3854 18.3854 18.9265 18.673 18.362C19 17.7202 19 16.8802 19 15.2V7.76141\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 20V16C14 14.8954 13.1046 14 12 14C10.8954 14 10 14.8954 10 16V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6893
|
+
"tags": "Path",
|
|
6894
|
+
"componentName": "IconHomeRoofDoor",
|
|
6895
|
+
"iconName": "home-roof-door, house",
|
|
6896
|
+
"pathname": "src/IconHomeRoofDoor"
|
|
6897
|
+
},
|
|
6891
6898
|
{
|
|
6892
6899
|
"svg": "<Path d=\"M9.5 16.5V20H7C5.34315 20 4 18.6569 4 17V10.5383C4 9.57254 4.4649 8.66586 5.24909 8.10222L10.2491 4.50847C11.2953 3.75653 12.7047 3.75653 13.7509 4.50847L18.7509 8.10222C19.5351 8.66586 20 9.57254 20 10.5383V17C20 18.6569 18.6569 20 17 20H14.5V16.5C14.5 15.1193 13.3807 14 12 14C10.6193 14 9.5 15.1193 9.5 16.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
6893
6900
|
"tags": "Path",
|