@central-icons-react-native/square-outlined-radius-0-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 d=\"M3 19V11L7 5H17L21 11V19H17V17H7V19H3Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M1 10H3.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M20.5 10H23\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M5 13H8\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16 13H19\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M9 3L15 3\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
2896
|
+
"tags": "Path",
|
|
2897
|
+
"componentName": "IconCarTaxi",
|
|
2898
|
+
"iconName": "car-taxi, uber",
|
|
2899
|
+
"pathname": "src/IconCarTaxi"
|
|
2900
|
+
},
|
|
2894
2901
|
{
|
|
2895
2902
|
"svg": "<Path d=\"M17 4H7V20H17V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M17 6H21V18H17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M7 18H3V6H7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
2896
2903
|
"tags": "Path",
|