@dsgngo/common-icons 2.0.0 → 2.0.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.
@@ -20,6 +20,7 @@ var _jsxRuntime = require("react/jsx-runtime");
20
20
  function IconCaretUp(props) {
21
21
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
22
22
  className: "icon fill icon-caret-up ".concat(props.className ? props.className : ''),
23
+ onClick: props.onClick ? props.onClick : undefined,
23
24
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
24
25
  viewBox: "0 0 32 32",
25
26
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -31,6 +32,7 @@ function IconCaretUp(props) {
31
32
  function IconCaretDown(props) {
32
33
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
33
34
  className: "icon fill icon-caret-down ".concat(props.className ? props.className : ''),
35
+ onClick: props.onClick ? props.onClick : undefined,
34
36
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
35
37
  viewBox: "0 0 32 32",
36
38
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -42,6 +44,7 @@ function IconCaretDown(props) {
42
44
  function IconCaretLeft(props) {
43
45
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
44
46
  className: "icon fill icon-caret-left ".concat(props.className ? props.className : ''),
47
+ onClick: props.onClick ? props.onClick : undefined,
45
48
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
46
49
  viewBox: "0 0 32 32",
47
50
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -53,6 +56,7 @@ function IconCaretLeft(props) {
53
56
  function IconCaretRight(props) {
54
57
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
55
58
  className: "icon fill icon-caret-right ".concat(props.className ? props.className : ''),
59
+ onClick: props.onClick ? props.onClick : undefined,
56
60
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
57
61
  viewBox: "0 0 32 32",
58
62
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -64,6 +68,7 @@ function IconCaretRight(props) {
64
68
  function IconArrowLeft(props) {
65
69
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
66
70
  className: "icon fill icon-arrow-left ".concat(props.className ? props.className : ''),
71
+ onClick: props.onClick ? props.onClick : undefined,
67
72
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
68
73
  viewBox: "0 0 32 32",
69
74
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -75,6 +80,7 @@ function IconArrowLeft(props) {
75
80
  function IconArrowRight(props) {
76
81
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
77
82
  className: "icon fill icon-arrow-right ".concat(props.className ? props.className : ''),
83
+ onClick: props.onClick ? props.onClick : undefined,
78
84
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
79
85
  viewBox: "0 0 32 32",
80
86
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -86,6 +92,7 @@ function IconArrowRight(props) {
86
92
  function IconArrowsLeftRight(props) {
87
93
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
88
94
  className: "icon fill icon-arrows-left-right ".concat(props.className ? props.className : ''),
95
+ onClick: props.onClick ? props.onClick : undefined,
89
96
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
90
97
  viewBox: "0 0 32 32",
91
98
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -97,6 +104,7 @@ function IconArrowsLeftRight(props) {
97
104
  function IconArrowBendUpLeft(props) {
98
105
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
99
106
  className: "icon fill icon-arrow-bend-up-left ".concat(props.className ? props.className : ''),
107
+ onClick: props.onClick ? props.onClick : undefined,
100
108
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
101
109
  viewBox: "0 0 32 32",
102
110
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -108,6 +116,7 @@ function IconArrowBendUpLeft(props) {
108
116
  function IconArrowBendLeftUp(props) {
109
117
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
110
118
  className: "icon fill icon-arrow-bend-left-up ".concat(props.className ? props.className : ''),
119
+ onClick: props.onClick ? props.onClick : undefined,
111
120
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
112
121
  viewBox: "0 0 32 32",
113
122
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -119,6 +128,7 @@ function IconArrowBendLeftUp(props) {
119
128
  function IconArrowClockwise(props) {
120
129
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
121
130
  className: "icon fill icon-arrow-clockwise ".concat(props.className ? props.className : ''),
131
+ onClick: props.onClick ? props.onClick : undefined,
122
132
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
123
133
  viewBox: "0 0 32 32",
124
134
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -130,6 +140,7 @@ function IconArrowClockwise(props) {
130
140
  function IconArrowsOutLineHorizontal(props) {
131
141
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
132
142
  className: "icon fill icon-arrows-out-line-horizontal ".concat(props.className ? props.className : ''),
143
+ onClick: props.onClick ? props.onClick : undefined,
133
144
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
134
145
  viewBox: "0 0 32 32",
135
146
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -19,6 +19,7 @@ var _jsxRuntime = require("react/jsx-runtime");
19
19
  function IconTag(props) {
20
20
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
21
21
  className: "icon fill icon-tag ".concat(props.className ? props.className : ''),
22
+ onClick: props.onClick ? props.onClick : undefined,
22
23
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
23
24
  viewBox: "0 0 32 32",
24
25
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -13,6 +13,7 @@ var _jsxRuntime = require("react/jsx-runtime");
13
13
  function IconChatTeardropText(props) {
14
14
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
15
15
  className: "icon fill icon-char-teardrop-text ".concat(props.className ? props.className : ''),
16
+ onClick: props.onClick ? props.onClick : undefined,
16
17
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
17
18
  viewBox: "0 0 32 32",
18
19
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -24,6 +25,7 @@ function IconChatTeardropText(props) {
24
25
  function IconRSS(props) {
25
26
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
26
27
  className: "icon fill icon-rss ".concat(props.className ? props.className : ''),
28
+ onClick: props.onClick ? props.onClick : undefined,
27
29
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
28
30
  viewBox: "0 0 32 32",
29
31
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -35,6 +37,7 @@ function IconRSS(props) {
35
37
  function IconSignature(props) {
36
38
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
37
39
  className: "icon fill icon-signature ".concat(props.className ? props.className : ''),
40
+ onClick: props.onClick ? props.onClick : undefined,
38
41
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
39
42
  viewBox: "0 0 32 32",
40
43
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -46,6 +49,7 @@ function IconSignature(props) {
46
49
  function IconStar(props) {
47
50
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
48
51
  className: "icon fill icon-star ".concat(props.className ? props.className : ''),
52
+ onClick: props.onClick ? props.onClick : undefined,
49
53
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
50
54
  viewBox: "0 0 32 32",
51
55
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -24,6 +24,7 @@ var _jsxRuntime = require("react/jsx-runtime");
24
24
  function IconCirclesFour(props) {
25
25
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
26
26
  className: "icon fill icon-circles-four ".concat(props.className ? props.className : ''),
27
+ onClick: props.onClick ? props.onClick : undefined,
27
28
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
28
29
  viewBox: "0 0 32 32",
29
30
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -35,6 +36,7 @@ function IconCirclesFour(props) {
35
36
  function IconCirclesThreePlus(props) {
36
37
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
37
38
  className: "icon fill icon-circles-three-plus ".concat(props.className ? props.className : ''),
39
+ onClick: props.onClick ? props.onClick : undefined,
38
40
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
39
41
  viewBox: "0 0 32 32",
40
42
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -46,6 +48,7 @@ function IconCirclesThreePlus(props) {
46
48
  function IconSquaresFour(props) {
47
49
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
48
50
  className: "icon fill icon-squares-four ".concat(props.className ? props.className : ''),
51
+ onClick: props.onClick ? props.onClick : undefined,
49
52
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
50
53
  viewBox: "0 0 32 32",
51
54
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -57,6 +60,7 @@ function IconSquaresFour(props) {
57
60
  function IconSquare(props) {
58
61
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
59
62
  className: "icon fill icon-square ".concat(props.className ? props.className : ''),
63
+ onClick: props.onClick ? props.onClick : undefined,
60
64
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
61
65
  viewBox: "0 0 32 32",
62
66
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -68,6 +72,7 @@ function IconSquare(props) {
68
72
  function IconEraser(props) {
69
73
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
70
74
  className: "icon fill icon-eraser ".concat(props.className ? props.className : ''),
75
+ onClick: props.onClick ? props.onClick : undefined,
71
76
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
72
77
  viewBox: "0 0 32 32",
73
78
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -79,6 +84,7 @@ function IconEraser(props) {
79
84
  function IconPalette(props) {
80
85
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
81
86
  className: "icon fill icon-palette ".concat(props.className ? props.className : ''),
87
+ onClick: props.onClick ? props.onClick : undefined,
82
88
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
83
89
  viewBox: "0 0 32 32",
84
90
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -90,6 +96,7 @@ function IconPalette(props) {
90
96
  function IconCircle(props) {
91
97
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
92
98
  className: "icon fill icon-circle ".concat(props.className ? props.className : ''),
99
+ onClick: props.onClick ? props.onClick : undefined,
93
100
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
94
101
  viewBox: "0 0 32 32",
95
102
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -101,6 +108,7 @@ function IconCircle(props) {
101
108
  function IconRuler(props) {
102
109
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
103
110
  className: "icon fill icon-ruler ".concat(props.className ? props.className : ''),
111
+ onClick: props.onClick ? props.onClick : undefined,
104
112
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
105
113
  viewBox: "0 0 32 32",
106
114
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -112,6 +120,7 @@ function IconRuler(props) {
112
120
  function IconStack(props) {
113
121
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
114
122
  className: "icon fill icon-stack ".concat(props.className ? props.className : ''),
123
+ onClick: props.onClick ? props.onClick : undefined,
115
124
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
116
125
  viewBox: "0 0 32 32",
117
126
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -123,6 +132,7 @@ function IconStack(props) {
123
132
  function IconStackPlus(props) {
124
133
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
125
134
  className: "icon fill icon-stack-plus ".concat(props.className ? props.className : ''),
135
+ onClick: props.onClick ? props.onClick : undefined,
126
136
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
127
137
  viewBox: "0 0 32 32",
128
138
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -134,6 +144,7 @@ function IconStackPlus(props) {
134
144
  function IconUniteSquare(props) {
135
145
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
136
146
  className: "icon fill icon-unite-square ".concat(props.className ? props.className : ''),
147
+ onClick: props.onClick ? props.onClick : undefined,
137
148
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
138
149
  viewBox: "0 0 32 32",
139
150
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -145,6 +156,7 @@ function IconUniteSquare(props) {
145
156
  function IconSubstractSquare(props) {
146
157
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
147
158
  className: "icon fill icon-substract-square ".concat(props.className ? props.className : ''),
159
+ onClick: props.onClick ? props.onClick : undefined,
148
160
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
149
161
  viewBox: "0 0 32 32",
150
162
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -156,6 +168,7 @@ function IconSubstractSquare(props) {
156
168
  function IconCirclesThree(props) {
157
169
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
158
170
  className: "icon fill icon-circles-three ".concat(props.className ? props.className : ''),
171
+ onClick: props.onClick ? props.onClick : undefined,
159
172
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
160
173
  viewBox: "0 0 32 32",
161
174
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -13,6 +13,7 @@ var _jsxRuntime = require("react/jsx-runtime");
13
13
  function IconRobot(props) {
14
14
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
15
15
  className: "icon fill icon-robot ".concat(props.className ? props.className : ''),
16
+ onClick: props.onClick ? props.onClick : undefined,
16
17
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
17
18
  viewBox: "0 0 32 32",
18
19
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -24,6 +25,7 @@ function IconRobot(props) {
24
25
  function IconTerminal(props) {
25
26
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
26
27
  className: "icon fill icon-terminal ".concat(props.className ? props.className : ''),
28
+ onClick: props.onClick ? props.onClick : undefined,
27
29
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
28
30
  viewBox: "0 0 32 32",
29
31
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -35,6 +37,7 @@ function IconTerminal(props) {
35
37
  function IconTreeStructure(props) {
36
38
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
37
39
  className: "icon fill icon-tree-structure ".concat(props.className ? props.className : ''),
40
+ onClick: props.onClick ? props.onClick : undefined,
38
41
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
39
42
  viewBox: "0 0 32 32",
40
43
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -8,6 +8,7 @@ var _jsxRuntime = require("react/jsx-runtime");
8
8
  function IconTarget(props) {
9
9
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
10
10
  className: "icon fill icon-target ".concat(props.className ? props.className : ''),
11
+ onClick: props.onClick ? props.onClick : undefined,
11
12
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
12
13
  viewBox: "0 0 32 32",
13
14
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -9,6 +9,7 @@ var _jsxRuntime = require("react/jsx-runtime");
9
9
  function IconPulse(props) {
10
10
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
11
11
  className: "icon fill icon-pulse ".concat(props.className ? props.className : ''),
12
+ onClick: props.onClick ? props.onClick : undefined,
12
13
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
13
14
  viewBox: "0 0 32 32",
14
15
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -20,6 +21,7 @@ function IconPulse(props) {
20
21
  function IconSyringe(props) {
21
22
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
22
23
  className: "icon fill icon-syringe ".concat(props.className ? props.className : ''),
24
+ onClick: props.onClick ? props.onClick : undefined,
23
25
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
24
26
  viewBox: "0 0 32 32",
25
27
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -13,6 +13,7 @@ var _jsxRuntime = require("react/jsx-runtime");
13
13
  function IconCalendar(props) {
14
14
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
15
15
  className: "icon fill icon-calendar ".concat(props.className ? props.className : ''),
16
+ onClick: props.onClick ? props.onClick : undefined,
16
17
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
17
18
  viewBox: "0 0 32 32",
18
19
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -24,6 +25,7 @@ function IconCalendar(props) {
24
25
  function IconClockCounterClockwise(props) {
25
26
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
26
27
  className: "icon fill icon-clock-counter-clockwise ".concat(props.className ? props.className : ''),
28
+ onClick: props.onClick ? props.onClick : undefined,
27
29
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
28
30
  viewBox: "0 0 32 32",
29
31
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -35,6 +37,7 @@ function IconClockCounterClockwise(props) {
35
37
  function IconFlag(props) {
36
38
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
37
39
  className: "icon fill icon-flag ".concat(props.className ? props.className : ''),
40
+ onClick: props.onClick ? props.onClick : undefined,
38
41
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
39
42
  viewBox: "0 0 32 32",
40
43
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -15,6 +15,7 @@ var _jsxRuntime = require("react/jsx-runtime");
15
15
  function IconChartLineUp(props) {
16
16
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
17
17
  className: "icon fill icon-chart-line-up ".concat(props.className ? props.className : ''),
18
+ onClick: props.onClick ? props.onClick : undefined,
18
19
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
19
20
  viewBox: "0 0 32 32",
20
21
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -38,6 +39,7 @@ function IconX(props) {
38
39
  function IconEquals(props) {
39
40
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
40
41
  className: "icon fill icon-equals ".concat(props.className ? props.className : ''),
42
+ onClick: props.onClick ? props.onClick : undefined,
41
43
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
42
44
  viewBox: "0 0 32 32",
43
45
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -49,6 +51,7 @@ function IconEquals(props) {
49
51
  function IconPlus(props) {
50
52
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
51
53
  className: "icon fill icon-plus ".concat(props.className ? props.className : ''),
54
+ onClick: props.onClick ? props.onClick : undefined,
52
55
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
53
56
  viewBox: "0 0 32 32",
54
57
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -60,6 +63,7 @@ function IconPlus(props) {
60
63
  function IconMinus(props) {
61
64
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
62
65
  className: "icon fill icon-minus ".concat(props.className ? props.className : ''),
66
+ onClick: props.onClick ? props.onClick : undefined,
63
67
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
64
68
  viewBox: "0 0 32 32",
65
69
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -71,6 +75,7 @@ function IconMinus(props) {
71
75
  function IconTrendUp(props) {
72
76
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
73
77
  className: "icon fill icon-trend-up ".concat(props.className ? props.className : ''),
78
+ onClick: props.onClick ? props.onClick : undefined,
74
79
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
75
80
  viewBox: "0 0 32 32",
76
81
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -24,6 +24,7 @@ function IconVideoCamera(props) {
24
24
  function IconCornersIn(props) {
25
25
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
26
26
  className: "icon fill icon-corners-up ".concat(props.className ? props.className : ''),
27
+ onClick: props.onClick ? props.onClick : undefined,
27
28
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
28
29
  viewBox: "0 0 32 32",
29
30
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -35,6 +36,7 @@ function IconCornersIn(props) {
35
36
  function IconImageSquare(props) {
36
37
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
37
38
  className: "icon fill icon-image-square ".concat(props.className ? props.className : ''),
39
+ onClick: props.onClick ? props.onClick : undefined,
38
40
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
39
41
  viewBox: "0 0 32 32",
40
42
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -46,6 +48,7 @@ function IconImageSquare(props) {
46
48
  function IconImages(props) {
47
49
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
48
50
  className: "icon fill icon-images ".concat(props.className ? props.className : ''),
51
+ onClick: props.onClick ? props.onClick : undefined,
49
52
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
50
53
  viewBox: "0 0 32 32",
51
54
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -57,6 +60,7 @@ function IconImages(props) {
57
60
  function IconWaveform(props) {
58
61
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
59
62
  className: "icon fill icon-waveform ".concat(props.className ? props.className : ''),
63
+ onClick: props.onClick ? props.onClick : undefined,
60
64
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
61
65
  viewBox: "0 0 32 32",
62
66
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -62,6 +62,7 @@ var _jsxRuntime = require("react/jsx-runtime");
62
62
  function IconBoxArrowDown(props) {
63
63
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
64
64
  className: "icon fill icon-box-arrow-down ".concat(props.className ? props.className : ''),
65
+ onClick: props.onClick ? props.onClick : undefined,
65
66
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
66
67
  viewBox: "0 0 32 32",
67
68
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -73,6 +74,7 @@ function IconBoxArrowDown(props) {
73
74
  function IconBoxArrowUp(props) {
74
75
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
75
76
  className: "icon fill icon-box-arrow-up ".concat(props.className ? props.className : ''),
77
+ onClick: props.onClick ? props.onClick : undefined,
76
78
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
77
79
  viewBox: "0 0 32 32",
78
80
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -84,6 +86,7 @@ function IconBoxArrowUp(props) {
84
86
  function IconCopy(props) {
85
87
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
86
88
  className: "icon fill icon-copy ".concat(props.className ? props.className : ''),
89
+ onClick: props.onClick ? props.onClick : undefined,
87
90
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
88
91
  viewBox: "0 0 32 32",
89
92
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -107,6 +110,7 @@ function IconTrash(props) {
107
110
  function IconNotePencil(props) {
108
111
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
109
112
  className: "icon fill icon-note-pencil ".concat(props.className ? props.className : ''),
113
+ onClick: props.onClick ? props.onClick : undefined,
110
114
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
111
115
  viewBox: "0 0 32 32",
112
116
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -118,6 +122,7 @@ function IconNotePencil(props) {
118
122
  function IconFolder(props) {
119
123
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
120
124
  className: "icon fill icon-folder ".concat(props.className ? props.className : ''),
125
+ onClick: props.onClick ? props.onClick : undefined,
121
126
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
122
127
  viewBox: "0 0 32 32",
123
128
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -129,6 +134,7 @@ function IconFolder(props) {
129
134
  function IconFolderOpen(props) {
130
135
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
131
136
  className: "icon fill icon-folder-open ".concat(props.className ? props.className : ''),
137
+ onClick: props.onClick ? props.onClick : undefined,
132
138
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
133
139
  viewBox: "0 0 32 32",
134
140
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -140,6 +146,7 @@ function IconFolderOpen(props) {
140
146
  function IconPaperClip(props) {
141
147
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
142
148
  className: "icon fill icon-paper-clip ".concat(props.className ? props.className : ''),
149
+ onClick: props.onClick ? props.onClick : undefined,
143
150
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
144
151
  viewBox: "0 0 32 32",
145
152
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -151,6 +158,7 @@ function IconPaperClip(props) {
151
158
  function IconSortAscending(props) {
152
159
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
153
160
  className: "icon fill icon-sort asc ".concat(props.className ? props.className : ''),
161
+ onClick: props.onClick ? props.onClick : undefined,
154
162
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
155
163
  viewBox: "0 0 32 32",
156
164
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -162,6 +170,7 @@ function IconSortAscending(props) {
162
170
  function IconSortDescending(props) {
163
171
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
164
172
  className: "icon fill icon-sort desc ".concat(props.className ? props.className : ''),
173
+ onClick: props.onClick ? props.onClick : undefined,
165
174
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
166
175
  viewBox: "0 0 32 32",
167
176
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -173,6 +182,7 @@ function IconSortDescending(props) {
173
182
  function IconList(props) {
174
183
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
175
184
  className: "icon fill icon-list ".concat(props.className ? props.className : ''),
185
+ onClick: props.onClick ? props.onClick : undefined,
176
186
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
177
187
  viewBox: "0 0 32 32",
178
188
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -13,6 +13,7 @@ var _jsxRuntime = require("react/jsx-runtime");
13
13
  function IconGenderFemale(props) {
14
14
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
15
15
  className: "icon fill icon-gender-female ".concat(props.className ? props.className : ''),
16
+ onClick: props.onClick ? props.onClick : undefined,
16
17
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
17
18
  viewBox: "0 0 32 32",
18
19
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -24,6 +25,7 @@ function IconGenderFemale(props) {
24
25
  function IconGenderMale(props) {
25
26
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
26
27
  className: "icon fill icon-gender-male ".concat(props.className ? props.className : ''),
28
+ onClick: props.onClick ? props.onClick : undefined,
27
29
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
28
30
  viewBox: "0 0 32 32",
29
31
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -12,6 +12,7 @@ var _jsxRuntime = require("react/jsx-runtime");
12
12
  function IconProhibit(props) {
13
13
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
14
14
  className: "icon fill icon-prohibit ".concat(props.className ? props.className : ''),
15
+ onClick: props.onClick ? props.onClick : undefined,
15
16
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
16
17
  viewBox: "0 0 32 32",
17
18
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -23,6 +24,7 @@ function IconProhibit(props) {
23
24
  function IconShield(props) {
24
25
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
25
26
  className: "icon fill icon-shield ".concat(props.className ? props.className : ''),
27
+ onClick: props.onClick ? props.onClick : undefined,
26
28
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
27
29
  viewBox: "0 0 32 32",
28
30
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -34,6 +36,7 @@ function IconShield(props) {
34
36
  function IconShieldCheck(props) {
35
37
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
36
38
  className: "icon fill icon-shield-check ".concat(props.className ? props.className : ''),
39
+ onClick: props.onClick ? props.onClick : undefined,
37
40
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
38
41
  viewBox: "0 0 32 32",
39
42
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -20,10 +20,12 @@ exports.IconRadioButton = IconRadioButton;
20
20
  exports.IconSignIn = IconSignIn;
21
21
  exports.IconSignOut = IconSignOut;
22
22
  exports.IconTreeView = IconTreeView;
23
+ exports.IconUpload = IconUpload;
23
24
  var _jsxRuntime = require("react/jsx-runtime");
24
25
  function IconCheck(props) {
25
26
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
26
27
  className: "icon fill icon-check ".concat(props.className ? props.className : ''),
28
+ onClick: props.onClick ? props.onClick : undefined,
27
29
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
28
30
  viewBox: "0 0 32 32",
29
31
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -35,6 +37,7 @@ function IconCheck(props) {
35
37
  function IconCheckSquare(props) {
36
38
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
37
39
  className: "icon fill icon-check-square ".concat(props.className ? props.className : ''),
40
+ onClick: props.onClick ? props.onClick : undefined,
38
41
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
39
42
  viewBox: "0 0 32 32",
40
43
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -46,6 +49,7 @@ function IconCheckSquare(props) {
46
49
  function IconCloudArrowUp(props) {
47
50
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
48
51
  className: "icon fill icon-cloud-arrow-up ".concat(props.className ? props.className : ''),
52
+ onClick: props.onClick ? props.onClick : undefined,
49
53
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
50
54
  viewBox: "0 0 32 32",
51
55
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -57,6 +61,7 @@ function IconCloudArrowUp(props) {
57
61
  function IconCloudCheck(props) {
58
62
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
59
63
  className: "icon fill icon-cloud-check ".concat(props.className ? props.className : ''),
64
+ onClick: props.onClick ? props.onClick : undefined,
60
65
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
61
66
  viewBox: "0 0 32 32",
62
67
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -68,6 +73,7 @@ function IconCloudCheck(props) {
68
73
  function IconTreeView(props) {
69
74
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
70
75
  className: "icon fill icon-data-tree ".concat(props.className ? props.className : ''),
76
+ onClick: props.onClick ? props.onClick : undefined,
71
77
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
72
78
  viewBox: "0 0 32 32",
73
79
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -79,6 +85,7 @@ function IconTreeView(props) {
79
85
  function IconDotSix(props) {
80
86
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
81
87
  className: "icon fill icon-dot-six ".concat(props.className ? props.className : ''),
88
+ onClick: props.onClick ? props.onClick : undefined,
82
89
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
83
90
  viewBox: "0 0 32 32",
84
91
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -90,6 +97,7 @@ function IconDotSix(props) {
90
97
  function IconDotSixVertical(props) {
91
98
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
92
99
  className: "icon fill icon-dot-six-vertical ".concat(props.className ? props.className : ''),
100
+ onClick: props.onClick ? props.onClick : undefined,
93
101
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
94
102
  viewBox: "0 0 32 32",
95
103
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -101,6 +109,7 @@ function IconDotSixVertical(props) {
101
109
  function IconDownloadSimple(props) {
102
110
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
103
111
  className: "icon fill icon-download-simple ".concat(props.className ? props.className : ''),
112
+ onClick: props.onClick ? props.onClick : undefined,
104
113
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
105
114
  viewBox: "0 0 32 32",
106
115
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -112,6 +121,7 @@ function IconDownloadSimple(props) {
112
121
  function IconLinkSimpleHorizontal(props) {
113
122
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
114
123
  className: "icon fill icon-link-simple-horizontal ".concat(props.className ? props.className : ''),
124
+ onClick: props.onClick ? props.onClick : undefined,
115
125
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
116
126
  viewBox: "0 0 32 32",
117
127
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -123,6 +133,7 @@ function IconLinkSimpleHorizontal(props) {
123
133
  function IconLink(props) {
124
134
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
125
135
  className: "icon fill icon-link ".concat(props.className ? props.className : ''),
136
+ onClick: props.onClick ? props.onClick : undefined,
126
137
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
127
138
  viewBox: "0 0 32 32",
128
139
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -134,6 +145,7 @@ function IconLink(props) {
134
145
  function IconMagnifyingGlass(props) {
135
146
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
136
147
  className: "icon fill icon-magnifying-glass ".concat(props.className ? props.className : ''),
148
+ onClick: props.onClick ? props.onClick : undefined,
137
149
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
138
150
  viewBox: "0 0 32 32",
139
151
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -145,6 +157,7 @@ function IconMagnifyingGlass(props) {
145
157
  function IconMonitor(props) {
146
158
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
147
159
  className: "icon fill icon-monitor ".concat(props.className ? props.className : ''),
160
+ onClick: props.onClick ? props.onClick : undefined,
148
161
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
149
162
  viewBox: "0 0 32 32",
150
163
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -156,6 +169,7 @@ function IconMonitor(props) {
156
169
  function IconNetwork(props) {
157
170
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
158
171
  className: "icon fill icon-network ".concat(props.className ? props.className : ''),
172
+ onClick: props.onClick ? props.onClick : undefined,
159
173
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
160
174
  viewBox: "0 0 32 32",
161
175
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -167,6 +181,7 @@ function IconNetwork(props) {
167
181
  function IconRadioButton(props) {
168
182
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
169
183
  className: "icon fill icon-radio-button ".concat(props.className ? props.className : ''),
184
+ onClick: props.onClick ? props.onClick : undefined,
170
185
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
171
186
  viewBox: "0 0 32 32",
172
187
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -210,4 +225,16 @@ function IconDeviceMobile(props) {
210
225
  })
211
226
  })
212
227
  });
228
+ }
229
+ function IconUpload(props) {
230
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
231
+ className: "icon fill icon-upload ".concat(props.className ? props.className : ''),
232
+ onClick: props.onClick ? props.onClick : undefined,
233
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
234
+ viewBox: "0 0 32 32",
235
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
236
+ d: "M30 17.0001V25.0001C30 25.5305 29.7893 26.0392 29.4142 26.4143C29.0391 26.7893 28.5304 27.0001 28 27.0001H4C3.46957 27.0001 2.96086 26.7893 2.58579 26.4143C2.21071 26.0392 2 25.5305 2 25.0001V17.0001C2 16.4696 2.21071 15.9609 2.58579 15.5858C2.96086 15.2108 3.46957 15.0001 4 15.0001H10C10.2652 15.0001 10.5196 15.1054 10.7071 15.2929C10.8946 15.4805 11 15.7348 11 16.0001C11 16.2653 10.8946 16.5196 10.7071 16.7072C10.5196 16.8947 10.2652 17.0001 10 17.0001H4V25.0001H28V17.0001H22C21.7348 17.0001 21.4804 16.8947 21.2929 16.7072C21.1054 16.5196 21 16.2653 21 16.0001C21 15.7348 21.1054 15.4805 21.2929 15.2929C21.4804 15.1054 21.7348 15.0001 22 15.0001H28C28.5304 15.0001 29.0391 15.2108 29.4142 15.5858C29.7893 15.9609 30 16.4696 30 17.0001ZM10.7075 9.70755L15 5.4138V16.0001C15 16.2653 15.1054 16.5196 15.2929 16.7072C15.4804 16.8947 15.7348 17.0001 16 17.0001C16.2652 17.0001 16.5196 16.8947 16.7071 16.7072C16.8946 16.5196 17 16.2653 17 16.0001V5.4138L21.2925 9.70755C21.4801 9.8952 21.7346 10.0006 22 10.0006C22.2654 10.0006 22.5199 9.8952 22.7075 9.70755C22.8951 9.51991 23.0006 9.26542 23.0006 9.00005C23.0006 8.73469 22.8951 8.48019 22.7075 8.29255L16.7075 2.29255C16.6146 2.19958 16.5043 2.12582 16.3829 2.07549C16.2615 2.02517 16.1314 1.99927 16 1.99927C15.8686 1.99927 15.7385 2.02517 15.6171 2.07549C15.4957 2.12582 15.3854 2.19958 15.2925 2.29255L9.2925 8.29255C9.10486 8.48019 8.99944 8.73469 8.99944 9.00005C8.99944 9.26542 9.10486 9.51991 9.2925 9.70755C9.48014 9.89519 9.73464 10.0006 10 10.0006C10.2654 10.0006 10.5199 9.8952 10.7075 9.70755ZM25 21.0001C25 20.7034 24.912 20.4134 24.7472 20.1667C24.5824 19.92 24.3481 19.7278 24.074 19.6142C23.7999 19.5007 23.4983 19.471 23.2074 19.5289C22.9164 19.5868 22.6491 19.7296 22.4393 19.9394C22.2296 20.1492 22.0867 20.4164 22.0288 20.7074C21.9709 20.9984 22.0007 21.3 22.1142 21.5741C22.2277 21.8482 22.42 22.0824 22.6666 22.2473C22.9133 22.4121 23.2033 22.5001 23.5 22.5001C23.8978 22.5001 24.2794 22.342 24.5607 22.0607C24.842 21.7794 25 21.3979 25 21.0001Z"
237
+ })
238
+ })
239
+ });
213
240
  }
@@ -9,6 +9,7 @@ var _jsxRuntime = require("react/jsx-runtime");
9
9
  function IconCalendar(props) {
10
10
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
11
11
  className: "icon fill icon-calendar ".concat(props.className ? props.className : ''),
12
+ onClick: props.onClick ? props.onClick : undefined,
12
13
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
13
14
  viewBox: "0 0 32 32",
14
15
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -20,6 +21,7 @@ function IconCalendar(props) {
20
21
  function IconClockCounterClockwise(props) {
21
22
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
22
23
  className: "icon fill icon-clock-counter-clockwise ".concat(props.className ? props.className : ''),
24
+ onClick: props.onClick ? props.onClick : undefined,
23
25
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
24
26
  viewBox: "0 0 32 32",
25
27
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -10,6 +10,7 @@ var _jsxRuntime = require("react/jsx-runtime");
10
10
  function IconFlowerLotus(props) {
11
11
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
12
12
  className: "icon fill icon-flower-lotus ".concat(props.className ? props.className : ''),
13
+ onClick: props.onClick ? props.onClick : undefined,
13
14
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
14
15
  viewBox: "0 0 32 32",
15
16
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -21,6 +22,7 @@ function IconFlowerLotus(props) {
21
22
  function IconShootingStar(props) {
22
23
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
23
24
  className: "icon fill icon-shooting-star ".concat(props.className ? props.className : ''),
25
+ onClick: props.onClick ? props.onClick : undefined,
24
26
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
25
27
  viewBox: "0 0 32 32",
26
28
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsgngo/common-icons",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Mini set of icons for projects",
5
5
  "main": "dist/index.js",
6
6
  "files": ["dist"],