@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.160 → 1.1.162
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/IconChartCompare/index.d.ts +4 -0
- package/IconChartCompare/index.js +2 -0
- package/IconChartCompare/index.js.map +1 -0
- package/IconChartCompare/index.mjs +2 -0
- package/IconChartCompare/index.mjs.map +1 -0
- package/IconChartCompareHorizontal/index.d.ts +4 -0
- package/IconChartCompareHorizontal/index.js +2 -0
- package/IconChartCompareHorizontal/index.js.map +1 -0
- package/IconChartCompareHorizontal/index.mjs +2 -0
- package/IconChartCompareHorizontal/index.mjs.map +1 -0
- package/IconSquareArrowBottomLeftCorner/index.d.ts +4 -0
- package/IconSquareArrowBottomLeftCorner/index.js +2 -0
- package/IconSquareArrowBottomLeftCorner/index.js.map +1 -0
- package/IconSquareArrowBottomLeftCorner/index.mjs +2 -0
- package/IconSquareArrowBottomLeftCorner/index.mjs.map +1 -0
- package/IconSquareArrowBottomRightCorner/index.d.ts +4 -0
- package/IconSquareArrowBottomRightCorner/index.js +2 -0
- package/IconSquareArrowBottomRightCorner/index.js.map +1 -0
- package/IconSquareArrowBottomRightCorner/index.mjs +2 -0
- package/IconSquareArrowBottomRightCorner/index.mjs.map +1 -0
- package/IconSquareArrowTopLeftCorner/index.d.ts +4 -0
- package/IconSquareArrowTopLeftCorner/index.js +2 -0
- package/IconSquareArrowTopLeftCorner/index.js.map +1 -0
- package/IconSquareArrowTopLeftCorner/index.mjs +2 -0
- package/IconSquareArrowTopLeftCorner/index.mjs.map +1 -0
- package/IconSquareArrowTopRightCorner/index.d.ts +4 -0
- package/IconSquareArrowTopRightCorner/index.js +2 -0
- package/IconSquareArrowTopRightCorner/index.js.map +1 -0
- package/IconSquareArrowTopRightCorner/index.mjs +2 -0
- package/IconSquareArrowTopRightCorner/index.mjs.map +1 -0
- package/IconStackedBarChart/index.d.ts +4 -0
- package/IconStackedBarChart/index.js +2 -0
- package/IconStackedBarChart/index.js.map +1 -0
- package/IconStackedBarChart/index.mjs +2 -0
- package/IconStackedBarChart/index.mjs.map +1 -0
- package/IconStackedBarChart100/index.d.ts +4 -0
- package/IconStackedBarChart100/index.js +2 -0
- package/IconStackedBarChart100/index.js.map +1 -0
- package/IconStackedBarChart100/index.mjs +2 -0
- package/IconStackedBarChart100/index.mjs.map +1 -0
- package/IconStackedBarChart2/index.d.ts +4 -0
- package/IconStackedBarChart2/index.js +2 -0
- package/IconStackedBarChart2/index.js.map +1 -0
- package/IconStackedBarChart2/index.mjs +2 -0
- package/IconStackedBarChart2/index.mjs.map +1 -0
- package/README.md +9 -0
- package/filtered-icons.json +126 -0
- package/icons/index.d.ts +9 -0
- package/icons-index.json +22 -4
- package/index.d.ts +9 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +63 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var H=Object.create;var p=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of c(o))!I.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=V(o,l))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?H(B(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>f(p({},"__esModule",{value:!0}),r);var g={};d(g,{IconChartCompare:()=>u,default:()=>P});module.exports=x(g);var t=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...n})=>a.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),u=r=>t.default.createElement(i,{...r},t.default.createElement(e.Path,{d:"M4 20H21V21H3V3H4V20Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M8 19H7V11H8V19Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M11 19H10V7H11V19Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M16 19H15V9H16V19Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M19 19H18V5H19V19Z",fill:"currentColor"})),P=u;0&&(module.exports={IconChartCompare});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChartCompare/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 IconChartCompare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\" />\n <Path d=\"M8 19H7V11H8V19Z\" fill=\"currentColor\" />\n <Path d=\"M11 19H10V7H11V19Z\" fill=\"currentColor\" />\n <Path d=\"M16 19H15V9H16V19Z\" fill=\"currentColor\" />\n <Path d=\"M19 19H18V5H19V19Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconChartCompare;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGE,EAAQJ","names":["IconChartCompare_exports","__export","IconChartCompare","IconChartCompare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChartCompare","props","React","CentralIconBase","IconChartCompare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var f=t=>o.createElement(e,{...t},o.createElement(n,{d:"M4 20H21V21H3V3H4V20Z",fill:"currentColor"}),o.createElement(n,{d:"M8 19H7V11H8V19Z",fill:"currentColor"}),o.createElement(n,{d:"M11 19H10V7H11V19Z",fill:"currentColor"}),o.createElement(n,{d:"M16 19H15V9H16V19Z",fill:"currentColor"}),o.createElement(n,{d:"M19 19H18V5H19V19Z",fill:"currentColor"})),I=f;export{f as IconChartCompare,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChartCompare/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 IconChartCompare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\" />\n <Path d=\"M8 19H7V11H8V19Z\" fill=\"currentColor\" />\n <Path d=\"M11 19H10V7H11V19Z\" fill=\"currentColor\" />\n <Path d=\"M16 19H15V9H16V19Z\" fill=\"currentColor\" />\n <Path d=\"M19 19H18V5H19V19Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconChartCompare;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/CG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChartCompare","props","React","CentralIconBase","IconChartCompare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of c(o))!I.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=V(o,l))||C.enumerable});return r};var f=(r,o,n)=>(n=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};d(g,{IconChartCompareHorizontal:()=>H,default:()=>P});module.exports=x(g);var t=f(require("react"));var m=f(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...n})=>m.default.createElement(i.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),H=r=>t.default.createElement(s,{...r},t.default.createElement(e.Path,{d:"M4 20H21V21H3V3H4V20Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M10 18H5V17H10V18Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M18 15H5V14H18V15Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12 10H5V9H12V10Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M16 7H5V6H16V7Z",fill:"currentColor"})),P=H;0&&(module.exports={IconChartCompareHorizontal});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChartCompareHorizontal/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 IconChartCompareHorizontal: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\" />\n <Path d=\"M10 18H5V17H10V18Z\" fill=\"currentColor\" />\n <Path d=\"M18 15H5V14H18V15Z\" fill=\"currentColor\" />\n <Path d=\"M12 10H5V9H12V10Z\" fill=\"currentColor\" />\n <Path d=\"M16 7H5V6H16V7Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconChartCompareHorizontal;\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,gCAAAE,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,EAAwDC,GAEjE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,CAChD,EAIGE,EAAQJ","names":["IconChartCompareHorizontal_exports","__export","IconChartCompareHorizontal","IconChartCompareHorizontal_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChartCompareHorizontal","props","React","CentralIconBase","IconChartCompareHorizontal_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M4 20H21V21H3V3H4V20Z",fill:"currentColor"}),o.createElement(n,{d:"M10 18H5V17H10V18Z",fill:"currentColor"}),o.createElement(n,{d:"M18 15H5V14H18V15Z",fill:"currentColor"}),o.createElement(n,{d:"M12 10H5V9H12V10Z",fill:"currentColor"}),o.createElement(n,{d:"M16 7H5V6H16V7Z",fill:"currentColor"})),I=a;export{a as IconChartCompareHorizontal,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChartCompareHorizontal/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 IconChartCompareHorizontal: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\" />\n <Path d=\"M10 18H5V17H10V18Z\" fill=\"currentColor\" />\n <Path d=\"M18 15H5V14H18V15Z\" fill=\"currentColor\" />\n <Path d=\"M12 10H5V9H12V10Z\" fill=\"currentColor\" />\n <Path d=\"M16 7H5V6H16V7Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconChartCompareHorizontal;\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,EAAwDC,GAEjEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,CAChD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChartCompareHorizontal","props","React","CentralIconBase","IconChartCompareHorizontal_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(d(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var H={};x(H,{IconSquareArrowBottomLeftCorner:()=>u,default:()=>g});module.exports=P(H);var p=m(require("react"));var C=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>C.default.createElement(f.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"),u=r=>p.default.createElement(s,{...r},p.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7 16.293V11H6V18H13V17H7.70703L13.707 11L13 10.293L7 16.293Z",fill:"currentColor"})),g=u;0&&(module.exports={IconSquareArrowBottomLeftCorner});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSquareArrowBottomLeftCorner/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 IconSquareArrowBottomLeftCorner: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM7 16.293V11H6V18H13V17H7.70703L13.707 11L13 10.293L7 16.293Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareArrowBottomLeftCorner;\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,qCAAAE,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,SAAS,UACT,SAAS,UACT,EAAE,iFACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSquareArrowBottomLeftCorner_exports","__export","IconSquareArrowBottomLeftCorner","IconSquareArrowBottomLeftCorner_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSquareArrowBottomLeftCorner","props","React","CentralIconBase","IconSquareArrowBottomLeftCorner_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,...n})=>p.createElement(l,{...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 m=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7 16.293V11H6V18H13V17H7.70703L13.707 11L13 10.293L7 16.293Z",fill:"currentColor"})),v=m;export{m as IconSquareArrowBottomLeftCorner,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSquareArrowBottomLeftCorner/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 IconSquareArrowBottomLeftCorner: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM7 16.293V11H6V18H13V17H7.70703L13.707 11L13 10.293L7 16.293Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareArrowBottomLeftCorner;\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,SAAS,UACT,SAAS,UACT,EAAE,iFACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSquareArrowBottomLeftCorner","props","React","CentralIconBase","IconSquareArrowBottomLeftCorner_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var h={};v(h,{IconSquareArrowBottomRightCorner:()=>i,default:()=>P});module.exports=x(h);var p=m(require("react"));var C=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>C.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM10.293 11L16.293 17H11V18H18V11H17V16.293L11 10.293L10.293 11Z",fill:"currentColor"})),P=i;0&&(module.exports={IconSquareArrowBottomRightCorner});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSquareArrowBottomRightCorner/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 IconSquareArrowBottomRightCorner: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM10.293 11L16.293 17H11V18H18V11H17V16.293L11 10.293L10.293 11Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareArrowBottomRightCorner;\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,sCAAAE,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,SAAS,UACT,SAAS,UACT,EAAE,mFACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSquareArrowBottomRightCorner_exports","__export","IconSquareArrowBottomRightCorner","IconSquareArrowBottomRightCorner_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSquareArrowBottomRightCorner","props","React","CentralIconBase","IconSquareArrowBottomRightCorner_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,...n})=>p.createElement(l,{...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 m=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM10.293 11L16.293 17H11V18H18V11H17V16.293L11 10.293L10.293 11Z",fill:"currentColor"})),g=m;export{m as IconSquareArrowBottomRightCorner,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSquareArrowBottomRightCorner/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 IconSquareArrowBottomRightCorner: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM10.293 11L16.293 17H11V18H18V11H17V16.293L11 10.293L10.293 11Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareArrowBottomRightCorner;\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,SAAS,UACT,SAAS,UACT,EAAE,mFACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSquareArrowBottomRightCorner","props","React","CentralIconBase","IconSquareArrowBottomRightCorner_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(d(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var H={};x(H,{IconSquareArrowTopLeftCorner:()=>u,default:()=>g});module.exports=P(H);var p=m(require("react"));var C=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>C.default.createElement(f.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"),u=r=>p.default.createElement(s,{...r},p.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM6 13H7V7.70703L13 13.707L13.707 13L7.70703 7H13V6H6V13Z",fill:"currentColor"})),g=u;0&&(module.exports={IconSquareArrowTopLeftCorner});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSquareArrowTopLeftCorner/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 IconSquareArrowTopLeftCorner: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM6 13H7V7.70703L13 13.707L13.707 13L7.70703 7H13V6H6V13Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareArrowTopLeftCorner;\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,kCAAAE,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,SAAS,UACT,SAAS,UACT,EAAE,4EACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSquareArrowTopLeftCorner_exports","__export","IconSquareArrowTopLeftCorner","IconSquareArrowTopLeftCorner_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSquareArrowTopLeftCorner","props","React","CentralIconBase","IconSquareArrowTopLeftCorner_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,...n})=>p.createElement(l,{...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 m=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM6 13H7V7.70703L13 13.707L13.707 13L7.70703 7H13V6H6V13Z",fill:"currentColor"})),v=m;export{m as IconSquareArrowTopLeftCorner,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSquareArrowTopLeftCorner/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 IconSquareArrowTopLeftCorner: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM6 13H7V7.70703L13 13.707L13.707 13L7.70703 7H13V6H6V13Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareArrowTopLeftCorner;\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,SAAS,UACT,SAAS,UACT,EAAE,4EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSquareArrowTopLeftCorner","props","React","CentralIconBase","IconSquareArrowTopLeftCorner_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var h={};v(h,{IconSquareArrowTopRightCorner:()=>i,default:()=>P});module.exports=x(h);var p=m(require("react"));var C=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>C.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM11 7H16.293L10.293 13L11 13.707L17 7.70703V13H18V6H11V7Z",fill:"currentColor"})),P=i;0&&(module.exports={IconSquareArrowTopRightCorner});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSquareArrowTopRightCorner/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 IconSquareArrowTopRightCorner: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM11 7H16.293L10.293 13L11 13.707L17 7.70703V13H18V6H11V7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareArrowTopRightCorner;\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,SAAS,UACT,SAAS,UACT,EAAE,6EACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSquareArrowTopRightCorner_exports","__export","IconSquareArrowTopRightCorner","IconSquareArrowTopRightCorner_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSquareArrowTopRightCorner","props","React","CentralIconBase","IconSquareArrowTopRightCorner_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,...n})=>p.createElement(l,{...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 m=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM11 7H16.293L10.293 13L11 13.707L17 7.70703V13H18V6H11V7Z",fill:"currentColor"})),g=m;export{m as IconSquareArrowTopRightCorner,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSquareArrowTopRightCorner/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 IconSquareArrowTopRightCorner: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM11 7H16.293L10.293 13L11 13.707L17 7.70703V13H18V6H11V7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSquareArrowTopRightCorner;\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,SAAS,UACT,SAAS,UACT,EAAE,6EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSquareArrowTopRightCorner","props","React","CentralIconBase","IconSquareArrowTopRightCorner_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var a=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var M=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of c(o))!B.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=s(o,e))||C.enumerable});return r};var H=(r,o,n)=>(n=r!=null?d(a(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),Z=r=>f(p({},"__esModule",{value:!0}),r);var x={};M(x,{IconStackedBarChart:()=>m,default:()=>I});module.exports=Z(x);var l=H(require("react"));var V=H(require("react")),i=require("react-native-svg"),u=({children:r,size:o=24,...n})=>V.default.createElement(i.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),m=r=>l.default.createElement(u,{...r},l.default.createElement(t.Path,{d:"M22 19V20H2V19H22Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M4 13H5V17H4V13Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M9 12H10V17H9V12Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M14 9.5H15V17H14V9.5Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M19 12.5H20V17H19V12.5Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M19 7.5H20V10.5H19V7.5Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M14 4H15V7.25H14V4Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M9 6H10V10H9V6Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M4 8H5V11H4V8Z",fill:"currentColor"})),I=m;0&&(module.exports={IconStackedBarChart});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart/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 IconStackedBarChart: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M22 19V20H2V19H22Z\" fill=\"currentColor\" />\n <Path d=\"M4 13H5V17H4V13Z\" fill=\"currentColor\" />\n <Path d=\"M9 12H10V17H9V12Z\" fill=\"currentColor\" />\n <Path d=\"M14 9.5H15V17H14V9.5Z\" fill=\"currentColor\" />\n <Path d=\"M19 12.5H20V17H19V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M19 7.5H20V10.5H19V7.5Z\" fill=\"currentColor\" />\n <Path d=\"M14 4H15V7.25H14V4Z\" fill=\"currentColor\" />\n <Path d=\"M9 6H10V10H9V6Z\" fill=\"currentColor\" />\n <Path d=\"M4 8H5V11H4V8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,KAAK,eAAe,CAC/C,EAIGE,EAAQJ","names":["IconStackedBarChart_exports","__export","IconStackedBarChart","IconStackedBarChart_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChart","props","React","CentralIconBase","IconStackedBarChart_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:l=24,...e})=>p.createElement(C,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>r.createElement(t,{...n},r.createElement(o,{d:"M22 19V20H2V19H22Z",fill:"currentColor"}),r.createElement(o,{d:"M4 13H5V17H4V13Z",fill:"currentColor"}),r.createElement(o,{d:"M9 12H10V17H9V12Z",fill:"currentColor"}),r.createElement(o,{d:"M14 9.5H15V17H14V9.5Z",fill:"currentColor"}),r.createElement(o,{d:"M19 12.5H20V17H19V12.5Z",fill:"currentColor"}),r.createElement(o,{d:"M19 7.5H20V10.5H19V7.5Z",fill:"currentColor"}),r.createElement(o,{d:"M14 4H15V7.25H14V4Z",fill:"currentColor"}),r.createElement(o,{d:"M9 6H10V10H9V6Z",fill:"currentColor"}),r.createElement(o,{d:"M4 8H5V11H4V8Z",fill:"currentColor"})),B=f;export{f as IconStackedBarChart,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart/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 IconStackedBarChart: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M22 19V20H2V19H22Z\" fill=\"currentColor\" />\n <Path d=\"M4 13H5V17H4V13Z\" fill=\"currentColor\" />\n <Path d=\"M9 12H10V17H9V12Z\" fill=\"currentColor\" />\n <Path d=\"M14 9.5H15V17H14V9.5Z\" fill=\"currentColor\" />\n <Path d=\"M19 12.5H20V17H19V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M19 7.5H20V10.5H19V7.5Z\" fill=\"currentColor\" />\n <Path d=\"M14 4H15V7.25H14V4Z\" fill=\"currentColor\" />\n <Path d=\"M9 6H10V10H9V6Z\" fill=\"currentColor\" />\n <Path d=\"M4 8H5V11H4V8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/CG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,KAAK,eAAe,CAC/C,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChart","props","React","CentralIconBase","IconStackedBarChart_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var Z=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var i=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},H=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of M(o))!I.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var V=(r,o,t)=>(t=r!=null?f(Z(r)):{},H(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),u=r=>H(n({},"__esModule",{value:!0}),r);var P={};i(P,{IconStackedBarChart100:()=>c,default:()=>x});module.exports=u(P);var p=V(require("react"));var l=V(require("react")),m=require("react-native-svg"),C=({children:r,size:o=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>p.default.createElement(C,{...r},p.default.createElement(s.Path,{d:"M22 20H2V19H22V20ZM5 18H4V13H5V18ZM10 18H9V12H10V18ZM15 18H14V9.5H15V18ZM20 18H19V12.5H20V18ZM5 11H4V4H5V11ZM20 10.5H19V4H20V10.5ZM10 10H9V4H10V10ZM15 7.25H14V4H15V7.25Z",fill:"currentColor"})),x=c;0&&(module.exports={IconStackedBarChart100});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart100/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 IconStackedBarChart100: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M22 20H2V19H22V20ZM5 18H4V13H5V18ZM10 18H9V12H10V18ZM15 18H14V9.5H15V18ZM20 18H19V12.5H20V18ZM5 11H4V4H5V11ZM20 10.5H19V4H20V10.5ZM10 10H9V4H10V10ZM15 7.25H14V4H15V7.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart100;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4KACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconStackedBarChart100_exports","__export","IconStackedBarChart100","IconStackedBarChart100_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChart100","props","React","CentralIconBase","IconStackedBarChart100_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 H}from"react-native-svg";var V=o=>e.createElement(t,{...o},e.createElement(H,{d:"M22 20H2V19H22V20ZM5 18H4V13H5V18ZM10 18H9V12H10V18ZM15 18H14V9.5H15V18ZM20 18H19V12.5H20V18ZM5 11H4V4H5V11ZM20 10.5H19V4H20V10.5ZM10 10H9V4H10V10ZM15 7.25H14V4H15V7.25Z",fill:"currentColor"})),I=V;export{V as IconStackedBarChart100,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart100/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 IconStackedBarChart100: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M22 20H2V19H22V20ZM5 18H4V13H5V18ZM10 18H9V12H10V18ZM15 18H14V9.5H15V18ZM20 18H19V12.5H20V18ZM5 11H4V4H5V11ZM20 10.5H19V4H20V10.5ZM10 10H9V4H10V10ZM15 7.25H14V4H15V7.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart100;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4KACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChart100","props","React","CentralIconBase","IconStackedBarChart100_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of d(o))!x.call(r,l)&&l!==t&&p(r,l,{get:()=>o[l],enumerable:!(C=B(o,l))||C.enumerable});return r};var f=(r,o,t)=>(t=r!=null?u(h(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>a(p({},"__esModule",{value:!0}),r);var g={};H(g,{IconStackedBarChart2:()=>s,default:()=>V});module.exports=I(g);var e=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>i.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),s=r=>e.default.createElement(c,{...r},e.default.createElement(n.Rect,{x:"2",y:"19",width:"20",height:"1",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M7 19H4V11H7V19Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M11 19H8V6H11V19Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M16 19H13V9H16V19Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M20 19H17V4H20V19Z",fill:"currentColor"})),V=s;0&&(module.exports={IconStackedBarChart2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path, Rect } from \"react-native-svg\";\n\nexport const IconStackedBarChart2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"2\" y=\"19\" width=\"20\" height=\"1\" fill=\"currentColor\" />\n <Path d=\"M7 19H4V11H7V19Z\" fill=\"currentColor\" />\n <Path d=\"M11 19H8V6H11V19Z\" fill=\"currentColor\" />\n <Path d=\"M16 19H13V9H16V19Z\" fill=\"currentColor\" />\n <Path d=\"M20 19H17V4H20V19Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart2;\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,0BAAAE,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,EAA2B,4BAEdC,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,IAAI,EAAE,KAAK,MAAM,KAAK,OAAO,IAAI,KAAK,eAAe,EAC7D,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGE,EAAQJ","names":["IconStackedBarChart2_exports","__export","IconStackedBarChart2","IconStackedBarChart2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChart2","props","React","CentralIconBase","IconStackedBarChart2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...l})=>p.createElement(C,{...l,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,Rect as a}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(a,{x:"2",y:"19",width:"20",height:"1",fill:"currentColor"}),o.createElement(t,{d:"M7 19H4V11H7V19Z",fill:"currentColor"}),o.createElement(t,{d:"M11 19H8V6H11V19Z",fill:"currentColor"}),o.createElement(t,{d:"M16 19H13V9H16V19Z",fill:"currentColor"}),o.createElement(t,{d:"M20 19H17V4H20V19Z",fill:"currentColor"})),H=f;export{f as IconStackedBarChart2,H as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path, Rect } from \"react-native-svg\";\n\nexport const IconStackedBarChart2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"2\" y=\"19\" width=\"20\" height=\"1\" fill=\"currentColor\" />\n <Path d=\"M7 19H4V11H7V19Z\" fill=\"currentColor\" />\n <Path d=\"M11 19H8V6H11V19Z\" fill=\"currentColor\" />\n <Path d=\"M16 19H13V9H16V19Z\" fill=\"currentColor\" />\n <Path d=\"M20 19H17V4H20V19Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart2;\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,EAAM,QAAAC,MAAY,mBAEpB,IAAMC,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,IAAI,EAAE,KAAK,MAAM,KAAK,OAAO,IAAI,KAAK,eAAe,EAC7DG,EAAA,cAACJ,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/CI,EAAA,cAACJ,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDI,EAAA,cAACJ,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDI,EAAA,cAACJ,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Rect","IconStackedBarChart2","props","React","CentralIconBase","IconStackedBarChart2_default"]}
|
package/README.md
CHANGED
|
@@ -349,12 +349,16 @@ Below is a complete list of available icons:
|
|
|
349
349
|
- IconRotate360Left
|
|
350
350
|
- IconRotate360Right
|
|
351
351
|
- IconShareArrowDown
|
|
352
|
+
- IconSquareArrowBottomLeftCorner
|
|
352
353
|
- IconSquareArrowBottomRight
|
|
354
|
+
- IconSquareArrowBottomRightCorner
|
|
353
355
|
- IconSquareArrowCenter
|
|
354
356
|
- IconSquareArrowInTopLeft
|
|
355
357
|
- IconSquareArrowOutTopLeft
|
|
358
|
+
- IconSquareArrowTopLeftCorner
|
|
356
359
|
- IconSquareArrowTopRight
|
|
357
360
|
- IconSquareArrowTopRight2
|
|
361
|
+
- IconSquareArrowTopRightCorner
|
|
358
362
|
- IconSquareCursor
|
|
359
363
|
- IconSquized
|
|
360
364
|
- IconStepBack
|
|
@@ -1772,6 +1776,8 @@ Below is a complete list of available icons:
|
|
|
1772
1776
|
- IconChart5
|
|
1773
1777
|
- IconChart6
|
|
1774
1778
|
- IconChart7
|
|
1779
|
+
- IconChartCompare
|
|
1780
|
+
- IconChartCompareHorizontal
|
|
1775
1781
|
- IconChartWaterfall
|
|
1776
1782
|
- IconChartWaterfallAxis
|
|
1777
1783
|
- IconComboChartAxis
|
|
@@ -1787,6 +1793,9 @@ Below is a complete list of available icons:
|
|
|
1787
1793
|
- IconPointChart
|
|
1788
1794
|
- IconSankeyAxis
|
|
1789
1795
|
- IconSankeyChart
|
|
1796
|
+
- IconStackedBarChart
|
|
1797
|
+
- IconStackedBarChart100
|
|
1798
|
+
- IconStackedBarChart2
|
|
1790
1799
|
- IconStackedBarChartAxis2
|
|
1791
1800
|
- IconSunburstChart
|
|
1792
1801
|
- IconSunburstChart2
|
package/filtered-icons.json
CHANGED
|
@@ -5880,6 +5880,34 @@
|
|
|
5880
5880
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
5881
5881
|
"componentName": "IconChart7"
|
|
5882
5882
|
},
|
|
5883
|
+
{
|
|
5884
|
+
"category": "Statistics & Charts",
|
|
5885
|
+
"svg": "<path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\"/><path d=\"M8 19H7V11H8V19Z\" fill=\"currentColor\"/><path d=\"M11 19H10V7H11V19Z\" fill=\"currentColor\"/><path d=\"M16 19H15V9H16V19Z\" fill=\"currentColor\"/><path d=\"M19 19H18V5H19V19Z\" fill=\"currentColor\"/>",
|
|
5886
|
+
"iconName": "chart-compare",
|
|
5887
|
+
"variant": {
|
|
5888
|
+
"join": "square",
|
|
5889
|
+
"filled": "on",
|
|
5890
|
+
"radius": "0",
|
|
5891
|
+
"stroke": "1"
|
|
5892
|
+
},
|
|
5893
|
+
"createdAt": "2026-03-17T11:00:54.99025+00:00",
|
|
5894
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
5895
|
+
"componentName": "IconChartCompare"
|
|
5896
|
+
},
|
|
5897
|
+
{
|
|
5898
|
+
"category": "Statistics & Charts",
|
|
5899
|
+
"svg": "<path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\"/><path d=\"M10 18H5V17H10V18Z\" fill=\"currentColor\"/><path d=\"M18 15H5V14H18V15Z\" fill=\"currentColor\"/><path d=\"M12 10H5V9H12V10Z\" fill=\"currentColor\"/><path d=\"M16 7H5V6H16V7Z\" fill=\"currentColor\"/>",
|
|
5900
|
+
"iconName": "chart-compare-horizontal",
|
|
5901
|
+
"variant": {
|
|
5902
|
+
"join": "square",
|
|
5903
|
+
"filled": "on",
|
|
5904
|
+
"radius": "0",
|
|
5905
|
+
"stroke": "1"
|
|
5906
|
+
},
|
|
5907
|
+
"createdAt": "2026-03-17T11:00:54.99025+00:00",
|
|
5908
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
5909
|
+
"componentName": "IconChartCompareHorizontal"
|
|
5910
|
+
},
|
|
5883
5911
|
{
|
|
5884
5912
|
"category": "Statistics & Charts",
|
|
5885
5913
|
"svg": "<path d=\"M22 20H2V19H22V20Z\" fill=\"currentColor\"/><path d=\"M4 15H3V11H4V15Z\" fill=\"currentColor\"/><path d=\"M21 15H20V4H21V15Z\" fill=\"currentColor\"/><path d=\"M8.25 13H7.25V6H8.25V13Z\" fill=\"currentColor\"/><path d=\"M12.5 13H11.5V9H12.5V13Z\" fill=\"currentColor\"/><path d=\"M16.75 10H15.75V5H16.75V10Z\" fill=\"currentColor\"/>",
|
|
@@ -21896,6 +21924,20 @@
|
|
|
21896
21924
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
21897
21925
|
"componentName": "IconSpotify"
|
|
21898
21926
|
},
|
|
21927
|
+
{
|
|
21928
|
+
"category": "Arrows",
|
|
21929
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM7 16.293V11H6V18H13V17H7.70703L13.707 11L13 10.293L7 16.293Z\" fill=\"currentColor\"/>",
|
|
21930
|
+
"iconName": "square-arrow-bottom-left-corner",
|
|
21931
|
+
"variant": {
|
|
21932
|
+
"join": "square",
|
|
21933
|
+
"filled": "on",
|
|
21934
|
+
"radius": "0",
|
|
21935
|
+
"stroke": "1"
|
|
21936
|
+
},
|
|
21937
|
+
"createdAt": "2026-03-17T11:00:54.99025+00:00",
|
|
21938
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
21939
|
+
"componentName": "IconSquareArrowBottomLeftCorner"
|
|
21940
|
+
},
|
|
21899
21941
|
{
|
|
21900
21942
|
"category": "Arrows",
|
|
21901
21943
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3L21 3V10H20V4L4 4L4 20H10V21H3L3 3ZM11.5 10.7929L20 19.2929V14H21V21H14V20H19.2929L10.7929 11.5L11.5 10.7929Z\" fill=\"currentColor\"/>",
|
|
@@ -21910,6 +21952,20 @@
|
|
|
21910
21952
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
21911
21953
|
"componentName": "IconSquareArrowBottomRight"
|
|
21912
21954
|
},
|
|
21955
|
+
{
|
|
21956
|
+
"category": "Arrows",
|
|
21957
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM10.293 11L16.293 17H11V18H18V11H17V16.293L11 10.293L10.293 11Z\" fill=\"currentColor\"/>",
|
|
21958
|
+
"iconName": "square-arrow-bottom-right-corner",
|
|
21959
|
+
"variant": {
|
|
21960
|
+
"join": "square",
|
|
21961
|
+
"filled": "on",
|
|
21962
|
+
"radius": "0",
|
|
21963
|
+
"stroke": "1"
|
|
21964
|
+
},
|
|
21965
|
+
"createdAt": "2026-03-17T11:00:54.99025+00:00",
|
|
21966
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
21967
|
+
"componentName": "IconSquareArrowBottomRightCorner"
|
|
21968
|
+
},
|
|
21913
21969
|
{
|
|
21914
21970
|
"category": "Arrows",
|
|
21915
21971
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3L21 3V14H20V4L4 4L4 20H14V21H3L3 3ZM9 9H16V10H10.7071L18.7071 18L18 18.7071L10 10.7071V16H9V9Z\" fill=\"currentColor\"/>",
|
|
@@ -21966,6 +22022,20 @@
|
|
|
21966
22022
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
21967
22023
|
"componentName": "IconSquareArrowOutTopLeft"
|
|
21968
22024
|
},
|
|
22025
|
+
{
|
|
22026
|
+
"category": "Arrows",
|
|
22027
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM6 13H7V7.70703L13 13.707L13.707 13L7.70703 7H13V6H6V13Z\" fill=\"currentColor\"/>",
|
|
22028
|
+
"iconName": "square-arrow-top-left-corner",
|
|
22029
|
+
"variant": {
|
|
22030
|
+
"join": "square",
|
|
22031
|
+
"filled": "on",
|
|
22032
|
+
"radius": "0",
|
|
22033
|
+
"stroke": "1"
|
|
22034
|
+
},
|
|
22035
|
+
"createdAt": "2026-03-17T11:00:54.99025+00:00",
|
|
22036
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
22037
|
+
"componentName": "IconSquareArrowTopLeftCorner"
|
|
22038
|
+
},
|
|
21969
22039
|
{
|
|
21970
22040
|
"category": "Arrows",
|
|
21971
22041
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 3H21V10H20V4.70711L11.5 13.2071L10.7929 12.5L19.2929 4H14V3ZM3 5H11V6H4V20H18V13H19V21H3V5Z\" fill=\"currentColor\"/>",
|
|
@@ -21994,6 +22064,20 @@
|
|
|
21994
22064
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
21995
22065
|
"componentName": "IconSquareArrowTopRight2"
|
|
21996
22066
|
},
|
|
22067
|
+
{
|
|
22068
|
+
"category": "Arrows",
|
|
22069
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM11 7H16.293L10.293 13L11 13.707L17 7.70703V13H18V6H11V7Z\" fill=\"currentColor\"/>",
|
|
22070
|
+
"iconName": "square-arrow-top-right-corner",
|
|
22071
|
+
"variant": {
|
|
22072
|
+
"join": "square",
|
|
22073
|
+
"filled": "on",
|
|
22074
|
+
"radius": "0",
|
|
22075
|
+
"stroke": "1"
|
|
22076
|
+
},
|
|
22077
|
+
"createdAt": "2026-03-17T11:00:54.99025+00:00",
|
|
22078
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
22079
|
+
"componentName": "IconSquareArrowTopRightCorner"
|
|
22080
|
+
},
|
|
21997
22081
|
{
|
|
21998
22082
|
"category": "Interface General",
|
|
21999
22083
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 2H16V8H22V22H8V16H2V2ZM15 8H8V15H3V3H15V8Z\" fill=\"currentColor\"/>",
|
|
@@ -22330,6 +22414,48 @@
|
|
|
22330
22414
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
22331
22415
|
"componentName": "IconStableVoice"
|
|
22332
22416
|
},
|
|
22417
|
+
{
|
|
22418
|
+
"category": "Statistics & Charts",
|
|
22419
|
+
"svg": "<path d=\"M22 19V20H2V19H22Z\" fill=\"currentColor\"/><path d=\"M4 13H5V17H4V13Z\" fill=\"currentColor\"/><path d=\"M9 12H10V17H9V12Z\" fill=\"currentColor\"/><path d=\"M14 9.5H15V17H14V9.5Z\" fill=\"currentColor\"/><path d=\"M19 12.5H20V17H19V12.5Z\" fill=\"currentColor\"/><path d=\"M19 7.5H20V10.5H19V7.5Z\" fill=\"currentColor\"/><path d=\"M14 4H15V7.25H14V4Z\" fill=\"currentColor\"/><path d=\"M9 6H10V10H9V6Z\" fill=\"currentColor\"/><path d=\"M4 8H5V11H4V8Z\" fill=\"currentColor\"/>",
|
|
22420
|
+
"iconName": "stacked-bar-chart",
|
|
22421
|
+
"variant": {
|
|
22422
|
+
"join": "square",
|
|
22423
|
+
"filled": "on",
|
|
22424
|
+
"radius": "0",
|
|
22425
|
+
"stroke": "1"
|
|
22426
|
+
},
|
|
22427
|
+
"createdAt": "2026-03-17T11:00:54.99025+00:00",
|
|
22428
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
22429
|
+
"componentName": "IconStackedBarChart"
|
|
22430
|
+
},
|
|
22431
|
+
{
|
|
22432
|
+
"category": "Statistics & Charts",
|
|
22433
|
+
"svg": "<path d=\"M22 20H2V19H22V20ZM5 18H4V13H5V18ZM10 18H9V12H10V18ZM15 18H14V9.5H15V18ZM20 18H19V12.5H20V18ZM5 11H4V4H5V11ZM20 10.5H19V4H20V10.5ZM10 10H9V4H10V10ZM15 7.25H14V4H15V7.25Z\" fill=\"currentColor\"/>",
|
|
22434
|
+
"iconName": "stacked-bar-chart-100",
|
|
22435
|
+
"variant": {
|
|
22436
|
+
"join": "square",
|
|
22437
|
+
"filled": "on",
|
|
22438
|
+
"radius": "0",
|
|
22439
|
+
"stroke": "1"
|
|
22440
|
+
},
|
|
22441
|
+
"createdAt": "2026-03-17T11:00:54.99025+00:00",
|
|
22442
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
22443
|
+
"componentName": "IconStackedBarChart100"
|
|
22444
|
+
},
|
|
22445
|
+
{
|
|
22446
|
+
"category": "Statistics & Charts",
|
|
22447
|
+
"svg": "<rect x=\"2\" y=\"19\" width=\"20\" height=\"1\" fill=\"currentColor\"/><path d=\"M7 19H4V11H7V19Z\" fill=\"currentColor\"/><path d=\"M11 19H8V6H11V19Z\" fill=\"currentColor\"/><path d=\"M16 19H13V9H16V19Z\" fill=\"currentColor\"/><path d=\"M20 19H17V4H20V19Z\" fill=\"currentColor\"/>",
|
|
22448
|
+
"iconName": "stacked-bar-chart-2, revenue",
|
|
22449
|
+
"variant": {
|
|
22450
|
+
"join": "square",
|
|
22451
|
+
"filled": "on",
|
|
22452
|
+
"radius": "0",
|
|
22453
|
+
"stroke": "1"
|
|
22454
|
+
},
|
|
22455
|
+
"createdAt": "2026-03-17T12:01:24.906844+00:00",
|
|
22456
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
22457
|
+
"componentName": "IconStackedBarChart2"
|
|
22458
|
+
},
|
|
22333
22459
|
{
|
|
22334
22460
|
"category": "Statistics & Charts",
|
|
22335
22461
|
"svg": "<path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\"/><path d=\"M12 19H7V9H12V19Z\" fill=\"currentColor\"/><path d=\"M18 19H13V6H18V19Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -419,6 +419,8 @@ export type CentralIconName =
|
|
|
419
419
|
| "IconChart5"
|
|
420
420
|
| "IconChart6"
|
|
421
421
|
| "IconChart7"
|
|
422
|
+
| "IconChartCompare"
|
|
423
|
+
| "IconChartCompareHorizontal"
|
|
422
424
|
| "IconChartWaterfall"
|
|
423
425
|
| "IconChartWaterfallAxis"
|
|
424
426
|
| "IconCheckCircle2"
|
|
@@ -1563,13 +1565,17 @@ export type CentralIconName =
|
|
|
1563
1565
|
| "IconSpeedDots"
|
|
1564
1566
|
| "IconSplit"
|
|
1565
1567
|
| "IconSpotify"
|
|
1568
|
+
| "IconSquareArrowBottomLeftCorner"
|
|
1566
1569
|
| "IconSquareArrowBottomRight"
|
|
1570
|
+
| "IconSquareArrowBottomRightCorner"
|
|
1567
1571
|
| "IconSquareArrowCenter"
|
|
1568
1572
|
| "IconSquareArrowDown"
|
|
1569
1573
|
| "IconSquareArrowInTopLeft"
|
|
1570
1574
|
| "IconSquareArrowOutTopLeft"
|
|
1575
|
+
| "IconSquareArrowTopLeftCorner"
|
|
1571
1576
|
| "IconSquareArrowTopRight"
|
|
1572
1577
|
| "IconSquareArrowTopRight2"
|
|
1578
|
+
| "IconSquareArrowTopRightCorner"
|
|
1573
1579
|
| "IconSquareBehindSquare1"
|
|
1574
1580
|
| "IconSquareBehindSquare2"
|
|
1575
1581
|
| "IconSquareBehindSquare3"
|
|
@@ -1594,6 +1600,9 @@ export type CentralIconName =
|
|
|
1594
1600
|
| "IconSquareX"
|
|
1595
1601
|
| "IconSquized"
|
|
1596
1602
|
| "IconStableVoice"
|
|
1603
|
+
| "IconStackedBarChart"
|
|
1604
|
+
| "IconStackedBarChart100"
|
|
1605
|
+
| "IconStackedBarChart2"
|
|
1597
1606
|
| "IconStackedBarChartAxis2"
|
|
1598
1607
|
| "IconStackOverflow"
|
|
1599
1608
|
| "IconStage"
|