@mirohq/design-system-icons 0.27.1-themes.0 → 0.28.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.
@@ -0,0 +1,32 @@
1
+ /**
2
+ * DO NOT MODIFY THIS FILE.
3
+ * This file was generated by sync icons utility.
4
+ */
5
+ import React, { forwardRef, createElement } from 'react'
6
+ import { iconSymbol } from '@mirohq/design-system-base-icon'
7
+
8
+ import { StyledIcon } from '../src/icon'
9
+ import type { IconComponentType } from '../src/icon'
10
+
11
+ export const IconRectanglePortrait: IconComponentType = forwardRef(
12
+ ({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
13
+ createElement(
14
+ StyledIcon,
15
+ {
16
+ ...props,
17
+ weight,
18
+ size,
19
+ viewBox: '0 0 24 24',
20
+ fill: 'none',
21
+ ref: forwardRef,
22
+ },
23
+ <path
24
+ stroke='currentColor'
25
+ strokeLinejoin='round'
26
+ strokeWidth='var(--svg-stroke-width)'
27
+ d='M3 4c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v16c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-16Z'
28
+ />
29
+ )
30
+ )
31
+
32
+ IconRectanglePortrait[iconSymbol] = true
@@ -0,0 +1,36 @@
1
+ /**
2
+ * DO NOT MODIFY THIS FILE.
3
+ * This file was generated by sync icons utility.
4
+ */
5
+ import React, { forwardRef, createElement } from 'react'
6
+ import { iconSymbol } from '@mirohq/design-system-base-icon'
7
+
8
+ import { StyledIcon } from '../src/icon'
9
+ import type { IconComponentType } from '../src/icon'
10
+
11
+ export const IconSocialDrawio: IconComponentType = forwardRef(
12
+ ({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
13
+ createElement(
14
+ StyledIcon,
15
+ {
16
+ ...props,
17
+ weight,
18
+ size,
19
+ viewBox: '0 0 24 24',
20
+ fill: 'none',
21
+ ref: forwardRef,
22
+ },
23
+ <path
24
+ fill='currentColor'
25
+ d='M4 15h5v4h-5v-4ZM15 15h5v4h-5v-4ZM9.5 5h5v4h-5v-4Z'
26
+ />,
27
+ <path
28
+ stroke='currentColor'
29
+ strokeLinejoin='round'
30
+ strokeWidth='var(--svg-stroke-width)'
31
+ d='M14.5 9v-4h-5v4m5 0h-1.5m1.5 0h-3.5m-1.5 0h3.5m-3.5 0h1.5m-4 6h-3v4h5v-4h-2Zm0 0 4-6m2 0 4 6m0 0h-2v4h5v-4h-3Z'
32
+ />
33
+ )
34
+ )
35
+
36
+ IconSocialDrawio[iconSymbol] = true
@@ -1,2 +1,2 @@
1
1
  <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="m11.1585 6.5291.8415 1.3105.8415-1.3105c1.5981-2.489 3.8242-2.5291 4.7146-2.5291.4494 0 1.6982.1906 2.7446 1.0014.9742.755 1.8974 2.1398 1.6625 4.8164-.1809 2.0604-1.643 4.2847-3.6841 6.3364-2.0102 2.0206-4.4298 3.7219-6.2213 4.7399a.1155.1155 0 0 1-.0578.016.1155.1155 0 0 1-.0578-.016c-1.7915-1.018-4.2111-2.7193-6.2214-4.7399-2.041-2.0517-3.5031-4.276-3.684-6.3364-.235-2.6766.6883-4.0614 1.6625-4.8164 1.0463-.8108 2.2952-1.0014 2.7445-1.0014.8905 0 3.1166.0402 4.7147 2.5291Z"/><path fill="currentColor" d="m11.1585 6.5291.8415 1.3105.8415-1.3105c1.5981-2.489 3.8242-2.5291 4.7146-2.5291.4494 0 1.6982.1906 2.7446 1.0014.9742.755 1.8974 2.1398 1.6625 4.8164-.1809 2.0604-1.643 4.2847-3.6841 6.3364-2.0102 2.0206-4.4298 3.7219-6.2213 4.7399a.1155.1155 0 0 1-.0578.016.1155.1155 0 0 1-.0578-.016c-1.7915-1.018-4.2111-2.7193-6.2214-4.7399-2.041-2.0517-3.5031-4.276-3.684-6.3364-.235-2.6766.6883-4.0614 1.6625-4.8164 1.0463-.8108 2.2952-1.0014 2.7445-1.0014.8905 0 3.1166.0402 4.7147 2.5291Z"/></svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m11.1585 6.5291.8415 1.3105.8415-1.3105c1.5981-2.489 3.8242-2.5291 4.7146-2.5291.4494 0 1.6982.1906 2.7446 1.0014.9742.755 1.8974 2.1398 1.6625 4.8164-.1809 2.0604-1.643 4.2847-3.6841 6.3364-2.0102 2.0206-4.4298 3.7219-6.2213 4.7399a.1155.1155 0 0 1-.0578.016.1155.1155 0 0 1-.0578-.016c-1.7915-1.018-4.2111-2.7193-6.2214-4.7399-2.041-2.0517-3.5031-4.276-3.684-6.3364-.235-2.6766.6883-4.0614 1.6625-4.8164 1.0463-.8108 2.2952-1.0014 2.7445-1.0014.8905 0 3.1166.0402 4.7147 2.5291Z"/><path stroke="currentColor" stroke-width="2" d="m11.1585 6.5291.8415 1.3105.8415-1.3105c1.5981-2.489 3.8242-2.5291 4.7146-2.5291.4494 0 1.6982.1906 2.7446 1.0014.9742.755 1.8974 2.1398 1.6625 4.8164-.1809 2.0604-1.643 4.2847-3.6841 6.3364-2.0102 2.0206-4.4298 3.7219-6.2213 4.7399a.1155.1155 0 0 1-.0578.016.1155.1155 0 0 1-.0578-.016c-1.7915-1.018-4.2111-2.7193-6.2214-4.7399-2.041-2.0517-3.5031-4.276-3.684-6.3364-.235-2.6766.6883-4.0614 1.6625-4.8164 1.0463-.8108 2.2952-1.0014 2.7445-1.0014.8905 0 3.1166.0402 4.7147 2.5291Z"/></svg>
@@ -0,0 +1,2 @@
1
+ <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3h6v6h-6v-6Z"/><path stroke="currentColor" stroke-width="2" d="M3 6v-2c0-.5523.4477-1 1-1h2m12 0h2c.5523 0 1 .4477 1 1v2m0 4v4m0 4v2c0 .5523-.4477 1-1 1h-2m-4 0h-4m-4 0h-2c-.5523 0-1-.4477-1-1v-2m0-4v-4m6-7h6v6h-6v-6Z"/></svg>
@@ -0,0 +1,2 @@
1
+ <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3h6v6h-6v-6Z"/><path stroke="currentColor" stroke-width="2" d="M13 3h3m2 0h2c.5523 0 1 .4477 1 1v2m0 2v3m0 2v3m0 2v2c0 .5523-.4477 1-1 1h-2m-15-3v2c0 .5523.4477 1 1 1h2m10 0h-3m-5 0h3m-8-5v-3m0-4h6v-6h-5c-.5523 0-1 .4477-1 1v5Z"/></svg>
@@ -0,0 +1,2 @@
1
+ <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3 6v-2c0-.5523.4477-1 1-1h2m4 0h4m4 0h2c.5523 0 1 .4477 1 1v2m0 4v4m0 4v2c0 .5523-.4477 1-1 1h-2m-4 0h-4m-4 0h-2c-.5523 0-1-.4477-1-1v-2m0-4v-4"/></svg>
@@ -0,0 +1,2 @@
1
+ <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3h18v18h-18v-18Z"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3 4c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v16c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-16Z"/></svg>
@@ -0,0 +1,2 @@
1
+ <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3h6v6h-6v-6Z"/><path stroke="currentColor" stroke-width="2" d="M3 9v-5c0-.5523.4477-1 1-1h5m-6 6v11c0 .5523.4477 1 1 1h16c.5523 0 1-.4477 1-1v-16c0-.5523-.4477-1-1-1h-11m-6 6h6v-6"/></svg>
@@ -0,0 +1,2 @@
1
+ <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3 4c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v16c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-16Z"/></svg>
@@ -0,0 +1,2 @@
1
+ <!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M4 15h5v4h-5v-4ZM15 15h5v4h-5v-4ZM9.5 5h5v4h-5v-4Z"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M14.5 9v-4h-5v4m5 0h-1.5m1.5 0h-3.5m-1.5 0h3.5m-3.5 0h1.5m-4 6h-3v4h5v-4h-2Zm0 0 4-6m2 0 4 6m0 0h-2v4h5v-4h-3Z"/></svg>
package/svg/meta.json CHANGED
@@ -10,7 +10,8 @@
10
10
  "external",
11
11
  "external page",
12
12
  "new window",
13
- "open new"
13
+ "open new",
14
+ "website"
14
15
  ]
15
16
  },
16
17
  "arrow-left": {
@@ -18,14 +19,16 @@
18
19
  "arrow",
19
20
  "arrow to left",
20
21
  "arrow left",
21
- "back"
22
+ "back",
23
+ "website"
22
24
  ]
23
25
  },
24
26
  "arrow-right": {
25
27
  "tags": [
26
28
  "arrow",
27
29
  "arrow to right",
28
- "arrow right"
30
+ "arrow right",
31
+ "website"
29
32
  ]
30
33
  },
31
34
  "arrow-down": {
@@ -75,31 +78,34 @@
75
78
  "check-mark": {
76
79
  "tags": [
77
80
  "check-mark",
78
- "check mark"
81
+ "check mark",
82
+ "website"
79
83
  ]
80
84
  },
81
85
  "chevron-down": {
82
86
  "tags": [
83
87
  "chevron-down",
84
88
  "chevron down",
85
- "chevron"
89
+ "chevron",
90
+ "website"
86
91
  ]
87
92
  },
88
93
  "chevron-left": {
89
94
  "tags": [
90
95
  "chevron-left",
91
96
  "chevron left",
92
- "chevron"
97
+ "chevron",
98
+ "website"
93
99
  ]
94
100
  },
95
101
  "chevron-right": {
96
102
  "tags": [
97
- ""
103
+ "website"
98
104
  ]
99
105
  },
100
106
  "chevron-up": {
101
107
  "tags": [
102
- ""
108
+ "website"
103
109
  ]
104
110
  },
105
111
  "cross": {
@@ -107,7 +113,8 @@
107
113
  "cross",
108
114
  "closed",
109
115
  "dismiss",
110
- "times"
116
+ "times",
117
+ "website"
111
118
  ]
112
119
  },
113
120
  "cross-circle": {
@@ -120,7 +127,8 @@
120
127
  "tags": [
121
128
  "envelope",
122
129
  "mail",
123
- "email"
130
+ "email",
131
+ "website"
124
132
  ]
125
133
  },
126
134
  "exclamation-point-circle": {
@@ -128,12 +136,13 @@
128
136
  "exclamation point circle",
129
137
  "exclamation",
130
138
  "warning",
131
- "danger"
139
+ "danger",
140
+ "website"
132
141
  ]
133
142
  },
