@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.161 → 1.1.162
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconStackedBarChart2/index.d.ts +4 -0
- package/IconStackedBarChart2/index.js +2 -0
- package/IconStackedBarChart2/index.js.map +1 -0
- package/IconStackedBarChart2/index.mjs +2 -0
- package/IconStackedBarChart2/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var H=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of V(o))!u.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?H(i(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconStackedBarChart2:()=>B,default:()=>g});module.exports=P(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.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 f=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M20.25 4C20.6642 4 21 4.33579 21 4.75V18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18V11.75C3 11.3358 3.33579 11 3.75 11H5.75C6.16421 11 6.5 11.3358 6.5 11.75V18H7.5V6.75C7.5 6.33579 7.83579 6 8.25 6H10.25C10.6642 6 11 6.33579 11 6.75V18H13V9.75C13 9.33579 13.3358 9 13.75 9H15.75C16.1642 9 16.5 9.33579 16.5 9.75V18H17.5V4.75C17.5 4.33579 17.8358 4 18.25 4H20.25Z",fill:"currentColor"})),g=B;0&&(module.exports={IconStackedBarChart2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconStackedBarChart2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 4C20.6642 4 21 4.33579 21 4.75V18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18V11.75C3 11.3358 3.33579 11 3.75 11H5.75C6.16421 11 6.5 11.3358 6.5 11.75V18H7.5V6.75C7.5 6.33579 7.83579 6 8.25 6H10.25C10.6642 6 11 6.33579 11 6.75V18H13V9.75C13 9.33579 13.3358 9 13.75 9H15.75C16.1642 9 16.5 9.33579 16.5 9.75V18H17.5V4.75C17.5 4.33579 17.8358 4 18.25 4H20.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gbACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconStackedBarChart2_exports","__export","IconStackedBarChart2","IconStackedBarChart2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChart2","props","React","CentralIconBase","IconStackedBarChart2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M20.25 4C20.6642 4 21 4.33579 21 4.75V18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18V11.75C3 11.3358 3.33579 11 3.75 11H5.75C6.16421 11 6.5 11.3358 6.5 11.75V18H7.5V6.75C7.5 6.33579 7.83579 6 8.25 6H10.25C10.6642 6 11 6.33579 11 6.75V18H13V9.75C13 9.33579 13.3358 9 13.75 9H15.75C16.1642 9 16.5 9.33579 16.5 9.75V18H17.5V4.75C17.5 4.33579 17.8358 4 18.25 4H20.25Z",fill:"currentColor"})),u=l;export{l as IconStackedBarChart2,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconStackedBarChart2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 4C20.6642 4 21 4.33579 21 4.75V18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18V11.75C3 11.3358 3.33579 11 3.75 11H5.75C6.16421 11 6.5 11.3358 6.5 11.75V18H7.5V6.75C7.5 6.33579 7.83579 6 8.25 6H10.25C10.6642 6 11 6.33579 11 6.75V18H13V9.75C13 9.33579 13.3358 9 13.75 9H15.75C16.1642 9 16.5 9.33579 16.5 9.75V18H17.5V4.75C17.5 4.33579 17.8358 4 18.25 4H20.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gbACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChart2","props","React","CentralIconBase","IconStackedBarChart2_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -22442,6 +22442,20 @@
|
|
|
22442
22442
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
22443
22443
|
"componentName": "IconStackedBarChart100"
|
|
22444
22444
|
},
|
|
22445
|
+
{
|
|
22446
|
+
"category": "Statistics & Charts",
|
|
22447
|
+
"svg": "<path d=\"M20.25 4C20.6642 4 21 4.33579 21 4.75V18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18V11.75C3 11.3358 3.33579 11 3.75 11H5.75C6.16421 11 6.5 11.3358 6.5 11.75V18H7.5V6.75C7.5 6.33579 7.83579 6 8.25 6H10.25C10.6642 6 11 6.33579 11 6.75V18H13V9.75C13 9.33579 13.3358 9 13.75 9H15.75C16.1642 9 16.5 9.33579 16.5 9.75V18H17.5V4.75C17.5 4.33579 17.8358 4 18.25 4H20.25Z\" fill=\"currentColor\"/>",
|
|
22448
|
+
"iconName": "stacked-bar-chart-2, revenue",
|
|
22449
|
+
"variant": {
|
|
22450
|
+
"join": "round",
|
|
22451
|
+
"filled": "on",
|
|
22452
|
+
"radius": "0",
|
|
22453
|
+
"stroke": "2"
|
|
22454
|
+
},
|
|
22455
|
+
"createdAt": "2026-03-17T12:01:24.906844+00:00",
|
|
22456
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
22457
|
+
"componentName": "IconStackedBarChart2"
|
|
22458
|
+
},
|
|
22445
22459
|
{
|
|
22446
22460
|
"category": "Statistics & Charts",
|
|
22447
22461
|
"svg": "<path d=\"M7 10C7 9.44772 7.44772 9 8 9H11C11.5523 9 12 9.44772 12 10V18H7V10Z\" fill=\"currentColor\"/><path d=\"M13 7C13 6.44772 13.4477 6 14 6H17C17.5523 6 18 6.44772 18 7V18H13V7Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.162",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1875,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 70,
|
|
@@ -1698,7 +1698,7 @@
|
|
|
1698
1698
|
]
|
|
1699
1699
|
},
|
|
1700
1700
|
"Statistics & Charts": {
|
|
1701
|
-
"count":
|
|
1701
|
+
"count": 39,
|
|
1702
1702
|
"icons": [
|
|
1703
1703
|
"IconAnalytics",
|
|
1704
1704
|
"IconChart1",
|
|
@@ -1727,6 +1727,7 @@
|
|
|
1727
1727
|
"IconSankeyChart",
|
|
1728
1728
|
"IconStackedBarChart",
|
|
1729
1729
|
"IconStackedBarChart100",
|
|
1730
|
+
"IconStackedBarChart2",
|
|
1730
1731
|
"IconStackedBarChartAxis2",
|
|
1731
1732
|
"IconSunburstChart",
|
|
1732
1733
|
"IconSunburstChart2",
|
|
@@ -3679,6 +3680,7 @@
|
|
|
3679
3680
|
"IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
3680
3681
|
"IconStackedBarChart": "stacked-bar-chart",
|
|
3681
3682
|
"IconStackedBarChart100": "stacked-bar-chart-100",
|
|
3683
|
+
"IconStackedBarChart2": "stacked-bar-chart-2, revenue",
|
|
3682
3684
|
"IconStackedBarChartAxis2": "stacked-bar-chart-axis-2",
|
|
3683
3685
|
"IconStackOverflow": "stack-overflow",
|
|
3684
3686
|
"IconStage": "stage, show",
|
package/index.d.ts
CHANGED
|
@@ -1602,6 +1602,7 @@ export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStabl
|
|
|
1602
1602
|
export { IconStackOverflow, default as IconStackOverflowDefault, } from "./IconStackOverflow";
|
|
1603
1603
|
export { IconStackedBarChart, default as IconStackedBarChartDefault, } from "./IconStackedBarChart";
|
|
1604
1604
|
export { IconStackedBarChart100, default as IconStackedBarChart100Default, } from "./IconStackedBarChart100";
|
|
1605
|
+
export { IconStackedBarChart2, default as IconStackedBarChart2Default, } from "./IconStackedBarChart2";
|
|
1605
1606
|
export { IconStackedBarChartAxis2, default as IconStackedBarChartAxis2Default, } from "./IconStackedBarChartAxis2";
|
|
1606
1607
|
export { IconStage, default as IconStageDefault } from "./IconStage";
|
|
1607
1608
|
export { IconStamps, default as IconStampsDefault } from "./IconStamps";
|