@hunter-industries/hunter-components 0.0.61 → 0.0.63
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.
|
@@ -19,6 +19,7 @@ import HunterCaretOutlineDownIcon from "./caret-outline-down.svg?component";
|
|
|
19
19
|
import HunterCaretOutlineRightIcon from "./caret-outline-right.svg?component";
|
|
20
20
|
import HunterCaretOutlineUpIcon from "./caret-outline-up.svg?component";
|
|
21
21
|
import HunterCheckIcon from "./check.svg?component";
|
|
22
|
+
import HunterCircleIcon from "./circle.svg?component";
|
|
22
23
|
import HunterCircleOutlineIcon from "./circle-outline.svg?component";
|
|
23
24
|
import HunterClockwiseIcon from "./clockwise.svg?component";
|
|
24
25
|
import HunterCloseIcon from "./close.svg?component";
|
|
@@ -29,6 +30,7 @@ import HunterCounterClockwiseIcon from "./counter-clockwise.svg?component";
|
|
|
29
30
|
import HunterCropIcon from "./crop.svg?component";
|
|
30
31
|
import HunterCrossHairIcon from "./cross-hair.svg?component";
|
|
31
32
|
import HunterDeleteIcon from "./delete.svg?component";
|
|
33
|
+
import HunterDesignLaptopIcon from "./design-laptop.svg?component";
|
|
32
34
|
import HunterDownloadIcon from "./download.svg?component";
|
|
33
35
|
import HunterDrawIcon from "./draw.svg?component";
|
|
34
36
|
import HunterDripSingleRow from "./drip-single-row.svg?component";
|
|
@@ -59,6 +61,7 @@ import HunterPolygonOutlineIcon from "./polygon-outline.svg?component";
|
|
|
59
61
|
import HunterPottedPlantIcon from "./potted-plant.svg?component";
|
|
60
62
|
import HunterProductIcon from "./product.svg?component";
|
|
61
63
|
import HunterRecenterIcon from "./recenter.svg?component";
|
|
64
|
+
import HunterRectangleIcon from "./rectangle.svg?component";
|
|
62
65
|
import HunterRectangleOutlineIcon from "./rectangle-outline.svg?component";
|
|
63
66
|
import HunterRedoIcon from "./redo.svg?component";
|
|
64
67
|
import HunterRotateDoubleArrow from "./rotate-double-arrow.svg?component";
|
|
@@ -66,6 +69,7 @@ import HunterRulerIcon from "./ruler.svg?component";
|
|
|
66
69
|
import HunterScaleIcon from "./scale.svg?component";
|
|
67
70
|
import HunterSearchIcon from "./search.svg?component";
|
|
68
71
|
import HunterShareIcon from "./share.svg?component";
|
|
72
|
+
import HunterSquareIcon from "./square.svg?component";
|
|
69
73
|
import HunterSquareOutlineIcon from "./square-outline.svg?component";
|
|
70
74
|
import HunterStarIcon from "./star.svg?component";
|
|
71
75
|
import HunterStarOutilneIcon from "./star-outline.svg?component";
|
|
@@ -74,6 +78,7 @@ import HunterSuccessIcon from "./success.svg?component";
|
|
|
74
78
|
import HunterSuccessOutlineIcon from "./success-outline.svg?component";
|
|
75
79
|
import HunterTapeMeasure from "./tape-measure.svg?component";
|
|
76
80
|
import HunterTreeIcon from "./tree.svg?component";
|
|
81
|
+
import HunterTriangleIcon from "./triangle.svg?component";
|
|
77
82
|
import HunterTriangleOutlineIcon from "./triangle-outline.svg?component";
|
|
78
83
|
import HunterUndoIcon from "./undo.svg?component";
|
|
79
84
|
import HunterUnlockIcon from "./unlock.svg?component";
|
|
@@ -86,6 +91,6 @@ import HunterWaterIcon from "./water.svg?component";
|
|
|
86
91
|
import HunterWaterOffIcon from "./water-off.svg?component";
|
|
87
92
|
import HunterZonesIcon from "./zones.svg?component";
|
|
88
93
|
import { HunterIconName } from "../../types/assets";
|
|
89
|
-
export { HunterAccountCircleIcon, HunterAddIcon, HunterArchiveIcon, HunterArrowDownIcon, HunterArrowLeftIcon, HunterArrowRightIcon, HunterArrowUpIcon, HunterArrowLongDownIcon, HunterArrowLongLeftIcon, HunterArrowLongRightIcon, HunterArrowLongUpIcon, HunterCameraIcon, HunterCaretDownIcon, HunterCaretLeftIcon, HunterCaretRightIcon, HunterCaretUpIcon, HunterCaretOutlineLeftIcon, HunterCaretOutlineDownIcon, HunterCaretOutlineRightIcon, HunterCaretOutlineUpIcon, HunterCheckIcon, HunterCircleOutlineIcon, HunterClockwiseIcon, HunterCloseIcon, HunterControllerIcon, HunterControllerAccessoryIcon, HunterCopyContentIcon, HunterCounterClockwiseIcon, HunterCropIcon, HunterCrossHairIcon, HunterDeleteIcon, HunterDownloadIcon, HunterDrawIcon, HunterDripSingleRow, HunterEditPencil, HunterErrorIcon, HunterErrorOutlineIcon, HunterFenceIcon, HunterFlowerIcon, HunterForwardArrow, HunterGrassIcon, HunterGridIcon, HunterHandIcon, HunterHiddenIcon, HunterHouseIcon, HunterHydrozoneIcon, HunterImagePlaceholder, HunterLocationIcon, HunterLockIcon, HunterMapIcon, HunterMaximizeImage, HunterMenuIcon, HunterMinimizeImage, HunterNorthArrowIcon, HunterNotificationIcon, HunterOutdoorTableIcon, HunterPlantOutlineIcon, HunterPolygonOutlineIcon, HunterPottedPlantIcon, HunterProductIcon, HunterRecenterIcon, HunterRectangleOutlineIcon, HunterRedoIcon, HunterRotateDoubleArrow, HunterRulerIcon, HunterScaleIcon, HunterSearchIcon, HunterShareIcon, HunterSquareOutlineIcon, HunterStarIcon, HunterStarOutilneIcon, HunterSubtractIcon, HunterSuccessIcon, HunterSuccessOutlineIcon, HunterTapeMeasure, HunterTreeIcon, HunterTriangleOutlineIcon, HunterUndoIcon, HunterUnlockIcon, HunterUploadIcon, HunterValveIcon, HunterVisibleIcon, HunterWarningIcon, HunterWarningOutlineIcon, HunterWaterIcon, HunterWaterOffIcon, HunterZonesIcon, };
|
|
94
|
+
export { HunterAccountCircleIcon, HunterAddIcon, HunterArchiveIcon, HunterArrowDownIcon, HunterArrowLeftIcon, HunterArrowRightIcon, HunterArrowUpIcon, HunterArrowLongDownIcon, HunterArrowLongLeftIcon, HunterArrowLongRightIcon, HunterArrowLongUpIcon, HunterCameraIcon, HunterCaretDownIcon, HunterCaretLeftIcon, HunterCaretRightIcon, HunterCaretUpIcon, HunterCaretOutlineLeftIcon, HunterCaretOutlineDownIcon, HunterCaretOutlineRightIcon, HunterCaretOutlineUpIcon, HunterCheckIcon, HunterCircleIcon, HunterCircleOutlineIcon, HunterClockwiseIcon, HunterCloseIcon, HunterControllerIcon, HunterControllerAccessoryIcon, HunterCopyContentIcon, HunterCounterClockwiseIcon, HunterCropIcon, HunterCrossHairIcon, HunterDeleteIcon, HunterDesignLaptopIcon, HunterDownloadIcon, HunterDrawIcon, HunterDripSingleRow, HunterEditPencil, HunterErrorIcon, HunterErrorOutlineIcon, HunterFenceIcon, HunterFlowerIcon, HunterForwardArrow, HunterGrassIcon, HunterGridIcon, HunterHandIcon, HunterHiddenIcon, HunterHouseIcon, HunterHydrozoneIcon, HunterImagePlaceholder, HunterLocationIcon, HunterLockIcon, HunterMapIcon, HunterMaximizeImage, HunterMenuIcon, HunterMinimizeImage, HunterNorthArrowIcon, HunterNotificationIcon, HunterOutdoorTableIcon, HunterPlantOutlineIcon, HunterPolygonOutlineIcon, HunterPottedPlantIcon, HunterProductIcon, HunterRecenterIcon, HunterRectangleIcon, HunterRectangleOutlineIcon, HunterRedoIcon, HunterRotateDoubleArrow, HunterRulerIcon, HunterScaleIcon, HunterSearchIcon, HunterShareIcon, HunterSquareIcon, HunterSquareOutlineIcon, HunterStarIcon, HunterStarOutilneIcon, HunterSubtractIcon, HunterSuccessIcon, HunterSuccessOutlineIcon, HunterTapeMeasure, HunterTreeIcon, HunterTriangleIcon, HunterTriangleOutlineIcon, HunterUndoIcon, HunterUnlockIcon, HunterUploadIcon, HunterValveIcon, HunterVisibleIcon, HunterWarningIcon, HunterWarningOutlineIcon, HunterWaterIcon, HunterWaterOffIcon, HunterZonesIcon, };
|
|
90
95
|
declare const icons: Record<HunterIconName, any>;
|
|
91
96
|
export default icons;
|