@central-icons-react-native/round-outlined-radius-3-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 18V11.9083C3 11.3161 3.17531 10.737 3.50385 10.2442L6.1094 6.3359C6.6658 5.5013 7.60249 5 8.60555 5H15.3944C16.3975 5 17.3342 5.5013 17.8906 6.3359L20.4962 10.2442C20.8247 10.737 21 11.3161 21 11.9083V18C21 18.5523 20.5523 19 20 19H18C17.4477 19 17 18.5523 17 18V17H7V18C7 18.5523 6.55228 19 6 19H4C3.44772 19 3 18.5523 3 18Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2 10H3.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 10H22\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 13H7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 13H18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 5V3L14 3V5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
2896
|
+
"tags": "Path",
|
|
2897
|
+
"componentName": "IconCarTaxi",
|
|
2898
|
+
"iconName": "car-taxi, uber",
|
|
2899
|
+
"pathname": "src/IconCarTaxi"
|
|
2900
|
+
},
|
|
2894
2901
|
{
|
|
2895
2902
|
"svg": "<Path d=\"M14 4H10C8.34315 4 7 5.34315 7 7V17C7 18.6569 8.34315 20 10 20H14C15.6569 20 17 18.6569 17 17V7C17 5.34315 15.6569 4 14 4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 18H6C4.34315 18 3 16.6569 3 15V9C3 7.34315 4.34315 6 6 6H7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 6H18C19.6569 6 21 7.34315 21 9V15C21 16.6569 19.6569 18 18 18H17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2896
2903
|
"tags": "Path",
|