@central-icons-react-native/square-filled-radius-0-stroke-1 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 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:"M19.9443 3.72852C19.7713 4.06519 19.6083 4.40006 19.4463 4.73242C19.2851 5.06317 19.1246 5.39292 18.9609 5.71094C18.6345 6.34539 18.2835 6.95711 17.8564 7.4873C17.1109 8.41288 16.148 9.06497 14.7334 9.24316C15.434 10.8254 15.1558 12.4882 14.2656 13.7969C13.2462 15.2954 11.4238 16.3427 9.33398 16.3428C7.90417 16.3428 6.56227 16.7639 5.58887 17.5479C4.62735 18.3224 4 19.469 4 21H3V16.2061C3 8.92018 8.8164 3.00018 16.0078 3H20.3193L19.9443 3.72852Z",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=\"M19.9443 3.72852C19.7713 4.06519 19.6083 4.40006 19.4463 4.73242C19.2851 5.06317 19.1246 5.39292 18.9609 5.71094C18.6345 6.34539 18.2835 6.95711 17.8564 7.4873C17.1109 8.41288 16.148 9.06497 14.7334 9.24316C15.434 10.8254 15.1558 12.4882 14.2656 13.7969C13.2462 15.2954 11.4238 16.3427 9.33398 16.3428C7.90417 16.3428 6.56227 16.7639 5.58887 17.5479C4.62735 18.3224 4 19.469 4 21H3V16.2061C3 8.92018 8.8164 3.00018 16.0078 3H20.3193L19.9443 3.72852Z\"\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,ocACF,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:"M19.9443 3.72852C19.7713 4.06519 19.6083 4.40006 19.4463 4.73242C19.2851 5.06317 19.1246 5.39292 18.9609 5.71094C18.6345 6.34539 18.2835 6.95711 17.8564 7.4873C17.1109 8.41288 16.148 9.06497 14.7334 9.24316C15.434 10.8254 15.1558 12.4882 14.2656 13.7969C13.2462 15.2954 11.4238 16.3427 9.33398 16.3428C7.90417 16.3428 6.56227 16.7639 5.58887 17.5479C4.62735 18.3224 4 19.469 4 21H3V16.2061C3 8.92018 8.8164 3.00018 16.0078 3H20.3193L19.9443 3.72852Z",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=\"M19.9443 3.72852C19.7713 4.06519 19.6083 4.40006 19.4463 4.73242C19.2851 5.06317 19.1246 5.39292 18.9609 5.71094C18.6345 6.34539 18.2835 6.95711 17.8564 7.4873C17.1109 8.41288 16.148 9.06497 14.7334 9.24316C15.434 10.8254 15.1558 12.4882 14.2656 13.7969C13.2462 15.2954 11.4238 16.3427 9.33398 16.3428C7.90417 16.3428 6.56227 16.7639 5.58887 17.5479C4.62735 18.3224 4 19.469 4 21H3V16.2061C3 8.92018 8.8164 3.00018 16.0078 3H20.3193L19.9443 3.72852Z\"\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,ocACF,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 u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=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,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(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 d={};g(d,{IconGrass:()=>i,default:()=>H});module.exports=v(d);var C=s(require("react"));var m=s(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M6 4C13 5.5 14.5 12.3684 14.5 19H15.5C15.5 14.5 16.8571 10.375 22 8.5C20.5474 11.4563 20.0402 15.8531 20 19H23V20H1V19H4C3.95978 15.8531 3.45255 11.4563 2 8.5C7.14286 10.375 8.5 14.5 8.5 19H9.5C9.45978 14.3625 8.5 8.5 6 4Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M19.001 3C17.305 6.05277 16.3188 9.27258 15.8467 12.4756C15.5761 13.0051 15.3537 13.5546 15.1738 14.1191C14.9156 12.3739 14.4815 10.6832 13.7852 9.16016C13.4627 8.45498 13.0835 7.78629 12.6426 7.16504C13.9348 5.14358 15.9436 3.65515 19.001 3Z",fill:"currentColor"})),H=i;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.5 14.5 12.3684 14.5 19H15.5C15.5 14.5 16.8571 10.375 22 8.5C20.5474 11.4563 20.0402 15.8531 20 19H23V20H1V19H4C3.95978 15.8531 3.45255 11.4563 2 8.5C7.14286 10.375 8.5 14.5 8.5 19H9.5C9.45978 14.3625 8.5 8.5 6 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.001 3C17.305 6.05277 16.3188 9.27258 15.8467 12.4756C15.5761 13.0051 15.3537 13.5546 15.1738 14.1191C14.9156 12.3739 14.4815 10.6832 13.7852 9.16016C13.4627 8.45498 13.0835 7.78629 12.6426 7.16504C13.9348 5.14358 15.9436 3.65515 19.001 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,iOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qPACF,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M6 4C13 5.5 14.5 12.3684 14.5 19H15.5C15.5 14.5 16.8571 10.375 22 8.5C20.5474 11.4563 20.0402 15.8531 20 19H23V20H1V19H4C3.95978 15.8531 3.45255 11.4563 2 8.5C7.14286 10.375 8.5 14.5 8.5 19H9.5C9.45978 14.3625 8.5 8.5 6 4Z",fill:"currentColor"}),t.createElement(n,{d:"M19.001 3C17.305 6.05277 16.3188 9.27258 15.8467 12.4756C15.5761 13.0051 15.3537 13.5546 15.1738 14.1191C14.9156 12.3739 14.4815 10.6832 13.7852 9.16016C13.4627 8.45498 13.0835 7.78629 12.6426 7.16504C13.9348 5.14358 15.9436 3.65515 19.001 3Z",fill:"currentColor"})),P=a;export{a 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.5 14.5 12.3684 14.5 19H15.5C15.5 14.5 16.8571 10.375 22 8.5C20.5474 11.4563 20.0402 15.8531 20 19H23V20H1V19H4C3.95978 15.8531 3.45255 11.4563 2 8.5C7.14286 10.375 8.5 14.5 8.5 19H9.5C9.45978 14.3625 8.5 8.5 6 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.001 3C17.305 6.05277 16.3188 9.27258 15.8467 12.4756C15.5761 13.0051 15.3537 13.5546 15.1738 14.1191C14.9156 12.3739 14.4815 10.6832 13.7852 9.16016C13.4627 8.45498 13.0835 7.78629 12.6426 7.16504C13.9348 5.14358 15.9436 3.65515 19.001 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,iOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qPACF,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:"M16.9994 12.9688C14.769 12.9688 12.9609 14.7768 12.9609 17.0072C12.9609 19.2376 14.769 21.0457 16.9994 21.0457C17.9224 21.0457 18.7736 20.7356 19.4536 20.2146L21.4993 22.2609L22.2609 21.4995L20.214 19.452C20.7306 18.7735 21.0379 17.9259 21.0379 17.0072C21.0379 14.7768 19.2298 12.9688 16.9994 12.9688ZM14.0379 17.0072C14.0379 15.3716 15.3638 14.0457 16.9994 14.0457C18.635 14.0457 19.9609 15.3716 19.9609 17.0072C19.9609 17.8234 19.6315 18.5615 19.0971 19.0978C18.5603 19.6364 17.8192 19.9688 16.9994 19.9688C15.3638 19.9688 14.0379 18.6428 14.0379 17.0072Z",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:"M16.9994 12.9688C14.769 12.9688 12.9609 14.7768 12.9609 17.0072C12.9609 19.2376 14.769 21.0457 16.9994 21.0457C17.9224 21.0457 18.7736 20.7356 19.4536 20.2146L21.4993 22.2609L22.2609 21.4995L20.214 19.452C20.7306 18.7735 21.0379 17.9259 21.0379 17.0072C21.0379 14.7768 19.2298 12.9688 16.9994 12.9688ZM14.0379 17.0072C14.0379 15.3716 15.3638 14.0457 16.9994 14.0457C18.635 14.0457 19.9609 15.3716 19.9609 17.0072C19.9609 17.8234 19.6315 18.5615 19.0971 19.0978C18.5603 19.6364 17.8192 19.9688 16.9994 19.9688C15.3638 19.9688 14.0379 18.6428 14.0379 17.0072Z",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=\"M16.9994 12.9688C14.769 12.9688 12.9609 14.7768 12.9609 17.0072C12.9609 19.2376 14.769 21.0457 16.9994 21.0457C17.9224 21.0457 18.7736 20.7356 19.4536 20.2146L21.4993 22.2609L22.2609 21.4995L20.214 19.452C20.7306 18.7735 21.0379 17.9259 21.0379 17.0072C21.0379 14.7768 19.2298 12.9688 16.9994 12.9688ZM14.0379 17.0072C14.0379 15.3716 15.3638 14.0457 16.9994 14.0457C18.635 14.0457 19.9609 15.3716 19.9609 17.0072C19.9609 17.8234 19.6315 18.5615 19.0971 19.0978C18.5603 19.6364 17.8192 19.9688 16.9994 19.9688C15.3638 19.9688 14.0379 18.6428 14.0379 17.0072Z\"\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,gjBACF,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=\"M16.9994 12.9688C14.769 12.9688 12.9609 14.7768 12.9609 17.0072C12.9609 19.2376 14.769 21.0457 16.9994 21.0457C17.9224 21.0457 18.7736 20.7356 19.4536 20.2146L21.4993 22.2609L22.2609 21.4995L20.214 19.452C20.7306 18.7735 21.0379 17.9259 21.0379 17.0072C21.0379 14.7768 19.2298 12.9688 16.9994 12.9688ZM14.0379 17.0072C14.0379 15.3716 15.3638 14.0457 16.9994 14.0457C18.635 14.0457 19.9609 15.3716 19.9609 17.0072C19.9609 17.8234 19.6315 18.5615 19.0971 19.0978C18.5603 19.6364 17.8192 19.9688 16.9994 19.9688C15.3638 19.9688 14.0379 18.6428 14.0379 17.0072Z\"\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,gjBACF,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:"M16.9994 12.9688C14.769 12.9688 12.9609 14.7768 12.9609 17.0072C12.9609 19.2376 14.769 21.0457 16.9994 21.0457C17.9224 21.0457 18.7736 20.7356 19.4536 20.2146L21.4993 22.2609L22.2609 21.4995L20.214 19.452C20.7306 18.7735 21.0379 17.9259 21.0379 17.0072C21.0379 14.7768 19.2298 12.9688 16.9994 12.9688ZM14.0379 17.0072C14.0379 15.3716 15.3638 14.0457 16.9994 14.0457C18.635 14.0457 19.9609 15.3716 19.9609 17.0072C19.9609 17.8234 19.6315 18.5615 19.0971 19.0978C18.5603 19.6364 17.8192 19.9688 16.9994 19.9688C15.3638 19.9688 14.0379 18.6428 14.0379 17.0072Z",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:"M16.9994 12.9688C14.769 12.9688 12.9609 14.7768 12.9609 17.0072C12.9609 19.2376 14.769 21.0457 16.9994 21.0457C17.9224 21.0457 18.7736 20.7356 19.4536 20.2146L21.4993 22.2609L22.2609 21.4995L20.214 19.452C20.7306 18.7735 21.0379 17.9259 21.0379 17.0072C21.0379 14.7768 19.2298 12.9688 16.9994 12.9688ZM14.0379 17.0072C14.0379 15.3716 15.3638 14.0457 16.9994 14.0457C18.635 14.0457 19.9609 15.3716 19.9609 17.0072C19.9609 17.8234 19.6315 18.5615 19.0971 19.0978C18.5603 19.6364 17.8192 19.9688 16.9994 19.9688C15.3638 19.9688 14.0379 18.6428 14.0379 17.0072Z",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=\"M16.9994 12.9688C14.769 12.9688 12.9609 14.7768 12.9609 17.0072C12.9609 19.2376 14.769 21.0457 16.9994 21.0457C17.9224 21.0457 18.7736 20.7356 19.4536 20.2146L21.4993 22.2609L22.2609 21.4995L20.214 19.452C20.7306 18.7735 21.0379 17.9259 21.0379 17.0072C21.0379 14.7768 19.2298 12.9688 16.9994 12.9688ZM14.0379 17.0072C14.0379 15.3716 15.3638 14.0457 16.9994 14.0457C18.635 14.0457 19.9609 15.3716 19.9609 17.0072C19.9609 17.8234 19.6315 18.5615 19.0971 19.0978C18.5603 19.6364 17.8192 19.9688 16.9994 19.9688C15.3638 19.9688 14.0379 18.6428 14.0379 17.0072Z\"\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,gjBACF,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=\"M16.9994 12.9688C14.769 12.9688 12.9609 14.7768 12.9609 17.0072C12.9609 19.2376 14.769 21.0457 16.9994 21.0457C17.9224 21.0457 18.7736 20.7356 19.4536 20.2146L21.4993 22.2609L22.2609 21.4995L20.214 19.452C20.7306 18.7735 21.0379 17.9259 21.0379 17.0072C21.0379 14.7768 19.2298 12.9688 16.9994 12.9688ZM14.0379 17.0072C14.0379 15.3716 15.3638 14.0457 16.9994 14.0457C18.635 14.0457 19.9609 15.3716 19.9609 17.0072C19.9609 17.8234 19.6315 18.5615 19.0971 19.0978C18.5603 19.6364 17.8192 19.9688 16.9994 19.9688C15.3638 19.9688 14.0379 18.6428 14.0379 17.0072Z\"\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,gjBACF,KAAK,eACP,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": "square-filled-radius-0-stroke-1",
9871
9871
  "componentName": "IconFeather"
