@central-icons-react-native/round-filled-radius-1-stroke-1.5 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 u=Object.create;var l=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},m=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of x(o))!I.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=V(o,n))||p.enumerable});return r};var a=(r,o,C)=>(C=r!=null?u(B(r)):{},m(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>m(l({},"__esModule",{value:!0}),r);var L={};P(L,{IconComboChartAxis:()=>c,default:()=>g});module.exports=d(L);var t=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...C})=>f.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 e=require("react-native-svg"),c=r=>t.default.createElement(i,{...r},t.default.createElement(e.Path,{d:"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V9.85938L7.69434 7.39453C8.10837 7.07515 8.64355 6.95765 9.15332 7.07422L13.1475 7.9873C13.2049 8.00043 13.265 7.99274 13.3174 7.96582L19.4072 4.83301C19.7755 4.64375 20.2275 4.78901 20.417 5.15723C20.6063 5.52549 20.461 5.97754 20.0928 6.16699L14.0039 9.2998C13.6372 9.48849 13.2155 9.54204 12.8135 9.4502L8.81934 8.53613C8.74651 8.51948 8.6695 8.5364 8.61035 8.58203L4.70801 11.5938C4.64369 11.6434 4.57259 11.6773 4.5 11.7031V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.75C21.1642 19.5 21.5 19.8358 21.5 20.25C21.5 20.6642 21.1642 21 20.75 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M7.75 12C8.16421 12 8.5 12.3358 8.5 12.75V17.25C8.5 17.6642 8.16421 18 7.75 18C7.33579 18 7 17.6642 7 17.25V12.75C7 12.3358 7.33579 12 7.75 12Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12.75 13C13.1642 13 13.5 13.3358 13.5 13.75V17.25C13.5 17.6642 13.1642 18 12.75 18C12.3358 18 12 17.6642 12 17.25V13.75C12 13.3358 12.3358 13 12.75 13Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M17.75 11C18.1642 11 18.5 11.3358 18.5 11.75V17.25C18.5 17.6642 18.1642 18 17.75 18C17.3358 18 17 17.6642 17 17.25V11.75C17 11.3358 17.3358 11 17.75 11Z",fill:"currentColor"})),g=c;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=\"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V9.85938L7.69434 7.39453C8.10837 7.07515 8.64355 6.95765 9.15332 7.07422L13.1475 7.9873C13.2049 8.00043 13.265 7.99274 13.3174 7.96582L19.4072 4.83301C19.7755 4.64375 20.2275 4.78901 20.417 5.15723C20.6063 5.52549 20.461 5.97754 20.0928 6.16699L14.0039 9.2998C13.6372 9.48849 13.2155 9.54204 12.8135 9.4502L8.81934 8.53613C8.74651 8.51948 8.6695 8.5364 8.61035 8.58203L4.70801 11.5938C4.64369 11.6434 4.57259 11.6773 4.5 11.7031V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.75C21.1642 19.5 21.5 19.8358 21.5 20.25C21.5 20.6642 21.1642 21 20.75 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.75 12C8.16421 12 8.5 12.3358 8.5 12.75V17.25C8.5 17.6642 8.16421 18 7.75 18C7.33579 18 7 17.6642 7 17.25V12.75C7 12.3358 7.33579 12 7.75 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.75 13C13.1642 13 13.5 13.3358 13.5 13.75V17.25C13.5 17.6642 13.1642 18 12.75 18C12.3358 18 12 17.6642 12 17.25V13.75C12 13.3358 12.3358 13 12.75 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.75 11C18.1642 11 18.5 11.3358 18.5 11.75V17.25C18.5 17.6642 18.1642 18 17.75 18C17.3358 18 17 17.6642 17 17.25V11.75C17 11.3358 17.3358 11 17.75 11Z\"\n fill=\"currentColor\"\n />\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,4oBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2JACF,KAAK,eACP,CACF,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 l from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...e})=>l.createElement(p,{...e,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 C}from"react-native-svg";var m=t=>o.createElement(n,{...t},o.createElement(C,{d:"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V9.85938L7.69434 7.39453C8.10837 7.07515 8.64355 6.95765 9.15332 7.07422L13.1475 7.9873C13.2049 8.00043 13.265 7.99274 13.3174 7.96582L19.4072 4.83301C19.7755 4.64375 20.2275 4.78901 20.417 5.15723C20.6063 5.52549 20.461 5.97754 20.0928 6.16699L14.0039 9.2998C13.6372 9.48849 13.2155 9.54204 12.8135 9.4502L8.81934 8.53613C8.74651 8.51948 8.6695 8.5364 8.61035 8.58203L4.70801 11.5938C4.64369 11.6434 4.57259 11.6773 4.5 11.7031V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.75C21.1642 19.5 21.5 19.8358 21.5 20.25C21.5 20.6642 21.1642 21 20.75 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z",fill:"currentColor"}),o.createElement(C,{d:"M7.75 12C8.16421 12 8.5 12.3358 8.5 12.75V17.25C8.5 17.6642 8.16421 18 7.75 18C7.33579 18 7 17.6642 7 17.25V12.75C7 12.3358 7.33579 12 7.75 12Z",fill:"currentColor"}),o.createElement(C,{d:"M12.75 13C13.1642 13 13.5 13.3358 13.5 13.75V17.25C13.5 17.6642 13.1642 18 12.75 18C12.3358 18 12 17.6642 12 17.25V13.75C12 13.3358 12.3358 13 12.75 13Z",fill:"currentColor"}),o.createElement(C,{d:"M17.75 11C18.1642 11 18.5 11.3358 18.5 11.75V17.25C18.5 17.6642 18.1642 18 17.75 18C17.3358 18 17 17.6642 17 17.25V11.75C17 11.3358 17.3358 11 17.75 11Z",fill:"currentColor"})),I=m;export{m as IconComboChartAxis,I 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=\"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V9.85938L7.69434 7.39453C8.10837 7.07515 8.64355 6.95765 9.15332 7.07422L13.1475 7.9873C13.2049 8.00043 13.265 7.99274 13.3174 7.96582L19.4072 4.83301C19.7755 4.64375 20.2275 4.78901 20.417 5.15723C20.6063 5.52549 20.461 5.97754 20.0928 6.16699L14.0039 9.2998C13.6372 9.48849 13.2155 9.54204 12.8135 9.4502L8.81934 8.53613C8.74651 8.51948 8.6695 8.5364 8.61035 8.58203L4.70801 11.5938C4.64369 11.6434 4.57259 11.6773 4.5 11.7031V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.75C21.1642 19.5 21.5 19.8358 21.5 20.25C21.5 20.6642 21.1642 21 20.75 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.75 12C8.16421 12 8.5 12.3358 8.5 12.75V17.25C8.5 17.6642 8.16421 18 7.75 18C7.33579 18 7 17.6642 7 17.25V12.75C7 12.3358 7.33579 12 7.75 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.75 13C13.1642 13 13.5 13.3358 13.5 13.75V17.25C13.5 17.6642 13.1642 18 12.75 18C12.3358 18 12 17.6642 12 17.25V13.75C12 13.3358 12.3358 13 12.75 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.75 11C18.1642 11 18.5 11.3358 18.5 11.75V17.25C18.5 17.6642 18.1642 18 17.75 18C17.3358 18 17 17.6642 17 17.25V11.75C17 11.3358 17.3358 11 17.75 11Z\"\n fill=\"currentColor\"\n />\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,4oBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2JACF,KAAK,eACP,CACF,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 u=Object.create;var e=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!P.call(C,t)&&t!==o&&e(C,t,{get:()=>r[t],enumerable:!(l=x(r,t))||l.enumerable});return C};var m=(C,r,o)=>(o=C!=null?u(I(C)):{},a(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),v=C=>a(e({},"__esModule",{value:!0}),C);var S={};g(S,{IconSankeyAxis:()=>i,default:()=>y});module.exports=v(S);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:C,size:r=24,...o})=>s.default.createElement(f.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),i=C=>n.default.createElement(c,{...C},n.default.createElement(p.Path,{d:"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M19.25 5.25C19.6642 5.25 20 5.58579 20 6C20 6.41421 19.6642 6.75 19.25 6.75C16.7284 6.75 15.0813 8.06617 13.2236 9.58105C13.0797 9.69846 12.9332 9.81561 12.7861 9.93457C12.9606 10.1223 13.1328 10.3084 13.3018 10.4922C13.6053 10.8222 13.9021 11.1429 14.1963 11.4492C15.5628 10.3668 17.1629 9.5 19.25 9.5C19.6642 9.5 20 9.83579 20 10.25C20 10.6642 19.6642 11 19.25 11C17.6799 11 16.4494 11.6063 15.2822 12.5039C16.4598 13.5482 17.6865 14.25 19.25 14.25C19.6642 14.25 20 14.5858 20 15C20 15.4142 19.6642 15.75 19.25 15.75C17.1221 15.75 15.5011 14.7358 14.127 13.4854C13.8432 13.7448 13.558 14.0158 13.2666 14.293C11.4608 16.011 9.41374 18 6.25 18C5.83579 18 5.5 17.6642 5.5 17.25C5.5 16.8358 5.83579 16.5 6.25 16.5C8.72845 16.5 10.3604 14.989 12.2334 13.207C12.5018 12.9517 12.7757 12.6906 13.0576 12.4307C12.7628 12.1209 12.4768 11.8106 12.1982 11.5078C11.9937 11.2854 11.7914 11.0679 11.5918 10.8555C10.1532 11.8884 8.4802 12.75 6.25 12.75C5.83579 12.75 5.5 12.4142 5.5 12C5.5 11.5858 5.83579 11.25 6.25 11.25C7.96503 11.25 9.27509 10.6405 10.5225 9.77441C9.25012 8.57816 7.94874 7.75 6.25 7.75C5.83579 7.75 5.5 7.41421 5.5 7C5.5 6.58579 5.83579 6.25 6.25 6.25C8.56812 6.25 10.2854 7.45267 11.7363 8.85449C11.9147 8.71145 12.095 8.56681 12.2764 8.41895C14.0975 6.93386 16.1294 5.25 19.25 5.25Z",fill:"currentColor"})),y=i;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\n d=\"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.25 5.25C19.6642 5.25 20 5.58579 20 6C20 6.41421 19.6642 6.75 19.25 6.75C16.7284 6.75 15.0813 8.06617 13.2236 9.58105C13.0797 9.69846 12.9332 9.81561 12.7861 9.93457C12.9606 10.1223 13.1328 10.3084 13.3018 10.4922C13.6053 10.8222 13.9021 11.1429 14.1963 11.4492C15.5628 10.3668 17.1629 9.5 19.25 9.5C19.6642 9.5 20 9.83579 20 10.25C20 10.6642 19.6642 11 19.25 11C17.6799 11 16.4494 11.6063 15.2822 12.5039C16.4598 13.5482 17.6865 14.25 19.25 14.25C19.6642 14.25 20 14.5858 20 15C20 15.4142 19.6642 15.75 19.25 15.75C17.1221 15.75 15.5011 14.7358 14.127 13.4854C13.8432 13.7448 13.558 14.0158 13.2666 14.293C11.4608 16.011 9.41374 18 6.25 18C5.83579 18 5.5 17.6642 5.5 17.25C5.5 16.8358 5.83579 16.5 6.25 16.5C8.72845 16.5 10.3604 14.989 12.2334 13.207C12.5018 12.9517 12.7757 12.6906 13.0576 12.4307C12.7628 12.1209 12.4768 11.8106 12.1982 11.5078C11.9937 11.2854 11.7914 11.0679 11.5918 10.8555C10.1532 11.8884 8.4802 12.75 6.25 12.75C5.83579 12.75 5.5 12.4142 5.5 12C5.5 11.5858 5.83579 11.25 6.25 11.25C7.96503 11.25 9.27509 10.6405 10.5225 9.77441C9.25012 8.57816 7.94874 7.75 6.25 7.75C5.83579 7.75 5.5 7.41421 5.5 7C5.5 6.58579 5.83579 6.25 6.25 6.25C8.56812 6.25 10.2854 7.45267 11.7363 8.85449C11.9147 8.71145 12.095 8.56681 12.2764 8.41895C14.0975 6.93386 16.1294 5.25 19.25 5.25Z\"\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,QACC,EAAE,0NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+wCACF,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:r,size:C=24,...n})=>p.createElement(l,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as e}from"react-native-svg";var a=r=>o.createElement(t,{...r},o.createElement(e,{d:"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z",fill:"currentColor"}),o.createElement(e,{d:"M19.25 5.25C19.6642 5.25 20 5.58579 20 6C20 6.41421 19.6642 6.75 19.25 6.75C16.7284 6.75 15.0813 8.06617 13.2236 9.58105C13.0797 9.69846 12.9332 9.81561 12.7861 9.93457C12.9606 10.1223 13.1328 10.3084 13.3018 10.4922C13.6053 10.8222 13.9021 11.1429 14.1963 11.4492C15.5628 10.3668 17.1629 9.5 19.25 9.5C19.6642 9.5 20 9.83579 20 10.25C20 10.6642 19.6642 11 19.25 11C17.6799 11 16.4494 11.6063 15.2822 12.5039C16.4598 13.5482 17.6865 14.25 19.25 14.25C19.6642 14.25 20 14.5858 20 15C20 15.4142 19.6642 15.75 19.25 15.75C17.1221 15.75 15.5011 14.7358 14.127 13.4854C13.8432 13.7448 13.558 14.0158 13.2666 14.293C11.4608 16.011 9.41374 18 6.25 18C5.83579 18 5.5 17.6642 5.5 17.25C5.5 16.8358 5.83579 16.5 6.25 16.5C8.72845 16.5 10.3604 14.989 12.2334 13.207C12.5018 12.9517 12.7757 12.6906 13.0576 12.4307C12.7628 12.1209 12.4768 11.8106 12.1982 11.5078C11.9937 11.2854 11.7914 11.0679 11.5918 10.8555C10.1532 11.8884 8.4802 12.75 6.25 12.75C5.83579 12.75 5.5 12.4142 5.5 12C5.5 11.5858 5.83579 11.25 6.25 11.25C7.96503 11.25 9.27509 10.6405 10.5225 9.77441C9.25012 8.57816 7.94874 7.75 6.25 7.75C5.83579 7.75 5.5 7.41421 5.5 7C5.5 6.58579 5.83579 6.25 6.25 6.25C8.56812 6.25 10.2854 7.45267 11.7363 8.85449C11.9147 8.71145 12.095 8.56681 12.2764 8.41895C14.0975 6.93386 16.1294 5.25 19.25 5.25Z",fill:"currentColor"})),P=a;export{a as IconSankeyAxis,P 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\n d=\"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.25 5.25C19.6642 5.25 20 5.58579 20 6C20 6.41421 19.6642 6.75 19.25 6.75C16.7284 6.75 15.0813 8.06617 13.2236 9.58105C13.0797 9.69846 12.9332 9.81561 12.7861 9.93457C12.9606 10.1223 13.1328 10.3084 13.3018 10.4922C13.6053 10.8222 13.9021 11.1429 14.1963 11.4492C15.5628 10.3668 17.1629 9.5 19.25 9.5C19.6642 9.5 20 9.83579 20 10.25C20 10.6642 19.6642 11 19.25 11C17.6799 11 16.4494 11.6063 15.2822 12.5039C16.4598 13.5482 17.6865 14.25 19.25 14.25C19.6642 14.25 20 14.5858 20 15C20 15.4142 19.6642 15.75 19.25 15.75C17.1221 15.75 15.5011 14.7358 14.127 13.4854C13.8432 13.7448 13.558 14.0158 13.2666 14.293C11.4608 16.011 9.41374 18 6.25 18C5.83579 18 5.5 17.6642 5.5 17.25C5.5 16.8358 5.83579 16.5 6.25 16.5C8.72845 16.5 10.3604 14.989 12.2334 13.207C12.5018 12.9517 12.7757 12.6906 13.0576 12.4307C12.7628 12.1209 12.4768 11.8106 12.1982 11.5078C11.9937 11.2854 11.7914 11.0679 11.5918 10.8555C10.1532 11.8884 8.4802 12.75 6.25 12.75C5.83579 12.75 5.5 12.4142 5.5 12C5.5 11.5858 5.83579 11.25 6.25 11.25C7.96503 11.25 9.27509 10.6405 10.5225 9.77441C9.25012 8.57816 7.94874 7.75 6.25 7.75C5.83579 7.75 5.5 7.41421 5.5 7C5.5 6.58579 5.83579 6.25 6.25 6.25C8.56812 6.25 10.2854 7.45267 11.7363 8.85449C11.9147 8.71145 12.095 8.56681 12.2764 8.41895C14.0975 6.93386 16.1294 5.25 19.25 5.25Z\"\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,CACC,EAAE,0NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+wCACF,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 C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!P.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var V={};d(V,{IconStackedBarChartAxis2:()=>i,default:()=>H});module.exports=g(V);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 p=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M10.5 9C11.3284 9 12 9.67157 12 10.5V18H7V10.5C7 9.67157 7.67157 9 8.5 9H10.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M16.5 6C17.3284 6 18 6.67157 18 7.5V18H13V7.5C13 6.67157 13.6716 6 14.5 6H16.5Z",fill:"currentColor"})),H=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\n d=\"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5 9C11.3284 9 12 9.67157 12 10.5V18H7V10.5C7 9.67157 7.67157 9 8.5 9H10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 6C17.3284 6 18 6.67157 18 7.5V18H13V7.5C13 6.67157 13.6716 6 14.5 6H16.5Z\"\n fill=\"currentColor\"\n />\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,QACC,EAAE,0NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,CACF,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 p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z",fill:"currentColor"}),o.createElement(e,{d:"M10.5 9C11.3284 9 12 9.67157 12 10.5V18H7V10.5C7 9.67157 7.67157 9 8.5 9H10.5Z",fill:"currentColor"}),o.createElement(e,{d:"M16.5 6C17.3284 6 18 6.67157 18 7.5V18H13V7.5C13 6.67157 13.6716 6 14.5 6H16.5Z",fill:"currentColor"})),P=a;export{a as IconStackedBarChartAxis2,P 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\n d=\"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5 9C11.3284 9 12 9.67157 12 10.5V18H7V10.5C7 9.67157 7.67157 9 8.5 9H10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 6C17.3284 6 18 6.67157 18 7.5V18H13V7.5C13 6.67157 13.6716 6 14.5 6H16.5Z\"\n fill=\"currentColor\"\n />\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,CACC,EAAE,0NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,KAAK,eACP,CACF,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": "round-filled-radius-1-stroke-1.5",
|
|
7659
7659
|
"componentName": "IconColumnWideRemove"
|
|
7660
7660
|
},
|
|
7661
|
+
{
|
|
7662
|
+
"category": "Statistics & Charts",
|
|
7663
|
+
"svg": "<path d=\"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V9.85938L7.69434 7.39453C8.10837 7.07515 8.64355 6.95765 9.15332 7.07422L13.1475 7.9873C13.2049 8.00043 13.265 7.99274 13.3174 7.96582L19.4072 4.83301C19.7755 4.64375 20.2275 4.78901 20.417 5.15723C20.6063 5.52549 20.461 5.97754 20.0928 6.16699L14.0039 9.2998C13.6372 9.48849 13.2155 9.54204 12.8135 9.4502L8.81934 8.53613C8.74651 8.51948 8.6695 8.5364 8.61035 8.58203L4.70801 11.5938C4.64369 11.6434 4.57259 11.6773 4.5 11.7031V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.75C21.1642 19.5 21.5 19.8358 21.5 20.25C21.5 20.6642 21.1642 21 20.75 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z\" fill=\"currentColor\"/><path d=\"M7.75 12C8.16421 12 8.5 12.3358 8.5 12.75V17.25C8.5 17.6642 8.16421 18 7.75 18C7.33579 18 7 17.6642 7 17.25V12.75C7 12.3358 7.33579 12 7.75 12Z\" fill=\"currentColor\"/><path d=\"M12.75 13C13.1642 13 13.5 13.3358 13.5 13.75V17.25C13.5 17.6642 13.1642 18 12.75 18C12.3358 18 12 17.6642 12 17.25V13.75C12 13.3358 12.3358 13 12.75 13Z\" fill=\"currentColor\"/><path d=\"M17.75 11C18.1642 11 18.5 11.3358 18.5 11.75V17.25C18.5 17.6642 18.1642 18 17.75 18C17.3358 18 17 17.6642 17 17.25V11.75C17 11.3358 17.3358 11 17.75 11Z\" fill=\"currentColor\"/>",
|
|
7664
|
+
"iconName": "combo-chart-axis",
|
|
7665
|
+
"variant": {
|
|
7666
|
+
"join": "round",
|
|
7667
|
+
"filled": "on",
|
|
7668
|
+
"radius": "1",
|
|
7669
|
+
"stroke": "1.5"
|
|
7670
|
+
},
|
|
7671
|
+
"createdAt": "2026-03-17T10:01:09.685221+00:00",
|
|
7672
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
7673
|
+
"componentName": "IconComboChartAxis"
|
|
7674
|
+
},
|
|
7661
7675
|
{
|
|
7662
7676
|
"category": "Code",
|
|
7663
7677
|
"svg": "<path d=\"M12 6C15.0596 6 17.582 8.29041 17.9512 11.25H22.25C22.6642 11.25 23 11.5858 23 12C23 12.4142 22.6642 12.75 22.25 12.75H17.9512C17.582 15.7096 15.0596 18 12 18C8.94039 18 6.41803 15.7096 6.04883 12.75H1.75C1.33579 12.75 1 12.4142 1 12C1 11.5858 1.33579 11.25 1.75 11.25H6.04883C6.41803 8.29041 8.94039 6 12 6Z\" fill=\"currentColor\"/>",
|
|
@@ -20034,6 +20048,20 @@
|
|
|
20034
20048
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
20035
20049
|
"componentName": "IconSandbox"
|
|
20036
20050
|
},
|
|
20051
|
+
{
|
|
20052
|
+
"category": "Statistics & Charts",
|
|
20053
|
+
"svg": "<path d=\"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z\" fill=\"currentColor\"/><path d=\"M19.25 5.25C19.6642 5.25 20 5.58579 20 6C20 6.41421 19.6642 6.75 19.25 6.75C16.7284 6.75 15.0813 8.06617 13.2236 9.58105C13.0797 9.69846 12.9332 9.81561 12.7861 9.93457C12.9606 10.1223 13.1328 10.3084 13.3018 10.4922C13.6053 10.8222 13.9021 11.1429 14.1963 11.4492C15.5628 10.3668 17.1629 9.5 19.25 9.5C19.6642 9.5 20 9.83579 20 10.25C20 10.6642 19.6642 11 19.25 11C17.6799 11 16.4494 11.6063 15.2822 12.5039C16.4598 13.5482 17.6865 14.25 19.25 14.25C19.6642 14.25 20 14.5858 20 15C20 15.4142 19.6642 15.75 19.25 15.75C17.1221 15.75 15.5011 14.7358 14.127 13.4854C13.8432 13.7448 13.558 14.0158 13.2666 14.293C11.4608 16.011 9.41374 18 6.25 18C5.83579 18 5.5 17.6642 5.5 17.25C5.5 16.8358 5.83579 16.5 6.25 16.5C8.72845 16.5 10.3604 14.989 12.2334 13.207C12.5018 12.9517 12.7757 12.6906 13.0576 12.4307C12.7628 12.1209 12.4768 11.8106 12.1982 11.5078C11.9937 11.2854 11.7914 11.0679 11.5918 10.8555C10.1532 11.8884 8.4802 12.75 6.25 12.75C5.83579 12.75 5.5 12.4142 5.5 12C5.5 11.5858 5.83579 11.25 6.25 11.25C7.96503 11.25 9.27509 10.6405 10.5225 9.77441C9.25012 8.57816 7.94874 7.75 6.25 7.75C5.83579 7.75 5.5 7.41421 5.5 7C5.5 6.58579 5.83579 6.25 6.25 6.25C8.56812 6.25 10.2854 7.45267 11.7363 8.85449C11.9147 8.71145 12.095 8.56681 12.2764 8.41895C14.0975 6.93386 16.1294 5.25 19.25 5.25Z\" fill=\"currentColor\"/>",
|
|
20054
|
+
"iconName": "sankey-axis",
|
|
20055
|
+
"variant": {
|
|
20056
|
+
"join": "round",
|
|
20057
|
+
"filled": "on",
|
|
20058
|
+
"radius": "1",
|
|
20059
|
+
"stroke": "1.5"
|
|
20060
|
+
},
|
|
20061
|
+
"createdAt": "2026-03-17T10:01:09.685221+00:00",
|
|
20062
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
20063
|
+
"componentName": "IconSankeyAxis"
|
|
20064
|
+
},
|
|
20037
20065
|
{
|
|
20038
20066
|
"category": "Statistics & Charts",
|
|
20039
20067
|
"svg": "<path d=\"M20.25 5C20.6642 5 21 5.33579 21 5.75C21 6.16421 20.6642 6.5 20.25 6.5C18.5432 6.5 17.2383 7.17622 16.083 8.25195C15.3273 8.9557 14.6514 9.81489 13.9824 10.7568C15.8176 12.3139 17.6847 13.5 20.25 13.5C20.6642 13.5 21 13.8358 21 14.25C21 14.6642 20.6642 15 20.25 15C17.2331 15 15.0338 13.602 13.127 12C13.0328 12.1392 12.9371 12.2788 12.8418 12.4199C12.499 12.9272 12.1453 13.4452 11.7764 13.959C11.9895 14.0973 12.2014 14.2348 12.4111 14.3721C14.9177 16.0128 17.2206 17.5 20.25 17.5C20.6642 17.5 21 17.8358 21 18.25C21 18.6642 20.6642 19 20.25 19C16.7097 19 14.0474 17.2372 11.5889 15.6279C11.3459 15.4689 11.1043 15.3122 10.8643 15.1572C9.1541 17.2574 7.00683 19 3.75 19C3.33579 19 3 18.6642 3 18.25C3 17.8358 3.33579 17.5 3.75 17.5C6.31113 17.5 8.04507 16.2027 9.5791 14.3564C7.7818 13.2918 5.95936 12.5 3.75 12.5C3.33579 12.5 3 12.1642 3 11.75C3 11.3358 3.33579 11 3.75 11C6.39802 11 8.55517 11.9857 10.5029 13.1562C10.8689 12.651 11.2321 12.1226 11.5986 11.5801C11.7281 11.3885 11.859 11.1958 11.9902 11.002C11.8242 10.8518 11.6584 10.7033 11.4951 10.5547C9.13156 8.40341 7.00074 6.5 3.75 6.5C3.33579 6.5 3 6.16421 3 5.75C3 5.33579 3.33579 5 3.75 5C7.66051 5 10.1991 7.34659 12.5049 9.44531C12.6205 9.55058 12.7369 9.65392 12.8516 9.75781C13.5264 8.81713 14.2476 7.91128 15.0605 7.1543C16.4222 5.88636 18.0764 5 20.25 5Z\" fill=\"currentColor\"/>",
|
|
@@ -22302,6 +22330,20 @@
|
|
|
22302
22330
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
22303
22331
|
"componentName": "IconStableVoice"
|
|
22304
22332
|
},
|
|
22333
|
+
{
|
|
22334
|
+
"category": "Statistics & Charts",
|
|
22335
|
+
"svg": "<path d=\"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z\" fill=\"currentColor\"/><path d=\"M10.5 9C11.3284 9 12 9.67157 12 10.5V18H7V10.5C7 9.67157 7.67157 9 8.5 9H10.5Z\" fill=\"currentColor\"/><path d=\"M16.5 6C17.3284 6 18 6.67157 18 7.5V18H13V7.5C13 6.67157 13.6716 6 14.5 6H16.5Z\" fill=\"currentColor\"/>",
|
|
22336
|
+
"iconName": "stacked-bar-chart-axis-2",
|
|
22337
|
+
"variant": {
|
|
22338
|
+
"join": "round",
|
|
22339
|
+
"filled": "on",
|
|
22340
|
+
"radius": "1",
|
|
22341
|
+
"stroke": "1.5"
|
|
22342
|
+
},
|
|
22343
|
+
"createdAt": "2026-03-17T10:01:09.685221+00:00",
|
|
22344
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
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/round-filled-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.160",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/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";
|