@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.109 → 1.1.110

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFeather2: FC<CentralIconBaseProps>;
4
+ export default IconFeather2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?u(x(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>s(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconFeather2:()=>f,default:()=>h});module.exports=g(v);var p=C(require("react"));var m=C(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>m.default.createElement(c.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 i=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M20 4H16C9.37258 4 4 9.37258 4 16V20C4.5 16.5 6.67663 16 9.59688 16C13.6298 16 16.7506 12.1257 14.25 9C17.5335 9 18.65 6.58512 20 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=f;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 4H16C9.37258 4 4 9.37258 4 16V20C4.5 16.5 6.67663 16 9.59688 16C13.6298 16 16.7506 12.1257 14.25 9C17.5335 9 18.65 6.58512 20 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,uIACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...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 s}from"react-native-svg";var C=o=>t.createElement(e,{...o},t.createElement(s,{d:"M20 4H16C9.37258 4 4 9.37258 4 16V20C4.5 16.5 6.67663 16 9.59688 16C13.6298 16 16.7506 12.1257 14.25 9C17.5335 9 18.65 6.58512 20 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=C;export{C 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 4H16C9.37258 4 4 9.37258 4 16V20C4.5 16.5 6.67663 16 9.59688 16C13.6298 16 16.7506 12.1257 14.25 9C17.5335 9 18.65 6.58512 20 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,uIACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 m=Object.create;var C=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},p=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!B.call(r,s)&&s!==t&&C(r,s,{get:()=>o[s],enumerable:!(i=c(o,s))||i.enumerable});return r};var d=(r,o,t)=>(t=r!=null?m(h(r)):{},p(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>p(C({},"__esModule",{value:!0}),r);var P={};I(P,{IconGrass:()=>a,default:()=>L});module.exports=x(P);var e=d(require("react"));var u=d(require("react")),k=require("react-native-svg"),l=({children:r,size:o=24,...t})=>u.default.createElement(k.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"),a=r=>e.default.createElement(l,{...r},e.default.createElement(n.Path,{d:"M2 19L22 19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M4.71429 18.5C4.67406 15.3531 4.45255 12.4563 3 9.5C8.14286 11.375 9 14 9 18.5",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M9.05882 18.5C9.01466 15.1942 8.59496 8.6056 7 5.5C13.5882 7.86364 14 13.7727 14 18.5",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M12.2922 9.5C13.2742 7.39465 14.4943 6.07835 17.5 5C16.6944 6.56867 16.6886 8.52598 16.3796 11",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M19 18.5C19.0469 15.0035 19.3054 11.7848 21 8.5C15.0618 10.8623 14 13.5 14 18.5",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),L=a;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=\"M2 19L22 19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.71429 18.5C4.67406 15.3531 4.45255 12.4563 3 9.5C8.14286 11.375 9 14 9 18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.05882 18.5C9.01466 15.1942 8.59496 8.6056 7 5.5C13.5882 7.86364 14 13.7727 14 18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.2922 9.5C13.2742 7.39465 14.4943 6.07835 17.5 5C16.6944 6.56867 16.6886 8.52598 16.3796 11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 18.5C19.0469 15.0035 19.3054 11.7848 21 8.5C15.0618 10.8623 14 13.5 14 18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\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,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iFACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wFACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iGACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,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 o from"react";import C from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:r=24,...s})=>C.createElement(i,{...s,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 p=e=>o.createElement(n,{...e},o.createElement(t,{d:"M2 19L22 19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M4.71429 18.5C4.67406 15.3531 4.45255 12.4563 3 9.5C8.14286 11.375 9 14 9 18.5",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M9.05882 18.5C9.01466 15.1942 8.59496 8.6056 7 5.5C13.5882 7.86364 14 13.7727 14 18.5",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M12.2922 9.5C13.2742 7.39465 14.4943 6.07835 17.5 5C16.6944 6.56867 16.6886 8.52598 16.3796 11",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M19 18.5C19.0469 15.0035 19.3054 11.7848 21 8.5C15.0618 10.8623 14 13.5 14 18.5",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),B=p;export{p as IconGrass,B 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=\"M2 19L22 19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.71429 18.5C4.67406 15.3531 4.45255 12.4563 3 9.5C8.14286 11.375 9 14 9 18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.05882 18.5C9.01466 15.1942 8.59496 8.6056 7 5.5C13.5882 7.86364 14 13.7727 14 18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.2922 9.5C13.2742 7.39465 14.4943 6.07835 17.5 5C16.6944 6.56867 16.6886 8.52598 16.3796 11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 18.5C19.0469 15.0035 19.3054 11.7848 21 8.5C15.0618 10.8623 14 13.5 14 18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\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,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iFACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wFACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iGACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,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 u=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=g(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?u(I(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>s(n({},"__esModule",{value:!0}),r);var M={};x(M,{IconSquareGridMaginfyingGlass:()=>f,default:()=>H});module.exports=P(M);var p=C(require("react"));var i=C(require("react")),m=require("react-native-svg"),l=({children:r,size:o=24,...e})=>i.default.createElement(m.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 c=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(c.Path,{d:"M19.1213 19.1218C17.9497 20.2933 16.0503 20.2933 14.8787 19.1218C13.7071 17.9502 13.7071 16.0507 14.8787 14.8791C16.0503 13.7076 17.9497 13.7076 19.1213 14.8791C20.2929 16.0507 20.2929 17.9502 19.1213 19.1218ZM19.1213 19.1218L21 21.0005M4 4H10V10H4V4ZM14 4H20V10H14V4ZM4 14H10V20H4V14Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),H=f;0&&(module.exports={IconSquareGridMaginfyingGlass});
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=g(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?u(I(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>s(n({},"__esModule",{value:!0}),r);var M={};x(M,{IconSquareGridMagnifyingGlass:()=>f,default:()=>H});module.exports=P(M);var p=C(require("react"));var i=C(require("react")),m=require("react-native-svg"),l=({children:r,size:o=24,...e})=>i.default.createElement(m.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 c=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(c.Path,{d:"M19.1213 19.1218C17.9497 20.2933 16.0503 20.2933 14.8787 19.1218C13.7071 17.9502 13.7071 16.0507 14.8787 14.8791C16.0503 13.7076 17.9497 13.7076 19.1213 14.8791C20.2929 16.0507 20.2929 17.9502 19.1213 19.1218ZM19.1213 19.1218L21 21.0005M4 4H10V10H4V4ZM14 4H20V10H14V4ZM4 14H10V20H4V14Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),H=f;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\n d=\"M19.1213 19.1218C17.9497 20.2933 16.0503 20.2933 14.8787 19.1218C13.7071 17.9502 13.7071 16.0507 14.8787 14.8791C16.0503 13.7076 17.9497 13.7076 19.1213 14.8791C20.2929 16.0507 20.2929 17.9502 19.1213 19.1218ZM19.1213 19.1218L21 21.0005M4 4H10V10H4V4ZM14 4H20V10H14V4ZM4 14H10V20H4V14Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,QACC,EAAE,gSACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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\n d=\"M19.1213 19.1218C17.9497 20.2933 16.0503 20.2933 14.8787 19.1218C13.7071 17.9502 13.7071 16.0507 14.8787 14.8791C16.0503 13.7076 17.9497 13.7076 19.1213 14.8791C20.2929 16.0507 20.2929 17.9502 19.1213 19.1218ZM19.1213 19.1218L21 21.0005M4 4H10V10H4V4ZM14 4H20V10H14V4ZM4 14H10V20H4V14Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,QACC,EAAE,gSACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...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 s}from"react-native-svg";var C=o=>t.createElement(e,{...o},t.createElement(s,{d:"M19.1213 19.1218C17.9497 20.2933 16.0503 20.2933 14.8787 19.1218C13.7071 17.9502 13.7071 16.0507 14.8787 14.8791C16.0503 13.7076 17.9497 13.7076 19.1213 14.8791C20.2929 16.0507 20.2929 17.9502 19.1213 19.1218ZM19.1213 19.1218L21 21.0005M4 4H10V10H4V4ZM14 4H20V10H14V4ZM4 14H10V20H4V14Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),d=C;export{C as IconSquareGridMaginfyingGlass,d as default};
1
+ import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...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 s}from"react-native-svg";var C=o=>t.createElement(e,{...o},t.createElement(s,{d:"M19.1213 19.1218C17.9497 20.2933 16.0503 20.2933 14.8787 19.1218C13.7071 17.9502 13.7071 16.0507 14.8787 14.8791C16.0503 13.7076 17.9497 13.7076 19.1213 14.8791C20.2929 16.0507 20.2929 17.9502 19.1213 19.1218ZM19.1213 19.1218L21 21.0005M4 4H10V10H4V4ZM14 4H20V10H14V4ZM4 14H10V20H4V14Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),d=C;export{C as IconSquareGridMagnifyingGlass,d 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\n d=\"M19.1213 19.1218C17.9497 20.2933 16.0503 20.2933 14.8787 19.1218C13.7071 17.9502 13.7071 16.0507 14.8787 14.8791C16.0503 13.7076 17.9497 13.7076 19.1213 14.8791C20.2929 16.0507 20.2929 17.9502 19.1213 19.1218ZM19.1213 19.1218L21 21.0005M4 4H10V10H4V4ZM14 4H20V10H14V4ZM4 14H10V20H4V14Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,CACC,EAAE,gSACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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\n d=\"M19.1213 19.1218C17.9497 20.2933 16.0503 20.2933 14.8787 19.1218C13.7071 17.9502 13.7071 16.0507 14.8787 14.8791C16.0503 13.7076 17.9497 13.7076 19.1213 14.8791C20.2929 16.0507 20.2929 17.9502 19.1213 19.1218ZM19.1213 19.1218L21 21.0005M4 4H10V10H4V4ZM14 4H20V10H14V4ZM4 14H10V20H4V14Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,CACC,EAAE,gSACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSquareGridMagnifyingGlass","props","React","CentralIconBase","IconSquareGridMagnifyingGlass_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
@@ -9870,6 +9870,20 @@
9870
9870
  "packageName": "round-outlined-radius-0-stroke-2",
9871
9871
  "componentName": "IconFeather"
9872
9872
  },
9873
+ {
9874
+ "category": "Edit",
9875
+ "svg": "<path d=\"M20 4H16C9.37258 4 4 9.37258 4 16V20C4.5 16.5 6.67663 16 9.59688 16C13.6298 16 16.7506 12.1257 14.25 9C17.5335 9 18.65 6.58512 20 4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
9876
+ "iconName": "feather-2, writing",
9877
+ "variant": {
9878
+ "join": "round",
9879
+ "filled": "off",
9880
+ "radius": "0",
9881
+ "stroke": "2"
9882
+ },
9883
+ "createdAt": "2026-01-30T09:00:32.202564+00:00",
9884
+ "packageName": "round-outlined-radius-0-stroke-2",
9885
+ "componentName": "IconFeather2"
9886
+ },
9873
9887
  {
9874
9888
  "category": "Interface General",
9875
9889
  "svg": "<path d=\"M12 2V8M12 16V22M8 12H2M16 12H22M7.5 7.5L6 6M16.5 7.5L18 6M16.5 16.5L18 18M7.5 16.5L6 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -11956,6 +11970,20 @@
11956
11970
  "packageName": "round-outlined-radius-0-stroke-2",
11957
11971
  "componentName": "IconGraduateCap"
11958
11972
  },
11973
+ {
11974
+ "category": "Nature & Energy",
11975
+ "svg": "<path d=\"M2 19L22 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.71429 18.5C4.67406 15.3531 4.45255 12.4563 3 9.5C8.14286 11.375 9 14 9 18.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M9.05882 18.5C9.01466 15.1942 8.59496 8.6056 7 5.5C13.5882 7.86364 14 13.7727 14 18.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M12.2922 9.5C13.2742 7.39465 14.4943 6.07835 17.5 5C16.6944 6.56867 16.6886 8.52598 16.3796 11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M19 18.5C19.0469 15.0035 19.3054 11.7848 21 8.5C15.0618 10.8623 14 13.5 14 18.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
11976
+ "iconName": "grass, logout, signout",
11977
+ "variant": {
11978
+ "join": "round",
11979
+ "filled": "off",
11980
+ "radius": "0",
11981
+ "stroke": "2"
11982
+ },
11983
+ "createdAt": "2026-01-30T09:00:32.202564+00:00",
11984
+ "packageName": "round-outlined-radius-0-stroke-2",
11985
+ "componentName": "IconGrass"
11986
+ },
11959
11987
  {
11960
11988
  "category": "Nature & Energy",
11961
11989
  "svg": "<path d=\"M13.5184 8.27183C13.5184 7.78239 12.9181 7.56324 12.6151 7.94204L9.61607 11.691C9.34405 12.031 9.58059 12.5416 10.0102 12.5416H11.4816V14.7282C11.4816 15.2176 12.0819 15.4368 12.3849 15.058L15.3839 11.309C15.656 10.969 15.4194 10.4584 14.9898 10.4584H13.5184V8.27183Z\" fill=\"currentColor\"/><path d=\"M4.00148 19.9999L6.34463 17.6568M6.34463 17.6568C0.00148273 9.9999 7.00155 0.999937 19.5016 4.49992C23.0015 16.9999 14.0015 23.9999 6.34463 17.6568Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -20653,7 +20681,7 @@
20653
20681
  {
20654
20682
  "category": "Interface General",
20655
20683
  "svg": "<path d=\"M19.1213 19.1218C17.9497 20.2933 16.0503 20.2933 14.8787 19.1218C13.7071 17.9502 13.7071 16.0507 14.8787 14.8791C16.0503 13.7076 17.9497 13.7076 19.1213 14.8791C20.2929 16.0507 20.2929 17.9502 19.1213 19.1218ZM19.1213 19.1218L21 21.0005M4 4H10V10H4V4ZM14 4H20V10H14V4ZM4 14H10V20H4V14Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
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": "round",
20659
20687
  "filled": "off",
@@ -20662,7 +20690,7 @@
20662
20690
  },
20663
20691
  "createdAt": "2025-02-15T21:11:34.177092+00:00",
20664
20692
  "packageName": "round-outlined-radius-0-stroke-2",
20665
- "componentName": "IconSquareGridMaginfyingGlass"
20693
+ "componentName": "IconSquareGridMagnifyingGlass"
20666
20694
  },
20667
20695
  {
20668
20696
  "category": "Interface General",
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"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.109",
3
+ "version": "1.1.110",
4
4
  "style": "round-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-2/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": 1734,
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",
@@ -2637,6 +2639,7 @@
2637
2639
  "IconFastForward5s": "fast-forward-5s",
2638
2640
  "IconFastShipping": "fast-shipping, truck, delivery",
2639
2641
  "IconFeather": "feather, writing",
2642
+ "IconFeather2": "feather-2, writing",
2640
2643
  "IconFeature": "feature, shine",
2641
2644
  "IconFigma": "figma",
2642
2645
  "IconFigmaSimple": "figma-simple",
@@ -2786,6 +2789,7 @@
2786
2789
  "IconGoose": "goose",
2787
2790
  "IconGovernment": "government, bank, building",
2788
2791
  "IconGraduateCap": "graduate-cap, study, education, academic, student",
2792
+ "IconGrass": "grass, logout, signout",
2789
2793
  "IconGreenPower": "green-power, green-energy",
2790
2794
  "IconGrok": "grok",
2791
2795
  "IconGroup1": "group-1, users",
@@ -3407,7 +3411,7 @@
3407
3411
  "IconSquareCursor": "square-cursor, cursor box, arrow",
3408
3412
  "IconSquareDotedBehindSquare": "square-doted-behind-square, copy, layers, pages",
3409
3413
  "IconSquareGridCircle": "square-grid-circle, layout, grid, list, category, categories",
3410
- "IconSquareGridMaginfyingGlass": "square-grid-maginfying-glass, layout, grid, list, search, find, magifier",
3414
+ "IconSquareGridMagnifyingGlass": "square-grid-magnifying-glass, layout, grid, list, search, find, magifier",
3411
3415
  "IconSquareInfo": "square-info, information, tooltip",
3412
3416
  "IconSquareLines": "square-lines, note, card, text",
3413
3417
  "IconSquareLinesBottom": "square-lines-bottom, transcription",
package/index.d.ts CHANGED
@@ -703,6 +703,7 @@ export { IconFastForward30s, default as IconFastForward30sDefault, } from "./Ico
703
703
  export { IconFastForward5s, default as IconFastForward5sDefault, } from "./IconFastForward5s";
704
704
  export { IconFastShipping, default as IconFastShippingDefault, } from "./IconFastShipping";
705
705
  export { IconFeather, default as IconFeatherDefault } from "./IconFeather";
706
+ export { IconFeather2, default as IconFeather2Default } from "./IconFeather2";
706
707
  export { IconFeature, default as IconFeatureDefault } from "./IconFeature";
707
708
  export { IconFigma, default as IconFigmaDefault } from "./IconFigma";
708
709
  export { IconFigmaSimple, default as IconFigmaSimpleDefault, } from "./IconFigmaSimple";
@@ -852,6 +853,7 @@ export { IconGooglePlayStore, default as IconGooglePlayStoreDefault, } from "./I
852
853
  export { IconGoose, default as IconGooseDefault } from "./IconGoose";
853
854
  export { IconGovernment, default as IconGovernmentDefault, } from "./IconGovernment";
854
855
  export { IconGraduateCap, default as IconGraduateCapDefault, } from "./IconGraduateCap";
856
+ export { IconGrass, default as IconGrassDefault } from "./IconGrass";
855
857
  export { IconGreenPower, default as IconGreenPowerDefault, } from "./IconGreenPower";
856
858
  export { IconGrok, default as IconGrokDefault } from "./IconGrok";
857
859
  export { IconGroup1, default as IconGroup1Default } from "./IconGroup1";
@@ -1473,7 +1475,7 @@ export { IconSquareCircleTopRight, default as IconSquareCircleTopRightDefault, }
1473
1475
  export { IconSquareCursor, default as IconSquareCursorDefault, } from "./IconSquareCursor";
1474
1476
  export { IconSquareDotedBehindSquare, default as IconSquareDotedBehindSquareDefault, } from "./IconSquareDotedBehindSquare";
1475
1477
  export { IconSquareGridCircle, default as IconSquareGridCircleDefault, } from "./IconSquareGridCircle";
1476
- export { IconSquareGridMaginfyingGlass, default as IconSquareGridMaginfyingGlassDefault, } from "./IconSquareGridMaginfyingGlass";
1478
+ export { IconSquareGridMagnifyingGlass, default as IconSquareGridMagnifyingGlassDefault, } from "./IconSquareGridMagnifyingGlass";
1477
1479
  export { IconSquareInfo, default as IconSquareInfoDefault, } from "./IconSquareInfo";
1478
1480
  export { IconSquareLines, default as IconSquareLinesDefault, } from "./IconSquareLines";
1479
1481
  export { IconSquareLinesBottom, default as IconSquareLinesBottomDefault, } from "./IconSquareLinesBottom";