@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.212 → 1.1.213
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/IconCarTaxi/index.d.ts +4 -0
- package/IconCarTaxi/index.js +2 -0
- package/IconCarTaxi/index.js.map +1 -0
- package/IconCarTaxi/index.mjs +2 -0
- package/IconCarTaxi/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 -4
- 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.213) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1974 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
|
|
|
@@ -2117,6 +2117,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
2117
2117
|
### Vehicles
|
|
2118
2118
|
|
|
2119
2119
|
- **IconBoat** — boat, ship, sailing
|
|
2120
|
+
- **IconCarTaxi** — car-taxi, uber
|
|
2120
2121
|
- **IconSteeringWheel1** — steering-wheel, autopilot, drive
|
|
2121
2122
|
|
|
2122
2123
|
### Vehicles & Aircrafts
|
package/tsx-icons.json
CHANGED
|
@@ -2891,6 +2891,13 @@
|
|
|
2891
2891
|
"iconName": "car-front-view",
|
|
2892
2892
|
"pathname": "src/IconCarFrontView"
|
|
2893
2893
|
},
|
|
2894
|
+
{
|
|
2895
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14 2C14.5523 2 15 2.44772 15 3V4H15.9297C16.9327 4.00002 17.8694 4.50136 18.4258 5.33594L20.8682 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11H21.9385C21.9793 11.1982 22 11.4011 22 11.6055V18C22 19.1046 21.1046 20 20 20H19C17.8954 20 17 19.1046 17 18H7C7 19.1046 6.10457 20 5 20H4C2.89543 20 2 19.1046 2 18V11.6055C2.00001 11.4011 2.02067 11.1982 2.06152 11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13184L5.57422 5.33594C6.13061 4.50136 7.06727 4.00002 8.07031 4H9V3C9 2.44772 9.44771 2 10 2H14ZM6 12C5.44772 12 5 12.4477 5 13C5 13.5523 5.44772 14 6 14H7C7.55228 14 8 13.5523 8 13C8 12.4477 7.55228 12 7 12H6ZM17 12C16.4477 12 16 12.4477 16 13C16 13.5523 16.4477 14 17 14H18C18.5523 14 19 13.5523 19 13C19 12.4477 18.5523 12 18 12H17Z\" fill=\"currentColor\"/>",
|
|
2896
|
+
"tags": "Path",
|
|
2897
|
+
"componentName": "IconCarTaxi",
|
|
2898
|
+
"iconName": "car-taxi, uber",
|
|
2899
|
+
"pathname": "src/IconCarTaxi"
|
|
2900
|
+
},
|
|
2894
2901
|
{
|
|
2895
2902
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.17071 5C6.58254 3.83481 7.69378 3 9 3H15C16.3062 3 17.4175 3.83481 17.8293 5H19C20.6569 5 22 6.34315 22 8V16C22 17.6569 20.6569 19 19 19H17.8293C17.4175 20.1652 16.3062 21 15 21H9C7.69378 21 6.58254 20.1652 6.17071 19H5C3.34315 19 2 17.6569 2 16V8C2 6.34315 3.34315 5 5 5H6.17071ZM6 7H5C4.44772 7 4 7.44772 4 8V16C4 16.5523 4.44772 17 5 17H6V7ZM18 17H19C19.5523 17 20 16.5523 20 16V8C20 7.44771 19.5523 7 19 7H18V17Z\" fill=\"currentColor\"/>",
|
|
2896
2903
|
"tags": "Path",
|