@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.213 → 1.1.214
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},m=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!V.call(r,e)&&e!==C&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?i(I(r)):{},m(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),L=r=>m(n({},"__esModule",{value:!0}),r);var g={};x(g,{IconHermesHelmet:()=>H,default:()=>P});module.exports=L(g);var t=a(require("react"));var s=a(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.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 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.8584L22 14.8818V15.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 21H4V18.6494L4.21875 18.375L5.78125 16.4229C5.92284 16.2457 5.99991 16.0256 6 15.7988V13.8281C6.00003 13.545 6.04272 13.267 6.12012 13H9.82227C10.0668 13.9486 10.9253 14.6504 11.9502 14.6504C13.1651 14.6503 14.1503 13.6651 14.1504 12.4502C14.1504 11.4109 13.4289 10.5417 12.46 10.3115L12.2666 7.02344C12.3725 7.00884 12.4797 7 12.5879 7Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M11.9502 11.25C12.6128 11.2501 13.1504 11.7875 13.1504 12.4502C13.1503 13.1128 12.6128 13.6503 11.9502 13.6504C11.2875 13.6504 10.7501 13.1128 10.75 12.4502C10.75 11.7875 11.2875 11.25 11.9502 11.25Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M9.61426 3C10.4084 3.00004 11.0647 3.61929 11.1113 4.41211L11.458 10.3066C10.6244 10.4973 9.97155 11.1604 9.79688 12H6C4.89543 12 4 11.1046 4 10V9.59961C4.1616 9.63244 4.32872 9.65038 4.5 9.65039H8V8.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.2998H7V5.2998H3.5C2.67157 5.2998 2 4.62823 2 3.7998V3H9.61426Z",fill:"currentColor"})),P=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.8584L22 14.8818V15.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 21H4V18.6494L4.21875 18.375L5.78125 16.4229C5.92284 16.2457 5.99991 16.0256 6 15.7988V13.8281C6.00003 13.545 6.04272 13.267 6.12012 13H9.82227C10.0668 13.9486 10.9253 14.6504 11.9502 14.6504C13.1651 14.6503 14.1503 13.6651 14.1504 12.4502C14.1504 11.4109 13.4289 10.5417 12.46 10.3115L12.2666 7.02344C12.3725 7.00884 12.4797 7 12.5879 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9502 11.25C12.6128 11.2501 13.1504 11.7875 13.1504 12.4502C13.1503 13.1128 12.6128 13.6503 11.9502 13.6504C11.2875 13.6504 10.7501 13.1128 10.75 12.4502C10.75 11.7875 11.2875 11.25 11.9502 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.61426 3C10.4084 3.00004 11.0647 3.61929 11.1113 4.41211L11.458 10.3066C10.6244 10.4973 9.97155 11.1604 9.79688 12H6C4.89543 12 4 11.1046 4 10V9.59961C4.1616 9.63244 4.32872 9.65038 4.5 9.65039H8V8.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.2998H7V5.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,+jBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6YACF,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:C,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"},C);import{Path as e}from"react-native-svg";var m=C=>o.createElement(t,{...C},o.createElement(e,{d:"M12.5879 7C16.4465 7.00011 19.6543 9.97109 19.9502 13.8184L19.9531 13.8584L22 14.8818V15.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 21H4V18.6494L4.21875 18.375L5.78125 16.4229C5.92284 16.2457 5.99991 16.0256 6 15.7988V13.8281C6.00003 13.545 6.04272 13.267 6.12012 13H9.82227C10.0668 13.9486 10.9253 14.6504 11.9502 14.6504C13.1651 14.6503 14.1503 13.6651 14.1504 12.4502C14.1504 11.4109 13.4289 10.5417 12.46 10.3115L12.2666 7.02344C12.3725 7.00884 12.4797 7 12.5879 7Z",fill:"currentColor"}),o.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"}),o.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.65039H8V8.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.2998H7V5.2998H3.5C2.67157 5.2998 2 4.62823 2 3.7998V3H9.61426Z",fill:"currentColor"})),V=m;export{m as IconHermesHelmet,V 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.8584L22 14.8818V15.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 21H4V18.6494L4.21875 18.375L5.78125 16.4229C5.92284 16.2457 5.99991 16.0256 6 15.7988V13.8281C6.00003 13.545 6.04272 13.267 6.12012 13H9.82227C10.0668 13.9486 10.9253 14.6504 11.9502 14.6504C13.1651 14.6503 14.1503 13.6651 14.1504 12.4502C14.1504 11.4109 13.4289 10.5417 12.46 10.3115L12.2666 7.02344C12.3725 7.00884 12.4797 7 12.5879 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9502 11.25C12.6128 11.2501 13.1504 11.7875 13.1504 12.4502C13.1503 13.1128 12.6128 13.6503 11.9502 13.6504C11.2875 13.6504 10.7501 13.1128 10.75 12.4502C10.75 11.7875 11.2875 11.25 11.9502 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.61426 3C10.4084 3.00004 11.0647 3.61929 11.1113 4.41211L11.458 10.3066C10.6244 10.4973 9.97155 11.1604 9.79688 12H6C4.89543 12 4 11.1046 4 10V9.59961C4.1616 9.63244 4.32872 9.65038 4.5 9.65039H8V8.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.2998H7V5.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,+jBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6YACF,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 p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},C=(r,o,n,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(L=u(o,e))||L.enumerable});return r};var f=(r,o,n)=>(n=r!=null?c(I(r)):{},C(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>C(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconQuickAi:()=>s,default:()=>g});module.exports=d(v);var t=f(require("react"));var m=f(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...n})=>m.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),s=r=>t.default.createElement(i,{...r},t.default.createElement(l.Path,{d:"M11.3535 13.3535L4.35352 20.3535L3.64648 19.6465L10.6465 12.6465L11.3535 13.3535Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M12.8535 16.8535L9.35352 20.3535L8.64648 19.6465L12.1465 16.1465L12.8535 16.8535Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M7.85352 11.8535L4.35352 15.3535L3.64648 14.6465L7.14648 11.1465L7.85352 11.8535Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M17.9863 6.0127L22 7.55664V9.44336L17.9863 10.9863L16.4434 15H14.5566L13.0127 10.9863L9 9.44336V7.55664L13.0127 6.0127L14.5566 2H16.4434L17.9863 6.0127Z",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=\"M11.3535 13.3535L4.35352 20.3535L3.64648 19.6465L10.6465 12.6465L11.3535 13.3535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.8535 16.8535L9.35352 20.3535L8.64648 19.6465L12.1465 16.1465L12.8535 16.8535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.85352 11.8535L4.35352 15.3535L3.64648 14.6465L7.14648 11.1465L7.85352 11.8535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9863 6.0127L22 7.55664V9.44336L17.9863 10.9863L16.4434 15H14.5566L13.0127 10.9863L9 9.44336V7.55664L13.0127 6.0127L14.5566 2H16.4434L17.9863 6.0127Z\"\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,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2JACF,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 p from"react";import{Svg as L}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(L,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.createElement(n,{d:"M11.3535 13.3535L4.35352 20.3535L3.64648 19.6465L10.6465 12.6465L11.3535 13.3535Z",fill:"currentColor"}),o.createElement(n,{d:"M12.8535 16.8535L9.35352 20.3535L8.64648 19.6465L12.1465 16.1465L12.8535 16.8535Z",fill:"currentColor"}),o.createElement(n,{d:"M7.85352 11.8535L4.35352 15.3535L3.64648 14.6465L7.14648 11.1465L7.85352 11.8535Z",fill:"currentColor"}),o.createElement(n,{d:"M17.9863 6.0127L22 7.55664V9.44336L17.9863 10.9863L16.4434 15H14.5566L13.0127 10.9863L9 9.44336V7.55664L13.0127 6.0127L14.5566 2H16.4434L17.9863 6.0127Z",fill:"currentColor"})),x=C;export{C 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=\"M11.3535 13.3535L4.35352 20.3535L3.64648 19.6465L10.6465 12.6465L11.3535 13.3535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.8535 16.8535L9.35352 20.3535L8.64648 19.6465L12.1465 16.1465L12.8535 16.8535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.85352 11.8535L4.35352 15.3535L3.64648 14.6465L7.14648 11.1465L7.85352 11.8535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9863 6.0127L22 7.55664V9.44336L17.9863 10.9863L16.4434 15H14.5566L13.0127 10.9863L9 9.44336V7.55664L13.0127 6.0127L14.5566 2H16.4434L17.9863 6.0127Z\"\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,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconQuickAi","props","React","CentralIconBase","IconQuickAi_default"]}
|
package/README.md
CHANGED
|
@@ -199,6 +199,7 @@ Below is a complete list of available icons:
|
|
|
199
199
|
- IconPromptSuggestion
|
|
200
200
|
- IconPromptTextToImage
|
|
201
201
|
- IconPromptTextToVideo
|
|
202
|
+
- IconQuickAi
|
|
202
203
|
- IconReceiptionBellSparkle
|
|
203
204
|
- IconRobot
|
|
204
205
|
- IconRobot2
|
|
@@ -1951,6 +1952,7 @@ Below is a complete list of available icons:
|
|
|
1951
1952
|
- IconGoldMedal
|
|
1952
1953
|
- IconGraduateCap
|
|
1953
1954
|
- IconGraduateCap2
|
|
1955
|
+
- IconHermesHelmet
|
|
1954
1956
|
- IconInfinity
|
|
1955
1957
|
- IconInjection
|
|
1956
1958
|
- IconJudgeGavel
|
package/filtered-icons.json
CHANGED
|
@@ -13636,6 +13636,20 @@
|
|
|
13636
13636
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
13637
13637
|
"componentName": "IconHeartDonation"
|
|
13638
13638
|
},
|
|
13639
|
+
{
|
|
13640
|
+
"category": "Things",
|
|
13641
|
+
"svg": "<path d=\"M12.5879 7C16.4465 7.00011 19.6543 9.97109 19.9502 13.8184L19.9531 13.8584L22 14.8818V15.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 21H4V18.6494L4.21875 18.375L5.78125 16.4229C5.92284 16.2457 5.99991 16.0256 6 15.7988V13.8281C6.00003 13.545 6.04272 13.267 6.12012 13H9.82227C10.0668 13.9486 10.9253 14.6504 11.9502 14.6504C13.1651 14.6503 14.1503 13.6651 14.1504 12.4502C14.1504 11.4109 13.4289 10.5417 12.46 10.3115L12.2666 7.02344C12.3725 7.00884 12.4797 7 12.5879 7Z\" fill=\"currentColor\"/><path d=\"M11.9502 11.25C12.6128 11.2501 13.1504 11.7875 13.1504 12.4502C13.1503 13.1128 12.6128 13.6503 11.9502 13.6504C11.2875 13.6504 10.7501 13.1128 10.75 12.4502C10.75 11.7875 11.2875 11.25 11.9502 11.25Z\" fill=\"currentColor\"/><path d=\"M9.61426 3C10.4084 3.00004 11.0647 3.61929 11.1113 4.41211L11.458 10.3066C10.6244 10.4973 9.97155 11.1604 9.79688 12H6C4.89543 12 4 11.1046 4 10V9.59961C4.1616 9.63244 4.32872 9.65038 4.5 9.65039H8V8.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.2998H7V5.2998H3.5C2.67157 5.2998 2 4.62823 2 3.7998V3H9.61426Z\" fill=\"currentColor\"/>",
|
|
13642
|
+
"iconName": "hermes-helmet",
|
|
13643
|
+
"variant": {
|
|
13644
|
+
"join": "square",
|
|
13645
|
+
"filled": "on",
|
|
13646
|
+
"radius": "0",
|
|
13647
|
+
"stroke": "1"
|
|
13648
|
+
},
|
|
13649
|
+
"createdAt": "2026-04-27T09:01:53.794396+00:00",
|
|
13650
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
13651
|
+
"componentName": "IconHermesHelmet"
|
|
13652
|
+
},
|
|
13639
13653
|
{
|
|
13640
13654
|
"category": "Edit",
|
|
13641
13655
|
"svg": "<path d=\"M18.4787 1.79346L13.7309 6.55281C11.9854 5.38552 10.0506 4.75026 8.25865 4.6886C6.45174 4.62643 4.75491 5.14916 3.57954 6.34553C2.14972 7.80089 1.74244 9.93915 2.14951 12.149C2.55728 14.3626 3.787 16.7052 5.72151 18.6743C8.04746 21.0418 10.2241 21.7136 11.2888 21.9844L11.7733 22.1077L12.0199 21.1386L11.5353 21.0153C10.58 20.7722 8.59113 20.1683 6.43485 17.9735C4.62326 16.1295 3.50043 13.9626 3.13296 11.9678C2.76478 9.96912 3.15956 8.19991 4.29288 7.04635C5.22349 6.09911 6.62008 5.63281 8.22426 5.68801C9.75771 5.74077 11.4487 6.27158 13.0098 7.27569L9.99968 10.2931V13.9999H13.7068L16.7396 10.967C18.0984 12.594 18.9261 14.1176 19.1806 15.4127C19.4363 16.7137 19.1168 17.7673 18.1646 18.5427C17.5193 19.0681 16.7851 19.0548 15.9941 18.7223C15.1875 18.3831 14.4023 17.7372 13.7996 17.1446L13.4431 16.7941L12.742 17.5071L13.0985 17.8577C13.7325 18.481 14.6255 19.2316 15.6065 19.6441C16.6032 20.0632 17.7662 20.1566 18.796 19.3181C20.0796 18.2729 20.4769 16.823 20.1619 15.2199C19.8579 13.6732 18.8948 11.9728 17.4494 10.2572L22.2079 5.49871L18.4787 1.79346Z\" fill=\"currentColor\"/>",
|
|
@@ -20034,6 +20048,20 @@
|
|
|
20034
20048
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
20035
20049
|
"componentName": "IconQrCode"
|
|
20036
20050
|
},
|
|
20051
|
+
{
|
|
20052
|
+
"category": "AI & Magic",
|
|
20053
|
+
"svg": "<path d=\"M11.3535 13.3535L4.35352 20.3535L3.64648 19.6465L10.6465 12.6465L11.3535 13.3535Z\" fill=\"currentColor\"/><path d=\"M12.8535 16.8535L9.35352 20.3535L8.64648 19.6465L12.1465 16.1465L12.8535 16.8535Z\" fill=\"currentColor\"/><path d=\"M7.85352 11.8535L4.35352 15.3535L3.64648 14.6465L7.14648 11.1465L7.85352 11.8535Z\" fill=\"currentColor\"/><path d=\"M17.9863 6.0127L22 7.55664V9.44336L17.9863 10.9863L16.4434 15H14.5566L13.0127 10.9863L9 9.44336V7.55664L13.0127 6.0127L14.5566 2H16.4434L17.9863 6.0127Z\" fill=\"currentColor\"/>",
|
|
20054
|
+
"iconName": "quick-ai, rising",
|
|
20055
|
+
"variant": {
|
|
20056
|
+
"join": "square",
|
|
20057
|
+
"filled": "on",
|
|
20058
|
+
"radius": "0",
|
|
20059
|
+
"stroke": "1"
|
|
20060
|
+
},
|
|
20061
|
+
"createdAt": "2026-04-27T09:01:53.794396+00:00",
|
|
20062
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
20063
|
+
"componentName": "IconQuickAi"
|
|
20064
|
+
},
|
|
20037
20065
|
{
|
|
20038
20066
|
"category": "Interface General",
|
|
20039
20067
|
"svg": "<path d=\"M12 3C7.58172 3 4 6.58172 4 11H3C3 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.1464L21.1464 20.8536L18.0006 17.7077C16.4083 19.1332 14.3054 20 12 20V19C16.4183 19 20 15.4183 20 11C20 6.58172 16.4183 3 12 3Z\" fill=\"currentColor\"/><path d=\"M8.78571 10L3 16.875H6.85714L6.21429 21L12 14.125H8.14286L8.78571 10Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -973,6 +973,7 @@ export type CentralIconName =
|
|
|
973
973
|
| "IconHeart2"
|
|
974
974
|
| "IconHeartBeat"
|
|
975
975
|
| "IconHeartDonation"
|
|
976
|
+
| "IconHermesHelmet"
|
|
976
977
|
| "IconHighlight"
|
|
977
978
|
| "IconHighlights"
|
|
978
979
|
| "IconHistory"
|
|
@@ -1430,6 +1431,7 @@ export type CentralIconName =
|
|
|
1430
1431
|
| "IconPuzzle"
|
|
1431
1432
|
| "IconQm3"
|
|
1432
1433
|
| "IconQrCode"
|
|
1434
|
+
| "IconQuickAi"
|
|
1433
1435
|
| "IconQuickSearch"
|
|
1434
1436
|
| "IconQuora"
|
|
1435
1437
|
| "IconRacingFlag"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.214",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1976,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 85,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiSlop",
|
|
20
20
|
"IconAiTokens",
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"IconPromptSuggestion",
|
|
69
69
|
"IconPromptTextToImage",
|
|
70
70
|
"IconPromptTextToVideo",
|
|
71
|
+
"IconQuickAi",
|
|
71
72
|
"IconReceiptionBellSparkle",
|
|
72
73
|
"IconRobot",
|
|
73
74
|
"IconRobot2",
|
|
@@ -1824,7 +1825,7 @@
|
|
|
1824
1825
|
]
|
|
1825
1826
|
},
|
|
1826
1827
|
"Things": {
|
|
1827
|
-
"count":
|
|
1828
|
+
"count": 140,
|
|
1828
1829
|
"icons": [
|
|
1829
1830
|
"IconAnvil",
|
|
1830
1831
|
"IconApps",
|
|
@@ -1884,6 +1885,7 @@
|
|
|
1884
1885
|
"IconGoldMedal",
|
|
1885
1886
|
"IconGraduateCap",
|
|
1886
1887
|
"IconGraduateCap2",
|
|
1888
|
+
"IconHermesHelmet",
|
|
1887
1889
|
"IconInfinity",
|
|
1888
1890
|
"IconInjection",
|
|
1889
1891
|
"IconJudgeGavel",
|
|
@@ -3149,6 +3151,7 @@
|
|
|
3149
3151
|
"IconHeart2": "heart-2, like, health, life, fav",
|
|
3150
3152
|
"IconHeartBeat": "heart-beat, heart rate, pulse",
|
|
3151
3153
|
"IconHeartDonation": "heart-donation, dollar",
|
|
3154
|
+
"IconHermesHelmet": "hermes-helmet",
|
|
3152
3155
|
"IconHighlight": "highlight, mark, freehand, drawing, paint",
|
|
3153
3156
|
"IconHighlights": "highlights",
|
|
3154
3157
|
"IconHistory": "history, back, timeline",
|
|
@@ -3606,6 +3609,7 @@
|
|
|
3606
3609
|
"IconPuzzle": "puzzle, plugin",
|
|
3607
3610
|
"IconQm3": "qm3, room, transform, xyz, 3d",
|
|
3608
3611
|
"IconQrCode": "qr-code, barcode, scan",
|
|
3612
|
+
"IconQuickAi": "quick-ai, rising",
|
|
3609
3613
|
"IconQuickSearch": "quick-search, quick-menu, command-k",
|
|
3610
3614
|
"IconQuora": "quora",
|
|
3611
3615
|
"IconRacingFlag": "racing-flag, target",
|
package/index.d.ts
CHANGED
|
@@ -972,6 +972,7 @@ export { IconHeart, default as IconHeartDefault } from "./IconHeart";
|
|
|
972
972
|
export { IconHeart2, default as IconHeart2Default } from "./IconHeart2";
|
|
973
973
|
export { IconHeartBeat, default as IconHeartBeatDefault, } from "./IconHeartBeat";
|
|
974
974
|
export { IconHeartDonation, default as IconHeartDonationDefault, } from "./IconHeartDonation";
|
|
975
|
+
export { IconHermesHelmet, default as IconHermesHelmetDefault, } from "./IconHermesHelmet";
|
|
975
976
|
export { IconHighlight, default as IconHighlightDefault, } from "./IconHighlight";
|
|
976
977
|
export { IconHighlights, default as IconHighlightsDefault, } from "./IconHighlights";
|
|
977
978
|
export { IconHistory, default as IconHistoryDefault } from "./IconHistory";
|
|
@@ -1429,6 +1430,7 @@ export { IconPushTheButton, default as IconPushTheButtonDefault, } from "./IconP
|
|
|
1429
1430
|
export { IconPuzzle, default as IconPuzzleDefault } from "./IconPuzzle";
|
|
1430
1431
|
export { IconQm3, default as IconQm3Default } from "./IconQm3";
|
|
1431
1432
|
export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
|
|
1433
|
+
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi";
|
|
1432
1434
|
export { IconQuickSearch, default as IconQuickSearchDefault, } from "./IconQuickSearch";
|
|
1433
1435
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
|
|
1434
1436
|
export { IconRacingFlag, default as IconRacingFlagDefault, } from "./IconRacingFlag";
|