@dynatrace/strato-icons 0.38.0 → 0.39.1
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/README.md +1 -1
- package/__icons/{FileCopyIcon.d.ts → AbsoluteIcon.d.ts} +1 -4
- package/__icons/AbsoluteIcon.js +37 -0
- package/__icons/AirplaneIcon.js +1 -1
- package/__icons/BandChartIcon.js +1 -1
- package/__icons/BarChartGroupedIcon.d.ts +3 -0
- package/__icons/{BarGaugeIcon.js → BarChartGroupedIcon.js} +6 -6
- package/__icons/BarFilledIcon.js +1 -1
- package/__icons/{CloudIcon.d.ts → BrushIcon.d.ts} +1 -4
- package/__icons/{CloudIcon.js → BrushIcon.js} +6 -6
- package/__icons/CategoryIcon.js +1 -1
- package/__icons/{CloseIcon.d.ts → CellsIcon.d.ts} +1 -4
- package/__icons/{CloseIcon.js → CellsIcon.js} +6 -6
- package/__icons/ChartTooltipGroupedIcon.d.ts +3 -0
- package/__icons/{AcceptIcon.js → ChartTooltipGroupedIcon.js} +6 -6
- package/__icons/ChartTooltipSharedIcon.d.ts +3 -0
- package/__icons/ChartTooltipSharedIcon.js +37 -0
- package/__icons/ChartTooltipSingleIcon.d.ts +3 -0
- package/__icons/ChartTooltipSingleIcon.js +37 -0
- package/__icons/{AcceptIcon.d.ts → CircleIcon.d.ts} +1 -4
- package/__icons/{SorterDoubleSmallIcon.js → CircleIcon.js} +6 -6
- package/__icons/ColoringIcon.js +1 -1
- package/__icons/ColumnsIcon.d.ts +3 -0
- package/__icons/{ChartIcon.js → ColumnsIcon.js} +6 -6
- package/__icons/CriticalIcon.js +1 -1
- package/__icons/{CheckCircleIcon.d.ts → CurveLinearIcon.d.ts} +1 -4
- package/__icons/{DragHandleIcon.js → CurveLinearIcon.js} +6 -6
- package/__icons/CurveSmoothIcon.d.ts +3 -0
- package/__icons/{UnfavouriteIcon.js → CurveSmoothIcon.js} +6 -6
- package/__icons/DeclineIcon.d.ts +0 -3
- package/__icons/{MicrophoneIcon.d.ts → DonutChartIcon.d.ts} +1 -4
- package/__icons/{MicrophoneIcon.js → DonutChartIcon.js} +6 -6
- package/__icons/FilterOutIcon.js +1 -1
- package/__icons/HddIcon.js +1 -1
- package/__icons/HexagonIcon.d.ts +3 -0
- package/__icons/{LocationPinFilledSubscriptIcon.js → HexagonIcon.js} +6 -6
- package/__icons/HomeFilledIcon.js +1 -1
- package/__icons/{SyncDownloadIcon.d.ts → LegendBottomIcon.d.ts} +1 -4
- package/__icons/{SorterSingleIcon.js → LegendBottomIcon.js} +6 -6
- package/__icons/LegendRightIcon.d.ts +3 -0
- package/__icons/{ViewSidebarIcon.js → LegendRightIcon.js} +6 -6
- package/__icons/{SyncUploadIcon.d.ts → LineDashedIcon.d.ts} +2 -2
- package/__icons/LineDashedIcon.js +37 -0
- package/__icons/ListItemIcon.d.ts +3 -0
- package/__icons/{CollapseIcon.js → ListItemIcon.js} +6 -6
- package/__icons/LocationMarkerIcon.js +1 -1
- package/__icons/ManualIcon.js +1 -1
- package/__icons/MarkdownIcon.d.ts +3 -0
- package/__icons/{FileCopyIcon.js → MarkdownIcon.js} +6 -6
- package/__icons/NodeIcon.js +1 -1
- package/__icons/NotificationActiveIcon.d.ts +3 -0
- package/__icons/{BellOffIcon.js → NotificationActiveIcon.js} +6 -6
- package/__icons/NotificationIcon.js +1 -1
- package/__icons/NotificationOffIcon.js +1 -1
- package/__icons/PercentIcon.d.ts +3 -0
- package/__icons/PercentIcon.js +37 -0
- package/__icons/PieChartIcon.d.ts +3 -0
- package/__icons/PieChartIcon.js +37 -0
- package/__icons/{EyeOffIcon.d.ts → RadiusIcon.d.ts} +1 -4
- package/__icons/{ExpandIcon.js → RadiusIcon.js} +6 -6
- package/__icons/{MoveIcon.d.ts → RowsIcon.d.ts} +1 -4
- package/__icons/{StarIcon.js → RowsIcon.js} +6 -6
- package/__icons/ServicesIcon.js +1 -1
- package/__icons/ShipFilledIcon.js +1 -1
- package/__icons/TreemapIcon.d.ts +3 -0
- package/__icons/TreemapIcon.js +37 -0
- package/__icons/{CloudOffIcon.d.ts → TreemmapIcon.d.ts} +2 -2
- package/__icons/TreemmapIcon.js +37 -0
- package/__icons/WarningFailedIcon.js +1 -1
- package/__icons/WorkflowIcon.d.ts +3 -0
- package/__icons/{ActionTriggerIcon.js → WorkflowIcon.js} +6 -6
- package/__icons/WorkflowSimpleIcon.d.ts +3 -0
- package/__icons/WorkflowSimpleIcon.js +37 -0
- package/__icons/WorldmapIcon.js +1 -1
- package/__icons/{TrashIcon.d.ts → XAxisIcon.d.ts} +1 -4
- package/__icons/{CloudOffIcon.js → XAxisIcon.js} +6 -6
- package/__icons/{ParseIconIcon.d.ts → YAxisLeftIcon.d.ts} +1 -4
- package/__icons/{CloudDoneIcon.js → YAxisLeftIcon.js} +6 -6
- package/__icons/YAxisRightIcon.d.ts +3 -0
- package/__icons/{SyncUploadIcon.js → YAxisRightIcon.js} +6 -6
- package/esm/__icons/AbsoluteIcon.js +9 -0
- package/esm/__icons/AbsoluteIcon.js.map +7 -0
- package/esm/__icons/AirplaneIcon.js +1 -1
- package/esm/__icons/AirplaneIcon.js.map +2 -2
- package/esm/__icons/BandChartIcon.js +1 -1
- package/esm/__icons/BandChartIcon.js.map +2 -2
- package/esm/__icons/BarChartGroupedIcon.js +9 -0
- package/esm/__icons/BarChartGroupedIcon.js.map +7 -0
- package/esm/__icons/BarFilledIcon.js +1 -1
- package/esm/__icons/BarFilledIcon.js.map +2 -2
- package/esm/__icons/BrushIcon.js +9 -0
- package/esm/__icons/BrushIcon.js.map +7 -0
- package/esm/__icons/CategoryIcon.js +1 -1
- package/esm/__icons/CategoryIcon.js.map +2 -2
- package/esm/__icons/CellsIcon.js +9 -0
- package/esm/__icons/CellsIcon.js.map +7 -0
- package/esm/__icons/ChartTooltipGroupedIcon.js +9 -0
- package/esm/__icons/ChartTooltipGroupedIcon.js.map +7 -0
- package/esm/__icons/ChartTooltipSharedIcon.js +9 -0
- package/esm/__icons/ChartTooltipSharedIcon.js.map +7 -0
- package/esm/__icons/ChartTooltipSingleIcon.js +9 -0
- package/esm/__icons/ChartTooltipSingleIcon.js.map +7 -0
- package/esm/__icons/CircleIcon.js +9 -0
- package/esm/__icons/CircleIcon.js.map +7 -0
- package/esm/__icons/ColoringIcon.js +1 -1
- package/esm/__icons/ColoringIcon.js.map +2 -2
- package/esm/__icons/ColumnsIcon.js +9 -0
- package/esm/__icons/ColumnsIcon.js.map +7 -0
- package/esm/__icons/CriticalIcon.js +1 -1
- package/esm/__icons/CriticalIcon.js.map +2 -2
- package/esm/__icons/CurveLinearIcon.js +9 -0
- package/esm/__icons/CurveLinearIcon.js.map +7 -0
- package/esm/__icons/CurveSmoothIcon.js +9 -0
- package/esm/__icons/CurveSmoothIcon.js.map +7 -0
- package/esm/__icons/DeclineIcon.js.map +2 -2
- package/esm/__icons/DonutChartIcon.js +9 -0
- package/esm/__icons/DonutChartIcon.js.map +7 -0
- package/esm/__icons/FilterOutIcon.js +1 -1
- package/esm/__icons/FilterOutIcon.js.map +2 -2
- package/esm/__icons/HddIcon.js +1 -1
- package/esm/__icons/HddIcon.js.map +2 -2
- package/esm/__icons/HexagonIcon.js +9 -0
- package/esm/__icons/HexagonIcon.js.map +7 -0
- package/esm/__icons/HomeFilledIcon.js +1 -1
- package/esm/__icons/HomeFilledIcon.js.map +2 -2
- package/esm/__icons/LegendBottomIcon.js +9 -0
- package/esm/__icons/LegendBottomIcon.js.map +7 -0
- package/esm/__icons/LegendRightIcon.js +9 -0
- package/esm/__icons/LegendRightIcon.js.map +7 -0
- package/esm/__icons/LineDashedIcon.js +9 -0
- package/esm/__icons/LineDashedIcon.js.map +7 -0
- package/esm/__icons/ListItemIcon.js +9 -0
- package/esm/__icons/ListItemIcon.js.map +7 -0
- package/esm/__icons/LocationMarkerIcon.js +1 -1
- package/esm/__icons/LocationMarkerIcon.js.map +2 -2
- package/esm/__icons/ManualIcon.js +1 -1
- package/esm/__icons/ManualIcon.js.map +1 -1
- package/esm/__icons/MarkdownIcon.js +9 -0
- package/esm/__icons/MarkdownIcon.js.map +7 -0
- package/esm/__icons/NodeIcon.js +1 -1
- package/esm/__icons/NodeIcon.js.map +2 -2
- package/esm/__icons/NotificationActiveIcon.js +9 -0
- package/esm/__icons/NotificationActiveIcon.js.map +7 -0
- package/esm/__icons/NotificationIcon.js +1 -1
- package/esm/__icons/NotificationIcon.js.map +2 -2
- package/esm/__icons/NotificationOffIcon.js +1 -1
- package/esm/__icons/NotificationOffIcon.js.map +2 -2
- package/esm/__icons/PercentIcon.js +9 -0
- package/esm/__icons/PercentIcon.js.map +7 -0
- package/esm/__icons/PieChartIcon.js +9 -0
- package/esm/__icons/PieChartIcon.js.map +7 -0
- package/esm/__icons/RadiusIcon.js +9 -0
- package/esm/__icons/RadiusIcon.js.map +7 -0
- package/esm/__icons/RowsIcon.js +11 -0
- package/esm/__icons/RowsIcon.js.map +7 -0
- package/esm/__icons/ServicesIcon.js +1 -1
- package/esm/__icons/ServicesIcon.js.map +2 -2
- package/esm/__icons/ShipFilledIcon.js +1 -1
- package/esm/__icons/ShipFilledIcon.js.map +2 -2
- package/esm/__icons/TreemapIcon.js +9 -0
- package/esm/__icons/TreemapIcon.js.map +7 -0
- package/esm/__icons/TreemmapIcon.js +9 -0
- package/esm/__icons/TreemmapIcon.js.map +7 -0
- package/esm/__icons/WarningFailedIcon.js +1 -1
- package/esm/__icons/WarningFailedIcon.js.map +2 -2
- package/esm/__icons/WorkflowIcon.js +9 -0
- package/esm/__icons/WorkflowIcon.js.map +7 -0
- package/esm/__icons/WorkflowSimpleIcon.js +9 -0
- package/esm/__icons/WorkflowSimpleIcon.js.map +7 -0
- package/esm/__icons/WorldmapIcon.js +1 -1
- package/esm/__icons/WorldmapIcon.js.map +1 -1
- package/esm/__icons/XAxisIcon.js +9 -0
- package/esm/__icons/XAxisIcon.js.map +7 -0
- package/esm/__icons/YAxisLeftIcon.js +9 -0
- package/esm/__icons/YAxisLeftIcon.js.map +7 -0
- package/esm/__icons/YAxisRightIcon.js +9 -0
- package/esm/__icons/YAxisRightIcon.js.map +7 -0
- package/esm/index.js +60 -86
- package/esm/index.js.map +2 -2
- package/esm/lib/SvgIcon.js.map +1 -1
- package/index.d.ts +30 -43
- package/index.js +60 -86
- package/lib/SvgIcon.d.ts +1 -1
- package/package.json +4 -4
- package/__icons/ActionTriggerIcon.d.ts +0 -6
- package/__icons/BarGaugeIcon.d.ts +0 -6
- package/__icons/BellIcon.d.ts +0 -6
- package/__icons/BellIcon.js +0 -39
- package/__icons/BellOffIcon.d.ts +0 -6
- package/__icons/ChartIcon.d.ts +0 -6
- package/__icons/CheckCircleIcon.js +0 -37
- package/__icons/CloudDoneIcon.d.ts +0 -6
- package/__icons/CollapseIcon.d.ts +0 -6
- package/__icons/DragHandleIcon.d.ts +0 -6
- package/__icons/ErrorIcon.d.ts +0 -6
- package/__icons/ErrorIcon.js +0 -37
- package/__icons/EventTriggerIcon.d.ts +0 -6
- package/__icons/EventTriggerIcon.js +0 -37
- package/__icons/ExpandIcon.d.ts +0 -6
- package/__icons/EyeIcon.d.ts +0 -6
- package/__icons/EyeIcon.js +0 -39
- package/__icons/EyeOffIcon.js +0 -37
- package/__icons/FavouriteIcon.d.ts +0 -6
- package/__icons/FavouriteIcon.js +0 -37
- package/__icons/GrabIcon.d.ts +0 -6
- package/__icons/GrabIcon.js +0 -39
- package/__icons/GripIcon.d.ts +0 -6
- package/__icons/GripIcon.js +0 -39
- package/__icons/IntegrationsIcon.d.ts +0 -6
- package/__icons/IntegrationsIcon.js +0 -37
- package/__icons/LocationPinFilledSubscriptIcon.d.ts +0 -6
- package/__icons/MicrophoneOffIcon.d.ts +0 -6
- package/__icons/MicrophoneOffIcon.js +0 -37
- package/__icons/MoreIcon.d.ts +0 -6
- package/__icons/MoreIcon.js +0 -39
- package/__icons/MoveIcon.js +0 -39
- package/__icons/Pan1DIcon.d.ts +0 -6
- package/__icons/Pan1DIcon.js +0 -37
- package/__icons/ParseIconIcon.js +0 -37
- package/__icons/RecommendIcon.d.ts +0 -6
- package/__icons/RecommendIcon.js +0 -37
- package/__icons/SorterDoubleSmallIcon.d.ts +0 -6
- package/__icons/SorterSingleIcon.d.ts +0 -6
- package/__icons/SorterSingleSmallIcon.d.ts +0 -6
- package/__icons/SorterSingleSmallIcon.js +0 -37
- package/__icons/StarEmptyIcon.d.ts +0 -6
- package/__icons/StarEmptyIcon.js +0 -37
- package/__icons/StarIcon.d.ts +0 -6
- package/__icons/SyncDownloadIcon.js +0 -37
- package/__icons/SyntheticMonitoringIcon.d.ts +0 -6
- package/__icons/SyntheticMonitoringIcon.js +0 -37
- package/__icons/TrashIcon.js +0 -37
- package/__icons/UnfavouriteIcon.d.ts +0 -6
- package/__icons/ViewSidebarIcon.d.ts +0 -6
- package/__icons/Zoom1DIcon.d.ts +0 -6
- package/__icons/Zoom1DIcon.js +0 -37
- package/esm/__icons/AcceptIcon.js +0 -9
- package/esm/__icons/AcceptIcon.js.map +0 -7
- package/esm/__icons/ActionTriggerIcon.js +0 -9
- package/esm/__icons/ActionTriggerIcon.js.map +0 -7
- package/esm/__icons/BarGaugeIcon.js +0 -9
- package/esm/__icons/BarGaugeIcon.js.map +0 -7
- package/esm/__icons/BellIcon.js +0 -11
- package/esm/__icons/BellIcon.js.map +0 -7
- package/esm/__icons/BellOffIcon.js +0 -9
- package/esm/__icons/BellOffIcon.js.map +0 -7
- package/esm/__icons/ChartIcon.js +0 -9
- package/esm/__icons/ChartIcon.js.map +0 -7
- package/esm/__icons/CheckCircleIcon.js +0 -9
- package/esm/__icons/CheckCircleIcon.js.map +0 -7
- package/esm/__icons/CloseIcon.js +0 -9
- package/esm/__icons/CloseIcon.js.map +0 -7
- package/esm/__icons/CloudDoneIcon.js +0 -9
- package/esm/__icons/CloudDoneIcon.js.map +0 -7
- package/esm/__icons/CloudIcon.js +0 -9
- package/esm/__icons/CloudIcon.js.map +0 -7
- package/esm/__icons/CloudOffIcon.js +0 -9
- package/esm/__icons/CloudOffIcon.js.map +0 -7
- package/esm/__icons/CollapseIcon.js +0 -9
- package/esm/__icons/CollapseIcon.js.map +0 -7
- package/esm/__icons/DragHandleIcon.js +0 -9
- package/esm/__icons/DragHandleIcon.js.map +0 -7
- package/esm/__icons/ErrorIcon.js +0 -9
- package/esm/__icons/ErrorIcon.js.map +0 -7
- package/esm/__icons/EventTriggerIcon.js +0 -9
- package/esm/__icons/EventTriggerIcon.js.map +0 -7
- package/esm/__icons/ExpandIcon.js +0 -9
- package/esm/__icons/ExpandIcon.js.map +0 -7
- package/esm/__icons/EyeIcon.js +0 -11
- package/esm/__icons/EyeIcon.js.map +0 -7
- package/esm/__icons/EyeOffIcon.js +0 -9
- package/esm/__icons/EyeOffIcon.js.map +0 -7
- package/esm/__icons/FavouriteIcon.js +0 -9
- package/esm/__icons/FavouriteIcon.js.map +0 -7
- package/esm/__icons/FileCopyIcon.js +0 -9
- package/esm/__icons/FileCopyIcon.js.map +0 -7
- package/esm/__icons/GrabIcon.js +0 -11
- package/esm/__icons/GrabIcon.js.map +0 -7
- package/esm/__icons/GripIcon.js +0 -11
- package/esm/__icons/GripIcon.js.map +0 -7
- package/esm/__icons/IntegrationsIcon.js +0 -9
- package/esm/__icons/IntegrationsIcon.js.map +0 -7
- package/esm/__icons/LocationPinFilledSubscriptIcon.js +0 -9
- package/esm/__icons/LocationPinFilledSubscriptIcon.js.map +0 -7
- package/esm/__icons/MicrophoneIcon.js +0 -9
- package/esm/__icons/MicrophoneIcon.js.map +0 -7
- package/esm/__icons/MicrophoneOffIcon.js +0 -9
- package/esm/__icons/MicrophoneOffIcon.js.map +0 -7
- package/esm/__icons/MoreIcon.js +0 -11
- package/esm/__icons/MoreIcon.js.map +0 -7
- package/esm/__icons/MoveIcon.js +0 -11
- package/esm/__icons/MoveIcon.js.map +0 -7
- package/esm/__icons/Pan1DIcon.js +0 -9
- package/esm/__icons/Pan1DIcon.js.map +0 -7
- package/esm/__icons/ParseIconIcon.js +0 -9
- package/esm/__icons/ParseIconIcon.js.map +0 -7
- package/esm/__icons/RecommendIcon.js +0 -9
- package/esm/__icons/RecommendIcon.js.map +0 -7
- package/esm/__icons/SorterDoubleSmallIcon.js +0 -9
- package/esm/__icons/SorterDoubleSmallIcon.js.map +0 -7
- package/esm/__icons/SorterSingleIcon.js +0 -9
- package/esm/__icons/SorterSingleIcon.js.map +0 -7
- package/esm/__icons/SorterSingleSmallIcon.js +0 -9
- package/esm/__icons/SorterSingleSmallIcon.js.map +0 -7
- package/esm/__icons/StarEmptyIcon.js +0 -9
- package/esm/__icons/StarEmptyIcon.js.map +0 -7
- package/esm/__icons/StarIcon.js +0 -11
- package/esm/__icons/StarIcon.js.map +0 -7
- package/esm/__icons/SyncDownloadIcon.js +0 -9
- package/esm/__icons/SyncDownloadIcon.js.map +0 -7
- package/esm/__icons/SyncUploadIcon.js +0 -9
- package/esm/__icons/SyncUploadIcon.js.map +0 -7
- package/esm/__icons/SyntheticMonitoringIcon.js +0 -9
- package/esm/__icons/SyntheticMonitoringIcon.js.map +0 -7
- package/esm/__icons/TrashIcon.js +0 -9
- package/esm/__icons/TrashIcon.js.map +0 -7
- package/esm/__icons/UnfavouriteIcon.js +0 -9
- package/esm/__icons/UnfavouriteIcon.js.map +0 -7
- package/esm/__icons/ViewSidebarIcon.js +0 -9
- package/esm/__icons/ViewSidebarIcon.js.map +0 -7
- package/esm/__icons/Zoom1DIcon.js +0 -9
- package/esm/__icons/Zoom1DIcon.js.map +0 -7
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ npm install @dynatrace/strato-icons
|
|
|
12
12
|
|
|
13
13
|
## Documentation
|
|
14
14
|
|
|
15
|
-
Check out the extensive documentation on the [Dynatrace Developer Documentation](https://developer.dynatrace.com/
|
|
15
|
+
Check out the extensive documentation on the [Dynatrace Developer Documentation](https://developer.dynatrace.com/design/icons/)
|
|
16
16
|
|
|
17
17
|
## Breaking Changes
|
|
18
18
|
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SvgIconProps } from '../lib/SvgIcon.js';
|
|
3
|
-
|
|
4
|
-
* @deprecated Use Copy instead
|
|
5
|
-
*/
|
|
6
|
-
export declare const FileCopyIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export declare const AbsoluteIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var AbsoluteIcon_exports = {};
|
|
29
|
+
__export(AbsoluteIcon_exports, {
|
|
30
|
+
AbsoluteIcon: () => AbsoluteIcon
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(AbsoluteIcon_exports);
|
|
33
|
+
var import_react = __toESM(require("react"));
|
|
34
|
+
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
+
const AbsoluteIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M0.588013 10.31C0.588013 13.362 1.80601 15 4.06001 15C6.31401 15 7.53201 13.362 7.53201 10.31V9.42795C7.53201 6.37595 6.31401 4.75195 4.06001 4.75195C1.80601 4.75195 0.588013 6.37595 0.588013 9.42795V10.31ZM2.28201 11.85C2.18401 11.43 2.14201 10.94 2.14201 10.366V9.37195C2.14201 7.24395 2.80001 6.12395 4.06001 6.12395C4.70401 6.12395 5.19401 6.43195 5.51601 7.04795L2.28201 11.85ZM4.06001 13.628C3.40201 13.628 2.91201 13.32 2.59001 12.732L5.82401 7.91595C5.90801 8.33595 5.96401 8.81195 5.96401 9.37195L5.97801 10.366C6.00601 12.508 5.34801 13.628 4.06001 13.628Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.7768 15C13.5228 15 12.3048 13.362 12.3048 10.31V9.42795C12.3048 6.37595 13.5228 4.75195 15.7768 4.75195C18.0308 4.75195 19.2488 6.37595 19.2488 9.42795V10.31C19.2488 13.362 18.0308 15 15.7768 15ZM13.8588 10.366C13.8588 10.94 13.9008 11.43 13.9988 11.85L17.2328 7.04795C16.9108 6.43195 16.4208 6.12395 15.7768 6.12395C14.5168 6.12395 13.8588 7.24395 13.8588 9.37195V10.366ZM14.3068 12.732C14.6288 13.32 15.1188 13.628 15.7768 13.628C17.0648 13.628 17.7228 12.508 17.6948 10.366L17.6808 9.37195C17.6808 8.81195 17.6248 8.33595 17.5408 7.91595L14.3068 12.732Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.92711 14.902C9.32511 14.902 8.91911 14.482 8.91911 13.908C8.91911 13.32 9.32511 12.9 9.92711 12.9C10.5011 12.9 10.9211 13.32 10.9211 13.908C10.9211 14.482 10.5011 14.902 9.92711 14.902Z" }));
|
|
37
|
+
});
|
package/__icons/AirplaneIcon.js
CHANGED
|
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(AirplaneIcon_exports);
|
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
35
|
const AirplaneIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.98811 17.8224L12.49 18.8192H14.49L12.2342 14.2057V12.0746L19.29 13.418V11.257C19.29 10.6181 18.9319 10.0332 18.3628 9.74278L12.2342 6.615V3.63571C12.2342 3.43172 12.1718 3.2326 12.0554 3.06508L11.0444 1.61015C10.8575 1.34118 10.5507 1.18079 10.2232 1.18079H9.77362C9.45006 1.18079 9.14649 1.33734 8.95888 1.60096L7.91905 3.06207C7.79854 3.2314 7.73378 3.43407 7.73378 3.6419V6.63159L1.63719 9.74303C1.06815 10.0334 0.709972 10.6184 0.709972 11.2572V13.4177L7.73378 12.0849V14.2057L5.48999 18.8192H7.48999L9.98811 17.8224ZM7.8497 17.1683L9.13379 14.5281V3.7697L9.9799 2.58079H10.0141L10.8342 3.76104V14.5297L12.1233 17.166L9.98772 16.3152L7.8497 17.1683ZM12.29 8.21529L17.7264 10.9898C17.8268 11.041 17.89 11.1442 17.89 11.257V11.7263L12.29 10.6601V8.21529ZM7.70997 10.6645L2.10997 11.7271V11.2572C2.10997 11.1445 2.17318 11.0413 2.2736 10.99L7.70997 8.21553V10.6645Z" }));
|
|
37
37
|
});
|
package/__icons/BandChartIcon.js
CHANGED
|
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(BandChartIcon_exports);
|
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
35
|
const BandChartIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M2.
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M2.99998 3H4.49998V15.5H17V17H3.99998C3.4477 17 2.99998 16.5523 2.99998 16V3Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.24998 6.25035L12.25 8.45035L17 4.99999V11L12.25 13.0003L8.24998 10.2504L4.50003 12.3337V9.00035L8.24998 6.25035Z" }));
|
|
37
37
|
});
|
|
@@ -25,13 +25,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var
|
|
29
|
-
__export(
|
|
30
|
-
|
|
28
|
+
var BarChartGroupedIcon_exports = {};
|
|
29
|
+
__export(BarChartGroupedIcon_exports, {
|
|
30
|
+
BarChartGroupedIcon: () => BarChartGroupedIcon
|
|
31
31
|
});
|
|
32
|
-
module.exports = __toCommonJS(
|
|
32
|
+
module.exports = __toCommonJS(BarChartGroupedIcon_exports);
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
-
const
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M4.5 3H3V16C3 16.5523 3.44772 17 4 17H17V15.5H4.5V3Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "
|
|
35
|
+
const BarChartGroupedIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M4.5 3H3V16C3 16.5523 3.44772 17 4 17H17V15.5H4.5V3Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.75 4H10.35V14H8.75V4Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M12.5 6H14.1V14H12.5V6Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M7.6 7H6V14H7.6V7Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M17 14H15.4L15.4 9H17V14Z" }));
|
|
37
37
|
});
|
package/__icons/BarFilledIcon.js
CHANGED
|
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(BarFilledIcon_exports);
|
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
35
|
const BarFilledIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M13.485 2.25H6.
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M13.485 2.25H6.51509C6.51509 2.25 4.82959 4.99439 4.42411 7.50111C4.38916 7.7172 4.36048 7.94478 4.33722 8.18007C4.0465 11.1213 6.47304 13.4228 9.37254 13.7165V17.25H5.75007V18.75H14.5001V17.25H10.8725V13.6868C13.6622 13.292 15.9454 11.0381 15.6629 8.18007C15.6396 7.94478 15.6109 7.7172 15.576 7.50111C15.1705 4.99439 13.485 2.25 13.485 2.25ZM7.39205 3.75H12.608C12.7318 3.98323 12.8743 4.26323 13.0221 4.57616C13.3626 5.29712 13.7059 6.14039 13.926 6.96289H6.07409C6.2942 6.14039 6.63744 5.29712 6.97797 4.57616C7.12577 4.26323 7.2683 3.98323 7.39205 3.75Z" }));
|
|
37
37
|
});
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SvgIconProps } from '../lib/SvgIcon.js';
|
|
3
|
-
|
|
4
|
-
* @deprecated Use 'SyncIcon' instead of 'CloudIcon'
|
|
5
|
-
*/
|
|
6
|
-
export declare const CloudIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export declare const BrushIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -25,13 +25,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var
|
|
29
|
-
__export(
|
|
30
|
-
|
|
28
|
+
var BrushIcon_exports = {};
|
|
29
|
+
__export(BrushIcon_exports, {
|
|
30
|
+
BrushIcon: () => BrushIcon
|
|
31
31
|
});
|
|
32
|
-
module.exports = __toCommonJS(
|
|
32
|
+
module.exports = __toCommonJS(BrushIcon_exports);
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
-
const
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "
|
|
35
|
+
const BrushIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M11.1066 16.9445C9.5445 18.5066 7.01185 18.5066 5.44975 16.9445L0.5 11.9948L9.69239 2.80241C10.0829 2.41189 10.7161 2.41189 11.1066 2.80241L13.5349 5.23071L16.9727 1.79289C17.3632 1.40237 17.9964 1.40237 18.3869 1.79289L18.7405 2.14645C19.131 2.53697 19.131 3.17014 18.7405 3.56066L15.3027 6.99848L17.4706 9.16637C17.8611 9.5569 17.8611 10.1901 17.4706 10.5806L11.1066 16.9445ZM6.51041 15.8839C7.48672 16.8602 9.06963 16.8602 10.0459 15.8839L13.899 12.0308L8.24218 6.37394L2.62132 11.9948L4.02817 13.4016L6.9727 10.4571L8.03336 11.5178L5.08883 14.4623L6.51041 15.8839ZM14.9597 10.9701L16.0563 9.87348L10.3995 4.21662L9.30284 5.31328L14.9597 10.9701Z" }));
|
|
37
37
|
});
|
package/__icons/CategoryIcon.js
CHANGED
|
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(CategoryIcon_exports);
|
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
35
|
const CategoryIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.99994
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.99994 1L14.3301 8.5H5.66981L9.99994 1ZM8.26789 7H11.732L9.99994 4L8.26789 7Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M14.375 17.625C16.5151 17.625 18.25 15.8901 18.25 13.75C18.25 11.6099 16.5151 9.875 14.375 9.875C12.2349 9.875 10.5 11.6099 10.5 13.75C10.5 15.8901 12.2349 17.625 14.375 17.625ZM14.375 16.125C13.0633 16.125 12 15.0617 12 13.75C12 12.4383 13.0633 11.375 14.375 11.375C15.6867 11.375 16.75 12.4383 16.75 13.75C16.75 15.0617 15.6867 16.125 14.375 16.125Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M2 10.25V17.25H9V10.25H2ZM7.5 11.75V15.75H3.5V11.75H7.5Z" }));
|
|
37
37
|
});
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SvgIconProps } from '../lib/SvgIcon.js';
|
|
3
|
-
|
|
4
|
-
* @deprecated Use 'XmarkIcon' instead of 'CloseIcon'
|
|
5
|
-
*/
|
|
6
|
-
export declare const CloseIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export declare const CellsIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -25,13 +25,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var
|
|
29
|
-
__export(
|
|
30
|
-
|
|
28
|
+
var CellsIcon_exports = {};
|
|
29
|
+
__export(CellsIcon_exports, {
|
|
30
|
+
CellsIcon: () => CellsIcon
|
|
31
31
|
});
|
|
32
|
-
module.exports = __toCommonJS(
|
|
32
|
+
module.exports = __toCommonJS(CellsIcon_exports);
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
-
const
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "
|
|
35
|
+
const CellsIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M11.5 3V10.5L1.5 10.5V4C1.5 3.44772 1.94771 3 2.5 3H11.5ZM10 4.5L3 4.5L3 9L10 9V4.5Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M13 9.75V11.25H17L17 15.5H11.25L11.25 12H9.75002L9.75001 15.5H4L4 12H2.5L2.5 16C2.5 16.5523 2.94771 17 3.5 17H17.5C18.0523 17 18.5 16.5523 18.5 16V5C18.5 4.44772 18.0523 4 17.5 4L13 4V5.5L17 5.5V9.75L13 9.75Z" }));
|
|
37
37
|
});
|
|
@@ -25,13 +25,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var
|
|
29
|
-
__export(
|
|
30
|
-
|
|
28
|
+
var ChartTooltipGroupedIcon_exports = {};
|
|
29
|
+
__export(ChartTooltipGroupedIcon_exports, {
|
|
30
|
+
ChartTooltipGroupedIcon: () => ChartTooltipGroupedIcon
|
|
31
31
|
});
|
|
32
|
-
module.exports = __toCommonJS(
|
|
32
|
+
module.exports = __toCommonJS(ChartTooltipGroupedIcon_exports);
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
-
const
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.
|
|
35
|
+
const ChartTooltipGroupedIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M8 8.25C8 8.80228 7.55228 9.25 7 9.25C6.44772 9.25 6 8.80228 6 8.25C6 7.69772 6.44772 7.25 7 7.25C7.55228 7.25 8 7.69772 8 8.25Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M7 12.75C7.55228 12.75 8 12.3023 8 11.75C8 11.1977 7.55228 10.75 7 10.75C6.44772 10.75 6 11.1977 6 11.75C6 12.3023 6.44772 12.75 7 12.75Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M3.99998 4C3.4477 4 2.99998 4.44772 2.99998 5V15C2.99998 15.5523 3.4477 16 3.99999 16H16C16.5523 16 17 15.5523 17 15V5C17 4.44772 16.5523 4 16 4H3.99998ZM4.49998 5.5H15.5V14.5H4.49998V5.5Z" }));
|
|
37
37
|
});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var ChartTooltipSharedIcon_exports = {};
|
|
29
|
+
__export(ChartTooltipSharedIcon_exports, {
|
|
30
|
+
ChartTooltipSharedIcon: () => ChartTooltipSharedIcon
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(ChartTooltipSharedIcon_exports);
|
|
33
|
+
var import_react = __toESM(require("react"));
|
|
34
|
+
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
+
const ChartTooltipSharedIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M8 11C8 11.5523 7.55228 12 7 12C6.44772 12 6 11.5523 6 11C6 10.4477 6.44772 10 7 10C7.55228 10 8 10.4477 8 11Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M7 15.2471C7.55228 15.2471 8 14.7994 8 14.2471C8 13.6948 7.55228 13.2471 7 13.2471C6.44772 13.2471 6 13.6948 6 14.2471C6 14.7994 6.44772 15.2471 7 15.2471Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8 5.75C8 6.30228 7.55228 6.75 7 6.75C6.44772 6.75 6 6.30228 6 5.75C6 5.19772 6.44772 4.75 7 4.75C7.55228 4.75 8 5.19772 8 5.75Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M4 2.25C3.44772 2.25 3 2.69772 3 3.25V16.75C3 17.3023 3.44772 17.75 4 17.75H16C16.5523 17.75 17 17.3023 17 16.75V3.25C17 2.69772 16.5523 2.25 16 2.25H4ZM4.5 9H15.5V16.25H4.5V9ZM4.5 7.75V3.75H15.5V7.75H4.5Z" }));
|
|
37
|
+
});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var ChartTooltipSingleIcon_exports = {};
|
|
29
|
+
__export(ChartTooltipSingleIcon_exports, {
|
|
30
|
+
ChartTooltipSingleIcon: () => ChartTooltipSingleIcon
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(ChartTooltipSingleIcon_exports);
|
|
33
|
+
var import_react = __toESM(require("react"));
|
|
34
|
+
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
+
const ChartTooltipSingleIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M7 11C7.55228 11 8 10.5523 8 10C8 9.44772 7.55228 9 7 9C6.44772 9 6 9.44772 6 10C6 10.5523 6.44772 11 7 11Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M3 7C3 6.44772 3.44772 6 4 6H16C16.5523 6 17 6.44772 17 7V13C17 13.5523 16.5523 14 16 14H4C3.44772 14 3 13.5523 3 13V7ZM4.5 12.5H15.5V7.5H4.5V12.5Z" }));
|
|
37
|
+
});
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SvgIconProps } from '../lib/SvgIcon.js';
|
|
3
|
-
|
|
4
|
-
* @deprecated Use 'SuccessIcon' instead of 'AcceptIcon'
|
|
5
|
-
*/
|
|
6
|
-
export declare const AcceptIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export declare const CircleIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -25,13 +25,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var
|
|
29
|
-
__export(
|
|
30
|
-
|
|
28
|
+
var CircleIcon_exports = {};
|
|
29
|
+
__export(CircleIcon_exports, {
|
|
30
|
+
CircleIcon: () => CircleIcon
|
|
31
31
|
});
|
|
32
|
-
module.exports = __toCommonJS(
|
|
32
|
+
module.exports = __toCommonJS(CircleIcon_exports);
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
-
const
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "
|
|
35
|
+
const CircleIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M10 16.5C6.41015 16.5 3.5 13.5899 3.5 10C3.5 6.41015 6.41015 3.5 10 3.5C13.5899 3.5 16.5 6.41015 16.5 10C16.5 13.5899 13.5899 16.5 10 16.5ZM10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18Z" }));
|
|
37
37
|
});
|
package/__icons/ColoringIcon.js
CHANGED
|
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(ColoringIcon_exports);
|
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
35
|
const ColoringIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M5.
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M5.47683 1.46973L8.08796 4.08086L14.9962 10.4268L9.9225 15.9501C8.80164 17.1703 6.90386 17.2508 5.68367 16.13L3.10612 13.7622C1.88593 12.6414 1.80541 10.7436 2.92627 9.5234L6.98777 5.10199L4.41617 2.53039L5.47683 1.46973ZM8.08992 6.11947L4.03094 10.5381C3.71809 10.8787 3.59243 11.3249 3.64859 11.7501L11.7436 11.7503L12.8768 10.5167L8.08992 6.11947Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M18.1048 16.7722C18.298 16.2318 18.2211 15.634 18.0297 15.093C17.4351 13.4129 16.125 12.25 16.125 12.25C16.125 12.25 14.8834 13.3214 14.2573 15.0107C14.0373 15.6042 13.9419 16.2677 14.1767 16.8555C14.5046 17.6764 15.2535 18.2501 16.125 18.2501C17.0256 18.2501 17.7954 17.6373 18.1048 16.7722Z" }));
|
|
37
37
|
});
|
|
@@ -25,13 +25,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var
|
|
29
|
-
__export(
|
|
30
|
-
|
|
28
|
+
var ColumnsIcon_exports = {};
|
|
29
|
+
__export(ColumnsIcon_exports, {
|
|
30
|
+
ColumnsIcon: () => ColumnsIcon
|
|
31
31
|
});
|
|
32
|
-
module.exports = __toCommonJS(
|
|
32
|
+
module.exports = __toCommonJS(ColumnsIcon_exports);
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
-
const
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M4.
|
|
35
|
+
const ColumnsIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M4 3C3.44772 3 3 3.44772 3 4V16C3 16.5523 3.44772 17 4 17H16C16.5523 17 17 16.5523 17 16V4C17 3.44772 16.5523 3 16 3H4ZM4.5 4.5L7.12573 4.5L7.12573 15.5H4.5V4.5ZM11.3757 15.5H8.62573L8.62573 4.5L11.3757 4.5V15.5ZM12.8757 15.5V4.5H15.5V15.5H12.8757Z" }));
|
|
37
37
|
});
|
package/__icons/CriticalIcon.js
CHANGED
|
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(CriticalIcon_exports);
|
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
35
|
const CriticalIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.2499 6.2374H10.7499V10.7374H9.2499V6.2374Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M10.9999 12.7374C10.9999 12.1851 10.5522 11.7374 9.9999 11.7374C9.44762 11.7374 8.9999 12.1851 8.9999 12.7374C8.9999 13.2897 9.44762 13.7374 9.9999 13.7374C10.5522 13.7374 10.9999 13.2897 10.9999 12.7374Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.2499 6.2374H10.7499V10.7374H9.2499V6.2374Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M10.9999 12.7374C10.9999 12.1851 10.5522 11.7374 9.9999 11.7374C9.44762 11.7374 8.9999 12.1851 8.9999 12.7374C8.9999 13.2897 9.44762 13.7374 9.9999 13.7374C10.5522 13.7374 10.9999 13.2897 10.9999 12.7374Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.2928 1.51286C9.68332 1.12234 10.3165 1.12234 10.707 1.51286L18.4869 9.29276C18.8774 9.68329 18.8774 10.3165 18.4869 10.707L10.707 18.4869C10.3165 18.8774 9.68332 18.8774 9.2928 18.4869L1.51289 10.707C1.12237 10.3165 1.12237 9.68329 1.51289 9.29276L9.2928 1.51286ZM17.0727 9.99987L9.9999 2.92708L2.92711 9.99987L9.9999 17.0727L17.0727 9.99987Z" }));
|
|
37
37
|
});
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SvgIconProps } from '../lib/SvgIcon.js';
|
|
3
|
-
|
|
4
|
-
* @deprecated Use 'AcceptIcon' instead of 'CheckCircleIcon'
|
|
5
|
-
*/
|
|
6
|
-
export declare const CheckCircleIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export declare const CurveLinearIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -25,13 +25,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var
|
|
29
|
-
__export(
|
|
30
|
-
|
|
28
|
+
var CurveLinearIcon_exports = {};
|
|
29
|
+
__export(CurveLinearIcon_exports, {
|
|
30
|
+
CurveLinearIcon: () => CurveLinearIcon
|
|
31
31
|
});
|
|
32
|
-
module.exports = __toCommonJS(
|
|
32
|
+
module.exports = __toCommonJS(CurveLinearIcon_exports);
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
-
const
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "
|
|
35
|
+
const CurveLinearIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M10.125 5.00232L18.3737 13.3863L17.1263 14.6136L10.125 7.49756L3.12374 14.6136L1.87628 13.3863L10.125 5.00232Z" }));
|
|
37
37
|
});
|
|
@@ -25,13 +25,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var
|
|
29
|
-
__export(
|
|
30
|
-
|
|
28
|
+
var CurveSmoothIcon_exports = {};
|
|
29
|
+
__export(CurveSmoothIcon_exports, {
|
|
30
|
+
CurveSmoothIcon: () => CurveSmoothIcon
|
|
31
31
|
});
|
|
32
|
-
module.exports = __toCommonJS(
|
|
32
|
+
module.exports = __toCommonJS(CurveSmoothIcon_exports);
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
-
const
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "
|
|
35
|
+
const CurveSmoothIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M16.2346 14C16.2448 13.8403 16.2501 13.6788 16.2501 13.5156C16.2501 9.67449 13.3505 6.75 10.0001 6.75C6.64965 6.75 3.75006 9.67449 3.75006 13.5156C3.75006 13.6788 3.75529 13.8403 3.76557 14H2.01279C2.00434 13.8397 2.00006 13.6782 2.00006 13.5156C2.00006 8.81258 5.58178 5 10.0001 5C14.4183 5 18.0001 8.81258 18.0001 13.5156C18.0001 13.6782 17.9958 13.8397 17.9873 14H16.2346Z" }));
|
|
37
37
|
});
|
package/__icons/DeclineIcon.d.ts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SvgIconProps } from '../lib/SvgIcon.js';
|
|
3
|
-
|
|
4
|
-
* @deprecated Use 'MuteIcon' instead of 'MicrophoneIcon'
|
|
5
|
-
*/
|
|
6
|
-
export declare const MicrophoneIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export declare const DonutChartIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -25,13 +25,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var
|
|
29
|
-
__export(
|
|
30
|
-
|
|
28
|
+
var DonutChartIcon_exports = {};
|
|
29
|
+
__export(DonutChartIcon_exports, {
|
|
30
|
+
DonutChartIcon: () => DonutChartIcon
|
|
31
31
|
});
|
|
32
|
-
module.exports = __toCommonJS(
|
|
32
|
+
module.exports = __toCommonJS(DonutChartIcon_exports);
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
-
const
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "
|
|
35
|
+
const DonutChartIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.99707 18C14.4153 18 17.9971 14.4183 17.9971 10C17.9971 5.58172 14.4153 2 9.99707 2C5.57879 2 1.99707 5.58172 1.99707 10C1.99707 14.4183 5.57879 18 9.99707 18ZM9.99707 16.5C9.0703 16.5 8.18883 16.306 7.39104 15.9565L8.65442 13.7684C9.07464 13.9183 9.52729 14 9.99902 14C11.9518 14 13.5778 12.6006 13.9288 10.75H16.4543C16.0824 13.9866 13.3333 16.5 9.99707 16.5ZM6.09596 15.1996C4.51781 14.0137 3.49707 12.1261 3.49707 10C3.49707 6.6628 6.01201 3.91299 9.25 3.54247V6.07001C7.39887 6.42068 5.99902 8.04686 5.99902 10C5.99902 11.1988 6.52635 12.2744 7.36168 13.0075L6.09596 15.1996ZM13.9288 9.25C13.6239 7.64262 12.3572 6.37568 10.75 6.07038V3.54314C13.7391 3.88793 16.1108 6.26048 16.4543 9.25H13.9288ZM9.99902 12.5C8.61831 12.5 7.49902 11.3807 7.49902 10C7.49902 8.61929 8.61831 7.5 9.99902 7.5C11.3797 7.5 12.499 8.61929 12.499 10C12.499 11.3807 11.3797 12.5 9.99902 12.5Z" }));
|
|
37
37
|
});
|
package/__icons/FilterOutIcon.js
CHANGED
|
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(FilterOutIcon_exports);
|
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
35
|
const FilterOutIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M13.75 9.3V14L9.
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M13.75 9.3V14L9.25 17V9.3L4 3H19L13.75 9.3ZM10.75 14.1972L12.25 13.1972V8.75692L15.7974 4.5L7.20256 4.5L10.75 8.75693V14.1972Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M1.00761 12.7576L6.56345 12.7576V11.2424H1.00761V12.7576Z" }));
|
|
37
37
|
});
|
package/__icons/HddIcon.js
CHANGED
|
@@ -34,6 +34,6 @@ var import_react = __toESM(require("react"));
|
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
35
|
const HddIcon = /* @__PURE__ */ (0, import_react.forwardRef)(
|
|
36
36
|
(props, forwardedRef) => {
|
|
37
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M10.5 14C10.5 14.5523 10.0523 15 9.
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M10.5 14C10.5 14.5523 10.0523 15 9.49998 15C8.9477 15 8.49998 14.5523 8.49998 14C8.49998 13.4477 8.9477 13 9.49998 13C10.0523 13 10.5 13.4477 10.5 14Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M12.5 15C13.0523 15 13.5 14.5523 13.5 14C13.5 13.4477 13.0523 13 12.5 13C11.9477 13 11.5 13.4477 11.5 14C11.5 14.5523 11.9477 15 12.5 15Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M3.49998 3.5C3.49998 2.94772 3.9477 2.5 4.49998 2.5H15.5C16.0523 2.5 16.5 2.94772 16.5 3.5V16.5C16.5 17.0523 16.0523 17.5 15.5 17.5H4.49998C3.9477 17.5 3.49998 17.0523 3.49998 16.5V3.5ZM4.99998 10.5H15V4H4.99998V10.5ZM4.99998 12V16H15V12H4.99998Z" }));
|
|
38
38
|
}
|
|
39
39
|
);
|
|
@@ -25,13 +25,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var
|
|
29
|
-
__export(
|
|
30
|
-
|
|
28
|
+
var HexagonIcon_exports = {};
|
|
29
|
+
__export(HexagonIcon_exports, {
|
|
30
|
+
HexagonIcon: () => HexagonIcon
|
|
31
31
|
});
|
|
32
|
-
module.exports = __toCommonJS(
|
|
32
|
+
module.exports = __toCommonJS(HexagonIcon_exports);
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
|
-
const
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("g", null, /* @__PURE__ */ import_react.default.createElement("path", { d: "
|
|
35
|
+
const HexagonIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("g", null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M3.93705 6.69015L10.0527 3.15928L16.1683 6.69015L16.1683 13.7519L10.0527 17.2828L3.93705 13.7519L3.93705 6.69015ZM2.93081 5.52825C2.61948 5.70799 2.42769 6.04018 2.42769 6.39968L2.42769 14.0424C2.42769 14.4019 2.61948 14.734 2.93081 14.9138L9.54957 18.7351C9.8609 18.9149 10.2445 18.9149 10.5558 18.7351L17.1746 14.9138C17.4859 14.734 17.6777 14.4019 17.6777 14.0424L17.6777 6.39968C17.6777 6.04018 17.4859 5.70799 17.1746 5.52825L10.5558 1.7069C10.2445 1.52716 9.8609 1.52716 9.54957 1.7069L2.93081 5.52825Z" })), /* @__PURE__ */ import_react.default.createElement("defs", null, /* @__PURE__ */ import_react.default.createElement("clipPath", { id: "clip0_9414_7" }, /* @__PURE__ */ import_react.default.createElement("rect", { width: "20", height: "20", rx: "2" }))));
|
|
37
37
|
});
|
|
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(HomeFilledIcon_exports);
|
|
|
33
33
|
var import_react = __toESM(require("react"));
|
|
34
34
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
35
35
|
const HomeFilledIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
36
|
-
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.89059 2.76343L18.1496 8.78043L16.972 10.3969L15.5 9.32455V16.1395C15.5 16.6148 15.1147 17.0002 14.6393 17.0002H4.86067C4.38533 17.0002 3.99999 16.6148 3.99999 16.1395V9.50971L2.77804 10.3965L1.60332 8.77789L9.89059 2.76343ZM11.2485 11.791H8.2484V15.709H8.24999V17H11.25V15.5H11.2485V11.791Z" }));
|
|
37
37
|
});
|