@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.211 → 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 IconBurnTokens: FC<CentralIconBaseProps>;
4
+ export default IconBurnTokens;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,C)=>{for(var o in C)e(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,l)=>{if(C&&typeof C=="object"||typeof C=="function")for(let n of I(C))!x.call(r,n)&&n!==o&&e(r,n,{get:()=>C[n],enumerable:!(l=B(C,n))||l.enumerable});return r};var m=(r,C,o)=>(o=r!=null?i(L(r)):{},a(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var v={};P(v,{IconBurnTokens:()=>u,default:()=>d});module.exports=g(v);var t=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:C=24,...o})=>s.default.createElement(f.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M15.8252 9.05176C16.1395 8.94686 16.4857 9.00401 16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0191 12.1511 19.0799 12.3455 19.1299 12.542C19.2967 12.3524 19.531 12.2325 19.7852 12.208C20.0765 12.1799 20.3657 12.281 20.5762 12.4844C21.4696 13.3477 21.8197 14.4351 21.9453 15.4443C22.3569 18.7273 20.3871 21.0249 17.9932 21.751C15.6157 22.4717 12.7343 21.6537 11.4512 18.7842L11.4502 18.7832C10.6742 17.0423 10.9372 15.3037 11.958 13.7979C12.3007 13.2927 12.7137 12.8533 13.0996 12.4775C14.1499 11.457 14.8501 10.9016 15.1797 9.72949L15.2197 9.61328C15.3303 9.3494 15.5501 9.14368 15.8252 9.05176Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M11 2C14.0942 2 16.8231 3.56232 18.4414 5.93652C18.7524 6.39282 18.6349 7.01508 18.1787 7.32617C17.7224 7.63716 17.1002 7.51966 16.7891 7.06348C15.5274 5.21231 13.4051 4 11 4C7.13401 4 4 7.13401 4 11C4 14.1005 6.01674 16.7324 8.8125 17.6514C9.33707 17.8239 9.62263 18.3894 9.4502 18.9141C9.2777 19.4387 8.71213 19.7242 8.1875 19.5518C4.5955 18.371 2 14.9898 2 11C2 6.02944 6.02944 2 11 2Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M10 6.42285C10.6188 6.0656 11.3812 6.06564 12 6.42285L13.2324 7.13379C13.7107 7.40991 13.8747 8.02174 13.5986 8.5C13.3225 8.97823 12.7107 9.14221 12.2324 8.86621L11 8.1543L8.53613 9.57715V12.4229L9.33496 12.8838C9.81325 13.1599 9.97731 13.7717 9.70117 14.25C9.42503 14.7283 8.81325 14.8924 8.33496 14.6162L7.53613 14.1543C6.91749 13.797 6.5362 13.1372 6.53613 12.4229V9.57715C6.5362 8.86276 6.91749 8.20296 7.53613 7.8457L10 6.42285Z",fill:"currentColor"})),d=u;0&&(module.exports={IconBurnTokens});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBurnTokens/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 IconBurnTokens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.8252 9.05176C16.1395 8.94686 16.4857 9.00401 16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0191 12.1511 19.0799 12.3455 19.1299 12.542C19.2967 12.3524 19.531 12.2325 19.7852 12.208C20.0765 12.1799 20.3657 12.281 20.5762 12.4844C21.4696 13.3477 21.8197 14.4351 21.9453 15.4443C22.3569 18.7273 20.3871 21.0249 17.9932 21.751C15.6157 22.4717 12.7343 21.6537 11.4512 18.7842L11.4502 18.7832C10.6742 17.0423 10.9372 15.3037 11.958 13.7979C12.3007 13.2927 12.7137 12.8533 13.0996 12.4775C14.1499 11.457 14.8501 10.9016 15.1797 9.72949L15.2197 9.61328C15.3303 9.3494 15.5501 9.14368 15.8252 9.05176Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 2C14.0942 2 16.8231 3.56232 18.4414 5.93652C18.7524 6.39282 18.6349 7.01508 18.1787 7.32617C17.7224 7.63716 17.1002 7.51966 16.7891 7.06348C15.5274 5.21231 13.4051 4 11 4C7.13401 4 4 7.13401 4 11C4 14.1005 6.01674 16.7324 8.8125 17.6514C9.33707 17.8239 9.62263 18.3894 9.4502 18.9141C9.2777 19.4387 8.71213 19.7242 8.1875 19.5518C4.5955 18.371 2 14.9898 2 11C2 6.02944 6.02944 2 11 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 6.42285C10.6188 6.0656 11.3812 6.06564 12 6.42285L13.2324 7.13379C13.7107 7.40991 13.8747 8.02174 13.5986 8.5C13.3225 8.97823 12.7107 9.14221 12.2324 8.86621L11 8.1543L8.53613 9.57715V12.4229L9.33496 12.8838C9.81325 13.1599 9.97731 13.7717 9.70117 14.25C9.42503 14.7283 8.81325 14.8924 8.33496 14.6162L7.53613 14.1543C6.91749 13.797 6.5362 13.1372 6.53613 12.4229V9.57715C6.5362 8.86276 6.91749 8.20296 7.53613 7.8457L10 6.42285Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBurnTokens;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ymBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,obACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBurnTokens_exports","__export","IconBurnTokens","IconBurnTokens_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBurnTokens","props","React","CentralIconBase","IconBurnTokens_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...e})=>p.createElement(l,{...e,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 n}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(n,{d:"M15.8252 9.05176C16.1395 8.94686 16.4857 9.00401 16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0191 12.1511 19.0799 12.3455 19.1299 12.542C19.2967 12.3524 19.531 12.2325 19.7852 12.208C20.0765 12.1799 20.3657 12.281 20.5762 12.4844C21.4696 13.3477 21.8197 14.4351 21.9453 15.4443C22.3569 18.7273 20.3871 21.0249 17.9932 21.751C15.6157 22.4717 12.7343 21.6537 11.4512 18.7842L11.4502 18.7832C10.6742 17.0423 10.9372 15.3037 11.958 13.7979C12.3007 13.2927 12.7137 12.8533 13.0996 12.4775C14.1499 11.457 14.8501 10.9016 15.1797 9.72949L15.2197 9.61328C15.3303 9.3494 15.5501 9.14368 15.8252 9.05176Z",fill:"currentColor"}),C.createElement(n,{d:"M11 2C14.0942 2 16.8231 3.56232 18.4414 5.93652C18.7524 6.39282 18.6349 7.01508 18.1787 7.32617C17.7224 7.63716 17.1002 7.51966 16.7891 7.06348C15.5274 5.21231 13.4051 4 11 4C7.13401 4 4 7.13401 4 11C4 14.1005 6.01674 16.7324 8.8125 17.6514C9.33707 17.8239 9.62263 18.3894 9.4502 18.9141C9.2777 19.4387 8.71213 19.7242 8.1875 19.5518C4.5955 18.371 2 14.9898 2 11C2 6.02944 6.02944 2 11 2Z",fill:"currentColor"}),C.createElement(n,{d:"M10 6.42285C10.6188 6.0656 11.3812 6.06564 12 6.42285L13.2324 7.13379C13.7107 7.40991 13.8747 8.02174 13.5986 8.5C13.3225 8.97823 12.7107 9.14221 12.2324 8.86621L11 8.1543L8.53613 9.57715V12.4229L9.33496 12.8838C9.81325 13.1599 9.97731 13.7717 9.70117 14.25C9.42503 14.7283 8.81325 14.8924 8.33496 14.6162L7.53613 14.1543C6.91749 13.797 6.5362 13.1372 6.53613 12.4229V9.57715C6.5362 8.86276 6.91749 8.20296 7.53613 7.8457L10 6.42285Z",fill:"currentColor"})),x=a;export{a as IconBurnTokens,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBurnTokens/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 IconBurnTokens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.8252 9.05176C16.1395 8.94686 16.4857 9.00401 16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0191 12.1511 19.0799 12.3455 19.1299 12.542C19.2967 12.3524 19.531 12.2325 19.7852 12.208C20.0765 12.1799 20.3657 12.281 20.5762 12.4844C21.4696 13.3477 21.8197 14.4351 21.9453 15.4443C22.3569 18.7273 20.3871 21.0249 17.9932 21.751C15.6157 22.4717 12.7343 21.6537 11.4512 18.7842L11.4502 18.7832C10.6742 17.0423 10.9372 15.3037 11.958 13.7979C12.3007 13.2927 12.7137 12.8533 13.0996 12.4775C14.1499 11.457 14.8501 10.9016 15.1797 9.72949L15.2197 9.61328C15.3303 9.3494 15.5501 9.14368 15.8252 9.05176Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 2C14.0942 2 16.8231 3.56232 18.4414 5.93652C18.7524 6.39282 18.6349 7.01508 18.1787 7.32617C17.7224 7.63716 17.1002 7.51966 16.7891 7.06348C15.5274 5.21231 13.4051 4 11 4C7.13401 4 4 7.13401 4 11C4 14.1005 6.01674 16.7324 8.8125 17.6514C9.33707 17.8239 9.62263 18.3894 9.4502 18.9141C9.2777 19.4387 8.71213 19.7242 8.1875 19.5518C4.5955 18.371 2 14.9898 2 11C2 6.02944 6.02944 2 11 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 6.42285C10.6188 6.0656 11.3812 6.06564 12 6.42285L13.2324 7.13379C13.7107 7.40991 13.8747 8.02174 13.5986 8.5C13.3225 8.97823 12.7107 9.14221 12.2324 8.86621L11 8.1543L8.53613 9.57715V12.4229L9.33496 12.8838C9.81325 13.1599 9.97731 13.7717 9.70117 14.25C9.42503 14.7283 8.81325 14.8924 8.33496 14.6162L7.53613 14.1543C6.91749 13.797 6.5362 13.1372 6.53613 12.4229V9.57715C6.5362 8.86276 6.91749 8.20296 7.53613 7.8457L10 6.42285Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBurnTokens;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ymBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,obACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBurnTokens","props","React","CentralIconBase","IconBurnTokens_default"]}
@@ -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 2C14.5523 2 15 2.44772 15 3V4H15.3945C16.7319 4.00003 17.9808 4.66848 18.7227 5.78125L20.8682 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11H21.8955C21.9646 11.2962 22 11.6009 22 11.9082V18C22 19.1046 21.1046 20 20 20H19C17.8954 20 17 19.1046 17 18H7C7 19.1046 6.10457 20 5 20H4C2.89543 20 2 19.1046 2 18V11.9082C2.00001 11.6009 2.03542 11.2962 2.10449 11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13184L5.27734 5.78125C6.01919 4.66848 7.26809 4.00003 8.60547 4H9V3C9 2.44772 9.44771 2 10 2H14ZM6 12C5.44772 12 5 12.4477 5 13C5 13.5523 5.44772 14 6 14H7C7.55228 14 8 13.5523 8 13C8 12.4477 7.55228 12 7 12H6ZM17 12C16.4477 12 16 12.4477 16 13C16 13.5523 16.4477 14 17 14H18C18.5523 14 19 13.5523 19 13C19 12.4477 18.5523 12 18 12H17Z",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 2C14.5523 2 15 2.44772 15 3V4H15.3945C16.7319 4.00003 17.9808 4.66848 18.7227 5.78125L20.8682 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11H21.8955C21.9646 11.2962 22 11.6009 22 11.9082V18C22 19.1046 21.1046 20 20 20H19C17.8954 20 17 19.1046 17 18H7C7 19.1046 6.10457 20 5 20H4C2.89543 20 2 19.1046 2 18V11.9082C2.00001 11.6009 2.03542 11.2962 2.10449 11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13184L5.27734 5.78125C6.01919 4.66848 7.26809 4.00003 8.60547 4H9V3C9 2.44772 9.44771 2 10 2H14ZM6 12C5.44772 12 5 12.4477 5 13C5 13.5523 5.44772 14 6 14H7C7.55228 14 8 13.5523 8 13C8 12.4477 7.55228 12 7 12H6ZM17 12C16.4477 12 16 12.4477 16 13C16 13.5523 16.4477 14 17 14H18C18.5523 14 19 13.5523 19 13C19 12.4477 18.5523 12 18 12H17Z\"\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,6vBACF,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 2C14.5523 2 15 2.44772 15 3V4H15.3945C16.7319 4.00003 17.9808 4.66848 18.7227 5.78125L20.8682 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11H21.8955C21.9646 11.2962 22 11.6009 22 11.9082V18C22 19.1046 21.1046 20 20 20H19C17.8954 20 17 19.1046 17 18H7C7 19.1046 6.10457 20 5 20H4C2.89543 20 2 19.1046 2 18V11.9082C2.00001 11.6009 2.03542 11.2962 2.10449 11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13184L5.27734 5.78125C6.01919 4.66848 7.26809 4.00003 8.60547 4H9V3C9 2.44772 9.44771 2 10 2H14ZM6 12C5.44772 12 5 12.4477 5 13C5 13.5523 5.44772 14 6 14H7C7.55228 14 8 13.5523 8 13C8 12.4477 7.55228 12 7 12H6ZM17 12C16.4477 12 16 12.4477 16 13C16 13.5523 16.4477 14 17 14H18C18.5523 14 19 13.5523 19 13C19 12.4477 18.5523 12 18 12H17Z",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 2C14.5523 2 15 2.44772 15 3V4H15.3945C16.7319 4.00003 17.9808 4.66848 18.7227 5.78125L20.8682 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11H21.8955C21.9646 11.2962 22 11.6009 22 11.9082V18C22 19.1046 21.1046 20 20 20H19C17.8954 20 17 19.1046 17 18H7C7 19.1046 6.10457 20 5 20H4C2.89543 20 2 19.1046 2 18V11.9082C2.00001 11.6009 2.03542 11.2962 2.10449 11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13184L5.27734 5.78125C6.01919 4.66848 7.26809 4.00003 8.60547 4H9V3C9 2.44772 9.44771 2 10 2H14ZM6 12C5.44772 12 5 12.4477 5 13C5 13.5523 5.44772 14 6 14H7C7.55228 14 8 13.5523 8 13C8 12.4477 7.55228 12 7 12H6ZM17 12C16.4477 12 16 12.4477 16 13C16 13.5523 16.4477 14 17 14H18C18.5523 14 19 13.5523 19 13C19 12.4477 18.5523 12 18 12H17Z\"\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,6vBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCarTaxi","props","React","CentralIconBase","IconCarTaxi_default"]}
package/README.md CHANGED
@@ -160,6 +160,7 @@ Below is a complete list of available icons:
160
160
  - IconBroomSparkle
