@dsgngo/common-icons 2.0.8 → 2.1.0

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.
@@ -14,6 +14,7 @@ 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
16
  onClick: props.onClick ? props.onClick : undefined,
17
+ style: props.style ? props.style : undefined,
17
18
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
18
19
  viewBox: "0 0 32 32",
19
20
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -26,6 +27,7 @@ function IconGenderMale(props) {
26
27
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
27
28
  className: "icon fill icon-gender-male ".concat(props.className ? props.className : ''),
28
29
  onClick: props.onClick ? props.onClick : undefined,
30
+ style: props.style ? props.style : undefined,
29
31
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
30
32
  viewBox: "0 0 32 32",
31
33
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -38,6 +40,7 @@ function IconUserPlus(props) {
38
40
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
39
41
  className: "icon fill icon-user-plus ".concat(props.className ? props.className : ''),
40
42
  onClick: props.onClick ? props.onClick : undefined,
43
+ style: props.style ? props.style : undefined,
41
44
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
42
45
  viewBox: "0 0 32 32",
43
46
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -50,6 +53,7 @@ function IconUser(props) {
50
53
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
51
54
  className: "icon fill icon-user ".concat(props.className ? props.className : ''),
52
55
  onClick: props.onClick ? props.onClick : undefined,
56
+ style: props.style ? props.style : undefined,
53
57
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
54
58
  viewBox: "0 0 32 32",
55
59
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -62,6 +66,7 @@ function IconUsersThree(props) {
62
66
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
63
67
  className: "icon fill icon-users-three ".concat(props.className ? props.className : ''),
64
68
  onClick: props.onClick ? props.onClick : undefined,
69
+ style: props.style ? props.style : undefined,
65
70
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
66
71
  viewBox: "0 0 32 32",
67
72
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -74,6 +79,7 @@ function IconSmileyBlank(props) {
74
79
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
75
80
  className: "icon fill icon-smiley-blank ".concat(props.className ? props.className : ''),
76
81
  onClick: props.onClick ? props.onClick : undefined,
82
+ style: props.style ? props.style : undefined,
77
83
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
78
84
  viewBox: "0 0 32 32",
79
85
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -16,6 +16,7 @@ function IconProhibit(props) {
16
16
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
17
17
  className: "icon fill icon-prohibit ".concat(props.className ? props.className : ''),
18
18
  onClick: props.onClick ? props.onClick : undefined,
19
+ style: props.style ? props.style : undefined,
19
20
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
20
21
  viewBox: "0 0 32 32",
21
22
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -28,6 +29,7 @@ function IconShield(props) {
28
29
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
29
30
  className: "icon fill icon-shield ".concat(props.className ? props.className : ''),
30
31
  onClick: props.onClick ? props.onClick : undefined,
32
+ style: props.style ? props.style : undefined,
31
33
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
32
34
  viewBox: "0 0 32 32",
33
35
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -40,6 +42,7 @@ function IconShieldCheck(props) {
40
42
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
41
43
  className: "icon fill icon-shield-check ".concat(props.className ? props.className : ''),
42
44
  onClick: props.onClick ? props.onClick : undefined,
45
+ style: props.style ? props.style : undefined,
43
46
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
44
47
  viewBox: "0 0 32 32",
45
48
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -52,6 +55,7 @@ function IconSealPercent(props) {
52
55
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
53
56
  className: "icon fill icon-seal-percent ".concat(props.className ? props.className : ''),
54
57
  onClick: props.onClick ? props.onClick : undefined,
58
+ style: props.style ? props.style : undefined,
55
59
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
56
60
  viewBox: "0 0 32 32",
57
61
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -64,6 +68,7 @@ function IconDetective(props) {
64
68
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
65
69
  className: "icon fill icon-detective ".concat(props.className ? props.className : ''),
66
70
  onClick: props.onClick ? props.onClick : undefined,
71
+ style: props.style ? props.style : undefined,
67
72
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
68
73
  viewBox: "0 0 32 32",
69
74
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -76,6 +81,7 @@ function IconInfo(props) {
76
81
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
77
82
  className: "icon fill icon-info ".concat(props.className ? props.className : ''),
78
83
  onClick: props.onClick ? props.onClick : undefined,
84
+ style: props.style ? props.style : undefined,
79
85
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
80
86
  viewBox: "0 0 32 32",
81
87
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -88,6 +94,7 @@ function IconWarningCircle(props) {
88
94
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
89
95
  className: "icon fill icon-warning-circle ".concat(props.className ? props.className : ''),
90
96
  onClick: props.onClick ? props.onClick : undefined,
97
+ style: props.style ? props.style : undefined,
91
98
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
92
99
  viewBox: "0 0 32 32",
93
100
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -100,6 +107,7 @@ function IconQuestion(props) {
100
107
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
101
108
  className: "icon fill icon-question ".concat(props.className ? props.className : ''),
102
109
  onClick: props.onClick ? props.onClick : undefined,
110
+ style: props.style ? props.style : undefined,
103
111
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
104
112
  viewBox: "0 0 32 32",
105
113
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -29,6 +29,7 @@ function IconCheck(props) {
29
29
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
30
30
  className: "icon fill icon-check ".concat(props.className ? props.className : ''),
31
31
  onClick: props.onClick ? props.onClick : undefined,
32
+ style: props.style ? props.style : undefined,
32
33
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
33
34
  viewBox: "0 0 32 32",
34
35
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -41,6 +42,7 @@ function IconCheckSquare(props) {
41
42
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
42
43
  className: "icon fill icon-check-square ".concat(props.className ? props.className : ''),
43
44
  onClick: props.onClick ? props.onClick : undefined,
45
+ style: props.style ? props.style : undefined,
44
46
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
45
47
  viewBox: "0 0 32 32",
46
48
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -53,6 +55,7 @@ function IconCloudArrowUp(props) {
53
55
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
54
56
  className: "icon fill icon-cloud-arrow-up ".concat(props.className ? props.className : ''),
55
57
  onClick: props.onClick ? props.onClick : undefined,
58
+ style: props.style ? props.style : undefined,
56
59
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
57
60
  viewBox: "0 0 32 32",
58
61
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -65,6 +68,7 @@ function IconCloudCheck(props) {
65
68
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
66
69
  className: "icon fill icon-cloud-check ".concat(props.className ? props.className : ''),
67
70
  onClick: props.onClick ? props.onClick : undefined,
71
+ style: props.style ? props.style : undefined,
68
72
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
69
73
  viewBox: "0 0 32 32",
70
74
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -77,6 +81,7 @@ function IconTreeView(props) {
77
81
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
78
82
  className: "icon fill icon-data-tree ".concat(props.className ? props.className : ''),
79
83
  onClick: props.onClick ? props.onClick : undefined,
84
+ style: props.style ? props.style : undefined,
80
85
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
81
86
  viewBox: "0 0 32 32",
82
87
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -89,6 +94,7 @@ function IconDotSix(props) {
89
94
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
90
95
  className: "icon fill icon-dot-six ".concat(props.className ? props.className : ''),
91
96
  onClick: props.onClick ? props.onClick : undefined,
97
+ style: props.style ? props.style : undefined,
92
98
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
93
99
  viewBox: "0 0 32 32",
94
100
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -101,6 +107,7 @@ function IconDotSixVertical(props) {
101
107
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
102
108
  className: "icon fill icon-dot-six-vertical ".concat(props.className ? props.className : ''),
103
109
  onClick: props.onClick ? props.onClick : undefined,
110
+ style: props.style ? props.style : undefined,
104
111
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
105
112
  viewBox: "0 0 32 32",
106
113
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -113,6 +120,7 @@ function IconDownloadSimple(props) {
113
120
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
114
121
  className: "icon fill icon-download-simple ".concat(props.className ? props.className : ''),
115
122
  onClick: props.onClick ? props.onClick : undefined,
123
+ style: props.style ? props.style : undefined,
116
124
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
117
125
  viewBox: "0 0 32 32",
118
126
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -125,6 +133,7 @@ function IconLinkSimpleHorizontal(props) {
125
133
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
126
134
  className: "icon fill icon-link-simple-horizontal ".concat(props.className ? props.className : ''),
127
135
  onClick: props.onClick ? props.onClick : undefined,
136
+ style: props.style ? props.style : undefined,
128
137
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
129
138
  viewBox: "0 0 32 32",
130
139
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -137,6 +146,7 @@ function IconLink(props) {
137
146
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
138
147
  className: "icon fill icon-link ".concat(props.className ? props.className : ''),
139
148
  onClick: props.onClick ? props.onClick : undefined,
149
+ style: props.style ? props.style : undefined,
140
150
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
141
151
  viewBox: "0 0 32 32",
142
152
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -149,6 +159,7 @@ function IconMagnifyingGlass(props) {
149
159
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
150
160
  className: "icon fill icon-magnifying-glass ".concat(props.className ? props.className : ''),
151
161
  onClick: props.onClick ? props.onClick : undefined,
162
+ style: props.style ? props.style : undefined,
152
163
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
153
164
  viewBox: "0 0 32 32",
154
165
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -161,6 +172,7 @@ function IconMonitor(props) {
161
172
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
162
173
  className: "icon fill icon-monitor ".concat(props.className ? props.className : ''),
163
174
  onClick: props.onClick ? props.onClick : undefined,
175
+ style: props.style ? props.style : undefined,
164
176
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
165
177
  viewBox: "0 0 32 32",
166
178
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -173,6 +185,7 @@ function IconNetwork(props) {
173
185
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
174
186
  className: "icon fill icon-network ".concat(props.className ? props.className : ''),
175
187
  onClick: props.onClick ? props.onClick : undefined,
188
+ style: props.style ? props.style : undefined,
176
189
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
177
190
  viewBox: "0 0 32 32",
178
191
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -185,6 +198,7 @@ function IconRadioButton(props) {
185
198
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
186
199
  className: "icon fill icon-radio-button ".concat(props.className ? props.className : ''),
187
200
  onClick: props.onClick ? props.onClick : undefined,
201
+ style: props.style ? props.style : undefined,
188
202
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
189
203
  viewBox: "0 0 32 32",
190
204
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -197,6 +211,7 @@ function IconSignOut(props) {
197
211
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
198
212
  className: "icon fill icon-sign-out ".concat(props.className ? props.className : ''),
199
213
  onClick: props.onClick ? props.onClick : undefined,
214
+ style: props.style ? props.style : undefined,
200
215
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
201
216
  viewBox: "0 0 32 32",
202
217
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -209,6 +224,7 @@ function IconSignIn(props) {
209
224
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
210
225
  className: "icon fill icon-sign-in ".concat(props.className ? props.className : ''),
211
226
  onClick: props.onClick ? props.onClick : undefined,
227
+ style: props.style ? props.style : undefined,
212
228
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
213
229
  viewBox: "0 0 32 32",
214
230
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -221,6 +237,7 @@ function IconDeviceMobile(props) {
221
237
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
222
238
  className: "icon fill icon-device-mobile ".concat(props.className ? props.className : ''),
223
239
  onClick: props.onClick ? props.onClick : undefined,
240
+ style: props.style ? props.style : undefined,
224
241
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
225
242
  viewBox: "0 0 32 32",
226
243
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -233,6 +250,7 @@ function IconUpload(props) {
233
250
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
234
251
  className: "icon fill icon-upload ".concat(props.className ? props.className : ''),
235
252
  onClick: props.onClick ? props.onClick : undefined,
253
+ style: props.style ? props.style : undefined,
236
254
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
237
255
  viewBox: "0 0 32 32",
238
256
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -245,6 +263,7 @@ function IconLightning(props) {
245
263
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
246
264
  className: "icon fill icon-lightning ".concat(props.className ? props.className : ''),
247
265
  onClick: props.onClick ? props.onClick : undefined,
266
+ style: props.style ? props.style : undefined,
248
267
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
249
268
  viewBox: "0 0 32 32",
250
269
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -257,6 +276,7 @@ function IconGearSix(props) {
257
276
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
258
277
  className: "icon fill icon-gear-six ".concat(props.className ? props.className : ''),
259
278
  onClick: props.onClick ? props.onClick : undefined,
279
+ style: props.style ? props.style : undefined,
260
280
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
261
281
  viewBox: "0 0 32 32",
262
282
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -269,6 +289,7 @@ function IconNut(props) {
269
289
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
270
290
  className: "icon fill icon-nut ".concat(props.className ? props.className : ''),
271
291
  onClick: props.onClick ? props.onClick : undefined,
292
+ style: props.style ? props.style : undefined,
272
293
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
273
294
  viewBox: "0 0 32 32",
274
295
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -4,12 +4,31 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.IconCalendar = IconCalendar;
7
+ exports.IconCalendarBlank = IconCalendarBlank;
8
+ exports.IconCalendarDots = IconCalendarDots;
9
+ exports.IconClock = IconClock;
10
+ exports.IconClockClockwise = IconClockClockwise;
7
11
  exports.IconClockCounterClockwise = IconClockCounterClockwise;
12
+ exports.IconHourglass = IconHourglass;
8
13
  var _jsxRuntime = require("react/jsx-runtime");
9
14
  function IconCalendar(props) {
10
15
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
11
16
  className: "icon fill icon-calendar ".concat(props.className ? props.className : ''),
12
17
  onClick: props.onClick ? props.onClick : undefined,
18
+ style: props.style ? props.style : undefined,
19
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
20
+ viewBox: "0 0 32 32",
21
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
22
+ d: "M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26ZM14 15V23C14 23.2652 13.8946 23.5196 13.7071 23.7071C13.5196 23.8946 13.2652 24 13 24C12.7348 24 12.4804 23.8946 12.2929 23.7071C12.1054 23.5196 12 23.2652 12 23V16.6175L11.4475 16.895C11.2101 17.0137 10.9353 17.0332 10.6836 16.9493C10.4318 16.8654 10.2237 16.6849 10.105 16.4475C9.98632 16.2101 9.96679 15.9353 10.0507 15.6836C10.1346 15.4318 10.3151 15.2237 10.5525 15.105L12.5525 14.105C12.705 14.0287 12.8745 13.9926 13.0449 14.0003C13.2153 14.0079 13.3808 14.059 13.5259 14.1487C13.671 14.2384 13.7907 14.3637 13.8736 14.5127C13.9566 14.6617 14.0001 14.8295 14 15ZM21.395 18.8062L19 22H21C21.2652 22 21.5196 22.1054 21.7071 22.2929C21.8946 22.4804 22 22.7348 22 23C22 23.2652 21.8946 23.5196 21.7071 23.7071C21.5196 23.8946 21.2652 24 21 24H17C16.8143 24 16.6322 23.9483 16.4743 23.8507C16.3163 23.753 16.1886 23.6133 16.1056 23.4472C16.0225 23.2811 15.9874 23.0952 16.004 22.9102C16.0207 22.7252 16.0886 22.5486 16.2 22.4L19.7975 17.6038C19.8793 17.4948 19.938 17.3703 19.97 17.2379C20.002 17.1054 20.0066 16.9678 19.9835 16.8336C19.9604 16.6993 19.9101 16.5712 19.8357 16.457C19.7612 16.3429 19.6643 16.2452 19.5508 16.1699C19.4372 16.0945 19.3095 16.0432 19.1754 16.019C19.0413 15.9949 18.9037 15.9983 18.771 16.0292C18.6383 16.0602 18.5134 16.1179 18.4038 16.1988C18.2942 16.2798 18.2023 16.3823 18.1338 16.5C18.07 16.6174 17.9834 16.7208 17.8791 16.8041C17.7748 16.8875 17.6548 16.9491 17.5263 16.9853C17.3977 17.0215 17.2633 17.0316 17.1308 17.0151C16.9983 16.9985 16.8704 16.9555 16.7548 16.8887C16.6391 16.8219 16.5381 16.7327 16.4575 16.6262C16.3769 16.5197 16.3185 16.3981 16.2857 16.2687C16.2528 16.1392 16.2462 16.0045 16.2663 15.8725C16.2864 15.7405 16.3327 15.6138 16.4025 15.5C16.7328 14.9284 17.2425 14.4817 17.8525 14.2291C18.4625 13.9766 19.1388 13.9323 19.7765 14.1032C20.4142 14.2741 20.9778 14.6506 21.3798 15.1743C21.7818 15.6981 21.9998 16.3398 22 17C22.0021 17.6522 21.7895 18.2869 21.395 18.8062Z"
23
+ })
24
+ })
25
+ });
26
+ }
27
+ function IconCalendarBlank(props) {
28
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
29
+ className: "icon fill icon-calendar-blank ".concat(props.className ? props.className : ''),
30
+ onClick: props.onClick ? props.onClick : undefined,
31
+ style: props.style ? props.style : undefined,
13
32
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
14
33
  viewBox: "0 0 32 32",
15
34
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -18,10 +37,37 @@ function IconCalendar(props) {
18
37
  })
19
38
  });
20
39
  }
40
+ function IconCalendarDots(props) {
41
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
42
+ className: "icon fill icon-calendar-dots ".concat(props.className ? props.className : ''),
43
+ onClick: props.onClick ? props.onClick : undefined,
44
+ style: props.style ? props.style : undefined,
45
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
46
+ viewBox: "0 0 32 32",
47
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
48
+ d: "M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26ZM17.5 16.5C17.5 16.7967 17.412 17.0867 17.2472 17.3334C17.0824 17.58 16.8481 17.7723 16.574 17.8858C16.2999 17.9993 15.9983 18.0291 15.7074 17.9712C15.4164 17.9133 15.1491 17.7704 14.9393 17.5607C14.7296 17.3509 14.5867 17.0836 14.5288 16.7926C14.4709 16.5017 14.5006 16.2001 14.6142 15.926C14.7277 15.6519 14.92 15.4176 15.1666 15.2528C15.4133 15.088 15.7033 15 16 15C16.3978 15 16.7794 15.158 17.0607 15.4393C17.342 15.7206 17.5 16.1022 17.5 16.5ZM23 16.5C23 16.7967 22.912 17.0867 22.7472 17.3334C22.5824 17.58 22.3481 17.7723 22.074 17.8858C21.7999 17.9993 21.4983 18.0291 21.2074 17.9712C20.9164 17.9133 20.6491 17.7704 20.4393 17.5607C20.2296 17.3509 20.0867 17.0836 20.0288 16.7926C19.9709 16.5017 20.0007 16.2001 20.1142 15.926C20.2277 15.6519 20.42 15.4176 20.6666 15.2528C20.9133 15.088 21.2033 15 21.5 15C21.8978 15 22.2794 15.158 22.5607 15.4393C22.842 15.7206 23 16.1022 23 16.5ZM12 21.5C12 21.7967 11.912 22.0867 11.7472 22.3334C11.5824 22.58 11.3481 22.7723 11.074 22.8858C10.7999 22.9993 10.4983 23.0291 10.2074 22.9712C9.91639 22.9133 9.64912 22.7704 9.43934 22.5607C9.22956 22.3509 9.0867 22.0836 9.02882 21.7926C8.97094 21.5017 9.00065 21.2001 9.11418 20.926C9.22771 20.6519 9.41997 20.4176 9.66665 20.2528C9.91332 20.088 10.2033 20 10.5 20C10.8978 20 11.2794 20.158 11.5607 20.4393C11.842 20.7206 12 21.1022 12 21.5ZM17.5 21.5C17.5 21.7967 17.412 22.0867 17.2472 22.3334C17.0824 22.58 16.8481 22.7723 16.574 22.8858C16.2999 22.9993 15.9983 23.0291 15.7074 22.9712C15.4164 22.9133 15.1491 22.7704 14.9393 22.5607C14.7296 22.3509 14.5867 22.0836 14.5288 21.7926C14.4709 21.5017 14.5006 21.2001 14.6142 20.926C14.7277 20.6519 14.92 20.4176 15.1666 20.2528C15.4133 20.088 15.7033 20 16 20C16.3978 20 16.7794 20.158 17.0607 20.4393C17.342 20.7206 17.5 21.1022 17.5 21.5ZM23 21.5C23 21.7967 22.912 22.0867 22.7472 22.3334C22.5824 22.58 22.3481 22.7723 22.074 22.8858C21.7999 22.9993 21.4983 23.0291 21.2074 22.9712C20.9164 22.9133 20.6491 22.7704 20.4393 22.5607C20.2296 22.3509 20.0867 22.0836 20.0288 21.7926C19.9709 21.5017 20.0007 21.2001 20.1142 20.926C20.2277 20.6519 20.42 20.4176 20.6666 20.2528C20.9133 20.088 21.2033 20 21.5 20C21.8978 20 22.2794 20.158 22.5607 20.4393C22.842 20.7206 23 21.1022 23 21.5Z"
49
+ })
50
+ })
51
+ });
52
+ }
53
+ function IconClockClockwise(props) {
54
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
55
+ className: "icon fill icon-clock-clockwise ".concat(props.className ? props.className : ''),
56
+ onClick: props.onClick ? props.onClick : undefined,
57
+ style: props.style ? props.style : undefined,
58
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
59
+ viewBox: "0 0 32 32",
60
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
61
+ d: "M16.9998 10V15.4338L21.5148 18.1425C21.7422 18.2791 21.906 18.5005 21.9703 18.7579C22.0345 19.0153 21.9939 19.2876 21.8573 19.515C21.7207 19.7425 21.4993 19.9063 21.242 19.9705C20.9846 20.0348 20.7122 19.9941 20.4848 19.8575L15.4848 16.8575C15.3368 16.7686 15.2143 16.6429 15.1293 16.4927C15.0444 16.3424 14.9997 16.1727 14.9998 16V10C14.9998 9.73483 15.1051 9.48047 15.2927 9.29294C15.4802 9.1054 15.7346 9.00004 15.9998 9.00004C16.265 9.00004 16.5193 9.1054 16.7069 9.29294C16.8944 9.48047 16.9998 9.73483 16.9998 10ZM27.9998 7.00004C27.7346 7.00004 27.4802 7.1054 27.2927 7.29294C27.1051 7.48047 26.9998 7.73483 26.9998 8.00004V10.25C26.206 9.33004 25.396 8.44379 24.4848 7.52129C22.8171 5.85343 20.6949 4.71399 18.3833 4.24536C16.0717 3.77673 13.6733 3.99969 11.4878 4.88638C9.30218 5.77306 7.42636 7.28416 6.09469 9.23085C4.76302 11.1775 4.03454 13.4735 4.00029 15.8318C3.96604 18.1902 4.62752 20.5063 5.9021 22.4909C7.17667 24.4754 9.00781 26.0403 11.1667 26.9901C13.3256 27.9399 15.7165 28.2324 18.0407 27.8311C20.3649 27.4298 22.5194 26.3525 24.2348 24.7338C24.3303 24.6435 24.4071 24.5353 24.4608 24.4153C24.5146 24.2953 24.5441 24.166 24.5478 24.0346C24.5515 23.9032 24.5293 23.7723 24.4825 23.6495C24.4356 23.5267 24.3651 23.4143 24.2748 23.3188C24.1845 23.2233 24.0763 23.1464 23.9563 23.0927C23.8363 23.039 23.707 23.0094 23.5756 23.0057C23.4442 23.002 23.3133 23.0242 23.1905 23.0711C23.0677 23.1179 22.9553 23.1885 22.8598 23.2788C21.4298 24.6264 19.6346 25.5229 17.6982 25.8563C15.7618 26.1897 13.7701 25.9452 11.9718 25.1535C10.1735 24.3617 8.64829 23.0577 7.58666 21.4043C6.52503 19.7509 5.97401 17.8214 6.00241 15.8567C6.03081 13.892 6.63738 11.9793 7.74636 10.3573C8.85534 8.73525 10.4176 7.47589 12.238 6.73643C14.0585 5.99698 16.0564 5.81021 17.9823 6.19945C19.9083 6.58868 21.6769 7.53668 23.0673 8.92504C24.0848 9.95504 24.976 10.9475 25.8748 12H22.9998C22.7346 12 22.4802 12.1054 22.2927 12.2929C22.1051 12.4805 21.9998 12.7348 21.9998 13C21.9998 13.2653 22.1051 13.5196 22.2927 13.7071C22.4802 13.8947 22.7346 14 22.9998 14H27.9998C28.265 14 28.5193 13.8947 28.7069 13.7071C28.8944 13.5196 28.9998 13.2653 28.9998 13V8.00004C28.9998 7.73483 28.8944 7.48047 28.7069 7.29294C28.5193 7.1054 28.265 7.00004 27.9998 7.00004Z"
62
+ })
63
+ })
64
+ });
65
+ }
21
66
  function IconClockCounterClockwise(props) {
22
67
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
23
68
  className: "icon fill icon-clock-counter-clockwise ".concat(props.className ? props.className : ''),
24
69
  onClick: props.onClick ? props.onClick : undefined,
70
+ style: props.style ? props.style : undefined,
25
71
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
26
72
  viewBox: "0 0 32 32",
27
73
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -29,4 +75,30 @@ function IconClockCounterClockwise(props) {
29
75
  })
30
76
  })
31
77
  });
78
+ }
79
+ function IconHourglass(props) {
80
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
81
+ className: "icon fill icon-hourglass ".concat(props.className ? props.className : ''),
82
+ onClick: props.onClick ? props.onClick : undefined,
83
+ style: props.style ? props.style : undefined,
84
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
85
+ viewBox: "0 0 32 32",
86
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
87
+ d: "M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9993 22.2358 24.9273 21.931 24.7896 21.6541C24.652 21.3773 24.4523 21.1359 24.2062 20.9487L17.6588 16L24.2062 11.05C24.4525 10.8632 24.6522 10.6221 24.7899 10.3454C24.9276 10.0688 24.9995 9.76403 25 9.455ZM23 27H9V22.5L16 17.25L23 22.5438V27ZM23 9.455L16 14.75L9 9.5V5H23V9.455Z"
88
+ })
89
+ })
90
+ });
91
+ }
92
+ function IconClock(props) {
93
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
94
+ className: "icon fill icon-clock ".concat(props.className ? props.className : ''),
95
+ onClick: props.onClick ? props.onClick : undefined,
96
+ style: props.style ? props.style : undefined,
97
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
98
+ viewBox: "0 0 32 32",
99
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
100
+ d: "M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17H16C15.7348 17 15.4804 16.8946 15.2929 16.7071C15.1054 16.5196 15 16.2652 15 16V9C15 8.73478 15.1054 8.48043 15.2929 8.29289C15.4804 8.10536 15.7348 8 16 8C16.2652 8 16.5196 8.10536 16.7071 8.29289C16.8946 8.48043 17 8.73478 17 9V15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16Z"
101
+ })
102
+ })
103
+ });
32
104
  }