9872
9872
  },
9873
+ {
9874
+ "category": "Edit",
9875
+ "svg": "<path d=\"M19.9443 3.72852C19.7713 4.06519 19.6083 4.40006 19.4463 4.73242C19.2851 5.06317 19.1246 5.39292 18.9609 5.71094C18.6345 6.34539 18.2835 6.95711 17.8564 7.4873C17.1109 8.41288 16.148 9.06497 14.7334 9.24316C15.434 10.8254 15.1558 12.4882 14.2656 13.7969C13.2462 15.2954 11.4238 16.3427 9.33398 16.3428C7.90417 16.3428 6.56227 16.7639 5.58887 17.5479C4.62735 18.3224 4 19.469 4 21H3V16.2061C3 8.92018 8.8164 3.00018 16.0078 3H20.3193L19.9443 3.72852Z\" fill=\"currentColor\"/>",
9876
+ "iconName": "feather-2, writing",
9877
+ "variant": {
9878
+ "join": "square",
9879
+ "filled": "on",
9880
+ "radius": "0",
9881
+ "stroke": "1"
9882
+ },
9883
+ "createdAt": "2026-01-30T09:00:32.202564+00:00",
9884
+ "packageName": "square-filled-radius-0-stroke-1",
9885
+ "componentName": "IconFeather2"
9886
+ },
9873
9887
  {
9874
9888
  "category": "Interface General",
9875
9889
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 1V9H11.5V1H12.5ZM6 5.29289L8.60955 7.90244L7.90244 8.60955L5.29289 6L6 5.29289ZM18.7071 6L16.0976 8.60955L15.3905 7.90244L18 5.29289L18.7071 6ZM1 11.5H9V12.5H1V11.5ZM15 11.5H23V12.5H15V11.5ZM12.5 15V23H11.5V15H12.5ZM8.60955 16.0976L6 18.7071L5.29289 18L7.90244 15.3905L8.60955 16.0976ZM16.0976 15.3905L18.7071 18L18 18.7071L15.3905 16.0976L16.0976 15.3905Z\" fill=\"currentColor\"/>",
@@ -11956,6 +11970,20 @@
11956
11970
  "packageName": "square-filled-radius-0-stroke-1",
11957
11971
  "componentName": "IconGraduateCap"
11958
11972
  },
