@central-icons-react-native/round-filled-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 i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},l=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!I.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var a=(r,o,C)=>(C=r!=null?i(B(r)):{},l(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>l(t({},"__esModule",{value:!0}),r);var g={};d(g,{IconCarTaxi:()=>f,default:()=>P});module.exports=v(g);var n=a(require("react"));var H=a(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...C})=>H.default.createElement(m.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),f=r=>n.default.createElement(s,{...r},n.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 2C14.7761 2 15 2.22386 15 2.5V4H15.8945C17.0647 4.00003 18.1575 4.58492 18.8066 5.55859L21.4121 9.4668C21.5252 9.63647 21.6228 9.815 21.7041 10H22.5C22.7761 10 23 10.2239 23 10.5C23 10.7761 22.7761 11 22.5 11H21.9766C21.9924 11.135 22 11.2713 22 11.4082V18.5C22 19.3284 21.3284 20 20.5 20H19.5C18.6716 20 18 19.3284 18 18.5V18H6V18.5C6 19.3284 5.32843 20 4.5 20H3.5C2.67157 20 2 19.3284 2 18.5V11.4082C2 11.2713 2.00758 11.135 2.02344 11H1.5C1.22386 11 1 10.7761 1 10.5C1 10.2239 1.22386 10 1.5 10H2.2959C2.37721 9.815 2.47478 9.63647 2.58789 9.4668L5.19336 5.55859C5.84247 4.58492 6.93526 4.00003 8.10547 4H9V2.5C9 2.22386 9.22386 2 9.5 2H14.5ZM5.5 13C5.22386 13 5 13.2239 5 13.5C5 13.7761 5.22386 14 5.5 14H7.5C7.77614 14 8 13.7761 8 13.5C8 13.2239 7.77614 13 7.5 13H5.5ZM16.5 13C16.2239 13 16 13.2239 16 13.5C16 13.7761 16.2239 14 16.5 14H18.5C18.7761 14 19 13.7761 19 13.5C19 13.2239 18.7761 13 18.5 13H16.5Z",fill:"currentColor"})),P=f;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5 2C14.7761 2 15 2.22386 15 2.5V4H15.8945C17.0647 4.00003 18.1575 4.58492 18.8066 5.55859L21.4121 9.4668C21.5252 9.63647 21.6228 9.815 21.7041 10H22.5C22.7761 10 23 10.2239 23 10.5C23 10.7761 22.7761 11 22.5 11H21.9766C21.9924 11.135 22 11.2713 22 11.4082V18.5C22 19.3284 21.3284 20 20.5 20H19.5C18.6716 20 18 19.3284 18 18.5V18H6V18.5C6 19.3284 5.32843 20 4.5 20H3.5C2.67157 20 2 19.3284 2 18.5V11.4082C2 11.2713 2.00758 11.135 2.02344 11H1.5C1.22386 11 1 10.7761 1 10.5C1 10.2239 1.22386 10 1.5 10H2.2959C2.37721 9.815 2.47478 9.63647 2.58789 9.4668L5.19336 5.55859C5.84247 4.58492 6.93526 4.00003 8.10547 4H9V2.5C9 2.22386 9.22386 2 9.5 2H14.5ZM5.5 13C5.22386 13 5 13.2239 5 13.5C5 13.7761 5.22386 14 5.5 14H7.5C7.77614 14 8 13.7761 8 13.5C8 13.2239 7.77614 13 7.5 13H5.5ZM16.5 13C16.2239 13 16 13.2239 16 13.5C16 13.7761 16.2239 14 16.5 14H18.5C18.7761 14 19 13.7761 19 13.5C19 13.2239 18.7761 13 18.5 13H16.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,y5BACF,KAAK,eACP,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 e from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...t})=>n.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(C,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 2C14.7761 2 15 2.22386 15 2.5V4H15.8945C17.0647 4.00003 18.1575 4.58492 18.8066 5.55859L21.4121 9.4668C21.5252 9.63647 21.6228 9.815 21.7041 10H22.5C22.7761 10 23 10.2239 23 10.5C23 10.7761 22.7761 11 22.5 11H21.9766C21.9924 11.135 22 11.2713 22 11.4082V18.5C22 19.3284 21.3284 20 20.5 20H19.5C18.6716 20 18 19.3284 18 18.5V18H6V18.5C6 19.3284 5.32843 20 4.5 20H3.5C2.67157 20 2 19.3284 2 18.5V11.4082C2 11.2713 2.00758 11.135 2.02344 11H1.5C1.22386 11 1 10.7761 1 10.5C1 10.2239 1.22386 10 1.5 10H2.2959C2.37721 9.815 2.47478 9.63647 2.58789 9.4668L5.19336 5.55859C5.84247 4.58492 6.93526 4.00003 8.10547 4H9V2.5C9 2.22386 9.22386 2 9.5 2H14.5ZM5.5 13C5.22386 13 5 13.2239 5 13.5C5 13.7761 5.22386 14 5.5 14H7.5C7.77614 14 8 13.7761 8 13.5C8 13.2239 7.77614 13 7.5 13H5.5ZM16.5 13C16.2239 13 16 13.2239 16 13.5C16 13.7761 16.2239 14 16.5 14H18.5C18.7761 14 19 13.7761 19 13.5C19 13.2239 18.7761 13 18.5 13H16.5Z",fill:"currentColor"})),I=a;export{a as IconCarTaxi,I 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5 2C14.7761 2 15 2.22386 15 2.5V4H15.8945C17.0647 4.00003 18.1575 4.58492 18.8066 5.55859L21.4121 9.4668C21.5252 9.63647 21.6228 9.815 21.7041 10H22.5C22.7761 10 23 10.2239 23 10.5C23 10.7761 22.7761 11 22.5 11H21.9766C21.9924 11.135 22 11.2713 22 11.4082V18.5C22 19.3284 21.3284 20 20.5 20H19.5C18.6716 20 18 19.3284 18 18.5V18H6V18.5C6 19.3284 5.32843 20 4.5 20H3.5C2.67157 20 2 19.3284 2 18.5V11.4082C2 11.2713 2.00758 11.135 2.02344 11H1.5C1.22386 11 1 10.7761 1 10.5C1 10.2239 1.22386 10 1.5 10H2.2959C2.37721 9.815 2.47478 9.63647 2.58789 9.4668L5.19336 5.55859C5.84247 4.58492 6.93526 4.00003 8.10547 4H9V2.5C9 2.22386 9.22386 2 9.5 2H14.5ZM5.5 13C5.22386 13 5 13.2239 5 13.5C5 13.7761 5.22386 14 5.5 14H7.5C7.77614 14 8 13.7761 8 13.5C8 13.2239 7.77614 13 7.5 13H5.5ZM16.5 13C16.2239 13 16 13.2239 16 13.5C16 13.7761 16.2239 14 16.5 14H18.5C18.7761 14 19 13.7761 19 13.5C19 13.2239 18.7761 13 18.5 13H16.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,y5BACF,KAAK,eACP,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-filled-radius-3-stroke-1",
5783
5783
  "componentName": "IconCarFrontView"
5784
5784
  },
