@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.212 → 1.1.214
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/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/IconHermesHelmet/index.d.ts +4 -0
- package/IconHermesHelmet/index.js +2 -0
- package/IconHermesHelmet/index.js.map +1 -0
- package/IconHermesHelmet/index.mjs +2 -0
- package/IconHermesHelmet/index.mjs.map +1 -0
- package/IconQuickAi/index.d.ts +4 -0
- package/IconQuickAi/index.js +2 -0
- package/IconQuickAi/index.js.map +1 -0
- package/IconQuickAi/index.mjs +2 -0
- package/IconQuickAi/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -6
- package/index.d.ts +3 -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 +4 -1
- package/tsx-icons.json +21 -0
|
@@ -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 e in o)t(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of x(o))!I.call(r,C)&&C!==e&&t(r,C,{get:()=>o[C],enumerable:!(p=u(o,C))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?i(B(r)):{},l(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,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 m=a(require("react")),s=require("react-native-svg"),H=({children:r,size:o=24,...e})=>m.default.createElement(s.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 c=require("react-native-svg"),f=r=>n.default.createElement(H,{...r},n.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2C14.5523 2 15 2.44772 15 3V4H17C17.3344 4 17.6466 4.16711 17.832 4.44531L20.8682 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11V19C22 19.5523 21.5523 20 21 20H18C17.4477 20 17 19.5523 17 19V18H7V19C7 19.5523 6.55228 20 6 20H3C2.44772 20 2 19.5523 2 19V11C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13184L6.16797 4.44531C6.35343 4.16711 6.66565 4 7 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 3V4H17C17.3344 4 17.6466 4.16711 17.832 4.44531L20.8682 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11V19C22 19.5523 21.5523 20 21 20H18C17.4477 20 17 19.5523 17 19V18H7V19C7 19.5523 6.55228 20 6 20H3C2.44772 20 2 19.5523 2 19V11C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13184L6.16797 4.44531C6.35343 4.16711 6.66565 4 7 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,2oBACF,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 C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({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=>C.createElement(e,{...o},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2C14.5523 2 15 2.44772 15 3V4H17C17.3344 4 17.6466 4.16711 17.832 4.44531L20.8682 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11V19C22 19.5523 21.5523 20 21 20H18C17.4477 20 17 19.5523 17 19V18H7V19C7 19.5523 6.55228 20 6 20H3C2.44772 20 2 19.5523 2 19V11C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13184L6.16797 4.44531C6.35343 4.16711 6.66565 4 7 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 3V4H17C17.3344 4 17.6466 4.16711 17.832 4.44531L20.8682 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11V19C22 19.5523 21.5523 20 21 20H18C17.4477 20 17 19.5523 17 19V18H7V19C7 19.5523 6.55228 20 6 20H3C2.44772 20 2 19.5523 2 19V11C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13184L6.16797 4.44531C6.35343 4.16711 6.66565 4 7 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,2oBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCarTaxi","props","React","CentralIconBase","IconCarTaxi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,C)=>{for(var o in C)n(r,o,{get:C[o],enumerable:!0})},m=(r,C,o,l)=>{if(C&&typeof C=="object"||typeof C=="function")for(let e of B(C))!x.call(r,e)&&e!==o&&n(r,e,{get:()=>C[e],enumerable:!(l=u(C,e))||l.enumerable});return r};var a=(r,C,o)=>(o=r!=null?i(I(r)):{},m(C||!r||!r.__esModule?n(o,"default",{value:r,enumerable:!0}):o,r)),g=r=>m(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconHermesHelmet:()=>H,default:()=>L});module.exports=g(d);var t=a(require("react"));var s=a(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"),H=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M12.5879 7C16.4465 7.00011 19.6543 9.97109 19.9502 13.8184L19.9531 13.8584L21.4472 14.6054C21.786 14.7748 22 15.1211 22 15.4999V15.6377C22 17.2116 20.7837 18.5177 19.2139 18.6299L15.9277 18.8652C14.8554 18.9418 13.8133 19.2586 12.8799 19.792C11.4942 20.5837 9.92594 21 8.33008 21H5C4.44772 21 4 20.5523 4 20V18.9992C4 18.7727 4.07758 18.5521 4.21875 18.375L5.78125 16.4229C5.92284 16.2457 5.99991 16.0256 6 15.7988V13.8281C6.00003 13.545 6.04272 13.267 6.12012 13H9.82227C10.0668 13.9486 10.9253 14.6504 11.9502 14.6504C13.1651 14.6503 14.1503 13.6651 14.1504 12.4502C14.1504 11.4109 13.4289 10.5417 12.46 10.3115L12.2666 7.02344C12.3725 7.00884 12.4797 7 12.5879 7Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M11.9502 11.25C12.6128 11.2501 13.1504 11.7875 13.1504 12.4502C13.1503 13.1128 12.6128 13.6503 11.9502 13.6504C11.2875 13.6504 10.7501 13.1128 10.75 12.4502C10.75 11.7875 11.2875 11.25 11.9502 11.25Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M9.61426 3C10.4084 3.00004 11.0647 3.61929 11.1113 4.41211L11.458 10.3066C10.6244 10.4973 9.97155 11.1604 9.79688 12H6C4.89543 12 4 11.1046 4 10C4 9.7931 4.19028 9.63956 4.397 9.64823C4.43116 9.64966 4.46549 9.65039 4.5 9.65039H7.5C7.77614 9.65039 8 9.42653 8 9.15039C8 8.87425 7.77614 8.65039 7.5 8.65039H4.5C4.00511 8.65036 3.56716 8.40978 3.29395 8.04004C3.10866 7.73675 3 7.38142 3 7V6.75244C3 6.49229 3.23985 6.2998 3.5 6.2998H6.5C6.77614 6.2998 7 6.07595 7 5.7998C7 5.52366 6.77614 5.2998 6.5 5.2998H3.5C2.67157 5.2998 2 4.62823 2 3.7998C2 3.35808 2.35808 3 2.7998 3H9.61426Z",fill:"currentColor"})),L=H;0&&(module.exports={IconHermesHelmet});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHermesHelmet/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 IconHermesHelmet: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5879 7C16.4465 7.00011 19.6543 9.97109 19.9502 13.8184L19.9531 13.8584L21.4472 14.6054C21.786 14.7748 22 15.1211 22 15.4999V15.6377C22 17.2116 20.7837 18.5177 19.2139 18.6299L15.9277 18.8652C14.8554 18.9418 13.8133 19.2586 12.8799 19.792C11.4942 20.5837 9.92594 21 8.33008 21H5C4.44772 21 4 20.5523 4 20V18.9992C4 18.7727 4.07758 18.5521 4.21875 18.375L5.78125 16.4229C5.92284 16.2457 5.99991 16.0256 6 15.7988V13.8281C6.00003 13.545 6.04272 13.267 6.12012 13H9.82227C10.0668 13.9486 10.9253 14.6504 11.9502 14.6504C13.1651 14.6503 14.1503 13.6651 14.1504 12.4502C14.1504 11.4109 13.4289 10.5417 12.46 10.3115L12.2666 7.02344C12.3725 7.00884 12.4797 7 12.5879 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9502 11.25C12.6128 11.2501 13.1504 11.7875 13.1504 12.4502C13.1503 13.1128 12.6128 13.6503 11.9502 13.6504C11.2875 13.6504 10.7501 13.1128 10.75 12.4502C10.75 11.7875 11.2875 11.25 11.9502 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.61426 3C10.4084 3.00004 11.0647 3.61929 11.1113 4.41211L11.458 10.3066C10.6244 10.4973 9.97155 11.1604 9.79688 12H6C4.89543 12 4 11.1046 4 10C4 9.7931 4.19028 9.63956 4.397 9.64823C4.43116 9.64966 4.46549 9.65039 4.5 9.65039H7.5C7.77614 9.65039 8 9.42653 8 9.15039C8 8.87425 7.77614 8.65039 7.5 8.65039H4.5C4.00511 8.65036 3.56716 8.40978 3.29395 8.04004C3.10866 7.73675 3 7.38142 3 7V6.75244C3 6.49229 3.23985 6.2998 3.5 6.2998H6.5C6.77614 6.2998 7 6.07595 7 5.7998C7 5.52366 6.77614 5.2998 6.5 5.2998H3.5C2.67157 5.2998 2 4.62823 2 3.7998C2 3.35808 2.35808 3 2.7998 3H9.61426Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHermesHelmet;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6pBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wkBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHermesHelmet_exports","__export","IconHermesHelmet","IconHermesHelmet_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHermesHelmet","props","React","CentralIconBase","IconHermesHelmet_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,...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 e}from"react-native-svg";var m=o=>C.createElement(t,{...o},C.createElement(e,{d:"M12.5879 7C16.4465 7.00011 19.6543 9.97109 19.9502 13.8184L19.9531 13.8584L21.4472 14.6054C21.786 14.7748 22 15.1211 22 15.4999V15.6377C22 17.2116 20.7837 18.5177 19.2139 18.6299L15.9277 18.8652C14.8554 18.9418 13.8133 19.2586 12.8799 19.792C11.4942 20.5837 9.92594 21 8.33008 21H5C4.44772 21 4 20.5523 4 20V18.9992C4 18.7727 4.07758 18.5521 4.21875 18.375L5.78125 16.4229C5.92284 16.2457 5.99991 16.0256 6 15.7988V13.8281C6.00003 13.545 6.04272 13.267 6.12012 13H9.82227C10.0668 13.9486 10.9253 14.6504 11.9502 14.6504C13.1651 14.6503 14.1503 13.6651 14.1504 12.4502C14.1504 11.4109 13.4289 10.5417 12.46 10.3115L12.2666 7.02344C12.3725 7.00884 12.4797 7 12.5879 7Z",fill:"currentColor"}),C.createElement(e,{d:"M11.9502 11.25C12.6128 11.2501 13.1504 11.7875 13.1504 12.4502C13.1503 13.1128 12.6128 13.6503 11.9502 13.6504C11.2875 13.6504 10.7501 13.1128 10.75 12.4502C10.75 11.7875 11.2875 11.25 11.9502 11.25Z",fill:"currentColor"}),C.createElement(e,{d:"M9.61426 3C10.4084 3.00004 11.0647 3.61929 11.1113 4.41211L11.458 10.3066C10.6244 10.4973 9.97155 11.1604 9.79688 12H6C4.89543 12 4 11.1046 4 10C4 9.7931 4.19028 9.63956 4.397 9.64823C4.43116 9.64966 4.46549 9.65039 4.5 9.65039H7.5C7.77614 9.65039 8 9.42653 8 9.15039C8 8.87425 7.77614 8.65039 7.5 8.65039H4.5C4.00511 8.65036 3.56716 8.40978 3.29395 8.04004C3.10866 7.73675 3 7.38142 3 7V6.75244C3 6.49229 3.23985 6.2998 3.5 6.2998H6.5C6.77614 6.2998 7 6.07595 7 5.7998C7 5.52366 6.77614 5.2998 6.5 5.2998H3.5C2.67157 5.2998 2 4.62823 2 3.7998C2 3.35808 2.35808 3 2.7998 3H9.61426Z",fill:"currentColor"})),x=m;export{m as IconHermesHelmet,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHermesHelmet/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 IconHermesHelmet: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5879 7C16.4465 7.00011 19.6543 9.97109 19.9502 13.8184L19.9531 13.8584L21.4472 14.6054C21.786 14.7748 22 15.1211 22 15.4999V15.6377C22 17.2116 20.7837 18.5177 19.2139 18.6299L15.9277 18.8652C14.8554 18.9418 13.8133 19.2586 12.8799 19.792C11.4942 20.5837 9.92594 21 8.33008 21H5C4.44772 21 4 20.5523 4 20V18.9992C4 18.7727 4.07758 18.5521 4.21875 18.375L5.78125 16.4229C5.92284 16.2457 5.99991 16.0256 6 15.7988V13.8281C6.00003 13.545 6.04272 13.267 6.12012 13H9.82227C10.0668 13.9486 10.9253 14.6504 11.9502 14.6504C13.1651 14.6503 14.1503 13.6651 14.1504 12.4502C14.1504 11.4109 13.4289 10.5417 12.46 10.3115L12.2666 7.02344C12.3725 7.00884 12.4797 7 12.5879 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9502 11.25C12.6128 11.2501 13.1504 11.7875 13.1504 12.4502C13.1503 13.1128 12.6128 13.6503 11.9502 13.6504C11.2875 13.6504 10.7501 13.1128 10.75 12.4502C10.75 11.7875 11.2875 11.25 11.9502 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.61426 3C10.4084 3.00004 11.0647 3.61929 11.1113 4.41211L11.458 10.3066C10.6244 10.4973 9.97155 11.1604 9.79688 12H6C4.89543 12 4 11.1046 4 10C4 9.7931 4.19028 9.63956 4.397 9.64823C4.43116 9.64966 4.46549 9.65039 4.5 9.65039H7.5C7.77614 9.65039 8 9.42653 8 9.15039C8 8.87425 7.77614 8.65039 7.5 8.65039H4.5C4.00511 8.65036 3.56716 8.40978 3.29395 8.04004C3.10866 7.73675 3 7.38142 3 7V6.75244C3 6.49229 3.23985 6.2998 3.5 6.2998H6.5C6.77614 6.2998 7 6.07595 7 5.7998C7 5.52366 6.77614 5.2998 6.5 5.2998H3.5C2.67157 5.2998 2 4.62823 2 3.7998C2 3.35808 2.35808 3 2.7998 3H9.61426Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHermesHelmet;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6pBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wkBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHermesHelmet","props","React","CentralIconBase","IconHermesHelmet_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==C&&l(r,t,{get:()=>o[t],enumerable:!(p=u(o,t))||p.enumerable});return r};var f=(r,o,C)=>(C=r!=null?c(I(r)):{},L(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>L(l({},"__esModule",{value:!0}),r);var v={};P(v,{IconQuickAi:()=>s,default:()=>g});module.exports=d(v);var n=f(require("react"));var m=f(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...C})=>m.default.createElement(a.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 e=require("react-native-svg"),s=r=>n.default.createElement(i,{...r},n.default.createElement(e.Path,{d:"M9.79289 12.793C10.1834 12.4025 10.8164 12.4025 11.207 12.793C11.5974 13.1835 11.5974 13.8165 11.207 14.207L5.70696 19.707C5.31644 20.0975 4.68342 20.0975 4.29289 19.707C3.90237 19.3165 3.90237 18.6835 4.29289 18.293L9.79289 12.793Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M11.2929 16.293C11.6834 15.9025 12.3164 15.9025 12.707 16.293C13.0974 16.6835 13.0974 17.3165 12.707 17.707L10.707 19.707C10.3164 20.0975 9.68342 20.0975 9.29289 19.707C8.90237 19.3165 8.90237 18.6835 9.29289 18.293L11.2929 16.293Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M6.29289 11.293C6.68342 10.9025 7.31644 10.9025 7.70696 11.293C8.09743 11.6835 8.09743 12.3165 7.70696 12.707L5.70696 14.707C5.31644 15.0975 4.68342 15.0975 4.29289 14.707C3.90237 14.3165 3.90237 13.6835 4.29289 13.293L6.29289 11.293Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M15.6855 2.11328C16.1119 2.17503 16.4846 2.44718 16.6708 2.84473L18.0868 5.86523C18.0968 5.88638 18.1135 5.90317 18.1347 5.91309L21.1552 7.3291C21.6095 7.54198 21.9003 7.99829 21.9003 8.5C21.9003 9.00171 21.6095 9.45802 21.1552 9.6709L18.1347 11.0869C18.1135 11.0968 18.0968 11.1136 18.0868 11.1348L16.6708 14.1553C16.458 14.6096 16.0016 14.9004 15.4999 14.9004C14.9982 14.9004 14.5419 14.6096 14.329 14.1553L12.913 11.1348C12.9031 11.1136 12.8863 11.0968 12.8652 11.0869L9.84465 9.6709C9.44708 9.48462 9.17494 9.11198 9.11321 8.68555L9.09953 8.5L9.11321 8.31445C9.17494 7.88802 9.44708 7.51538 9.84465 7.3291L12.8652 5.91309C12.8863 5.90316 12.9031 5.88638 12.913 5.86523L14.329 2.84473L14.4198 2.68164C14.6567 2.32197 15.0611 2.09961 15.4999 2.09961L15.6855 2.11328Z",fill:"currentColor"})),g=s;0&&(module.exports={IconQuickAi});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconQuickAi/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 IconQuickAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.79289 12.793C10.1834 12.4025 10.8164 12.4025 11.207 12.793C11.5974 13.1835 11.5974 13.8165 11.207 14.207L5.70696 19.707C5.31644 20.0975 4.68342 20.0975 4.29289 19.707C3.90237 19.3165 3.90237 18.6835 4.29289 18.293L9.79289 12.793Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.2929 16.293C11.6834 15.9025 12.3164 15.9025 12.707 16.293C13.0974 16.6835 13.0974 17.3165 12.707 17.707L10.707 19.707C10.3164 20.0975 9.68342 20.0975 9.29289 19.707C8.90237 19.3165 8.90237 18.6835 9.29289 18.293L11.2929 16.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.29289 11.293C6.68342 10.9025 7.31644 10.9025 7.70696 11.293C8.09743 11.6835 8.09743 12.3165 7.70696 12.707L5.70696 14.707C5.31644 15.0975 4.68342 15.0975 4.29289 14.707C3.90237 14.3165 3.90237 13.6835 4.29289 13.293L6.29289 11.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.6855 2.11328C16.1119 2.17503 16.4846 2.44718 16.6708 2.84473L18.0868 5.86523C18.0968 5.88638 18.1135 5.90317 18.1347 5.91309L21.1552 7.3291C21.6095 7.54198 21.9003 7.99829 21.9003 8.5C21.9003 9.00171 21.6095 9.45802 21.1552 9.6709L18.1347 11.0869C18.1135 11.0968 18.0968 11.1136 18.0868 11.1348L16.6708 14.1553C16.458 14.6096 16.0016 14.9004 15.4999 14.9004C14.9982 14.9004 14.5419 14.6096 14.329 14.1553L12.913 11.1348C12.9031 11.1136 12.8863 11.0968 12.8652 11.0869L9.84465 9.6709C9.44708 9.48462 9.17494 9.11198 9.11321 8.68555L9.09953 8.5L9.11321 8.31445C9.17494 7.88802 9.44708 7.51538 9.84465 7.3291L12.8652 5.91309C12.8863 5.90316 12.9031 5.88638 12.913 5.86523L14.329 2.84473L14.4198 2.68164C14.6567 2.32197 15.0611 2.09961 15.4999 2.09961L15.6855 2.11328Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconQuickAi;\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,2OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mwBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconQuickAi_exports","__export","IconQuickAi","IconQuickAi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconQuickAi","props","React","CentralIconBase","IconQuickAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,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 C}from"react-native-svg";var L=n=>o.createElement(t,{...n},o.createElement(C,{d:"M9.79289 12.793C10.1834 12.4025 10.8164 12.4025 11.207 12.793C11.5974 13.1835 11.5974 13.8165 11.207 14.207L5.70696 19.707C5.31644 20.0975 4.68342 20.0975 4.29289 19.707C3.90237 19.3165 3.90237 18.6835 4.29289 18.293L9.79289 12.793Z",fill:"currentColor"}),o.createElement(C,{d:"M11.2929 16.293C11.6834 15.9025 12.3164 15.9025 12.707 16.293C13.0974 16.6835 13.0974 17.3165 12.707 17.707L10.707 19.707C10.3164 20.0975 9.68342 20.0975 9.29289 19.707C8.90237 19.3165 8.90237 18.6835 9.29289 18.293L11.2929 16.293Z",fill:"currentColor"}),o.createElement(C,{d:"M6.29289 11.293C6.68342 10.9025 7.31644 10.9025 7.70696 11.293C8.09743 11.6835 8.09743 12.3165 7.70696 12.707L5.70696 14.707C5.31644 15.0975 4.68342 15.0975 4.29289 14.707C3.90237 14.3165 3.90237 13.6835 4.29289 13.293L6.29289 11.293Z",fill:"currentColor"}),o.createElement(C,{d:"M15.6855 2.11328C16.1119 2.17503 16.4846 2.44718 16.6708 2.84473L18.0868 5.86523C18.0968 5.88638 18.1135 5.90317 18.1347 5.91309L21.1552 7.3291C21.6095 7.54198 21.9003 7.99829 21.9003 8.5C21.9003 9.00171 21.6095 9.45802 21.1552 9.6709L18.1347 11.0869C18.1135 11.0968 18.0968 11.1136 18.0868 11.1348L16.6708 14.1553C16.458 14.6096 16.0016 14.9004 15.4999 14.9004C14.9982 14.9004 14.5419 14.6096 14.329 14.1553L12.913 11.1348C12.9031 11.1136 12.8863 11.0968 12.8652 11.0869L9.84465 9.6709C9.44708 9.48462 9.17494 9.11198 9.11321 8.68555L9.09953 8.5L9.11321 8.31445C9.17494 7.88802 9.44708 7.51538 9.84465 7.3291L12.8652 5.91309C12.8863 5.90316 12.9031 5.88638 12.913 5.86523L14.329 2.84473L14.4198 2.68164C14.6567 2.32197 15.0611 2.09961 15.4999 2.09961L15.6855 2.11328Z",fill:"currentColor"})),x=L;export{L as IconQuickAi,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconQuickAi/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 IconQuickAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.79289 12.793C10.1834 12.4025 10.8164 12.4025 11.207 12.793C11.5974 13.1835 11.5974 13.8165 11.207 14.207L5.70696 19.707C5.31644 20.0975 4.68342 20.0975 4.29289 19.707C3.90237 19.3165 3.90237 18.6835 4.29289 18.293L9.79289 12.793Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.2929 16.293C11.6834 15.9025 12.3164 15.9025 12.707 16.293C13.0974 16.6835 13.0974 17.3165 12.707 17.707L10.707 19.707C10.3164 20.0975 9.68342 20.0975 9.29289 19.707C8.90237 19.3165 8.90237 18.6835 9.29289 18.293L11.2929 16.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.29289 11.293C6.68342 10.9025 7.31644 10.9025 7.70696 11.293C8.09743 11.6835 8.09743 12.3165 7.70696 12.707L5.70696 14.707C5.31644 15.0975 4.68342 15.0975 4.29289 14.707C3.90237 14.3165 3.90237 13.6835 4.29289 13.293L6.29289 11.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.6855 2.11328C16.1119 2.17503 16.4846 2.44718 16.6708 2.84473L18.0868 5.86523C18.0968 5.88638 18.1135 5.90317 18.1347 5.91309L21.1552 7.3291C21.6095 7.54198 21.9003 7.99829 21.9003 8.5C21.9003 9.00171 21.6095 9.45802 21.1552 9.6709L18.1347 11.0869C18.1135 11.0968 18.0968 11.1136 18.0868 11.1348L16.6708 14.1553C16.458 14.6096 16.0016 14.9004 15.4999 14.9004C14.9982 14.9004 14.5419 14.6096 14.329 14.1553L12.913 11.1348C12.9031 11.1136 12.8863 11.0968 12.8652 11.0869L9.84465 9.6709C9.44708 9.48462 9.17494 9.11198 9.11321 8.68555L9.09953 8.5L9.11321 8.31445C9.17494 7.88802 9.44708 7.51538 9.84465 7.3291L12.8652 5.91309C12.8863 5.90316 12.9031 5.88638 12.913 5.86523L14.329 2.84473L14.4198 2.68164C14.6567 2.32197 15.0611 2.09961 15.4999 2.09961L15.6855 2.11328Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconQuickAi;\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,2OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mwBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconQuickAi","props","React","CentralIconBase","IconQuickAi_default"]}
|
package/README.md
CHANGED
|
@@ -199,6 +199,7 @@ Below is a complete list of available icons:
|
|
|
199
199
|
- IconPromptSuggestion
|
|
200
200
|
- IconPromptTextToImage
|
|
201
201
|
- IconPromptTextToVideo
|
|
202
|
+
- IconQuickAi
|
|
202
203
|
- IconReceiptionBellSparkle
|
|
203
204
|
- IconRobot
|
|
204
205
|
- IconRobot2
|
|
@@ -1951,6 +1952,7 @@ Below is a complete list of available icons:
|
|
|
1951
1952
|
- IconGoldMedal
|
|
1952
1953
|
- IconGraduateCap
|
|
1953
1954
|
- IconGraduateCap2
|
|
1955
|
+
- IconHermesHelmet
|
|
1954
1956
|
- IconInfinity
|
|
1955
1957
|
- IconInjection
|
|
1956
1958
|
- IconJudgeGavel
|
|
@@ -2165,6 +2167,7 @@ Below is a complete list of available icons:
|
|
|
2165
2167
|
### Vehicles
|
|
2166
2168
|
|
|
2167
2169
|
- IconBoat
|
|
2170
|
+
- IconCarTaxi
|
|
2168
2171
|
- IconSteeringWheel1
|
|
2169
2172
|
|
|
2170
2173
|
### Vehicles & Aircrafts
|
package/filtered-icons.json
CHANGED
|
@@ -5782,6 +5782,20 @@
|
|
|
5782
5782
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
5783
5783
|
"componentName": "IconCarFrontView"
|
|
5784
5784
|
},
|
|
5785
|
+
{
|
|
5786
|
+
"category": "Vehicles",
|
|
5787
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 2C14.5523 2 15 2.44772 15 3V4H17C17.3344 4 17.6466 4.16711 17.832 4.44531L20.8682 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11V19C22 19.5523 21.5523 20 21 20H18C17.4477 20 17 19.5523 17 19V18H7V19C7 19.5523 6.55228 20 6 20H3C2.44772 20 2 19.5523 2 19V11C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13184L6.16797 4.44531C6.35343 4.16711 6.66565 4 7 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": "0",
|
|
5793
|
+
"stroke": "2"
|
|
5794
|
+
},
|
|
5795
|
+
"createdAt": "2026-04-24T15:01:54.4139+00:00",
|
|
5796
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
5797
|
+
"componentName": "IconCarTaxi"
|
|
5798
|
+
},
|
|
5785
5799
|
{
|
|
5786
5800
|
"category": "Layout",
|
|
5787
5801
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 4C6 3.44772 6.44772 3 7 3H17C17.5523 3 18 3.44772 18 4V5H21C21.5523 5 22 5.44772 22 6V18C22 18.5523 21.5523 19 21 19H18V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V19H3C2.44772 19 2 18.5523 2 18V6C2 5.44772 2.44772 5 3 5H6V4ZM6 7H4V17H6V7ZM18 17H20V7H18V17Z\" fill=\"currentColor\"/>",
|
|
@@ -13622,6 +13636,20 @@
|
|
|
13622
13636
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
13623
13637
|
"componentName": "IconHeartDonation"
|
|
13624
13638
|
},
|
|
13639
|
+
{
|
|
13640
|
+
"category": "Things",
|
|
13641
|
+
"svg": "<path d=\"M12.5879 7C16.4465 7.00011 19.6543 9.97109 19.9502 13.8184L19.9531 13.8584L21.4472 14.6054C21.786 14.7748 22 15.1211 22 15.4999V15.6377C22 17.2116 20.7837 18.5177 19.2139 18.6299L15.9277 18.8652C14.8554 18.9418 13.8133 19.2586 12.8799 19.792C11.4942 20.5837 9.92594 21 8.33008 21H5C4.44772 21 4 20.5523 4 20V18.9992C4 18.7727 4.07758 18.5521 4.21875 18.375L5.78125 16.4229C5.92284 16.2457 5.99991 16.0256 6 15.7988V13.8281C6.00003 13.545 6.04272 13.267 6.12012 13H9.82227C10.0668 13.9486 10.9253 14.6504 11.9502 14.6504C13.1651 14.6503 14.1503 13.6651 14.1504 12.4502C14.1504 11.4109 13.4289 10.5417 12.46 10.3115L12.2666 7.02344C12.3725 7.00884 12.4797 7 12.5879 7Z\" fill=\"currentColor\"/><path d=\"M11.9502 11.25C12.6128 11.2501 13.1504 11.7875 13.1504 12.4502C13.1503 13.1128 12.6128 13.6503 11.9502 13.6504C11.2875 13.6504 10.7501 13.1128 10.75 12.4502C10.75 11.7875 11.2875 11.25 11.9502 11.25Z\" fill=\"currentColor\"/><path d=\"M9.61426 3C10.4084 3.00004 11.0647 3.61929 11.1113 4.41211L11.458 10.3066C10.6244 10.4973 9.97155 11.1604 9.79688 12H6C4.89543 12 4 11.1046 4 10C4 9.7931 4.19028 9.63956 4.397 9.64823C4.43116 9.64966 4.46549 9.65039 4.5 9.65039H7.5C7.77614 9.65039 8 9.42653 8 9.15039C8 8.87425 7.77614 8.65039 7.5 8.65039H4.5C4.00511 8.65036 3.56716 8.40978 3.29395 8.04004C3.10866 7.73675 3 7.38142 3 7V6.75244C3 6.49229 3.23985 6.2998 3.5 6.2998H6.5C6.77614 6.2998 7 6.07595 7 5.7998C7 5.52366 6.77614 5.2998 6.5 5.2998H3.5C2.67157 5.2998 2 4.62823 2 3.7998C2 3.35808 2.35808 3 2.7998 3H9.61426Z\" fill=\"currentColor\"/>",
|
|
13642
|
+
"iconName": "hermes-helmet",
|
|
13643
|
+
"variant": {
|
|
13644
|
+
"join": "round",
|
|
13645
|
+
"filled": "on",
|
|
13646
|
+
"radius": "0",
|
|
13647
|
+
"stroke": "2"
|
|
13648
|
+
},
|
|
13649
|
+
"createdAt": "2026-04-27T09:01:53.794396+00:00",
|
|
13650
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
13651
|
+
"componentName": "IconHermesHelmet"
|
|
13652
|
+
},
|
|
13625
13653
|
{
|
|
13626
13654
|
"category": "Edit",
|
|
13627
13655
|
"svg": "<path d=\"M18.7067 2.29289C18.5192 2.10536 18.2648 2 17.9996 2C17.7344 2 17.48 2.10536 17.2925 2.2929L13.7854 5.79998C10.3895 3.79041 6.33541 3.44241 3.88873 5.88909C2.31808 7.45974 1.90595 9.73386 2.33048 11.998C2.75608 14.2678 4.03118 16.6381 6.01005 18.617C7.20752 19.8145 8.49446 20.6458 9.55254 21.18C10.0821 21.4473 10.5625 21.6444 10.9562 21.777C11.3068 21.8951 11.6967 22 11.9996 22C12.5519 22 12.9996 21.5523 12.9996 21C12.9996 20.4478 12.5519 20 11.9996 20C12.0179 20 12.0158 19.9996 11.991 19.9942C11.9443 19.9841 11.8169 19.9565 11.5946 19.8816C11.2978 19.7816 10.905 19.6223 10.4539 19.3946C9.5506 18.9386 8.4463 18.2248 7.42426 17.2028C5.69316 15.4717 4.63839 13.4543 4.29622 11.6294C3.95298 9.7988 4.33519 8.27106 5.30294 7.3033C6.72865 5.8776 9.46289 5.73499 12.3189 7.26652L10.2925 9.29291C10.105 9.48044 9.99964 9.73479 9.99964 10V13C9.99964 13.5523 10.4474 14 10.9996 14H14.017C14.2826 14 14.5374 13.8943 14.725 13.7062L16.9919 11.4337C18.0283 12.7604 18.718 14.0187 18.9981 15.0883C19.3215 16.3234 19.0807 17.1545 18.3749 17.7191C17.9278 18.0769 17.4104 18.1039 16.7273 17.8217C16.0153 17.5276 15.2921 16.9507 14.7117 16.3901C14.3145 16.0064 13.6814 16.0174 13.2977 16.4146C12.914 16.8119 12.925 17.4449 13.3222 17.8286C13.9666 18.4511 14.9054 19.233 15.9638 19.6702C17.0511 20.1194 18.4127 20.2502 19.6243 19.2809C21.1329 18.074 21.3883 16.3207 20.9328 14.5816C20.545 13.1007 19.631 11.5278 18.4141 10.0079L21.7076 6.70623C22.0973 6.31556 22.0969 5.68307 21.7067 5.29289L18.7067 2.29289Z\" fill=\"currentColor\"/>",
|
|
@@ -20020,6 +20048,20 @@
|
|
|
20020
20048
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
20021
20049
|
"componentName": "IconQrCode"
|
|
20022
20050
|
},
|
|
20051
|
+
{
|
|
20052
|
+
"category": "AI & Magic",
|
|
20053
|
+
"svg": "<path d=\"M9.79289 12.793C10.1834 12.4025 10.8164 12.4025 11.207 12.793C11.5974 13.1835 11.5974 13.8165 11.207 14.207L5.70696 19.707C5.31644 20.0975 4.68342 20.0975 4.29289 19.707C3.90237 19.3165 3.90237 18.6835 4.29289 18.293L9.79289 12.793Z\" fill=\"currentColor\"/><path d=\"M11.2929 16.293C11.6834 15.9025 12.3164 15.9025 12.707 16.293C13.0974 16.6835 13.0974 17.3165 12.707 17.707L10.707 19.707C10.3164 20.0975 9.68342 20.0975 9.29289 19.707C8.90237 19.3165 8.90237 18.6835 9.29289 18.293L11.2929 16.293Z\" fill=\"currentColor\"/><path d=\"M6.29289 11.293C6.68342 10.9025 7.31644 10.9025 7.70696 11.293C8.09743 11.6835 8.09743 12.3165 7.70696 12.707L5.70696 14.707C5.31644 15.0975 4.68342 15.0975 4.29289 14.707C3.90237 14.3165 3.90237 13.6835 4.29289 13.293L6.29289 11.293Z\" fill=\"currentColor\"/><path d=\"M15.6855 2.11328C16.1119 2.17503 16.4846 2.44718 16.6708 2.84473L18.0868 5.86523C18.0968 5.88638 18.1135 5.90317 18.1347 5.91309L21.1552 7.3291C21.6095 7.54198 21.9003 7.99829 21.9003 8.5C21.9003 9.00171 21.6095 9.45802 21.1552 9.6709L18.1347 11.0869C18.1135 11.0968 18.0968 11.1136 18.0868 11.1348L16.6708 14.1553C16.458 14.6096 16.0016 14.9004 15.4999 14.9004C14.9982 14.9004 14.5419 14.6096 14.329 14.1553L12.913 11.1348C12.9031 11.1136 12.8863 11.0968 12.8652 11.0869L9.84465 9.6709C9.44708 9.48462 9.17494 9.11198 9.11321 8.68555L9.09953 8.5L9.11321 8.31445C9.17494 7.88802 9.44708 7.51538 9.84465 7.3291L12.8652 5.91309C12.8863 5.90316 12.9031 5.88638 12.913 5.86523L14.329 2.84473L14.4198 2.68164C14.6567 2.32197 15.0611 2.09961 15.4999 2.09961L15.6855 2.11328Z\" fill=\"currentColor\"/>",
|
|
20054
|
+
"iconName": "quick-ai, rising",
|
|
20055
|
+
"variant": {
|
|
20056
|
+
"join": "round",
|
|
20057
|
+
"filled": "on",
|
|
20058
|
+
"radius": "0",
|
|
20059
|
+
"stroke": "2"
|
|
20060
|
+
},
|
|
20061
|
+
"createdAt": "2026-04-27T09:01:53.794396+00:00",
|
|
20062
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
20063
|
+
"componentName": "IconQuickAi"
|
|
20064
|
+
},
|
|
20023
20065
|
{
|
|
20024
20066
|
"category": "Interface General",
|
|
20025
20067
|
"svg": "<path d=\"M12.0001 4C8.43122 4 5.4848 6.67174 5.05434 10.1237C4.986 10.6718 4.48633 11.0607 3.93829 10.9923C3.39024 10.924 3.00137 10.4243 3.06971 9.87626C3.62345 5.43564 7.40981 2 12.0001 2C16.9707 2 21.0001 6.02944 21.0001 11C21.0001 13.1253 20.2637 15.0782 19.032 16.6178L21.7071 19.2929C22.0976 19.6834 22.0976 20.3166 21.7071 20.7071C21.3166 21.0976 20.6834 21.0976 20.2929 20.7071L17.6177 18.0319C16.3538 19.0427 14.8113 19.72 13.1237 19.9304C12.5757 19.9988 12.076 19.6099 12.0077 19.0618C11.9394 18.5138 12.3282 18.0141 12.8763 17.9458C16.3283 17.5154 19.0001 14.5689 19.0001 11C19.0001 7.13401 15.8661 4 12.0001 4Z\" fill=\"currentColor\"/><path d=\"M7.91803 11.2623L3.7075 16.1746C3.42949 16.4989 3.65995 17 4.08712 17H6.50001L6.20623 19.3503C6.14475 19.8421 6.75942 20.114 7.082 19.7377L11.2925 14.8254C11.5705 14.5011 11.3401 14 10.9129 14H8.50001L8.7938 11.6497C8.85528 11.1579 8.24061 10.886 7.91803 11.2623Z\" 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"
|
|
@@ -972,6 +973,7 @@ export type CentralIconName =
|
|
|
972
973
|
| "IconHeart2"
|
|
973
974
|
| "IconHeartBeat"
|
|
974
975
|
| "IconHeartDonation"
|
|
976
|
+
| "IconHermesHelmet"
|
|
975
977
|
| "IconHighlight"
|
|
976
978
|
| "IconHighlights"
|
|
977
979
|
| "IconHistory"
|
|
@@ -1429,6 +1431,7 @@ export type CentralIconName =
|
|
|
1429
1431
|
| "IconPuzzle"
|
|
1430
1432
|
| "IconQm3"
|
|
1431
1433
|
| "IconQrCode"
|
|
1434
|
+
| "IconQuickAi"
|
|
1432
1435
|
| "IconQuickSearch"
|
|
1433
1436
|
| "IconQuora"
|
|
1434
1437
|
| "IconRacingFlag"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.214",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-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": 1976,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 85,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiSlop",
|
|
20
20
|
"IconAiTokens",
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"IconPromptSuggestion",
|
|
69
69
|
"IconPromptTextToImage",
|
|
70
70
|
"IconPromptTextToVideo",
|
|
71
|
+
"IconQuickAi",
|
|
71
72
|
"IconReceiptionBellSparkle",
|
|
72
73
|
"IconRobot",
|
|
73
74
|
"IconRobot2",
|
|
@@ -1824,7 +1825,7 @@
|
|
|
1824
1825
|
]
|
|
1825
1826
|
},
|
|
1826
1827
|
"Things": {
|
|
1827
|
-
"count":
|
|
1828
|
+
"count": 140,
|
|
1828
1829
|
"icons": [
|
|
1829
1830
|
"IconAnvil",
|
|
1830
1831
|
"IconApps",
|
|
@@ -1884,6 +1885,7 @@
|
|
|
1884
1885
|
"IconGoldMedal",
|
|
1885
1886
|
"IconGraduateCap",
|
|
1886
1887
|
"IconGraduateCap2",
|
|
1888
|
+
"IconHermesHelmet",
|
|
1887
1889
|
"IconInfinity",
|
|
1888
1890
|
"IconInjection",
|
|
1889
1891
|
"IconJudgeGavel",
|
|
@@ -2101,8 +2103,8 @@
|
|
|
2101
2103
|
]
|
|
2102
2104
|
},
|
|
2103
2105
|
"Vehicles": {
|
|
2104
|
-
"count":
|
|
2105
|
-
"icons": ["IconBoat", "IconSteeringWheel1"]
|
|
2106
|
+
"count": 3,
|
|
2107
|
+
"icons": ["IconBoat", "IconCarTaxi", "IconSteeringWheel1"]
|
|
2106
2108
|
},
|
|
2107
2109
|
"Vehicles & Aircrafts": {
|
|
2108
2110
|
"count": 35,
|
|
@@ -2588,6 +2590,7 @@
|
|
|
2588
2590
|
"IconCar9": "car-9, van",
|
|
2589
2591
|
"IconCar9Ev": "car-9-ev, van",
|
|
2590
2592
|
"IconCarFrontView": "car-front-view",
|
|
2593
|
+
"IconCarTaxi": "car-taxi, uber",
|
|
2591
2594
|
"IconCarussel": "carussel, slides",
|
|
2592
2595
|
"IconCash": "cash",
|
|
2593
2596
|
"IconCat": "cat, image, animal, cute",
|
|
@@ -3148,6 +3151,7 @@
|
|
|
3148
3151
|
"IconHeart2": "heart-2, like, health, life, fav",
|
|
3149
3152
|
"IconHeartBeat": "heart-beat, heart rate, pulse",
|
|
3150
3153
|
"IconHeartDonation": "heart-donation, dollar",
|
|
3154
|
+
"IconHermesHelmet": "hermes-helmet",
|
|
3151
3155
|
"IconHighlight": "highlight, mark, freehand, drawing, paint",
|
|
3152
3156
|
"IconHighlights": "highlights",
|
|
3153
3157
|
"IconHistory": "history, back, timeline",
|
|
@@ -3605,6 +3609,7 @@
|
|
|
3605
3609
|
"IconPuzzle": "puzzle, plugin",
|
|
3606
3610
|
"IconQm3": "qm3, room, transform, xyz, 3d",
|
|
3607
3611
|
"IconQrCode": "qr-code, barcode, scan",
|
|
3612
|
+
"IconQuickAi": "quick-ai, rising",
|
|
3608
3613
|
"IconQuickSearch": "quick-search, quick-menu, command-k",
|
|
3609
3614
|
"IconQuora": "quora",
|
|
3610
3615
|
"IconRacingFlag": "racing-flag, target",
|
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";
|
|
@@ -971,6 +972,7 @@ export { IconHeart, default as IconHeartDefault } from "./IconHeart";
|
|
|
971
972
|
export { IconHeart2, default as IconHeart2Default } from "./IconHeart2";
|
|
972
973
|
export { IconHeartBeat, default as IconHeartBeatDefault, } from "./IconHeartBeat";
|
|
973
974
|
export { IconHeartDonation, default as IconHeartDonationDefault, } from "./IconHeartDonation";
|
|
975
|
+
export { IconHermesHelmet, default as IconHermesHelmetDefault, } from "./IconHermesHelmet";
|
|
974
976
|
export { IconHighlight, default as IconHighlightDefault, } from "./IconHighlight";
|
|
975
977
|
export { IconHighlights, default as IconHighlightsDefault, } from "./IconHighlights";
|
|
976
978
|
export { IconHistory, default as IconHistoryDefault } from "./IconHistory";
|
|
@@ -1428,6 +1430,7 @@ export { IconPushTheButton, default as IconPushTheButtonDefault, } from "./IconP
|
|
|
1428
1430
|
export { IconPuzzle, default as IconPuzzleDefault } from "./IconPuzzle";
|
|
1429
1431
|
export { IconQm3, default as IconQm3Default } from "./IconQm3";
|
|
1430
1432
|
export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
|
|
1433
|
+
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi";
|
|
1431
1434
|
export { IconQuickSearch, default as IconQuickSearchDefault, } from "./IconQuickSearch";
|
|
1432
1435
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
|
|
1433
1436
|
export { IconRacingFlag, default as IconRacingFlagDefault, } from "./IconRacingFlag";
|