11973
+ {
11974
+ "category": "Nature & Energy",
11975
+ "svg": "<path d=\"M6 4C13 5.5 14.5 12.3684 14.5 19H15.5C15.5 14.5 16.8571 10.375 22 8.5C20.5474 11.4563 20.0402 15.8531 20 19H23V20H1V19H4C3.95978 15.8531 3.45255 11.4563 2 8.5C7.14286 10.375 8.5 14.5 8.5 19H9.5C9.45978 14.3625 8.5 8.5 6 4Z\" fill=\"currentColor\"/><path d=\"M19.001 3C17.305 6.05277 16.3188 9.27258 15.8467 12.4756C15.5761 13.0051 15.3537 13.5546 15.1738 14.1191C14.9156 12.3739 14.4815 10.6832 13.7852 9.16016C13.4627 8.45498 13.0835 7.78629 12.6426 7.16504C13.9348 5.14358 15.9436 3.65515 19.001 3Z\" fill=\"currentColor\"/>",
11976
+ "iconName": "grass, logout, signout",
11977
+ "variant": {
11978
+ "join": "square",
11979
+ "filled": "on",
11980
+ "radius": "0",
11981
+ "stroke": "1"
11982
+ },
11983
+ "createdAt": "2026-01-30T09:00:32.202564+00:00",
11984
+ "packageName": "square-filled-radius-0-stroke-1",
11985
+ "componentName": "IconGrass"
11986
+ },
11959
11987
  {
11960
11988
  "category": "Nature & Energy",
11961
11989
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.3158 17.9682C2.11247 13.8395 2.31226 9.31289 5.09882 6.24986C7.93832 3.12864 13.3304 1.6742 20.0803 3.56418L20.3512 3.64001L20.427 3.91085C22.317 10.6608 20.8625 16.0529 17.7413 18.8924C14.6782 21.6789 10.1516 21.8787 6.0229 18.6754L3.50008 21.1982L2.79297 20.4911L5.3158 17.9682ZM9.00122 12.5L13.5012 7V10.5H16.0012L11.5012 16V12.5H9.00122Z\" 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=\"M16.9994 12.9688C14.769 12.9688 12.9609 14.7768 12.9609 17.0072C12.9609 19.2376 14.769 21.0457 16.9994 21.0457C17.9224 21.0457 18.7736 20.7356 19.4536 20.2146L21.4993 22.2609L22.2609 21.4995L20.214 19.452C20.7306 18.7735 21.0379 17.9259 21.0379 17.0072C21.0379 14.7768 19.2298 12.9688 16.9994 12.9688ZM14.0379 17.0072C14.0379 15.3716 15.3638 14.0457 16.9994 14.0457C18.635 14.0457 19.9609 15.3716 19.9609 17.0072C19.9609 17.8234 19.6315 18.5615 19.0971 19.0978C18.5603 19.6364 17.8192 19.9688 16.9994 19.9688C15.3638 19.9688 14.0379 18.6428 14.0379 17.0072Z\" 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",
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/square-filled-radius-0-stroke-1",
3
- "version": "1.1.109",
3
+ "version": "1.1.110",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
@@ -11,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";