@central-icons-react-native/square-filled-radius-0-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.
- package/IconBurnTokens/index.d.ts +4 -0
- package/IconBurnTokens/index.js +2 -0
- package/IconBurnTokens/index.js.map +1 -0
- package/IconBurnTokens/index.mjs +2 -0
- package/IconBurnTokens/index.mjs.map +1 -0
- 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 +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -5
- package/index.d.ts +2 -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 +3 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var C=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},L=(r,o,n,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==n&&C(r,t,{get:()=>o[t],enumerable:!(l=i(o,t))||l.enumerable});return r};var a=(r,o,n)=>(n=r!=null?u(I(r)):{},L(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>L(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconBurnTokens:()=>c,default:()=>d});module.exports=g(v);var e=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...n})=>m.default.createElement(s.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 p=require("react-native-svg"),c=r=>e.default.createElement(f,{...r},e.default.createElement(p.Path,{d:"M16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0181 12.1485 19.0783 12.3403 19.1279 12.5342L19.7334 11.6699L20.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.5781 8.31055L16.749 9.20508Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M11 2C14.3898 2 17.3401 3.87455 18.874 6.63867L17.126 7.60938C15.9304 5.4548 13.6342 4 11 4C7.13401 4 4 7.13401 4 11C4 14.2602 6.2298 17.0021 9.24902 17.7793L8.75098 19.7168C4.86943 18.7178 2 15.195 2 11C2 6.02944 6.02944 2 11 2Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M14.0986 7.63379L13.0986 9.36621L11 8.1543L8.53613 9.57715V12.4219L10.2012 13.3838L9.20117 15.1162L6.53613 13.5771V8.42285L11 5.8457L14.0986 7.63379Z",fill:"currentColor"})),d=c;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=\"M16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0181 12.1485 19.0783 12.3403 19.1279 12.5342L19.7334 11.6699L20.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.5781 8.31055L16.749 9.20508Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 2C14.3898 2 17.3401 3.87455 18.874 6.63867L17.126 7.60938C15.9304 5.4548 13.6342 4 11 4C7.13401 4 4 7.13401 4 11C4 14.2602 6.2298 17.0021 9.24902 17.7793L8.75098 19.7168C4.86943 18.7178 2 15.195 2 11C2 6.02944 6.02944 2 11 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.0986 7.63379L13.0986 9.36621L11 8.1543L8.53613 9.57715V12.4219L10.2012 13.3838L9.20117 15.1162L6.53613 13.5771V8.42285L11 5.8457L14.0986 7.63379Z\"\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,6dACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:n,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as t}from"react-native-svg";var L=n=>o.createElement(e,{...n},o.createElement(t,{d:"M16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0181 12.1485 19.0783 12.3403 19.1279 12.5342L19.7334 11.6699L20.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.5781 8.31055L16.749 9.20508Z",fill:"currentColor"}),o.createElement(t,{d:"M11 2C14.3898 2 17.3401 3.87455 18.874 6.63867L17.126 7.60938C15.9304 5.4548 13.6342 4 11 4C7.13401 4 4 7.13401 4 11C4 14.2602 6.2298 17.0021 9.24902 17.7793L8.75098 19.7168C4.86943 18.7178 2 15.195 2 11C2 6.02944 6.02944 2 11 2Z",fill:"currentColor"}),o.createElement(t,{d:"M14.0986 7.63379L13.0986 9.36621L11 8.1543L8.53613 9.57715V12.4219L10.2012 13.3838L9.20117 15.1162L6.53613 13.5771V8.42285L11 5.8457L14.0986 7.63379Z",fill:"currentColor"})),x=L;export{L 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=\"M16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0181 12.1485 19.0783 12.3403 19.1279 12.5342L19.7334 11.6699L20.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.5781 8.31055L16.749 9.20508Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 2C14.3898 2 17.3401 3.87455 18.874 6.63867L17.126 7.60938C15.9304 5.4548 13.6342 4 11 4C7.13401 4 4 7.13401 4 11C4 14.2602 6.2298 17.0021 9.24902 17.7793L8.75098 19.7168C4.86943 18.7178 2 15.195 2 11C2 6.02944 6.02944 2 11 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.0986 7.63379L13.0986 9.36621L11 8.1543L8.53613 9.57715V12.4219L10.2012 13.3838L9.20117 15.1162L6.53613 13.5771V8.42285L11 5.8457L14.0986 7.63379Z\"\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,6dACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBurnTokens","props","React","CentralIconBase","IconBurnTokens_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!B.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=i(o,t))||l.enumerable});return r};var H=(r,o,e)=>(e=r!=null?f(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var P={};I(P,{IconCarTaxi:()=>c,default:()=>v});module.exports=d(P);var p=H(require("react"));var m=H(require("react")),C=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(C.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var V=require("react-native-svg"),c=r=>p.default.createElement(s,{...r},p.default.createElement(V.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.8682 9H23V11H22V20H17V18H7V20H2V11H1V9H3.13184L6.46484 4H9V2H15V4H17.5352L20.8682 9ZM5 14H8V12H5V14ZM16 14H19V12H16V14Z",fill:"currentColor"})),v=c;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=\"M20.8682 9H23V11H22V20H17V18H7V20H2V11H1V9H3.13184L6.46484 4H9V2H15V4H17.5352L20.8682 9ZM5 14H8V12H5V14ZM16 14H19V12H16V14Z\"\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,8HACF,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,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 a}from"react-native-svg";var H=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.8682 9H23V11H22V20H17V18H7V20H2V11H1V9H3.13184L6.46484 4H9V2H15V4H17.5352L20.8682 9ZM5 14H8V12H5V14ZM16 14H19V12H16V14Z",fill:"currentColor"})),B=H;export{H as IconCarTaxi,B 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=\"M20.8682 9H23V11H22V20H17V18H7V20H2V11H1V9H3.13184L6.46484 4H9V2H15V4H17.5352L20.8682 9ZM5 14H8V12H5V14ZM16 14H19V12H16V14Z\"\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,8HACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -4858,6 +4858,20 @@
|
|
|
4858
4858
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
4859
4859
|
"componentName": "IconBurger"
|
|
4860
4860
|
},
|
|
4861
|
+
{
|
|
4862
|
+
"category": "AI & Magic",
|
|
4863
|
+
"svg": "<path d=\"M16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0181 12.1485 19.0783 12.3403 19.1279 12.5342L19.7334 11.6699L20.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.5781 8.31055L16.749 9.20508Z\" fill=\"currentColor\"/><path d=\"M11 2C14.3898 2 17.3401 3.87455 18.874 6.63867L17.126 7.60938C15.9304 5.4548 13.6342 4 11 4C7.13401 4 4 7.13401 4 11C4 14.2602 6.2298 17.0021 9.24902 17.7793L8.75098 19.7168C4.86943 18.7178 2 15.195 2 11C2 6.02944 6.02944 2 11 2Z\" fill=\"currentColor\"/><path d=\"M14.0986 7.63379L13.0986 9.36621L11 8.1543L8.53613 9.57715V12.4219L10.2012 13.3838L9.20117 15.1162L6.53613 13.5771V8.42285L11 5.8457L14.0986 7.63379Z\" fill=\"currentColor\"/>",
|
|
4864
|
+
"iconName": "burn-tokens, limit",
|
|
4865
|
+
"variant": {
|
|
4866
|
+
"join": "square",
|
|
4867
|
+
"filled": "on",
|
|
4868
|
+
"radius": "0",
|
|
4869
|
+
"stroke": "2"
|
|
4870
|
+
},
|
|
4871
|
+
"createdAt": "2026-04-24T12:02:37.809295+00:00",
|
|
4872
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
4873
|
+
"componentName": "IconBurnTokens"
|
|
4874
|
+
},
|
|
4861
4875
|
{
|
|
4862
4876
|
"category": "Things",
|
|
4863
4877
|
"svg": "<path d=\"M11 19H13V23H11V19ZM8.91406 16.5L5 20.4141L3.58594 19L7.5 15.0859L8.91406 16.5ZM20.4141 19L19 20.4141L15.0859 16.5L16.5 15.0859L20.4141 19ZM5 11V13H1V11H5ZM23 11V13H19V11H23ZM8.91406 7.5L7.5 8.91406L3.58594 5L5 3.58594L8.91406 7.5ZM20.4141 5L16.5 8.91406L15.0859 7.5L19 3.58594L20.4141 5ZM11 1H13V5H11V1Z\" fill=\"currentColor\"/>",
|
|
@@ -5768,6 +5782,20 @@
|
|
|
5768
5782
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
5769
5783
|
"componentName": "IconCarFrontView"
|
|
5770
5784
|
},
|
|
5785
|
+
{
|
|
5786
|
+
"category": "Vehicles",
|
|
5787
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8682 9H23V11H22V20H17V18H7V20H2V11H1V9H3.13184L6.46484 4H9V2H15V4H17.5352L20.8682 9ZM5 14H8V12H5V14ZM16 14H19V12H16V14Z\" fill=\"currentColor\"/>",
|
|
5788
|
+
"iconName": "car-taxi, uber",
|
|
5789
|
+
"variant": {
|
|
5790
|
+
"join": "square",
|
|
5791
|
+
"filled": "on",
|
|
5792
|
+
"radius": "0",
|
|
5793
|
+
"stroke": "2"
|
|
5794
|
+
},
|
|
5795
|
+
"createdAt": "2026-04-24T15:01:54.4139+00:00",
|
|
5796
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
5797
|
+
"componentName": "IconCarTaxi"
|
|
5798
|
+
},
|
|
5771
5799
|
{
|
|
5772
5800
|
"category": "Layout",
|
|
5773
5801
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 5V3H18V5H22V19H18V21H6V19H2V5H6ZM6 7H4V17H6V7ZM18 17H20V7H18V17Z\" 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/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.213",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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":
|
|
14
|
+
"totalIcons": 1974,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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":
|
|
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";
|