@central-icons-react-native/round-filled-radius-1-stroke-2 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCard: FC<CentralIconBaseProps>;
4
+ export default IconCard;
@@ -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 7.50001C12.5523 7.50001 13 7.94773 13 8.50001C13 9.0523 12.5523 9.50001 12 9.50001C11.4477 9.50001 11 9.0523 11 8.50001C11 7.94773 11.4477 7.50001 12 7.50001Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.4004 2.00001C17.6638 2.00001 17.9219 1.9989 18.1387 2.01662C18.3672 2.03531 18.637 2.07958 18.9082 2.21779C19.2374 2.38556 19.5129 2.64087 19.7051 2.95412L19.7822 3.09181L19.8692 3.29494C19.9406 3.49577 19.9694 3.69007 19.9834 3.86134C20.0011 4.07815 20 4.33624 20 4.59962V19.4004C20 19.6638 20.0011 19.9219 19.9834 20.1387C19.9647 20.3672 19.9205 20.637 19.7822 20.9082C19.5905 21.2845 19.2845 21.5905 18.9082 21.7822C18.637 21.9205 18.3672 21.9647 18.1387 21.9834C17.9219 22.0011 17.6638 22 17.4004 22H6.59962C6.33624 22 6.07815 22.0011 5.86134 21.9834C5.63284 21.9647 5.36307 21.9205 5.09181 21.7822C4.71557 21.5905 4.40952 21.2845 4.21779 20.9082C4.07958 20.637 4.03531 20.3672 4.01662 20.1387C3.9989 19.9219 4.00001 19.6638 4.00001 19.4004V4.59962C4.00001 4.33624 3.9989 4.07815 4.01662 3.86134C4.03531 3.63284 4.07958 3.36307 4.21779 3.09181C4.40952 2.71556 4.71556 2.40952 5.09181 2.21779C5.36307 2.07958 5.63284 2.03531 5.86134 2.01662C6.07815 1.9989 6.33624 2.00001 6.59962 2.00001H17.4004ZM9.00001 16C8.44774 16 8.00002 16.4477 8.00001 17C8.00001 17.5523 8.44774 18 9.00001 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9.00001ZM9.00001 13C8.44774 13 8.00002 13.4477 8.00001 14C8.00001 14.5523 8.44774 15 9.00001 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9.00001ZM12 5.50001C10.3432 5.50001 9.00001 6.84316 9.00001 8.50001C9.00001 10.1569 10.3432 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.50001C15 6.84316 13.6569 5.50001 12 5.50001Z",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 7.50001C12.5523 7.50001 13 7.94773 13 8.50001C13 9.0523 12.5523 9.50001 12 9.50001C11.4477 9.50001 11 9.0523 11 8.50001C11 7.94773 11.4477 7.50001 12 7.50001Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.4004 2.00001C17.6638 2.00001 17.9219 1.9989 18.1387 2.01662C18.3672 2.03531 18.637 2.07958 18.9082 2.21779C19.2374 2.38556 19.5129 2.64087 19.7051 2.95412L19.7822 3.09181L19.8692 3.29494C19.9406 3.49577 19.9694 3.69007 19.9834 3.86134C20.0011 4.07815 20 4.33624 20 4.59962V19.4004C20 19.6638 20.0011 19.9219 19.9834 20.1387C19.9647 20.3672 19.9205 20.637 19.7822 20.9082C19.5905 21.2845 19.2845 21.5905 18.9082 21.7822C18.637 21.9205 18.3672 21.9647 18.1387 21.9834C17.9219 22.0011 17.6638 22 17.4004 22H6.59962C6.33624 22 6.07815 22.0011 5.86134 21.9834C5.63284 21.9647 5.36307 21.9205 5.09181 21.7822C4.71557 21.5905 4.40952 21.2845 4.21779 20.9082C4.07958 20.637 4.03531 20.3672 4.01662 20.1387C3.9989 19.9219 4.00001 19.6638 4.00001 19.4004V4.59962C4.00001 4.33624 3.9989 4.07815 4.01662 3.86134C4.03531 3.63284 4.07958 3.36307 4.21779 3.09181C4.40952 2.71556 4.71556 2.40952 5.09181 2.21779C5.36307 2.07958 5.63284 2.03531 5.86134 2.01662C6.07815 1.9989 6.33624 2.00001 6.59962 2.00001H17.4004ZM9.00001 16C8.44774 16 8.00002 16.4477 8.00001 17C8.00001 17.5523 8.44774 18 9.00001 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9.00001ZM9.00001 13C8.44774 13 8.00002 13.4477 8.00001 14C8.00001 14.5523 8.44774 15 9.00001 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9.00001ZM12 5.50001C10.3432 5.50001 9.00001 6.84316 9.00001 8.50001C9.00001 10.1569 10.3432 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.50001C15 6.84316 13.6569 5.50001 12 5.50001Z\"\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,qKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,88CACF,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 7.50001C12.5523 7.50001 13 7.94773 13 8.50001C13 9.0523 12.5523 9.50001 12 9.50001C11.4477 9.50001 11 9.0523 11 8.50001C11 7.94773 11.4477 7.50001 12 7.50001Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.4004 2.00001C17.6638 2.00001 17.9219 1.9989 18.1387 2.01662C18.3672 2.03531 18.637 2.07958 18.9082 2.21779C19.2374 2.38556 19.5129 2.64087 19.7051 2.95412L19.7822 3.09181L19.8692 3.29494C19.9406 3.49577 19.9694 3.69007 19.9834 3.86134C20.0011 4.07815 20 4.33624 20 4.59962V19.4004C20 19.6638 20.0011 19.9219 19.9834 20.1387C19.9647 20.3672 19.9205 20.637 19.7822 20.9082C19.5905 21.2845 19.2845 21.5905 18.9082 21.7822C18.637 21.9205 18.3672 21.9647 18.1387 21.9834C17.9219 22.0011 17.6638 22 17.4004 22H6.59962C6.33624 22 6.07815 22.0011 5.86134 21.9834C5.63284 21.9647 5.36307 21.9205 5.09181 21.7822C4.71557 21.5905 4.40952 21.2845 4.21779 20.9082C4.07958 20.637 4.03531 20.3672 4.01662 20.1387C3.9989 19.9219 4.00001 19.6638 4.00001 19.4004V4.59962C4.00001 4.33624 3.9989 4.07815 4.01662 3.86134C4.03531 3.63284 4.07958 3.36307 4.21779 3.09181C4.40952 2.71556 4.71556 2.40952 5.09181 2.21779C5.36307 2.07958 5.63284 2.03531 5.86134 2.01662C6.07815 1.9989 6.33624 2.00001 6.59962 2.00001H17.4004ZM9.00001 16C8.44774 16 8.00002 16.4477 8.00001 17C8.00001 17.5523 8.44774 18 9.00001 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9.00001ZM9.00001 13C8.44774 13 8.00002 13.4477 8.00001 14C8.00001 14.5523 8.44774 15 9.00001 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9.00001ZM12 5.50001C10.3432 5.50001 9.00001 6.84316 9.00001 8.50001C9.00001 10.1569 10.3432 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.50001C15 6.84316 13.6569 5.50001 12 5.50001Z",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 7.50001C12.5523 7.50001 13 7.94773 13 8.50001C13 9.0523 12.5523 9.50001 12 9.50001C11.4477 9.50001 11 9.0523 11 8.50001C11 7.94773 11.4477 7.50001 12 7.50001Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.4004 2.00001C17.6638 2.00001 17.9219 1.9989 18.1387 2.01662C18.3672 2.03531 18.637 2.07958 18.9082 2.21779C19.2374 2.38556 19.5129 2.64087 19.7051 2.95412L19.7822 3.09181L19.8692 3.29494C19.9406 3.49577 19.9694 3.69007 19.9834 3.86134C20.0011 4.07815 20 4.33624 20 4.59962V19.4004C20 19.6638 20.0011 19.9219 19.9834 20.1387C19.9647 20.3672 19.9205 20.637 19.7822 20.9082C19.5905 21.2845 19.2845 21.5905 18.9082 21.7822C18.637 21.9205 18.3672 21.9647 18.1387 21.9834C17.9219 22.0011 17.6638 22 17.4004 22H6.59962C6.33624 22 6.07815 22.0011 5.86134 21.9834C5.63284 21.9647 5.36307 21.9205 5.09181 21.7822C4.71557 21.5905 4.40952 21.2845 4.21779 20.9082C4.07958 20.637 4.03531 20.3672 4.01662 20.1387C3.9989 19.9219 4.00001 19.6638 4.00001 19.4004V4.59962C4.00001 4.33624 3.9989 4.07815 4.01662 3.86134C4.03531 3.63284 4.07958 3.36307 4.21779 3.09181C4.40952 2.71556 4.71556 2.40952 5.09181 2.21779C5.36307 2.07958 5.63284 2.03531 5.86134 2.01662C6.07815 1.9989 6.33624 2.00001 6.59962 2.00001H17.4004ZM9.00001 16C8.44774 16 8.00002 16.4477 8.00001 17C8.00001 17.5523 8.44774 18 9.00001 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9.00001ZM9.00001 13C8.44774 13 8.00002 13.4477 8.00001 14C8.00001 14.5523 8.44774 15 9.00001 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9.00001ZM12 5.50001C10.3432 5.50001 9.00001 6.84316 9.00001 8.50001C9.00001 10.1569 10.3432 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.50001C15 6.84316 13.6569 5.50001 12 5.50001Z\"\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,qKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,88CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCard","props","React","CentralIconBase","IconCard_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHermesHelmet: FC<CentralIconBaseProps>;
4
+ export default IconHermesHelmet;
@@ -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=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},m=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!x.call(C,e)&&e!==o&&n(C,e,{get:()=>r[e],enumerable:!(l=u(r,e))||l.enumerable});return C};var a=(C,r,o)=>(o=C!=null?i(I(C)):{},m(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),g=C=>m(n({},"__esModule",{value:!0}),C);var v={};P(v,{IconHermesHelmet:()=>H,default:()=>d});module.exports=g(v);var t=a(require("react"));var s=a(require("react")),f=require("react-native-svg"),c=({children:C,size:r=24,...o})=>s.default.createElement(f.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"),H=C=>t.default.createElement(c,{...C},t.default.createElement(p.Path,{d:"M12.5879 7C16.2595 7.0001 19.3417 9.69003 19.8869 13.2653C19.939 13.6073 20.137 13.9153 20.4441 14.0746L21.3291 14.5337C21.7413 14.7476 22 15.1733 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.74017C4.7791 21 4 20.2209 4 19.2598C4 18.8647 4.13448 18.4813 4.38133 18.1728L5.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"})),d=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.2595 7.0001 19.3417 9.69003 19.8869 13.2653C19.939 13.6073 20.137 13.9153 20.4441 14.0746L21.3291 14.5337C21.7413 14.7476 22 15.1733 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.74017C4.7791 21 4 20.2209 4 19.2598C4 18.8647 4.13448 18.4813 4.38133 18.1728L5.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,srBACF,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 r from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:C=24,...n})=>p.createElement(l,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var m=o=>r.createElement(t,{...o},r.createElement(e,{d:"M12.5879 7C16.2595 7.0001 19.3417 9.69003 19.8869 13.2653C19.939 13.6073 20.137 13.9153 20.4441 14.0746L21.3291 14.5337C21.7413 14.7476 22 15.1733 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.74017C4.7791 21 4 20.2209 4 19.2598C4 18.8647 4.13448 18.4813 4.38133 18.1728L5.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"}),r.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"}),r.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.2595 7.0001 19.3417 9.69003 19.8869 13.2653C19.939 13.6073 20.137 13.9153 20.4441 14.0746L21.3291 14.5337C21.7413 14.7476 22 15.1733 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.74017C4.7791 21 4 20.2209 4 19.2598C4 18.8647 4.13448 18.4813 4.38133 18.1728L5.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,srBACF,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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconQuickAi: FC<CentralIconBaseProps>;
4
+ export default IconQuickAi;
@@ -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.6308 2.10547C16.2375 2.15213 16.7746 2.51984 17.0361 3.06934L17.0878 3.19043L18.1054 5.83691C18.1156 5.86331 18.1366 5.88438 18.163 5.89453L20.8095 6.91211C21.4663 7.16476 21.9003 7.79627 21.9003 8.5C21.9003 9.20373 21.4663 9.83524 20.8095 10.0879L18.163 11.1055C18.1366 11.1156 18.1156 11.1367 18.1054 11.1631L17.0878 13.8096C16.8352 14.4664 16.2036 14.9004 15.4999 14.9004C14.7962 14.9004 14.1647 14.4664 13.912 13.8096L12.8945 11.1631C12.8843 11.1367 12.8632 11.1156 12.8368 11.1055L10.1904 10.0879C9.57452 9.85103 9.15537 9.28104 9.10539 8.63086L9.09953 8.5L9.10539 8.36914C9.15537 7.71896 9.57452 7.14897 10.1904 6.91211L12.8368 5.89453C12.8632 5.88436 12.8843 5.8633 12.8945 5.83691L13.912 3.19043L13.9638 3.06934C14.2439 2.48063 14.8402 2.09961 15.4999 2.09961L15.6308 2.10547Z",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.6308 2.10547C16.2375 2.15213 16.7746 2.51984 17.0361 3.06934L17.0878 3.19043L18.1054 5.83691C18.1156 5.86331 18.1366 5.88438 18.163 5.89453L20.8095 6.91211C21.4663 7.16476 21.9003 7.79627 21.9003 8.5C21.9003 9.20373 21.4663 9.83524 20.8095 10.0879L18.163 11.1055C18.1366 11.1156 18.1156 11.1367 18.1054 11.1631L17.0878 13.8096C16.8352 14.4664 16.2036 14.9004 15.4999 14.9004C14.7962 14.9004 14.1647 14.4664 13.912 13.8096L12.8945 11.1631C12.8843 11.1367 12.8632 11.1156 12.8368 11.1055L10.1904 10.0879C9.57452 9.85103 9.15537 9.28104 9.10539 8.63086L9.09953 8.5L9.10539 8.36914C9.15537 7.71896 9.57452 7.14897 10.1904 6.91211L12.8368 5.89453C12.8632 5.88436 12.8843 5.8633 12.8945 5.83691L13.912 3.19043L13.9638 3.06934C14.2439 2.48063 14.8402 2.09961 15.4999 2.09961L15.6308 2.10547Z\"\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,uxBACF,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.6308 2.10547C16.2375 2.15213 16.7746 2.51984 17.0361 3.06934L17.0878 3.19043L18.1054 5.83691C18.1156 5.86331 18.1366 5.88438 18.163 5.89453L20.8095 6.91211C21.4663 7.16476 21.9003 7.79627 21.9003 8.5C21.9003 9.20373 21.4663 9.83524 20.8095 10.0879L18.163 11.1055C18.1366 11.1156 18.1156 11.1367 18.1054 11.1631L17.0878 13.8096C16.8352 14.4664 16.2036 14.9004 15.4999 14.9004C14.7962 14.9004 14.1647 14.4664 13.912 13.8096L12.8945 11.1631C12.8843 11.1367 12.8632 11.1156 12.8368 11.1055L10.1904 10.0879C9.57452 9.85103 9.15537 9.28104 9.10539 8.63086L9.09953 8.5L9.10539 8.36914C9.15537 7.71896 9.57452 7.14897 10.1904 6.91211L12.8368 5.89453C12.8632 5.88436 12.8843 5.8633 12.8945 5.83691L13.912 3.19043L13.9638 3.06934C14.2439 2.48063 14.8402 2.09961 15.4999 2.09961L15.6308 2.10547Z",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.6308 2.10547C16.2375 2.15213 16.7746 2.51984 17.0361 3.06934L17.0878 3.19043L18.1054 5.83691C18.1156 5.86331 18.1366 5.88438 18.163 5.89453L20.8095 6.91211C21.4663 7.16476 21.9003 7.79627 21.9003 8.5C21.9003 9.20373 21.4663 9.83524 20.8095 10.0879L18.163 11.1055C18.1366 11.1156 18.1156 11.1367 18.1054 11.1631L17.0878 13.8096C16.8352 14.4664 16.2036 14.9004 15.4999 14.9004C14.7962 14.9004 14.1647 14.4664 13.912 13.8096L12.8945 11.1631C12.8843 11.1367 12.8632 11.1156 12.8368 11.1055L10.1904 10.0879C9.57452 9.85103 9.15537 9.28104 9.10539 8.63086L9.09953 8.5L9.10539 8.36914C9.15537 7.71896 9.57452 7.14897 10.1904 6.91211L12.8368 5.89453C12.8632 5.88436 12.8843 5.8633 12.8945 5.83691L13.912 3.19043L13.9638 3.06934C14.2439 2.48063 14.8402 2.09961 15.4999 2.09961L15.6308 2.10547Z\"\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,uxBACF,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
@@ -5768,6 +5768,20 @@
5768
5768
  "packageName": "round-filled-radius-1-stroke-2",