134
143
  "globe": {
135
144
  "tags": [
136
- ""
145
+ "website"
137
146
  ]
138
147
  },
139
148
  "house": {
@@ -145,14 +154,16 @@
145
154
  "tags": [
146
155
  "information mark circle",
147
156
  "information",
148
- "info"
157
+ "info",
158
+ "website"
149
159
  ]
150
160
  },
151
161
  "lock-closed": {
152
162
  "tags": [
153
163
  "lock closed",
154
164
  "logged out",
155
- "restricted"
165
+ "restricted",
166
+ "website"
156
167
  ]
157
168
  },
158
169
  "lock-open": {
@@ -166,7 +177,8 @@
166
177
  "tags": [
167
178
  "magnifying glass",
168
179
  "search",
169
- "loupe"
180
+ "loupe",
181
+ "website"
170
182
  ]
171
183
  },
172
184
  "minus": {
@@ -176,7 +188,7 @@
176
188
  "minus",
177
189
  "subtract",
178
190
  "less",
179
- ""
191
+ "website"
180
192
  ]
181
193
  },
182
194
  "plus": {
@@ -184,7 +196,7 @@
184
196
  "plus",
185
197
  "add",
186
198
  "more",
187
- ""
199
+ "website"
188
200
  ]
189
201
  },