161
161
  - IconBubbleSparkle
162
162
  - IconBubbleWideSparkle
163
+ - IconBurnTokens
163
164
  - IconCalenderSparkle
164
165
  - IconCameraSparkle
165
166
  - IconClapboardSparkle
@@ -2164,6 +2165,7 @@ Below is a complete list of available icons:
2164
2165
  ### Vehicles
2165
2166
 
2166
2167
  - IconBoat
2168
+ - IconCarTaxi
2167
2169
  - IconSteeringWheel1
2168
2170
 
2169
2171
  ### Vehicles & Aircrafts
@@ -4858,6 +4858,20 @@
4858
4858
  "packageName": "round-filled-radius-3-stroke-2",
4859
4859
  "componentName": "IconBurger"
4860
4860
  },
4861
+ {
4862
+ "category": "AI & Magic",
4863
+ "svg": "<path d=\"M15.8252 9.05176C16.1395 8.94686 16.4857 9.00401 16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0191 12.1511 19.0799 12.3455 19.1299 12.542C19.2967 12.3524 19.531 12.2325 19.7852 12.208C20.0765 12.1799 20.3657 12.281 20.5762 12.4844C21.4696 13.3477 21.8197 14.4351 21.9453 15.4443C22.3569 18.7273 20.3871 21.0249 17.9932 21.751C15.6157 22.4717 12.7343 21.6537 11.4512 18.7842L11.4502 18.7832C10.6742 17.0423 10.9372 15.3037 11.958 13.7979C12.3007 13.2927 12.7137 12.8533 13.0996 12.4775C14.1499 11.457 14.8501 10.9016 15.1797 9.72949L15.2197 9.61328C15.3303 9.3494 15.5501 9.14368 15.8252 9.05176Z\" fill=\"currentColor\"/><path d=\"M11 2C14.0942 2 16.8231 3.56232 18.4414 5.93652C18.7524 6.39282 18.6349 7.01508 18.1787 7.32617C17.7224 7.63716 17.1002 7.51966 16.7891 7.06348C15.5274 5.21231 13.4051 4 11 4C7.13401 4 4 7.13401 4 11C4 14.1005 6.01674 16.7324 8.8125 17.6514C9.33707 17.8239 9.62263 18.3894 9.4502 18.9141C9.2777 19.4387 8.71213 19.7242 8.1875 19.5518C4.5955 18.371 2 14.9898 2 11C2 6.02944 6.02944 2 11 2Z\" fill=\"currentColor\"/><path d=\"M10 6.42285C10.6188 6.0656 11.3812 6.06564 12 6.42285L13.2324 7.13379C13.7107 7.40991 13.8747 8.02174 13.5986 8.5C13.3225 8.97823 12.7107 9.14221 12.2324 8.86621L11 8.1543L8.53613 9.57715V12.4229L9.33496 12.8838C9.81325 13.1599 9.97731 13.7717 9.70117 14.25C9.42503 14.7283 8.81325 14.8924 8.33496 14.6162L7.53613 14.1543C6.91749 13.797 6.5362 13.1372 6.53613 12.4229V9.57715C6.5362 8.86276 6.91749 8.20296 7.53613 7.8457L10 6.42285Z\" fill=\"currentColor\"/>",
4864
+ "iconName": "burn-tokens, limit",
4865
+ "variant": {
4866
+ "join": "round",
4867
+ "filled": "on",
4868
+ "radius": "3",
4869
+ "stroke": "2"
4870
+ },
4871
+ "createdAt": "2026-04-24T12:02:37.809295+00:00",
4872
+ "packageName": "round-filled-radius-3-stroke-2",
4873
+ "componentName": "IconBurnTokens"
4874
+ },
4861
4875
  {
4862
4876
  "category": "Things",
4863
4877
  "svg": "<path d=\"M11 22V20C11 19.4477 11.4477 19 12 19C12.5523 19 13 19.4477 13 20V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22ZM6.79297 15.793C7.18349 15.4024 7.81651 15.4024 8.20703 15.793C8.59756 16.1835 8.59756 16.8165 8.20703 17.207L5.70703 19.707C5.31651 20.0976 4.68349 20.0976 4.29297 19.707C3.90244 19.3165 3.90244 18.6835 4.29297 18.293L6.79297 15.793ZM15.793 15.793C16.1835 15.4024 16.8165 15.4024 17.207 15.793L19.707 18.293C20.0976 18.6835 20.0976 19.3165 19.707 19.707C19.3165 20.0976 18.6835 20.0976 18.293 19.707L15.793 17.207C15.4024 16.8165 15.4024 16.1835 15.793 15.793ZM4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H4ZM22 11C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H20C19.4477 13 19 12.5523 19 12C19 11.4477 19.4477 11 20 11H22ZM4.29297 4.29297C4.68349 3.90244 5.31651 3.90244 5.70703 4.29297L8.20703 6.79297C8.59756 7.18349 8.59756 7.81651 8.20703 8.20703C7.81651 8.59756 7.18349 8.59756 6.79297 8.20703L4.29297 5.70703C3.90244 5.31651 3.90244 4.68349 4.29297 4.29297ZM18.293 4.29297C18.6835 3.90244 19.3165 3.90244 19.707 4.29297C20.0976 4.68349 20.0976 5.31651 19.707 5.70703L17.207 8.20703C16.8165 8.59756 16.1835 8.59756 15.793 8.20703C15.4024 7.81651 15.4024 7.18349 15.793 6.79297L18.293 4.29297ZM11 4V2C11 1.44772 11.4477 1 12 1C12.5523 1 13 1.44772 13 2V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4Z\" fill=\"currentColor\"/>",
@@ -5768,6 +5782,20 @@
5768
5782
  "packageName": "round-filled-radius-3-stroke-2",
5769
5783
  "componentName": "IconCarFrontView"
5770
5784
  },
