@central-icons-react-native/square-outlined-radius-0-stroke-2 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 u=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of H(o))!h.call(r,C)&&C!==t&&s(r,C,{get:()=>o[C],enumerable:!(p=k(o,C))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(f(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>l(s({},"__esModule",{value:!0}),r);var P={};x(P,{IconHermesHelmet:()=>d,default:()=>I});module.exports=B(P);var e=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),a=({children:r,size:o=24,...t})=>c.default.createElement(i.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),d=r=>e.default.createElement(a,{...r},e.default.createElement(n.Path,{d:"M12 11L11.6327 5.85751C11.5579 4.8109 10.687 4 9.63776 4H3L3 5C3 6.10457 3.89543 7 5 7H8",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M8 10H5V11C5 12.1046 5.89543 13 7 13H10",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M7 7H4V8C4 9.10457 4.89543 10 6 10H9",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"11.9969",cy:"12.9002",r:"1.7",stroke:"currentColor",strokeWidth:"1.7"}),e.default.createElement(n.Path,{d:"M7 13V15.7984C7 16.2526 6.84544 16.6932 6.56174 17.0478L5 19V20H8.32988C9.75198 20 11.1495 19.6289 12.3842 18.9233C13.4478 18.3156 14.6344 17.9547 15.8563 17.8674L19.1425 17.6327C20.1891 17.5579 21 16.687 21 15.6378V14.5L19 13.5C18.7168 10.3851 16.1051 8 12.9773 8H12",stroke:"currentColor",strokeWidth:"2"})),I=d;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconHermesHelmet: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 11L11.6327 5.85751C11.5579 4.8109 10.687 4 9.63776 4H3L3 5C3 6.10457 3.89543 7 5 7H8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8 10H5V11C5 12.1046 5.89543 13 7 13H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M7 7H4V8C4 9.10457 4.89543 10 6 10H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle\n cx=\"11.9969\"\n cy=\"12.9002\"\n r=\"1.7\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\n />\n <Path\n d=\"M7 13V15.7984C7 16.2526 6.84544 16.6932 6.56174 17.0478L5 19V20H8.32988C9.75198 20 11.1495 19.6289 12.3842 18.9233C13.4478 18.3156 14.6344 17.9547 15.8563 17.8674L19.1425 17.6327C20.1891 17.5579 21 16.687 21 15.6378V14.5L19 13.5C18.7168 10.3851 16.1051 8 12.9773 8H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,EAA6B,4BAEhBC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2FACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0CACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uCACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,UACH,GAAG,UACH,EAAE,MACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8QACF,OAAO,eACP,YAAY,IACd,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 s from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...C})=>s.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as l,Path as t}from"react-native-svg";var m=e=>o.createElement(n,{...e},o.createElement(t,{d:"M12 11L11.6327 5.85751C11.5579 4.8109 10.687 4 9.63776 4H3L3 5C3 6.10457 3.89543 7 5 7H8",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M8 10H5V11C5 12.1046 5.89543 13 7 13H10",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M7 7H4V8C4 9.10457 4.89543 10 6 10H9",stroke:"currentColor",strokeWidth:"2"}),o.createElement(l,{cx:"11.9969",cy:"12.9002",r:"1.7",stroke:"currentColor",strokeWidth:"1.7"}),o.createElement(t,{d:"M7 13V15.7984C7 16.2526 6.84544 16.6932 6.56174 17.0478L5 19V20H8.32988C9.75198 20 11.1495 19.6289 12.3842 18.9233C13.4478 18.3156 14.6344 17.9547 15.8563 17.8674L19.1425 17.6327C20.1891 17.5579 21 16.687 21 15.6378V14.5L19 13.5C18.7168 10.3851 16.1051 8 12.9773 8H12",stroke:"currentColor",strokeWidth:"2"})),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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconHermesHelmet: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 11L11.6327 5.85751C11.5579 4.8109 10.687 4 9.63776 4H3L3 5C3 6.10457 3.89543 7 5 7H8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8 10H5V11C5 12.1046 5.89543 13 7 13H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M7 7H4V8C4 9.10457 4.89543 10 6 10H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle\n cx=\"11.9969\"\n cy=\"12.9002\"\n r=\"1.7\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\n />\n <Path\n d=\"M7 13V15.7984C7 16.2526 6.84544 16.6932 6.56174 17.0478L5 19V20H8.32988C9.75198 20 11.1495 19.6289 12.3842 18.9233C13.4478 18.3156 14.6344 17.9547 15.8563 17.8674L19.1425 17.6327C20.1891 17.5579 21 16.687 21 15.6378V14.5L19 13.5C18.7168 10.3851 16.1051 8 12.9773 8H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2FACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0CACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uCACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,UACH,GAAG,UACH,EAAE,MACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,8QACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconHermesHelmet","props","React","CentralIconBase","IconHermesHelmet_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var s=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!h.call(r,n)&&n!==t&&s(r,n,{get:()=>o[n],enumerable:!(C=d(o,n))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?L(k(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>l(s({},"__esModule",{value:!0}),r);var P={};B(P,{IconQuickAi:()=>u,default:()=>x});module.exports=I(P);var e=m(require("react"));var a=m(require("react")),i=require("react-native-svg"),c=({children:r,size:o=24,...t})=>a.default.createElement(i.Svg,{...t,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"),u=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M16.05 3H14.95L13.575 6.575L10 7.95V9.05L13.575 10.425L14.95 14H16.05L17.425 10.425L21 9.05V7.95L17.425 6.575L16.05 3Z",stroke:"currentColor",strokeWidth:"1.8"}),e.default.createElement(p.Path,{d:"M4 20L11 13",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(p.Path,{d:"M9 20L12.5 16.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(p.Path,{d:"M4 15L7.5 11.5",stroke:"currentColor",strokeWidth:"2"})),x=u;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=\"M16.05 3H14.95L13.575 6.575L10 7.95V9.05L13.575 10.425L14.95 14H16.05L17.425 10.425L21 9.05V7.95L17.425 6.575L16.05 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n />\n <Path d=\"M4 20L11 13\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M9 20L12.5 16.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M4 15L7.5 11.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\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,yHACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,EAChE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,YAAY,IAAI,CACjE,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 s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M16.05 3H14.95L13.575 6.575L10 7.95V9.05L13.575 10.425L14.95 14H16.05L17.425 10.425L21 9.05V7.95L17.425 6.575L16.05 3Z",stroke:"currentColor",strokeWidth:"1.8"}),o.createElement(t,{d:"M4 20L11 13",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M9 20L12.5 16.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M4 15L7.5 11.5",stroke:"currentColor",strokeWidth:"2"})),h=l;export{l as IconQuickAi,h 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=\"M16.05 3H14.95L13.575 6.575L10 7.95V9.05L13.575 10.425L14.95 14H16.05L17.425 10.425L21 9.05V7.95L17.425 6.575L16.05 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n />\n <Path d=\"M4 20L11 13\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M9 20L12.5 16.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M4 15L7.5 11.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\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,yHACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5DG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,EAChEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,YAAY,IAAI,CACjE,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-outlined-radius-0-stroke-2",
|
|
13637
13637
|
"componentName": "IconHeartDonation"
|
|
13638
13638
|
},
|
|
13639
|
+
{
|
|
13640
|
+
"category": "Things",
|
|
13641
|
+
"svg": "<path d=\"M12 11L11.6327 5.85751C11.5579 4.8109 10.687 4 9.63776 4H3L3 5C3 6.10457 3.89543 7 5 7H8\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8 10H5V11C5 12.1046 5.89543 13 7 13H10\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M7 7H4V8C4 9.10457 4.89543 10 6 10H9\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"11.9969\" cy=\"12.9002\" r=\"1.7\" stroke=\"currentColor\" stroke-width=\"1.7\"/><path d=\"M7 13V15.7984C7 16.2526 6.84544 16.6932 6.56174 17.0478L5 19V20H8.32988C9.75198 20 11.1495 19.6289 12.3842 18.9233C13.4478 18.3156 14.6344 17.9547 15.8563 17.8674L19.1425 17.6327C20.1891 17.5579 21 16.687 21 15.6378V14.5L19 13.5C18.7168 10.3851 16.1051 8 12.9773 8H12\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
13642
|
+
"iconName": "hermes-helmet",
|
|
13643
|
+
"variant": {
|
|
13644
|
+
"join": "square",
|
|
13645
|
+
"filled": "off",
|
|
13646
|
+
"radius": "0",
|
|
13647
|
+
"stroke": "2"
|
|
13648
|
+
},
|
|
13649
|
+
"createdAt": "2026-04-27T09:01:53.794396+00:00",
|
|
13650
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
13651
|
+
"componentName": "IconHermesHelmet"
|
|
13652
|
+
},
|
|
13639
13653
|
{
|
|
13640
13654
|
"category": "Edit",
|
|
13641
13655
|
"svg": "<path d=\"M11 13H14.0173L20.9999 6L17.9999 3L11 10V13Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12.0003 21.0001C11 20.7501 8.93732 20.1295 6.71782 17.91C3.00784 14.2 2.05809 9.13466 4.5965 6.59626C6.61636 4.57639 10.2362 4.76513 13.5 6.79571\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M17.1066 10C19.9926 13.3312 21.2145 16.7286 19.0002 18.5C17.3414 19.8271 15.2423 18.2924 14.0176 17.1094\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
@@ -20034,6 +20048,20 @@
|
|
|
20034
20048
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
20035
20049
|
"componentName": "IconQrCode"
|
|
20036
20050
|
},
|
|
20051
|
+
{
|
|
20052
|
+
"category": "AI & Magic",
|
|
20053
|
+
"svg": "<path d=\"M16.05 3H14.95L13.575 6.575L10 7.95V9.05L13.575 10.425L14.95 14H16.05L17.425 10.425L21 9.05V7.95L17.425 6.575L16.05 3Z\" stroke=\"currentColor\" stroke-width=\"1.8\"/><path d=\"M4 20L11 13\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9 20L12.5 16.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M4 15L7.5 11.5\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
20054
|
+
"iconName": "quick-ai, rising",
|
|
20055
|
+
"variant": {
|
|
20056
|
+
"join": "square",
|
|
20057
|
+
"filled": "off",
|
|
20058
|
+
"radius": "0",
|
|
20059
|
+
"stroke": "2"
|
|
20060
|
+
},
|
|
20061
|
+
"createdAt": "2026-04-27T09:01:53.794396+00:00",
|
|
20062
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
20063
|
+
"componentName": "IconQuickAi"
|
|
20064
|
+
},
|
|
20037
20065
|
{
|
|
20038
20066
|
"category": "Interface General",
|
|
20039
20067
|
"svg": "<path d=\"M18 17L21.5 20.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 19C16.4183 19 20 15.4183 20 11C20 6.58172 16.4183 3 12 3C7.58172 3 4 6.58172 4 11\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M3 16.875L8.78571 10L8.14286 14.125H12L6.21429 21L6.85714 16.875H3Z\" 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-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.214",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1976,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 85,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiSlop",
|
|
20
20
|
"IconAiTokens",
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"IconPromptSuggestion",
|
|
69
69
|
"IconPromptTextToImage",
|
|
70
70
|
"IconPromptTextToVideo",
|
|
71
|
+
"IconQuickAi",
|
|
71
72
|
"IconReceiptionBellSparkle",
|
|
72
73
|
"IconRobot",
|
|
73
74
|
"IconRobot2",
|
|
@@ -1824,7 +1825,7 @@
|
|
|
1824
1825
|
]
|
|
1825
1826
|
},
|
|
1826
1827
|
"Things": {
|
|
1827
|
-
"count":
|
|
1828
|
+
"count": 140,
|
|
1828
1829
|
"icons": [
|
|
1829
1830
|
"IconAnvil",
|
|
1830
1831
|
"IconApps",
|
|
@@ -1884,6 +1885,7 @@
|
|
|
1884
1885
|
"IconGoldMedal",
|
|
1885
1886
|
"IconGraduateCap",
|
|
1886
1887
|
"IconGraduateCap2",
|
|
1888
|
+
"IconHermesHelmet",
|
|
1887
1889
|
"IconInfinity",
|
|
1888
1890
|
"IconInjection",
|
|
1889
1891
|
"IconJudgeGavel",
|
|
@@ -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";
|