190
202
  "question-mark-circle": {
@@ -199,35 +211,40 @@
199
211
  "tags": [
200
212
  "social facebook",
201
213
  "social",
202
- "facebook"
214
+ "facebook",
215
+ "website"
203
216
  ]
204
217
  },
205
218
  "social-instagram": {
206
219
  "tags": [
207
220
  "social instagram",
208
221
  "social",
209
- "instagram"
222
+ "instagram",
223
+ "website"
210
224
  ]
211
225
  },
212
226
  "social-linkedin": {
213
227
  "tags": [
214
228
  "social linkedin",
215
229
  "social",
216
- "linkedin"
230
+ "linkedin",
231
+ "website"
217
232
  ]
218
233
  },
219
234
  "social-twitter": {
220
235
  "tags": [
221
236
  "social twitter",
222
237
  "social",
223
- "twitter"
238
+ "twitter",
239
+ "website"
224
240
  ]
225
241
  },
226
242
  "social-youtube": {
227
243
  "tags": [
228
244
  "social youtube",
229
245
  "social",
230
- "youtube"
246
+ "youtube",
247
+ "website"
231
248
  ]
232
249
  },
233
250
  "user": {
@@ -273,7 +290,8 @@
273
290
  "tags": [
274
291
  "cog",
275
292
  "settings",
276
- "gear"
293
+ "gear",
294
+ "website"
277
295
  ]
278
296
  },
