@central-icons-react-native/round-outlined-radius-2-stroke-1 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=\"M2 9.5L12 2.19879L22 9.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.5 7.67468V17.3C4.5 18.4201 4.5 18.9802 4.71799 19.408C4.90973 19.7843 5.21569 20.0903 5.59202 20.282C6.01984 20.5 6.5799 20.5 7.7 20.5H16.3C17.4201 20.5 17.9801 20.5 18.408 20.282C18.7843 20.0903 19.0902 19.7843 19.282 19.408C19.5 18.9802 19.5 18.4201 19.5 17.3L19.5 7.67468\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 20.25V16C14.5 15.5353 14.5 15.303 14.4616 15.1098C14.3038 14.3164 13.6836 13.6962 12.8902 13.5384C12.697 13.5 12.4647 13.5 12 13.5C11.5353 13.5 11.303 13.5 11.1098 13.5384C10.3164 13.6962 9.69624 14.3164 9.53843 15.1098C9.5 15.303 9.5 15.5353 9.5 16V20.25\" stroke=\"currentColor\" 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 17V20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V9.86777C3.5 9.2074 3.82597 8.58961 4.37107 8.21685L10.8711 3.772C11.5517 3.30655 12.4483 3.30655 13.1289 3.772L19.6289 8.21685C20.174 8.58961 20.5 9.2074 20.5 9.86777V18.5C20.5 19.6046 19.6046 20.5 18.5 20.5H14.5V17C14.5 15.6193 13.3807 14.5 12 14.5C10.6193 14.5 9.5 15.6193 9.5 17Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
6893
6900
|
"tags": "Path",
|