@@ -14,6 +14,7 @@ function IconFlowerLotus(props) {
14
14
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
15
15
  className: "icon fill icon-flower-lotus ".concat(props.className ? props.className : ''),
16
16
  onClick: props.onClick ? props.onClick : undefined,
17
+ style: props.style ? props.style : undefined,
17
18
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
18
19
  viewBox: "0 0 32 32",
19
20
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -26,6 +27,7 @@ function IconShootingStar(props) {
26
27
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
27
28
  className: "icon fill icon-shooting-star ".concat(props.className ? props.className : ''),
28
29
  onClick: props.onClick ? props.onClick : undefined,
30
+ style: props.style ? props.style : undefined,
29
31
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
30
32
  viewBox: "0 0 32 32",
31
33
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -38,6 +40,7 @@ function IconCat(props) {
38
40
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
39
41
  className: "icon fill icon-cat ".concat(props.className ? props.className : ''),
40
42
  onClick: props.onClick ? props.onClick : undefined,
43
+ style: props.style ? props.style : undefined,
41
44
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
42
45
  viewBox: "0 0 32 32",
43
46
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -50,6 +53,7 @@ function IconDropSimple(props) {
50
53
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
51
54
  className: "icon fill icon-drop-simple ".concat(props.className ? props.className : ''),
52
55
  onClick: props.onClick ? props.onClick : undefined,
56
+ style: props.style ? props.style : undefined,
53
57
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
54
58
  viewBox: "0 0 32 32",
55
59
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -62,6 +66,7 @@ function IconDrop(props) {
62
66
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
63
67
  className: "icon fill icon-drop ".concat(props.className ? props.className : ''),
64
68
  onClick: props.onClick ? props.onClick : undefined,
69
+ style: props.style ? props.style : undefined,
65
70
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
66
71
  viewBox: "0 0 32 32",
67
72
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -74,6 +79,7 @@ function IconFishSimple(props) {
74
79
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
75
80
  className: "icon fill icon-fish-simple ".concat(props.className ? props.className : ''),
76
81
  onClick: props.onClick ? props.onClick : undefined,
82
+ style: props.style ? props.style : undefined,
77
83
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
78
84
  viewBox: "0 0 32 32",
79
85
  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.8",
3
+ "version": "2.1.0",
4
4
  "description": "Mini set of icons for projects",
5
5
  "main": "dist/index.js",
6
6
  "files": ["dist"],