279
297
  "link": {
@@ -3278,5 +3296,79 @@
3278
3296
  "align",
3279
3297
  "right"
3280
3298
  ]
3299
+ },
3300
+ "rectangle-portrait": {
3301
+ "tags": [
3302
+ "rectangle portrait",
3303
+ "rectangle",
3304
+ "portrait",
3305
+ "aws",
3306
+ "aws architecture groups"
3307
+ ]
3308
+ },
3309
+ "rectangle-portrait-filled": {
3310
+ "tags": [
3311
+ "rectangle portrait filled",
3312
+ "rectangle",
3313
+ "portrait",
3314
+ "filled",
3315
+ "aws",
3316
+ "aws architecture groups"
3317
+ ]
3318
+ },
3319
+ "rectangle-portrait-dash": {
3320
+ "tags": [
3321
+ "rectangle portrait dash",
3322
+ "rectangle",
3323
+ "portrait",
3324
+ "dash",
3325
+ "aws",
3326
+ "aws architecture groups"
3327
+ ]
3328
+ },
3329
+ "rectangle-portrait-dash-square-top-left": {
3330
+ "tags": [
3331
+ "rectangle portrait dash square top left",
3332
+ "rectangle",
3333
+ "portrait",
3334
+ "dash",
3335
+ "square",
3336
+ "top",
3337
+ "left",
3338
+ "aws",
3339
+ "aws architecture groups"
3340
+ ]
3341
+ },
3342
+ "rectangle-portrait-square-top-left": {
3343
+ "tags": [
3344
+ "rectangle portrait square top left",
3345
+ "rectangle",
3346
+ "portrait",
3347
+ "square",
3348
+ "top",
3349
+ "left",
3350
+ "aws",
3351
+ "aws architecture groups"
3352
+ ]
3353
+ },
3354
+ "rectangle-portrait-dash-square-top-center": {
3355
+ "tags": [
3356
+ "rectangle portrait dash square top center",
3357
+ "rectangle",
3358
+ "portrait",
3359
+ "dash",
3360
+ "square",
3361
+ "top",
3362
+ "center",
3363
+ "aws",
3364
+ "aws architecture groups"
3365
+ ]
3366
+ },
3367
+ "social-drawio": {
3368
+ "tags": [
3369
+ "social drawio",
3370
+ "drawio",
3371
+ "app"
3372
+ ]
3281
3373
  }
3282
3374
  }