@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.109 → 1.1.111

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.
Files changed (38) hide show
  1. package/IconFeather2/index.d.ts +4 -0
  2. package/IconFeather2/index.js +2 -0
  3. package/IconFeather2/index.js.map +1 -0
  4. package/IconFeather2/index.mjs +2 -0
  5. package/IconFeather2/index.mjs.map +1 -0
  6. package/IconGrass/index.d.ts +4 -0
  7. package/IconGrass/index.js +2 -0
  8. package/IconGrass/index.js.map +1 -0
  9. package/IconGrass/index.mjs +2 -0
  10. package/IconGrass/index.mjs.map +1 -0
  11. package/IconSquareGridMagnifyingGlass/index.d.ts +4 -0
  12. package/{IconSquareGridMaginfyingGlass → IconSquareGridMagnifyingGlass}/index.js +1 -1
  13. package/{IconSquareGridMaginfyingGlass → IconSquareGridMagnifyingGlass}/index.js.map +1 -1
  14. package/{IconSquareGridMaginfyingGlass → IconSquareGridMagnifyingGlass}/index.mjs +1 -1
  15. package/{IconSquareGridMaginfyingGlass → IconSquareGridMagnifyingGlass}/index.mjs.map +1 -1
  16. package/IconThings/index.d.ts +4 -0
  17. package/IconThings/index.js +2 -0
  18. package/IconThings/index.js.map +1 -0
  19. package/IconThings/index.mjs +2 -0
  20. package/IconThings/index.mjs.map +1 -0
  21. package/IconWreathSimple/index.d.ts +4 -0
  22. package/IconWreathSimple/index.js +2 -0
  23. package/IconWreathSimple/index.js.map +1 -0
  24. package/IconWreathSimple/index.mjs +2 -0
  25. package/IconWreathSimple/index.mjs.map +1 -0
  26. package/README.md +5 -1
  27. package/filtered-icons.json +58 -2
  28. package/icons/index.d.ts +5 -1
  29. package/icons-index.json +17 -9
  30. package/index.d.ts +5 -1
  31. package/index.js +1 -1
  32. package/index.js.map +1 -1
  33. package/index.mjs +1 -1
  34. package/index.mjs.map +1 -1
  35. package/license-check.js +1 -1
  36. package/package.json +1 -1
  37. package/tsx-icons.json +31 -3
  38. package/IconSquareGridMaginfyingGlass/index.d.ts +0 -4
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFeather2: FC<CentralIconBaseProps>;
4
+ export default IconFeather2;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=i(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var F={};g(F,{IconFeather2:()=>B,default:()=>v});module.exports=h(F);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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 f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M20.2646 4.09766C20.0948 4.42193 19.934 4.74507 19.7734 5.06836C19.614 5.38932 19.4537 5.71313 19.29 6.02539C18.9638 6.64766 18.6061 7.26062 18.166 7.79688C17.4671 8.64853 16.5817 9.27326 15.3496 9.52441C16.0937 11.1122 15.8532 12.7853 14.9551 14.124C13.8682 15.7439 11.8452 16.8525 9.5293 16.8525C6.78355 16.8525 4.5 18.52 4.5 21.25H3V16.1025C3.00022 8.86409 8.88554 3.00014 16.1406 3H20.8398L20.2646 4.09766Z",fill:"currentColor"})),v=B;0&&(module.exports={IconFeather2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFeather2/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 IconFeather2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2646 4.09766C20.0948 4.42193 19.934 4.74507 19.7734 5.06836C19.614 5.38932 19.4537 5.71313 19.29 6.02539C18.9638 6.64766 18.6061 7.26062 18.166 7.79688C17.4671 8.64853 16.5817 9.27326 15.3496 9.52441C16.0937 11.1122 15.8532 12.7853 14.9551 14.124C13.8682 15.7439 11.8452 16.8525 9.5293 16.8525C6.78355 16.8525 4.5 18.52 4.5 21.25H3V16.1025C3.00022 8.86409 8.88554 3.00014 16.1406 3H20.8398L20.2646 4.09766Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFeather2;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6ZACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFeather2_exports","__export","IconFeather2","IconFeather2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFeather2","props","React","CentralIconBase","IconFeather2_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M20.2646 4.09766C20.0948 4.42193 19.934 4.74507 19.7734 5.06836C19.614 5.38932 19.4537 5.71313 19.29 6.02539C18.9638 6.64766 18.6061 7.26062 18.166 7.79688C17.4671 8.64853 16.5817 9.27326 15.3496 9.52441C16.0937 11.1122 15.8532 12.7853 14.9551 14.124C13.8682 15.7439 11.8452 16.8525 9.5293 16.8525C6.78355 16.8525 4.5 18.52 4.5 21.25H3V16.1025C3.00022 8.86409 8.88554 3.00014 16.1406 3H20.8398L20.2646 4.09766Z",fill:"currentColor"})),P=l;export{l as IconFeather2,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFeather2/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 IconFeather2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2646 4.09766C20.0948 4.42193 19.934 4.74507 19.7734 5.06836C19.614 5.38932 19.4537 5.71313 19.29 6.02539C18.9638 6.64766 18.6061 7.26062 18.166 7.79688C17.4671 8.64853 16.5817 9.27326 15.3496 9.52441C16.0937 11.1122 15.8532 12.7853 14.9551 14.124C13.8682 15.7439 11.8452 16.8525 9.5293 16.8525C6.78355 16.8525 4.5 18.52 4.5 21.25H3V16.1025C3.00022 8.86409 8.88554 3.00014 16.1406 3H20.8398L20.2646 4.09766Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFeather2;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6ZACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFeather2","props","React","CentralIconBase","IconFeather2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGrass: FC<CentralIconBaseProps>;
4
+ export default IconGrass;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=i(o,e))||p.enumerable});return r};var s=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconGrass:()=>B,default:()=>H});module.exports=v(h);var C=s(require("react"));var l=s(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(m.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 f=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M6 4C13 5.55357 14.5 11.6316 14.5 18.5H15.5C15.5 13.7632 16.8571 10.4737 22 8.5C20.5474 11.6119 20.0402 15.1875 20 18.5H23V20H1V18.5H4C3.95978 15.1875 3.45255 11.6119 2 8.5C7.14286 10.4737 8.5 13.7632 8.5 18.5H9.5C9.45978 13.6969 8.5 8.66071 6 4ZM19 3C17.3804 5.91529 16.4096 8.98314 15.9141 12.043C15.6164 12.5564 15.3747 13.0935 15.1816 13.6533C14.9232 11.9192 14.483 10.2764 13.7676 8.81152C13.4643 8.19065 13.1142 7.60488 12.7119 7.06055C14.0062 5.09278 15.9961 3.64373 19 3Z",fill:"currentColor"})),H=B;0&&(module.exports={IconGrass});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGrass/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 IconGrass: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 4C13 5.55357 14.5 11.6316 14.5 18.5H15.5C15.5 13.7632 16.8571 10.4737 22 8.5C20.5474 11.6119 20.0402 15.1875 20 18.5H23V20H1V18.5H4C3.95978 15.1875 3.45255 11.6119 2 8.5C7.14286 10.4737 8.5 13.7632 8.5 18.5H9.5C9.45978 13.6969 8.5 8.66071 6 4ZM19 3C17.3804 5.91529 16.4096 8.98314 15.9141 12.043C15.6164 12.5564 15.3747 13.0935 15.1816 13.6533C14.9232 11.9192 14.483 10.2764 13.7676 8.81152C13.4643 8.19065 13.1142 7.60488 12.7119 7.06055C14.0062 5.09278 15.9961 3.64373 19 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGrass;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,keACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGrass_exports","__export","IconGrass","IconGrass_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGrass","props","React","CentralIconBase","IconGrass_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M6 4C13 5.55357 14.5 11.6316 14.5 18.5H15.5C15.5 13.7632 16.8571 10.4737 22 8.5C20.5474 11.6119 20.0402 15.1875 20 18.5H23V20H1V18.5H4C3.95978 15.1875 3.45255 11.6119 2 8.5C7.14286 10.4737 8.5 13.7632 8.5 18.5H9.5C9.45978 13.6969 8.5 8.66071 6 4ZM19 3C17.3804 5.91529 16.4096 8.98314 15.9141 12.043C15.6164 12.5564 15.3747 13.0935 15.1816 13.6533C14.9232 11.9192 14.483 10.2764 13.7676 8.81152C13.4643 8.19065 13.1142 7.60488 12.7119 7.06055C14.0062 5.09278 15.9961 3.64373 19 3Z",fill:"currentColor"})),P=s;export{s as IconGrass,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGrass/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 IconGrass: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 4C13 5.55357 14.5 11.6316 14.5 18.5H15.5C15.5 13.7632 16.8571 10.4737 22 8.5C20.5474 11.6119 20.0402 15.1875 20 18.5H23V20H1V18.5H4C3.95978 15.1875 3.45255 11.6119 2 8.5C7.14286 10.4737 8.5 13.7632 8.5 18.5H9.5C9.45978 13.6969 8.5 8.66071 6 4ZM19 3C17.3804 5.91529 16.4096 8.98314 15.9141 12.043C15.6164 12.5564 15.3747 13.0935 15.1816 13.6533C14.9232 11.9192 14.483 10.2764 13.7676 8.81152C13.4643 8.19065 13.1142 7.60488 12.7119 7.06055C14.0062 5.09278 15.9961 3.64373 19 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGrass;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,keACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGrass","props","React","CentralIconBase","IconGrass_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSquareGridMagnifyingGlass: FC<CentralIconBaseProps>;
4
+ export default IconSquareGridMagnifyingGlass;
@@ -1,2 +1,2 @@
1
- "use strict";var c=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of g(o))!I.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(p=d(o,t))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?c(B(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var H={};v(H,{IconSquareGridMaginfyingGlass:()=>u,default:()=>P});module.exports=x(H);var n=f(require("react"));var i=f(require("react")),s=require("react-native-svg"),m=({children:r,size:o=24,...e})=>i.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),u=r=>n.default.createElement(m,{...r},n.default.createElement(l.Path,{d:"M3 3H11V11H3V3Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13 3H21V11H13V3Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M3 13H11V21H3V13Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 13.0078C14.7909 13.0078 13 14.7987 13 17.0078C13 19.217 14.7909 21.0078 17 21.0078C17.8352 21.0078 18.6113 20.7513 19.2528 20.3134L21.1287 22.1893L22.1893 21.1287L20.312 19.2513C20.7459 18.6116 21 17.839 21 17.0078C21 14.7987 19.2091 13.0078 17 13.0078ZM14.5 17.0078C14.5 15.6271 15.6193 14.5078 17 14.5078C18.3807 14.5078 19.5 15.6271 19.5 17.0078C19.5 17.6969 19.2222 18.3196 18.7708 18.7726C18.3173 19.2276 17.6921 19.5078 17 19.5078C15.6193 19.5078 14.5 18.3885 14.5 17.0078Z",fill:"currentColor"})),P=u;0&&(module.exports={IconSquareGridMaginfyingGlass});
1
+ "use strict";var c=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of g(o))!I.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(p=d(o,t))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?c(B(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var H={};v(H,{IconSquareGridMagnifyingGlass:()=>u,default:()=>P});module.exports=x(H);var n=f(require("react"));var i=f(require("react")),s=require("react-native-svg"),m=({children:r,size:o=24,...e})=>i.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),u=r=>n.default.createElement(m,{...r},n.default.createElement(l.Path,{d:"M3 3H11V11H3V3Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13 3H21V11H13V3Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M3 13H11V21H3V13Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 13.0078C14.7909 13.0078 13 14.7987 13 17.0078C13 19.217 14.7909 21.0078 17 21.0078C17.8352 21.0078 18.6113 20.7513 19.2528 20.3134L21.1287 22.1893L22.1893 21.1287L20.312 19.2513C20.7459 18.6116 21 17.839 21 17.0078C21 14.7987 19.2091 13.0078 17 13.0078ZM14.5 17.0078C14.5 15.6271 15.6193 14.5078 17 14.5078C18.3807 14.5078 19.5 15.6271 19.5 17.0078C19.5 17.6969 19.2222 18.3196 18.7708 18.7726C18.3173 19.2276 17.6921 19.5078 17 19.5078C15.6193 19.5078 14.5 18.3885 14.5 17.0078Z",fill:"currentColor"})),P=u;0&&(module.exports={IconSquareGridMagnifyingGlass});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconSquareGridMaginfyingGlass/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 IconSquareGridMaginfyingGlass: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M3 3H11V11H3V3Z\" fill=\"currentColor\" />\n <Path d=\"M13 3H21V11H13V3Z\" fill=\"currentColor\" />\n <Path d=\"M3 13H11V21H3V13Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 13.0078C14.7909 13.0078 13 14.7987 13 17.0078C13 19.217 14.7909 21.0078 17 21.0078C17.8352 21.0078 18.6113 20.7513 19.2528 20.3134L21.1287 22.1893L22.1893 21.1287L20.312 19.2513C20.7459 18.6116 21 17.839 21 17.0078C21 14.7987 19.2091 13.0078 17 13.0078ZM14.5 17.0078C14.5 15.6271 15.6193 14.5078 17 14.5078C18.3807 14.5078 19.5 15.6271 19.5 17.0078C19.5 17.6969 19.2222 18.3196 18.7708 18.7726C18.3173 19.2276 17.6921 19.5078 17 19.5078C15.6193 19.5078 14.5 18.3885 14.5 17.0078Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareGridMaginfyingGlass;\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,mCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,seACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSquareGridMaginfyingGlass_exports","__export","IconSquareGridMaginfyingGlass","IconSquareGridMaginfyingGlass_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSquareGridMaginfyingGlass","props","React","CentralIconBase","IconSquareGridMaginfyingGlass_default"]}
1
+ {"version":3,"sources":["../src/IconSquareGridMagnifyingGlass/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 IconSquareGridMagnifyingGlass: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M3 3H11V11H3V3Z\" fill=\"currentColor\" />\n <Path d=\"M13 3H21V11H13V3Z\" fill=\"currentColor\" />\n <Path d=\"M3 13H11V21H3V13Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 13.0078C14.7909 13.0078 13 14.7987 13 17.0078C13 19.217 14.7909 21.0078 17 21.0078C17.8352 21.0078 18.6113 20.7513 19.2528 20.3134L21.1287 22.1893L22.1893 21.1287L20.312 19.2513C20.7459 18.6116 21 17.839 21 17.0078C21 14.7987 19.2091 13.0078 17 13.0078ZM14.5 17.0078C14.5 15.6271 15.6193 14.5078 17 14.5078C18.3807 14.5078 19.5 15.6271 19.5 17.0078C19.5 17.6969 19.2222 18.3196 18.7708 18.7726C18.3173 19.2276 17.6921 19.5078 17 19.5078C15.6193 19.5078 14.5 18.3885 14.5 17.0078Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareGridMagnifyingGlass;\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,mCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,seACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSquareGridMagnifyingGlass_exports","__export","IconSquareGridMagnifyingGlass","IconSquareGridMagnifyingGlass_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSquareGridMagnifyingGlass","props","React","CentralIconBase","IconSquareGridMagnifyingGlass_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...l})=>C.createElement(p,{...l,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 e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M3 3H11V11H3V3Z",fill:"currentColor"}),o.createElement(e,{d:"M13 3H21V11H13V3Z",fill:"currentColor"}),o.createElement(e,{d:"M3 13H11V21H3V13Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 13.0078C14.7909 13.0078 13 14.7987 13 17.0078C13 19.217 14.7909 21.0078 17 21.0078C17.8352 21.0078 18.6113 20.7513 19.2528 20.3134L21.1287 22.1893L22.1893 21.1287L20.312 19.2513C20.7459 18.6116 21 17.839 21 17.0078C21 14.7987 19.2091 13.0078 17 13.0078ZM14.5 17.0078C14.5 15.6271 15.6193 14.5078 17 14.5078C18.3807 14.5078 19.5 15.6271 19.5 17.0078C19.5 17.6969 19.2222 18.3196 18.7708 18.7726C18.3173 19.2276 17.6921 19.5078 17 19.5078C15.6193 19.5078 14.5 18.3885 14.5 17.0078Z",fill:"currentColor"})),I=a;export{a as IconSquareGridMaginfyingGlass,I as default};
1
+ import o from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...l})=>C.createElement(p,{...l,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 e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M3 3H11V11H3V3Z",fill:"currentColor"}),o.createElement(e,{d:"M13 3H21V11H13V3Z",fill:"currentColor"}),o.createElement(e,{d:"M3 13H11V21H3V13Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 13.0078C14.7909 13.0078 13 14.7987 13 17.0078C13 19.217 14.7909 21.0078 17 21.0078C17.8352 21.0078 18.6113 20.7513 19.2528 20.3134L21.1287 22.1893L22.1893 21.1287L20.312 19.2513C20.7459 18.6116 21 17.839 21 17.0078C21 14.7987 19.2091 13.0078 17 13.0078ZM14.5 17.0078C14.5 15.6271 15.6193 14.5078 17 14.5078C18.3807 14.5078 19.5 15.6271 19.5 17.0078C19.5 17.6969 19.2222 18.3196 18.7708 18.7726C18.3173 19.2276 17.6921 19.5078 17 19.5078C15.6193 19.5078 14.5 18.3885 14.5 17.0078Z",fill:"currentColor"})),I=a;export{a as IconSquareGridMagnifyingGlass,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconSquareGridMaginfyingGlass/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 IconSquareGridMaginfyingGlass: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M3 3H11V11H3V3Z\" fill=\"currentColor\" />\n <Path d=\"M13 3H21V11H13V3Z\" fill=\"currentColor\" />\n <Path d=\"M3 13H11V21H3V13Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 13.0078C14.7909 13.0078 13 14.7987 13 17.0078C13 19.217 14.7909 21.0078 17 21.0078C17.8352 21.0078 18.6113 20.7513 19.2528 20.3134L21.1287 22.1893L22.1893 21.1287L20.312 19.2513C20.7459 18.6116 21 17.839 21 17.0078C21 14.7987 19.2091 13.0078 17 13.0078ZM14.5 17.0078C14.5 15.6271 15.6193 14.5078 17 14.5078C18.3807 14.5078 19.5 15.6271 19.5 17.0078C19.5 17.6969 19.2222 18.3196 18.7708 18.7726C18.3173 19.2276 17.6921 19.5078 17 19.5078C15.6193 19.5078 14.5 18.3885 14.5 17.0078Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareGridMaginfyingGlass;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,seACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSquareGridMaginfyingGlass","props","React","CentralIconBase","IconSquareGridMaginfyingGlass_default"]}
1
+ {"version":3,"sources":["../src/IconSquareGridMagnifyingGlass/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 IconSquareGridMagnifyingGlass: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M3 3H11V11H3V3Z\" fill=\"currentColor\" />\n <Path d=\"M13 3H21V11H13V3Z\" fill=\"currentColor\" />\n <Path d=\"M3 13H11V21H3V13Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 13.0078C14.7909 13.0078 13 14.7987 13 17.0078C13 19.217 14.7909 21.0078 17 21.0078C17.8352 21.0078 18.6113 20.7513 19.2528 20.3134L21.1287 22.1893L22.1893 21.1287L20.312 19.2513C20.7459 18.6116 21 17.839 21 17.0078C21 14.7987 19.2091 13.0078 17 13.0078ZM14.5 17.0078C14.5 15.6271 15.6193 14.5078 17 14.5078C18.3807 14.5078 19.5 15.6271 19.5 17.0078C19.5 17.6969 19.2222 18.3196 18.7708 18.7726C18.3173 19.2276 17.6921 19.5078 17 19.5078C15.6193 19.5078 14.5 18.3885 14.5 17.0078Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareGridMagnifyingGlass;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,seACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSquareGridMagnifyingGlass","props","React","CentralIconBase","IconSquareGridMagnifyingGlass_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconThings: FC<CentralIconBaseProps>;
4
+ export default IconThings;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(C,o)=>{for(var r in o)n(C,r,{get:o[r],enumerable:!0})},L=(C,o,r,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(C,e)&&e!==r&&n(C,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return C};var a=(C,o,r)=>(r=C!=null?i(B(C)):{},L(o||!C||!C.__esModule?n(r,"default",{value:C,enumerable:!0}):r,C)),g=C=>L(n({},"__esModule",{value:!0}),C);var x={};V(x,{IconThings:()=>f,default:()=>v});module.exports=g(x);var t=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:C,size:o=24,...r})=>m.default.createElement(s.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),f=C=>t.default.createElement(c,{...C},t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.8607 2.25047C16.8771 2.25045 19.0796 2.12893 20.1576 4.16844C20.5557 4.92183 20.5765 5.91099 20.6186 7.88817L20.6908 11.2466C20.7128 12.2783 20.7235 12.7947 20.7123 13.31C20.7024 13.7683 20.6791 14.2272 20.643 14.6841C20.6023 15.198 20.539 15.7106 20.4135 16.7348L20.4018 16.8315C20.1884 18.5725 20.0815 19.4439 19.6732 20.1001C19.3135 20.678 18.7926 21.1386 18.1752 21.4253C17.4743 21.7505 16.5969 21.7505 14.8432 21.7505H9.15469C7.40089 21.7505 6.52358 21.7506 5.82266 21.4253C5.20526 21.1386 4.6843 20.678 4.32461 20.1001C3.91641 19.4439 3.8095 18.5724 3.5961 16.8315L3.58438 16.7348C3.45882 15.7106 3.39558 15.198 3.35489 14.6841C3.31872 14.2272 3.2955 13.7683 3.28555 13.31C3.27438 12.7947 3.28606 12.2783 3.30801 11.2466L3.3793 7.88817C3.42137 5.91099 3.44213 4.92183 3.84024 4.16844C4.91832 2.12866 7.12153 2.25047 9.13809 2.25047H14.8607ZM8.392 5.75047C7.29023 5.75047 6.73869 5.75033 6.31485 5.96336C5.9421 6.1508 5.63694 6.45052 5.44278 6.81981C5.22221 7.23965 5.21182 7.79083 5.1918 8.89207L5.09903 14.0005C5.09902 14.2324 5.09978 14.3491 5.10977 14.4487C5.1992 15.3376 5.86711 16.0596 6.74649 16.2173C6.84511 16.2349 6.96133 16.2443 7.19278 16.2622L7.83243 16.311C8.24856 16.3431 8.45708 16.3595 8.62149 16.436C8.85868 16.5465 9.04308 16.7458 9.13516 16.9907C9.19886 17.1605 9.19961 17.3703 9.19961 17.7876V17.8999C9.19961 18.4597 9.19913 18.7407 9.30801 18.9546C9.40387 19.1426 9.55751 19.2953 9.74551 19.3911C9.95939 19.5 10.2394 19.5005 10.7992 19.5005H13.1996C13.7594 19.5005 14.0395 19.5001 14.2533 19.3911C14.4412 19.2953 14.594 19.1425 14.6898 18.9546C14.7988 18.7407 14.7992 18.4598 14.7992 17.8999V17.8452C14.7992 17.3404 14.799 17.0874 14.893 16.8862C14.9759 16.7089 15.1099 16.5598 15.2768 16.4575C15.4662 16.3414 15.7172 16.3122 16.2191 16.2554L16.9496 16.1733C16.9726 16.1725 16.9847 16.1718 16.9945 16.1714C18.0531 16.121 18.8881 15.2536 18.8988 14.1938C18.8989 14.184 18.8998 14.1718 18.8998 14.1489V14.0005L18.809 8.89305C18.7894 7.79131 18.7796 7.23984 18.559 6.81981C18.3649 6.45043 18.0597 6.15087 17.6869 5.96336C17.263 5.75026 16.7109 5.75047 15.6088 5.75047H8.392ZM14.8725 8.05516C15.0628 8.04081 15.3006 8.04244 15.5092 8.2241C15.6488 8.34599 15.7538 8.5331 15.7641 8.73289V8.80907C15.7593 8.88457 15.7407 8.95944 15.7094 9.02879C15.6779 9.0984 15.6208 9.18216 15.5629 9.26121C15.5022 9.344 15.4293 9.43593 15.3559 9.52586C15.1992 9.7177 15.0616 9.87649 14.976 9.98289H14.975C14.2733 10.8482 13.6082 11.743 12.9809 12.6636L12.9799 12.6645C12.7877 12.9447 12.6025 13.2359 12.4145 13.5268L12.4135 13.5259C12.3112 13.6909 12.1685 13.9608 11.9867 14.1538C11.8917 14.2546 11.7755 14.3479 11.6332 14.4018C11.4871 14.4572 11.3244 14.4665 11.1498 14.4175C10.951 14.3614 10.7616 14.2158 10.6088 14.0786L10.1967 13.6743L9.25235 12.7651V12.7641C9.04276 12.5656 8.74103 12.3131 8.55899 12.0259C8.47803 11.898 8.45102 11.7313 8.46133 11.5854C8.47161 11.4413 8.52246 11.27 8.64883 11.1548C8.81744 11.0012 8.99752 10.9207 9.18496 10.9106C9.36866 10.9009 9.53648 10.9602 9.68106 11.0415C9.82488 11.1225 9.95774 11.2321 10.0746 11.3384C10.1333 11.3917 10.1904 11.4463 10.2436 11.4975C10.2976 11.5495 10.3481 11.5981 10.3959 11.6421L11.1957 12.3764C11.398 12.0717 11.6405 11.7436 11.8471 11.4595C12.4493 10.6295 13.0843 9.823 13.7494 9.04246L14.1098 8.62157C14.2381 8.47662 14.3731 8.33288 14.5092 8.21141C14.6186 8.11382 14.7508 8.07802 14.8471 8.05809L14.8588 8.05614L14.8725 8.05516ZM10.3354 13.5307C10.4506 13.6426 10.5923 13.7943 10.7426 13.9292C10.5922 13.7942 10.4506 13.6416 10.3354 13.5298L9.39102 12.6206L10.3354 13.5307ZM12.2455 13.4175C12.2232 13.4534 12.2005 13.4915 12.1772 13.5307C12.2004 13.4917 12.2233 13.4541 12.2455 13.4184L12.8148 12.5513V12.5503C12.6205 12.8336 12.4328 13.1276 12.2455 13.4175ZM8.70059 11.4223C8.69991 11.424 8.69929 11.4256 8.69864 11.4272C8.70831 11.4034 8.72047 11.3813 8.73379 11.3608L8.70059 11.4223Z",fill:"currentColor"}),t.default.createElement(p.Path,{opacity:"0.4",d:"M14.8555 17C14.8033 17.1858 14.8027 17.4306 14.8027 17.8457V17.9004C14.8027 18.4598 14.8021 18.7403 14.6934 18.9541C14.5976 19.1419 14.4446 19.2948 14.2568 19.3906C14.043 19.4995 13.7626 19.5 13.2031 19.5H10.8027C10.243 19.5 9.96288 19.4995 9.74902 19.3906C9.56103 19.2947 9.40734 19.1421 9.31152 18.9541C9.20277 18.7403 9.20312 18.4598 9.20312 17.9004V17.7871C9.20312 17.3766 9.20133 17.1683 9.14062 17H14.8555Z",fill:"currentColor"})),v=f;0&&(module.exports={IconThings});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconThings/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 IconThings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.8607 2.25047C16.8771 2.25045 19.0796 2.12893 20.1576 4.16844C20.5557 4.92183 20.5765 5.91099 20.6186 7.88817L20.6908 11.2466C20.7128 12.2783 20.7235 12.7947 20.7123 13.31C20.7024 13.7683 20.6791 14.2272 20.643 14.6841C20.6023 15.198 20.539 15.7106 20.4135 16.7348L20.4018 16.8315C20.1884 18.5725 20.0815 19.4439 19.6732 20.1001C19.3135 20.678 18.7926 21.1386 18.1752 21.4253C17.4743 21.7505 16.5969 21.7505 14.8432 21.7505H9.15469C7.40089 21.7505 6.52358 21.7506 5.82266 21.4253C5.20526 21.1386 4.6843 20.678 4.32461 20.1001C3.91641 19.4439 3.8095 18.5724 3.5961 16.8315L3.58438 16.7348C3.45882 15.7106 3.39558 15.198 3.35489 14.6841C3.31872 14.2272 3.2955 13.7683 3.28555 13.31C3.27438 12.7947 3.28606 12.2783 3.30801 11.2466L3.3793 7.88817C3.42137 5.91099 3.44213 4.92183 3.84024 4.16844C4.91832 2.12866 7.12153 2.25047 9.13809 2.25047H14.8607ZM8.392 5.75047C7.29023 5.75047 6.73869 5.75033 6.31485 5.96336C5.9421 6.1508 5.63694 6.45052 5.44278 6.81981C5.22221 7.23965 5.21182 7.79083 5.1918 8.89207L5.09903 14.0005C5.09902 14.2324 5.09978 14.3491 5.10977 14.4487C5.1992 15.3376 5.86711 16.0596 6.74649 16.2173C6.84511 16.2349 6.96133 16.2443 7.19278 16.2622L7.83243 16.311C8.24856 16.3431 8.45708 16.3595 8.62149 16.436C8.85868 16.5465 9.04308 16.7458 9.13516 16.9907C9.19886 17.1605 9.19961 17.3703 9.19961 17.7876V17.8999C9.19961 18.4597 9.19913 18.7407 9.30801 18.9546C9.40387 19.1426 9.55751 19.2953 9.74551 19.3911C9.95939 19.5 10.2394 19.5005 10.7992 19.5005H13.1996C13.7594 19.5005 14.0395 19.5001 14.2533 19.3911C14.4412 19.2953 14.594 19.1425 14.6898 18.9546C14.7988 18.7407 14.7992 18.4598 14.7992 17.8999V17.8452C14.7992 17.3404 14.799 17.0874 14.893 16.8862C14.9759 16.7089 15.1099 16.5598 15.2768 16.4575C15.4662 16.3414 15.7172 16.3122 16.2191 16.2554L16.9496 16.1733C16.9726 16.1725 16.9847 16.1718 16.9945 16.1714C18.0531 16.121 18.8881 15.2536 18.8988 14.1938C18.8989 14.184 18.8998 14.1718 18.8998 14.1489V14.0005L18.809 8.89305C18.7894 7.79131 18.7796 7.23984 18.559 6.81981C18.3649 6.45043 18.0597 6.15087 17.6869 5.96336C17.263 5.75026 16.7109 5.75047 15.6088 5.75047H8.392ZM14.8725 8.05516C15.0628 8.04081 15.3006 8.04244 15.5092 8.2241C15.6488 8.34599 15.7538 8.5331 15.7641 8.73289V8.80907C15.7593 8.88457 15.7407 8.95944 15.7094 9.02879C15.6779 9.0984 15.6208 9.18216 15.5629 9.26121C15.5022 9.344 15.4293 9.43593 15.3559 9.52586C15.1992 9.7177 15.0616 9.87649 14.976 9.98289H14.975C14.2733 10.8482 13.6082 11.743 12.9809 12.6636L12.9799 12.6645C12.7877 12.9447 12.6025 13.2359 12.4145 13.5268L12.4135 13.5259C12.3112 13.6909 12.1685 13.9608 11.9867 14.1538C11.8917 14.2546 11.7755 14.3479 11.6332 14.4018C11.4871 14.4572 11.3244 14.4665 11.1498 14.4175C10.951 14.3614 10.7616 14.2158 10.6088 14.0786L10.1967 13.6743L9.25235 12.7651V12.7641C9.04276 12.5656 8.74103 12.3131 8.55899 12.0259C8.47803 11.898 8.45102 11.7313 8.46133 11.5854C8.47161 11.4413 8.52246 11.27 8.64883 11.1548C8.81744 11.0012 8.99752 10.9207 9.18496 10.9106C9.36866 10.9009 9.53648 10.9602 9.68106 11.0415C9.82488 11.1225 9.95774 11.2321 10.0746 11.3384C10.1333 11.3917 10.1904 11.4463 10.2436 11.4975C10.2976 11.5495 10.3481 11.5981 10.3959 11.6421L11.1957 12.3764C11.398 12.0717 11.6405 11.7436 11.8471 11.4595C12.4493 10.6295 13.0843 9.823 13.7494 9.04246L14.1098 8.62157C14.2381 8.47662 14.3731 8.33288 14.5092 8.21141C14.6186 8.11382 14.7508 8.07802 14.8471 8.05809L14.8588 8.05614L14.8725 8.05516ZM10.3354 13.5307C10.4506 13.6426 10.5923 13.7943 10.7426 13.9292C10.5922 13.7942 10.4506 13.6416 10.3354 13.5298L9.39102 12.6206L10.3354 13.5307ZM12.2455 13.4175C12.2232 13.4534 12.2005 13.4915 12.1772 13.5307C12.2004 13.4917 12.2233 13.4541 12.2455 13.4184L12.8148 12.5513V12.5503C12.6205 12.8336 12.4328 13.1276 12.2455 13.4175ZM8.70059 11.4223C8.69991 11.424 8.69929 11.4256 8.69864 11.4272C8.70831 11.4034 8.72047 11.3813 8.73379 11.3608L8.70059 11.4223Z\"\n fill=\"currentColor\"\n />\n <Path\n opacity=\"0.4\"\n d=\"M14.8555 17C14.8033 17.1858 14.8027 17.4306 14.8027 17.8457V17.9004C14.8027 18.4598 14.8021 18.7403 14.6934 18.9541C14.5976 19.1419 14.4446 19.2948 14.2568 19.3906C14.043 19.4995 13.7626 19.5 13.2031 19.5H10.8027C10.243 19.5 9.96288 19.4995 9.74902 19.3906C9.56103 19.2947 9.40734 19.1421 9.31152 18.9541C9.20277 18.7403 9.20312 18.4598 9.20312 17.9004V17.7871C9.20312 17.3766 9.20133 17.1683 9.14062 17H14.8555Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconThings;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4xHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,QAAQ,MACR,EAAE,+ZACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconThings_exports","__export","IconThings","IconThings_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconThings","props","React","CentralIconBase","IconThings_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,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"},o);import{Path as n}from"react-native-svg";var L=o=>r.createElement(e,{...o},r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.8607 2.25047C16.8771 2.25045 19.0796 2.12893 20.1576 4.16844C20.5557 4.92183 20.5765 5.91099 20.6186 7.88817L20.6908 11.2466C20.7128 12.2783 20.7235 12.7947 20.7123 13.31C20.7024 13.7683 20.6791 14.2272 20.643 14.6841C20.6023 15.198 20.539 15.7106 20.4135 16.7348L20.4018 16.8315C20.1884 18.5725 20.0815 19.4439 19.6732 20.1001C19.3135 20.678 18.7926 21.1386 18.1752 21.4253C17.4743 21.7505 16.5969 21.7505 14.8432 21.7505H9.15469C7.40089 21.7505 6.52358 21.7506 5.82266 21.4253C5.20526 21.1386 4.6843 20.678 4.32461 20.1001C3.91641 19.4439 3.8095 18.5724 3.5961 16.8315L3.58438 16.7348C3.45882 15.7106 3.39558 15.198 3.35489 14.6841C3.31872 14.2272 3.2955 13.7683 3.28555 13.31C3.27438 12.7947 3.28606 12.2783 3.30801 11.2466L3.3793 7.88817C3.42137 5.91099 3.44213 4.92183 3.84024 4.16844C4.91832 2.12866 7.12153 2.25047 9.13809 2.25047H14.8607ZM8.392 5.75047C7.29023 5.75047 6.73869 5.75033 6.31485 5.96336C5.9421 6.1508 5.63694 6.45052 5.44278 6.81981C5.22221 7.23965 5.21182 7.79083 5.1918 8.89207L5.09903 14.0005C5.09902 14.2324 5.09978 14.3491 5.10977 14.4487C5.1992 15.3376 5.86711 16.0596 6.74649 16.2173C6.84511 16.2349 6.96133 16.2443 7.19278 16.2622L7.83243 16.311C8.24856 16.3431 8.45708 16.3595 8.62149 16.436C8.85868 16.5465 9.04308 16.7458 9.13516 16.9907C9.19886 17.1605 9.19961 17.3703 9.19961 17.7876V17.8999C9.19961 18.4597 9.19913 18.7407 9.30801 18.9546C9.40387 19.1426 9.55751 19.2953 9.74551 19.3911C9.95939 19.5 10.2394 19.5005 10.7992 19.5005H13.1996C13.7594 19.5005 14.0395 19.5001 14.2533 19.3911C14.4412 19.2953 14.594 19.1425 14.6898 18.9546C14.7988 18.7407 14.7992 18.4598 14.7992 17.8999V17.8452C14.7992 17.3404 14.799 17.0874 14.893 16.8862C14.9759 16.7089 15.1099 16.5598 15.2768 16.4575C15.4662 16.3414 15.7172 16.3122 16.2191 16.2554L16.9496 16.1733C16.9726 16.1725 16.9847 16.1718 16.9945 16.1714C18.0531 16.121 18.8881 15.2536 18.8988 14.1938C18.8989 14.184 18.8998 14.1718 18.8998 14.1489V14.0005L18.809 8.89305C18.7894 7.79131 18.7796 7.23984 18.559 6.81981C18.3649 6.45043 18.0597 6.15087 17.6869 5.96336C17.263 5.75026 16.7109 5.75047 15.6088 5.75047H8.392ZM14.8725 8.05516C15.0628 8.04081 15.3006 8.04244 15.5092 8.2241C15.6488 8.34599 15.7538 8.5331 15.7641 8.73289V8.80907C15.7593 8.88457 15.7407 8.95944 15.7094 9.02879C15.6779 9.0984 15.6208 9.18216 15.5629 9.26121C15.5022 9.344 15.4293 9.43593 15.3559 9.52586C15.1992 9.7177 15.0616 9.87649 14.976 9.98289H14.975C14.2733 10.8482 13.6082 11.743 12.9809 12.6636L12.9799 12.6645C12.7877 12.9447 12.6025 13.2359 12.4145 13.5268L12.4135 13.5259C12.3112 13.6909 12.1685 13.9608 11.9867 14.1538C11.8917 14.2546 11.7755 14.3479 11.6332 14.4018C11.4871 14.4572 11.3244 14.4665 11.1498 14.4175C10.951 14.3614 10.7616 14.2158 10.6088 14.0786L10.1967 13.6743L9.25235 12.7651V12.7641C9.04276 12.5656 8.74103 12.3131 8.55899 12.0259C8.47803 11.898 8.45102 11.7313 8.46133 11.5854C8.47161 11.4413 8.52246 11.27 8.64883 11.1548C8.81744 11.0012 8.99752 10.9207 9.18496 10.9106C9.36866 10.9009 9.53648 10.9602 9.68106 11.0415C9.82488 11.1225 9.95774 11.2321 10.0746 11.3384C10.1333 11.3917 10.1904 11.4463 10.2436 11.4975C10.2976 11.5495 10.3481 11.5981 10.3959 11.6421L11.1957 12.3764C11.398 12.0717 11.6405 11.7436 11.8471 11.4595C12.4493 10.6295 13.0843 9.823 13.7494 9.04246L14.1098 8.62157C14.2381 8.47662 14.3731 8.33288 14.5092 8.21141C14.6186 8.11382 14.7508 8.07802 14.8471 8.05809L14.8588 8.05614L14.8725 8.05516ZM10.3354 13.5307C10.4506 13.6426 10.5923 13.7943 10.7426 13.9292C10.5922 13.7942 10.4506 13.6416 10.3354 13.5298L9.39102 12.6206L10.3354 13.5307ZM12.2455 13.4175C12.2232 13.4534 12.2005 13.4915 12.1772 13.5307C12.2004 13.4917 12.2233 13.4541 12.2455 13.4184L12.8148 12.5513V12.5503C12.6205 12.8336 12.4328 13.1276 12.2455 13.4175ZM8.70059 11.4223C8.69991 11.424 8.69929 11.4256 8.69864 11.4272C8.70831 11.4034 8.72047 11.3813 8.73379 11.3608L8.70059 11.4223Z",fill:"currentColor"}),r.createElement(n,{opacity:"0.4",d:"M14.8555 17C14.8033 17.1858 14.8027 17.4306 14.8027 17.8457V17.9004C14.8027 18.4598 14.8021 18.7403 14.6934 18.9541C14.5976 19.1419 14.4446 19.2948 14.2568 19.3906C14.043 19.4995 13.7626 19.5 13.2031 19.5H10.8027C10.243 19.5 9.96288 19.4995 9.74902 19.3906C9.56103 19.2947 9.40734 19.1421 9.31152 18.9541C9.20277 18.7403 9.20312 18.4598 9.20312 17.9004V17.7871C9.20312 17.3766 9.20133 17.1683 9.14062 17H14.8555Z",fill:"currentColor"})),I=L;export{L as IconThings,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconThings/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 IconThings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.8607 2.25047C16.8771 2.25045 19.0796 2.12893 20.1576 4.16844C20.5557 4.92183 20.5765 5.91099 20.6186 7.88817L20.6908 11.2466C20.7128 12.2783 20.7235 12.7947 20.7123 13.31C20.7024 13.7683 20.6791 14.2272 20.643 14.6841C20.6023 15.198 20.539 15.7106 20.4135 16.7348L20.4018 16.8315C20.1884 18.5725 20.0815 19.4439 19.6732 20.1001C19.3135 20.678 18.7926 21.1386 18.1752 21.4253C17.4743 21.7505 16.5969 21.7505 14.8432 21.7505H9.15469C7.40089 21.7505 6.52358 21.7506 5.82266 21.4253C5.20526 21.1386 4.6843 20.678 4.32461 20.1001C3.91641 19.4439 3.8095 18.5724 3.5961 16.8315L3.58438 16.7348C3.45882 15.7106 3.39558 15.198 3.35489 14.6841C3.31872 14.2272 3.2955 13.7683 3.28555 13.31C3.27438 12.7947 3.28606 12.2783 3.30801 11.2466L3.3793 7.88817C3.42137 5.91099 3.44213 4.92183 3.84024 4.16844C4.91832 2.12866 7.12153 2.25047 9.13809 2.25047H14.8607ZM8.392 5.75047C7.29023 5.75047 6.73869 5.75033 6.31485 5.96336C5.9421 6.1508 5.63694 6.45052 5.44278 6.81981C5.22221 7.23965 5.21182 7.79083 5.1918 8.89207L5.09903 14.0005C5.09902 14.2324 5.09978 14.3491 5.10977 14.4487C5.1992 15.3376 5.86711 16.0596 6.74649 16.2173C6.84511 16.2349 6.96133 16.2443 7.19278 16.2622L7.83243 16.311C8.24856 16.3431 8.45708 16.3595 8.62149 16.436C8.85868 16.5465 9.04308 16.7458 9.13516 16.9907C9.19886 17.1605 9.19961 17.3703 9.19961 17.7876V17.8999C9.19961 18.4597 9.19913 18.7407 9.30801 18.9546C9.40387 19.1426 9.55751 19.2953 9.74551 19.3911C9.95939 19.5 10.2394 19.5005 10.7992 19.5005H13.1996C13.7594 19.5005 14.0395 19.5001 14.2533 19.3911C14.4412 19.2953 14.594 19.1425 14.6898 18.9546C14.7988 18.7407 14.7992 18.4598 14.7992 17.8999V17.8452C14.7992 17.3404 14.799 17.0874 14.893 16.8862C14.9759 16.7089 15.1099 16.5598 15.2768 16.4575C15.4662 16.3414 15.7172 16.3122 16.2191 16.2554L16.9496 16.1733C16.9726 16.1725 16.9847 16.1718 16.9945 16.1714C18.0531 16.121 18.8881 15.2536 18.8988 14.1938C18.8989 14.184 18.8998 14.1718 18.8998 14.1489V14.0005L18.809 8.89305C18.7894 7.79131 18.7796 7.23984 18.559 6.81981C18.3649 6.45043 18.0597 6.15087 17.6869 5.96336C17.263 5.75026 16.7109 5.75047 15.6088 5.75047H8.392ZM14.8725 8.05516C15.0628 8.04081 15.3006 8.04244 15.5092 8.2241C15.6488 8.34599 15.7538 8.5331 15.7641 8.73289V8.80907C15.7593 8.88457 15.7407 8.95944 15.7094 9.02879C15.6779 9.0984 15.6208 9.18216 15.5629 9.26121C15.5022 9.344 15.4293 9.43593 15.3559 9.52586C15.1992 9.7177 15.0616 9.87649 14.976 9.98289H14.975C14.2733 10.8482 13.6082 11.743 12.9809 12.6636L12.9799 12.6645C12.7877 12.9447 12.6025 13.2359 12.4145 13.5268L12.4135 13.5259C12.3112 13.6909 12.1685 13.9608 11.9867 14.1538C11.8917 14.2546 11.7755 14.3479 11.6332 14.4018C11.4871 14.4572 11.3244 14.4665 11.1498 14.4175C10.951 14.3614 10.7616 14.2158 10.6088 14.0786L10.1967 13.6743L9.25235 12.7651V12.7641C9.04276 12.5656 8.74103 12.3131 8.55899 12.0259C8.47803 11.898 8.45102 11.7313 8.46133 11.5854C8.47161 11.4413 8.52246 11.27 8.64883 11.1548C8.81744 11.0012 8.99752 10.9207 9.18496 10.9106C9.36866 10.9009 9.53648 10.9602 9.68106 11.0415C9.82488 11.1225 9.95774 11.2321 10.0746 11.3384C10.1333 11.3917 10.1904 11.4463 10.2436 11.4975C10.2976 11.5495 10.3481 11.5981 10.3959 11.6421L11.1957 12.3764C11.398 12.0717 11.6405 11.7436 11.8471 11.4595C12.4493 10.6295 13.0843 9.823 13.7494 9.04246L14.1098 8.62157C14.2381 8.47662 14.3731 8.33288 14.5092 8.21141C14.6186 8.11382 14.7508 8.07802 14.8471 8.05809L14.8588 8.05614L14.8725 8.05516ZM10.3354 13.5307C10.4506 13.6426 10.5923 13.7943 10.7426 13.9292C10.5922 13.7942 10.4506 13.6416 10.3354 13.5298L9.39102 12.6206L10.3354 13.5307ZM12.2455 13.4175C12.2232 13.4534 12.2005 13.4915 12.1772 13.5307C12.2004 13.4917 12.2233 13.4541 12.2455 13.4184L12.8148 12.5513V12.5503C12.6205 12.8336 12.4328 13.1276 12.2455 13.4175ZM8.70059 11.4223C8.69991 11.424 8.69929 11.4256 8.69864 11.4272C8.70831 11.4034 8.72047 11.3813 8.73379 11.3608L8.70059 11.4223Z\"\n fill=\"currentColor\"\n />\n <Path\n opacity=\"0.4\"\n d=\"M14.8555 17C14.8033 17.1858 14.8027 17.4306 14.8027 17.8457V17.9004C14.8027 18.4598 14.8021 18.7403 14.6934 18.9541C14.5976 19.1419 14.4446 19.2948 14.2568 19.3906C14.043 19.4995 13.7626 19.5 13.2031 19.5H10.8027C10.243 19.5 9.96288 19.4995 9.74902 19.3906C9.56103 19.2947 9.40734 19.1421 9.31152 18.9541C9.20277 18.7403 9.20312 18.4598 9.20312 17.9004V17.7871C9.20312 17.3766 9.20133 17.1683 9.14062 17H14.8555Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconThings;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4xHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,QAAQ,MACR,EAAE,+ZACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconThings","props","React","CentralIconBase","IconThings_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconWreathSimple: FC<CentralIconBaseProps>;
4
+ export default IconWreathSimple;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var L=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,C)=>{for(var o in C)L(r,o,{get:C[o],enumerable:!0})},p=(r,C,o,l)=>{if(C&&typeof C=="object"||typeof C=="function")for(let e of B(C))!d.call(r,e)&&e!==o&&L(r,e,{get:()=>C[e],enumerable:!(l=c(C,e))||l.enumerable});return r};var f=(r,C,o)=>(o=r!=null?u(I(r)):{},p(C||!r||!r.__esModule?L(o,"default",{value:r,enumerable:!0}):o,r)),P=r=>p(L({},"__esModule",{value:!0}),r);var h={};x(h,{IconWreathSimple:()=>s,default:()=>g});module.exports=P(h);var n=f(require("react"));var m=f(require("react")),a=require("react-native-svg"),i=({children:r,size:C=24,...o})=>m.default.createElement(a.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),s=r=>n.default.createElement(i,{...r},n.default.createElement(t.Path,{d:"M18.0371 13.5996C19.0377 13.0219 20.2711 13.1129 21.585 13.5938L22.1738 13.8096L22.0664 14.4268C21.8259 15.805 21.2877 16.9194 20.2871 17.4971C19.4052 18.0062 18.3425 17.9951 17.2031 17.6562C16.2566 18.5584 15.1703 19.07 14.1182 19.4531C14.816 19.8303 15.4861 20.3225 16.0703 21.0156L16.5537 21.5898L15.4072 22.5557L14.9238 21.9824C14.1401 21.0524 13.1521 20.579 11.9971 20.1689C10.842 20.579 9.85405 21.0524 9.07031 21.9824L8.58691 22.5557L7.44043 21.5898L7.92383 21.0156C8.50781 20.3228 9.17746 19.8303 9.875 19.4531C8.82328 19.0701 7.73721 18.5589 6.79102 17.6572C5.65167 17.9961 4.58898 18.0072 3.70703 17.498C2.70639 16.9203 2.16821 15.806 1.92773 14.4277L1.82031 13.8105L2.40918 13.5947C3.72302 13.1139 4.95641 13.0229 5.95703 13.6006C6.9009 14.1455 7.4322 15.1675 7.69141 16.4385C8.60119 17.372 9.7085 17.8235 10.9639 18.2441L11.9971 18.582C12.1514 18.5309 12.3043 18.4816 12.4551 18.4326C13.9474 17.9473 15.2547 17.512 16.3008 16.4395C16.5598 15.1675 17.0927 14.1449 18.0371 13.5996Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M2.99121 7.43164C4.38452 7.30729 5.60006 7.53863 6.41699 8.35547C7.23359 9.17246 7.46521 10.388 7.34082 11.7812L7.28516 12.4062L6.66016 12.4619C5.26693 12.5863 4.05136 12.3547 3.23438 11.5381C2.41754 10.7212 2.1862 9.50562 2.31055 8.1123L2.36719 7.48828L2.99121 7.43164Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M17.5723 8.35547C18.3383 7.58947 19.4544 7.3389 20.7393 7.41309L20.998 7.43164L21.623 7.48828L21.6787 8.1123C21.8031 9.50566 21.5718 10.7212 20.7549 11.5381C19.9379 12.3549 18.7225 12.5863 17.3291 12.4619L16.7051 12.4062L16.6484 11.7812C16.524 10.3879 16.7555 9.17245 17.5723 8.35547Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M6.6748 2.51074C8.05309 2.75122 9.1674 3.2894 9.74512 4.29004C10.3227 5.29062 10.2318 6.52413 9.75098 7.83789L9.53516 8.42676L8.91699 8.31934C7.53884 8.07883 6.42534 7.54061 5.84766 6.54004C5.26996 5.53941 5.36093 4.30603 5.8418 2.99219L6.05762 2.40332L6.6748 2.51074Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M18.1514 2.99219C18.6321 4.3058 18.723 5.53953 18.1455 6.54004C17.5679 7.54056 16.4533 8.07882 15.0752 8.31934L14.458 8.42676L14.2422 7.83789C13.7613 6.52405 13.6703 5.29066 14.248 4.29004C14.8258 3.2896 15.9393 2.75123 17.3174 2.51074L17.9355 2.40332L18.1514 2.99219Z",fill:"currentColor"})),g=s;0&&(module.exports={IconWreathSimple});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconWreathSimple/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 IconWreathSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.0371 13.5996C19.0377 13.0219 20.2711 13.1129 21.585 13.5938L22.1738 13.8096L22.0664 14.4268C21.8259 15.805 21.2877 16.9194 20.2871 17.4971C19.4052 18.0062 18.3425 17.9951 17.2031 17.6562C16.2566 18.5584 15.1703 19.07 14.1182 19.4531C14.816 19.8303 15.4861 20.3225 16.0703 21.0156L16.5537 21.5898L15.4072 22.5557L14.9238 21.9824C14.1401 21.0524 13.1521 20.579 11.9971 20.1689C10.842 20.579 9.85405 21.0524 9.07031 21.9824L8.58691 22.5557L7.44043 21.5898L7.92383 21.0156C8.50781 20.3228 9.17746 19.8303 9.875 19.4531C8.82328 19.0701 7.73721 18.5589 6.79102 17.6572C5.65167 17.9961 4.58898 18.0072 3.70703 17.498C2.70639 16.9203 2.16821 15.806 1.92773 14.4277L1.82031 13.8105L2.40918 13.5947C3.72302 13.1139 4.95641 13.0229 5.95703 13.6006C6.9009 14.1455 7.4322 15.1675 7.69141 16.4385C8.60119 17.372 9.7085 17.8235 10.9639 18.2441L11.9971 18.582C12.1514 18.5309 12.3043 18.4816 12.4551 18.4326C13.9474 17.9473 15.2547 17.512 16.3008 16.4395C16.5598 15.1675 17.0927 14.1449 18.0371 13.5996Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.99121 7.43164C4.38452 7.30729 5.60006 7.53863 6.41699 8.35547C7.23359 9.17246 7.46521 10.388 7.34082 11.7812L7.28516 12.4062L6.66016 12.4619C5.26693 12.5863 4.05136 12.3547 3.23438 11.5381C2.41754 10.7212 2.1862 9.50562 2.31055 8.1123L2.36719 7.48828L2.99121 7.43164Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5723 8.35547C18.3383 7.58947 19.4544 7.3389 20.7393 7.41309L20.998 7.43164L21.623 7.48828L21.6787 8.1123C21.8031 9.50566 21.5718 10.7212 20.7549 11.5381C19.9379 12.3549 18.7225 12.5863 17.3291 12.4619L16.7051 12.4062L16.6484 11.7812C16.524 10.3879 16.7555 9.17245 17.5723 8.35547Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.6748 2.51074C8.05309 2.75122 9.1674 3.2894 9.74512 4.29004C10.3227 5.29062 10.2318 6.52413 9.75098 7.83789L9.53516 8.42676L8.91699 8.31934C7.53884 8.07883 6.42534 7.54061 5.84766 6.54004C5.26996 5.53941 5.36093 4.30603 5.8418 2.99219L6.05762 2.40332L6.6748 2.51074Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1514 2.99219C18.6321 4.3058 18.723 5.53953 18.1455 6.54004C17.5679 7.54056 16.4533 8.07882 15.0752 8.31934L14.458 8.42676L14.2422 7.83789C13.7613 6.52405 13.6703 5.29066 14.248 4.29004C14.8258 3.2896 15.9393 2.75123 17.3174 2.51074L17.9355 2.40332L18.1514 2.99219Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWreathSimple;\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,k+BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWreathSimple_exports","__export","IconWreathSimple","IconWreathSimple_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWreathSimple","props","React","CentralIconBase","IconWreathSimple_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import L from"react";import{Svg as l}from"react-native-svg";var t=({children:n,size:r=24,...e})=>L.createElement(l,{...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 o}from"react-native-svg";var p=n=>C.createElement(t,{...n},C.createElement(o,{d:"M18.0371 13.5996C19.0377 13.0219 20.2711 13.1129 21.585 13.5938L22.1738 13.8096L22.0664 14.4268C21.8259 15.805 21.2877 16.9194 20.2871 17.4971C19.4052 18.0062 18.3425 17.9951 17.2031 17.6562C16.2566 18.5584 15.1703 19.07 14.1182 19.4531C14.816 19.8303 15.4861 20.3225 16.0703 21.0156L16.5537 21.5898L15.4072 22.5557L14.9238 21.9824C14.1401 21.0524 13.1521 20.579 11.9971 20.1689C10.842 20.579 9.85405 21.0524 9.07031 21.9824L8.58691 22.5557L7.44043 21.5898L7.92383 21.0156C8.50781 20.3228 9.17746 19.8303 9.875 19.4531C8.82328 19.0701 7.73721 18.5589 6.79102 17.6572C5.65167 17.9961 4.58898 18.0072 3.70703 17.498C2.70639 16.9203 2.16821 15.806 1.92773 14.4277L1.82031 13.8105L2.40918 13.5947C3.72302 13.1139 4.95641 13.0229 5.95703 13.6006C6.9009 14.1455 7.4322 15.1675 7.69141 16.4385C8.60119 17.372 9.7085 17.8235 10.9639 18.2441L11.9971 18.582C12.1514 18.5309 12.3043 18.4816 12.4551 18.4326C13.9474 17.9473 15.2547 17.512 16.3008 16.4395C16.5598 15.1675 17.0927 14.1449 18.0371 13.5996Z",fill:"currentColor"}),C.createElement(o,{d:"M2.99121 7.43164C4.38452 7.30729 5.60006 7.53863 6.41699 8.35547C7.23359 9.17246 7.46521 10.388 7.34082 11.7812L7.28516 12.4062L6.66016 12.4619C5.26693 12.5863 4.05136 12.3547 3.23438 11.5381C2.41754 10.7212 2.1862 9.50562 2.31055 8.1123L2.36719 7.48828L2.99121 7.43164Z",fill:"currentColor"}),C.createElement(o,{d:"M17.5723 8.35547C18.3383 7.58947 19.4544 7.3389 20.7393 7.41309L20.998 7.43164L21.623 7.48828L21.6787 8.1123C21.8031 9.50566 21.5718 10.7212 20.7549 11.5381C19.9379 12.3549 18.7225 12.5863 17.3291 12.4619L16.7051 12.4062L16.6484 11.7812C16.524 10.3879 16.7555 9.17245 17.5723 8.35547Z",fill:"currentColor"}),C.createElement(o,{d:"M6.6748 2.51074C8.05309 2.75122 9.1674 3.2894 9.74512 4.29004C10.3227 5.29062 10.2318 6.52413 9.75098 7.83789L9.53516 8.42676L8.91699 8.31934C7.53884 8.07883 6.42534 7.54061 5.84766 6.54004C5.26996 5.53941 5.36093 4.30603 5.8418 2.99219L6.05762 2.40332L6.6748 2.51074Z",fill:"currentColor"}),C.createElement(o,{d:"M18.1514 2.99219C18.6321 4.3058 18.723 5.53953 18.1455 6.54004C17.5679 7.54056 16.4533 8.07882 15.0752 8.31934L14.458 8.42676L14.2422 7.83789C13.7613 6.52405 13.6703 5.29066 14.248 4.29004C14.8258 3.2896 15.9393 2.75123 17.3174 2.51074L17.9355 2.40332L18.1514 2.99219Z",fill:"currentColor"})),d=p;export{p as IconWreathSimple,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconWreathSimple/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 IconWreathSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.0371 13.5996C19.0377 13.0219 20.2711 13.1129 21.585 13.5938L22.1738 13.8096L22.0664 14.4268C21.8259 15.805 21.2877 16.9194 20.2871 17.4971C19.4052 18.0062 18.3425 17.9951 17.2031 17.6562C16.2566 18.5584 15.1703 19.07 14.1182 19.4531C14.816 19.8303 15.4861 20.3225 16.0703 21.0156L16.5537 21.5898L15.4072 22.5557L14.9238 21.9824C14.1401 21.0524 13.1521 20.579 11.9971 20.1689C10.842 20.579 9.85405 21.0524 9.07031 21.9824L8.58691 22.5557L7.44043 21.5898L7.92383 21.0156C8.50781 20.3228 9.17746 19.8303 9.875 19.4531C8.82328 19.0701 7.73721 18.5589 6.79102 17.6572C5.65167 17.9961 4.58898 18.0072 3.70703 17.498C2.70639 16.9203 2.16821 15.806 1.92773 14.4277L1.82031 13.8105L2.40918 13.5947C3.72302 13.1139 4.95641 13.0229 5.95703 13.6006C6.9009 14.1455 7.4322 15.1675 7.69141 16.4385C8.60119 17.372 9.7085 17.8235 10.9639 18.2441L11.9971 18.582C12.1514 18.5309 12.3043 18.4816 12.4551 18.4326C13.9474 17.9473 15.2547 17.512 16.3008 16.4395C16.5598 15.1675 17.0927 14.1449 18.0371 13.5996Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.99121 7.43164C4.38452 7.30729 5.60006 7.53863 6.41699 8.35547C7.23359 9.17246 7.46521 10.388 7.34082 11.7812L7.28516 12.4062L6.66016 12.4619C5.26693 12.5863 4.05136 12.3547 3.23438 11.5381C2.41754 10.7212 2.1862 9.50562 2.31055 8.1123L2.36719 7.48828L2.99121 7.43164Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5723 8.35547C18.3383 7.58947 19.4544 7.3389 20.7393 7.41309L20.998 7.43164L21.623 7.48828L21.6787 8.1123C21.8031 9.50566 21.5718 10.7212 20.7549 11.5381C19.9379 12.3549 18.7225 12.5863 17.3291 12.4619L16.7051 12.4062L16.6484 11.7812C16.524 10.3879 16.7555 9.17245 17.5723 8.35547Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.6748 2.51074C8.05309 2.75122 9.1674 3.2894 9.74512 4.29004C10.3227 5.29062 10.2318 6.52413 9.75098 7.83789L9.53516 8.42676L8.91699 8.31934C7.53884 8.07883 6.42534 7.54061 5.84766 6.54004C5.26996 5.53941 5.36093 4.30603 5.8418 2.99219L6.05762 2.40332L6.6748 2.51074Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1514 2.99219C18.6321 4.3058 18.723 5.53953 18.1455 6.54004C17.5679 7.54056 16.4533 8.07882 15.0752 8.31934L14.458 8.42676L14.2422 7.83789C13.7613 6.52405 13.6703 5.29066 14.248 4.29004C14.8258 3.2896 15.9393 2.75123 17.3174 2.51074L17.9355 2.40332L18.1514 2.99219Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWreathSimple;\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,k+BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+QACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWreathSimple","props","React","CentralIconBase","IconWreathSimple_default"]}
package/README.md CHANGED
@@ -655,6 +655,7 @@ Below is a complete list of available icons:
655
655
  - IconEraser
656
656
  - IconEraserSimple
657
657
  - IconFeather
658
+ - IconFeather2
658
659
  - IconGlass
659
660
  - IconGooey
660
661
  - IconHdr
@@ -1116,7 +1117,7 @@ Below is a complete list of available icons:
1116
1117
  - IconSquareCircleTopRight
1117
1118
  - IconSquareDotedBehindSquare
1118
1119
  - IconSquareGridCircle
1119
- - IconSquareGridMaginfyingGlass
1120
+ - IconSquareGridMagnifyingGlass
1120
1121
  - IconSquareInfo
1121
1122
  - IconSquareLines
1122
1123
  - IconSquareMinus
@@ -1243,6 +1244,7 @@ Below is a complete list of available icons:
1243
1244
  - IconChargingStation
1244
1245
  - IconDrillingRig
1245
1246
  - IconExposure2
1247
+ - IconGrass
1246
1248
  - IconGreenPower
1247
1249
  - IconGrowth
1248
1250
  - IconHomeEnergy
@@ -1592,6 +1594,7 @@ Below is a complete list of available icons:
1592
1594
  - IconSubstack
1593
1595
  - IconSupabase
1594
1596
  - IconTelegram
1597
+ - IconThings
1595
1598
  - IconThreads
1596
1599
  - IconTiktok
1597
1600
  - IconTumblr
@@ -1829,6 +1832,7 @@ Below is a complete list of available icons:
1829
1832
  - IconWeight
1830
1833
  - IconWip
1831
1834
  - IconWreath
1835
+ - IconWreathSimple
1832
1836
 
1833
1837
  ### Time & Date
1834
1838
 
@@ -9870,6 +9870,20 @@
9870
9870
  "packageName": "square-filled-radius-0-stroke-1.5",
9871
9871
  "componentName": "IconFeather"
9872
9872
  },
9873
+ {
9874
+ "category": "Edit",
9875
+ "svg": "<path d=\"M20.2646 4.09766C20.0948 4.42193 19.934 4.74507 19.7734 5.06836C19.614 5.38932 19.4537 5.71313 19.29 6.02539C18.9638 6.64766 18.6061 7.26062 18.166 7.79688C17.4671 8.64853 16.5817 9.27326 15.3496 9.52441C16.0937 11.1122 15.8532 12.7853 14.9551 14.124C13.8682 15.7439 11.8452 16.8525 9.5293 16.8525C6.78355 16.8525 4.5 18.52 4.5 21.25H3V16.1025C3.00022 8.86409 8.88554 3.00014 16.1406 3H20.8398L20.2646 4.09766Z\" fill=\"currentColor\"/>",
9876
+ "iconName": "feather-2, writing",
9877
+ "variant": {
9878
+ "join": "square",
9879
+ "filled": "on",
9880
+ "radius": "0",
9881
+ "stroke": "1.5"
9882
+ },
9883
+ "createdAt": "2026-01-30T09:00:32.202564+00:00",
9884
+ "packageName": "square-filled-radius-0-stroke-1.5",
9885
+ "componentName": "IconFeather2"
9886
+ },
9873
9887
  {
9874
9888
  "category": "Interface General",
9875
9889
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.75 1V9H11.25V1H12.75ZM6 4.93934L9.06066 8L8 9.06066L4.93934 6L6 4.93934ZM19.0607 6L16 9.06066L14.9393 8L18 4.93934L19.0607 6ZM1 11.25H9V12.75H1V11.25ZM15 11.25H23V12.75H15V11.25ZM9.06066 16L6 19.0607L4.93934 18L8 14.9393L9.06066 16ZM16 14.9393L19.0607 18L18 19.0607L14.9393 16L16 14.9393ZM12.75 15V23H11.25V15H12.75Z\" fill=\"currentColor\"/>",
@@ -11956,6 +11970,20 @@
11956
11970
  "packageName": "square-filled-radius-0-stroke-1.5",
11957
11971
  "componentName": "IconGraduateCap"
11958
11972
  },
11973
+ {
11974
+ "category": "Nature & Energy",
11975
+ "svg": "<path d=\"M6 4C13 5.55357 14.5 11.6316 14.5 18.5H15.5C15.5 13.7632 16.8571 10.4737 22 8.5C20.5474 11.6119 20.0402 15.1875 20 18.5H23V20H1V18.5H4C3.95978 15.1875 3.45255 11.6119 2 8.5C7.14286 10.4737 8.5 13.7632 8.5 18.5H9.5C9.45978 13.6969 8.5 8.66071 6 4ZM19 3C17.3804 5.91529 16.4096 8.98314 15.9141 12.043C15.6164 12.5564 15.3747 13.0935 15.1816 13.6533C14.9232 11.9192 14.483 10.2764 13.7676 8.81152C13.4643 8.19065 13.1142 7.60488 12.7119 7.06055C14.0062 5.09278 15.9961 3.64373 19 3Z\" fill=\"currentColor\"/>",
11976
+ "iconName": "grass, logout, signout",
11977
+ "variant": {
11978
+ "join": "square",
11979
+ "filled": "on",
11980
+ "radius": "0",
11981
+ "stroke": "1.5"
11982
+ },
11983
+ "createdAt": "2026-01-30T09:00:32.202564+00:00",
11984
+ "packageName": "square-filled-radius-0-stroke-1.5",
11985
+ "componentName": "IconGrass"
11986
+ },
11959
11987
  {
11960
11988
  "category": "Nature & Energy",
11961
11989
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.16101 17.7687C2.13125 13.7222 2.34173 9.272 5.10511 6.23444C7.9505 3.10675 13.303 1.69666 19.9208 3.54964L20.3271 3.66339L20.4408 4.06965C22.2937 10.6875 20.8836 16.04 17.7559 18.8853C14.7184 21.6487 10.2682 21.8591 6.22167 18.8294L3.74816 21.3029L2.6875 20.2423L5.16101 17.7687ZM9.00049 12.5001L13.5005 7.00006V10.5001H16.0005L11.5005 16.0001V12.5001H9.00049Z\" fill=\"currentColor\"/>",
@@ -20653,7 +20681,7 @@
20653
20681
  {
20654
20682
  "category": "Interface General",
20655
20683
  "svg": "<path d=\"M3 3H11V11H3V3Z\" fill=\"currentColor\"/><path d=\"M13 3H21V11H13V3Z\" fill=\"currentColor\"/><path d=\"M3 13H11V21H3V13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 13.0078C14.7909 13.0078 13 14.7987 13 17.0078C13 19.217 14.7909 21.0078 17 21.0078C17.8352 21.0078 18.6113 20.7513 19.2528 20.3134L21.1287 22.1893L22.1893 21.1287L20.312 19.2513C20.7459 18.6116 21 17.839 21 17.0078C21 14.7987 19.2091 13.0078 17 13.0078ZM14.5 17.0078C14.5 15.6271 15.6193 14.5078 17 14.5078C18.3807 14.5078 19.5 15.6271 19.5 17.0078C19.5 17.6969 19.2222 18.3196 18.7708 18.7726C18.3173 19.2276 17.6921 19.5078 17 19.5078C15.6193 19.5078 14.5 18.3885 14.5 17.0078Z\" fill=\"currentColor\"/>",
20656
- "iconName": "square-grid-maginfying-glass, layout, grid, list, search, find, magifier",
20684
+ "iconName": "square-grid-magnifying-glass, layout, grid, list, search, find, magifier",
20657
20685
  "variant": {
20658
20686
  "join": "square",
20659
20687
  "filled": "on",
@@ -20662,7 +20690,7 @@
20662
20690
  },
20663
20691
  "createdAt": "2025-02-15T21:11:34.177092+00:00",
20664
20692
  "packageName": "square-filled-radius-0-stroke-1.5",
20665
- "componentName": "IconSquareGridMaginfyingGlass"
20693
+ "componentName": "IconSquareGridMagnifyingGlass"
20666
20694
  },
20667
20695
  {
20668
20696
  "category": "Interface General",
@@ -22078,6 +22106,20 @@
22078
22106
  "packageName": "square-filled-radius-0-stroke-1.5",
22079
22107
  "componentName": "IconThermostat"
22080
22108
  },
22109
+ {
22110
+ "category": "Social Media & Brands",
22111
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8607 2.25047C16.8771 2.25045 19.0796 2.12893 20.1576 4.16844C20.5557 4.92183 20.5765 5.91099 20.6186 7.88817L20.6908 11.2466C20.7128 12.2783 20.7235 12.7947 20.7123 13.31C20.7024 13.7683 20.6791 14.2272 20.643 14.6841C20.6023 15.198 20.539 15.7106 20.4135 16.7348L20.4018 16.8315C20.1884 18.5725 20.0815 19.4439 19.6732 20.1001C19.3135 20.678 18.7926 21.1386 18.1752 21.4253C17.4743 21.7505 16.5969 21.7505 14.8432 21.7505H9.15469C7.40089 21.7505 6.52358 21.7506 5.82266 21.4253C5.20526 21.1386 4.6843 20.678 4.32461 20.1001C3.91641 19.4439 3.8095 18.5724 3.5961 16.8315L3.58438 16.7348C3.45882 15.7106 3.39558 15.198 3.35489 14.6841C3.31872 14.2272 3.2955 13.7683 3.28555 13.31C3.27438 12.7947 3.28606 12.2783 3.30801 11.2466L3.3793 7.88817C3.42137 5.91099 3.44213 4.92183 3.84024 4.16844C4.91832 2.12866 7.12153 2.25047 9.13809 2.25047H14.8607ZM8.392 5.75047C7.29023 5.75047 6.73869 5.75033 6.31485 5.96336C5.9421 6.1508 5.63694 6.45052 5.44278 6.81981C5.22221 7.23965 5.21182 7.79083 5.1918 8.89207L5.09903 14.0005C5.09902 14.2324 5.09978 14.3491 5.10977 14.4487C5.1992 15.3376 5.86711 16.0596 6.74649 16.2173C6.84511 16.2349 6.96133 16.2443 7.19278 16.2622L7.83243 16.311C8.24856 16.3431 8.45708 16.3595 8.62149 16.436C8.85868 16.5465 9.04308 16.7458 9.13516 16.9907C9.19886 17.1605 9.19961 17.3703 9.19961 17.7876V17.8999C9.19961 18.4597 9.19913 18.7407 9.30801 18.9546C9.40387 19.1426 9.55751 19.2953 9.74551 19.3911C9.95939 19.5 10.2394 19.5005 10.7992 19.5005H13.1996C13.7594 19.5005 14.0395 19.5001 14.2533 19.3911C14.4412 19.2953 14.594 19.1425 14.6898 18.9546C14.7988 18.7407 14.7992 18.4598 14.7992 17.8999V17.8452C14.7992 17.3404 14.799 17.0874 14.893 16.8862C14.9759 16.7089 15.1099 16.5598 15.2768 16.4575C15.4662 16.3414 15.7172 16.3122 16.2191 16.2554L16.9496 16.1733C16.9726 16.1725 16.9847 16.1718 16.9945 16.1714C18.0531 16.121 18.8881 15.2536 18.8988 14.1938C18.8989 14.184 18.8998 14.1718 18.8998 14.1489V14.0005L18.809 8.89305C18.7894 7.79131 18.7796 7.23984 18.559 6.81981C18.3649 6.45043 18.0597 6.15087 17.6869 5.96336C17.263 5.75026 16.7109 5.75047 15.6088 5.75047H8.392ZM14.8725 8.05516C15.0628 8.04081 15.3006 8.04244 15.5092 8.2241C15.6488 8.34599 15.7538 8.5331 15.7641 8.73289V8.80907C15.7593 8.88457 15.7407 8.95944 15.7094 9.02879C15.6779 9.0984 15.6208 9.18216 15.5629 9.26121C15.5022 9.344 15.4293 9.43593 15.3559 9.52586C15.1992 9.7177 15.0616 9.87649 14.976 9.98289H14.975C14.2733 10.8482 13.6082 11.743 12.9809 12.6636L12.9799 12.6645C12.7877 12.9447 12.6025 13.2359 12.4145 13.5268L12.4135 13.5259C12.3112 13.6909 12.1685 13.9608 11.9867 14.1538C11.8917 14.2546 11.7755 14.3479 11.6332 14.4018C11.4871 14.4572 11.3244 14.4665 11.1498 14.4175C10.951 14.3614 10.7616 14.2158 10.6088 14.0786L10.1967 13.6743L9.25235 12.7651V12.7641C9.04276 12.5656 8.74103 12.3131 8.55899 12.0259C8.47803 11.898 8.45102 11.7313 8.46133 11.5854C8.47161 11.4413 8.52246 11.27 8.64883 11.1548C8.81744 11.0012 8.99752 10.9207 9.18496 10.9106C9.36866 10.9009 9.53648 10.9602 9.68106 11.0415C9.82488 11.1225 9.95774 11.2321 10.0746 11.3384C10.1333 11.3917 10.1904 11.4463 10.2436 11.4975C10.2976 11.5495 10.3481 11.5981 10.3959 11.6421L11.1957 12.3764C11.398 12.0717 11.6405 11.7436 11.8471 11.4595C12.4493 10.6295 13.0843 9.823 13.7494 9.04246L14.1098 8.62157C14.2381 8.47662 14.3731 8.33288 14.5092 8.21141C14.6186 8.11382 14.7508 8.07802 14.8471 8.05809L14.8588 8.05614L14.8725 8.05516ZM10.3354 13.5307C10.4506 13.6426 10.5923 13.7943 10.7426 13.9292C10.5922 13.7942 10.4506 13.6416 10.3354 13.5298L9.39102 12.6206L10.3354 13.5307ZM12.2455 13.4175C12.2232 13.4534 12.2005 13.4915 12.1772 13.5307C12.2004 13.4917 12.2233 13.4541 12.2455 13.4184L12.8148 12.5513V12.5503C12.6205 12.8336 12.4328 13.1276 12.2455 13.4175ZM8.70059 11.4223C8.69991 11.424 8.69929 11.4256 8.69864 11.4272C8.70831 11.4034 8.72047 11.3813 8.73379 11.3608L8.70059 11.4223Z\" fill=\"currentColor\"/><path opacity=\"0.4\" d=\"M14.8555 17C14.8033 17.1858 14.8027 17.4306 14.8027 17.8457V17.9004C14.8027 18.4598 14.8021 18.7403 14.6934 18.9541C14.5976 19.1419 14.4446 19.2948 14.2568 19.3906C14.043 19.4995 13.7626 19.5 13.2031 19.5H10.8027C10.243 19.5 9.96288 19.4995 9.74902 19.3906C9.56103 19.2947 9.40734 19.1421 9.31152 18.9541C9.20277 18.7403 9.20312 18.4598 9.20312 17.9004V17.7871C9.20312 17.3766 9.20133 17.1683 9.14062 17H14.8555Z\" fill=\"currentColor\"/>",
22112
+ "iconName": "things",
22113
+ "variant": {
22114
+ "join": "square",
22115
+ "filled": "on",
22116
+ "radius": "0",
22117
+ "stroke": "1.5"
22118
+ },
22119
+ "createdAt": "2026-01-30T16:01:00.89056+00:00",
22120
+ "packageName": "square-filled-radius-0-stroke-1.5",
22121
+ "componentName": "IconThings"
22122
+ },
22081
22123
  {
22082
22124
  "category": "Things",
22083
22125
  "svg": "<path d=\"M5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16Z\" fill=\"currentColor\"/><path d=\"M13 2C11.4963 2 10.1988 2.86703 9.56675 4.12601C9.34053 4.09364 9.10955 4.07692 8.875 4.07692C6.17769 4.07692 4 6.27739 4 8.98077C4 10.636 4.81586 12.1007 6.0652 12.9885C6.06341 13.037 6.0625 13.0857 6.0625 13.1346C6.0625 15.2645 7.77849 17 9.90625 17C11.153 17 12.2583 16.4034 12.9595 15.4828C13.5964 15.7896 14.31 15.9615 15.0625 15.9615C16.9442 15.9615 18.5728 14.8897 19.3852 13.3267C20.9401 12.5069 22 10.8677 22 8.98077C22 6.27739 19.8223 4.07692 17.125 4.07692C16.8904 4.07692 16.6595 4.09364 16.4333 4.12601C15.8012 2.86703 14.5037 2 13 2Z\" fill=\"currentColor\"/>",
@@ -24080,6 +24122,20 @@
24080
24122
  "packageName": "square-filled-radius-0-stroke-1.5",
24081
24123
  "componentName": "IconWreath"
24082
24124
  },
24125
+ {
24126
+ "category": "Things",
24127
+ "svg": "<path d=\"M18.0371 13.5996C19.0377 13.0219 20.2711 13.1129 21.585 13.5938L22.1738 13.8096L22.0664 14.4268C21.8259 15.805 21.2877 16.9194 20.2871 17.4971C19.4052 18.0062 18.3425 17.9951 17.2031 17.6562C16.2566 18.5584 15.1703 19.07 14.1182 19.4531C14.816 19.8303 15.4861 20.3225 16.0703 21.0156L16.5537 21.5898L15.4072 22.5557L14.9238 21.9824C14.1401 21.0524 13.1521 20.579 11.9971 20.1689C10.842 20.579 9.85405 21.0524 9.07031 21.9824L8.58691 22.5557L7.44043 21.5898L7.92383 21.0156C8.50781 20.3228 9.17746 19.8303 9.875 19.4531C8.82328 19.0701 7.73721 18.5589 6.79102 17.6572C5.65167 17.9961 4.58898 18.0072 3.70703 17.498C2.70639 16.9203 2.16821 15.806 1.92773 14.4277L1.82031 13.8105L2.40918 13.5947C3.72302 13.1139 4.95641 13.0229 5.95703 13.6006C6.9009 14.1455 7.4322 15.1675 7.69141 16.4385C8.60119 17.372 9.7085 17.8235 10.9639 18.2441L11.9971 18.582C12.1514 18.5309 12.3043 18.4816 12.4551 18.4326C13.9474 17.9473 15.2547 17.512 16.3008 16.4395C16.5598 15.1675 17.0927 14.1449 18.0371 13.5996Z\" fill=\"currentColor\"/><path d=\"M2.99121 7.43164C4.38452 7.30729 5.60006 7.53863 6.41699 8.35547C7.23359 9.17246 7.46521 10.388 7.34082 11.7812L7.28516 12.4062L6.66016 12.4619C5.26693 12.5863 4.05136 12.3547 3.23438 11.5381C2.41754 10.7212 2.1862 9.50562 2.31055 8.1123L2.36719 7.48828L2.99121 7.43164Z\" fill=\"currentColor\"/><path d=\"M17.5723 8.35547C18.3383 7.58947 19.4544 7.3389 20.7393 7.41309L20.998 7.43164L21.623 7.48828L21.6787 8.1123C21.8031 9.50566 21.5718 10.7212 20.7549 11.5381C19.9379 12.3549 18.7225 12.5863 17.3291 12.4619L16.7051 12.4062L16.6484 11.7812C16.524 10.3879 16.7555 9.17245 17.5723 8.35547Z\" fill=\"currentColor\"/><path d=\"M6.6748 2.51074C8.05309 2.75122 9.1674 3.2894 9.74512 4.29004C10.3227 5.29062 10.2318 6.52413 9.75098 7.83789L9.53516 8.42676L8.91699 8.31934C7.53884 8.07883 6.42534 7.54061 5.84766 6.54004C5.26996 5.53941 5.36093 4.30603 5.8418 2.99219L6.05762 2.40332L6.6748 2.51074Z\" fill=\"currentColor\"/><path d=\"M18.1514 2.99219C18.6321 4.3058 18.723 5.53953 18.1455 6.54004C17.5679 7.54056 16.4533 8.07882 15.0752 8.31934L14.458 8.42676L14.2422 7.83789C13.7613 6.52405 13.6703 5.29066 14.248 4.29004C14.8258 3.2896 15.9393 2.75123 17.3174 2.51074L17.9355 2.40332L18.1514 2.99219Z\" fill=\"currentColor\"/>",
24128
+ "iconName": "wreath-simple, laurel-leafs, winner",
24129
+ "variant": {
24130
+ "join": "square",
24131
+ "filled": "on",
24132
+ "radius": "0",
24133
+ "stroke": "1.5"
24134
+ },
24135
+ "createdAt": "2026-01-30T16:01:00.89056+00:00",
24136
+ "packageName": "square-filled-radius-0-stroke-1.5",
24137
+ "componentName": "IconWreathSimple"
24138
+ },
24083
24139
  {
24084
24140
  "category": "Typography",
24085
24141
  "svg": "<path d=\"M21 3H3V4.5H21V3Z\" fill=\"currentColor\"/><path d=\"M17.2365 6.68945L22.3107 11.7636L12.0742 22.0001H7V16.9259L17.2365 6.68945Z\" fill=\"currentColor\"/><path d=\"M11 7V8.5H3V7H11Z\" fill=\"currentColor\"/><path d=\"M8.0022 11H3V12.5H8.0022V11Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -704,6 +704,7 @@ export type CentralIconName =
704
704
  | "IconFastForward5s"
705
705
  | "IconFastShipping"
706
706
  | "IconFeather"
707
+ | "IconFeather2"
707
708
  | "IconFeature"
708
709
  | "IconFigma"
709
710
  | "IconFigmaSimple"
@@ -853,6 +854,7 @@ export type CentralIconName =
853
854
  | "IconGoose"
854
855
  | "IconGovernment"
855
856
  | "IconGraduateCap"
857
+ | "IconGrass"
856
858
  | "IconGreenPower"
857
859
  | "IconGrok"
858
860
  | "IconGroup1"
@@ -1474,7 +1476,7 @@ export type CentralIconName =
1474
1476
  | "IconSquareCursor"
1475
1477
  | "IconSquareDotedBehindSquare"
1476
1478
  | "IconSquareGridCircle"
1477
- | "IconSquareGridMaginfyingGlass"
1479
+ | "IconSquareGridMagnifyingGlass"
1478
1480
  | "IconSquareInfo"
1479
1481
  | "IconSquareLines"
1480
1482
  | "IconSquareLinesBottom"
@@ -1576,6 +1578,7 @@ export type CentralIconName =
1576
1578
  | "IconTextToImage"
1577
1579
  | "IconTextToSpeach"
1578
1580
  | "IconThermostat"
1581
+ | "IconThings"
1579
1582
  | "IconThinkingBubble"
1580
1583
  | "IconThinkingBubble1"
1581
1584
  | "IconThread"
@@ -1719,6 +1722,7 @@ export type CentralIconName =
1719
1722
  | "IconWizardHat"
1720
1723
  | "IconWorld"
1721
1724
  | "IconWreath"
1725
+ | "IconWreathSimple"
1722
1726
  | "IconWrite"
1723
1727
  | "IconWrite1"
1724
1728
  | "IconWrite2"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
3
- "version": "1.1.109",
3
+ "version": "1.1.111",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1732,
14
+ "totalIcons": 1736,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 66,
@@ -508,7 +508,7 @@
508
508
  ]
509
509
  },
510
510
  "Edit": {
511
- "count": 80,
511
+ "count": 81,
512
512
  "icons": [
513
513
  "Icon3d",
514
514
  "IconAddKeyframe",
@@ -545,6 +545,7 @@
545
545
  "IconEraser",
546
546
  "IconEraserSimple",
547
547
  "IconFeather",
548
+ "IconFeather2",
548
549
  "IconGlass",
549
550
  "IconGooey",
550
551
  "IconHdr",
@@ -1024,7 +1025,7 @@
1024
1025
  "IconSquareCircleTopRight",
1025
1026
  "IconSquareDotedBehindSquare",
1026
1027
  "IconSquareGridCircle",
1027
- "IconSquareGridMaginfyingGlass",
1028
+ "IconSquareGridMagnifyingGlass",
1028
1029
  "IconSquareInfo",
1029
1030
  "IconSquareLines",
1030
1031
  "IconSquareMinus",
@@ -1152,13 +1153,14 @@
1152
1153
  ]
1153
1154
  },
1154
1155
  "Nature & Energy": {
1155
- "count": 18,
1156
+ "count": 19,
1156
1157
  "icons": [
1157
1158
  "IconAtom",
1158
1159
  "IconBlossom",
1159
1160
  "IconChargingStation",
1160
1161
  "IconDrillingRig",
1161
1162
  "IconExposure2",
1163
+ "IconGrass",
1162
1164
  "IconGreenPower",
1163
1165
  "IconGrowth",
1164
1166
  "IconHomeEnergy",
@@ -1412,7 +1414,7 @@
1412
1414
  ]
1413
1415
  },
1414
1416
  "Social Media & Brands": {
1415
- "count": 121,
1417
+ "count": 122,
1416
1418
  "icons": [
1417
1419
  "IconAdobeAcrobat",
1418
1420
  "IconAffinity",
@@ -1518,6 +1520,7 @@
1518
1520
  "IconSubstack",
1519
1521
  "IconSupabase",
1520
1522
  "IconTelegram",
1523
+ "IconThings",
1521
1524
  "IconThreads",
1522
1525
  "IconTiktok",
1523
1526
  "IconTumblr",
@@ -1644,7 +1647,7 @@
1644
1647
  ]
1645
1648
  },
1646
1649
  "Things": {
1647
- "count": 117,
1650
+ "count": 118,
1648
1651
  "icons": [
1649
1652
  "IconAnvil",
1650
1653
  "IconBackpack",
@@ -1762,7 +1765,8 @@
1762
1765
  "IconWaste",
1763
1766
  "IconWeight",
1764
1767
  "IconWip",
1765
- "IconWreath"
1768
+ "IconWreath",
1769
+ "IconWreathSimple"
1766
1770
  ]
1767
1771
  },
1768
1772
  "Time & Date": {
@@ -2637,6 +2641,7 @@
2637
2641
  "IconFastForward5s": "fast-forward-5s",
2638
2642
  "IconFastShipping": "fast-shipping, truck, delivery",
2639
2643
  "IconFeather": "feather, writing",
2644
+ "IconFeather2": "feather-2, writing",
2640
2645
  "IconFeature": "feature, shine",
2641
2646
  "IconFigma": "figma",
2642
2647
  "IconFigmaSimple": "figma-simple",
@@ -2786,6 +2791,7 @@
2786
2791
  "IconGoose": "goose",
2787
2792
  "IconGovernment": "government, bank, building",
2788
2793
  "IconGraduateCap": "graduate-cap, study, education, academic, student",
2794
+ "IconGrass": "grass, logout, signout",
2789
2795
  "IconGreenPower": "green-power, green-energy",
2790
2796
  "IconGrok": "grok",
2791
2797
  "IconGroup1": "group-1, users",
@@ -3407,7 +3413,7 @@
3407
3413
  "IconSquareCursor": "square-cursor, cursor box, arrow",
3408
3414
  "IconSquareDotedBehindSquare": "square-doted-behind-square, copy, layers, pages",
3409
3415
  "IconSquareGridCircle": "square-grid-circle, layout, grid, list, category, categories",
3410
- "IconSquareGridMaginfyingGlass": "square-grid-maginfying-glass, layout, grid, list, search, find, magifier",
3416
+ "IconSquareGridMagnifyingGlass": "square-grid-magnifying-glass, layout, grid, list, search, find, magifier",
3411
3417
  "IconSquareInfo": "square-info, information, tooltip",
3412
3418
  "IconSquareLines": "square-lines, note, card, text",
3413
3419
  "IconSquareLinesBottom": "square-lines-bottom, transcription",
@@ -3509,6 +3515,7 @@
3509
3515
  "IconTextToImage": "text-to-image",
3510
3516
  "IconTextToSpeach": "text-to-speach",
3511
3517
  "IconThermostat": "thermostat, temprature",
3518
+ "IconThings": "things",
3512
3519
  "IconThinkingBubble": "thinking-bubble",
3513
3520
  "IconThinkingBubble1": "thinking-bubble-1, thoughts",
3514
3521
  "IconThread": "thread",
@@ -3652,6 +3659,7 @@
3652
3659
  "IconWizardHat": "wizard-hat, magician, fantasy",
3653
3660
  "IconWorld": "world, globus, internet, web, globe",
3654
3661
  "IconWreath": "wreath, crown, laurel-leafs",
3662
+ "IconWreathSimple": "wreath-simple, laurel-leafs, winner",
3655
3663
  "IconWrite": "write, edit-list, list",
3656
3664
  "IconWrite1": "write-1, fountain-pen",
3657
3665
  "IconWrite2": "write-2, fountain-pen",