5785
+ {
5786
+ "category": "Vehicles",
5787
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 2C14.5523 2 15 2.44772 15 3V4H15.3945C16.7319 4.00003 17.9808 4.66848 18.7227 5.78125L20.8682 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11H21.8955C21.9646 11.2962 22 11.6009 22 11.9082V18C22 19.1046 21.1046 20 20 20H19C17.8954 20 17 19.1046 17 18H7C7 19.1046 6.10457 20 5 20H4C2.89543 20 2 19.1046 2 18V11.9082C2.00001 11.6009 2.03542 11.2962 2.10449 11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13184L5.27734 5.78125C6.01919 4.66848 7.26809 4.00003 8.60547 4H9V3C9 2.44772 9.44771 2 10 2H14ZM6 12C5.44772 12 5 12.4477 5 13C5 13.5523 5.44772 14 6 14H7C7.55228 14 8 13.5523 8 13C8 12.4477 7.55228 12 7 12H6ZM17 12C16.4477 12 16 12.4477 16 13C16 13.5523 16.4477 14 17 14H18C18.5523 14 19 13.5523 19 13C19 12.4477 18.5523 12 18 12H17Z\" fill=\"currentColor\"/>",
5788
+ "iconName": "car-taxi, uber",
5789
+ "variant": {
5790
+ "join": "round",
5791
+ "filled": "on",
5792
+ "radius": "3",
5793
+ "stroke": "2"
5794
+ },
5795
+ "createdAt": "2026-04-24T15:01:54.4139+00:00",
5796
+ "packageName": "round-filled-radius-3-stroke-2",
5797
+ "componentName": "IconCarTaxi"
5798
+ },
5771
5799
  {
5772
5800
  "category": "Layout",
5773
5801
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53513 5C7.22675 3.8044 8.51944 3 10 3H14C15.4806 3 16.7733 3.8044 17.4649 5H18C20.2091 5 22 6.79086 22 9V15C22 17.2091 20.2091 19 18 19H17.4649C16.7733 20.1956 15.4806 21 14 21H10C8.51944 21 7.22675 20.1956 6.53513 19H6C3.79086 19 2 17.2091 2 15V9C2 6.79086 3.79086 5 6 5H6.53513ZM6 7C4.89543 7 4 7.89543 4 9V15C4 16.1046 4.89543 17 6 17V7ZM18 17C19.1046 17 20 16.1046 20 15V9C20 7.89543 19.1046 7 18 7V17Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -346,6 +346,7 @@ export type CentralIconName =
346
346
  | "IconBulletList"
347
347
  | "IconBun"
348
348
  | "IconBurger"
349
+ | "IconBurnTokens"
349
350
  | "IconBurst"
350
351
  | "IconBus"
351
352
  | "IconCabinet"
@@ -411,6 +412,7 @@ export type CentralIconName =
411
412
  | "IconCar9"
412
413
  | "IconCar9Ev"
413
414
  | "IconCarFrontView"
415
+ | "IconCarTaxi"
414
416
  | "IconCarussel"
415
417
  | "IconCash"
416
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-2",
3
- "version": "1.1.211",
3
+ "version": "1.1.213",
4
4
  "style": "round-filled-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
@@ -11,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1972,
14
+ "totalIcons": 1974,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 83,
17
+ "count": 84,
18
18
  "icons": [
19
19
  "IconAiSlop",
20
20
  "IconAiTokens",
@@ -29,6 +29,7 @@
29
29
  "IconBroomSparkle",
30
30
  "IconBubbleSparkle",
31
31
  "IconBubbleWideSparkle",
32
+ "IconBurnTokens",
32
33
  "IconCalenderSparkle",
33
34
  "IconCameraSparkle",
34
35
  "IconClapboardSparkle",
@@ -2100,8 +2101,8 @@
2100
2101
  ]
2101
2102
  },