5769
5769
  "componentName": "IconCar9Ev"
5770
5770
  },
5771
+ {
5772
+ "category": "Interface General",
5773
+ "svg": "<path d=\"M12 7.50001C12.5523 7.50001 13 7.94773 13 8.50001C13 9.0523 12.5523 9.50001 12 9.50001C11.4477 9.50001 11 9.0523 11 8.50001C11 7.94773 11.4477 7.50001 12 7.50001Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4004 2.00001C17.6638 2.00001 17.9219 1.9989 18.1387 2.01662C18.3672 2.03531 18.637 2.07958 18.9082 2.21779C19.2374 2.38556 19.5129 2.64087 19.7051 2.95412L19.7822 3.09181L19.8692 3.29494C19.9406 3.49577 19.9694 3.69007 19.9834 3.86134C20.0011 4.07815 20 4.33624 20 4.59962V19.4004C20 19.6638 20.0011 19.9219 19.9834 20.1387C19.9647 20.3672 19.9205 20.637 19.7822 20.9082C19.5905 21.2845 19.2845 21.5905 18.9082 21.7822C18.637 21.9205 18.3672 21.9647 18.1387 21.9834C17.9219 22.0011 17.6638 22 17.4004 22H6.59962C6.33624 22 6.07815 22.0011 5.86134 21.9834C5.63284 21.9647 5.36307 21.9205 5.09181 21.7822C4.71557 21.5905 4.40952 21.2845 4.21779 20.9082C4.07958 20.637 4.03531 20.3672 4.01662 20.1387C3.9989 19.9219 4.00001 19.6638 4.00001 19.4004V4.59962C4.00001 4.33624 3.9989 4.07815 4.01662 3.86134C4.03531 3.63284 4.07958 3.36307 4.21779 3.09181C4.40952 2.71556 4.71556 2.40952 5.09181 2.21779C5.36307 2.07958 5.63284 2.03531 5.86134 2.01662C6.07815 1.9989 6.33624 2.00001 6.59962 2.00001H17.4004ZM9.00001 16C8.44774 16 8.00002 16.4477 8.00001 17C8.00001 17.5523 8.44774 18 9.00001 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9.00001ZM9.00001 13C8.44774 13 8.00002 13.4477 8.00001 14C8.00001 14.5523 8.44774 15 9.00001 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9.00001ZM12 5.50001C10.3432 5.50001 9.00001 6.84316 9.00001 8.50001C9.00001 10.1569 10.3432 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.50001C15 6.84316 13.6569 5.50001 12 5.50001Z\" fill=\"currentColor\"/>",
5774
+ "iconName": "card, profile, avatar, account",
5775
+ "variant": {
5776
+ "join": "round",
5777
+ "filled": "on",
5778
+ "radius": "1",
5779
+ "stroke": "2"
5780
+ },
5781
+ "createdAt": "2026-04-27T10:02:27.997505+00:00",
5782
+ "packageName": "round-filled-radius-1-stroke-2",
5783
+ "componentName": "IconCard"
5784
+ },
5771
5785
  {
5772
5786
  "category": "Vehicles & Aircrafts",
5773
5787
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.87108 4.8906C6.24201 4.3342 6.86648 4 7.53518 4H16.4648C17.1335 4 17.758 4.3342 18.1289 4.8906L20.8685 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11H21.9769C21.9922 11.0998 22 11.201 22 11.3028V18C22 19.1046 21.1046 20 20 20H19C17.8954 20 17 19.1046 17 18H7C7 19.1046 6.10457 20 5 20H4C2.89543 20 2 19.1046 2 18V11.3028C2 11.201 2.00777 11.0998 2.02305 11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13148L5.87108 4.8906ZM5 13C5 12.4477 5.44772 12 6 12H7C7.55228 12 8 12.4477 8 13C8 13.5523 7.55228 14 7 14H6C5.44772 14 5 13.5523 5 13ZM16 13C16 12.4477 16.4477 12 17 12H18C18.5523 12 19 12.4477 19 13C19 13.5523 18.5523 14 18 14H17C16.4477 14 16 13.5523 16 13Z\" fill=\"currentColor\"/>",
@@ -13636,6 +13650,20 @@
13636
13650
  "packageName": "round-filled-radius-1-stroke-2",
13637
13651
  "componentName": "IconHeartDonation"
13638
13652
  },
