@central-icons-react-native/round-outlined-radius-3-stroke-1 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCarTaxi: FC<CentralIconBaseProps>;
4
+ export default IconCarTaxi;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!f.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(C=m(o,s))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?c(H(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),B=r=>i(p({},"__esModule",{value:!0}),r);var P={};x(P,{IconCarTaxi:()=>l,default:()=>I});module.exports=B(P);var e=u(require("react"));var d=u(require("react")),a=require("react-native-svg"),k=({children:r,size:o=24,...n})=>d.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),l=r=>e.default.createElement(k,{...r},e.default.createElement(t.Path,{d:"M3.5 19.5C2.94772 19.5 2.5 19.0523 2.5 18.5V11.4083C2.5 10.8161 2.67531 10.237 3.00385 9.74423L5.6094 5.8359C6.1658 5.0013 7.10249 4.5 8.10555 4.5H15.8944C16.8975 4.5 17.8342 5.0013 18.3906 5.8359L20.9962 9.74423C21.3247 10.237 21.5 10.8161 21.5 11.4083V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H18.5C17.9477 19.5 17.5 19.0523 17.5 18.5V17.5H6.5V18.5C6.5 19.0523 6.05228 19.5 5.5 19.5H3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M1.5 10.5H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M21.5 10.5H22.4999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M5.5 13.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M16.5 13.5H18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9.5 2.5V4.5H14.5V2.5H9.5Z",stroke:"currentColor",strokeLinejoin:"round"})),I=l;0&&(module.exports={IconCarTaxi});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCarTaxi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconCarTaxi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 19.5C2.94772 19.5 2.5 19.0523 2.5 18.5V11.4083C2.5 10.8161 2.67531 10.237 3.00385 9.74423L5.6094 5.8359C6.1658 5.0013 7.10249 4.5 8.10555 4.5H15.8944C16.8975 4.5 17.8342 5.0013 18.3906 5.8359L20.9962 9.74423C21.3247 10.237 21.5 10.8161 21.5 11.4083V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H18.5C17.9477 19.5 17.5 19.0523 17.5 18.5V17.5H6.5V18.5C6.5 19.0523 6.05228 19.5 5.5 19.5H3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.5 10.5H2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 10.5H22.4999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5 13.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 13.5H18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 2.5V4.5H14.5V2.5H9.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCarTaxi;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uYACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCarTaxi_exports","__export","IconCarTaxi","IconCarTaxi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCarTaxi","props","React","CentralIconBase","IconCarTaxi_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...s})=>p.createElement(C,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M3.5 19.5C2.94772 19.5 2.5 19.0523 2.5 18.5V11.4083C2.5 10.8161 2.67531 10.237 3.00385 9.74423L5.6094 5.8359C6.1658 5.0013 7.10249 4.5 8.10555 4.5H15.8944C16.8975 4.5 17.8342 5.0013 18.3906 5.8359L20.9962 9.74423C21.3247 10.237 21.5 10.8161 21.5 11.4083V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H18.5C17.9477 19.5 17.5 19.0523 17.5 18.5V17.5H6.5V18.5C6.5 19.0523 6.05228 19.5 5.5 19.5H3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M1.5 10.5H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M21.5 10.5H22.4999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M5.5 13.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M16.5 13.5H18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M9.5 2.5V4.5H14.5V2.5H9.5Z",stroke:"currentColor",strokeLinejoin:"round"})),f=i;export{i as IconCarTaxi,f as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCarTaxi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconCarTaxi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 19.5C2.94772 19.5 2.5 19.0523 2.5 18.5V11.4083C2.5 10.8161 2.67531 10.237 3.00385 9.74423L5.6094 5.8359C6.1658 5.0013 7.10249 4.5 8.10555 4.5H15.8944C16.8975 4.5 17.8342 5.0013 18.3906 5.8359L20.9962 9.74423C21.3247 10.237 21.5 10.8161 21.5 11.4083V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H18.5C17.9477 19.5 17.5 19.0523 17.5 18.5V17.5H6.5V18.5C6.5 19.0523 6.05228 19.5 5.5 19.5H3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.5 10.5H2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 10.5H22.4999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5 13.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 13.5H18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 2.5V4.5H14.5V2.5H9.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCarTaxi;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uYACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCarTaxi","props","React","CentralIconBase","IconCarTaxi_default"]}
package/README.md CHANGED
@@ -2165,6 +2165,7 @@ Below is a complete list of available icons:
2165
2165
  ### Vehicles
2166
2166
 
2167
2167
  - IconBoat
