@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.159 → 1.1.160
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/IconComboChartAxis/index.d.ts +4 -0
- package/IconComboChartAxis/index.js +2 -0
- package/IconComboChartAxis/index.js.map +1 -0
- package/IconComboChartAxis/index.mjs +2 -0
- package/IconComboChartAxis/index.mjs.map +1 -0
- package/IconSankeyAxis/index.d.ts +4 -0
- package/IconSankeyAxis/index.js +2 -0
- package/IconSankeyAxis/index.js.map +1 -0
- package/IconSankeyAxis/index.mjs +2 -0
- package/IconSankeyAxis/index.mjs.map +1 -0
- package/IconStackedBarChartAxis2/index.d.ts +4 -0
- package/IconStackedBarChartAxis2/index.js +2 -0
- package/IconStackedBarChartAxis2/index.js.map +1 -0
- package/IconStackedBarChartAxis2/index.mjs +2 -0
- package/IconStackedBarChartAxis2/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +9 -3
- package/index.d.ts +3 -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 +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},m=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of V(o))!x.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=u(o,e))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?c(H(r)):{},m(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>m(p({},"__esModule",{value:!0}),r);var d={};B(d,{IconComboChartAxis:()=>i,default:()=>P});module.exports=I(d);var n=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>n.default.createElement(L,{...r},n.default.createElement(l.Path,{d:"M4 10.3799L8.42969 7.15137L12.9463 8.46289L19.5195 5.05566L19.9639 4.82617L20.4238 5.71387L19.9805 5.94434L13.2305 9.44434L13.0527 9.53613L12.8604 9.48047L8.62207 8.24805L4.29492 11.4043L4 11.6182V20H21V21H3V3H4V10.3799Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M8 18H7V12H8V18Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13 18H12V13H13V18Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M18 18H17V11H18V18Z",fill:"currentColor"})),P=i;0&&(module.exports={IconComboChartAxis});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconComboChartAxis/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 IconComboChartAxis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 10.3799L8.42969 7.15137L12.9463 8.46289L19.5195 5.05566L19.9639 4.82617L20.4238 5.71387L19.9805 5.94434L13.2305 9.44434L13.0527 9.53613L12.8604 9.48047L8.62207 8.24805L4.29492 11.4043L4 11.6182V20H21V21H3V3H4V10.3799Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 18H7V12H8V18Z\" fill=\"currentColor\" />\n <Path d=\"M13 18H12V13H13V18Z\" fill=\"currentColor\" />\n <Path d=\"M18 18H17V11H18V18Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconComboChartAxis;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,CACpD,EAIGE,EAAQJ","names":["IconComboChartAxis_exports","__export","IconComboChartAxis","IconComboChartAxis_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconComboChartAxis","props","React","CentralIconBase","IconComboChartAxis_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:n,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"},n);import{Path as t}from"react-native-svg";var m=n=>o.createElement(e,{...n},o.createElement(t,{d:"M4 10.3799L8.42969 7.15137L12.9463 8.46289L19.5195 5.05566L19.9639 4.82617L20.4238 5.71387L19.9805 5.94434L13.2305 9.44434L13.0527 9.53613L12.8604 9.48047L8.62207 8.24805L4.29492 11.4043L4 11.6182V20H21V21H3V3H4V10.3799Z",fill:"currentColor"}),o.createElement(t,{d:"M8 18H7V12H8V18Z",fill:"currentColor"}),o.createElement(t,{d:"M13 18H12V13H13V18Z",fill:"currentColor"}),o.createElement(t,{d:"M18 18H17V11H18V18Z",fill:"currentColor"})),x=m;export{m as IconComboChartAxis,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconComboChartAxis/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 IconComboChartAxis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 10.3799L8.42969 7.15137L12.9463 8.46289L19.5195 5.05566L19.9639 4.82617L20.4238 5.71387L19.9805 5.94434L13.2305 9.44434L13.0527 9.53613L12.8604 9.48047L8.62207 8.24805L4.29492 11.4043L4 11.6182V20H21V21H3V3H4V10.3799Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 18H7V12H8V18Z\" fill=\"currentColor\" />\n <Path d=\"M13 18H12V13H13V18Z\" fill=\"currentColor\" />\n <Path d=\"M18 18H17V11H18V18Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconComboChartAxis;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/CG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,CACpD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconComboChartAxis","props","React","CentralIconBase","IconComboChartAxis_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var e=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!B.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=V(o,t))||l.enumerable});return r};var H=(r,o,C)=>(C=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(e({},"__esModule",{value:!0}),r);var v={};I(v,{IconSankeyAxis:()=>c,default:()=>g});module.exports=P(v);var n=H(require("react"));var m=H(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M4 20H21V21H3V3H4V20Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M20 6H19.5C16.89 6 14.9384 7.61061 12.8213 9.38379C12.6082 9.56229 12.3922 9.74119 12.1748 9.9209C12.4074 10.1674 12.6381 10.4145 12.8662 10.6602C13.3015 11.1289 13.7308 11.5893 14.1611 12.0264C15.6975 10.9007 17.4069 10 19.5 10H20V11H19.5C17.7497 11 16.2963 11.7254 14.8896 12.7373C15.2614 13.0832 15.6371 13.4055 16.0234 13.6924C17.1074 14.4973 18.2326 15 19.5 15H20V16H19.5C17.9464 16 16.6161 15.3776 15.4277 14.4951C14.9639 14.1507 14.5168 13.7613 14.0811 13.3486C13.6633 13.6793 13.2457 14.0283 12.8213 14.3838C10.7595 16.1106 8.53221 18 5.5 18H5V17H5.5C8.10995 17 10.0616 15.3894 12.1787 13.6162C12.5661 13.2917 12.959 12.961 13.3623 12.6387C12.9448 12.2115 12.5359 11.7728 12.1338 11.3398C11.886 11.073 11.6405 10.8086 11.3955 10.5498C9.71498 11.8641 7.84968 13 5.5 13H5V12H5.5C7.49275 12 9.1005 11.0595 10.6924 9.82617C10.1309 9.26398 9.56562 8.74508 8.97656 8.30762C7.89263 7.50267 6.76744 7 5.5 7H5V6H5.5C7.05361 6 8.38386 6.62237 9.57227 7.50488C10.2364 7.9981 10.8665 8.58301 11.4766 9.19824C11.709 9.00713 11.9434 8.81333 12.1787 8.61621C14.2405 6.88941 16.4678 5 19.5 5H20V6Z",fill:"currentColor"})),g=c;0&&(module.exports={IconSankeyAxis});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSankeyAxis/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 IconSankeyAxis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\" />\n <Path\n d=\"M20 6H19.5C16.89 6 14.9384 7.61061 12.8213 9.38379C12.6082 9.56229 12.3922 9.74119 12.1748 9.9209C12.4074 10.1674 12.6381 10.4145 12.8662 10.6602C13.3015 11.1289 13.7308 11.5893 14.1611 12.0264C15.6975 10.9007 17.4069 10 19.5 10H20V11H19.5C17.7497 11 16.2963 11.7254 14.8896 12.7373C15.2614 13.0832 15.6371 13.4055 16.0234 13.6924C17.1074 14.4973 18.2326 15 19.5 15H20V16H19.5C17.9464 16 16.6161 15.3776 15.4277 14.4951C14.9639 14.1507 14.5168 13.7613 14.0811 13.3486C13.6633 13.6793 13.2457 14.0283 12.8213 14.3838C10.7595 16.1106 8.53221 18 5.5 18H5V17H5.5C8.10995 17 10.0616 15.3894 12.1787 13.6162C12.5661 13.2917 12.959 12.961 13.3623 12.6387C12.9448 12.2115 12.5359 11.7728 12.1338 11.3398C11.886 11.073 11.6405 10.8086 11.3955 10.5498C9.71498 11.8641 7.84968 13 5.5 13H5V12H5.5C7.49275 12 9.1005 11.0595 10.6924 9.82617C10.1309 9.26398 9.56562 8.74508 8.97656 8.30762C7.89263 7.50267 6.76744 7 5.5 7H5V6H5.5C7.05361 6 8.38386 6.62237 9.57227 7.50488C10.2364 7.9981 10.8665 8.58301 11.4766 9.19824C11.709 9.00713 11.9434 8.81333 12.1787 8.61621C14.2405 6.88941 16.4678 5 19.5 5H20V6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSankeyAxis;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QACC,EAAE,okCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSankeyAxis_exports","__export","IconSankeyAxis","IconSankeyAxis_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSankeyAxis","props","React","CentralIconBase","IconSankeyAxis_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({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 e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M4 20H21V21H3V3H4V20Z",fill:"currentColor"}),C.createElement(e,{d:"M20 6H19.5C16.89 6 14.9384 7.61061 12.8213 9.38379C12.6082 9.56229 12.3922 9.74119 12.1748 9.9209C12.4074 10.1674 12.6381 10.4145 12.8662 10.6602C13.3015 11.1289 13.7308 11.5893 14.1611 12.0264C15.6975 10.9007 17.4069 10 19.5 10H20V11H19.5C17.7497 11 16.2963 11.7254 14.8896 12.7373C15.2614 13.0832 15.6371 13.4055 16.0234 13.6924C17.1074 14.4973 18.2326 15 19.5 15H20V16H19.5C17.9464 16 16.6161 15.3776 15.4277 14.4951C14.9639 14.1507 14.5168 13.7613 14.0811 13.3486C13.6633 13.6793 13.2457 14.0283 12.8213 14.3838C10.7595 16.1106 8.53221 18 5.5 18H5V17H5.5C8.10995 17 10.0616 15.3894 12.1787 13.6162C12.5661 13.2917 12.959 12.961 13.3623 12.6387C12.9448 12.2115 12.5359 11.7728 12.1338 11.3398C11.886 11.073 11.6405 10.8086 11.3955 10.5498C9.71498 11.8641 7.84968 13 5.5 13H5V12H5.5C7.49275 12 9.1005 11.0595 10.6924 9.82617C10.1309 9.26398 9.56562 8.74508 8.97656 8.30762C7.89263 7.50267 6.76744 7 5.5 7H5V6H5.5C7.05361 6 8.38386 6.62237 9.57227 7.50488C10.2364 7.9981 10.8665 8.58301 11.4766 9.19824C11.709 9.00713 11.9434 8.81333 12.1787 8.61621C14.2405 6.88941 16.4678 5 19.5 5H20V6Z",fill:"currentColor"})),B=a;export{a as IconSankeyAxis,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSankeyAxis/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 IconSankeyAxis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\" />\n <Path\n d=\"M20 6H19.5C16.89 6 14.9384 7.61061 12.8213 9.38379C12.6082 9.56229 12.3922 9.74119 12.1748 9.9209C12.4074 10.1674 12.6381 10.4145 12.8662 10.6602C13.3015 11.1289 13.7308 11.5893 14.1611 12.0264C15.6975 10.9007 17.4069 10 19.5 10H20V11H19.5C17.7497 11 16.2963 11.7254 14.8896 12.7373C15.2614 13.0832 15.6371 13.4055 16.0234 13.6924C17.1074 14.4973 18.2326 15 19.5 15H20V16H19.5C17.9464 16 16.6161 15.3776 15.4277 14.4951C14.9639 14.1507 14.5168 13.7613 14.0811 13.3486C13.6633 13.6793 13.2457 14.0283 12.8213 14.3838C10.7595 16.1106 8.53221 18 5.5 18H5V17H5.5C8.10995 17 10.0616 15.3894 12.1787 13.6162C12.5661 13.2917 12.959 12.961 13.3623 12.6387C12.9448 12.2115 12.5359 11.7728 12.1338 11.3398C11.886 11.073 11.6405 10.8086 11.3955 10.5498C9.71498 11.8641 7.84968 13 5.5 13H5V12H5.5C7.49275 12 9.1005 11.0595 10.6924 9.82617C10.1309 9.26398 9.56562 8.74508 8.97656 8.30762C7.89263 7.50267 6.76744 7 5.5 7H5V6H5.5C7.05361 6 8.38386 6.62237 9.57227 7.50488C10.2364 7.9981 10.8665 8.58301 11.4766 9.19824C11.709 9.00713 11.9434 8.81333 12.1787 8.61621C14.2405 6.88941 16.4678 5 19.5 5H20V6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSankeyAxis;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CACC,EAAE,okCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSankeyAxis","props","React","CentralIconBase","IconSankeyAxis_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!H.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>C(p({},"__esModule",{value:!0}),r);var g={};P(g,{IconStackedBarChartAxis2:()=>i,default:()=>d});module.exports=V(g);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M4 20H21V21H3V3H4V20Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12 19H7V9H12V19Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M18 19H13V6H18V19Z",fill:"currentColor"})),d=i;0&&(module.exports={IconStackedBarChartAxis2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChartAxis2/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 IconStackedBarChartAxis2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\" />\n <Path d=\"M12 19H7V9H12V19Z\" fill=\"currentColor\" />\n <Path d=\"M18 19H13V6H18V19Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChartAxis2;\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,8BAAAE,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,EAAsDC,GAE/D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGE,EAAQJ","names":["IconStackedBarChartAxis2_exports","__export","IconStackedBarChartAxis2","IconStackedBarChartAxis2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChartAxis2","props","React","CentralIconBase","IconStackedBarChartAxis2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(a,{...p,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 e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M4 20H21V21H3V3H4V20Z",fill:"currentColor"}),o.createElement(e,{d:"M12 19H7V9H12V19Z",fill:"currentColor"}),o.createElement(e,{d:"M18 19H13V6H18V19Z",fill:"currentColor"})),H=C;export{C as IconStackedBarChartAxis2,H as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChartAxis2/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 IconStackedBarChartAxis2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\" />\n <Path d=\"M12 19H7V9H12V19Z\" fill=\"currentColor\" />\n <Path d=\"M18 19H13V6H18V19Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChartAxis2;\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,EAAsDC,GAE/DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChartAxis2","props","React","CentralIconBase","IconStackedBarChartAxis2_default"]}
|
package/README.md
CHANGED
|
@@ -1774,6 +1774,7 @@ Below is a complete list of available icons:
|
|
|
1774
1774
|
- IconChart7
|
|
1775
1775
|
- IconChartWaterfall
|
|
1776
1776
|
- IconChartWaterfallAxis
|
|
1777
|
+
- IconComboChartAxis
|
|
1777
1778
|
- IconInsights
|
|
1778
1779
|
- IconLeaderboard
|
|
1779
1780
|
- IconLineChart1
|
|
@@ -1784,7 +1785,9 @@ Below is a complete list of available icons:
|
|
|
1784
1785
|
- IconPieChart2
|
|
1785
1786
|
- IconPieChart3
|
|
1786
1787
|
- IconPointChart
|
|
1788
|
+
- IconSankeyAxis
|
|
1787
1789
|
- IconSankeyChart
|
|
1790
|
+
- IconStackedBarChartAxis2
|
|
1788
1791
|
- IconSunburstChart
|
|
1789
1792
|
- IconSunburstChart2
|
|
1790
1793
|
- IconTrending1
|
package/filtered-icons.json
CHANGED
|
@@ -7658,6 +7658,20 @@
|
|
|
7658
7658
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
7659
7659
|
"componentName": "IconColumnWideRemove"
|
|
7660
7660
|
},
|
|
7661
|
+
{
|
|
7662
|
+
"category": "Statistics & Charts",
|
|
7663
|
+
"svg": "<path d=\"M4 10.3799L8.42969 7.15137L12.9463 8.46289L19.5195 5.05566L19.9639 4.82617L20.4238 5.71387L19.9805 5.94434L13.2305 9.44434L13.0527 9.53613L12.8604 9.48047L8.62207 8.24805L4.29492 11.4043L4 11.6182V20H21V21H3V3H4V10.3799Z\" fill=\"currentColor\"/><path d=\"M8 18H7V12H8V18Z\" fill=\"currentColor\"/><path d=\"M13 18H12V13H13V18Z\" fill=\"currentColor\"/><path d=\"M18 18H17V11H18V18Z\" fill=\"currentColor\"/>",
|
|
7664
|
+
"iconName": "combo-chart-axis",
|
|
7665
|
+
"variant": {
|
|
7666
|
+
"join": "square",
|
|
7667
|
+
"filled": "on",
|
|
7668
|
+
"radius": "0",
|
|
7669
|
+
"stroke": "1"
|
|
7670
|
+
},
|
|
7671
|
+
"createdAt": "2026-03-17T10:01:09.685221+00:00",
|
|
7672
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
7673
|
+
"componentName": "IconComboChartAxis"
|
|
7674
|
+
},
|
|
7661
7675
|
{
|
|
7662
7676
|
"category": "Code",
|
|
7663
7677
|
"svg": "<path d=\"M12 6C15.1453 6 17.7234 8.42031 17.9775 11.5H23V12.5H17.9775C17.7234 15.5797 15.1453 18 12 18C8.85472 18 6.27661 15.5797 6.02246 12.5H1V11.5H6.02246C6.27661 8.42031 8.85472 6 12 6Z\" fill=\"currentColor\"/>",
|
|
@@ -20034,6 +20048,20 @@
|
|
|
20034
20048
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
20035
20049
|
"componentName": "IconSandbox"
|
|
20036
20050
|
},
|
|
20051
|
+
{
|
|
20052
|
+
"category": "Statistics & Charts",
|
|
20053
|
+
"svg": "<path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\"/><path d=\"M20 6H19.5C16.89 6 14.9384 7.61061 12.8213 9.38379C12.6082 9.56229 12.3922 9.74119 12.1748 9.9209C12.4074 10.1674 12.6381 10.4145 12.8662 10.6602C13.3015 11.1289 13.7308 11.5893 14.1611 12.0264C15.6975 10.9007 17.4069 10 19.5 10H20V11H19.5C17.7497 11 16.2963 11.7254 14.8896 12.7373C15.2614 13.0832 15.6371 13.4055 16.0234 13.6924C17.1074 14.4973 18.2326 15 19.5 15H20V16H19.5C17.9464 16 16.6161 15.3776 15.4277 14.4951C14.9639 14.1507 14.5168 13.7613 14.0811 13.3486C13.6633 13.6793 13.2457 14.0283 12.8213 14.3838C10.7595 16.1106 8.53221 18 5.5 18H5V17H5.5C8.10995 17 10.0616 15.3894 12.1787 13.6162C12.5661 13.2917 12.959 12.961 13.3623 12.6387C12.9448 12.2115 12.5359 11.7728 12.1338 11.3398C11.886 11.073 11.6405 10.8086 11.3955 10.5498C9.71498 11.8641 7.84968 13 5.5 13H5V12H5.5C7.49275 12 9.1005 11.0595 10.6924 9.82617C10.1309 9.26398 9.56562 8.74508 8.97656 8.30762C7.89263 7.50267 6.76744 7 5.5 7H5V6H5.5C7.05361 6 8.38386 6.62237 9.57227 7.50488C10.2364 7.9981 10.8665 8.58301 11.4766 9.19824C11.709 9.00713 11.9434 8.81333 12.1787 8.61621C14.2405 6.88941 16.4678 5 19.5 5H20V6Z\" fill=\"currentColor\"/>",
|
|
20054
|
+
"iconName": "sankey-axis",
|
|
20055
|
+
"variant": {
|
|
20056
|
+
"join": "square",
|
|
20057
|
+
"filled": "on",
|
|
20058
|
+
"radius": "0",
|
|
20059
|
+
"stroke": "1"
|
|
20060
|
+
},
|
|
20061
|
+
"createdAt": "2026-03-17T10:01:09.685221+00:00",
|
|
20062
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
20063
|
+
"componentName": "IconSankeyAxis"
|
|
20064
|
+
},
|
|
20037
20065
|
{
|
|
20038
20066
|
"category": "Statistics & Charts",
|
|
20039
20067
|
"svg": "<path d=\"M3.5 5C7.30442 5 9.90366 7.40414 12.3379 9.63086C12.5267 9.80356 12.7159 9.97374 12.9033 10.1436C13.6761 9.06124 14.4884 8.01934 15.4023 7.16602C16.7722 5.88703 18.3993 5 20.5 5H21V6H20.5C18.7203 6 17.3257 6.73808 16.085 7.89648C15.2107 8.71274 14.4284 9.7228 13.6533 10.8135C15.6802 12.5816 17.7392 14 20.5 14H21V15H20.5C17.419 15 15.1288 13.4229 13.0762 11.6406C12.9291 11.8535 12.7804 12.0673 12.6318 12.2832C12.3238 12.7308 12.0099 13.1836 11.6875 13.6328C11.8942 13.7903 12.1004 13.9468 12.3047 14.1035C14.9415 16.1259 17.4138 18 20.5 18H21V19H20.5C17.0165 19 14.2735 16.874 11.6953 14.8965C11.4935 14.7417 11.292 14.5888 11.0918 14.4365C9.22588 16.8821 6.97456 19 3.5 19H3V18H3.5C6.51217 18 8.49166 16.1899 10.291 13.835C8.15394 12.2634 6.03388 11 3.5 11H3V10H3.5C6.35375 10 8.71036 11.4272 10.8867 13.0303C11.1946 12.6021 11.5016 12.1629 11.8086 11.7168C11.9794 11.4686 12.1516 11.2193 12.3242 10.9697C12.1022 10.7688 11.8807 10.5691 11.6621 10.3691C9.17701 8.0959 6.85678 6 3.5 6H3V5H3.5Z\" fill=\"currentColor\"/>",
|
|
@@ -22302,6 +22330,20 @@
|
|
|
22302
22330
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
22303
22331
|
"componentName": "IconStableVoice"
|
|
22304
22332
|
},
|
|
22333
|
+
{
|
|
22334
|
+
"category": "Statistics & Charts",
|
|
22335
|
+
"svg": "<path d=\"M4 20H21V21H3V3H4V20Z\" fill=\"currentColor\"/><path d=\"M12 19H7V9H12V19Z\" fill=\"currentColor\"/><path d=\"M18 19H13V6H18V19Z\" fill=\"currentColor\"/>",
|
|
22336
|
+
"iconName": "stacked-bar-chart-axis-2",
|
|
22337
|
+
"variant": {
|
|
22338
|
+
"join": "square",
|
|
22339
|
+
"filled": "on",
|
|
22340
|
+
"radius": "0",
|
|
22341
|
+
"stroke": "1"
|
|
22342
|
+
},
|
|
22343
|
+
"createdAt": "2026-03-17T10:01:09.685221+00:00",
|
|
22344
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
22345
|
+
"componentName": "IconStackedBarChartAxis2"
|
|
22346
|
+
},
|
|
22305
22347
|
{
|
|
22306
22348
|
"category": "Social Media & Brands",
|
|
22307
22349
|
"svg": "<path d=\"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -546,6 +546,7 @@ export type CentralIconName =
|
|
|
546
546
|
| "IconColumnWideHalfAdd"
|
|
547
547
|
| "IconColumnWideHalfRemove"
|
|
548
548
|
| "IconColumnWideRemove"
|
|
549
|
+
| "IconComboChartAxis"
|
|
549
550
|
| "IconCommits"
|
|
550
551
|
| "IconCompassRound"
|
|
551
552
|
| "IconCompassSquare"
|
|
@@ -1430,6 +1431,7 @@ export type CentralIconName =
|
|
|
1430
1431
|
| "IconSafari"
|
|
1431
1432
|
| "IconSafeSimple"
|
|
1432
1433
|
| "IconSandbox"
|
|
1434
|
+
| "IconSankeyAxis"
|
|
1433
1435
|
| "IconSankeyChart"
|
|
1434
1436
|
| "IconSatellite1"
|
|
1435
1437
|
| "IconSatellite2"
|
|
@@ -1592,6 +1594,7 @@ export type CentralIconName =
|
|
|
1592
1594
|
| "IconSquareX"
|
|
1593
1595
|
| "IconSquized"
|
|
1594
1596
|
| "IconStableVoice"
|
|
1597
|
+
| "IconStackedBarChartAxis2"
|
|
1595
1598
|
| "IconStackOverflow"
|
|
1596
1599
|
| "IconStage"
|
|
1597
1600
|
| "IconStamps"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.160",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1866,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 70,
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
]
|
|
1695
1695
|
},
|
|
1696
1696
|
"Statistics & Charts": {
|
|
1697
|
-
"count":
|
|
1697
|
+
"count": 34,
|
|
1698
1698
|
"icons": [
|
|
1699
1699
|
"IconAnalytics",
|
|
1700
1700
|
"IconChart1",
|
|
@@ -1706,6 +1706,7 @@
|
|
|
1706
1706
|
"IconChart7",
|
|
1707
1707
|
"IconChartWaterfall",
|
|
1708
1708
|
"IconChartWaterfallAxis",
|
|
1709
|
+
"IconComboChartAxis",
|
|
1709
1710
|
"IconInsights",
|
|
1710
1711
|
"IconLeaderboard",
|
|
1711
1712
|
"IconLineChart1",
|
|
@@ -1716,7 +1717,9 @@
|
|
|
1716
1717
|
"IconPieChart2",
|
|
1717
1718
|
"IconPieChart3",
|
|
1718
1719
|
"IconPointChart",
|
|
1720
|
+
"IconSankeyAxis",
|
|
1719
1721
|
"IconSankeyChart",
|
|
1722
|
+
"IconStackedBarChartAxis2",
|
|
1720
1723
|
"IconSunburstChart",
|
|
1721
1724
|
"IconSunburstChart2",
|
|
1722
1725
|
"IconTrending1",
|
|
@@ -2612,6 +2615,7 @@
|
|
|
2612
2615
|
"IconColumnWideHalfAdd": "column-wide-half-add",
|
|
2613
2616
|
"IconColumnWideHalfRemove": "column-wide-half-remove",
|
|
2614
2617
|
"IconColumnWideRemove": "column-wide-remove",
|
|
2618
|
+
"IconComboChartAxis": "combo-chart-axis",
|
|
2615
2619
|
"IconCommits": "commits",
|
|
2616
2620
|
"IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
|
|
2617
2621
|
"IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
|
|
@@ -3496,6 +3500,7 @@
|
|
|
3496
3500
|
"IconSafari": "safari",
|
|
3497
3501
|
"IconSafeSimple": "safe-simple, save",
|
|
3498
3502
|
"IconSandbox": "sandbox, playground",
|
|
3503
|
+
"IconSankeyAxis": "sankey-axis",
|
|
3499
3504
|
"IconSankeyChart": "sankey-chart",
|
|
3500
3505
|
"IconSatellite1": "satellite-1, radar, feed",
|
|
3501
3506
|
"IconSatellite2": "satellite-2, radar, feed",
|
|
@@ -3658,6 +3663,7 @@
|
|
|
3658
3663
|
"IconSquareX": "square-x, close, x, checkbox, remove",
|
|
3659
3664
|
"IconSquized": "squized, centered, aligned",
|
|
3660
3665
|
"IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
3666
|
+
"IconStackedBarChartAxis2": "stacked-bar-chart-axis-2",
|
|
3661
3667
|
"IconStackOverflow": "stack-overflow",
|
|
3662
3668
|
"IconStage": "stage, show",
|
|
3663
3669
|
"IconStamps": "stamps, collection",
|
package/index.d.ts
CHANGED
|
@@ -545,6 +545,7 @@ export { IconColumnWideHalfRemove, default as IconColumnWideHalfRemoveDefault, }
|
|
|
545
545
|
export { IconColumnWideRemove, default as IconColumnWideRemoveDefault, } from "./IconColumnWideRemove";
|
|
546
546
|
export { IconColumns3, default as IconColumns3Default } from "./IconColumns3";
|
|
547
547
|
export { IconColumns3Wide, default as IconColumns3WideDefault, } from "./IconColumns3Wide";
|
|
548
|
+
export { IconComboChartAxis, default as IconComboChartAxisDefault, } from "./IconComboChartAxis";
|
|
548
549
|
export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
|
|
549
550
|
export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCompassRound";
|
|
550
551
|
export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
|
|
@@ -1429,6 +1430,7 @@ export { IconRunShortcut, default as IconRunShortcutDefault, } from "./IconRunSh
|
|
|
1429
1430
|
export { IconSafari, default as IconSafariDefault } from "./IconSafari";
|
|
1430
1431
|
export { IconSafeSimple, default as IconSafeSimpleDefault, } from "./IconSafeSimple";
|
|
1431
1432
|
export { IconSandbox, default as IconSandboxDefault } from "./IconSandbox";
|
|
1433
|
+
export { IconSankeyAxis, default as IconSankeyAxisDefault, } from "./IconSankeyAxis";
|
|
1432
1434
|
export { IconSankeyChart, default as IconSankeyChartDefault, } from "./IconSankeyChart";
|
|
1433
1435
|
export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatellite1";
|
|
1434
1436
|
export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
|
|
@@ -1592,6 +1594,7 @@ export { IconSquareX, default as IconSquareXDefault } from "./IconSquareX";
|
|
|
1592
1594
|
export { IconSquized, default as IconSquizedDefault } from "./IconSquized";
|
|
1593
1595
|
export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStableVoice";
|
|
1594
1596
|
export { IconStackOverflow, default as IconStackOverflowDefault, } from "./IconStackOverflow";
|
|
1597
|
+
export { IconStackedBarChartAxis2, default as IconStackedBarChartAxis2Default, } from "./IconStackedBarChartAxis2";
|
|
1595
1598
|
export { IconStage, default as IconStageDefault } from "./IconStage";
|
|
1596
1599
|
export { IconStamps, default as IconStampsDefault } from "./IconStamps";
|
|
1597
1600
|
export { IconStandingGlobe, default as IconStandingGlobeDefault, } from "./IconStandingGlobe";
|