5785
+ {
5786
+ "category": "Vehicles",
5787
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5 2C14.7761 2 15 2.22386 15 2.5V4H15.8945C17.0647 4.00003 18.1575 4.58492 18.8066 5.55859L21.4121 9.4668C21.5252 9.63647 21.6228 9.815 21.7041 10H22.5C22.7761 10 23 10.2239 23 10.5C23 10.7761 22.7761 11 22.5 11H21.9766C21.9924 11.135 22 11.2713 22 11.4082V18.5C22 19.3284 21.3284 20 20.5 20H19.5C18.6716 20 18 19.3284 18 18.5V18H6V18.5C6 19.3284 5.32843 20 4.5 20H3.5C2.67157 20 2 19.3284 2 18.5V11.4082C2 11.2713 2.00758 11.135 2.02344 11H1.5C1.22386 11 1 10.7761 1 10.5C1 10.2239 1.22386 10 1.5 10H2.2959C2.37721 9.815 2.47478 9.63647 2.58789 9.4668L5.19336 5.55859C5.84247 4.58492 6.93526 4.00003 8.10547 4H9V2.5C9 2.22386 9.22386 2 9.5 2H14.5ZM5.5 13C5.22386 13 5 13.2239 5 13.5C5 13.7761 5.22386 14 5.5 14H7.5C7.77614 14 8 13.7761 8 13.5C8 13.2239 7.77614 13 7.5 13H5.5ZM16.5 13C16.2239 13 16 13.2239 16 13.5C16 13.7761 16.2239 14 16.5 14H18.5C18.7761 14 19 13.7761 19 13.5C19 13.2239 18.7761 13 18.5 13H16.5Z\" fill=\"currentColor\"/>",
5788
+ "iconName": "car-taxi, uber",
5789
+ "variant": {
5790
+ "join": "round",
5791
+ "filled": "on",
5792
+ "radius": "3",
5793
+ "stroke": "1"
5794
+ },
5795
+ "createdAt": "2026-04-24T15:01:54.4139+00:00",
5796
+ "packageName": "round-filled-radius-3-stroke-1",
5797
+ "componentName": "IconCarTaxi"
5798
+ },
5785
5799
  {
5786
5800
  "category": "Layout",
5787
5801
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.335 5.00382C5.89595 3.81929 7.1023 3 8.5 3H15.5C16.8977 3 18.104 3.81929 18.665 5.00382C20.5214 5.08997 22 6.62231 22 8.5V15.5C22 17.3777 20.5214 18.91 18.665 18.9962C18.104 20.1807 16.8977 21 15.5 21H8.5C7.1023 21 5.89596 20.1807 5.33501 18.9962C3.47862 18.91 2 17.3777 2 15.5V8.5C2 6.62231 3.47861 5.08997 5.335 5.00382ZM5.02941 6.04422C3.87367 6.26436 3 7.28015 3 8.5V15.5C3 16.7198 3.87367 17.7356 5.02941 17.9558C5.01001 17.8066 5 17.6545 5 17.5V6.5C5 6.34553 5.01001 6.1934 5.02941 6.04422ZM18.9706 17.9558C20.1263 17.7356 21 16.7198 21 15.5V8.5C21 7.28015 20.1263 6.26437 18.9706 6.04423C18.99 6.19341 19 6.34553 19 6.5V17.5C19 17.6545 18.99 17.8066 18.9706 17.9558Z\" fill=\"currentColor\"/>",
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-filled-radius-3-stroke-1",
3
- "version": "1.1.212",
3
+ "version": "1.1.213",
4
4
  "style": "round-filled-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-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";