2168
+ - IconCarTaxi
2168
2169
  - IconSteeringWheel1
2169
2170
 
2170
2171
  ### Vehicles & Aircrafts
@@ -5782,6 +5782,20 @@
5782
5782
  "packageName": "round-outlined-radius-3-stroke-1",
5783
5783
  "componentName": "IconCarFrontView"
5784
5784
  },
5785
+ {
5786
+ "category": "Vehicles",
5787
+ "svg": "<path d=\"M3.5 19.5C2.94772 19.5 2.5 19.0523 2.5 18.5V11.4083C2.5 10.8161 2.67531 10.237 3.00385 9.74423L5.6094 5.8359C6.1658 5.0013 7.10249 4.5 8.10555 4.5H15.8944C16.8975 4.5 17.8342 5.0013 18.3906 5.8359L20.9962 9.74423C21.3247 10.237 21.5 10.8161 21.5 11.4083V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H18.5C17.9477 19.5 17.5 19.0523 17.5 18.5V17.5H6.5V18.5C6.5 19.0523 6.05228 19.5 5.5 19.5H3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.5 10.5H2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 10.5H22.4999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.5 13.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 13.5H18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 2.5V4.5H14.5V2.5H9.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
5788
+ "iconName": "car-taxi, uber",
5789
+ "variant": {
5790
+ "join": "round",
5791
+ "filled": "off",
5792
+ "radius": "3",
5793
+ "stroke": "1"
5794
+ },
5795
+ "createdAt": "2026-04-24T15:01:54.4139+00:00",
5796
+ "packageName": "round-outlined-radius-3-stroke-1",
5797
+ "componentName": "IconCarTaxi"
5798
+ },
5785
5799
  {
5786
5800
  "category": "Layout",
5787
5801
  "svg": "<path d=\"M15.5 3.5H8.5C6.84315 3.5 5.5 4.84315 5.5 6.5V17.5C5.5 19.1569 6.84315 20.5 8.5 20.5H15.5C17.1569 20.5 18.5 19.1569 18.5 17.5V6.5C18.5 4.84315 17.1569 3.5 15.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.5 18.5C3.84315 18.5 2.5 17.1569 2.5 15.5V8.5C2.5 6.84315 3.84315 5.5 5.5 5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 18.5C20.1569 18.5 21.5 17.1569 21.5 15.5V8.5C21.5 6.84315 20.1569 5.5 18.5 5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -412,6 +412,7 @@ export type CentralIconName =
412
412
  | "IconCar9"
413
413
  | "IconCar9Ev"
414
414
  | "IconCarFrontView"
415
+ | "IconCarTaxi"
415
416
  | "IconCarussel"
416
417
  | "IconCash"
417
418
  | "IconCat"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
3
- "version": "1.1.212",
3
+ "version": "1.1.213",
4
4
  "style": "round-outlined-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1973,
14
+ "totalIcons": 1974,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 84,
@@ -2101,8 +2101,8 @@
2101
2101
  ]
2102
2102
  },
2103
2103
  "Vehicles": {
2104
- "count": 2,
2105
- "icons": ["IconBoat", "IconSteeringWheel1"]
2104
+ "count": 3,
2105
+ "icons": ["IconBoat", "IconCarTaxi", "IconSteeringWheel1"]
2106
2106
  },
2107
2107
  "Vehicles & Aircrafts": {
2108
2108
  "count": 35,
@@ -2588,6 +2588,7 @@
2588
2588
  "IconCar9": "car-9, van",
2589
2589
  "IconCar9Ev": "car-9-ev, van",
2590
2590
  "IconCarFrontView": "car-front-view",
2591
+ "IconCarTaxi": "car-taxi, uber",
2591
2592
  "IconCarussel": "carussel, slides",
2592
2593
  "IconCash": "cash",
2593
2594
  "IconCat": "cat, image, animal, cute",
package/index.d.ts CHANGED
@@ -411,6 +411,7 @@ export { IconCar8Ev, default as IconCar8EvDefault } from "./IconCar8Ev";
411
411
  export { IconCar9, default as IconCar9Default } from "./IconCar9";
412
412
  export { IconCar9Ev, default as IconCar9EvDefault } from "./IconCar9Ev";
413
413
  export { IconCarFrontView, default as IconCarFrontViewDefault, } from "./IconCarFrontView";
414
+ export { IconCarTaxi, default as IconCarTaxiDefault } from "./IconCarTaxi";
414
415
  export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel";
415
416
  export { IconCash, default as IconCashDefault } from "./IconCash";
416
417
  export { IconCat, default as IconCatDefault } from "./IconCat";