13653
+ {
13654
+ "category": "Things",
13655
+ "svg": "<path d=\"M12.5879 7C16.2595 7.0001 19.3417 9.69003 19.8869 13.2653C19.939 13.6073 20.137 13.9153 20.4441 14.0746L21.3291 14.5337C21.7413 14.7476 22 15.1733 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.74017C4.7791 21 4 20.2209 4 19.2598C4 18.8647 4.13448 18.4813 4.38133 18.1728L5.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\"/>",
13656
+ "iconName": "hermes-helmet",
13657
+ "variant": {
13658
+ "join": "round",
13659
+ "filled": "on",
13660
+ "radius": "1",
13661
+ "stroke": "2"
13662
+ },
13663
+ "createdAt": "2026-04-27T09:01:53.794396+00:00",
13664
+ "packageName": "round-filled-radius-1-stroke-2",
13665
+ "componentName": "IconHermesHelmet"
13666
+ },
13639
13667
  {
13640
13668
  "category": "Edit",
13641
13669
  "svg": "<path d=\"M19.4138 3.00009C18.6327 2.21904 17.3664 2.21905 16.5854 3.0001L13.7854 5.80007C10.3895 3.7905 6.33541 3.4425 3.88873 5.88918C2.31808 7.45983 1.90595 9.73395 2.33048 11.9981C2.75608 14.2679 4.03118 16.6382 6.01005 18.6171C7.20752 19.8146 8.49446 20.6459 9.55254 21.1801C10.0821 21.4474 10.5625 21.6445 10.9562 21.7771C11.3068 21.8952 11.6967 22.0001 11.9996 22.0001C12.5519 22.0001 12.9996 21.5524 12.9996 21.0001C12.9996 20.4478 12.5519 20.0001 11.9996 20.0001C12.0179 20.0001 12.0158 19.9996 11.991 19.9943C11.9443 19.9842 11.8169 19.9566 11.5946 19.8817C11.2978 19.7817 10.905 19.6224 10.4539 19.3947C9.5506 18.9387 8.4463 18.2249 7.42426 17.2029C5.69316 15.4718 4.63839 13.4544 4.29622 11.6295C3.95298 9.79889 4.33519 8.27115 5.30294 7.30339C6.72865 5.87769 9.46289 5.73508 12.3189 7.26661L10.5854 9.0001C10.2104 9.37517 9.99964 9.88388 9.99964 10.4143V13.0001C9.99964 13.5524 10.4474 14.0001 10.9996 14.0001H13.602C14.1333 14.0001 14.6428 13.7887 15.018 13.4126L16.9919 11.4337C18.0283 12.7605 18.718 14.0188 18.9981 15.0883C19.3215 16.3235 19.0807 17.1546 18.3749 17.7192C17.9278 18.077 17.4104 18.104 16.7273 17.8218C16.0153 17.5277 15.2921 16.9508 14.7117 16.3902C14.3145 16.0065 13.6814 16.0175 13.2977 16.4147C12.914 16.812 12.925 17.445 13.3222 17.8287C13.9666 18.4511 14.9054 19.2331 15.9638 19.6703C17.0511 20.1195 18.4127 20.2503 19.6243 19.281C21.1329 18.0741 21.3883 16.3208 20.9328 14.5817C20.545 13.1008 19.631 11.5279 18.4141 10.008L21.0022 7.41342C21.7816 6.63209 21.7808 5.36712 21.0005 4.58676L19.4138 3.00009Z\" fill=\"currentColor\"/>",
@@ -20034,6 +20062,20 @@
20034
20062
  "packageName": "round-filled-radius-1-stroke-2",
20035
20063
  "componentName": "IconQrCode"
20036
20064
  },
