@dsgngo/common-icons 2.0.8 → 2.2.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.
@@ -17,6 +17,7 @@ function IconChartLineUp(props) {
17
17
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
18
18
  className: "icon fill icon-chart-line-up ".concat(props.className ? props.className : ''),
19
19
  onClick: props.onClick ? props.onClick : undefined,
20
+ style: props.style ? props.style : undefined,
20
21
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
21
22
  viewBox: "0 0 32 32",
22
23
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -29,6 +30,7 @@ function IconX(props) {
29
30
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
30
31
  className: "icon fill icon-x ".concat(props.className ? props.className : ''),
31
32
  onClick: props.onClick ? props.onClick : undefined,
33
+ style: props.style ? props.style : undefined,
32
34
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
33
35
  viewBox: "0 0 32 32",
34
36
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -41,6 +43,7 @@ function IconEquals(props) {
41
43
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
42
44
  className: "icon fill icon-equals ".concat(props.className ? props.className : ''),
43
45
  onClick: props.onClick ? props.onClick : undefined,
46
+ style: props.style ? props.style : undefined,
44
47
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
45
48
  viewBox: "0 0 32 32",
46
49
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -53,6 +56,7 @@ function IconPlus(props) {
53
56
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
54
57
  className: "icon fill icon-plus ".concat(props.className ? props.className : ''),
55
58
  onClick: props.onClick ? props.onClick : undefined,
59
+ style: props.style ? props.style : undefined,
56
60
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
57
61
  viewBox: "0 0 32 32",
58
62
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -65,6 +69,7 @@ function IconMinus(props) {
65
69
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
66
70
  className: "icon fill icon-minus ".concat(props.className ? props.className : ''),
67
71
  onClick: props.onClick ? props.onClick : undefined,
72
+ style: props.style ? props.style : undefined,
68
73
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
69
74
  viewBox: "0 0 32 32",
70
75
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -77,6 +82,7 @@ function IconTrendUp(props) {
77
82
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
78
83
  className: "icon fill icon-trend-up ".concat(props.className ? props.className : ''),
79
84
  onClick: props.onClick ? props.onClick : undefined,
85
+ style: props.style ? props.style : undefined,
80
86
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
81
87
  viewBox: "0 0 32 32",
82
88
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -89,6 +95,7 @@ function IconPercent(props) {
89
95
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
90
96
  className: "icon fill icon-percent ".concat(props.className ? props.className : ''),
91
97
  onClick: props.onClick ? props.onClick : undefined,
98
+ style: props.style ? props.style : undefined,
92
99
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
93
100
  viewBox: "0 0 32 32",
94
101
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -101,6 +108,7 @@ function IconSigma(props) {
101
108
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
102
109
  className: "icon fill icon-sigma ".concat(props.className ? props.className : ''),
103
110
  onClick: props.onClick ? props.onClick : undefined,
111
+ style: props.style ? props.style : undefined,
104
112
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
105
113
  viewBox: "0 0 32 32",
106
114
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -113,6 +121,7 @@ function IconTilde(props) {
113
121
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
114
122
  className: "icon fill icon-tilde ".concat(props.className ? props.className : ''),
115
123
  onClick: props.onClick ? props.onClick : undefined,
124
+ style: props.style ? props.style : undefined,
116
125
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
117
126
  viewBox: "0 0 32 32",
118
127
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.IconCornersIn = IconCornersIn;
7
+ exports.IconCornersOut = IconCornersOut;
8
+ exports.IconImage = IconImage;
7
9
  exports.IconImageSquare = IconImageSquare;
8
10
  exports.IconImages = IconImages;
9
11
  exports.IconVideoCamera = IconVideoCamera;
@@ -13,6 +15,7 @@ function IconVideoCamera(props) {
13
15
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
14
16
  className: "icon fill icon-video-camera ".concat(props.className ? props.className : ''),
15
17
  onClick: props.onClick ? props.onClick : undefined,
18
+ style: props.style ? props.style : undefined,
16
19
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
17
20
  viewBox: "0 0 32 32",
18
21
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -25,6 +28,7 @@ function IconCornersIn(props) {
25
28
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
26
29
  className: "icon fill icon-corners-up ".concat(props.className ? props.className : ''),
27
30
  onClick: props.onClick ? props.onClick : undefined,
31
+ style: props.style ? props.style : undefined,
28
32
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
29
33
  viewBox: "0 0 32 32",
30
34
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -33,10 +37,37 @@ function IconCornersIn(props) {
33
37
  })
34
38
  });
35
39
  }
40
+ function IconCornersOut(props) {
41
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
42
+ className: "icon fill icon-corners-out ".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: "M27 6V11C27 11.2652 26.8946 11.5196 26.7071 11.7071C26.5196 11.8946 26.2652 12 26 12C25.7348 12 25.4804 11.8946 25.2929 11.7071C25.1054 11.5196 25 11.2652 25 11V7H21C20.7348 7 20.4804 6.89464 20.2929 6.70711C20.1054 6.51957 20 6.26522 20 6C20 5.73478 20.1054 5.48043 20.2929 5.29289C20.4804 5.10536 20.7348 5 21 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6ZM11 25H7V21C7 20.7348 6.89464 20.4804 6.70711 20.2929C6.51957 20.1054 6.26522 20 6 20C5.73478 20 5.48043 20.1054 5.29289 20.2929C5.10536 20.4804 5 20.7348 5 21V26C5 26.2652 5.10536 26.5196 5.29289 26.7071C5.48043 26.8946 5.73478 27 6 27H11C11.2652 27 11.5196 26.8946 11.7071 26.7071C11.8946 26.5196 12 26.2652 12 26C12 25.7348 11.8946 25.4804 11.7071 25.2929C11.5196 25.1054 11.2652 25 11 25ZM26 20C25.7348 20 25.4804 20.1054 25.2929 20.2929C25.1054 20.4804 25 20.7348 25 21V25H21C20.7348 25 20.4804 25.1054 20.2929 25.2929C20.1054 25.4804 20 25.7348 20 26C20 26.2652 20.1054 26.5196 20.2929 26.7071C20.4804 26.8946 20.7348 27 21 27H26C26.2652 27 26.5196 26.8946 26.7071 26.7071C26.8946 26.5196 27 26.2652 27 26V21C27 20.7348 26.8946 20.4804 26.7071 20.2929C26.5196 20.1054 26.2652 20 26 20ZM11 5H6C5.73478 5 5.48043 5.10536 5.29289 5.29289C5.10536 5.48043 5 5.73478 5 6V11C5 11.2652 5.10536 11.5196 5.29289 11.7071C5.48043 11.8946 5.73478 12 6 12C6.26522 12 6.51957 11.8946 6.70711 11.7071C6.89464 11.5196 7 11.2652 7 11V7H11C11.2652 7 11.5196 6.89464 11.7071 6.70711C11.8946 6.51957 12 6.26522 12 6C12 5.73478 11.8946 5.48043 11.7071 5.29289C11.5196 5.10536 11.2652 5 11 5Z"
49
+ })
50
+ })
51
+ });
52
+ }
53
+ function IconImage(props) {
54
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
55
+ className: "icon fill icon-image ".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: "M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27C27.5304 27 28.0391 26.7893 28.4142 26.4142C28.7893 26.0391 29 25.5304 29 25V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM27 7V19.8438L23.7412 16.5863C23.5555 16.4005 23.335 16.2531 23.0923 16.1526C22.8497 16.052 22.5896 16.0003 22.3269 16.0003C22.0642 16.0003 21.8041 16.052 21.5614 16.1526C21.3187 16.2531 21.0982 16.4005 20.9125 16.5863L18.4125 19.0863L12.9125 13.5863C12.5375 13.2115 12.029 13.0009 11.4987 13.0009C10.9685 13.0009 10.46 13.2115 10.085 13.5863L5 18.6712V7H27ZM5 21.5L11.5 15L21.5 25H5V21.5ZM27 25H24.3288L19.8288 20.5L22.3288 18L27 22.6725V25ZM18 12.5C18 12.2033 18.088 11.9133 18.2528 11.6666C18.4176 11.42 18.6519 11.2277 18.926 11.1142C19.2001 11.0006 19.5017 10.9709 19.7926 11.0288C20.0836 11.0867 20.3509 11.2296 20.5607 11.4393C20.7704 11.6491 20.9133 11.9164 20.9712 12.2074C21.0291 12.4983 20.9993 12.7999 20.8858 13.074C20.7723 13.3481 20.58 13.5824 20.3334 13.7472C20.0867 13.912 19.7967 14 19.5 14C19.1022 14 18.7206 13.842 18.4393 13.5607C18.158 13.2794 18 12.8978 18 12.5Z"
62
+ })
63
+ })
64
+ });
65
+ }
36
66
  function IconImageSquare(props) {
37
67
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
38
68
  className: "icon fill icon-image-square ".concat(props.className ? props.className : ''),
39
69
  onClick: props.onClick ? props.onClick : undefined,
70
+ style: props.style ? props.style : undefined,
40
71
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
41
72
  viewBox: "0 0 32 32",
42
73
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -49,6 +80,7 @@ function IconImages(props) {
49
80
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
50
81
  className: "icon fill icon-images ".concat(props.className ? props.className : ''),
51
82
  onClick: props.onClick ? props.onClick : undefined,
83
+ style: props.style ? props.style : undefined,
52
84
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
53
85
  viewBox: "0 0 32 32",
54
86
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -61,6 +93,7 @@ function IconWaveform(props) {
61
93
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
62
94
  className: "icon fill icon-waveform ".concat(props.className ? props.className : ''),
63
95
  onClick: props.onClick ? props.onClick : undefined,
96
+ style: props.style ? props.style : undefined,
64
97
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
65
98
  viewBox: "0 0 32 32",
66
99
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -68,6 +68,7 @@ function IconBoxArrowDown(props) {
68
68
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
69
69
  className: "icon fill icon-box-arrow-down ".concat(props.className ? props.className : ''),
70
70
  onClick: props.onClick ? props.onClick : undefined,
71
+ style: props.style ? props.style : undefined,
71
72
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
72
73
  viewBox: "0 0 32 32",
73
74
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -80,6 +81,7 @@ function IconBoxArrowUp(props) {
80
81
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
81
82
  className: "icon fill icon-box-arrow-up ".concat(props.className ? props.className : ''),
82
83
  onClick: props.onClick ? props.onClick : undefined,
84
+ style: props.style ? props.style : undefined,
83
85
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
84
86
  viewBox: "0 0 32 32",
85
87
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -92,6 +94,7 @@ function IconCopy(props) {
92
94
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
93
95
  className: "icon fill icon-copy ".concat(props.className ? props.className : ''),
94
96
  onClick: props.onClick ? props.onClick : undefined,
97
+ style: props.style ? props.style : undefined,
95
98
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
96
99
  viewBox: "0 0 32 32",
97
100
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -104,6 +107,7 @@ function IconTrash(props) {
104
107
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
105
108
  className: "icon fill icon-trash ".concat(props.className ? props.className : ''),
106
109
  onClick: props.onClick ? props.onClick : undefined,
110
+ style: props.style ? props.style : undefined,
107
111
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
108
112
  viewBox: "0 0 32 32",
109
113
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -116,6 +120,7 @@ function IconNotePencil(props) {
116
120
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
117
121
  className: "icon fill icon-note-pencil ".concat(props.className ? props.className : ''),
118
122
  onClick: props.onClick ? props.onClick : undefined,
123
+ style: props.style ? props.style : undefined,
119
124
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
120
125
  viewBox: "0 0 32 32",
121
126
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -128,6 +133,7 @@ function IconFolder(props) {
128
133
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
129
134
  className: "icon fill icon-folder ".concat(props.className ? props.className : ''),
130
135
  onClick: props.onClick ? props.onClick : undefined,
136
+ style: props.style ? props.style : undefined,
131
137
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
132
138
  viewBox: "0 0 32 32",
133
139
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -140,6 +146,7 @@ function IconFolderOpen(props) {
140
146
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
141
147
  className: "icon fill icon-folder-open ".concat(props.className ? props.className : ''),
142
148
  onClick: props.onClick ? props.onClick : undefined,
149
+ style: props.style ? props.style : undefined,
143
150
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
144
151
  viewBox: "0 0 32 32",
145
152
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -152,6 +159,7 @@ function IconPaperClip(props) {
152
159
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
153
160
  className: "icon fill icon-paper-clip ".concat(props.className ? props.className : ''),
154
161
  onClick: props.onClick ? props.onClick : undefined,
162
+ style: props.style ? props.style : undefined,
155
163
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
156
164
  viewBox: "0 0 32 32",
157
165
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -164,6 +172,7 @@ function IconSortAscending(props) {
164
172
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
165
173
  className: "icon fill icon-sort asc ".concat(props.className ? props.className : ''),
166
174
  onClick: props.onClick ? props.onClick : undefined,
175
+ style: props.style ? props.style : undefined,
167
176
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
168
177
  viewBox: "0 0 32 32",
169
178
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -176,6 +185,7 @@ function IconSortDescending(props) {
176
185
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
177
186
  className: "icon fill icon-sort desc ".concat(props.className ? props.className : ''),
178
187
  onClick: props.onClick ? props.onClick : undefined,
188
+ style: props.style ? props.style : undefined,
179
189
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
180
190
  viewBox: "0 0 32 32",
181
191
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -188,6 +198,7 @@ function IconList(props) {
188
198
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
189
199
  className: "icon fill icon-list ".concat(props.className ? props.className : ''),
190
200
  onClick: props.onClick ? props.onClick : undefined,
201
+ style: props.style ? props.style : undefined,
191
202
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
192
203
  viewBox: "0 0 32 32",
193
204
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -200,6 +211,7 @@ function IconFiles(props) {
200
211
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
201
212
  className: "icon fill icon-files ".concat(props.className ? props.className : ''),
202
213
  onClick: props.onClick ? props.onClick : undefined,
214
+ style: props.style ? props.style : undefined,
203
215
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
204
216
  viewBox: "0 0 32 32",
205
217
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -212,6 +224,7 @@ function IconNoteBlank(props) {
212
224
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
213
225
  className: "icon fill icon-note-blank ".concat(props.className ? props.className : ''),
214
226
  onClick: props.onClick ? props.onClick : undefined,
227
+ style: props.style ? props.style : undefined,
215
228
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
216
229
  viewBox: "0 0 32 32",
217
230
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -224,6 +237,7 @@ function IconNote(props) {
224
237
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
225
238
  className: "icon fill icon-note ".concat(props.className ? props.className : ''),
226
239
  onClick: props.onClick ? props.onClick : undefined,
240
+ style: props.style ? props.style : undefined,
227
241
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
228
242
  viewBox: "0 0 32 32",
229
243
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -236,6 +250,7 @@ function IconFile(props) {
236
250
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
237
251
  className: "icon fill icon-file ".concat(props.className ? props.className : ''),
238
252
  onClick: props.onClick ? props.onClick : undefined,
253
+ style: props.style ? props.style : undefined,
239
254
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
240
255
  viewBox: "0 0 32 32",
241
256
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -248,6 +263,7 @@ function IconFilePlus(props) {
248
263
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
249
264
  className: "icon fill icon-file-plus ".concat(props.className ? props.className : ''),
250
265
  onClick: props.onClick ? props.onClick : undefined,
266
+ style: props.style ? props.style : undefined,
251
267
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
252
268
  viewBox: "0 0 32 32",
253
269
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -260,6 +276,7 @@ function IconFileDashed(props) {
260
276
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
261
277
  className: "icon fill icon-file-dashed ".concat(props.className ? props.className : ''),
262
278
  onClick: props.onClick ? props.onClick : undefined,
279
+ style: props.style ? props.style : undefined,
263
280
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
264
281
  viewBox: "0 0 32 32",
265
282
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -272,6 +289,7 @@ function IconFileDOC(props) {
272
289
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
273
290
  className: "icon fill icon-file-doc ".concat(props.className ? props.className : ''),
274
291
  onClick: props.onClick ? props.onClick : undefined,
292
+ style: props.style ? props.style : undefined,
275
293
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
276
294
  viewBox: "0 0 32 32",
277
295
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -284,6 +302,7 @@ function IconFileIMG(props) {
284
302
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
285
303
  className: "icon fill icon-file-img ".concat(props.className ? props.className : ''),
286
304
  onClick: props.onClick ? props.onClick : undefined,
305
+ style: props.style ? props.style : undefined,
287
306
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
288
307
  viewBox: "0 0 32 32",
289
308
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -296,6 +315,7 @@ function IconFileJPG(props) {
296
315
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
297
316
  className: "icon fill icon-file-jpg ".concat(props.className ? props.className : ''),
298
317
  onClick: props.onClick ? props.onClick : undefined,
318
+ style: props.style ? props.style : undefined,
299
319
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
300
320
  viewBox: "0 0 32 32",
301
321
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -308,6 +328,7 @@ function IconFilePDF(props) {
308
328
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
309
329
  className: "icon fill icon-file-pdf ".concat(props.className ? props.className : ''),
310
330
  onClick: props.onClick ? props.onClick : undefined,
331
+ style: props.style ? props.style : undefined,
311
332
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
312
333
  viewBox: "0 0 32 32",
313
334
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -320,6 +341,7 @@ function IconFilePNG(props) {
320
341
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
321
342
  className: "icon fill icon-file-png ".concat(props.className ? props.className : ''),
322
343
  onClick: props.onClick ? props.onClick : undefined,
344
+ style: props.style ? props.style : undefined,
323
345
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
324
346
  viewBox: "0 0 32 32",
325
347
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -332,6 +354,7 @@ function IconFilePPT(props) {
332
354
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
333
355
  className: "icon fill icon-file-ppt ".concat(props.className ? props.className : ''),
334
356
  onClick: props.onClick ? props.onClick : undefined,
357
+ style: props.style ? props.style : undefined,
335
358
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
336
359
  viewBox: "0 0 32 32",
337
360
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -344,6 +367,7 @@ function IconFileTXT(props) {
344
367
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
345
368
  className: "icon fill icon-file-txt ".concat(props.className ? props.className : ''),
346
369
  onClick: props.onClick ? props.onClick : undefined,
370
+ style: props.style ? props.style : undefined,
347
371
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
348
372
  viewBox: "0 0 32 32",
349
373
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -356,6 +380,7 @@ function IconFileXLS(props) {
356
380
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
357
381
  className: "icon fill icon-file-xls ".concat(props.className ? props.className : ''),
358
382
  onClick: props.onClick ? props.onClick : undefined,
383
+ style: props.style ? props.style : undefined,
359
384
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
360
385
  viewBox: "0 0 32 32",
361
386
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -368,6 +393,7 @@ function IconFileZIP(props) {
368
393
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
369
394
  className: "icon fill icon-file-zip ".concat(props.className ? props.className : ''),
370
395
  onClick: props.onClick ? props.onClick : undefined,
396
+ style: props.style ? props.style : undefined,
371
397
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
372
398
  viewBox: "0 0 32 32",
373
399
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -380,6 +406,7 @@ function IconFileCSS(props) {
380
406
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
381
407
  className: "icon fill icon-file-css ".concat(props.className ? props.className : ''),
382
408
  onClick: props.onClick ? props.onClick : undefined,
409
+ style: props.style ? props.style : undefined,
383
410
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
384
411
  viewBox: "0 0 32 32",
385
412
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -392,6 +419,7 @@ function IconFileCSV(props) {
392
419
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
393
420
  className: "icon fill icon-file-csv ".concat(props.className ? props.className : ''),
394
421
  onClick: props.onClick ? props.onClick : undefined,
422
+ style: props.style ? props.style : undefined,
395
423
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
396
424
  viewBox: "0 0 32 32",
397
425
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -404,6 +432,7 @@ function IconFileHTML(props) {
404
432
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
405
433
  className: "icon fill icon-file-html ".concat(props.className ? props.className : ''),
406
434
  onClick: props.onClick ? props.onClick : undefined,
435
+ style: props.style ? props.style : undefined,
407
436
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
408
437
  viewBox: "0 0 32 32",
409
438
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -416,6 +445,7 @@ function IconFileINI(props) {
416
445
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
417
446
  className: "icon fill icon-file-ini ".concat(props.className ? props.className : ''),
418
447
  onClick: props.onClick ? props.onClick : undefined,
448
+ style: props.style ? props.style : undefined,
419
449
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
420
450
  viewBox: "0 0 32 32",
421
451
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -428,6 +458,7 @@ function IconFileJS(props) {
428
458
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
429
459
  className: "icon fill icon-file-js ".concat(props.className ? props.className : ''),
430
460
  onClick: props.onClick ? props.onClick : undefined,
461
+ style: props.style ? props.style : undefined,
431
462
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
432
463
  viewBox: "0 0 32 32",
433
464
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -440,6 +471,7 @@ function IconFileJSX(props) {
440
471
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
441
472
  className: "icon fill icon-file-jsx ".concat(props.className ? props.className : ''),
442
473
  onClick: props.onClick ? props.onClick : undefined,
474
+ style: props.style ? props.style : undefined,
443
475
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
444
476
  viewBox: "0 0 32 32",
445
477
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -452,6 +484,7 @@ function IconFileMD(props) {
452
484
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
453
485
  className: "icon fill icon-file-md ".concat(props.className ? props.className : ''),
454
486
  onClick: props.onClick ? props.onClick : undefined,
487
+ style: props.style ? props.style : undefined,
455
488
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
456
489
  viewBox: "0 0 32 32",
457
490
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -464,6 +497,7 @@ function IconFileSQL(props) {
464
497
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
465
498
  className: "icon fill icon-file-sql ".concat(props.className ? props.className : ''),
466
499
  onClick: props.onClick ? props.onClick : undefined,
500
+ style: props.style ? props.style : undefined,
467
501
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
468
502
  viewBox: "0 0 32 32",
469
503
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -476,6 +510,7 @@ function IconFileSVG(props) {
476
510
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
477
511
  className: "icon fill icon-file-svg ".concat(props.className ? props.className : ''),
478
512
  onClick: props.onClick ? props.onClick : undefined,
513
+ style: props.style ? props.style : undefined,
479
514
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
480
515
  viewBox: "0 0 32 32",
481
516
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -488,6 +523,7 @@ function IconFileTS(props) {
488
523
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
489
524
  className: "icon fill icon-file-ts ".concat(props.className ? props.className : ''),
490
525
  onClick: props.onClick ? props.onClick : undefined,
526
+ style: props.style ? props.style : undefined,
491
527
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
492
528
  viewBox: "0 0 32 32",
493
529
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -500,6 +536,7 @@ function IconFileTSX(props) {
500
536
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
501
537
  className: "icon fill icon-file-tsx ".concat(props.className ? props.className : ''),
502
538
  onClick: props.onClick ? props.onClick : undefined,
539
+ style: props.style ? props.style : undefined,
503
540
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
504
541
  viewBox: "0 0 32 32",
505
542
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -512,6 +549,7 @@ function IconFileVideo(props) {
512
549
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
513
550
  className: "icon fill icon-file-video ".concat(props.className ? props.className : ''),
514
551
  onClick: props.onClick ? props.onClick : undefined,
552
+ style: props.style ? props.style : undefined,
515
553
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
516
554
  viewBox: "0 0 32 32",
517
555
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -524,6 +562,7 @@ function IconFileX(props) {
524
562
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
525
563
  className: "icon fill icon-file-x ".concat(props.className ? props.className : ''),
526
564
  onClick: props.onClick ? props.onClick : undefined,
565
+ style: props.style ? props.style : undefined,
527
566
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
528
567
  viewBox: "0 0 32 32",
529
568
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -536,6 +575,7 @@ function IconTextH(props) {
536
575
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
537
576
  className: "icon fill icon-text-h ".concat(props.className ? props.className : ''),
538
577
  onClick: props.onClick ? props.onClick : undefined,
578
+ style: props.style ? props.style : undefined,
539
579
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
540
580
  viewBox: "0 0 32 32",
541
581
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -548,6 +588,7 @@ function IconTextHOne(props) {
548
588
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
549
589
  className: "icon fill icon-text-h-one ".concat(props.className ? props.className : ''),
550
590
  onClick: props.onClick ? props.onClick : undefined,
591
+ style: props.style ? props.style : undefined,
551
592
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
552
593
  viewBox: "0 0 32 32",
553
594
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -560,6 +601,7 @@ function IconTextHTwo(props) {
560
601
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
561
602
  className: "icon fill icon-text-h-two ".concat(props.className ? props.className : ''),
562
603
  onClick: props.onClick ? props.onClick : undefined,
604
+ style: props.style ? props.style : undefined,
563
605
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
564
606
  viewBox: "0 0 32 32",
565
607
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -572,6 +614,7 @@ function IconTextHThree(props) {
572
614
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
573
615
  className: "icon fill icon-text-h-three ".concat(props.className ? props.className : ''),
574
616
  onClick: props.onClick ? props.onClick : undefined,
617
+ style: props.style ? props.style : undefined,
575
618
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
576
619
  viewBox: "0 0 32 32",
577
620
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -584,6 +627,7 @@ function IconTextHFour(props) {
584
627
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
585
628
  className: "icon fill icon-text-h-four ".concat(props.className ? props.className : ''),
586
629
  onClick: props.onClick ? props.onClick : undefined,
630
+ style: props.style ? props.style : undefined,
587
631
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
588
632
  viewBox: "0 0 32 32",
589
633
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -596,6 +640,7 @@ function IconTextHFive(props) {
596
640
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
597
641
  className: "icon fill icon-text-h-five ".concat(props.className ? props.className : ''),
598
642
  onClick: props.onClick ? props.onClick : undefined,
643
+ style: props.style ? props.style : undefined,
599
644
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
600
645
  viewBox: "0 0 32 32",
601
646
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -608,6 +653,7 @@ function IconTextHSix(props) {
608
653
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
609
654
  className: "icon fill icon-text-h-six ".concat(props.className ? props.className : ''),
610
655
  onClick: props.onClick ? props.onClick : undefined,
656
+ style: props.style ? props.style : undefined,
611
657
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
612
658
  viewBox: "0 0 32 32",
613
659
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -620,6 +666,7 @@ function IconTextB(props) {
620
666
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
621
667
  className: "icon fill icon-text-b ".concat(props.className ? props.className : ''),
622
668
  onClick: props.onClick ? props.onClick : undefined,
669
+ style: props.style ? props.style : undefined,
623
670
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
624
671
  viewBox: "0 0 32 32",
625
672
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -632,6 +679,7 @@ function IconTextTSlash(props) {
632
679
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
633
680
  className: "icon fill icon-text-t-slash ".concat(props.className ? props.className : ''),
634
681
  onClick: props.onClick ? props.onClick : undefined,
682
+ style: props.style ? props.style : undefined,
635
683
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
636
684
  viewBox: "0 0 32 32",
637
685
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -644,6 +692,7 @@ function IconTextItalic(props) {
644
692
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
645
693
  className: "icon fill icon-text-italic ".concat(props.className ? props.className : ''),
646
694
  onClick: props.onClick ? props.onClick : undefined,
695
+ style: props.style ? props.style : undefined,
647
696
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
648
697
  viewBox: "0 0 32 32",
649
698
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -656,6 +705,7 @@ function IconListDashes(props) {
656
705
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
657
706
  className: "icon fill icon-list-dashes ".concat(props.className ? props.className : ''),
658
707
  onClick: props.onClick ? props.onClick : undefined,
708
+ style: props.style ? props.style : undefined,
659
709
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
660
710
  viewBox: "0 0 32 32",
661
711
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -668,6 +718,7 @@ function IconListNumbers(props) {
668
718
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
669
719
  className: "icon fill icon-list-numbers ".concat(props.className ? props.className : ''),
670
720
  onClick: props.onClick ? props.onClick : undefined,
721
+ style: props.style ? props.style : undefined,
671
722
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
672
723
  viewBox: "0 0 32 32",
673
724
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -680,6 +731,7 @@ function IconParagraph(props) {
680
731
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
681
732
  className: "icon fill icon-paragraph ".concat(props.className ? props.className : ''),
682
733
  onClick: props.onClick ? props.onClick : undefined,
734
+ style: props.style ? props.style : undefined,
683
735
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
684
736
  viewBox: "0 0 32 32",
685
737
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -692,6 +744,7 @@ function IconTextT(props) {
692
744
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
693
745
  className: "icon fill icon-text-t ".concat(props.className ? props.className : ''),
694
746
  onClick: props.onClick ? props.onClick : undefined,
747
+ style: props.style ? props.style : undefined,
695
748
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
696
749
  viewBox: "0 0 32 32",
697
750
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -704,6 +757,7 @@ function IconTextStrikethrough(props) {
704
757
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
705
758
  className: "icon fill icon-text-strikethrough ".concat(props.className ? props.className : ''),
706
759
  onClick: props.onClick ? props.onClick : undefined,
760
+ style: props.style ? props.style : undefined,
707
761
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
708
762
  viewBox: "0 0 32 32",
709
763
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -716,6 +770,7 @@ function IconTextUnderline(props) {
716
770
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
717
771
  className: "icon fill icon-text-underline ".concat(props.className ? props.className : ''),
718
772
  onClick: props.onClick ? props.onClick : undefined,
773
+ style: props.style ? props.style : undefined,
719
774
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
720
775
  viewBox: "0 0 32 32",
721
776
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -728,6 +783,7 @@ function IconFolderMinus(props) {
728
783
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
729
784
  className: "icon fill icon-folder-minus ".concat(props.className ? props.className : ''),
730
785
  onClick: props.onClick ? props.onClick : undefined,
786
+ style: props.style ? props.style : undefined,
731
787
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
732
788
  viewBox: "0 0 32 32",
733
789
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -740,6 +796,7 @@ function IconFolderPlus(props) {
740
796
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
741
797
  className: "icon fill icon-folder-plus ".concat(props.className ? props.className : ''),
742
798
  onClick: props.onClick ? props.onClick : undefined,
799
+ style: props.style ? props.style : undefined,
743
800
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
744
801
  viewBox: "0 0 32 32",
745
802
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -752,6 +809,7 @@ function IconFolderSimpleDashed(props) {
752
809
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
753
810
  className: "icon fill icon-folder-simple-dashed ".concat(props.className ? props.className : ''),
754
811
  onClick: props.onClick ? props.onClick : undefined,
812
+ style: props.style ? props.style : undefined,
755
813
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
756
814
  viewBox: "0 0 32 32",
757
815
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -764,6 +822,7 @@ function IconFolderSimpleMinus(props) {
764
822
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
765
823
  className: "icon fill icon-folder-simple-minus ".concat(props.className ? props.className : ''),
766
824
  onClick: props.onClick ? props.onClick : undefined,
825
+ style: props.style ? props.style : undefined,
767
826
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
768
827
  viewBox: "0 0 32 32",
769
828
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
@@ -776,6 +835,7 @@ function IconFolderSimplePlus(props) {
776
835
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
777
836
  className: "icon fill icon-folder-simple-plus ".concat(props.className ? props.className : ''),
778
837
  onClick: props.onClick ? props.onClick : undefined,
838
+ style: props.style ? props.style : undefined,
779
839
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
780
840
  viewBox: "0 0 32 32",
781
841
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {