@central-icons-react-native/round-filled-radius-1-stroke-1 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStackedBarChart2: FC<CentralIconBaseProps>;
4
+ export default IconStackedBarChart2;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=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?B(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:()=>H,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"),H=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M10 6C10.5523 6 11 6.44772 11 7V19H13V10C13 9.44772 13.4477 9 14 9H15C15.5523 9 16 9.44772 16 10V19H17V5C17 4.44772 17.4477 4 18 4H19C19.5523 4 20 4.44772 20 5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V12C4 11.4477 4.44772 11 5 11H6C6.55228 11 7 11.4477 7 12V19H8V7C8 6.44772 8.44772 6 9 6H10Z",fill:"currentColor"})),g=H;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=\"M10 6C10.5523 6 11 6.44772 11 7V19H13V10C13 9.44772 13.4477 9 14 9H15C15.5523 9 16 9.44772 16 10V19H17V5C17 4.44772 17.4477 4 18 4H19C19.5523 4 20 4.44772 20 5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V12C4 11.4477 4.44772 11 5 11H6C6.55228 11 7 11.4477 7 12V19H8V7C8 6.44772 8.44772 6 9 6H10Z\"\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,gYACF,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:"M10 6C10.5523 6 11 6.44772 11 7V19H13V10C13 9.44772 13.4477 9 14 9H15C15.5523 9 16 9.44772 16 10V19H17V5C17 4.44772 17.4477 4 18 4H19C19.5523 4 20 4.44772 20 5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V12C4 11.4477 4.44772 11 5 11H6C6.55228 11 7 11.4477 7 12V19H8V7C8 6.44772 8.44772 6 9 6H10Z",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=\"M10 6C10.5523 6 11 6.44772 11 7V19H13V10C13 9.44772 13.4477 9 14 9H15C15.5523 9 16 9.44772 16 10V19H17V5C17 4.44772 17.4477 4 18 4H19C19.5523 4 20 4.44772 20 5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V12C4 11.4477 4.44772 11 5 11H6C6.55228 11 7 11.4477 7 12V19H8V7C8 6.44772 8.44772 6 9 6H10Z\"\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,gYACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChart2","props","React","CentralIconBase","IconStackedBarChart2_default"]}
package/README.md CHANGED
@@ -1795,6 +1795,7 @@ Below is a complete list of available icons:
1795
1795
  - IconSankeyChart
1796
1796
  - IconStackedBarChart
1797
1797
  - IconStackedBarChart100
1798
+ - IconStackedBarChart2
1798
1799
  - IconStackedBarChartAxis2
1799
1800
  - IconSunburstChart
1800
1801
  - IconSunburstChart2
@@ -22442,6 +22442,20 @@
22442
22442
  "packageName": "round-filled-radius-1-stroke-1",
22443
22443
  "componentName": "IconStackedBarChart100"
22444
22444
  },
22445
+ {
22446
+ "category": "Statistics & Charts",
22447
+ "svg": "<path d=\"M10 6C10.5523 6 11 6.44772 11 7V19H13V10C13 9.44772 13.4477 9 14 9H15C15.5523 9 16 9.44772 16 10V19H17V5C17 4.44772 17.4477 4 18 4H19C19.5523 4 20 4.44772 20 5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V12C4 11.4477 4.44772 11 5 11H6C6.55228 11 7 11.4477 7 12V19H8V7C8 6.44772 8.44772 6 9 6H10Z\" fill=\"currentColor\"/>",
22448
+ "iconName": "stacked-bar-chart-2, revenue",
22449
+ "variant": {
22450
+ "join": "round",
22451
+ "filled": "on",
22452
+ "radius": "1",
22453
+ "stroke": "1"
22454
+ },
22455
+ "createdAt": "2026-03-17T12:01:24.906844+00:00",
22456
+ "packageName": "round-filled-radius-1-stroke-1",
22457
+ "componentName": "IconStackedBarChart2"
22458
+ },
22445
22459
  {
22446
22460
  "category": "Statistics & Charts",
22447
22461
  "svg": "<path d=\"M3.5 3C3.77614 3 4 3.22386 4 3.5V19.5C4 19.7761 4.22386 20 4.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H4.5C3.67157 21 3 20.3284 3 19.5V3.5C3 3.22386 3.22386 3 3.5 3Z\" fill=\"currentColor\"/><path d=\"M10.5 9C11.3284 9 12 9.67157 12 10.5V19H7V10.5C7 9.67157 7.67157 9 8.5 9H10.5Z\" fill=\"currentColor\"/><path d=\"M16.5 6C17.3284 6 18 6.67157 18 7.5V19H13V7.5C13 6.67157 13.6716 6 14.5 6H16.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1602,6 +1602,7 @@ export type CentralIconName =
1602
1602
  | "IconStableVoice"
1603
1603
  | "IconStackedBarChart"
1604
1604
  | "IconStackedBarChart100"
1605
+ | "IconStackedBarChart2"
1605
1606
  | "IconStackedBarChartAxis2"
1606
1607
  | "IconStackOverflow"
1607
1608
  | "IconStage"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-1",
3
- "version": "1.1.161",
3
+ "version": "1.1.162",
4
4
  "style": "round-filled-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1874,
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": 38,
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";