@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.213 → 1.1.215
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/IconCard/index.d.ts +4 -0
- package/IconCard/index.js +2 -0
- package/IconCard/index.js.map +1 -0
- package/IconCard/index.mjs +2 -0
- package/IconCard/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 -5
- 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 u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!v.call(C,e)&&e!==o&&n(C,e,{get:()=>r[e],enumerable:!(l=d(r,e))||l.enumerable});return C};var m=(C,r,o)=>(o=C!=null?u(I(C)):{},a(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),P=C=>a(n({},"__esModule",{value:!0}),C);var H={};x(H,{IconCard:()=>i,default:()=>g});module.exports=P(H);var t=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>f.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),i=C=>t.default.createElement(c,{...C},t.default.createElement(p.Path,{d:"M12 7C13.1046 7 14 7.89543 14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.2998 2C16.8516 2 17.2957 2 17.6543 2.0293C18.0186 2.05907 18.3387 2.12163 18.6348 2.27246C19.1052 2.51214 19.4879 2.89483 19.7275 3.36523C19.8784 3.66133 19.9409 3.98136 19.9707 4.3457C20 4.70429 20 5.14839 20 5.7002V18.2998C20 18.8516 20 19.2957 19.9707 19.6543C19.9409 20.0186 19.8784 20.3387 19.7275 20.6348C19.4879 21.1052 19.1052 21.4879 18.6348 21.7275C18.3387 21.8784 18.0186 21.9409 17.6543 21.9707C17.2957 22 16.8516 22 16.2998 22H7.7002C7.14839 22 6.70429 22 6.3457 21.9707C5.98136 21.9409 5.66133 21.8784 5.36523 21.7275C4.89483 21.4879 4.51214 21.1052 4.27246 20.6348C4.12163 20.3387 4.05907 20.0186 4.0293 19.6543C4 19.2957 4 18.8516 4 18.2998V5.7002C4 5.14839 4 4.70429 4.0293 4.3457C4.05907 3.98136 4.12163 3.66133 4.27246 3.36523C4.51214 2.89483 4.89483 2.51214 5.36523 2.27246C5.66133 2.12163 5.98136 2.05907 6.3457 2.0293C6.70429 2 7.14839 2 7.7002 2H16.2998ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15H15.5C15.7761 15 16 14.7761 16 14.5C16 14.2239 15.7761 14 15.5 14H8.5ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z",fill:"currentColor"})),g=i;0&&(module.exports={IconCard});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCard/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 IconCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 7C13.1046 7 14 7.89543 14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.2998 2C16.8516 2 17.2957 2 17.6543 2.0293C18.0186 2.05907 18.3387 2.12163 18.6348 2.27246C19.1052 2.51214 19.4879 2.89483 19.7275 3.36523C19.8784 3.66133 19.9409 3.98136 19.9707 4.3457C20 4.70429 20 5.14839 20 5.7002V18.2998C20 18.8516 20 19.2957 19.9707 19.6543C19.9409 20.0186 19.8784 20.3387 19.7275 20.6348C19.4879 21.1052 19.1052 21.4879 18.6348 21.7275C18.3387 21.8784 18.0186 21.9409 17.6543 21.9707C17.2957 22 16.8516 22 16.2998 22H7.7002C7.14839 22 6.70429 22 6.3457 21.9707C5.98136 21.9409 5.66133 21.8784 5.36523 21.7275C4.89483 21.4879 4.51214 21.1052 4.27246 20.6348C4.12163 20.3387 4.05907 20.0186 4.0293 19.6543C4 19.2957 4 18.8516 4 18.2998V5.7002C4 5.14839 4 4.70429 4.0293 4.3457C4.05907 3.98136 4.12163 3.66133 4.27246 3.36523C4.51214 2.89483 4.89483 2.51214 5.36523 2.27246C5.66133 2.12163 5.98136 2.05907 6.3457 2.0293C6.70429 2 7.14839 2 7.7002 2H16.2998ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15H15.5C15.7761 15 16 14.7761 16 14.5C16 14.2239 15.7761 14 15.5 14H8.5ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCard;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4uCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCard_exports","__export","IconCard","IconCard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCard","props","React","CentralIconBase","IconCard_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:r,size:C=24,...t})=>p.createElement(l,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as n}from"react-native-svg";var a=r=>o.createElement(e,{...r},o.createElement(n,{d:"M12 7C13.1046 7 14 7.89543 14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.2998 2C16.8516 2 17.2957 2 17.6543 2.0293C18.0186 2.05907 18.3387 2.12163 18.6348 2.27246C19.1052 2.51214 19.4879 2.89483 19.7275 3.36523C19.8784 3.66133 19.9409 3.98136 19.9707 4.3457C20 4.70429 20 5.14839 20 5.7002V18.2998C20 18.8516 20 19.2957 19.9707 19.6543C19.9409 20.0186 19.8784 20.3387 19.7275 20.6348C19.4879 21.1052 19.1052 21.4879 18.6348 21.7275C18.3387 21.8784 18.0186 21.9409 17.6543 21.9707C17.2957 22 16.8516 22 16.2998 22H7.7002C7.14839 22 6.70429 22 6.3457 21.9707C5.98136 21.9409 5.66133 21.8784 5.36523 21.7275C4.89483 21.4879 4.51214 21.1052 4.27246 20.6348C4.12163 20.3387 4.05907 20.0186 4.0293 19.6543C4 19.2957 4 18.8516 4 18.2998V5.7002C4 5.14839 4 4.70429 4.0293 4.3457C4.05907 3.98136 4.12163 3.66133 4.27246 3.36523C4.51214 2.89483 4.89483 2.51214 5.36523 2.27246C5.66133 2.12163 5.98136 2.05907 6.3457 2.0293C6.70429 2 7.14839 2 7.7002 2H16.2998ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15H15.5C15.7761 15 16 14.7761 16 14.5C16 14.2239 15.7761 14 15.5 14H8.5ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z",fill:"currentColor"})),v=a;export{a as IconCard,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCard/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 IconCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 7C13.1046 7 14 7.89543 14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.2998 2C16.8516 2 17.2957 2 17.6543 2.0293C18.0186 2.05907 18.3387 2.12163 18.6348 2.27246C19.1052 2.51214 19.4879 2.89483 19.7275 3.36523C19.8784 3.66133 19.9409 3.98136 19.9707 4.3457C20 4.70429 20 5.14839 20 5.7002V18.2998C20 18.8516 20 19.2957 19.9707 19.6543C19.9409 20.0186 19.8784 20.3387 19.7275 20.6348C19.4879 21.1052 19.1052 21.4879 18.6348 21.7275C18.3387 21.8784 18.0186 21.9409 17.6543 21.9707C17.2957 22 16.8516 22 16.2998 22H7.7002C7.14839 22 6.70429 22 6.3457 21.9707C5.98136 21.9409 5.66133 21.8784 5.36523 21.7275C4.89483 21.4879 4.51214 21.1052 4.27246 20.6348C4.12163 20.3387 4.05907 20.0186 4.0293 19.6543C4 19.2957 4 18.8516 4 18.2998V5.7002C4 5.14839 4 4.70429 4.0293 4.3457C4.05907 3.98136 4.12163 3.66133 4.27246 3.36523C4.51214 2.89483 4.89483 2.51214 5.36523 2.27246C5.66133 2.12163 5.98136 2.05907 6.3457 2.0293C6.70429 2 7.14839 2 7.7002 2H16.2998ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15H15.5C15.7761 15 16 14.7761 16 14.5C16 14.2239 15.7761 14 15.5 14H8.5ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCard;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4uCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCard","props","React","CentralIconBase","IconCard_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.3239 14.5438C21.7383 14.751 22 15.1745 22 15.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 21H5.5C4.67157 21 4 20.3284 4 19.5V19.1756C4 18.835 4.11592 18.5045 4.3287 18.2385L5.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 10V9.59961C4.1616 9.63244 4.32872 9.65038 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.24902C3.1616 6.28184 3.32871 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.7998V3H9.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.3239 14.5438C21.7383 14.751 22 15.1745 22 15.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 21H5.5C4.67157 21 4 20.3284 4 19.5V19.1756C4 18.835 4.11592 18.5045 4.3287 18.2385L5.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 10V9.59961C4.1616 9.63244 4.32872 9.65038 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.24902C3.1616 6.28184 3.32871 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.7998V3H9.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,wpBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,khBACF,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.3239 14.5438C21.7383 14.751 22 15.1745 22 15.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 21H5.5C4.67157 21 4 20.3284 4 19.5V19.1756C4 18.835 4.11592 18.5045 4.3287 18.2385L5.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 10V9.59961C4.1616 9.63244 4.32872 9.65038 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.24902C3.1616 6.28184 3.32871 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.7998V3H9.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.3239 14.5438C21.7383 14.751 22 15.1745 22 15.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 21H5.5C4.67157 21 4 20.3284 4 19.5V19.1756C4 18.835 4.11592 18.5045 4.3287 18.2385L5.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 10V9.59961C4.1616 9.63244 4.32872 9.65038 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.24902C3.1616 6.28184 3.32871 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.7998V3H9.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,wpBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,khBACF,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:"M10.6464 12.6465C10.8417 12.4512 11.1582 12.4512 11.3535 12.6465C11.5487 12.8417 11.5487 13.1583 11.3535 13.3535L4.85348 19.8535C4.65822 20.0488 4.34171 20.0488 4.14645 19.8535C3.95118 19.6583 3.95118 19.3417 4.14645 19.1465L10.6464 12.6465Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M12.1464 16.1465C12.3417 15.9512 12.6582 15.9512 12.8535 16.1465C13.0487 16.3417 13.0487 16.6583 12.8535 16.8535L9.85348 19.8535C9.65822 20.0488 9.34171 20.0488 9.14645 19.8535C8.95118 19.6583 8.95118 19.3417 9.14645 19.1465L12.1464 16.1465Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M7.14645 11.1465C7.34171 10.9512 7.65822 10.9512 7.85348 11.1465C8.04872 11.3417 8.04872 11.6583 7.85348 11.8535L4.85348 14.8535C4.65822 15.0488 4.34171 15.0488 4.14645 14.8535C3.95118 14.6583 3.95118 14.3417 4.14645 14.1465L7.14645 11.1465Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M15.5 2C16.0683 2.00002 16.5782 2.35039 16.7822 2.88086L17.748 5.39062C17.9004 5.78676 18.2132 6.09959 18.6093 6.25195L21.1191 7.21777C21.6496 7.42181 22 7.93165 22 8.5C22 9.06835 21.6496 9.57819 21.1191 9.78223L18.6093 10.748C18.2132 10.9004 17.9004 11.2132 17.748 11.6094L16.7822 14.1191C16.5782 14.6496 16.0683 15 15.5 15C14.9316 15 14.4218 14.6496 14.2177 14.1191L13.2519 11.6094C13.0996 11.2132 12.7867 10.9004 12.3906 10.748L9.88082 9.78223C9.35034 9.5782 8.99996 9.06836 8.99996 8.5C8.99996 7.93164 9.35034 7.4218 9.88082 7.21777L12.3906 6.25195C12.7867 6.09959 13.0996 5.78675 13.2519 5.39062L14.2177 2.88086C14.4218 2.35039 14.9316 2 15.5 2Z",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=\"M10.6464 12.6465C10.8417 12.4512 11.1582 12.4512 11.3535 12.6465C11.5487 12.8417 11.5487 13.1583 11.3535 13.3535L4.85348 19.8535C4.65822 20.0488 4.34171 20.0488 4.14645 19.8535C3.95118 19.6583 3.95118 19.3417 4.14645 19.1465L10.6464 12.6465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1464 16.1465C12.3417 15.9512 12.6582 15.9512 12.8535 16.1465C13.0487 16.3417 13.0487 16.6583 12.8535 16.8535L9.85348 19.8535C9.65822 20.0488 9.34171 20.0488 9.14645 19.8535C8.95118 19.6583 8.95118 19.3417 9.14645 19.1465L12.1464 16.1465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.14645 11.1465C7.34171 10.9512 7.65822 10.9512 7.85348 11.1465C8.04872 11.3417 8.04872 11.6583 7.85348 11.8535L4.85348 14.8535C4.65822 15.0488 4.34171 15.0488 4.14645 14.8535C3.95118 14.6583 3.95118 14.3417 4.14645 14.1465L7.14645 11.1465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 2C16.0683 2.00002 16.5782 2.35039 16.7822 2.88086L17.748 5.39062C17.9004 5.78676 18.2132 6.09959 18.6093 6.25195L21.1191 7.21777C21.6496 7.42181 22 7.93165 22 8.5C22 9.06835 21.6496 9.57819 21.1191 9.78223L18.6093 10.748C18.2132 10.9004 17.9004 11.2132 17.748 11.6094L16.7822 14.1191C16.5782 14.6496 16.0683 15 15.5 15C14.9316 15 14.4218 14.6496 14.2177 14.1191L13.2519 11.6094C13.0996 11.2132 12.7867 10.9004 12.3906 10.748L9.88082 9.78223C9.35034 9.5782 8.99996 9.06836 8.99996 8.5C8.99996 7.93164 9.35034 7.4218 9.88082 7.21777L12.3906 6.25195C12.7867 6.09959 13.0996 5.78675 13.2519 5.39062L14.2177 2.88086C14.4218 2.35039 14.9316 2 15.5 2Z\"\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,oPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6oBACF,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:"M10.6464 12.6465C10.8417 12.4512 11.1582 12.4512 11.3535 12.6465C11.5487 12.8417 11.5487 13.1583 11.3535 13.3535L4.85348 19.8535C4.65822 20.0488 4.34171 20.0488 4.14645 19.8535C3.95118 19.6583 3.95118 19.3417 4.14645 19.1465L10.6464 12.6465Z",fill:"currentColor"}),o.createElement(C,{d:"M12.1464 16.1465C12.3417 15.9512 12.6582 15.9512 12.8535 16.1465C13.0487 16.3417 13.0487 16.6583 12.8535 16.8535L9.85348 19.8535C9.65822 20.0488 9.34171 20.0488 9.14645 19.8535C8.95118 19.6583 8.95118 19.3417 9.14645 19.1465L12.1464 16.1465Z",fill:"currentColor"}),o.createElement(C,{d:"M7.14645 11.1465C7.34171 10.9512 7.65822 10.9512 7.85348 11.1465C8.04872 11.3417 8.04872 11.6583 7.85348 11.8535L4.85348 14.8535C4.65822 15.0488 4.34171 15.0488 4.14645 14.8535C3.95118 14.6583 3.95118 14.3417 4.14645 14.1465L7.14645 11.1465Z",fill:"currentColor"}),o.createElement(C,{d:"M15.5 2C16.0683 2.00002 16.5782 2.35039 16.7822 2.88086L17.748 5.39062C17.9004 5.78676 18.2132 6.09959 18.6093 6.25195L21.1191 7.21777C21.6496 7.42181 22 7.93165 22 8.5C22 9.06835 21.6496 9.57819 21.1191 9.78223L18.6093 10.748C18.2132 10.9004 17.9004 11.2132 17.748 11.6094L16.7822 14.1191C16.5782 14.6496 16.0683 15 15.5 15C14.9316 15 14.4218 14.6496 14.2177 14.1191L13.2519 11.6094C13.0996 11.2132 12.7867 10.9004 12.3906 10.748L9.88082 9.78223C9.35034 9.5782 8.99996 9.06836 8.99996 8.5C8.99996 7.93164 9.35034 7.4218 9.88082 7.21777L12.3906 6.25195C12.7867 6.09959 13.0996 5.78675 13.2519 5.39062L14.2177 2.88086C14.4218 2.35039 14.9316 2 15.5 2Z",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=\"M10.6464 12.6465C10.8417 12.4512 11.1582 12.4512 11.3535 12.6465C11.5487 12.8417 11.5487 13.1583 11.3535 13.3535L4.85348 19.8535C4.65822 20.0488 4.34171 20.0488 4.14645 19.8535C3.95118 19.6583 3.95118 19.3417 4.14645 19.1465L10.6464 12.6465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1464 16.1465C12.3417 15.9512 12.6582 15.9512 12.8535 16.1465C13.0487 16.3417 13.0487 16.6583 12.8535 16.8535L9.85348 19.8535C9.65822 20.0488 9.34171 20.0488 9.14645 19.8535C8.95118 19.6583 8.95118 19.3417 9.14645 19.1465L12.1464 16.1465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.14645 11.1465C7.34171 10.9512 7.65822 10.9512 7.85348 11.1465C8.04872 11.3417 8.04872 11.6583 7.85348 11.8535L4.85348 14.8535C4.65822 15.0488 4.34171 15.0488 4.14645 14.8535C3.95118 14.6583 3.95118 14.3417 4.14645 14.1465L7.14645 11.1465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 2C16.0683 2.00002 16.5782 2.35039 16.7822 2.88086L17.748 5.39062C17.9004 5.78676 18.2132 6.09959 18.6093 6.25195L21.1191 7.21777C21.6496 7.42181 22 7.93165 22 8.5C22 9.06835 21.6496 9.57819 21.1191 9.78223L18.6093 10.748C18.2132 10.9004 17.9004 11.2132 17.748 11.6094L16.7822 14.1191C16.5782 14.6496 16.0683 15 15.5 15C14.9316 15 14.4218 14.6496 14.2177 14.1191L13.2519 11.6094C13.0996 11.2132 12.7867 10.9004 12.3906 10.748L9.88082 9.78223C9.35034 9.5782 8.99996 9.06836 8.99996 8.5C8.99996 7.93164 9.35034 7.4218 9.88082 7.21777L12.3906 6.25195C12.7867 6.09959 13.0996 5.78675 13.2519 5.39062L14.2177 2.88086C14.4218 2.35039 14.9316 2 15.5 2Z\"\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,oPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6oBACF,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
|
|
@@ -1084,6 +1085,7 @@ Below is a complete list of available icons:
|
|
|
1084
1085
|
- IconBrokenHeart
|
|
1085
1086
|
- IconBrowserTabs
|
|
1086
1087
|
- IconBucket
|
|
1088
|
+
- IconCard
|
|
1087
1089
|
- IconChainLink1
|
|
1088
1090
|
- IconChainLink2
|
|
1089
1091
|
- IconChainLink3
|
|
@@ -1951,6 +1953,7 @@ Below is a complete list of available icons:
|
|
|
1951
1953
|
- IconGoldMedal
|
|
1952
1954
|
- IconGraduateCap
|
|
1953
1955
|
- IconGraduateCap2
|
|
1956
|
+
- IconHermesHelmet
|
|
1954
1957
|
- IconInfinity
|
|
1955
1958
|
- IconInjection
|
|
1956
1959
|
- IconJudgeGavel
|
package/filtered-icons.json
CHANGED
|
@@ -5768,6 +5768,20 @@
|
|
|
5768
5768
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
5769
5769
|
"componentName": "IconCar9Ev"
|
|
5770
5770
|
},
|
|
5771
|
+
{
|
|
5772
|
+
"category": "Interface General",
|
|
5773
|
+
"svg": "<path d=\"M12 7C13.1046 7 14 7.89543 14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2998 2C16.8516 2 17.2957 2 17.6543 2.0293C18.0186 2.05907 18.3387 2.12163 18.6348 2.27246C19.1052 2.51214 19.4879 2.89483 19.7275 3.36523C19.8784 3.66133 19.9409 3.98136 19.9707 4.3457C20 4.70429 20 5.14839 20 5.7002V18.2998C20 18.8516 20 19.2957 19.9707 19.6543C19.9409 20.0186 19.8784 20.3387 19.7275 20.6348C19.4879 21.1052 19.1052 21.4879 18.6348 21.7275C18.3387 21.8784 18.0186 21.9409 17.6543 21.9707C17.2957 22 16.8516 22 16.2998 22H7.7002C7.14839 22 6.70429 22 6.3457 21.9707C5.98136 21.9409 5.66133 21.8784 5.36523 21.7275C4.89483 21.4879 4.51214 21.1052 4.27246 20.6348C4.12163 20.3387 4.05907 20.0186 4.0293 19.6543C4 19.2957 4 18.8516 4 18.2998V5.7002C4 5.14839 4 4.70429 4.0293 4.3457C4.05907 3.98136 4.12163 3.66133 4.27246 3.36523C4.51214 2.89483 4.89483 2.51214 5.36523 2.27246C5.66133 2.12163 5.98136 2.05907 6.3457 2.0293C6.70429 2 7.14839 2 7.7002 2H16.2998ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15H15.5C15.7761 15 16 14.7761 16 14.5C16 14.2239 15.7761 14 15.5 14H8.5ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z\" fill=\"currentColor\"/>",
|
|
5774
|
+
"iconName": "card, profile, avatar, account",
|
|
5775
|
+
"variant": {
|
|
5776
|
+
"join": "round",
|
|
5777
|
+
"filled": "on",
|
|
5778
|
+
"radius": "2",
|
|
5779
|
+
"stroke": "1"
|
|
5780
|
+
},
|
|
5781
|
+
"createdAt": "2026-04-27T10:02:27.997505+00:00",
|
|
5782
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
5783
|
+
"componentName": "IconCard"
|
|
5784
|
+
},
|
|
5771
5785
|
{
|
|
5772
5786
|
"category": "Vehicles & Aircrafts",
|
|
5773
5787
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.57037 4C6.73448 4 5.95391 4.41775 5.49024 5.11325L2.41987 9.7188C2.35957 9.80926 2.30545 9.90321 2.25773 10H1.5C1.22386 10 1 10.2239 1 10.5C1 10.7761 1.22386 11 1.5 11H2.00223C2.00075 11.0351 2 11.0703 2 11.1056V18.5C2 19.3284 2.67157 20 3.5 20H4.5C5.32843 20 6 19.3284 6 18.5V18H18V18.5C18 19.3284 18.6716 20 19.5 20H20.5C21.3284 20 22 19.3284 22 18.5V11.1056C22 11.0703 21.9993 11.0351 21.9978 11H22.4999C22.7761 11 22.9999 10.7761 22.9999 10.5C22.9999 10.2239 22.7761 10 22.4999 10H21.7423C21.6945 9.90321 21.6404 9.80926 21.5801 9.7188L18.5098 5.11325C18.0461 4.41775 17.2655 4 16.4296 4H7.57037ZM8 13.5C8 13.7761 7.77614 14 7.5 14H5.5C5.22386 14 5 13.7761 5 13.5C5 13.2239 5.22386 13 5.5 13H7.5C7.77614 13 8 13.2239 8 13.5ZM16 13.5C16 13.7761 16.2239 14 16.5 14H18.5C18.7761 14 19 13.7761 19 13.5C19 13.2239 18.7761 13 18.5 13H16.5C16.2239 13 16 13.2239 16 13.5Z\" fill=\"currentColor\"/>",
|
|
@@ -13636,6 +13650,20 @@
|
|
|
13636
13650
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
13637
13651
|
"componentName": "IconHeartDonation"
|
|
13638
13652
|
},
|
|
13653
|
+
{
|
|
13654
|
+
"category": "Things",
|
|
13655
|
+
"svg": "<path d=\"M12.5879 7C16.4465 7.00011 19.6543 9.97109 19.9502 13.8184L19.9531 13.8584L21.3239 14.5438C21.7383 14.751 22 15.1745 22 15.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 21H5.5C4.67157 21 4 20.3284 4 19.5V19.1756C4 18.835 4.11592 18.5045 4.3287 18.2385L5.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 10V9.59961C4.1616 9.63244 4.32872 9.65038 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.24902C3.1616 6.28184 3.32871 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.7998V3H9.61426Z\" fill=\"currentColor\"/>",
|
|
13656
|
+
"iconName": "hermes-helmet",
|
|
13657
|
+
"variant": {
|
|
13658
|
+
"join": "round",
|
|
13659
|
+
"filled": "on",
|
|
13660
|
+
"radius": "2",
|
|
13661
|
+
"stroke": "1"
|
|
13662
|
+
},
|
|
13663
|
+
"createdAt": "2026-04-27T09:01:53.794396+00:00",
|
|
13664
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
13665
|
+
"componentName": "IconHermesHelmet"
|
|
13666
|
+
},
|
|
13639
13667
|
{
|
|
13640
13668
|
"category": "Edit",
|
|
13641
13669
|
"svg": "<path d=\"M20.7674 3.0606C19.7911 2.08429 18.2082 2.08429 17.2319 3.0606L13.7361 6.55639C11.9893 5.38688 10.0524 4.75041 8.25865 4.68869C6.45174 4.62652 4.75491 5.14925 3.57954 6.34562C2.14972 7.80098 1.74244 9.93924 2.14951 12.1491C2.55728 14.3627 3.787 16.7053 5.72151 18.6744C8.04746 21.0419 10.2241 21.7136 11.2888 21.9845C11.5564 22.0526 11.8285 21.8908 11.8966 21.6232C11.9647 21.3556 11.803 21.0835 11.5353 21.0154C10.58 20.7723 8.59113 20.1684 6.43485 17.9736C4.62326 16.1296 3.50043 13.9627 3.13296 11.9679C2.76478 9.9692 3.15956 8.2 4.29288 7.04644C5.22349 6.0992 6.62008 5.6329 8.22426 5.6881C9.7591 5.74091 11.4518 6.27263 13.014 7.2785L10.7319 9.5606C10.2631 10.0294 9.99968 10.6653 9.99968 11.3284V13.4999C9.99968 13.7761 10.2235 13.9999 10.4997 13.9999H12.6713C13.3343 13.9999 13.9702 13.7365 14.439 13.2677L16.7396 10.9671C18.0984 12.594 18.9261 14.1177 19.1806 15.4128C19.4363 16.7138 19.1168 17.7674 18.1646 18.5428C17.5193 19.0682 16.7851 19.0549 15.9941 18.7224C15.1875 18.3832 14.4023 17.7372 13.7996 17.1447C13.6027 16.9511 13.2861 16.9538 13.0925 17.1507C12.8989 17.3476 12.9016 17.6642 13.0985 17.8578C13.7325 18.4811 14.6255 19.2317 15.6065 19.6442C16.6032 20.0633 17.7662 20.1567 18.796 19.3182C20.0796 18.273 20.4769 16.8231 20.1619 15.22C19.8579 13.6733 18.8948 11.9728 17.4494 10.2573L20.939 6.76771C21.9153 5.7914 21.9153 4.20849 20.939 3.23217L20.7674 3.0606Z\" fill=\"currentColor\"/>",
|
|
@@ -20034,6 +20062,20 @@
|
|
|
20034
20062
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
20035
20063
|
"componentName": "IconQrCode"
|
|
20036
20064
|
},
|
|
20065
|
+
{
|
|
20066
|
+
"category": "AI & Magic",
|
|
20067
|
+
"svg": "<path d=\"M10.6464 12.6465C10.8417 12.4512 11.1582 12.4512 11.3535 12.6465C11.5487 12.8417 11.5487 13.1583 11.3535 13.3535L4.85348 19.8535C4.65822 20.0488 4.34171 20.0488 4.14645 19.8535C3.95118 19.6583 3.95118 19.3417 4.14645 19.1465L10.6464 12.6465Z\" fill=\"currentColor\"/><path d=\"M12.1464 16.1465C12.3417 15.9512 12.6582 15.9512 12.8535 16.1465C13.0487 16.3417 13.0487 16.6583 12.8535 16.8535L9.85348 19.8535C9.65822 20.0488 9.34171 20.0488 9.14645 19.8535C8.95118 19.6583 8.95118 19.3417 9.14645 19.1465L12.1464 16.1465Z\" fill=\"currentColor\"/><path d=\"M7.14645 11.1465C7.34171 10.9512 7.65822 10.9512 7.85348 11.1465C8.04872 11.3417 8.04872 11.6583 7.85348 11.8535L4.85348 14.8535C4.65822 15.0488 4.34171 15.0488 4.14645 14.8535C3.95118 14.6583 3.95118 14.3417 4.14645 14.1465L7.14645 11.1465Z\" fill=\"currentColor\"/><path d=\"M15.5 2C16.0683 2.00002 16.5782 2.35039 16.7822 2.88086L17.748 5.39062C17.9004 5.78676 18.2132 6.09959 18.6093 6.25195L21.1191 7.21777C21.6496 7.42181 22 7.93165 22 8.5C22 9.06835 21.6496 9.57819 21.1191 9.78223L18.6093 10.748C18.2132 10.9004 17.9004 11.2132 17.748 11.6094L16.7822 14.1191C16.5782 14.6496 16.0683 15 15.5 15C14.9316 15 14.4218 14.6496 14.2177 14.1191L13.2519 11.6094C13.0996 11.2132 12.7867 10.9004 12.3906 10.748L9.88082 9.78223C9.35034 9.5782 8.99996 9.06836 8.99996 8.5C8.99996 7.93164 9.35034 7.4218 9.88082 7.21777L12.3906 6.25195C12.7867 6.09959 13.0996 5.78675 13.2519 5.39062L14.2177 2.88086C14.4218 2.35039 14.9316 2 15.5 2Z\" fill=\"currentColor\"/>",
|
|
20068
|
+
"iconName": "quick-ai, rising",
|
|
20069
|
+
"variant": {
|
|
20070
|
+
"join": "round",
|
|
20071
|
+
"filled": "on",
|
|
20072
|
+
"radius": "2",
|
|
20073
|
+
"stroke": "1"
|
|
20074
|
+
},
|
|
20075
|
+
"createdAt": "2026-04-27T09:01:53.794396+00:00",
|
|
20076
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
20077
|
+
"componentName": "IconQuickAi"
|
|
20078
|
+
},
|
|
20037
20079
|
{
|
|
20038
20080
|
"category": "Interface General",
|
|
20039
20081
|
"svg": "<path d=\"M12 3C7.58172 3 4 6.58172 4 11C4 11.2761 3.77614 11.5 3.5 11.5C3.22386 11.5 3 11.2761 3 11C3 6.02944 7.02944 2 12 2C16.9706 2 21 6.02944 21 11C21 13.3054 20.1332 15.4083 18.7077 17.0006L21.8536 20.1464C22.0488 20.3417 22.0488 20.6583 21.8536 20.8536C21.6583 21.0488 21.3417 21.0488 21.1464 20.8536L18.0006 17.7077C16.4083 19.1332 14.3054 20 12 20C11.7239 20 11.5 19.7761 11.5 19.5C11.5 19.2239 11.7239 19 12 19C14.1669 19 16.1326 18.1385 17.5732 16.7393C17.5934 16.7062 17.6179 16.675 17.6464 16.6464C17.675 16.6179 17.7062 16.5934 17.7393 16.5732C19.1385 15.1326 20 13.1669 20 11C20 6.58172 16.4183 3 12 3Z\" fill=\"currentColor\"/><path d=\"M7.91781 11.2622L3.70728 16.1744C3.42927 16.4988 3.65973 16.9998 4.0869 16.9998H6.49979L6.20601 19.3501C6.14453 19.842 6.7592 20.1139 7.08178 19.7375L11.2923 14.8252C11.5703 14.5009 11.3399 13.9998 10.9127 13.9998H8.49979L8.79358 11.6496C8.85506 11.1577 8.24039 10.8858 7.91781 11.2622Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -411,6 +411,7 @@ export type CentralIconName =
|
|
|
411
411
|
| "IconCar8Ev"
|
|
412
412
|
| "IconCar9"
|
|
413
413
|
| "IconCar9Ev"
|
|
414
|
+
| "IconCard"
|
|
414
415
|
| "IconCarFrontView"
|
|
415
416
|
| "IconCarTaxi"
|
|
416
417
|
| "IconCarussel"
|
|
@@ -973,6 +974,7 @@ export type CentralIconName =
|
|
|
973
974
|
| "IconHeart2"
|
|
974
975
|
| "IconHeartBeat"
|
|
975
976
|
| "IconHeartDonation"
|
|
977
|
+
| "IconHermesHelmet"
|
|
976
978
|
| "IconHighlight"
|
|
977
979
|
| "IconHighlights"
|
|
978
980
|
| "IconHistory"
|
|
@@ -1430,6 +1432,7 @@ export type CentralIconName =
|
|
|
1430
1432
|
| "IconPuzzle"
|
|
1431
1433
|
| "IconQm3"
|
|
1432
1434
|
| "IconQrCode"
|
|
1435
|
+
| "IconQuickAi"
|
|
1433
1436
|
| "IconQuickSearch"
|
|
1434
1437
|
| "IconQuora"
|
|
1435
1438
|
| "IconRacingFlag"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.215",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1/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": 1977,
|
|
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",
|
|
@@ -950,7 +951,7 @@
|
|
|
950
951
|
]
|
|
951
952
|
},
|
|
952
953
|
"Interface General": {
|
|
953
|
-
"count":
|
|
954
|
+
"count": 199,
|
|
954
955
|
"icons": [
|
|
955
956
|
"IconAnchor1",
|
|
956
957
|
"IconAnchor2",
|
|
@@ -991,6 +992,7 @@
|
|
|
991
992
|
"IconBrokenHeart",
|
|
992
993
|
"IconBrowserTabs",
|
|
993
994
|
"IconBucket",
|
|
995
|
+
"IconCard",
|
|
994
996
|
"IconChainLink1",
|
|
995
997
|
"IconChainLink2",
|
|
996
998
|
"IconChainLink3",
|
|
@@ -1824,7 +1826,7 @@
|
|
|
1824
1826
|
]
|
|
1825
1827
|
},
|
|
1826
1828
|
"Things": {
|
|
1827
|
-
"count":
|
|
1829
|
+
"count": 140,
|
|
1828
1830
|
"icons": [
|
|
1829
1831
|
"IconAnvil",
|
|
1830
1832
|
"IconApps",
|
|
@@ -1884,6 +1886,7 @@
|
|
|
1884
1886
|
"IconGoldMedal",
|
|
1885
1887
|
"IconGraduateCap",
|
|
1886
1888
|
"IconGraduateCap2",
|
|
1889
|
+
"IconHermesHelmet",
|
|
1887
1890
|
"IconInfinity",
|
|
1888
1891
|
"IconInjection",
|
|
1889
1892
|
"IconJudgeGavel",
|
|
@@ -2587,6 +2590,7 @@
|
|
|
2587
2590
|
"IconCar8Ev": "car-8-ev, mini-van",
|
|
2588
2591
|
"IconCar9": "car-9, van",
|
|
2589
2592
|
"IconCar9Ev": "car-9-ev, van",
|
|
2593
|
+
"IconCard": "card, profile, avatar, account",
|
|
2590
2594
|
"IconCarFrontView": "car-front-view",
|
|
2591
2595
|
"IconCarTaxi": "car-taxi, uber",
|
|
2592
2596
|
"IconCarussel": "carussel, slides",
|
|
@@ -3149,6 +3153,7 @@
|
|
|
3149
3153
|
"IconHeart2": "heart-2, like, health, life, fav",
|
|
3150
3154
|
"IconHeartBeat": "heart-beat, heart rate, pulse",
|
|
3151
3155
|
"IconHeartDonation": "heart-donation, dollar",
|
|
3156
|
+
"IconHermesHelmet": "hermes-helmet",
|
|
3152
3157
|
"IconHighlight": "highlight, mark, freehand, drawing, paint",
|
|
3153
3158
|
"IconHighlights": "highlights",
|
|
3154
3159
|
"IconHistory": "history, back, timeline",
|
|
@@ -3606,6 +3611,7 @@
|
|
|
3606
3611
|
"IconPuzzle": "puzzle, plugin",
|
|
3607
3612
|
"IconQm3": "qm3, room, transform, xyz, 3d",
|
|
3608
3613
|
"IconQrCode": "qr-code, barcode, scan",
|
|
3614
|
+
"IconQuickAi": "quick-ai, rising",
|
|
3609
3615
|
"IconQuickSearch": "quick-search, quick-menu, command-k",
|
|
3610
3616
|
"IconQuora": "quora",
|
|
3611
3617
|
"IconRacingFlag": "racing-flag, target",
|
package/index.d.ts
CHANGED
|
@@ -412,6 +412,7 @@ 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
414
|
export { IconCarTaxi, default as IconCarTaxiDefault } from "./IconCarTaxi";
|
|
415
|
+
export { IconCard, default as IconCardDefault } from "./IconCard";
|
|
415
416
|
export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel";
|
|
416
417
|
export { IconCash, default as IconCashDefault } from "./IconCash";
|
|
417
418
|
export { IconCat, default as IconCatDefault } from "./IconCat";
|
|
@@ -972,6 +973,7 @@ export { IconHeart, default as IconHeartDefault } from "./IconHeart";
|
|
|
972
973
|
export { IconHeart2, default as IconHeart2Default } from "./IconHeart2";
|
|
973
974
|
export { IconHeartBeat, default as IconHeartBeatDefault, } from "./IconHeartBeat";
|
|
974
975
|
export { IconHeartDonation, default as IconHeartDonationDefault, } from "./IconHeartDonation";
|
|
976
|
+
export { IconHermesHelmet, default as IconHermesHelmetDefault, } from "./IconHermesHelmet";
|
|
975
977
|
export { IconHighlight, default as IconHighlightDefault, } from "./IconHighlight";
|
|
976
978
|
export { IconHighlights, default as IconHighlightsDefault, } from "./IconHighlights";
|
|
977
979
|
export { IconHistory, default as IconHistoryDefault } from "./IconHistory";
|
|
@@ -1429,6 +1431,7 @@ export { IconPushTheButton, default as IconPushTheButtonDefault, } from "./IconP
|
|
|
1429
1431
|
export { IconPuzzle, default as IconPuzzleDefault } from "./IconPuzzle";
|
|
1430
1432
|
export { IconQm3, default as IconQm3Default } from "./IconQm3";
|
|
1431
1433
|
export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
|
|
1434
|
+
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi";
|
|
1432
1435
|
export { IconQuickSearch, default as IconQuickSearchDefault, } from "./IconQuickSearch";
|
|
1433
1436
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
|
|
1434
1437
|
export { IconRacingFlag, default as IconRacingFlagDefault, } from "./IconRacingFlag";
|