@central-icons-react-native/round-filled-radius-3-stroke-2 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:"M4 3C4.55228 3 5 3.44772 5 4V9.375L6.7959 8.02832C7.72996 7.32777 8.92369 7.07007 10.0635 7.32324L12.1768 7.79297C12.6252 7.89261 13.095 7.83433 13.5059 7.62891L18.5527 5.10547C19.0467 4.85848 19.6475 5.05876 19.8945 5.55273C20.1415 6.04671 19.9412 6.64754 19.4473 6.89453L14.3994 9.41797C13.5778 9.82868 12.6398 9.94438 11.7432 9.74512L9.62988 9.27539C9.05998 9.14879 8.46313 9.27765 7.99609 9.62793L5.09961 11.7998C5.06753 11.8239 5.03385 11.8446 5 11.8643V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M8 12C8.55228 12 9 12.4477 9 13V17C9 17.5523 8.55228 18 8 18C7.44772 18 7 17.5523 7 17V13C7 12.4477 7.44772 12 8 12Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M13 13C13.5523 13 14 13.4477 14 14V17C14 17.5523 13.5523 18 13 18C12.4477 18 12 17.5523 12 17V14C12 13.4477 12.4477 13 13 13Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M18 11C18.5523 11 19 11.4477 19 12V17C19 17.5523 18.5523 18 18 18C17.4477 18 17 17.5523 17 17V12C17 11.4477 17.4477 11 18 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=\"M4 3C4.55228 3 5 3.44772 5 4V9.375L6.7959 8.02832C7.72996 7.32777 8.92369 7.07007 10.0635 7.32324L12.1768 7.79297C12.6252 7.89261 13.095 7.83433 13.5059 7.62891L18.5527 5.10547C19.0467 4.85848 19.6475 5.05876 19.8945 5.55273C20.1415 6.04671 19.9412 6.64754 19.4473 6.89453L14.3994 9.41797C13.5778 9.82868 12.6398 9.94438 11.7432 9.74512L9.62988 9.27539C9.05998 9.14879 8.46313 9.27765 7.99609 9.62793L5.09961 11.7998C5.06753 11.8239 5.03385 11.8446 5 11.8643V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 12C8.55228 12 9 12.4477 9 13V17C9 17.5523 8.55228 18 8 18C7.44772 18 7 17.5523 7 17V13C7 12.4477 7.44772 12 8 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 13C13.5523 13 14 13.4477 14 14V17C14 17.5523 13.5523 18 13 18C12.4477 18 12 17.5523 12 17V14C12 13.4477 12.4477 13 13 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 11C18.5523 11 19 11.4477 19 12V17C19 17.5523 18.5523 18 18 18C17.4477 18 17 17.5523 17 17V12C17 11.4477 17.4477 11 18 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,4lBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,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:"M4 3C4.55228 3 5 3.44772 5 4V9.375L6.7959 8.02832C7.72996 7.32777 8.92369 7.07007 10.0635 7.32324L12.1768 7.79297C12.6252 7.89261 13.095 7.83433 13.5059 7.62891L18.5527 5.10547C19.0467 4.85848 19.6475 5.05876 19.8945 5.55273C20.1415 6.04671 19.9412 6.64754 19.4473 6.89453L14.3994 9.41797C13.5778 9.82868 12.6398 9.94438 11.7432 9.74512L9.62988 9.27539C9.05998 9.14879 8.46313 9.27765 7.99609 9.62793L5.09961 11.7998C5.06753 11.8239 5.03385 11.8446 5 11.8643V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z",fill:"currentColor"}),o.createElement(C,{d:"M8 12C8.55228 12 9 12.4477 9 13V17C9 17.5523 8.55228 18 8 18C7.44772 18 7 17.5523 7 17V13C7 12.4477 7.44772 12 8 12Z",fill:"currentColor"}),o.createElement(C,{d:"M13 13C13.5523 13 14 13.4477 14 14V17C14 17.5523 13.5523 18 13 18C12.4477 18 12 17.5523 12 17V14C12 13.4477 12.4477 13 13 13Z",fill:"currentColor"}),o.createElement(C,{d:"M18 11C18.5523 11 19 11.4477 19 12V17C19 17.5523 18.5523 18 18 18C17.4477 18 17 17.5523 17 17V12C17 11.4477 17.4477 11 18 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=\"M4 3C4.55228 3 5 3.44772 5 4V9.375L6.7959 8.02832C7.72996 7.32777 8.92369 7.07007 10.0635 7.32324L12.1768 7.79297C12.6252 7.89261 13.095 7.83433 13.5059 7.62891L18.5527 5.10547C19.0467 4.85848 19.6475 5.05876 19.8945 5.55273C20.1415 6.04671 19.9412 6.64754 19.4473 6.89453L14.3994 9.41797C13.5778 9.82868 12.6398 9.94438 11.7432 9.74512L9.62988 9.27539C9.05998 9.14879 8.46313 9.27765 7.99609 9.62793L5.09961 11.7998C5.06753 11.8239 5.03385 11.8446 5 11.8643V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 12C8.55228 12 9 12.4477 9 13V17C9 17.5523 8.55228 18 8 18C7.44772 18 7 17.5523 7 17V13C7 12.4477 7.44772 12 8 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 13C13.5523 13 14 13.4477 14 14V17C14 17.5523 13.5523 18 13 18C12.4477 18 12 17.5523 12 17V14C12 13.4477 12.4477 13 13 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 11C18.5523 11 19 11.4477 19 12V17C19 17.5523 18.5523 18 18 18C17.4477 18 17 17.5523 17 17V12C17 11.4477 17.4477 11 18 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,4lBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,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:"M4 3C4.55228 3 5 3.44772 5 4V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M19 5C19.5523 5 20 5.44772 20 6C20 6.55228 19.5523 7 19 7C16.8246 7 15.3944 8.2187 13.6621 9.74902C13.5838 9.81821 13.5036 9.88668 13.4238 9.95703C13.5379 10.0905 13.6517 10.2218 13.7627 10.3525C13.9254 10.5442 14.0861 10.7315 14.2441 10.915C15.5119 9.85648 17.0312 9 19 9C19.5523 9 20 9.44772 20 10C20 10.5523 19.5523 11 19 11C17.6809 11 16.6351 11.5391 15.6094 12.3838C15.8276 12.591 16.0486 12.7842 16.2754 12.9609C17.1169 13.6168 17.9816 14 19 14C19.5523 14 20 14.4477 20 15C20 15.5523 19.5523 16 19 16C17.4146 16 16.1288 15.383 15.0459 14.5391C14.7355 14.2971 14.4388 14.0314 14.1514 13.7539C14.0091 13.8984 13.8642 14.0454 13.7178 14.1963C12.0768 15.8876 10.0927 18 7 18C6.44771 18 6 17.5523 6 17C6 16.4477 6.44771 16 7 16C9.11546 16 10.5273 14.6124 12.2822 12.8037C12.446 12.635 12.6128 12.4617 12.7842 12.2871C12.5979 12.0714 12.4155 11.8573 12.2373 11.6475C12.1178 11.5067 11.9987 11.3689 11.8818 11.2324C10.5789 12.2004 9.02905 13 7 13C6.44771 13 6 12.5523 6 12C6 11.4477 6.44771 11 7 11C8.38752 11 9.4705 10.5023 10.5234 9.74609C10.2617 9.4897 9.99778 9.25198 9.72461 9.03906C8.88311 8.3832 8.01839 8 7 8C6.44772 8 6 7.55228 6 7C6 6.44772 6.44772 6 7 6C8.58544 6 9.87124 6.61703 10.9541 7.46094C11.3488 7.7686 11.7237 8.1125 12.082 8.47363C12.1662 8.39972 12.2524 8.32652 12.3379 8.25098C14.0014 6.7814 15.9673 5 19 5Z",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=\"M4 3C4.55228 3 5 3.44772 5 4V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 5C19.5523 5 20 5.44772 20 6C20 6.55228 19.5523 7 19 7C16.8246 7 15.3944 8.2187 13.6621 9.74902C13.5838 9.81821 13.5036 9.88668 13.4238 9.95703C13.5379 10.0905 13.6517 10.2218 13.7627 10.3525C13.9254 10.5442 14.0861 10.7315 14.2441 10.915C15.5119 9.85648 17.0312 9 19 9C19.5523 9 20 9.44772 20 10C20 10.5523 19.5523 11 19 11C17.6809 11 16.6351 11.5391 15.6094 12.3838C15.8276 12.591 16.0486 12.7842 16.2754 12.9609C17.1169 13.6168 17.9816 14 19 14C19.5523 14 20 14.4477 20 15C20 15.5523 19.5523 16 19 16C17.4146 16 16.1288 15.383 15.0459 14.5391C14.7355 14.2971 14.4388 14.0314 14.1514 13.7539C14.0091 13.8984 13.8642 14.0454 13.7178 14.1963C12.0768 15.8876 10.0927 18 7 18C6.44771 18 6 17.5523 6 17C6 16.4477 6.44771 16 7 16C9.11546 16 10.5273 14.6124 12.2822 12.8037C12.446 12.635 12.6128 12.4617 12.7842 12.2871C12.5979 12.0714 12.4155 11.8573 12.2373 11.6475C12.1178 11.5067 11.9987 11.3689 11.8818 11.2324C10.5789 12.2004 9.02905 13 7 13C6.44771 13 6 12.5523 6 12C6 11.4477 6.44771 11 7 11C8.38752 11 9.4705 10.5023 10.5234 9.74609C10.2617 9.4897 9.99778 9.25198 9.72461 9.03906C8.88311 8.3832 8.01839 8 7 8C6.44772 8 6 7.55228 6 7C6 6.44772 6.44772 6 7 6C8.58544 6 9.87124 6.61703 10.9541 7.46094C11.3488 7.7686 11.7237 8.1125 12.082 8.47363C12.1662 8.39972 12.2524 8.32652 12.3379 8.25098C14.0014 6.7814 15.9673 5 19 5Z\"\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,8KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ozCACF,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:"M4 3C4.55228 3 5 3.44772 5 4V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z",fill:"currentColor"}),o.createElement(e,{d:"M19 5C19.5523 5 20 5.44772 20 6C20 6.55228 19.5523 7 19 7C16.8246 7 15.3944 8.2187 13.6621 9.74902C13.5838 9.81821 13.5036 9.88668 13.4238 9.95703C13.5379 10.0905 13.6517 10.2218 13.7627 10.3525C13.9254 10.5442 14.0861 10.7315 14.2441 10.915C15.5119 9.85648 17.0312 9 19 9C19.5523 9 20 9.44772 20 10C20 10.5523 19.5523 11 19 11C17.6809 11 16.6351 11.5391 15.6094 12.3838C15.8276 12.591 16.0486 12.7842 16.2754 12.9609C17.1169 13.6168 17.9816 14 19 14C19.5523 14 20 14.4477 20 15C20 15.5523 19.5523 16 19 16C17.4146 16 16.1288 15.383 15.0459 14.5391C14.7355 14.2971 14.4388 14.0314 14.1514 13.7539C14.0091 13.8984 13.8642 14.0454 13.7178 14.1963C12.0768 15.8876 10.0927 18 7 18C6.44771 18 6 17.5523 6 17C6 16.4477 6.44771 16 7 16C9.11546 16 10.5273 14.6124 12.2822 12.8037C12.446 12.635 12.6128 12.4617 12.7842 12.2871C12.5979 12.0714 12.4155 11.8573 12.2373 11.6475C12.1178 11.5067 11.9987 11.3689 11.8818 11.2324C10.5789 12.2004 9.02905 13 7 13C6.44771 13 6 12.5523 6 12C6 11.4477 6.44771 11 7 11C8.38752 11 9.4705 10.5023 10.5234 9.74609C10.2617 9.4897 9.99778 9.25198 9.72461 9.03906C8.88311 8.3832 8.01839 8 7 8C6.44772 8 6 7.55228 6 7C6 6.44772 6.44772 6 7 6C8.58544 6 9.87124 6.61703 10.9541 7.46094C11.3488 7.7686 11.7237 8.1125 12.082 8.47363C12.1662 8.39972 12.2524 8.32652 12.3379 8.25098C14.0014 6.7814 15.9673 5 19 5Z",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=\"M4 3C4.55228 3 5 3.44772 5 4V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 5C19.5523 5 20 5.44772 20 6C20 6.55228 19.5523 7 19 7C16.8246 7 15.3944 8.2187 13.6621 9.74902C13.5838 9.81821 13.5036 9.88668 13.4238 9.95703C13.5379 10.0905 13.6517 10.2218 13.7627 10.3525C13.9254 10.5442 14.0861 10.7315 14.2441 10.915C15.5119 9.85648 17.0312 9 19 9C19.5523 9 20 9.44772 20 10C20 10.5523 19.5523 11 19 11C17.6809 11 16.6351 11.5391 15.6094 12.3838C15.8276 12.591 16.0486 12.7842 16.2754 12.9609C17.1169 13.6168 17.9816 14 19 14C19.5523 14 20 14.4477 20 15C20 15.5523 19.5523 16 19 16C17.4146 16 16.1288 15.383 15.0459 14.5391C14.7355 14.2971 14.4388 14.0314 14.1514 13.7539C14.0091 13.8984 13.8642 14.0454 13.7178 14.1963C12.0768 15.8876 10.0927 18 7 18C6.44771 18 6 17.5523 6 17C6 16.4477 6.44771 16 7 16C9.11546 16 10.5273 14.6124 12.2822 12.8037C12.446 12.635 12.6128 12.4617 12.7842 12.2871C12.5979 12.0714 12.4155 11.8573 12.2373 11.6475C12.1178 11.5067 11.9987 11.3689 11.8818 11.2324C10.5789 12.2004 9.02905 13 7 13C6.44771 13 6 12.5523 6 12C6 11.4477 6.44771 11 7 11C8.38752 11 9.4705 10.5023 10.5234 9.74609C10.2617 9.4897 9.99778 9.25198 9.72461 9.03906C8.88311 8.3832 8.01839 8 7 8C6.44772 8 6 7.55228 6 7C6 6.44772 6.44772 6 7 6C8.58544 6 9.87124 6.61703 10.9541 7.46094C11.3488 7.7686 11.7237 8.1125 12.082 8.47363C12.1662 8.39972 12.2524 8.32652 12.3379 8.25098C14.0014 6.7814 15.9673 5 19 5Z\"\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,8KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ozCACF,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 h={};d(h,{IconStackedBarChartAxis2:()=>i,default:()=>V});module.exports=g(h);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:"M4 3C4.55228 3 5 3.44772 5 4V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M9.5 9C10.8807 9 12 10.1193 12 11.5V18H7V11.5C7 10.1193 8.11929 9 9.5 9Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M15.5 6C16.8807 6 18 7.11929 18 8.5V18H13V8.5C13 7.11929 14.1193 6 15.5 6Z",fill:"currentColor"})),V=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=\"M4 3C4.55228 3 5 3.44772 5 4V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 9C10.8807 9 12 10.1193 12 11.5V18H7V11.5C7 10.1193 8.11929 9 9.5 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 6C16.8807 6 18 7.11929 18 8.5V18H13V8.5C13 7.11929 14.1193 6 15.5 6Z\"\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,8KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,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:"M4 3C4.55228 3 5 3.44772 5 4V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z",fill:"currentColor"}),o.createElement(e,{d:"M9.5 9C10.8807 9 12 10.1193 12 11.5V18H7V11.5C7 10.1193 8.11929 9 9.5 9Z",fill:"currentColor"}),o.createElement(e,{d:"M15.5 6C16.8807 6 18 7.11929 18 8.5V18H13V8.5C13 7.11929 14.1193 6 15.5 6Z",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=\"M4 3C4.55228 3 5 3.44772 5 4V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 9C10.8807 9 12 10.1193 12 11.5V18H7V11.5C7 10.1193 8.11929 9 9.5 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 6C16.8807 6 18 7.11929 18 8.5V18H13V8.5C13 7.11929 14.1193 6 15.5 6Z\"\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,8KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,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-3-stroke-2",
|
|
7659
7659
|
"componentName": "IconColumnWideRemove"
|
|
7660
7660
|
},
|
|
7661
|
+
{
|
|
7662
|
+
"category": "Statistics & Charts",
|
|
7663
|
+
"svg": "<path d=\"M4 3C4.55228 3 5 3.44772 5 4V9.375L6.7959 8.02832C7.72996 7.32777 8.92369 7.07007 10.0635 7.32324L12.1768 7.79297C12.6252 7.89261 13.095 7.83433 13.5059 7.62891L18.5527 5.10547C19.0467 4.85848 19.6475 5.05876 19.8945 5.55273C20.1415 6.04671 19.9412 6.64754 19.4473 6.89453L14.3994 9.41797C13.5778 9.82868 12.6398 9.94438 11.7432 9.74512L9.62988 9.27539C9.05998 9.14879 8.46313 9.27765 7.99609 9.62793L5.09961 11.7998C5.06753 11.8239 5.03385 11.8446 5 11.8643V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z\" fill=\"currentColor\"/><path d=\"M8 12C8.55228 12 9 12.4477 9 13V17C9 17.5523 8.55228 18 8 18C7.44772 18 7 17.5523 7 17V13C7 12.4477 7.44772 12 8 12Z\" fill=\"currentColor\"/><path d=\"M13 13C13.5523 13 14 13.4477 14 14V17C14 17.5523 13.5523 18 13 18C12.4477 18 12 17.5523 12 17V14C12 13.4477 12.4477 13 13 13Z\" fill=\"currentColor\"/><path d=\"M18 11C18.5523 11 19 11.4477 19 12V17C19 17.5523 18.5523 18 18 18C17.4477 18 17 17.5523 17 17V12C17 11.4477 17.4477 11 18 11Z\" fill=\"currentColor\"/>",
|
|
7664
|
+
"iconName": "combo-chart-axis",
|
|
7665
|
+
"variant": {
|
|
7666
|
+
"join": "round",
|
|
7667
|
+
"filled": "on",
|
|
7668
|
+
"radius": "3",
|
|
7669
|
+
"stroke": "2"
|
|
7670
|
+
},
|
|
7671
|
+
"createdAt": "2026-03-17T10:01:09.685221+00:00",
|
|
7672
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
7673
|
+
"componentName": "IconComboChartAxis"
|
|
7674
|
+
},
|
|
7661
7675
|
{
|
|
7662
7676
|
"category": "Code",
|
|
7663
7677
|
"svg": "<path d=\"M12 6C14.9729 6 17.4388 8.16245 17.915 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H6.08496C6.56117 8.16245 9.02712 6 12 6Z\" fill=\"currentColor\"/>",
|
|
@@ -20034,6 +20048,20 @@
|
|
|
20034
20048
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
20035
20049
|
"componentName": "IconSandbox"
|
|
20036
20050
|
},
|
|
20051
|
+
{
|
|
20052
|
+
"category": "Statistics & Charts",
|
|
20053
|
+
"svg": "<path d=\"M4 3C4.55228 3 5 3.44772 5 4V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z\" fill=\"currentColor\"/><path d=\"M19 5C19.5523 5 20 5.44772 20 6C20 6.55228 19.5523 7 19 7C16.8246 7 15.3944 8.2187 13.6621 9.74902C13.5838 9.81821 13.5036 9.88668 13.4238 9.95703C13.5379 10.0905 13.6517 10.2218 13.7627 10.3525C13.9254 10.5442 14.0861 10.7315 14.2441 10.915C15.5119 9.85648 17.0312 9 19 9C19.5523 9 20 9.44772 20 10C20 10.5523 19.5523 11 19 11C17.6809 11 16.6351 11.5391 15.6094 12.3838C15.8276 12.591 16.0486 12.7842 16.2754 12.9609C17.1169 13.6168 17.9816 14 19 14C19.5523 14 20 14.4477 20 15C20 15.5523 19.5523 16 19 16C17.4146 16 16.1288 15.383 15.0459 14.5391C14.7355 14.2971 14.4388 14.0314 14.1514 13.7539C14.0091 13.8984 13.8642 14.0454 13.7178 14.1963C12.0768 15.8876 10.0927 18 7 18C6.44771 18 6 17.5523 6 17C6 16.4477 6.44771 16 7 16C9.11546 16 10.5273 14.6124 12.2822 12.8037C12.446 12.635 12.6128 12.4617 12.7842 12.2871C12.5979 12.0714 12.4155 11.8573 12.2373 11.6475C12.1178 11.5067 11.9987 11.3689 11.8818 11.2324C10.5789 12.2004 9.02905 13 7 13C6.44771 13 6 12.5523 6 12C6 11.4477 6.44771 11 7 11C8.38752 11 9.4705 10.5023 10.5234 9.74609C10.2617 9.4897 9.99778 9.25198 9.72461 9.03906C8.88311 8.3832 8.01839 8 7 8C6.44772 8 6 7.55228 6 7C6 6.44772 6.44772 6 7 6C8.58544 6 9.87124 6.61703 10.9541 7.46094C11.3488 7.7686 11.7237 8.1125 12.082 8.47363C12.1662 8.39972 12.2524 8.32652 12.3379 8.25098C14.0014 6.7814 15.9673 5 19 5Z\" fill=\"currentColor\"/>",
|
|
20054
|
+
"iconName": "sankey-axis",
|
|
20055
|
+
"variant": {
|
|
20056
|
+
"join": "round",
|
|
20057
|
+
"filled": "on",
|
|
20058
|
+
"radius": "3",
|
|
20059
|
+
"stroke": "2"
|
|
20060
|
+
},
|
|
20061
|
+
"createdAt": "2026-03-17T10:01:09.685221+00:00",
|
|
20062
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
20063
|
+
"componentName": "IconSankeyAxis"
|
|
20064
|
+
},
|
|
20037
20065
|
{
|
|
20038
20066
|
"category": "Statistics & Charts",
|
|
20039
20067
|
"svg": "<path d=\"M20 5C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7C18.4264 7 17.2235 7.61297 16.1416 8.61035C15.5024 9.19961 14.9227 9.90739 14.3477 10.6904C16.0223 12.0316 17.7161 13 20 13C20.5523 13 21 13.4477 21 14C21 14.5523 20.5523 15 20 15C17.1339 15 15.0074 13.7676 13.1963 12.333C13.1441 12.4095 13.0917 12.4863 13.0391 12.5635C12.7421 12.9986 12.434 13.445 12.1133 13.8926C12.2529 13.9793 12.3916 14.0655 12.5293 14.1514C14.9642 15.6686 17.1403 17 20 17C20.5523 17 21 17.4477 21 18C21 18.5523 20.5523 19 20 19C16.4892 19 13.8503 17.3313 11.4707 15.8486C11.2728 15.7253 11.0758 15.6046 10.8809 15.4844C9.2292 17.413 7.12381 19 4 19C3.44772 19 3 18.5523 3 18C3 17.4477 3.44772 17 4 17C6.19937 17 7.74347 15.9855 9.11914 14.4541C7.5306 13.6008 5.91958 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11C6.49616 11 8.55092 11.8448 10.3857 12.8652C10.7177 12.409 11.0503 11.931 11.3877 11.4365C11.4787 11.3032 11.5709 11.1693 11.6631 11.0342C11.5542 10.9382 11.4452 10.8438 11.3379 10.749C9.03961 8.71869 7.04343 7 4 7C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5C7.90071 5 10.4326 7.2814 12.6621 9.25098C12.715 9.29772 12.7687 9.34326 12.8213 9.38965C13.4217 8.58114 14.0662 7.8025 14.7852 7.13965C16.1438 5.8871 17.8108 5 20 5Z\" fill=\"currentColor\"/>",
|
|
@@ -22302,6 +22330,20 @@
|
|
|
22302
22330
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
22303
22331
|
"componentName": "IconStableVoice"
|
|
22304
22332
|
},
|
|
22333
|
+
{
|
|
22334
|
+
"category": "Statistics & Charts",
|
|
22335
|
+
"svg": "<path d=\"M4 3C4.55228 3 5 3.44772 5 4V17C5 18.1046 5.89543 19 7 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H7C4.79086 21 3 19.2091 3 17V4C3 3.44772 3.44772 3 4 3Z\" fill=\"currentColor\"/><path d=\"M9.5 9C10.8807 9 12 10.1193 12 11.5V18H7V11.5C7 10.1193 8.11929 9 9.5 9Z\" fill=\"currentColor\"/><path d=\"M15.5 6C16.8807 6 18 7.11929 18 8.5V18H13V8.5C13 7.11929 14.1193 6 15.5 6Z\" fill=\"currentColor\"/>",
|
|
22336
|
+
"iconName": "stacked-bar-chart-axis-2",
|
|
22337
|
+
"variant": {
|
|
22338
|
+
"join": "round",
|
|
22339
|
+
"filled": "on",
|
|
22340
|
+
"radius": "3",
|
|
22341
|
+
"stroke": "2"
|
|
22342
|
+
},
|
|
22343
|
+
"createdAt": "2026-03-17T10:01:09.685221+00:00",
|
|
22344
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
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-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.160",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 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";
|