@central-icons-react-native/round-outlined-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/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-outlined-radius-2-stroke-2",
21
- version: "1.1.212",
21
+ version: "1.1.213",
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-outlined-radius-2-stroke-2",
3
- "version": "1.1.212",
3
+ "version": "1.1.213",
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.212) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1973 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.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.6056C3 11.2107 3.11688 10.8247 3.3359 10.4962L6.40627 5.8906C6.7772 5.3342 7.40166 5 8.07037 5H15.9296C16.5983 5 17.2228 5.3342 17.5937 5.8906L20.6641 10.4962C20.8831 10.8247 21 11.2107 21 11.6056V18C21 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=\"M15 4H9C7.89543 4 7 4.89543 7 6V18C7 19.1046 7.89543 20 9 20H15C16.1046 20 17 19.1046 17 18V6C17 4.89543 16.1046 4 15 4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 6H19C20.1046 6 21 6.89543 21 8V16C21 17.1046 20.1046 18 19 18H17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 18H5C3.89543 18 3 17.1046 3 16V8C3 6.89543 3.89543 6 5 6H7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
2896
2903
  "tags": "Path",