2102
2103
  "Vehicles": {
2103
- "count": 2,
2104
- "icons": ["IconBoat", "IconSteeringWheel1"]
2104
+ "count": 3,
2105
+ "icons": ["IconBoat", "IconCarTaxi", "IconSteeringWheel1"]
2105
2106
  },
2106
2107
  "Vehicles & Aircrafts": {
2107
2108
  "count": 35,
@@ -2521,6 +2522,7 @@
2521
2522
  "IconBulletList": "bullet-list",
2522
2523
  "IconBun": "bun",
2523
2524
  "IconBurger": "burger, hamburger, sandwich",
2525
+ "IconBurnTokens": "burn-tokens, limit",
2524
2526
  "IconBurst": "burst, pop, boom",
2525
2527
  "IconBus": "bus, school-bus",
2526
2528
  "IconCabinet": "cabinet",
@@ -2586,6 +2588,7 @@
2586
2588
  "IconCar9": "car-9, van",
2587
2589
  "IconCar9Ev": "car-9-ev, van",
2588
2590
  "IconCarFrontView": "car-front-view",
2591
+ "IconCarTaxi": "car-taxi, uber",
2589
2592
  "IconCarussel": "carussel, slides",
2590
2593
  "IconCash": "cash",
2591
2594
  "IconCat": "cat, image, animal, cute",
package/index.d.ts CHANGED
@@ -345,6 +345,7 @@ export { IconBuildings, default as IconBuildingsDefault, } from "./IconBuildings
345
345
  export { IconBulletList, default as IconBulletListDefault, } from "./IconBulletList";
346
346
  export { IconBun, default as IconBunDefault } from "./IconBun";
347
347
  export { IconBurger, default as IconBurgerDefault } from "./IconBurger";
348
+ export { IconBurnTokens, default as IconBurnTokensDefault, } from "./IconBurnTokens";
348
349
  export { IconBurst, default as IconBurstDefault } from "./IconBurst";
349
350
  export { IconBus, default as IconBusDefault } from "./IconBus";
350
351
  export { IconCabinet, default as IconCabinetDefault } from "./IconCabinet";
@@ -410,6 +411,7 @@ export { IconCar8Ev, default as IconCar8EvDefault } from "./IconCar8Ev";
410
411
  export { IconCar9, default as IconCar9Default } from "./IconCar9";
411
412
  export { IconCar9Ev, default as IconCar9EvDefault } from "./IconCar9Ev";
412
413
  export { IconCarFrontView, default as IconCarFrontViewDefault, } from "./IconCarFrontView";
414
+ export { IconCarTaxi, default as IconCarTaxiDefault } from "./IconCarTaxi";
413
415
  export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel";
414
416
  export { IconCash, default as IconCashDefault } from "./IconCash";
415
417
  export { IconCat, default as IconCatDefault } from "./IconCat";