@central-icons-react-native/square-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.
- package/IconFeather2/index.d.ts +4 -0
- package/IconFeather2/index.js +2 -0
- package/IconFeather2/index.js.map +1 -0
- package/IconFeather2/index.mjs +2 -0
- package/IconFeather2/index.mjs.map +1 -0
- package/IconGrass/index.d.ts +4 -0
- package/IconGrass/index.js +2 -0
- package/IconGrass/index.js.map +1 -0
- package/IconGrass/index.mjs +2 -0
- package/IconGrass/index.mjs.map +1 -0
- package/IconSquareGridMagnifyingGlass/index.d.ts +4 -0
- package/{IconSquareGridMaginfyingGlass → IconSquareGridMagnifyingGlass}/index.js +1 -1
- package/{IconSquareGridMaginfyingGlass → IconSquareGridMagnifyingGlass}/index.js.map +1 -1
- package/{IconSquareGridMaginfyingGlass → IconSquareGridMagnifyingGlass}/index.mjs +1 -1
- package/{IconSquareGridMaginfyingGlass → IconSquareGridMagnifyingGlass}/index.mjs.map +1 -1
- package/README.md +3 -1
- package/filtered-icons.json +30 -2
- package/icons/index.d.ts +3 -1
- package/icons-index.json +10 -6
- package/index.d.ts +3 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +17 -3
- package/IconSquareGridMaginfyingGlass/index.d.ts +0 -4
|
@@ -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})},C=(r,o,t,a)=>{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:!(a=i(o,e))||a.enumerable});return r};var s=(r,o,t)=>(t=r!=null?I(x(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>C(n({},"__esModule",{value:!0}),r);var F={};g(F,{IconFeather2:()=>B,default:()=>v});module.exports=h(F);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(l.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:"M4 16V21C4 17.8182 6.67663 16 9.59688 16C13.6298 16 16.5006 12.1257 14 9C17.2835 9 18 6.58512 19.35 4H16C9.37258 4 4 9.37258 4 16Z",stroke:"currentColor",strokeWidth:"2"})),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=\"M4 16V21C4 17.8182 6.67663 16 9.59688 16C13.6298 16 16.5006 12.1257 14 9C17.2835 9 18 6.58512 19.35 4H16C9.37258 4 4 9.37258 4 16Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,qIACF,OAAO,eACP,YAAY,IACd,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 a}from"react-native-svg";var t=({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 C}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(C,{d:"M4 16V21C4 17.8182 6.67663 16 9.59688 16C13.6298 16 16.5006 12.1257 14 9C17.2835 9 18 6.58512 19.35 4H16C9.37258 4 4 9.37258 4 16Z",stroke:"currentColor",strokeWidth:"2"})),P=s;export{s 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=\"M4 16V21C4 17.8182 6.67663 16 9.59688 16C13.6298 16 16.5006 12.1257 14 9C17.2835 9 18 6.58512 19.35 4H16C9.37258 4 4 9.37258 4 16Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,qIACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFeather2","props","React","CentralIconBase","IconFeather2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var k=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})},l=(r,o,t,p)=>{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:!(p=k(o,s))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?c(h(r)):{},l(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(C({},"__esModule",{value:!0}),r);var g={};I(g,{IconGrass:()=>u,default:()=>P});module.exports=x(g);var e=m(require("react"));var a=m(require("react")),d=require("react-native-svg"),i=({children:r,size:o=24,...t})=>a.default.createElement(d.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"),u=r=>e.default.createElement(i,{...r},e.default.createElement(n.Path,{d:"M1 19L23 19",stroke:"currentColor",strokeWidth:"2"}),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"}),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"}),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"}),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"})),P=u;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 d=\"M1 19L23 19\" stroke=\"currentColor\" strokeWidth=\"2\" />\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 />\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 />\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 />\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 />\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,QAAK,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,iFACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wFACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iGACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,OAAO,eACP,YAAY,IACd,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 p}from"react-native-svg";var n=({children:e,size:r=24,...s})=>C.createElement(p,{...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 l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M1 19L23 19",stroke:"currentColor",strokeWidth:"2"}),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"}),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"}),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"}),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"})),B=l;export{l 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 d=\"M1 19L23 19\" stroke=\"currentColor\" strokeWidth=\"2\" />\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 />\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 />\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 />\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 />\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,CAAK,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5DG,EAAA,cAACH,EAAA,CACC,EAAE,iFACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wFACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iGACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGrass","props","React","CentralIconBase","IconGrass_default"]}
|
|
@@ -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,x=Object.prototype.hasOwnProperty;var P=(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))!x.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)),H=r=>s(n({},"__esModule",{value:!0}),r);var V={};P(V,{
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(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))!x.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)),H=r=>s(n({},"__esModule",{value:!0}),r);var V={};P(V,{IconSquareGridMagnifyingGlass:()=>f,default:()=>M});module.exports=H(V);var p=C(require("react"));var m=C(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(l.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(c,{...r},p.default.createElement(i.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:"square"})),M=f;0&&(module.exports={IconSquareGridMagnifyingGlass});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/
|
|
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=\"square\"\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,SAChB,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:"square"})),x=C;export{C as
|
|
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:"square"})),x=C;export{C as IconSquareGridMagnifyingGlass,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/
|
|
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=\"square\"\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,SAChB,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
|
-
-
|
|
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
|
package/filtered-icons.json
CHANGED
|
@@ -9870,6 +9870,20 @@
|
|
|
9870
9870
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
9871
9871
|
"componentName": "IconFeather"
|
|
9872
9872
|
},
|
|
9873
|
+
{
|
|
9874
|
+
"category": "Edit",
|
|
9875
|
+
"svg": "<path d=\"M4 16V21C4 17.8182 6.67663 16 9.59688 16C13.6298 16 16.5006 12.1257 14 9C17.2835 9 18 6.58512 19.35 4H16C9.37258 4 4 9.37258 4 16Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
9876
|
+
"iconName": "feather-2, writing",
|
|
9877
|
+
"variant": {
|
|
9878
|
+
"join": "square",
|
|
9879
|
+
"filled": "off",
|
|
9880
|
+
"radius": "0",
|
|
9881
|
+
"stroke": "2"
|
|
9882
|
+
},
|
|
9883
|
+
"createdAt": "2026-01-30T09:00:32.202564+00:00",
|
|
9884
|
+
"packageName": "square-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=\"square\"/>",
|
|
@@ -11956,6 +11970,20 @@
|
|
|
11956
11970
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
11957
11971
|
"componentName": "IconGraduateCap"
|
|
11958
11972
|
},
|
|
11973
|
+
{
|
|
11974
|
+
"category": "Nature & Energy",
|
|
11975
|
+
"svg": "<path d=\"M1 19L23 19\" stroke=\"currentColor\" stroke-width=\"2\"/><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\"/><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\"/><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\"/><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\"/>",
|
|
11976
|
+
"iconName": "grass, logout, signout",
|
|
11977
|
+
"variant": {
|
|
11978
|
+
"join": "square",
|
|
11979
|
+
"filled": "off",
|
|
11980
|
+
"radius": "0",
|
|
11981
|
+
"stroke": "2"
|
|
11982
|
+
},
|
|
11983
|
+
"createdAt": "2026-01-30T09:00:32.202564+00:00",
|
|
11984
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
11985
|
+
"componentName": "IconGrass"
|
|
11986
|
+
},
|
|
11959
11987
|
{
|
|
11960
11988
|
"category": "Nature & Energy",
|
|
11961
11989
|
"svg": "<path d=\"M13.5 7L9 12.5H11.5V16L16 10.5H13.5V7Z\" fill=\"currentColor\"/><path d=\"M4.00148 20L6.34463 17.6569M6.34463 17.6569C0.00148273 10 7.00155 1.00006 19.5016 4.50004C23.0015 17.0001 14.0015 24 6.34463 17.6569Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
@@ -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=\"square\"/>",
|
|
20656
|
-
"iconName": "square-grid-
|
|
20684
|
+
"iconName": "square-grid-magnifying-glass, layout, grid, list, search, find, magifier",
|
|
20657
20685
|
"variant": {
|
|
20658
20686
|
"join": "square",
|
|
20659
20687
|
"filled": "off",
|
|
@@ -20662,7 +20690,7 @@
|
|
|
20662
20690
|
},
|
|
20663
20691
|
"createdAt": "2025-02-15T21:11:34.177092+00:00",
|
|
20664
20692
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
20665
|
-
"componentName": "
|
|
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
|
-
| "
|
|
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-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.110",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
|
|
@@ -11,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":
|
|
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":
|
|
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
|
-
"
|
|
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":
|
|
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
|
-
"
|
|
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 {
|
|
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";
|