@salt-ds/icons 0.0.0-snapshot-20251118121241 → 0.0.0-snapshot-20260109170443
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/CHANGELOG.md +32 -4
- package/dist-cjs/components/ArrowLeft.js +1 -1
- package/dist-cjs/components/ArrowLeft.js.map +1 -1
- package/dist-cjs/components/ArrowRight.js +1 -1
- package/dist-cjs/components/ArrowRight.js.map +1 -1
- package/dist-cjs/components/BarChart.js.map +1 -1
- package/dist-cjs/components/ChartArea.js +31 -0
- package/dist-cjs/components/ChartArea.js.map +1 -0
- package/dist-cjs/components/ChartBar.js +24 -0
- package/dist-cjs/components/ChartBar.js.map +1 -0
- package/dist-cjs/components/ChartBoxPlot.js +29 -0
- package/dist-cjs/components/ChartBoxPlot.js.map +1 -0
- package/dist-cjs/components/ChartBubble.js +34 -0
- package/dist-cjs/components/ChartBubble.js.map +1 -0
- package/dist-cjs/components/ChartBubbleSolid.js +25 -0
- package/dist-cjs/components/ChartBubbleSolid.js.map +1 -0
- package/dist-cjs/components/ChartBullet.js +27 -0
- package/dist-cjs/components/ChartBullet.js.map +1 -0
- package/dist-cjs/components/ChartCandlestick.js +29 -0
- package/dist-cjs/components/ChartCandlestick.js.map +1 -0
- package/dist-cjs/components/ChartCandlestickSolid.js +29 -0
- package/dist-cjs/components/ChartCandlestickSolid.js.map +1 -0
- package/dist-cjs/components/ChartColumn.js +24 -0
- package/dist-cjs/components/ChartColumn.js.map +1 -0
- package/dist-cjs/components/ChartDonut.js +24 -0
- package/dist-cjs/components/ChartDonut.js.map +1 -0
- package/dist-cjs/components/ChartLine.js +31 -0
- package/dist-cjs/components/ChartLine.js.map +1 -0
- package/dist-cjs/components/ChartLineSolid.js +22 -0
- package/dist-cjs/components/ChartLineSolid.js.map +1 -0
- package/dist-cjs/components/ChartPie.js +27 -0
- package/dist-cjs/components/ChartPie.js.map +1 -0
- package/dist-cjs/components/ChartPieSolid.js +25 -0
- package/dist-cjs/components/ChartPieSolid.js.map +1 -0
- package/dist-cjs/components/ChartScatter.js +32 -0
- package/dist-cjs/components/ChartScatter.js.map +1 -0
- package/dist-cjs/components/ChartScatterSolid.js +32 -0
- package/dist-cjs/components/ChartScatterSolid.js.map +1 -0
- package/dist-cjs/components/ChartStackedBar.js +25 -0
- package/dist-cjs/components/ChartStackedBar.js.map +1 -0
- package/dist-cjs/components/ChartWaterfall.js +22 -0
- package/dist-cjs/components/ChartWaterfall.js.map +1 -0
- package/dist-cjs/components/Figma.js +31 -0
- package/dist-cjs/components/Figma.js.map +1 -0
- package/dist-cjs/components/Flag.js +1 -1
- package/dist-cjs/components/Flag.js.map +1 -1
- package/dist-cjs/components/FlagSolid.js +1 -1
- package/dist-cjs/components/FlagSolid.js.map +1 -1
- package/dist-cjs/components/Hidden.js +3 -3
- package/dist-cjs/components/Hidden.js.map +1 -1
- package/dist-cjs/components/HiddenSolid.js +2 -2
- package/dist-cjs/components/HiddenSolid.js.map +1 -1
- package/dist-cjs/components/History.js +2 -2
- package/dist-cjs/components/History.js.map +1 -1
- package/dist-cjs/components/IconFigma.js.map +1 -1
- package/dist-cjs/components/LineChart.js.map +1 -1
- package/dist-cjs/components/Location.js +1 -1
- package/dist-cjs/components/Location.js.map +1 -1
- package/dist-cjs/components/LocationSolid.js +1 -1
- package/dist-cjs/components/LocationSolid.js.map +1 -1
- package/dist-cjs/components/PieChart.js.map +1 -1
- package/dist-cjs/components/Redo.js +1 -1
- package/dist-cjs/components/Redo.js.map +1 -1
- package/dist-cjs/components/Refresh.js +1 -1
- package/dist-cjs/components/Refresh.js.map +1 -1
- package/dist-cjs/components/SparkleRefresh.js +2 -2
- package/dist-cjs/components/SparkleRefresh.js.map +1 -1
- package/dist-cjs/components/SparkleRefreshSolid.js +2 -2
- package/dist-cjs/components/SparkleRefreshSolid.js.map +1 -1
- package/dist-cjs/components/Sync.js +1 -1
- package/dist-cjs/components/Sync.js.map +1 -1
- package/dist-cjs/components/Undo.js +1 -1
- package/dist-cjs/components/Undo.js.map +1 -1
- package/dist-cjs/index.js +38 -0
- package/dist-cjs/index.js.map +1 -1
- package/dist-es/components/ArrowLeft.js +1 -1
- package/dist-es/components/ArrowLeft.js.map +1 -1
- package/dist-es/components/ArrowRight.js +1 -1
- package/dist-es/components/ArrowRight.js.map +1 -1
- package/dist-es/components/BarChart.js.map +1 -1
- package/dist-es/components/ChartArea.js +29 -0
- package/dist-es/components/ChartArea.js.map +1 -0
- package/dist-es/components/ChartBar.js +22 -0
- package/dist-es/components/ChartBar.js.map +1 -0
- package/dist-es/components/ChartBoxPlot.js +27 -0
- package/dist-es/components/ChartBoxPlot.js.map +1 -0
- package/dist-es/components/ChartBubble.js +32 -0
- package/dist-es/components/ChartBubble.js.map +1 -0
- package/dist-es/components/ChartBubbleSolid.js +23 -0
- package/dist-es/components/ChartBubbleSolid.js.map +1 -0
- package/dist-es/components/ChartBullet.js +25 -0
- package/dist-es/components/ChartBullet.js.map +1 -0
- package/dist-es/components/ChartCandlestick.js +27 -0
- package/dist-es/components/ChartCandlestick.js.map +1 -0
- package/dist-es/components/ChartCandlestickSolid.js +27 -0
- package/dist-es/components/ChartCandlestickSolid.js.map +1 -0
- package/dist-es/components/ChartColumn.js +22 -0
- package/dist-es/components/ChartColumn.js.map +1 -0
- package/dist-es/components/ChartDonut.js +22 -0
- package/dist-es/components/ChartDonut.js.map +1 -0
- package/dist-es/components/ChartLine.js +29 -0
- package/dist-es/components/ChartLine.js.map +1 -0
- package/dist-es/components/ChartLineSolid.js +20 -0
- package/dist-es/components/ChartLineSolid.js.map +1 -0
- package/dist-es/components/ChartPie.js +25 -0
- package/dist-es/components/ChartPie.js.map +1 -0
- package/dist-es/components/ChartPieSolid.js +23 -0
- package/dist-es/components/ChartPieSolid.js.map +1 -0
- package/dist-es/components/ChartScatter.js +30 -0
- package/dist-es/components/ChartScatter.js.map +1 -0
- package/dist-es/components/ChartScatterSolid.js +30 -0
- package/dist-es/components/ChartScatterSolid.js.map +1 -0
- package/dist-es/components/ChartStackedBar.js +23 -0
- package/dist-es/components/ChartStackedBar.js.map +1 -0
- package/dist-es/components/ChartWaterfall.js +20 -0
- package/dist-es/components/ChartWaterfall.js.map +1 -0
- package/dist-es/components/Figma.js +29 -0
- package/dist-es/components/Figma.js.map +1 -0
- package/dist-es/components/Flag.js +1 -1
- package/dist-es/components/Flag.js.map +1 -1
- package/dist-es/components/FlagSolid.js +1 -1
- package/dist-es/components/FlagSolid.js.map +1 -1
- package/dist-es/components/Hidden.js +3 -3
- package/dist-es/components/Hidden.js.map +1 -1
- package/dist-es/components/HiddenSolid.js +2 -2
- package/dist-es/components/HiddenSolid.js.map +1 -1
- package/dist-es/components/History.js +2 -2
- package/dist-es/components/History.js.map +1 -1
- package/dist-es/components/IconFigma.js.map +1 -1
- package/dist-es/components/LineChart.js.map +1 -1
- package/dist-es/components/Location.js +1 -1
- package/dist-es/components/Location.js.map +1 -1
- package/dist-es/components/LocationSolid.js +1 -1
- package/dist-es/components/LocationSolid.js.map +1 -1
- package/dist-es/components/PieChart.js.map +1 -1
- package/dist-es/components/Redo.js +1 -1
- package/dist-es/components/Redo.js.map +1 -1
- package/dist-es/components/Refresh.js +1 -1
- package/dist-es/components/Refresh.js.map +1 -1
- package/dist-es/components/SparkleRefresh.js +2 -2
- package/dist-es/components/SparkleRefresh.js.map +1 -1
- package/dist-es/components/SparkleRefreshSolid.js +2 -2
- package/dist-es/components/SparkleRefreshSolid.js.map +1 -1
- package/dist-es/components/Sync.js +1 -1
- package/dist-es/components/Sync.js.map +1 -1
- package/dist-es/components/Undo.js +1 -1
- package/dist-es/components/Undo.js.map +1 -1
- package/dist-es/index.js +19 -0
- package/dist-es/index.js.map +1 -1
- package/dist-types/components/BarChart.d.ts +1 -0
- package/dist-types/components/ChartArea.d.ts +3 -0
- package/dist-types/components/ChartBar.d.ts +3 -0
- package/dist-types/components/ChartBoxPlot.d.ts +3 -0
- package/dist-types/components/ChartBubble.d.ts +3 -0
- package/dist-types/components/ChartBubbleSolid.d.ts +3 -0
- package/dist-types/components/ChartBullet.d.ts +3 -0
- package/dist-types/components/ChartCandlestick.d.ts +3 -0
- package/dist-types/components/ChartCandlestickSolid.d.ts +3 -0
- package/dist-types/components/ChartColumn.d.ts +3 -0
- package/dist-types/components/ChartDonut.d.ts +3 -0
- package/dist-types/components/ChartLine.d.ts +3 -0
- package/dist-types/components/ChartLineSolid.d.ts +3 -0
- package/dist-types/components/ChartPie.d.ts +3 -0
- package/dist-types/components/ChartPieSolid.d.ts +3 -0
- package/dist-types/components/ChartScatter.d.ts +3 -0
- package/dist-types/components/ChartScatterSolid.d.ts +3 -0
- package/dist-types/components/ChartStackedBar.d.ts +3 -0
- package/dist-types/components/ChartWaterfall.d.ts +3 -0
- package/dist-types/components/Figma.d.ts +3 -0
- package/dist-types/components/IconFigma.d.ts +1 -0
- package/dist-types/components/LineChart.d.ts +1 -0
- package/dist-types/components/PieChart.d.ts +1 -0
- package/dist-types/components/index.d.ts +19 -0
- package/package.json +3 -3
- package/saltIcons.css +108 -32
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowLeft.js","sources":["../src/components/ArrowLeft.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ArrowLeftIconProps = IconProps;\n\nexport const ArrowLeftIcon = forwardRef<SVGSVGElement, ArrowLeftIconProps>(\n function ArrowLeftIcon(props: ArrowLeftIconProps, ref) {\n return (\n <Icon\n data-testid=\"ArrowLeftIcon\"\n aria-label=\"arrow left\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M12 6.5v-1H1.
|
|
1
|
+
{"version":3,"file":"ArrowLeft.js","sources":["../src/components/ArrowLeft.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ArrowLeftIconProps = IconProps;\n\nexport const ArrowLeftIcon = forwardRef<SVGSVGElement, ArrowLeftIconProps>(\n function ArrowLeftIcon(props: ArrowLeftIconProps, ref) {\n return (\n <Icon\n data-testid=\"ArrowLeftIcon\"\n aria-label=\"arrow left\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M12 6.5v-1H1.915l3.147-3.146-.708-.707L0 6l4.353 4.354.707-.707L1.914 6.5z\" />\n </Icon>\n );\n },\n);\n"],"names":["ArrowLeftIcon"],"mappings":";;;;AAQO,MAAM,aAAA,GAAgB,UAAA;AAAA,EAC3B,SAASA,cAAAA,CAAc,KAAA,EAA2B,GAAA,EAAK;AACrD,IAAA,uBACE,GAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,eAAA;AAAA,QACZ,YAAA,EAAW,YAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,4EAAA,EAA6E;AAAA;AAAA,KACvF;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -12,7 +12,7 @@ const ArrowRightIcon = forwardRef(
|
|
|
12
12
|
viewBox: "0 0 12 12",
|
|
13
13
|
ref,
|
|
14
14
|
...props,
|
|
15
|
-
children: /* @__PURE__ */ jsx("path", { d: "M0 5.5v1h10.086L6.94 9.647l.707.707L12 6 7.647 1.647l-.707.707L10.086 5.5z" })
|
|
15
|
+
children: /* @__PURE__ */ jsx("path", { d: "M0 5.5v1h10.086L6.94 9.647l.707.707L12.001 6 7.647 1.647l-.707.707L10.086 5.5z" })
|
|
16
16
|
}
|
|
17
17
|
);
|
|
18
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowRight.js","sources":["../src/components/ArrowRight.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ArrowRightIconProps = IconProps;\n\nexport const ArrowRightIcon = forwardRef<SVGSVGElement, ArrowRightIconProps>(\n function ArrowRightIcon(props: ArrowRightIconProps, ref) {\n return (\n <Icon\n data-testid=\"ArrowRightIcon\"\n aria-label=\"arrow right\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M0 5.5v1h10.086L6.94 9.647l.707.707L12 6 7.647 1.647l-.707.707L10.086 5.5z\" />\n </Icon>\n );\n },\n);\n"],"names":["ArrowRightIcon"],"mappings":";;;;AAQO,MAAM,cAAA,GAAiB,UAAA;AAAA,EAC5B,SAASA,eAAAA,CAAe,KAAA,EAA4B,GAAA,EAAK;AACvD,IAAA,uBACE,GAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,gBAAA;AAAA,QACZ,YAAA,EAAW,aAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,
|
|
1
|
+
{"version":3,"file":"ArrowRight.js","sources":["../src/components/ArrowRight.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ArrowRightIconProps = IconProps;\n\nexport const ArrowRightIcon = forwardRef<SVGSVGElement, ArrowRightIconProps>(\n function ArrowRightIcon(props: ArrowRightIconProps, ref) {\n return (\n <Icon\n data-testid=\"ArrowRightIcon\"\n aria-label=\"arrow right\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M0 5.5v1h10.086L6.94 9.647l.707.707L12.001 6 7.647 1.647l-.707.707L10.086 5.5z\" />\n </Icon>\n );\n },\n);\n"],"names":["ArrowRightIcon"],"mappings":";;;;AAQO,MAAM,cAAA,GAAiB,UAAA;AAAA,EAC5B,SAASA,eAAAA,CAAe,KAAA,EAA4B,GAAA,EAAK;AACvD,IAAA,uBACE,GAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,gBAAA;AAAA,QACZ,YAAA,EAAW,aAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,gFAAA,EAAiF;AAAA;AAAA,KAC3F;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BarChart.js","sources":["../src/components/BarChart.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type BarChartIconProps = IconProps;\n\nexport const BarChartIcon = forwardRef<SVGSVGElement, BarChartIconProps>(\n function BarChartIcon(props: BarChartIconProps, ref) {\n return (\n <Icon\n data-testid=\"BarChartIcon\"\n aria-label=\"bar chart\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M6 1h1v9h1V7h1v3h1V4h1v7H0V6h1v4h1V8h1v2h1V5h1v5h1z\" />\n </Icon>\n );\n },\n);\n"],"names":["BarChartIcon"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"BarChart.js","sources":["../src/components/BarChart.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type BarChartIconProps = IconProps;\n\n/** @deprecated - Use `ChartBarIcon` instead. */\nexport const BarChartIcon = forwardRef<SVGSVGElement, BarChartIconProps>(\n function BarChartIcon(props: BarChartIconProps, ref) {\n return (\n <Icon\n data-testid=\"BarChartIcon\"\n aria-label=\"bar chart\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M6 1h1v9h1V7h1v3h1V4h1v7H0V6h1v4h1V8h1v2h1V5h1v5h1z\" />\n </Icon>\n );\n },\n);\n"],"names":["BarChartIcon"],"mappings":";;;;AASO,MAAM,YAAA,GAAe,UAAA;AAAA,EAC1B,SAASA,aAAAA,CAAa,KAAA,EAA0B,GAAA,EAAK;AACnD,IAAA,uBACE,GAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,cAAA;AAAA,QACZ,YAAA,EAAW,WAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,qDAAA,EAAsD;AAAA;AAAA,KAChE;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartAreaIcon = forwardRef(
|
|
6
|
+
function ChartAreaIcon2(props, ref) {
|
|
7
|
+
return /* @__PURE__ */ jsx(
|
|
8
|
+
Icon,
|
|
9
|
+
{
|
|
10
|
+
"data-testid": "ChartAreaIcon",
|
|
11
|
+
"aria-label": "chart area",
|
|
12
|
+
viewBox: "0 0 12 12",
|
|
13
|
+
ref,
|
|
14
|
+
...props,
|
|
15
|
+
children: /* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
d: "M11.5 3.51v7.99H.5V2.837l3.797 1.085L7 .5zM6 9.35 1.5 8.32v2.18h9V8.55L8 6.85zM4.702 5.078 1.5 4.162V5.94l3.667.91L7.5 3.922 10.5 6V4.034L7.24 1.883z",
|
|
20
|
+
clipRule: "evenodd"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
export { ChartAreaIcon };
|
|
29
|
+
//# sourceMappingURL=ChartArea.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartArea.js","sources":["../src/components/ChartArea.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartAreaIconProps = IconProps;\n\nexport const ChartAreaIcon = forwardRef<SVGSVGElement, ChartAreaIconProps>(\n function ChartAreaIcon(props: ChartAreaIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartAreaIcon\"\n aria-label=\"chart area\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n d=\"M11.5 3.51v7.99H.5V2.837l3.797 1.085L7 .5zM6 9.35 1.5 8.32v2.18h9V8.55L8 6.85zM4.702 5.078 1.5 4.162V5.94l3.667.91L7.5 3.922 10.5 6V4.034L7.24 1.883z\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n },\n);\n"],"names":["ChartAreaIcon"],"mappings":";;;;AAQO,MAAM,aAAA,GAAgB,UAAA;AAAA,EAC3B,SAASA,cAAAA,CAAc,KAAA,EAA2B,GAAA,EAAK;AACrD,IAAA,uBACE,GAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,eAAA;AAAA,QACZ,YAAA,EAAW,YAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAA,GAAA;AAAA,UAAC,MAAA;AAAA,UAAA;AAAA,YACC,QAAA,EAAS,SAAA;AAAA,YACT,CAAA,EAAE,uJAAA;AAAA,YACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA,KACF;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartBarIcon = forwardRef(
|
|
6
|
+
function ChartBarIcon2(props, ref) {
|
|
7
|
+
return /* @__PURE__ */ jsx(
|
|
8
|
+
Icon,
|
|
9
|
+
{
|
|
10
|
+
"data-testid": "ChartBarIcon",
|
|
11
|
+
"aria-label": "chart bar",
|
|
12
|
+
viewBox: "0 0 12 12",
|
|
13
|
+
ref,
|
|
14
|
+
...props,
|
|
15
|
+
children: /* @__PURE__ */ jsx("path", { d: "M11 6.5v1H2v1h3v1H2v1h6v1H1V.5h5v1H2v1h2v1H2v1h5v1H2v1z" })
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export { ChartBarIcon };
|
|
22
|
+
//# sourceMappingURL=ChartBar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartBar.js","sources":["../src/components/ChartBar.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartBarIconProps = IconProps;\n\nexport const ChartBarIcon = forwardRef<SVGSVGElement, ChartBarIconProps>(\n function ChartBarIcon(props: ChartBarIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartBarIcon\"\n aria-label=\"chart bar\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M11 6.5v1H2v1h3v1H2v1h6v1H1V.5h5v1H2v1h2v1H2v1h5v1H2v1z\" />\n </Icon>\n );\n },\n);\n"],"names":["ChartBarIcon"],"mappings":";;;;AAQO,MAAM,YAAA,GAAe,UAAA;AAAA,EAC1B,SAASA,aAAAA,CAAa,KAAA,EAA0B,GAAA,EAAK;AACnD,IAAA,uBACE,GAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,cAAA;AAAA,QACZ,YAAA,EAAW,WAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,yDAAA,EAA0D;AAAA;AAAA,KACpE;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartBoxPlotIcon = forwardRef(function ChartBoxPlotIcon2(props, ref) {
|
|
6
|
+
return /* @__PURE__ */ jsx(
|
|
7
|
+
Icon,
|
|
8
|
+
{
|
|
9
|
+
"data-testid": "ChartBoxPlotIcon",
|
|
10
|
+
"aria-label": "chart box plot",
|
|
11
|
+
viewBox: "0 0 12 12",
|
|
12
|
+
ref,
|
|
13
|
+
...props,
|
|
14
|
+
children: /* @__PURE__ */ jsx(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
d: "M11 12H8v-1h1v-1H7V4h2V1H8V0h3v1h-1v3h2v6h-2v1h1zM8 9h3V8H8zm0-2h3V5H8zM4 1H3v1h2v6H3v3h1v1H1v-1h1V8H0V2h2V1H1V0h3zM1 7h3V5H1zm0-3h3V3H1z",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
export { ChartBoxPlotIcon };
|
|
27
|
+
//# sourceMappingURL=ChartBoxPlot.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartBoxPlot.js","sources":["../src/components/ChartBoxPlot.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartBoxPlotIconProps = IconProps;\n\nexport const ChartBoxPlotIcon = forwardRef<\n SVGSVGElement,\n ChartBoxPlotIconProps\n>(function ChartBoxPlotIcon(props: ChartBoxPlotIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartBoxPlotIcon\"\n aria-label=\"chart box plot\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n d=\"M11 12H8v-1h1v-1H7V4h2V1H8V0h3v1h-1v3h2v6h-2v1h1zM8 9h3V8H8zm0-2h3V5H8zM4 1H3v1h2v6H3v3h1v1H1v-1h1V8H0V2h2V1H1V0h3zM1 7h3V5H1zm0-3h3V3H1z\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n});\n"],"names":["ChartBoxPlotIcon"],"mappings":";;;;AAQO,MAAM,gBAAA,GAAmB,UAAA,CAG9B,SAASA,iBAAAA,CAAiB,OAA8B,GAAA,EAAK;AAC7D,EAAA,uBACE,GAAA;AAAA,IAAC,IAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,kBAAA;AAAA,MACZ,YAAA,EAAW,gBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAA,GAAA;AAAA,QAAC,MAAA;AAAA,QAAA;AAAA,UACC,QAAA,EAAS,SAAA;AAAA,UACT,CAAA,EAAE,2IAAA;AAAA,UACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA,GACF;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartBubbleIcon = forwardRef(
|
|
6
|
+
function ChartBubbleIcon2(props, ref) {
|
|
7
|
+
return /* @__PURE__ */ jsxs(
|
|
8
|
+
Icon,
|
|
9
|
+
{
|
|
10
|
+
"data-testid": "ChartBubbleIcon",
|
|
11
|
+
"aria-label": "chart bubble",
|
|
12
|
+
viewBox: "0 0 12 12",
|
|
13
|
+
ref,
|
|
14
|
+
...props,
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { d: "M1.75 10.25h9.5v1H.75V.75h1z" }),
|
|
17
|
+
/* @__PURE__ */ jsx(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
d: "M8.75 5.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-5.137-.156a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1m1.771-6.299a2.5 2.5 0 1 1-.001 5.001 2.5 2.5 0 0 1 0-5.001m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3",
|
|
22
|
+
clipRule: "evenodd"
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
|
|
31
|
+
export { ChartBubbleIcon };
|
|
32
|
+
//# sourceMappingURL=ChartBubble.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartBubble.js","sources":["../src/components/ChartBubble.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartBubbleIconProps = IconProps;\n\nexport const ChartBubbleIcon = forwardRef<SVGSVGElement, ChartBubbleIconProps>(\n function ChartBubbleIcon(props: ChartBubbleIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartBubbleIcon\"\n aria-label=\"chart bubble\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M1.75 10.25h9.5v1H.75V.75h1z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M8.75 5.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-5.137-.156a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1m1.771-6.299a2.5 2.5 0 1 1-.001 5.001 2.5 2.5 0 0 1 0-5.001m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n },\n);\n"],"names":["ChartBubbleIcon"],"mappings":";;;;AAQO,MAAM,eAAA,GAAkB,UAAA;AAAA,EAC7B,SAASA,gBAAAA,CAAgB,KAAA,EAA6B,GAAA,EAAK;AACzD,IAAA,uBACE,IAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,iBAAA;AAAA,QACZ,YAAA,EAAW,cAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,EAAA;AAAA,0BAAA,GAAA,CAAC,MAAA,EAAA,EAAK,GAAE,8BAAA,EAA+B,CAAA;AAAA,0BACvC,GAAA;AAAA,YAAC,MAAA;AAAA,YAAA;AAAA,cACC,QAAA,EAAS,SAAA;AAAA,cACT,CAAA,EAAE,4PAAA;AAAA,cACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA;AAAA,KACF;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartBubbleSolidIcon = forwardRef(function ChartBubbleSolidIcon2(props, ref) {
|
|
6
|
+
return /* @__PURE__ */ jsxs(
|
|
7
|
+
Icon,
|
|
8
|
+
{
|
|
9
|
+
"data-testid": "ChartBubbleSolidIcon",
|
|
10
|
+
"aria-label": "chart bubble solid",
|
|
11
|
+
viewBox: "0 0 12 12",
|
|
12
|
+
ref,
|
|
13
|
+
...props,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ jsx("path", { d: "M1.75 10.25h9.5v1H.75V.75h1z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { d: "M8.75 5.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4m-5.137.844a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m1.771-5.299a2.5 2.5 0 1 1-.001 5.001 2.5 2.5 0 0 1 0-5.001" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export { ChartBubbleSolidIcon };
|
|
23
|
+
//# sourceMappingURL=ChartBubbleSolid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartBubbleSolid.js","sources":["../src/components/ChartBubbleSolid.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartBubbleSolidIconProps = IconProps;\n\nexport const ChartBubbleSolidIcon = forwardRef<\n SVGSVGElement,\n ChartBubbleSolidIconProps\n>(function ChartBubbleSolidIcon(props: ChartBubbleSolidIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartBubbleSolidIcon\"\n aria-label=\"chart bubble solid\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M1.75 10.25h9.5v1H.75V.75h1z\" />\n <path d=\"M8.75 5.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4m-5.137.844a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m1.771-5.299a2.5 2.5 0 1 1-.001 5.001 2.5 2.5 0 0 1 0-5.001\" />\n </Icon>\n );\n});\n"],"names":["ChartBubbleSolidIcon"],"mappings":";;;;AAQO,MAAM,oBAAA,GAAuB,UAAA,CAGlC,SAASA,qBAAAA,CAAqB,OAAkC,GAAA,EAAK;AACrE,EAAA,uBACE,IAAA;AAAA,IAAC,IAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,sBAAA;AAAA,MACZ,YAAA,EAAW,oBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,EAAA;AAAA,wBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,GAAE,8BAAA,EAA+B,CAAA;AAAA,wBACvC,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,iJAAA,EAAkJ;AAAA;AAAA;AAAA,GAC5J;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartBulletIcon = forwardRef(
|
|
6
|
+
function ChartBulletIcon2(props, ref) {
|
|
7
|
+
return /* @__PURE__ */ jsxs(
|
|
8
|
+
Icon,
|
|
9
|
+
{
|
|
10
|
+
"data-testid": "ChartBulletIcon",
|
|
11
|
+
"aria-label": "chart bullet",
|
|
12
|
+
viewBox: "0 0 12 12",
|
|
13
|
+
ref,
|
|
14
|
+
...props,
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { d: "M2 5v2h3v1H2v2h6v1H1V1h6v1H2v2h7v1z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { d: "M6 8.5v-2h1v2zm2-6v-2h1v2zm1 9v-2h1v2zm1-6v-2h1v2z" })
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
export { ChartBulletIcon };
|
|
25
|
+
//# sourceMappingURL=ChartBullet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartBullet.js","sources":["../src/components/ChartBullet.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartBulletIconProps = IconProps;\n\nexport const ChartBulletIcon = forwardRef<SVGSVGElement, ChartBulletIconProps>(\n function ChartBulletIcon(props: ChartBulletIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartBulletIcon\"\n aria-label=\"chart bullet\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M2 5v2h3v1H2v2h6v1H1V1h6v1H2v2h7v1z\" />\n <path d=\"M6 8.5v-2h1v2zm2-6v-2h1v2zm1 9v-2h1v2zm1-6v-2h1v2z\" />\n </Icon>\n );\n },\n);\n"],"names":["ChartBulletIcon"],"mappings":";;;;AAQO,MAAM,eAAA,GAAkB,UAAA;AAAA,EAC7B,SAASA,gBAAAA,CAAgB,KAAA,EAA6B,GAAA,EAAK;AACzD,IAAA,uBACE,IAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,iBAAA;AAAA,QACZ,YAAA,EAAW,cAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,EAAA;AAAA,0BAAA,GAAA,CAAC,MAAA,EAAA,EAAK,GAAE,qCAAA,EAAsC,CAAA;AAAA,0BAC9C,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,oDAAA,EAAqD;AAAA;AAAA;AAAA,KAC/D;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartCandlestickIcon = forwardRef(function ChartCandlestickIcon2(props, ref) {
|
|
6
|
+
return /* @__PURE__ */ jsx(
|
|
7
|
+
Icon,
|
|
8
|
+
{
|
|
9
|
+
"data-testid": "ChartCandlestickIcon",
|
|
10
|
+
"aria-label": "chart candlestick",
|
|
11
|
+
viewBox: "0 0 12 12",
|
|
12
|
+
ref,
|
|
13
|
+
...props,
|
|
14
|
+
children: /* @__PURE__ */ jsx(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
d: "M10 5.5h2v3h-2V12H9V8.5H7v-3h2V0h1zm-2 2h3v-1H8zm-5-4h2v5H3V12H2V8.5H0v-5h2V0h1zm-2 4h3v-3H1z",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
export { ChartCandlestickIcon };
|
|
27
|
+
//# sourceMappingURL=ChartCandlestick.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartCandlestick.js","sources":["../src/components/ChartCandlestick.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartCandlestickIconProps = IconProps;\n\nexport const ChartCandlestickIcon = forwardRef<\n SVGSVGElement,\n ChartCandlestickIconProps\n>(function ChartCandlestickIcon(props: ChartCandlestickIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartCandlestickIcon\"\n aria-label=\"chart candlestick\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n d=\"M10 5.5h2v3h-2V12H9V8.5H7v-3h2V0h1zm-2 2h3v-1H8zm-5-4h2v5H3V12H2V8.5H0v-5h2V0h1zm-2 4h3v-3H1z\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n});\n"],"names":["ChartCandlestickIcon"],"mappings":";;;;AAQO,MAAM,oBAAA,GAAuB,UAAA,CAGlC,SAASA,qBAAAA,CAAqB,OAAkC,GAAA,EAAK;AACrE,EAAA,uBACE,GAAA;AAAA,IAAC,IAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,sBAAA;AAAA,MACZ,YAAA,EAAW,mBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAA,GAAA;AAAA,QAAC,MAAA;AAAA,QAAA;AAAA,UACC,QAAA,EAAS,SAAA;AAAA,UACT,CAAA,EAAE,+FAAA;AAAA,UACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA,GACF;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartCandlestickSolidIcon = forwardRef(function ChartCandlestickSolidIcon2(props, ref) {
|
|
6
|
+
return /* @__PURE__ */ jsx(
|
|
7
|
+
Icon,
|
|
8
|
+
{
|
|
9
|
+
"data-testid": "ChartCandlestickSolidIcon",
|
|
10
|
+
"aria-label": "chart candlestick solid",
|
|
11
|
+
viewBox: "0 0 12 12",
|
|
12
|
+
ref,
|
|
13
|
+
...props,
|
|
14
|
+
children: /* @__PURE__ */ jsx(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
d: "M3 3.5h2v5H3V12H2V8.5H0v-5h2V0h1zm7 2h2v3h-2V12H9V8.5H7v-3h2V0h1z",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
export { ChartCandlestickSolidIcon };
|
|
27
|
+
//# sourceMappingURL=ChartCandlestickSolid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartCandlestickSolid.js","sources":["../src/components/ChartCandlestickSolid.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartCandlestickSolidIconProps = IconProps;\n\nexport const ChartCandlestickSolidIcon = forwardRef<\n SVGSVGElement,\n ChartCandlestickSolidIconProps\n>(function ChartCandlestickSolidIcon(\n props: ChartCandlestickSolidIconProps,\n ref,\n) {\n return (\n <Icon\n data-testid=\"ChartCandlestickSolidIcon\"\n aria-label=\"chart candlestick solid\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n d=\"M3 3.5h2v5H3V12H2V8.5H0v-5h2V0h1zm7 2h2v3h-2V12H9V8.5H7v-3h2V0h1z\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n});\n"],"names":["ChartCandlestickSolidIcon"],"mappings":";;;;AAQO,MAAM,yBAAA,GAA4B,UAAA,CAGvC,SAASA,0BAAAA,CACT,OACA,GAAA,EACA;AACA,EAAA,uBACE,GAAA;AAAA,IAAC,IAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,2BAAA;AAAA,MACZ,YAAA,EAAW,yBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAA,GAAA;AAAA,QAAC,MAAA;AAAA,QAAA;AAAA,UACC,QAAA,EAAS,SAAA;AAAA,UACT,CAAA,EAAE,mEAAA;AAAA,UACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA,GACF;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartColumnIcon = forwardRef(
|
|
6
|
+
function ChartColumnIcon2(props, ref) {
|
|
7
|
+
return /* @__PURE__ */ jsx(
|
|
8
|
+
Icon,
|
|
9
|
+
{
|
|
10
|
+
"data-testid": "ChartColumnIcon",
|
|
11
|
+
"aria-label": "chart column",
|
|
12
|
+
viewBox: "0 0 12 12",
|
|
13
|
+
ref,
|
|
14
|
+
...props,
|
|
15
|
+
children: /* @__PURE__ */ jsx("path", { d: "M6.5 1h1v9h1V7h1v3h1V4h1v7H.5V6h1v4h1V8h1v2h1V5h1v5h1z" })
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export { ChartColumnIcon };
|
|
22
|
+
//# sourceMappingURL=ChartColumn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartColumn.js","sources":["../src/components/ChartColumn.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartColumnIconProps = IconProps;\n\nexport const ChartColumnIcon = forwardRef<SVGSVGElement, ChartColumnIconProps>(\n function ChartColumnIcon(props: ChartColumnIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartColumnIcon\"\n aria-label=\"chart column\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M6.5 1h1v9h1V7h1v3h1V4h1v7H.5V6h1v4h1V8h1v2h1V5h1v5h1z\" />\n </Icon>\n );\n },\n);\n"],"names":["ChartColumnIcon"],"mappings":";;;;AAQO,MAAM,eAAA,GAAkB,UAAA;AAAA,EAC7B,SAASA,gBAAAA,CAAgB,KAAA,EAA6B,GAAA,EAAK;AACzD,IAAA,uBACE,GAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,iBAAA;AAAA,QACZ,YAAA,EAAW,cAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,wDAAA,EAAyD;AAAA;AAAA,KACnE;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartDonutIcon = forwardRef(
|
|
6
|
+
function ChartDonutIcon2(props, ref) {
|
|
7
|
+
return /* @__PURE__ */ jsx(
|
|
8
|
+
Icon,
|
|
9
|
+
{
|
|
10
|
+
"data-testid": "ChartDonutIcon",
|
|
11
|
+
"aria-label": "chart donut",
|
|
12
|
+
viewBox: "0 0 12 12",
|
|
13
|
+
ref,
|
|
14
|
+
...props,
|
|
15
|
+
children: /* @__PURE__ */ jsx("path", { d: "M10.622 9.809A5.97 5.97 0 0 1 6 12l-.309-.008a5.97 5.97 0 0 1-4.313-2.184l.877-.51a4.97 4.97 0 0 0 7.488 0zM5 1.016a5.034 5.034 0 0 0-4 4.941c0 .558.09 1.095.256 1.596l-.88.511A6.1 6.1 0 0 1 0 5.957C0 2.963 2.163.479 5 0zM7 0c2.837.48 5 2.963 5 5.957 0 .741-.134 1.451-.377 2.107l-.88-.511A5.1 5.1 0 0 0 11 5.957a5.034 5.034 0 0 0-4-4.941z" })
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export { ChartDonutIcon };
|
|
22
|
+
//# sourceMappingURL=ChartDonut.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartDonut.js","sources":["../src/components/ChartDonut.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartDonutIconProps = IconProps;\n\nexport const ChartDonutIcon = forwardRef<SVGSVGElement, ChartDonutIconProps>(\n function ChartDonutIcon(props: ChartDonutIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartDonutIcon\"\n aria-label=\"chart donut\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M10.622 9.809A5.97 5.97 0 0 1 6 12l-.309-.008a5.97 5.97 0 0 1-4.313-2.184l.877-.51a4.97 4.97 0 0 0 7.488 0zM5 1.016a5.034 5.034 0 0 0-4 4.941c0 .558.09 1.095.256 1.596l-.88.511A6.1 6.1 0 0 1 0 5.957C0 2.963 2.163.479 5 0zM7 0c2.837.48 5 2.963 5 5.957 0 .741-.134 1.451-.377 2.107l-.88-.511A5.1 5.1 0 0 0 11 5.957a5.034 5.034 0 0 0-4-4.941z\" />\n </Icon>\n );\n },\n);\n"],"names":["ChartDonutIcon"],"mappings":";;;;AAQO,MAAM,cAAA,GAAiB,UAAA;AAAA,EAC5B,SAASA,eAAAA,CAAe,KAAA,EAA4B,GAAA,EAAK;AACvD,IAAA,uBACE,GAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,gBAAA;AAAA,QACZ,YAAA,EAAW,aAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,qVAAA,EAAsV;AAAA;AAAA,KAChW;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartLineIcon = forwardRef(
|
|
6
|
+
function ChartLineIcon2(props, ref) {
|
|
7
|
+
return /* @__PURE__ */ jsx(
|
|
8
|
+
Icon,
|
|
9
|
+
{
|
|
10
|
+
"data-testid": "ChartLineIcon",
|
|
11
|
+
"aria-label": "chart line",
|
|
12
|
+
viewBox: "0 0 12 12",
|
|
13
|
+
ref,
|
|
14
|
+
...props,
|
|
15
|
+
children: /* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
d: "M10.5 3.5a1.5 1.5 0 1 0-1.018-.399L7.599 7.503a1.5 1.5 0 0 0-.55.066L5.747 5.836a1.5 1.5 0 1 0-2.4.122L1.801 8.53h-.006a1.5 1.5 0 1 0 .857.512l1.54-2.573a1.5 1.5 0 0 0 .75-.036l1.311 1.732a1.5 1.5 0 1 0 2.264-.267L10.4 3.497zM5.25 5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3 5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m6-1a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3-7a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0",
|
|
20
|
+
clipRule: "evenodd"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
export { ChartLineIcon };
|
|
29
|
+
//# sourceMappingURL=ChartLine.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartLine.js","sources":["../src/components/ChartLine.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartLineIconProps = IconProps;\n\nexport const ChartLineIcon = forwardRef<SVGSVGElement, ChartLineIconProps>(\n function ChartLineIcon(props: ChartLineIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartLineIcon\"\n aria-label=\"chart line\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n d=\"M10.5 3.5a1.5 1.5 0 1 0-1.018-.399L7.599 7.503a1.5 1.5 0 0 0-.55.066L5.747 5.836a1.5 1.5 0 1 0-2.4.122L1.801 8.53h-.006a1.5 1.5 0 1 0 .857.512l1.54-2.573a1.5 1.5 0 0 0 .75-.036l1.311 1.732a1.5 1.5 0 1 0 2.264-.267L10.4 3.497zM5.25 5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3 5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m6-1a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3-7a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n },\n);\n"],"names":["ChartLineIcon"],"mappings":";;;;AAQO,MAAM,aAAA,GAAgB,UAAA;AAAA,EAC3B,SAASA,cAAAA,CAAc,KAAA,EAA2B,GAAA,EAAK;AACrD,IAAA,uBACE,GAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,eAAA;AAAA,QACZ,YAAA,EAAW,YAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAA,GAAA;AAAA,UAAC,MAAA;AAAA,UAAA;AAAA,YACC,QAAA,EAAS,SAAA;AAAA,YACT,CAAA,EAAE,+YAAA;AAAA,YACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA,KACF;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartLineSolidIcon = forwardRef(function ChartLineSolidIcon2(props, ref) {
|
|
6
|
+
return /* @__PURE__ */ jsx(
|
|
7
|
+
Icon,
|
|
8
|
+
{
|
|
9
|
+
"data-testid": "ChartLineSolidIcon",
|
|
10
|
+
"aria-label": "chart line solid",
|
|
11
|
+
viewBox: "0 0 12 13",
|
|
12
|
+
ref,
|
|
13
|
+
...props,
|
|
14
|
+
children: /* @__PURE__ */ jsx("path", { d: "M10.5 4a1.5 1.5 0 1 0-1.017-.397l-1.885 4.4a1.5 1.5 0 0 0-.547.065L5.75 6.331a1.5 1.5 0 1 0-2.405.124L1.799 9.03a1.5 1.5 0 1 0 .857.515L4.201 6.97a1.5 1.5 0 0 0 .748-.038L6.25 8.668a1.5 1.5 0 1 0 2.265-.271l1.886-4.4Q10.452 4 10.5 4" })
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
export { ChartLineSolidIcon };
|
|
20
|
+
//# sourceMappingURL=ChartLineSolid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartLineSolid.js","sources":["../src/components/ChartLineSolid.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartLineSolidIconProps = IconProps;\n\nexport const ChartLineSolidIcon = forwardRef<\n SVGSVGElement,\n ChartLineSolidIconProps\n>(function ChartLineSolidIcon(props: ChartLineSolidIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartLineSolidIcon\"\n aria-label=\"chart line solid\"\n viewBox=\"0 0 12 13\"\n ref={ref}\n {...props}\n >\n <path d=\"M10.5 4a1.5 1.5 0 1 0-1.017-.397l-1.885 4.4a1.5 1.5 0 0 0-.547.065L5.75 6.331a1.5 1.5 0 1 0-2.405.124L1.799 9.03a1.5 1.5 0 1 0 .857.515L4.201 6.97a1.5 1.5 0 0 0 .748-.038L6.25 8.668a1.5 1.5 0 1 0 2.265-.271l1.886-4.4Q10.452 4 10.5 4\" />\n </Icon>\n );\n});\n"],"names":["ChartLineSolidIcon"],"mappings":";;;;AAQO,MAAM,kBAAA,GAAqB,UAAA,CAGhC,SAASA,mBAAAA,CAAmB,OAAgC,GAAA,EAAK;AACjE,EAAA,uBACE,GAAA;AAAA,IAAC,IAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,oBAAA;AAAA,MACZ,YAAA,EAAW,kBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,0OAAA,EAA2O;AAAA;AAAA,GACrP;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartPieIcon = forwardRef(
|
|
6
|
+
function ChartPieIcon2(props, ref) {
|
|
7
|
+
return /* @__PURE__ */ jsxs(
|
|
8
|
+
Icon,
|
|
9
|
+
{
|
|
10
|
+
"data-testid": "ChartPieIcon",
|
|
11
|
+
"aria-label": "chart pie",
|
|
12
|
+
viewBox: "0 0 12 12",
|
|
13
|
+
ref,
|
|
14
|
+
...props,
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { d: "M4.5 2.626a4.002 4.002 0 0 0 1 7.874v1a5 5 0 0 1 0-10v5h5a5 5 0 0 1-5 5v-1a4 4 0 0 0 3.874-3H4.5z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { d: "M6.5.5a5 5 0 0 1 5 5h-5zm1 4h2.874A4.01 4.01 0 0 0 7.5 1.626z" })
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
export { ChartPieIcon };
|
|
25
|
+
//# sourceMappingURL=ChartPie.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartPie.js","sources":["../src/components/ChartPie.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartPieIconProps = IconProps;\n\nexport const ChartPieIcon = forwardRef<SVGSVGElement, ChartPieIconProps>(\n function ChartPieIcon(props: ChartPieIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartPieIcon\"\n aria-label=\"chart pie\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M4.5 2.626a4.002 4.002 0 0 0 1 7.874v1a5 5 0 0 1 0-10v5h5a5 5 0 0 1-5 5v-1a4 4 0 0 0 3.874-3H4.5z\" />\n <path d=\"M6.5.5a5 5 0 0 1 5 5h-5zm1 4h2.874A4.01 4.01 0 0 0 7.5 1.626z\" />\n </Icon>\n );\n },\n);\n"],"names":["ChartPieIcon"],"mappings":";;;;AAQO,MAAM,YAAA,GAAe,UAAA;AAAA,EAC1B,SAASA,aAAAA,CAAa,KAAA,EAA0B,GAAA,EAAK;AACnD,IAAA,uBACE,IAAA;AAAA,MAAC,IAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,cAAA;AAAA,QACZ,YAAA,EAAW,WAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,EAAA;AAAA,0BAAA,GAAA,CAAC,MAAA,EAAA,EAAK,GAAE,mGAAA,EAAoG,CAAA;AAAA,0BAC5G,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,+DAAA,EAAgE;AAAA;AAAA;AAAA,KAC1E;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartPieSolidIcon = forwardRef(function ChartPieSolidIcon2(props, ref) {
|
|
6
|
+
return /* @__PURE__ */ jsxs(
|
|
7
|
+
Icon,
|
|
8
|
+
{
|
|
9
|
+
"data-testid": "ChartPieSolidIcon",
|
|
10
|
+
"aria-label": "chart pie solid",
|
|
11
|
+
viewBox: "0 0 12 12",
|
|
12
|
+
ref,
|
|
13
|
+
...props,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ jsx("path", { d: "M5.5 11.5a5 5 0 0 0 5-5h-5v-5a5 5 0 0 0 0 10" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { d: "M11.5 5.5a5 5 0 0 0-5-5v5z" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export { ChartPieSolidIcon };
|
|
23
|
+
//# sourceMappingURL=ChartPieSolid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartPieSolid.js","sources":["../src/components/ChartPieSolid.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartPieSolidIconProps = IconProps;\n\nexport const ChartPieSolidIcon = forwardRef<\n SVGSVGElement,\n ChartPieSolidIconProps\n>(function ChartPieSolidIcon(props: ChartPieSolidIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartPieSolidIcon\"\n aria-label=\"chart pie solid\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M5.5 11.5a5 5 0 0 0 5-5h-5v-5a5 5 0 0 0 0 10\" />\n <path d=\"M11.5 5.5a5 5 0 0 0-5-5v5z\" />\n </Icon>\n );\n});\n"],"names":["ChartPieSolidIcon"],"mappings":";;;;AAQO,MAAM,iBAAA,GAAoB,UAAA,CAG/B,SAASA,kBAAAA,CAAkB,OAA+B,GAAA,EAAK;AAC/D,EAAA,uBACE,IAAA;AAAA,IAAC,IAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,mBAAA;AAAA,MACZ,YAAA,EAAW,iBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,EAAA;AAAA,wBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,GAAE,8CAAA,EAA+C,CAAA;AAAA,wBACvD,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,4BAAA,EAA6B;AAAA;AAAA;AAAA,GACvC;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartScatterIcon = forwardRef(function ChartScatterIcon2(props, ref) {
|
|
6
|
+
return /* @__PURE__ */ jsxs(
|
|
7
|
+
Icon,
|
|
8
|
+
{
|
|
9
|
+
"data-testid": "ChartScatterIcon",
|
|
10
|
+
"aria-label": "chart scatter",
|
|
11
|
+
viewBox: "0 0 12 12",
|
|
12
|
+
ref,
|
|
13
|
+
...props,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ jsx("path", { d: "M1.143 10.857H12V12H0V0h1.143z" }),
|
|
16
|
+
/* @__PURE__ */ jsx(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
d: "M4.571 6.286a1.714 1.714 0 1 1 0 3.428 1.714 1.714 0 0 1 0-3.428m0 1.143a.571.571 0 1 0 0 1.142.571.571 0 0 0 0-1.142m5.715-2.286a1.714 1.714 0 1 1 0 3.428 1.714 1.714 0 0 1 0-3.428m0 1.143a.571.571 0 1 0 0 1.143.571.571 0 0 0 0-1.143M5.714.571a1.714 1.714 0 1 1 0 3.429 1.714 1.714 0 0 1 0-3.429m0 1.143a.571.571 0 1 0 0 1.143.571.571 0 0 0 0-1.143",
|
|
21
|
+
clipRule: "evenodd"
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
export { ChartScatterIcon };
|
|
30
|
+
//# sourceMappingURL=ChartScatter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartScatter.js","sources":["../src/components/ChartScatter.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartScatterIconProps = IconProps;\n\nexport const ChartScatterIcon = forwardRef<\n SVGSVGElement,\n ChartScatterIconProps\n>(function ChartScatterIcon(props: ChartScatterIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartScatterIcon\"\n aria-label=\"chart scatter\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M1.143 10.857H12V12H0V0h1.143z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M4.571 6.286a1.714 1.714 0 1 1 0 3.428 1.714 1.714 0 0 1 0-3.428m0 1.143a.571.571 0 1 0 0 1.142.571.571 0 0 0 0-1.142m5.715-2.286a1.714 1.714 0 1 1 0 3.428 1.714 1.714 0 0 1 0-3.428m0 1.143a.571.571 0 1 0 0 1.143.571.571 0 0 0 0-1.143M5.714.571a1.714 1.714 0 1 1 0 3.429 1.714 1.714 0 0 1 0-3.429m0 1.143a.571.571 0 1 0 0 1.143.571.571 0 0 0 0-1.143\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n});\n"],"names":["ChartScatterIcon"],"mappings":";;;;AAQO,MAAM,gBAAA,GAAmB,UAAA,CAG9B,SAASA,iBAAAA,CAAiB,OAA8B,GAAA,EAAK;AAC7D,EAAA,uBACE,IAAA;AAAA,IAAC,IAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,kBAAA;AAAA,MACZ,YAAA,EAAW,eAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,EAAA;AAAA,wBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,GAAE,gCAAA,EAAiC,CAAA;AAAA,wBACzC,GAAA;AAAA,UAAC,MAAA;AAAA,UAAA;AAAA,YACC,QAAA,EAAS,SAAA;AAAA,YACT,CAAA,EAAE,+VAAA;AAAA,YACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA;AAAA,GACF;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartScatterSolidIcon = forwardRef(function ChartScatterSolidIcon2(props, ref) {
|
|
6
|
+
return /* @__PURE__ */ jsxs(
|
|
7
|
+
Icon,
|
|
8
|
+
{
|
|
9
|
+
"data-testid": "ChartScatterSolidIcon",
|
|
10
|
+
"aria-label": "chart scatter solid",
|
|
11
|
+
viewBox: "0 0 12 12",
|
|
12
|
+
ref,
|
|
13
|
+
...props,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ jsx("path", { d: "M1.143 10.857H12V12H0V0h1.143z" }),
|
|
16
|
+
/* @__PURE__ */ jsx(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
d: "M4.571 6.286a1.714 1.714 0 1 1 0 3.428 1.714 1.714 0 0 1 0-3.428m5.715-1.143a1.714 1.714 0 1 1 0 3.428 1.714 1.714 0 0 1 0-3.428M5.714.571a1.714 1.714 0 1 1 0 3.429 1.714 1.714 0 0 1 0-3.429",
|
|
21
|
+
clipRule: "evenodd"
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
export { ChartScatterSolidIcon };
|
|
30
|
+
//# sourceMappingURL=ChartScatterSolid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartScatterSolid.js","sources":["../src/components/ChartScatterSolid.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartScatterSolidIconProps = IconProps;\n\nexport const ChartScatterSolidIcon = forwardRef<\n SVGSVGElement,\n ChartScatterSolidIconProps\n>(function ChartScatterSolidIcon(props: ChartScatterSolidIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartScatterSolidIcon\"\n aria-label=\"chart scatter solid\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M1.143 10.857H12V12H0V0h1.143z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M4.571 6.286a1.714 1.714 0 1 1 0 3.428 1.714 1.714 0 0 1 0-3.428m5.715-1.143a1.714 1.714 0 1 1 0 3.428 1.714 1.714 0 0 1 0-3.428M5.714.571a1.714 1.714 0 1 1 0 3.429 1.714 1.714 0 0 1 0-3.429\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n});\n"],"names":["ChartScatterSolidIcon"],"mappings":";;;;AAQO,MAAM,qBAAA,GAAwB,UAAA,CAGnC,SAASA,sBAAAA,CAAsB,OAAmC,GAAA,EAAK;AACvE,EAAA,uBACE,IAAA;AAAA,IAAC,IAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,uBAAA;AAAA,MACZ,YAAA,EAAW,qBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,EAAA;AAAA,wBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,GAAE,gCAAA,EAAiC,CAAA;AAAA,wBACzC,GAAA;AAAA,UAAC,MAAA;AAAA,UAAA;AAAA,YACC,QAAA,EAAS,SAAA;AAAA,YACT,CAAA,EAAE,gMAAA;AAAA,YACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA;AAAA,GACF;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartStackedBarIcon = forwardRef(function ChartStackedBarIcon2(props, ref) {
|
|
6
|
+
return /* @__PURE__ */ jsxs(
|
|
7
|
+
Icon,
|
|
8
|
+
{
|
|
9
|
+
"data-testid": "ChartStackedBarIcon",
|
|
10
|
+
"aria-label": "chart stacked bar",
|
|
11
|
+
viewBox: "0 0 12 12",
|
|
12
|
+
ref,
|
|
13
|
+
...props,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ jsx("path", { d: "M5.5 1.5H2v1h1.5v1H2v1h5v1H2v1h3v1H2v1h1v1H2v1h6v1H1V.5h4.5zm5.5 10H9v-1h2z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { d: "M6.5 9.5H4v-1h2.5zm2.5-2H6v-1h3zm1-2H8v-1h2zm-2-2H5v-1h3zm1-2H7v-1h2z" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export { ChartStackedBarIcon };
|
|
23
|
+
//# sourceMappingURL=ChartStackedBar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartStackedBar.js","sources":["../src/components/ChartStackedBar.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartStackedBarIconProps = IconProps;\n\nexport const ChartStackedBarIcon = forwardRef<\n SVGSVGElement,\n ChartStackedBarIconProps\n>(function ChartStackedBarIcon(props: ChartStackedBarIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartStackedBarIcon\"\n aria-label=\"chart stacked bar\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M5.5 1.5H2v1h1.5v1H2v1h5v1H2v1h3v1H2v1h1v1H2v1h6v1H1V.5h4.5zm5.5 10H9v-1h2z\" />\n <path d=\"M6.5 9.5H4v-1h2.5zm2.5-2H6v-1h3zm1-2H8v-1h2zm-2-2H5v-1h3zm1-2H7v-1h2z\" />\n </Icon>\n );\n});\n"],"names":["ChartStackedBarIcon"],"mappings":";;;;AAQO,MAAM,mBAAA,GAAsB,UAAA,CAGjC,SAASA,oBAAAA,CAAoB,OAAiC,GAAA,EAAK;AACnE,EAAA,uBACE,IAAA;AAAA,IAAC,IAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,qBAAA;AAAA,MACZ,YAAA,EAAW,mBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,EAAA;AAAA,wBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,GAAE,6EAAA,EAA8E,CAAA;AAAA,wBACtF,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,uEAAA,EAAwE;AAAA;AAAA;AAAA,GAClF;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { Icon } from '../icon/Icon.js';
|
|
4
|
+
|
|
5
|
+
const ChartWaterfallIcon = forwardRef(function ChartWaterfallIcon2(props, ref) {
|
|
6
|
+
return /* @__PURE__ */ jsx(
|
|
7
|
+
Icon,
|
|
8
|
+
{
|
|
9
|
+
"data-testid": "ChartWaterfallIcon",
|
|
10
|
+
"aria-label": "chart waterfall",
|
|
11
|
+
viewBox: "0 0 12 12",
|
|
12
|
+
ref,
|
|
13
|
+
...props,
|
|
14
|
+
children: /* @__PURE__ */ jsx("path", { d: "M2 11H1V7.5h1zm9 0h-1V1h1zM5 7.5H4v-3h1zm3-3H7V1h1z" })
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
export { ChartWaterfallIcon };
|
|
20
|
+
//# sourceMappingURL=ChartWaterfall.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartWaterfall.js","sources":["../src/components/ChartWaterfall.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ChartWaterfallIconProps = IconProps;\n\nexport const ChartWaterfallIcon = forwardRef<\n SVGSVGElement,\n ChartWaterfallIconProps\n>(function ChartWaterfallIcon(props: ChartWaterfallIconProps, ref) {\n return (\n <Icon\n data-testid=\"ChartWaterfallIcon\"\n aria-label=\"chart waterfall\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M2 11H1V7.5h1zm9 0h-1V1h1zM5 7.5H4v-3h1zm3-3H7V1h1z\" />\n </Icon>\n );\n});\n"],"names":["ChartWaterfallIcon"],"mappings":";;;;AAQO,MAAM,kBAAA,GAAqB,UAAA,CAGhC,SAASA,mBAAAA,CAAmB,OAAgC,GAAA,EAAK;AACjE,EAAA,uBACE,GAAA;AAAA,IAAC,IAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,oBAAA;AAAA,MACZ,YAAA,EAAW,iBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,qDAAA,EAAsD;AAAA;AAAA,GAChE;AAEJ,CAAC;;;;"}
|