@central-icons-react-native/round-filled-radius-0-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/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-filled-radius-0-stroke-2",
21
- version: "1.1.209",
21
+ version: "1.1.210",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-filled-radius-0-stroke-2",
3
- "version": "1.1.209",
3
+ "version": "1.1.210",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -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.209) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1970 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
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=\"M11.4176 1.93731C11.7656 1.68812 12.2336 1.68814 12.5816 1.93731L22.0816 8.73809C22.5307 9.05958 22.6346 9.68453 22.3131 10.1336C21.9916 10.5826 21.3666 10.6855 20.9176 10.3641L19.9996 9.70684V19.9998C19.9996 20.5521 19.5519 20.9998 18.9996 20.9998H13.9996V14.9998C13.9995 14.4476 13.5518 13.9998 12.9996 13.9998H10.9996C10.4475 14 9.99973 14.4477 9.99962 14.9998V20.9998H4.99962C4.44745 20.9997 3.99962 20.552 3.99962 19.9998V9.70684L3.08165 10.3641C2.6327 10.6854 2.00866 10.5823 1.68712 10.1336C1.36565 9.68456 1.4686 9.0596 1.91759 8.73809L11.4176 1.93731Z\" fill=\"currentColor\"/>",
6893
+ "tags": "Path",
6894
+ "componentName": "IconHomeRoofDoor",
6895
+ "iconName": "home-roof-door, house",
6896
+ "pathname": "src/IconHomeRoofDoor"
6897
+ },
6891
6898
  {
6892
6899
  "svg": "<Path d=\"M12.53 3.152C12.2057 2.94933 11.7943 2.94933 11.47 3.152L3.47 8.152C3.17762 8.33474 3 8.65521 3 9V20C3 20.5523 3.44772 21 4 21H8.5C9.05228 21 9.5 20.5523 9.5 20V16.5C9.5 15.1193 10.6193 14 12 14C13.3807 14 14.5 15.1193 14.5 16.5V20C14.5 20.5523 14.9477 21 15.5 21H20C20.5523 21 21 20.5523 21 20V9C21 8.65521 20.8224 8.33474 20.53 8.152L12.53 3.152Z\" fill=\"currentColor\"/>",
6893
6900
  "tags": "Path",