20065
+ {
20066
+ "category": "AI & Magic",
20067
+ "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.6308 2.10547C16.2375 2.15213 16.7746 2.51984 17.0361 3.06934L17.0878 3.19043L18.1054 5.83691C18.1156 5.86331 18.1366 5.88438 18.163 5.89453L20.8095 6.91211C21.4663 7.16476 21.9003 7.79627 21.9003 8.5C21.9003 9.20373 21.4663 9.83524 20.8095 10.0879L18.163 11.1055C18.1366 11.1156 18.1156 11.1367 18.1054 11.1631L17.0878 13.8096C16.8352 14.4664 16.2036 14.9004 15.4999 14.9004C14.7962 14.9004 14.1647 14.4664 13.912 13.8096L12.8945 11.1631C12.8843 11.1367 12.8632 11.1156 12.8368 11.1055L10.1904 10.0879C9.57452 9.85103 9.15537 9.28104 9.10539 8.63086L9.09953 8.5L9.10539 8.36914C9.15537 7.71896 9.57452 7.14897 10.1904 6.91211L12.8368 5.89453C12.8632 5.88436 12.8843 5.8633 12.8945 5.83691L13.912 3.19043L13.9638 3.06934C14.2439 2.48063 14.8402 2.09961 15.4999 2.09961L15.6308 2.10547Z\" fill=\"currentColor\"/>",
20068
+ "iconName": "quick-ai, rising",
20069
+ "variant": {
20070
+ "join": "round",
20071
+ "filled": "on",
20072
+ "radius": "1",
20073
+ "stroke": "2"
20074
+ },
20075
+ "createdAt": "2026-04-27T09:01:53.794396+00:00",
20076
+ "packageName": "round-filled-radius-1-stroke-2",
20077
+ "componentName": "IconQuickAi"
20078
+ },
20037
20079
  {
20038
20080
  "category": "Interface General",
20039
20081
  "svg": "<path d=\"M12.0002 4C8.43131 4 5.48489 6.67174 5.05443 10.1237C4.98609 10.6718 4.48642 11.0607 3.93838 10.9923C3.39034 10.924 3.00146 10.4243 3.0698 9.87626C3.62354 5.43564 7.4099 2 12.0002 2C16.9708 2 21.0002 6.02944 21.0002 11C21.0002 13.1253 20.2638 15.0782 19.0321 16.6178L21.7072 19.2929C22.0977 19.6834 22.0977 20.3166 21.7072 20.7071C21.3167 21.0976 20.6835 21.0976 20.293 20.7071L17.6178 18.0319C16.3539 19.0427 14.8114 19.72 13.1238 19.9304C12.5758 19.9988 12.0761 19.6099 12.0078 19.0618C11.9395 18.5138 12.3283 18.0141 12.8764 17.9458C16.3284 17.5154 19.0002 14.5689 19.0002 11C19.0002 7.13401 15.8662 4 12.0002 4Z\" fill=\"currentColor\"/><path d=\"M7.91812 11.2623L3.70759 16.1746C3.42958 16.4989 3.66004 17 4.08722 17H6.5001L6.20632 19.3503C6.14484 19.8421 6.75951 20.114 7.08209 19.7377L11.2926 14.8254C11.5706 14.5011 11.3402 14 10.913 14H8.5001L8.79389 11.6497C8.85537 11.1579 8.2407 10.886 7.91812 11.2623Z\" 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-1-stroke-2",
3
- "version": "1.1.213",
3
+ "version": "1.1.215",
4
4
  "style": "round-filled-radius-1-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 1974,
14
+ "totalIcons": 1977,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 84,
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": 198,
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": 139,
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";