@rei/cedar 14.0.2-alpha.7 → 14.0.2
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.
- package/dist/cedar-compiled.css +1050 -1050
- package/dist/cedar.umd.js +14 -14
- package/dist/component-docgen.json +1642 -1642
- package/dist/icon-component-docgen.json +617 -617
- package/dist/lib.d.ts +17 -2
- package/dist/src/components/accordion/CdrAccordion.vue2.mjs +1 -1
- package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +1 -1
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +29 -29
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +10 -10
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +27 -27
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +29 -29
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +46 -46
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/CdrSkeleton.vue2.mjs +1 -1
- package/dist/src/components/skeleton/CdrSkeletonBone.vue2.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +1 -1
- package/dist/src/components/tabs/CdrTabs.vue2.mjs +1 -1
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +7 -7
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/CdrToggleButton.vue2.mjs +1 -1
- package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +1 -1
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/types/symbols.mjs +7 -0
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/src/components/accordion/symbols.mjs +0 -4
- package/dist/src/components/skeleton/symbols.mjs +0 -4
- package/dist/src/components/tabs/symbols.mjs +0 -4
- package/dist/src/components/toggleButton/symbols.mjs +0 -4
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"name": "
|
|
2
|
+
"arrow-down": {
|
|
3
|
+
"name": "ArrowDown",
|
|
4
4
|
"exportName": "default",
|
|
5
|
-
"displayName": "
|
|
5
|
+
"displayName": "arrow-down",
|
|
6
6
|
"description": "",
|
|
7
7
|
"tags": {},
|
|
8
8
|
"props": [
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
21
|
"sourceFiles": [
|
|
22
|
-
"./src/components/icon/comps/
|
|
22
|
+
"./src/components/icon/comps/arrow-down.vue"
|
|
23
23
|
]
|
|
24
24
|
},
|
|
25
|
-
"
|
|
26
|
-
"name": "
|
|
25
|
+
"account-profile-fill": {
|
|
26
|
+
"name": "AccountProfileFill",
|
|
27
27
|
"exportName": "default",
|
|
28
|
-
"displayName": "
|
|
28
|
+
"displayName": "account-profile-fill",
|
|
29
29
|
"description": "",
|
|
30
30
|
"tags": {},
|
|
31
31
|
"props": [
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
}
|
|
43
43
|
],
|
|
44
44
|
"sourceFiles": [
|
|
45
|
-
"./src/components/icon/comps/
|
|
45
|
+
"./src/components/icon/comps/account-profile-fill.vue"
|
|
46
46
|
]
|
|
47
47
|
},
|
|
48
|
-
"
|
|
49
|
-
"name": "
|
|
48
|
+
"arrow-right": {
|
|
49
|
+
"name": "ArrowRight",
|
|
50
50
|
"exportName": "default",
|
|
51
|
-
"displayName": "
|
|
51
|
+
"displayName": "arrow-right",
|
|
52
52
|
"description": "",
|
|
53
53
|
"tags": {},
|
|
54
54
|
"props": [
|
|
@@ -65,13 +65,13 @@
|
|
|
65
65
|
}
|
|
66
66
|
],
|
|
67
67
|
"sourceFiles": [
|
|
68
|
-
"./src/components/icon/comps/
|
|
68
|
+
"./src/components/icon/comps/arrow-right.vue"
|
|
69
69
|
]
|
|
70
70
|
},
|
|
71
|
-
"
|
|
72
|
-
"name": "
|
|
71
|
+
"account-profile": {
|
|
72
|
+
"name": "AccountProfile",
|
|
73
73
|
"exportName": "default",
|
|
74
|
-
"displayName": "
|
|
74
|
+
"displayName": "account-profile",
|
|
75
75
|
"description": "",
|
|
76
76
|
"tags": {},
|
|
77
77
|
"props": [
|
|
@@ -88,13 +88,13 @@
|
|
|
88
88
|
}
|
|
89
89
|
],
|
|
90
90
|
"sourceFiles": [
|
|
91
|
-
"./src/components/icon/comps/
|
|
91
|
+
"./src/components/icon/comps/account-profile.vue"
|
|
92
92
|
]
|
|
93
93
|
},
|
|
94
|
-
"arrow-
|
|
95
|
-
"name": "
|
|
94
|
+
"arrow-up": {
|
|
95
|
+
"name": "ArrowUp",
|
|
96
96
|
"exportName": "default",
|
|
97
|
-
"displayName": "arrow-
|
|
97
|
+
"displayName": "arrow-up",
|
|
98
98
|
"description": "",
|
|
99
99
|
"tags": {},
|
|
100
100
|
"props": [
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
}
|
|
112
112
|
],
|
|
113
113
|
"sourceFiles": [
|
|
114
|
-
"./src/components/icon/comps/arrow-
|
|
114
|
+
"./src/components/icon/comps/arrow-up.vue"
|
|
115
115
|
]
|
|
116
116
|
},
|
|
117
117
|
"atv": {
|
|
@@ -137,10 +137,10 @@
|
|
|
137
137
|
"./src/components/icon/comps/atv.vue"
|
|
138
138
|
]
|
|
139
139
|
},
|
|
140
|
-
"arrow-
|
|
141
|
-
"name": "
|
|
140
|
+
"arrow-left": {
|
|
141
|
+
"name": "ArrowLeft",
|
|
142
142
|
"exportName": "default",
|
|
143
|
-
"displayName": "arrow-
|
|
143
|
+
"displayName": "arrow-left",
|
|
144
144
|
"description": "",
|
|
145
145
|
"tags": {},
|
|
146
146
|
"props": [
|
|
@@ -157,13 +157,13 @@
|
|
|
157
157
|
}
|
|
158
158
|
],
|
|
159
159
|
"sourceFiles": [
|
|
160
|
-
"./src/components/icon/comps/arrow-
|
|
160
|
+
"./src/components/icon/comps/arrow-left.vue"
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
|
-
"
|
|
164
|
-
"name": "
|
|
163
|
+
"binoculars": {
|
|
164
|
+
"name": "Binoculars",
|
|
165
165
|
"exportName": "default",
|
|
166
|
-
"displayName": "
|
|
166
|
+
"displayName": "binoculars",
|
|
167
167
|
"description": "",
|
|
168
168
|
"tags": {},
|
|
169
169
|
"props": [
|
|
@@ -180,13 +180,13 @@
|
|
|
180
180
|
}
|
|
181
181
|
],
|
|
182
182
|
"sourceFiles": [
|
|
183
|
-
"./src/components/icon/comps/
|
|
183
|
+
"./src/components/icon/comps/binoculars.vue"
|
|
184
184
|
]
|
|
185
185
|
},
|
|
186
|
-
"
|
|
187
|
-
"name": "
|
|
186
|
+
"boat": {
|
|
187
|
+
"name": "Boat",
|
|
188
188
|
"exportName": "default",
|
|
189
|
-
"displayName": "
|
|
189
|
+
"displayName": "boat",
|
|
190
190
|
"description": "",
|
|
191
191
|
"tags": {},
|
|
192
192
|
"props": [
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
}
|
|
204
204
|
],
|
|
205
205
|
"sourceFiles": [
|
|
206
|
-
"./src/components/icon/comps/
|
|
206
|
+
"./src/components/icon/comps/boat.vue"
|
|
207
207
|
]
|
|
208
208
|
},
|
|
209
209
|
"bike-shop": {
|
|
@@ -229,10 +229,10 @@
|
|
|
229
229
|
"./src/components/icon/comps/bike-shop.vue"
|
|
230
230
|
]
|
|
231
231
|
},
|
|
232
|
-
"
|
|
233
|
-
"name": "
|
|
232
|
+
"boating": {
|
|
233
|
+
"name": "Boating",
|
|
234
234
|
"exportName": "default",
|
|
235
|
-
"displayName": "
|
|
235
|
+
"displayName": "boating",
|
|
236
236
|
"description": "",
|
|
237
237
|
"tags": {},
|
|
238
238
|
"props": [
|
|
@@ -249,13 +249,13 @@
|
|
|
249
249
|
}
|
|
250
250
|
],
|
|
251
251
|
"sourceFiles": [
|
|
252
|
-
"./src/components/icon/comps/
|
|
252
|
+
"./src/components/icon/comps/boating.vue"
|
|
253
253
|
]
|
|
254
254
|
},
|
|
255
|
-
"
|
|
256
|
-
"name": "
|
|
255
|
+
"birding": {
|
|
256
|
+
"name": "Birding",
|
|
257
257
|
"exportName": "default",
|
|
258
|
-
"displayName": "
|
|
258
|
+
"displayName": "birding",
|
|
259
259
|
"description": "",
|
|
260
260
|
"tags": {},
|
|
261
261
|
"props": [
|
|
@@ -272,13 +272,13 @@
|
|
|
272
272
|
}
|
|
273
273
|
],
|
|
274
274
|
"sourceFiles": [
|
|
275
|
-
"./src/components/icon/comps/
|
|
275
|
+
"./src/components/icon/comps/birding.vue"
|
|
276
276
|
]
|
|
277
277
|
},
|
|
278
|
-
"
|
|
279
|
-
"name": "
|
|
278
|
+
"brand-abstract": {
|
|
279
|
+
"name": "BrandAbstract",
|
|
280
280
|
"exportName": "default",
|
|
281
|
-
"displayName": "
|
|
281
|
+
"displayName": "brand-abstract",
|
|
282
282
|
"description": "",
|
|
283
283
|
"tags": {},
|
|
284
284
|
"props": [
|
|
@@ -295,13 +295,13 @@
|
|
|
295
295
|
}
|
|
296
296
|
],
|
|
297
297
|
"sourceFiles": [
|
|
298
|
-
"./src/components/icon/comps/
|
|
298
|
+
"./src/components/icon/comps/brand-abstract.vue"
|
|
299
299
|
]
|
|
300
300
|
},
|
|
301
|
-
"
|
|
302
|
-
"name": "
|
|
301
|
+
"brand-code-sandbox": {
|
|
302
|
+
"name": "BrandCodeSandbox",
|
|
303
303
|
"exportName": "default",
|
|
304
|
-
"displayName": "
|
|
304
|
+
"displayName": "brand-code-sandbox",
|
|
305
305
|
"description": "",
|
|
306
306
|
"tags": {},
|
|
307
307
|
"props": [
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
}
|
|
319
319
|
],
|
|
320
320
|
"sourceFiles": [
|
|
321
|
-
"./src/components/icon/comps/
|
|
321
|
+
"./src/components/icon/comps/brand-code-sandbox.vue"
|
|
322
322
|
]
|
|
323
323
|
},
|
|
324
324
|
"bookmark-stroke": {
|
|
@@ -344,33 +344,10 @@
|
|
|
344
344
|
"./src/components/icon/comps/bookmark-stroke.vue"
|
|
345
345
|
]
|
|
346
346
|
},
|
|
347
|
-
"
|
|
348
|
-
"name": "
|
|
349
|
-
"exportName": "default",
|
|
350
|
-
"displayName": "brand-abstract",
|
|
351
|
-
"description": "",
|
|
352
|
-
"tags": {},
|
|
353
|
-
"props": [
|
|
354
|
-
{
|
|
355
|
-
"name": "props",
|
|
356
|
-
"type": {
|
|
357
|
-
"name": "object"
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
],
|
|
361
|
-
"slots": [
|
|
362
|
-
{
|
|
363
|
-
"name": "default"
|
|
364
|
-
}
|
|
365
|
-
],
|
|
366
|
-
"sourceFiles": [
|
|
367
|
-
"./src/components/icon/comps/brand-abstract.vue"
|
|
368
|
-
]
|
|
369
|
-
},
|
|
370
|
-
"brand-code-sandbox": {
|
|
371
|
-
"name": "BrandCodeSandbox",
|
|
347
|
+
"bookmark-fill": {
|
|
348
|
+
"name": "BookmarkFill",
|
|
372
349
|
"exportName": "default",
|
|
373
|
-
"displayName": "
|
|
350
|
+
"displayName": "bookmark-fill",
|
|
374
351
|
"description": "",
|
|
375
352
|
"tags": {},
|
|
376
353
|
"props": [
|
|
@@ -387,13 +364,13 @@
|
|
|
387
364
|
}
|
|
388
365
|
],
|
|
389
366
|
"sourceFiles": [
|
|
390
|
-
"./src/components/icon/comps/
|
|
367
|
+
"./src/components/icon/comps/bookmark-fill.vue"
|
|
391
368
|
]
|
|
392
369
|
},
|
|
393
|
-
"brand-
|
|
394
|
-
"name": "
|
|
370
|
+
"brand-linkedin": {
|
|
371
|
+
"name": "BrandLinkedin",
|
|
395
372
|
"exportName": "default",
|
|
396
|
-
"displayName": "brand-
|
|
373
|
+
"displayName": "brand-linkedin",
|
|
397
374
|
"description": "",
|
|
398
375
|
"tags": {},
|
|
399
376
|
"props": [
|
|
@@ -410,13 +387,13 @@
|
|
|
410
387
|
}
|
|
411
388
|
],
|
|
412
389
|
"sourceFiles": [
|
|
413
|
-
"./src/components/icon/comps/brand-
|
|
390
|
+
"./src/components/icon/comps/brand-linkedin.vue"
|
|
414
391
|
]
|
|
415
392
|
},
|
|
416
|
-
"
|
|
417
|
-
"name": "
|
|
393
|
+
"bed-outline": {
|
|
394
|
+
"name": "BedOutline",
|
|
418
395
|
"exportName": "default",
|
|
419
|
-
"displayName": "
|
|
396
|
+
"displayName": "bed-outline",
|
|
420
397
|
"description": "",
|
|
421
398
|
"tags": {},
|
|
422
399
|
"props": [
|
|
@@ -433,13 +410,13 @@
|
|
|
433
410
|
}
|
|
434
411
|
],
|
|
435
412
|
"sourceFiles": [
|
|
436
|
-
"./src/components/icon/comps/
|
|
413
|
+
"./src/components/icon/comps/bed-outline.vue"
|
|
437
414
|
]
|
|
438
415
|
},
|
|
439
|
-
"brand-
|
|
440
|
-
"name": "
|
|
416
|
+
"brand-github": {
|
|
417
|
+
"name": "BrandGithub",
|
|
441
418
|
"exportName": "default",
|
|
442
|
-
"displayName": "brand-
|
|
419
|
+
"displayName": "brand-github",
|
|
443
420
|
"description": "",
|
|
444
421
|
"tags": {},
|
|
445
422
|
"props": [
|
|
@@ -456,13 +433,13 @@
|
|
|
456
433
|
}
|
|
457
434
|
],
|
|
458
435
|
"sourceFiles": [
|
|
459
|
-
"./src/components/icon/comps/brand-
|
|
436
|
+
"./src/components/icon/comps/brand-github.vue"
|
|
460
437
|
]
|
|
461
438
|
},
|
|
462
|
-
"
|
|
463
|
-
"name": "
|
|
439
|
+
"buddies": {
|
|
440
|
+
"name": "Buddies",
|
|
464
441
|
"exportName": "default",
|
|
465
|
-
"displayName": "
|
|
442
|
+
"displayName": "buddies",
|
|
466
443
|
"description": "",
|
|
467
444
|
"tags": {},
|
|
468
445
|
"props": [
|
|
@@ -479,13 +456,13 @@
|
|
|
479
456
|
}
|
|
480
457
|
],
|
|
481
458
|
"sourceFiles": [
|
|
482
|
-
"./src/components/icon/comps/
|
|
459
|
+
"./src/components/icon/comps/buddies.vue"
|
|
483
460
|
]
|
|
484
461
|
},
|
|
485
|
-
"
|
|
486
|
-
"name": "
|
|
462
|
+
"bus": {
|
|
463
|
+
"name": "Bus",
|
|
487
464
|
"exportName": "default",
|
|
488
|
-
"displayName": "
|
|
465
|
+
"displayName": "bus",
|
|
489
466
|
"description": "",
|
|
490
467
|
"tags": {},
|
|
491
468
|
"props": [
|
|
@@ -502,13 +479,13 @@
|
|
|
502
479
|
}
|
|
503
480
|
],
|
|
504
481
|
"sourceFiles": [
|
|
505
|
-
"./src/components/icon/comps/
|
|
482
|
+
"./src/components/icon/comps/bus.vue"
|
|
506
483
|
]
|
|
507
484
|
},
|
|
508
|
-
"
|
|
509
|
-
"name": "
|
|
485
|
+
"brand-sketch": {
|
|
486
|
+
"name": "BrandSketch",
|
|
510
487
|
"exportName": "default",
|
|
511
|
-
"displayName": "
|
|
488
|
+
"displayName": "brand-sketch",
|
|
512
489
|
"description": "",
|
|
513
490
|
"tags": {},
|
|
514
491
|
"props": [
|
|
@@ -525,7 +502,7 @@
|
|
|
525
502
|
}
|
|
526
503
|
],
|
|
527
504
|
"sourceFiles": [
|
|
528
|
-
"./src/components/icon/comps/
|
|
505
|
+
"./src/components/icon/comps/brand-sketch.vue"
|
|
529
506
|
]
|
|
530
507
|
},
|
|
531
508
|
"calendar": {
|
|
@@ -551,10 +528,10 @@
|
|
|
551
528
|
"./src/components/icon/comps/calendar.vue"
|
|
552
529
|
]
|
|
553
530
|
},
|
|
554
|
-
"
|
|
555
|
-
"name": "
|
|
531
|
+
"canoe": {
|
|
532
|
+
"name": "Canoe",
|
|
556
533
|
"exportName": "default",
|
|
557
|
-
"displayName": "
|
|
534
|
+
"displayName": "canoe",
|
|
558
535
|
"description": "",
|
|
559
536
|
"tags": {},
|
|
560
537
|
"props": [
|
|
@@ -571,13 +548,13 @@
|
|
|
571
548
|
}
|
|
572
549
|
],
|
|
573
550
|
"sourceFiles": [
|
|
574
|
-
"./src/components/icon/comps/
|
|
551
|
+
"./src/components/icon/comps/canoe.vue"
|
|
575
552
|
]
|
|
576
553
|
},
|
|
577
|
-
"
|
|
578
|
-
"name": "
|
|
554
|
+
"brand-rei-ice-axes": {
|
|
555
|
+
"name": "BrandReiIceAxes",
|
|
579
556
|
"exportName": "default",
|
|
580
|
-
"displayName": "
|
|
557
|
+
"displayName": "brand-rei-ice-axes",
|
|
581
558
|
"description": "",
|
|
582
559
|
"tags": {},
|
|
583
560
|
"props": [
|
|
@@ -594,7 +571,7 @@
|
|
|
594
571
|
}
|
|
595
572
|
],
|
|
596
573
|
"sourceFiles": [
|
|
597
|
-
"./src/components/icon/comps/
|
|
574
|
+
"./src/components/icon/comps/brand-rei-ice-axes.vue"
|
|
598
575
|
]
|
|
599
576
|
},
|
|
600
577
|
"camera": {
|
|
@@ -735,10 +712,10 @@
|
|
|
735
712
|
"./src/components/icon/comps/caret-up.vue"
|
|
736
713
|
]
|
|
737
714
|
},
|
|
738
|
-
"
|
|
739
|
-
"name": "
|
|
715
|
+
"brand-tiktok": {
|
|
716
|
+
"name": "BrandTiktok",
|
|
740
717
|
"exportName": "default",
|
|
741
|
-
"displayName": "
|
|
718
|
+
"displayName": "brand-tiktok",
|
|
742
719
|
"description": "",
|
|
743
720
|
"tags": {},
|
|
744
721
|
"props": [
|
|
@@ -755,7 +732,7 @@
|
|
|
755
732
|
}
|
|
756
733
|
],
|
|
757
734
|
"sourceFiles": [
|
|
758
|
-
"./src/components/icon/comps/
|
|
735
|
+
"./src/components/icon/comps/brand-tiktok.vue"
|
|
759
736
|
]
|
|
760
737
|
},
|
|
761
738
|
"chain-link": {
|
|
@@ -804,10 +781,10 @@
|
|
|
804
781
|
"./src/components/icon/comps/chat.vue"
|
|
805
782
|
]
|
|
806
783
|
},
|
|
807
|
-
"
|
|
808
|
-
"name": "
|
|
784
|
+
"cart-fill": {
|
|
785
|
+
"name": "CartFill",
|
|
809
786
|
"exportName": "default",
|
|
810
|
-
"displayName": "
|
|
787
|
+
"displayName": "cart-fill",
|
|
811
788
|
"description": "",
|
|
812
789
|
"tags": {},
|
|
813
790
|
"props": [
|
|
@@ -824,13 +801,13 @@
|
|
|
824
801
|
}
|
|
825
802
|
],
|
|
826
803
|
"sourceFiles": [
|
|
827
|
-
"./src/components/icon/comps/
|
|
804
|
+
"./src/components/icon/comps/cart-fill.vue"
|
|
828
805
|
]
|
|
829
806
|
},
|
|
830
|
-
"
|
|
831
|
-
"name": "
|
|
807
|
+
"cart": {
|
|
808
|
+
"name": "Cart",
|
|
832
809
|
"exportName": "default",
|
|
833
|
-
"displayName": "
|
|
810
|
+
"displayName": "cart",
|
|
834
811
|
"description": "",
|
|
835
812
|
"tags": {},
|
|
836
813
|
"props": [
|
|
@@ -847,13 +824,13 @@
|
|
|
847
824
|
}
|
|
848
825
|
],
|
|
849
826
|
"sourceFiles": [
|
|
850
|
-
"./src/components/icon/comps/
|
|
827
|
+
"./src/components/icon/comps/cart.vue"
|
|
851
828
|
]
|
|
852
829
|
},
|
|
853
|
-
"check-
|
|
854
|
-
"name": "
|
|
830
|
+
"check-lg": {
|
|
831
|
+
"name": "CheckLg",
|
|
855
832
|
"exportName": "default",
|
|
856
|
-
"displayName": "check-
|
|
833
|
+
"displayName": "check-lg",
|
|
857
834
|
"description": "",
|
|
858
835
|
"tags": {},
|
|
859
836
|
"props": [
|
|
@@ -870,7 +847,7 @@
|
|
|
870
847
|
}
|
|
871
848
|
],
|
|
872
849
|
"sourceFiles": [
|
|
873
|
-
"./src/components/icon/comps/check-
|
|
850
|
+
"./src/components/icon/comps/check-lg.vue"
|
|
874
851
|
]
|
|
875
852
|
},
|
|
876
853
|
"climb": {
|
|
@@ -896,10 +873,10 @@
|
|
|
896
873
|
"./src/components/icon/comps/climb.vue"
|
|
897
874
|
]
|
|
898
875
|
},
|
|
899
|
-
"
|
|
900
|
-
"name": "
|
|
876
|
+
"check-sm": {
|
|
877
|
+
"name": "CheckSm",
|
|
901
878
|
"exportName": "default",
|
|
902
|
-
"displayName": "
|
|
879
|
+
"displayName": "check-sm",
|
|
903
880
|
"description": "",
|
|
904
881
|
"tags": {},
|
|
905
882
|
"props": [
|
|
@@ -916,13 +893,13 @@
|
|
|
916
893
|
}
|
|
917
894
|
],
|
|
918
895
|
"sourceFiles": [
|
|
919
|
-
"./src/components/icon/comps/
|
|
896
|
+
"./src/components/icon/comps/check-sm.vue"
|
|
920
897
|
]
|
|
921
898
|
},
|
|
922
|
-
"check-
|
|
923
|
-
"name": "
|
|
899
|
+
"check-stroke": {
|
|
900
|
+
"name": "CheckStroke",
|
|
924
901
|
"exportName": "default",
|
|
925
|
-
"displayName": "check-
|
|
902
|
+
"displayName": "check-stroke",
|
|
926
903
|
"description": "",
|
|
927
904
|
"tags": {},
|
|
928
905
|
"props": [
|
|
@@ -939,13 +916,13 @@
|
|
|
939
916
|
}
|
|
940
917
|
],
|
|
941
918
|
"sourceFiles": [
|
|
942
|
-
"./src/components/icon/comps/check-
|
|
919
|
+
"./src/components/icon/comps/check-stroke.vue"
|
|
943
920
|
]
|
|
944
921
|
},
|
|
945
|
-
"
|
|
946
|
-
"name": "
|
|
922
|
+
"clock": {
|
|
923
|
+
"name": "Clock",
|
|
947
924
|
"exportName": "default",
|
|
948
|
-
"displayName": "
|
|
925
|
+
"displayName": "clock",
|
|
949
926
|
"description": "",
|
|
950
927
|
"tags": {},
|
|
951
928
|
"props": [
|
|
@@ -962,13 +939,13 @@
|
|
|
962
939
|
}
|
|
963
940
|
],
|
|
964
941
|
"sourceFiles": [
|
|
965
|
-
"./src/components/icon/comps/
|
|
942
|
+
"./src/components/icon/comps/clock.vue"
|
|
966
943
|
]
|
|
967
944
|
},
|
|
968
|
-
"
|
|
969
|
-
"name": "
|
|
945
|
+
"compass": {
|
|
946
|
+
"name": "Compass",
|
|
970
947
|
"exportName": "default",
|
|
971
|
-
"displayName": "
|
|
948
|
+
"displayName": "compass",
|
|
972
949
|
"description": "",
|
|
973
950
|
"tags": {},
|
|
974
951
|
"props": [
|
|
@@ -985,13 +962,13 @@
|
|
|
985
962
|
}
|
|
986
963
|
],
|
|
987
964
|
"sourceFiles": [
|
|
988
|
-
"./src/components/icon/comps/
|
|
965
|
+
"./src/components/icon/comps/compass.vue"
|
|
989
966
|
]
|
|
990
967
|
},
|
|
991
|
-
"
|
|
992
|
-
"name": "
|
|
968
|
+
"clipboard": {
|
|
969
|
+
"name": "Clipboard",
|
|
993
970
|
"exportName": "default",
|
|
994
|
-
"displayName": "
|
|
971
|
+
"displayName": "clipboard",
|
|
995
972
|
"description": "",
|
|
996
973
|
"tags": {},
|
|
997
974
|
"props": [
|
|
@@ -1008,13 +985,13 @@
|
|
|
1008
985
|
}
|
|
1009
986
|
],
|
|
1010
987
|
"sourceFiles": [
|
|
1011
|
-
"./src/components/icon/comps/
|
|
988
|
+
"./src/components/icon/comps/clipboard.vue"
|
|
1012
989
|
]
|
|
1013
990
|
},
|
|
1014
|
-
"
|
|
1015
|
-
"name": "
|
|
991
|
+
"copy": {
|
|
992
|
+
"name": "Copy",
|
|
1016
993
|
"exportName": "default",
|
|
1017
|
-
"displayName": "
|
|
994
|
+
"displayName": "copy",
|
|
1018
995
|
"description": "",
|
|
1019
996
|
"tags": {},
|
|
1020
997
|
"props": [
|
|
@@ -1031,7 +1008,7 @@
|
|
|
1031
1008
|
}
|
|
1032
1009
|
],
|
|
1033
1010
|
"sourceFiles": [
|
|
1034
|
-
"./src/components/icon/comps/
|
|
1011
|
+
"./src/components/icon/comps/copy.vue"
|
|
1035
1012
|
]
|
|
1036
1013
|
},
|
|
1037
1014
|
"code-html": {
|
|
@@ -1057,10 +1034,10 @@
|
|
|
1057
1034
|
"./src/components/icon/comps/code-html.vue"
|
|
1058
1035
|
]
|
|
1059
1036
|
},
|
|
1060
|
-
"
|
|
1061
|
-
"name": "
|
|
1037
|
+
"coupon-stroke": {
|
|
1038
|
+
"name": "CouponStroke",
|
|
1062
1039
|
"exportName": "default",
|
|
1063
|
-
"displayName": "
|
|
1040
|
+
"displayName": "coupon-stroke",
|
|
1064
1041
|
"description": "",
|
|
1065
1042
|
"tags": {},
|
|
1066
1043
|
"props": [
|
|
@@ -1077,13 +1054,13 @@
|
|
|
1077
1054
|
}
|
|
1078
1055
|
],
|
|
1079
1056
|
"sourceFiles": [
|
|
1080
|
-
"./src/components/icon/comps/
|
|
1057
|
+
"./src/components/icon/comps/coupon-stroke.vue"
|
|
1081
1058
|
]
|
|
1082
1059
|
},
|
|
1083
|
-
"
|
|
1084
|
-
"name": "
|
|
1060
|
+
"check-fill": {
|
|
1061
|
+
"name": "CheckFill",
|
|
1085
1062
|
"exportName": "default",
|
|
1086
|
-
"displayName": "
|
|
1063
|
+
"displayName": "check-fill",
|
|
1087
1064
|
"description": "",
|
|
1088
1065
|
"tags": {},
|
|
1089
1066
|
"props": [
|
|
@@ -1100,13 +1077,13 @@
|
|
|
1100
1077
|
}
|
|
1101
1078
|
],
|
|
1102
1079
|
"sourceFiles": [
|
|
1103
|
-
"./src/components/icon/comps/
|
|
1080
|
+
"./src/components/icon/comps/check-fill.vue"
|
|
1104
1081
|
]
|
|
1105
1082
|
},
|
|
1106
|
-
"
|
|
1107
|
-
"name": "
|
|
1083
|
+
"credit-card": {
|
|
1084
|
+
"name": "CreditCard",
|
|
1108
1085
|
"exportName": "default",
|
|
1109
|
-
"displayName": "
|
|
1086
|
+
"displayName": "credit-card",
|
|
1110
1087
|
"description": "",
|
|
1111
1088
|
"tags": {},
|
|
1112
1089
|
"props": [
|
|
@@ -1123,13 +1100,13 @@
|
|
|
1123
1100
|
}
|
|
1124
1101
|
],
|
|
1125
1102
|
"sourceFiles": [
|
|
1126
|
-
"./src/components/icon/comps/
|
|
1103
|
+
"./src/components/icon/comps/credit-card.vue"
|
|
1127
1104
|
]
|
|
1128
1105
|
},
|
|
1129
|
-
"
|
|
1130
|
-
"name": "
|
|
1106
|
+
"curbside-pickup": {
|
|
1107
|
+
"name": "CurbsidePickup",
|
|
1131
1108
|
"exportName": "default",
|
|
1132
|
-
"displayName": "
|
|
1109
|
+
"displayName": "curbside-pickup",
|
|
1133
1110
|
"description": "",
|
|
1134
1111
|
"tags": {},
|
|
1135
1112
|
"props": [
|
|
@@ -1146,13 +1123,13 @@
|
|
|
1146
1123
|
}
|
|
1147
1124
|
],
|
|
1148
1125
|
"sourceFiles": [
|
|
1149
|
-
"./src/components/icon/comps/
|
|
1126
|
+
"./src/components/icon/comps/curbside-pickup.vue"
|
|
1150
1127
|
]
|
|
1151
1128
|
},
|
|
1152
|
-
"
|
|
1153
|
-
"name": "
|
|
1129
|
+
"diving": {
|
|
1130
|
+
"name": "Diving",
|
|
1154
1131
|
"exportName": "default",
|
|
1155
|
-
"displayName": "
|
|
1132
|
+
"displayName": "diving",
|
|
1156
1133
|
"description": "",
|
|
1157
1134
|
"tags": {},
|
|
1158
1135
|
"props": [
|
|
@@ -1169,13 +1146,13 @@
|
|
|
1169
1146
|
}
|
|
1170
1147
|
],
|
|
1171
1148
|
"sourceFiles": [
|
|
1172
|
-
"./src/components/icon/comps/
|
|
1149
|
+
"./src/components/icon/comps/diving.vue"
|
|
1173
1150
|
]
|
|
1174
1151
|
},
|
|
1175
|
-
"
|
|
1176
|
-
"name": "
|
|
1152
|
+
"day": {
|
|
1153
|
+
"name": "Day",
|
|
1177
1154
|
"exportName": "default",
|
|
1178
|
-
"displayName": "
|
|
1155
|
+
"displayName": "day",
|
|
1179
1156
|
"description": "",
|
|
1180
1157
|
"tags": {},
|
|
1181
1158
|
"props": [
|
|
@@ -1192,13 +1169,13 @@
|
|
|
1192
1169
|
}
|
|
1193
1170
|
],
|
|
1194
1171
|
"sourceFiles": [
|
|
1195
|
-
"./src/components/icon/comps/
|
|
1172
|
+
"./src/components/icon/comps/day.vue"
|
|
1196
1173
|
]
|
|
1197
1174
|
},
|
|
1198
|
-
"
|
|
1199
|
-
"name": "
|
|
1175
|
+
"dog": {
|
|
1176
|
+
"name": "Dog",
|
|
1200
1177
|
"exportName": "default",
|
|
1201
|
-
"displayName": "
|
|
1178
|
+
"displayName": "dog",
|
|
1202
1179
|
"description": "",
|
|
1203
1180
|
"tags": {},
|
|
1204
1181
|
"props": [
|
|
@@ -1215,13 +1192,13 @@
|
|
|
1215
1192
|
}
|
|
1216
1193
|
],
|
|
1217
1194
|
"sourceFiles": [
|
|
1218
|
-
"./src/components/icon/comps/
|
|
1195
|
+
"./src/components/icon/comps/dog.vue"
|
|
1219
1196
|
]
|
|
1220
1197
|
},
|
|
1221
|
-
"
|
|
1222
|
-
"name": "
|
|
1198
|
+
"duplicate": {
|
|
1199
|
+
"name": "Duplicate",
|
|
1223
1200
|
"exportName": "default",
|
|
1224
|
-
"displayName": "
|
|
1201
|
+
"displayName": "duplicate",
|
|
1225
1202
|
"description": "",
|
|
1226
1203
|
"tags": {},
|
|
1227
1204
|
"props": [
|
|
@@ -1238,13 +1215,13 @@
|
|
|
1238
1215
|
}
|
|
1239
1216
|
],
|
|
1240
1217
|
"sourceFiles": [
|
|
1241
|
-
"./src/components/icon/comps/
|
|
1218
|
+
"./src/components/icon/comps/duplicate.vue"
|
|
1242
1219
|
]
|
|
1243
1220
|
},
|
|
1244
|
-
"
|
|
1245
|
-
"name": "
|
|
1221
|
+
"download": {
|
|
1222
|
+
"name": "Download",
|
|
1246
1223
|
"exportName": "default",
|
|
1247
|
-
"displayName": "
|
|
1224
|
+
"displayName": "download",
|
|
1248
1225
|
"description": "",
|
|
1249
1226
|
"tags": {},
|
|
1250
1227
|
"props": [
|
|
@@ -1261,13 +1238,13 @@
|
|
|
1261
1238
|
}
|
|
1262
1239
|
],
|
|
1263
1240
|
"sourceFiles": [
|
|
1264
|
-
"./src/components/icon/comps/
|
|
1241
|
+
"./src/components/icon/comps/download.vue"
|
|
1265
1242
|
]
|
|
1266
1243
|
},
|
|
1267
|
-
"
|
|
1268
|
-
"name": "
|
|
1244
|
+
"elevation": {
|
|
1245
|
+
"name": "Elevation",
|
|
1269
1246
|
"exportName": "default",
|
|
1270
|
-
"displayName": "
|
|
1247
|
+
"displayName": "elevation",
|
|
1271
1248
|
"description": "",
|
|
1272
1249
|
"tags": {},
|
|
1273
1250
|
"props": [
|
|
@@ -1284,13 +1261,13 @@
|
|
|
1284
1261
|
}
|
|
1285
1262
|
],
|
|
1286
1263
|
"sourceFiles": [
|
|
1287
|
-
"./src/components/icon/comps/
|
|
1264
|
+
"./src/components/icon/comps/elevation.vue"
|
|
1288
1265
|
]
|
|
1289
1266
|
},
|
|
1290
|
-
"
|
|
1291
|
-
"name": "
|
|
1267
|
+
"code-js": {
|
|
1268
|
+
"name": "CodeJs",
|
|
1292
1269
|
"exportName": "default",
|
|
1293
|
-
"displayName": "
|
|
1270
|
+
"displayName": "code-js",
|
|
1294
1271
|
"description": "",
|
|
1295
1272
|
"tags": {},
|
|
1296
1273
|
"props": [
|
|
@@ -1307,7 +1284,7 @@
|
|
|
1307
1284
|
}
|
|
1308
1285
|
],
|
|
1309
1286
|
"sourceFiles": [
|
|
1310
|
-
"./src/components/icon/comps/
|
|
1287
|
+
"./src/components/icon/comps/code-js.vue"
|
|
1311
1288
|
]
|
|
1312
1289
|
},
|
|
1313
1290
|
"error-fill": {
|
|
@@ -1379,10 +1356,10 @@
|
|
|
1379
1356
|
"./src/components/icon/comps/error-stroke.vue"
|
|
1380
1357
|
]
|
|
1381
1358
|
},
|
|
1382
|
-
"
|
|
1383
|
-
"name": "
|
|
1359
|
+
"experiences-camping": {
|
|
1360
|
+
"name": "ExperiencesCamping",
|
|
1384
1361
|
"exportName": "default",
|
|
1385
|
-
"displayName": "
|
|
1362
|
+
"displayName": "experiences-camping",
|
|
1386
1363
|
"description": "",
|
|
1387
1364
|
"tags": {},
|
|
1388
1365
|
"props": [
|
|
@@ -1399,7 +1376,7 @@
|
|
|
1399
1376
|
}
|
|
1400
1377
|
],
|
|
1401
1378
|
"sourceFiles": [
|
|
1402
|
-
"./src/components/icon/comps/
|
|
1379
|
+
"./src/components/icon/comps/experiences-camping.vue"
|
|
1403
1380
|
]
|
|
1404
1381
|
},
|
|
1405
1382
|
"experiences-backpacking": {
|
|
@@ -1425,33 +1402,10 @@
|
|
|
1425
1402
|
"./src/components/icon/comps/experiences-backpacking.vue"
|
|
1426
1403
|
]
|
|
1427
1404
|
},
|
|
1428
|
-
"experiences-
|
|
1429
|
-
"name": "
|
|
1430
|
-
"exportName": "default",
|
|
1431
|
-
"displayName": "experiences-camping",
|
|
1432
|
-
"description": "",
|
|
1433
|
-
"tags": {},
|
|
1434
|
-
"props": [
|
|
1435
|
-
{
|
|
1436
|
-
"name": "props",
|
|
1437
|
-
"type": {
|
|
1438
|
-
"name": "object"
|
|
1439
|
-
}
|
|
1440
|
-
}
|
|
1441
|
-
],
|
|
1442
|
-
"slots": [
|
|
1443
|
-
{
|
|
1444
|
-
"name": "default"
|
|
1445
|
-
}
|
|
1446
|
-
],
|
|
1447
|
-
"sourceFiles": [
|
|
1448
|
-
"./src/components/icon/comps/experiences-camping.vue"
|
|
1449
|
-
]
|
|
1450
|
-
},
|
|
1451
|
-
"experiences-climbing": {
|
|
1452
|
-
"name": "ExperiencesClimbing",
|
|
1405
|
+
"experiences-clothing": {
|
|
1406
|
+
"name": "ExperiencesClothing",
|
|
1453
1407
|
"exportName": "default",
|
|
1454
|
-
"displayName": "experiences-
|
|
1408
|
+
"displayName": "experiences-clothing",
|
|
1455
1409
|
"description": "",
|
|
1456
1410
|
"tags": {},
|
|
1457
1411
|
"props": [
|
|
@@ -1468,13 +1422,13 @@
|
|
|
1468
1422
|
}
|
|
1469
1423
|
],
|
|
1470
1424
|
"sourceFiles": [
|
|
1471
|
-
"./src/components/icon/comps/experiences-
|
|
1425
|
+
"./src/components/icon/comps/experiences-clothing.vue"
|
|
1472
1426
|
]
|
|
1473
1427
|
},
|
|
1474
|
-
"experiences-
|
|
1475
|
-
"name": "
|
|
1428
|
+
"experiences-fitness": {
|
|
1429
|
+
"name": "ExperiencesFitness",
|
|
1476
1430
|
"exportName": "default",
|
|
1477
|
-
"displayName": "experiences-
|
|
1431
|
+
"displayName": "experiences-fitness",
|
|
1478
1432
|
"description": "",
|
|
1479
1433
|
"tags": {},
|
|
1480
1434
|
"props": [
|
|
@@ -1491,13 +1445,13 @@
|
|
|
1491
1445
|
}
|
|
1492
1446
|
],
|
|
1493
1447
|
"sourceFiles": [
|
|
1494
|
-
"./src/components/icon/comps/experiences-
|
|
1448
|
+
"./src/components/icon/comps/experiences-fitness.vue"
|
|
1495
1449
|
]
|
|
1496
1450
|
},
|
|
1497
|
-
"
|
|
1498
|
-
"name": "
|
|
1451
|
+
"expand": {
|
|
1452
|
+
"name": "Expand",
|
|
1499
1453
|
"exportName": "default",
|
|
1500
|
-
"displayName": "
|
|
1454
|
+
"displayName": "expand",
|
|
1501
1455
|
"description": "",
|
|
1502
1456
|
"tags": {},
|
|
1503
1457
|
"props": [
|
|
@@ -1514,7 +1468,7 @@
|
|
|
1514
1468
|
}
|
|
1515
1469
|
],
|
|
1516
1470
|
"sourceFiles": [
|
|
1517
|
-
"./src/components/icon/comps/
|
|
1471
|
+
"./src/components/icon/comps/expand.vue"
|
|
1518
1472
|
]
|
|
1519
1473
|
},
|
|
1520
1474
|
"experiences-cycling": {
|
|
@@ -1540,10 +1494,10 @@
|
|
|
1540
1494
|
"./src/components/icon/comps/experiences-cycling.vue"
|
|
1541
1495
|
]
|
|
1542
1496
|
},
|
|
1543
|
-
"experiences-
|
|
1544
|
-
"name": "
|
|
1497
|
+
"experiences-paddling": {
|
|
1498
|
+
"name": "ExperiencesPaddling",
|
|
1545
1499
|
"exportName": "default",
|
|
1546
|
-
"displayName": "experiences-
|
|
1500
|
+
"displayName": "experiences-paddling",
|
|
1547
1501
|
"description": "",
|
|
1548
1502
|
"tags": {},
|
|
1549
1503
|
"props": [
|
|
@@ -1560,7 +1514,7 @@
|
|
|
1560
1514
|
}
|
|
1561
1515
|
],
|
|
1562
1516
|
"sourceFiles": [
|
|
1563
|
-
"./src/components/icon/comps/experiences-
|
|
1517
|
+
"./src/components/icon/comps/experiences-paddling.vue"
|
|
1564
1518
|
]
|
|
1565
1519
|
},
|
|
1566
1520
|
"experiences-hiking": {
|
|
@@ -1609,10 +1563,10 @@
|
|
|
1609
1563
|
"./src/components/icon/comps/experiences-outdoor-basics.vue"
|
|
1610
1564
|
]
|
|
1611
1565
|
},
|
|
1612
|
-
"experiences-
|
|
1613
|
-
"name": "
|
|
1566
|
+
"experiences-running": {
|
|
1567
|
+
"name": "ExperiencesRunning",
|
|
1614
1568
|
"exportName": "default",
|
|
1615
|
-
"displayName": "experiences-
|
|
1569
|
+
"displayName": "experiences-running",
|
|
1616
1570
|
"description": "",
|
|
1617
1571
|
"tags": {},
|
|
1618
1572
|
"props": [
|
|
@@ -1629,13 +1583,13 @@
|
|
|
1629
1583
|
}
|
|
1630
1584
|
],
|
|
1631
1585
|
"sourceFiles": [
|
|
1632
|
-
"./src/components/icon/comps/experiences-
|
|
1586
|
+
"./src/components/icon/comps/experiences-running.vue"
|
|
1633
1587
|
]
|
|
1634
1588
|
},
|
|
1635
|
-
"experiences-
|
|
1636
|
-
"name": "
|
|
1589
|
+
"experiences-family": {
|
|
1590
|
+
"name": "ExperiencesFamily",
|
|
1637
1591
|
"exportName": "default",
|
|
1638
|
-
"displayName": "experiences-
|
|
1592
|
+
"displayName": "experiences-family",
|
|
1639
1593
|
"description": "",
|
|
1640
1594
|
"tags": {},
|
|
1641
1595
|
"props": [
|
|
@@ -1652,13 +1606,13 @@
|
|
|
1652
1606
|
}
|
|
1653
1607
|
],
|
|
1654
1608
|
"sourceFiles": [
|
|
1655
|
-
"./src/components/icon/comps/experiences-
|
|
1609
|
+
"./src/components/icon/comps/experiences-family.vue"
|
|
1656
1610
|
]
|
|
1657
1611
|
},
|
|
1658
|
-
"experiences-
|
|
1659
|
-
"name": "
|
|
1612
|
+
"experiences-snowsports": {
|
|
1613
|
+
"name": "ExperiencesSnowsports",
|
|
1660
1614
|
"exportName": "default",
|
|
1661
|
-
"displayName": "experiences-
|
|
1615
|
+
"displayName": "experiences-snowsports",
|
|
1662
1616
|
"description": "",
|
|
1663
1617
|
"tags": {},
|
|
1664
1618
|
"props": [
|
|
@@ -1675,13 +1629,13 @@
|
|
|
1675
1629
|
}
|
|
1676
1630
|
],
|
|
1677
1631
|
"sourceFiles": [
|
|
1678
|
-
"./src/components/icon/comps/experiences-
|
|
1632
|
+
"./src/components/icon/comps/experiences-snowsports.vue"
|
|
1679
1633
|
]
|
|
1680
1634
|
},
|
|
1681
|
-
"experiences-
|
|
1682
|
-
"name": "
|
|
1635
|
+
"experiences-travel": {
|
|
1636
|
+
"name": "ExperiencesTravel",
|
|
1683
1637
|
"exportName": "default",
|
|
1684
|
-
"displayName": "experiences-
|
|
1638
|
+
"displayName": "experiences-travel",
|
|
1685
1639
|
"description": "",
|
|
1686
1640
|
"tags": {},
|
|
1687
1641
|
"props": [
|
|
@@ -1698,13 +1652,13 @@
|
|
|
1698
1652
|
}
|
|
1699
1653
|
],
|
|
1700
1654
|
"sourceFiles": [
|
|
1701
|
-
"./src/components/icon/comps/experiences-
|
|
1655
|
+
"./src/components/icon/comps/experiences-travel.vue"
|
|
1702
1656
|
]
|
|
1703
1657
|
},
|
|
1704
|
-
"
|
|
1705
|
-
"name": "
|
|
1658
|
+
"external-link-alt": {
|
|
1659
|
+
"name": "ExternalLinkAlt",
|
|
1706
1660
|
"exportName": "default",
|
|
1707
|
-
"displayName": "
|
|
1661
|
+
"displayName": "external-link-alt",
|
|
1708
1662
|
"description": "",
|
|
1709
1663
|
"tags": {},
|
|
1710
1664
|
"props": [
|
|
@@ -1721,13 +1675,13 @@
|
|
|
1721
1675
|
}
|
|
1722
1676
|
],
|
|
1723
1677
|
"sourceFiles": [
|
|
1724
|
-
"./src/components/icon/comps/
|
|
1678
|
+
"./src/components/icon/comps/external-link-alt.vue"
|
|
1725
1679
|
]
|
|
1726
1680
|
},
|
|
1727
|
-
"
|
|
1728
|
-
"name": "
|
|
1681
|
+
"experiences-rentals": {
|
|
1682
|
+
"name": "ExperiencesRentals",
|
|
1729
1683
|
"exportName": "default",
|
|
1730
|
-
"displayName": "
|
|
1684
|
+
"displayName": "experiences-rentals",
|
|
1731
1685
|
"description": "",
|
|
1732
1686
|
"tags": {},
|
|
1733
1687
|
"props": [
|
|
@@ -1744,13 +1698,13 @@
|
|
|
1744
1698
|
}
|
|
1745
1699
|
],
|
|
1746
1700
|
"sourceFiles": [
|
|
1747
|
-
"./src/components/icon/comps/
|
|
1701
|
+
"./src/components/icon/comps/experiences-rentals.vue"
|
|
1748
1702
|
]
|
|
1749
1703
|
},
|
|
1750
|
-
"
|
|
1751
|
-
"name": "
|
|
1704
|
+
"experiences-climbing": {
|
|
1705
|
+
"name": "ExperiencesClimbing",
|
|
1752
1706
|
"exportName": "default",
|
|
1753
|
-
"displayName": "
|
|
1707
|
+
"displayName": "experiences-climbing",
|
|
1754
1708
|
"description": "",
|
|
1755
1709
|
"tags": {},
|
|
1756
1710
|
"props": [
|
|
@@ -1767,13 +1721,13 @@
|
|
|
1767
1721
|
}
|
|
1768
1722
|
],
|
|
1769
1723
|
"sourceFiles": [
|
|
1770
|
-
"./src/components/icon/comps/
|
|
1724
|
+
"./src/components/icon/comps/experiences-climbing.vue"
|
|
1771
1725
|
]
|
|
1772
1726
|
},
|
|
1773
|
-
"
|
|
1774
|
-
"name": "
|
|
1727
|
+
"eye-hide": {
|
|
1728
|
+
"name": "EyeHide",
|
|
1775
1729
|
"exportName": "default",
|
|
1776
|
-
"displayName": "
|
|
1730
|
+
"displayName": "eye-hide",
|
|
1777
1731
|
"description": "",
|
|
1778
1732
|
"tags": {},
|
|
1779
1733
|
"props": [
|
|
@@ -1790,7 +1744,7 @@
|
|
|
1790
1744
|
}
|
|
1791
1745
|
],
|
|
1792
1746
|
"sourceFiles": [
|
|
1793
|
-
"./src/components/icon/comps/
|
|
1747
|
+
"./src/components/icon/comps/eye-hide.vue"
|
|
1794
1748
|
]
|
|
1795
1749
|
},
|
|
1796
1750
|
"eye-show": {
|
|
@@ -1816,10 +1770,10 @@
|
|
|
1816
1770
|
"./src/components/icon/comps/eye-show.vue"
|
|
1817
1771
|
]
|
|
1818
1772
|
},
|
|
1819
|
-
"
|
|
1820
|
-
"name": "
|
|
1773
|
+
"facebook": {
|
|
1774
|
+
"name": "Facebook",
|
|
1821
1775
|
"exportName": "default",
|
|
1822
|
-
"displayName": "
|
|
1776
|
+
"displayName": "facebook",
|
|
1823
1777
|
"description": "",
|
|
1824
1778
|
"tags": {},
|
|
1825
1779
|
"props": [
|
|
@@ -1836,13 +1790,13 @@
|
|
|
1836
1790
|
}
|
|
1837
1791
|
],
|
|
1838
1792
|
"sourceFiles": [
|
|
1839
|
-
"./src/components/icon/comps/
|
|
1793
|
+
"./src/components/icon/comps/facebook.vue"
|
|
1840
1794
|
]
|
|
1841
1795
|
},
|
|
1842
|
-
"
|
|
1843
|
-
"name": "
|
|
1796
|
+
"find-location": {
|
|
1797
|
+
"name": "FindLocation",
|
|
1844
1798
|
"exportName": "default",
|
|
1845
|
-
"displayName": "
|
|
1799
|
+
"displayName": "find-location",
|
|
1846
1800
|
"description": "",
|
|
1847
1801
|
"tags": {},
|
|
1848
1802
|
"props": [
|
|
@@ -1859,13 +1813,13 @@
|
|
|
1859
1813
|
}
|
|
1860
1814
|
],
|
|
1861
1815
|
"sourceFiles": [
|
|
1862
|
-
"./src/components/icon/comps/
|
|
1816
|
+
"./src/components/icon/comps/find-location.vue"
|
|
1863
1817
|
]
|
|
1864
1818
|
},
|
|
1865
|
-
"
|
|
1866
|
-
"name": "
|
|
1819
|
+
"external-link": {
|
|
1820
|
+
"name": "ExternalLink",
|
|
1867
1821
|
"exportName": "default",
|
|
1868
|
-
"displayName": "
|
|
1822
|
+
"displayName": "external-link",
|
|
1869
1823
|
"description": "",
|
|
1870
1824
|
"tags": {},
|
|
1871
1825
|
"props": [
|
|
@@ -1882,13 +1836,13 @@
|
|
|
1882
1836
|
}
|
|
1883
1837
|
],
|
|
1884
1838
|
"sourceFiles": [
|
|
1885
|
-
"./src/components/icon/comps/
|
|
1839
|
+
"./src/components/icon/comps/external-link.vue"
|
|
1886
1840
|
]
|
|
1887
1841
|
},
|
|
1888
|
-
"
|
|
1889
|
-
"name": "
|
|
1842
|
+
"filter": {
|
|
1843
|
+
"name": "Filter",
|
|
1890
1844
|
"exportName": "default",
|
|
1891
|
-
"displayName": "
|
|
1845
|
+
"displayName": "filter",
|
|
1892
1846
|
"description": "",
|
|
1893
1847
|
"tags": {},
|
|
1894
1848
|
"props": [
|
|
@@ -1905,13 +1859,13 @@
|
|
|
1905
1859
|
}
|
|
1906
1860
|
],
|
|
1907
1861
|
"sourceFiles": [
|
|
1908
|
-
"./src/components/icon/comps/
|
|
1862
|
+
"./src/components/icon/comps/filter.vue"
|
|
1909
1863
|
]
|
|
1910
1864
|
},
|
|
1911
|
-
"
|
|
1912
|
-
"name": "
|
|
1865
|
+
"coupon-fill": {
|
|
1866
|
+
"name": "CouponFill",
|
|
1913
1867
|
"exportName": "default",
|
|
1914
|
-
"displayName": "
|
|
1868
|
+
"displayName": "coupon-fill",
|
|
1915
1869
|
"description": "",
|
|
1916
1870
|
"tags": {},
|
|
1917
1871
|
"props": [
|
|
@@ -1928,13 +1882,13 @@
|
|
|
1928
1882
|
}
|
|
1929
1883
|
],
|
|
1930
1884
|
"sourceFiles": [
|
|
1931
|
-
"./src/components/icon/comps/
|
|
1885
|
+
"./src/components/icon/comps/coupon-fill.vue"
|
|
1932
1886
|
]
|
|
1933
1887
|
},
|
|
1934
|
-
"
|
|
1935
|
-
"name": "
|
|
1888
|
+
"filter-alt": {
|
|
1889
|
+
"name": "FilterAlt",
|
|
1936
1890
|
"exportName": "default",
|
|
1937
|
-
"displayName": "
|
|
1891
|
+
"displayName": "filter-alt",
|
|
1938
1892
|
"description": "",
|
|
1939
1893
|
"tags": {},
|
|
1940
1894
|
"props": [
|
|
@@ -1951,13 +1905,13 @@
|
|
|
1951
1905
|
}
|
|
1952
1906
|
],
|
|
1953
1907
|
"sourceFiles": [
|
|
1954
|
-
"./src/components/icon/comps/
|
|
1908
|
+
"./src/components/icon/comps/filter-alt.vue"
|
|
1955
1909
|
]
|
|
1956
1910
|
},
|
|
1957
|
-
"
|
|
1958
|
-
"name": "
|
|
1911
|
+
"grid-view": {
|
|
1912
|
+
"name": "GridView",
|
|
1959
1913
|
"exportName": "default",
|
|
1960
|
-
"displayName": "
|
|
1914
|
+
"displayName": "grid-view",
|
|
1961
1915
|
"description": "",
|
|
1962
1916
|
"tags": {},
|
|
1963
1917
|
"props": [
|
|
@@ -1974,13 +1928,13 @@
|
|
|
1974
1928
|
}
|
|
1975
1929
|
],
|
|
1976
1930
|
"sourceFiles": [
|
|
1977
|
-
"./src/components/icon/comps/
|
|
1931
|
+
"./src/components/icon/comps/grid-view.vue"
|
|
1978
1932
|
]
|
|
1979
1933
|
},
|
|
1980
|
-
"
|
|
1981
|
-
"name": "
|
|
1934
|
+
"heart-fill": {
|
|
1935
|
+
"name": "HeartFill",
|
|
1982
1936
|
"exportName": "default",
|
|
1983
|
-
"displayName": "
|
|
1937
|
+
"displayName": "heart-fill",
|
|
1984
1938
|
"description": "",
|
|
1985
1939
|
"tags": {},
|
|
1986
1940
|
"props": [
|
|
@@ -1997,13 +1951,13 @@
|
|
|
1997
1951
|
}
|
|
1998
1952
|
],
|
|
1999
1953
|
"sourceFiles": [
|
|
2000
|
-
"./src/components/icon/comps/
|
|
1954
|
+
"./src/components/icon/comps/heart-fill.vue"
|
|
2001
1955
|
]
|
|
2002
1956
|
},
|
|
2003
|
-
"
|
|
2004
|
-
"name": "
|
|
1957
|
+
"fishing": {
|
|
1958
|
+
"name": "Fishing",
|
|
2005
1959
|
"exportName": "default",
|
|
2006
|
-
"displayName": "
|
|
1960
|
+
"displayName": "fishing",
|
|
2007
1961
|
"description": "",
|
|
2008
1962
|
"tags": {},
|
|
2009
1963
|
"props": [
|
|
@@ -2020,13 +1974,13 @@
|
|
|
2020
1974
|
}
|
|
2021
1975
|
],
|
|
2022
1976
|
"sourceFiles": [
|
|
2023
|
-
"./src/components/icon/comps/
|
|
1977
|
+
"./src/components/icon/comps/fishing.vue"
|
|
2024
1978
|
]
|
|
2025
1979
|
},
|
|
2026
|
-
"
|
|
2027
|
-
"name": "
|
|
1980
|
+
"hike": {
|
|
1981
|
+
"name": "Hike",
|
|
2028
1982
|
"exportName": "default",
|
|
2029
|
-
"displayName": "
|
|
1983
|
+
"displayName": "hike",
|
|
2030
1984
|
"description": "",
|
|
2031
1985
|
"tags": {},
|
|
2032
1986
|
"props": [
|
|
@@ -2043,13 +1997,13 @@
|
|
|
2043
1997
|
}
|
|
2044
1998
|
],
|
|
2045
1999
|
"sourceFiles": [
|
|
2046
|
-
"./src/components/icon/comps/
|
|
2000
|
+
"./src/components/icon/comps/hike.vue"
|
|
2047
2001
|
]
|
|
2048
2002
|
},
|
|
2049
|
-
"
|
|
2050
|
-
"name": "
|
|
2003
|
+
"fire": {
|
|
2004
|
+
"name": "Fire",
|
|
2051
2005
|
"exportName": "default",
|
|
2052
|
-
"displayName": "
|
|
2006
|
+
"displayName": "fire",
|
|
2053
2007
|
"description": "",
|
|
2054
2008
|
"tags": {},
|
|
2055
2009
|
"props": [
|
|
@@ -2066,13 +2020,13 @@
|
|
|
2066
2020
|
}
|
|
2067
2021
|
],
|
|
2068
2022
|
"sourceFiles": [
|
|
2069
|
-
"./src/components/icon/comps/
|
|
2023
|
+
"./src/components/icon/comps/fire.vue"
|
|
2070
2024
|
]
|
|
2071
2025
|
},
|
|
2072
|
-
"
|
|
2073
|
-
"name": "
|
|
2026
|
+
"history": {
|
|
2027
|
+
"name": "History",
|
|
2074
2028
|
"exportName": "default",
|
|
2075
|
-
"displayName": "
|
|
2029
|
+
"displayName": "history",
|
|
2076
2030
|
"description": "",
|
|
2077
2031
|
"tags": {},
|
|
2078
2032
|
"props": [
|
|
@@ -2089,13 +2043,13 @@
|
|
|
2089
2043
|
}
|
|
2090
2044
|
],
|
|
2091
2045
|
"sourceFiles": [
|
|
2092
|
-
"./src/components/icon/comps/
|
|
2046
|
+
"./src/components/icon/comps/history.vue"
|
|
2093
2047
|
]
|
|
2094
2048
|
},
|
|
2095
|
-
"
|
|
2096
|
-
"name": "
|
|
2049
|
+
"heart-stroke": {
|
|
2050
|
+
"name": "HeartStroke",
|
|
2097
2051
|
"exportName": "default",
|
|
2098
|
-
"displayName": "
|
|
2052
|
+
"displayName": "heart-stroke",
|
|
2099
2053
|
"description": "",
|
|
2100
2054
|
"tags": {},
|
|
2101
2055
|
"props": [
|
|
@@ -2112,13 +2066,13 @@
|
|
|
2112
2066
|
}
|
|
2113
2067
|
],
|
|
2114
2068
|
"sourceFiles": [
|
|
2115
|
-
"./src/components/icon/comps/
|
|
2069
|
+
"./src/components/icon/comps/heart-stroke.vue"
|
|
2116
2070
|
]
|
|
2117
2071
|
},
|
|
2118
|
-
"
|
|
2119
|
-
"name": "
|
|
2072
|
+
"free-product": {
|
|
2073
|
+
"name": "FreeProduct",
|
|
2120
2074
|
"exportName": "default",
|
|
2121
|
-
"displayName": "
|
|
2075
|
+
"displayName": "free-product",
|
|
2122
2076
|
"description": "",
|
|
2123
2077
|
"tags": {},
|
|
2124
2078
|
"props": [
|
|
@@ -2135,13 +2089,13 @@
|
|
|
2135
2089
|
}
|
|
2136
2090
|
],
|
|
2137
2091
|
"sourceFiles": [
|
|
2138
|
-
"./src/components/icon/comps/
|
|
2092
|
+
"./src/components/icon/comps/free-product.vue"
|
|
2139
2093
|
]
|
|
2140
2094
|
},
|
|
2141
|
-
"
|
|
2142
|
-
"name": "
|
|
2095
|
+
"horseshoe": {
|
|
2096
|
+
"name": "Horseshoe",
|
|
2143
2097
|
"exportName": "default",
|
|
2144
|
-
"displayName": "
|
|
2098
|
+
"displayName": "horseshoe",
|
|
2145
2099
|
"description": "",
|
|
2146
2100
|
"tags": {},
|
|
2147
2101
|
"props": [
|
|
@@ -2158,13 +2112,13 @@
|
|
|
2158
2112
|
}
|
|
2159
2113
|
],
|
|
2160
2114
|
"sourceFiles": [
|
|
2161
|
-
"./src/components/icon/comps/
|
|
2115
|
+
"./src/components/icon/comps/horseshoe.vue"
|
|
2162
2116
|
]
|
|
2163
2117
|
},
|
|
2164
|
-
"
|
|
2165
|
-
"name": "
|
|
2118
|
+
"information-fill": {
|
|
2119
|
+
"name": "InformationFill",
|
|
2166
2120
|
"exportName": "default",
|
|
2167
|
-
"displayName": "
|
|
2121
|
+
"displayName": "information-fill",
|
|
2168
2122
|
"description": "",
|
|
2169
2123
|
"tags": {},
|
|
2170
2124
|
"props": [
|
|
@@ -2181,13 +2135,13 @@
|
|
|
2181
2135
|
}
|
|
2182
2136
|
],
|
|
2183
2137
|
"sourceFiles": [
|
|
2184
|
-
"./src/components/icon/comps/
|
|
2138
|
+
"./src/components/icon/comps/information-fill.vue"
|
|
2185
2139
|
]
|
|
2186
2140
|
},
|
|
2187
|
-
"
|
|
2188
|
-
"name": "
|
|
2141
|
+
"home": {
|
|
2142
|
+
"name": "Home",
|
|
2189
2143
|
"exportName": "default",
|
|
2190
|
-
"displayName": "
|
|
2144
|
+
"displayName": "home",
|
|
2191
2145
|
"description": "",
|
|
2192
2146
|
"tags": {},
|
|
2193
2147
|
"props": [
|
|
@@ -2204,13 +2158,13 @@
|
|
|
2204
2158
|
}
|
|
2205
2159
|
],
|
|
2206
2160
|
"sourceFiles": [
|
|
2207
|
-
"./src/components/icon/comps/
|
|
2161
|
+
"./src/components/icon/comps/home.vue"
|
|
2208
2162
|
]
|
|
2209
2163
|
},
|
|
2210
|
-
"
|
|
2211
|
-
"name": "
|
|
2164
|
+
"image": {
|
|
2165
|
+
"name": "Image",
|
|
2212
2166
|
"exportName": "default",
|
|
2213
|
-
"displayName": "
|
|
2167
|
+
"displayName": "image",
|
|
2214
2168
|
"description": "",
|
|
2215
2169
|
"tags": {},
|
|
2216
2170
|
"props": [
|
|
@@ -2227,7 +2181,7 @@
|
|
|
2227
2181
|
}
|
|
2228
2182
|
],
|
|
2229
2183
|
"sourceFiles": [
|
|
2230
|
-
"./src/components/icon/comps/
|
|
2184
|
+
"./src/components/icon/comps/image.vue"
|
|
2231
2185
|
]
|
|
2232
2186
|
},
|
|
2233
2187
|
"instagram": {
|
|
@@ -2253,10 +2207,10 @@
|
|
|
2253
2207
|
"./src/components/icon/comps/instagram.vue"
|
|
2254
2208
|
]
|
|
2255
2209
|
},
|
|
2256
|
-
"
|
|
2257
|
-
"name": "
|
|
2210
|
+
"horse": {
|
|
2211
|
+
"name": "Horse",
|
|
2258
2212
|
"exportName": "default",
|
|
2259
|
-
"displayName": "
|
|
2213
|
+
"displayName": "horse",
|
|
2260
2214
|
"description": "",
|
|
2261
2215
|
"tags": {},
|
|
2262
2216
|
"props": [
|
|
@@ -2273,7 +2227,7 @@
|
|
|
2273
2227
|
}
|
|
2274
2228
|
],
|
|
2275
2229
|
"sourceFiles": [
|
|
2276
|
-
"./src/components/icon/comps/
|
|
2230
|
+
"./src/components/icon/comps/horse.vue"
|
|
2277
2231
|
]
|
|
2278
2232
|
},
|
|
2279
2233
|
"link-alt": {
|
|
@@ -2299,10 +2253,10 @@
|
|
|
2299
2253
|
"./src/components/icon/comps/link-alt.vue"
|
|
2300
2254
|
]
|
|
2301
2255
|
},
|
|
2302
|
-
"list-
|
|
2303
|
-
"name": "
|
|
2256
|
+
"list-view": {
|
|
2257
|
+
"name": "ListView",
|
|
2304
2258
|
"exportName": "default",
|
|
2305
|
-
"displayName": "list-
|
|
2259
|
+
"displayName": "list-view",
|
|
2306
2260
|
"description": "",
|
|
2307
2261
|
"tags": {},
|
|
2308
2262
|
"props": [
|
|
@@ -2319,13 +2273,13 @@
|
|
|
2319
2273
|
}
|
|
2320
2274
|
],
|
|
2321
2275
|
"sourceFiles": [
|
|
2322
|
-
"./src/components/icon/comps/list-
|
|
2276
|
+
"./src/components/icon/comps/list-view.vue"
|
|
2323
2277
|
]
|
|
2324
2278
|
},
|
|
2325
|
-
"
|
|
2326
|
-
"name": "
|
|
2279
|
+
"kayak": {
|
|
2280
|
+
"name": "Kayak",
|
|
2327
2281
|
"exportName": "default",
|
|
2328
|
-
"displayName": "
|
|
2282
|
+
"displayName": "kayak",
|
|
2329
2283
|
"description": "",
|
|
2330
2284
|
"tags": {},
|
|
2331
2285
|
"props": [
|
|
@@ -2342,13 +2296,13 @@
|
|
|
2342
2296
|
}
|
|
2343
2297
|
],
|
|
2344
2298
|
"sourceFiles": [
|
|
2345
|
-
"./src/components/icon/comps/
|
|
2299
|
+
"./src/components/icon/comps/kayak.vue"
|
|
2346
2300
|
]
|
|
2347
2301
|
},
|
|
2348
|
-
"
|
|
2349
|
-
"name": "
|
|
2302
|
+
"list-ragged": {
|
|
2303
|
+
"name": "ListRagged",
|
|
2350
2304
|
"exportName": "default",
|
|
2351
|
-
"displayName": "
|
|
2305
|
+
"displayName": "list-ragged",
|
|
2352
2306
|
"description": "",
|
|
2353
2307
|
"tags": {},
|
|
2354
2308
|
"props": [
|
|
@@ -2365,13 +2319,13 @@
|
|
|
2365
2319
|
}
|
|
2366
2320
|
],
|
|
2367
2321
|
"sourceFiles": [
|
|
2368
|
-
"./src/components/icon/comps/
|
|
2322
|
+
"./src/components/icon/comps/list-ragged.vue"
|
|
2369
2323
|
]
|
|
2370
2324
|
},
|
|
2371
|
-
"
|
|
2372
|
-
"name": "
|
|
2325
|
+
"information-stroke": {
|
|
2326
|
+
"name": "InformationStroke",
|
|
2373
2327
|
"exportName": "default",
|
|
2374
|
-
"displayName": "
|
|
2328
|
+
"displayName": "information-stroke",
|
|
2375
2329
|
"description": "",
|
|
2376
2330
|
"tags": {},
|
|
2377
2331
|
"props": [
|
|
@@ -2388,13 +2342,13 @@
|
|
|
2388
2342
|
}
|
|
2389
2343
|
],
|
|
2390
2344
|
"sourceFiles": [
|
|
2391
|
-
"./src/components/icon/comps/
|
|
2345
|
+
"./src/components/icon/comps/information-stroke.vue"
|
|
2392
2346
|
]
|
|
2393
2347
|
},
|
|
2394
|
-
"
|
|
2395
|
-
"name": "
|
|
2348
|
+
"location-pin-fill": {
|
|
2349
|
+
"name": "LocationPinFill",
|
|
2396
2350
|
"exportName": "default",
|
|
2397
|
-
"displayName": "
|
|
2351
|
+
"displayName": "location-pin-fill",
|
|
2398
2352
|
"description": "",
|
|
2399
2353
|
"tags": {},
|
|
2400
2354
|
"props": [
|
|
@@ -2411,7 +2365,30 @@
|
|
|
2411
2365
|
}
|
|
2412
2366
|
],
|
|
2413
2367
|
"sourceFiles": [
|
|
2414
|
-
"./src/components/icon/comps/
|
|
2368
|
+
"./src/components/icon/comps/location-pin-fill.vue"
|
|
2369
|
+
]
|
|
2370
|
+
},
|
|
2371
|
+
"location-pin-stroke": {
|
|
2372
|
+
"name": "LocationPinStroke",
|
|
2373
|
+
"exportName": "default",
|
|
2374
|
+
"displayName": "location-pin-stroke",
|
|
2375
|
+
"description": "",
|
|
2376
|
+
"tags": {},
|
|
2377
|
+
"props": [
|
|
2378
|
+
{
|
|
2379
|
+
"name": "props",
|
|
2380
|
+
"type": {
|
|
2381
|
+
"name": "object"
|
|
2382
|
+
}
|
|
2383
|
+
}
|
|
2384
|
+
],
|
|
2385
|
+
"slots": [
|
|
2386
|
+
{
|
|
2387
|
+
"name": "default"
|
|
2388
|
+
}
|
|
2389
|
+
],
|
|
2390
|
+
"sourceFiles": [
|
|
2391
|
+
"./src/components/icon/comps/location-pin-stroke.vue"
|
|
2415
2392
|
]
|
|
2416
2393
|
},
|
|
2417
2394
|
"lock-locked-fill": {
|
|
@@ -2437,10 +2414,10 @@
|
|
|
2437
2414
|
"./src/components/icon/comps/lock-locked-fill.vue"
|
|
2438
2415
|
]
|
|
2439
2416
|
},
|
|
2440
|
-
"lock-
|
|
2441
|
-
"name": "
|
|
2417
|
+
"lock-locked-stroke": {
|
|
2418
|
+
"name": "LockLockedStroke",
|
|
2442
2419
|
"exportName": "default",
|
|
2443
|
-
"displayName": "lock-
|
|
2420
|
+
"displayName": "lock-locked-stroke",
|
|
2444
2421
|
"description": "",
|
|
2445
2422
|
"tags": {},
|
|
2446
2423
|
"props": [
|
|
@@ -2457,13 +2434,13 @@
|
|
|
2457
2434
|
}
|
|
2458
2435
|
],
|
|
2459
2436
|
"sourceFiles": [
|
|
2460
|
-
"./src/components/icon/comps/lock-
|
|
2437
|
+
"./src/components/icon/comps/lock-locked-stroke.vue"
|
|
2461
2438
|
]
|
|
2462
2439
|
},
|
|
2463
|
-
"
|
|
2464
|
-
"name": "
|
|
2440
|
+
"lock-unlocked-stroke": {
|
|
2441
|
+
"name": "LockUnlockedStroke",
|
|
2465
2442
|
"exportName": "default",
|
|
2466
|
-
"displayName": "
|
|
2443
|
+
"displayName": "lock-unlocked-stroke",
|
|
2467
2444
|
"description": "",
|
|
2468
2445
|
"tags": {},
|
|
2469
2446
|
"props": [
|
|
@@ -2480,7 +2457,7 @@
|
|
|
2480
2457
|
}
|
|
2481
2458
|
],
|
|
2482
2459
|
"sourceFiles": [
|
|
2483
|
-
"./src/components/icon/comps/
|
|
2460
|
+
"./src/components/icon/comps/lock-unlocked-stroke.vue"
|
|
2484
2461
|
]
|
|
2485
2462
|
},
|
|
2486
2463
|
"map": {
|
|
@@ -2506,10 +2483,10 @@
|
|
|
2506
2483
|
"./src/components/icon/comps/map.vue"
|
|
2507
2484
|
]
|
|
2508
2485
|
},
|
|
2509
|
-
"
|
|
2510
|
-
"name": "
|
|
2486
|
+
"mail": {
|
|
2487
|
+
"name": "Mail",
|
|
2511
2488
|
"exportName": "default",
|
|
2512
|
-
"displayName": "
|
|
2489
|
+
"displayName": "mail",
|
|
2513
2490
|
"description": "",
|
|
2514
2491
|
"tags": {},
|
|
2515
2492
|
"props": [
|
|
@@ -2526,7 +2503,7 @@
|
|
|
2526
2503
|
}
|
|
2527
2504
|
],
|
|
2528
2505
|
"sourceFiles": [
|
|
2529
|
-
"./src/components/icon/comps/
|
|
2506
|
+
"./src/components/icon/comps/mail.vue"
|
|
2530
2507
|
]
|
|
2531
2508
|
},
|
|
2532
2509
|
"membership": {
|
|
@@ -2552,10 +2529,10 @@
|
|
|
2552
2529
|
"./src/components/icon/comps/membership.vue"
|
|
2553
2530
|
]
|
|
2554
2531
|
},
|
|
2555
|
-
"
|
|
2556
|
-
"name": "
|
|
2532
|
+
"member-card": {
|
|
2533
|
+
"name": "MemberCard",
|
|
2557
2534
|
"exportName": "default",
|
|
2558
|
-
"displayName": "
|
|
2535
|
+
"displayName": "member-card",
|
|
2559
2536
|
"description": "",
|
|
2560
2537
|
"tags": {},
|
|
2561
2538
|
"props": [
|
|
@@ -2572,7 +2549,7 @@
|
|
|
2572
2549
|
}
|
|
2573
2550
|
],
|
|
2574
2551
|
"sourceFiles": [
|
|
2575
|
-
"./src/components/icon/comps/
|
|
2552
|
+
"./src/components/icon/comps/member-card.vue"
|
|
2576
2553
|
]
|
|
2577
2554
|
},
|
|
2578
2555
|
"minus-lg": {
|
|
@@ -2598,10 +2575,10 @@
|
|
|
2598
2575
|
"./src/components/icon/comps/minus-lg.vue"
|
|
2599
2576
|
]
|
|
2600
2577
|
},
|
|
2601
|
-
"
|
|
2602
|
-
"name": "
|
|
2578
|
+
"microphone": {
|
|
2579
|
+
"name": "Microphone",
|
|
2603
2580
|
"exportName": "default",
|
|
2604
|
-
"displayName": "
|
|
2581
|
+
"displayName": "microphone",
|
|
2605
2582
|
"description": "",
|
|
2606
2583
|
"tags": {},
|
|
2607
2584
|
"props": [
|
|
@@ -2618,13 +2595,13 @@
|
|
|
2618
2595
|
}
|
|
2619
2596
|
],
|
|
2620
2597
|
"sourceFiles": [
|
|
2621
|
-
"./src/components/icon/comps/
|
|
2598
|
+
"./src/components/icon/comps/microphone.vue"
|
|
2622
2599
|
]
|
|
2623
2600
|
},
|
|
2624
|
-
"
|
|
2625
|
-
"name": "
|
|
2601
|
+
"minus-fill": {
|
|
2602
|
+
"name": "MinusFill",
|
|
2626
2603
|
"exportName": "default",
|
|
2627
|
-
"displayName": "
|
|
2604
|
+
"displayName": "minus-fill",
|
|
2628
2605
|
"description": "",
|
|
2629
2606
|
"tags": {},
|
|
2630
2607
|
"props": [
|
|
@@ -2641,13 +2618,13 @@
|
|
|
2641
2618
|
}
|
|
2642
2619
|
],
|
|
2643
2620
|
"sourceFiles": [
|
|
2644
|
-
"./src/components/icon/comps/
|
|
2621
|
+
"./src/components/icon/comps/minus-fill.vue"
|
|
2645
2622
|
]
|
|
2646
2623
|
},
|
|
2647
|
-
"minus-
|
|
2648
|
-
"name": "
|
|
2624
|
+
"minus-stroke": {
|
|
2625
|
+
"name": "MinusStroke",
|
|
2649
2626
|
"exportName": "default",
|
|
2650
|
-
"displayName": "minus-
|
|
2627
|
+
"displayName": "minus-stroke",
|
|
2651
2628
|
"description": "",
|
|
2652
2629
|
"tags": {},
|
|
2653
2630
|
"props": [
|
|
@@ -2664,13 +2641,13 @@
|
|
|
2664
2641
|
}
|
|
2665
2642
|
],
|
|
2666
2643
|
"sourceFiles": [
|
|
2667
|
-
"./src/components/icon/comps/minus-
|
|
2644
|
+
"./src/components/icon/comps/minus-stroke.vue"
|
|
2668
2645
|
]
|
|
2669
2646
|
},
|
|
2670
|
-
"minus-
|
|
2671
|
-
"name": "
|
|
2647
|
+
"minus-sm": {
|
|
2648
|
+
"name": "MinusSm",
|
|
2672
2649
|
"exportName": "default",
|
|
2673
|
-
"displayName": "minus-
|
|
2650
|
+
"displayName": "minus-sm",
|
|
2674
2651
|
"description": "",
|
|
2675
2652
|
"tags": {},
|
|
2676
2653
|
"props": [
|
|
@@ -2687,13 +2664,13 @@
|
|
|
2687
2664
|
}
|
|
2688
2665
|
],
|
|
2689
2666
|
"sourceFiles": [
|
|
2690
|
-
"./src/components/icon/comps/minus-
|
|
2667
|
+
"./src/components/icon/comps/minus-sm.vue"
|
|
2691
2668
|
]
|
|
2692
2669
|
},
|
|
2693
|
-
"
|
|
2694
|
-
"name": "
|
|
2670
|
+
"more-functions": {
|
|
2671
|
+
"name": "MoreFunctions",
|
|
2695
2672
|
"exportName": "default",
|
|
2696
|
-
"displayName": "
|
|
2673
|
+
"displayName": "more-functions",
|
|
2697
2674
|
"description": "",
|
|
2698
2675
|
"tags": {},
|
|
2699
2676
|
"props": [
|
|
@@ -2710,13 +2687,13 @@
|
|
|
2710
2687
|
}
|
|
2711
2688
|
],
|
|
2712
2689
|
"sourceFiles": [
|
|
2713
|
-
"./src/components/icon/comps/
|
|
2690
|
+
"./src/components/icon/comps/more-functions.vue"
|
|
2714
2691
|
]
|
|
2715
2692
|
},
|
|
2716
|
-
"
|
|
2717
|
-
"name": "
|
|
2693
|
+
"navigation-menu": {
|
|
2694
|
+
"name": "NavigationMenu",
|
|
2718
2695
|
"exportName": "default",
|
|
2719
|
-
"displayName": "
|
|
2696
|
+
"displayName": "navigation-menu",
|
|
2720
2697
|
"description": "",
|
|
2721
2698
|
"tags": {},
|
|
2722
2699
|
"props": [
|
|
@@ -2733,13 +2710,13 @@
|
|
|
2733
2710
|
}
|
|
2734
2711
|
],
|
|
2735
2712
|
"sourceFiles": [
|
|
2736
|
-
"./src/components/icon/comps/
|
|
2713
|
+
"./src/components/icon/comps/navigation-menu.vue"
|
|
2737
2714
|
]
|
|
2738
2715
|
},
|
|
2739
|
-
"
|
|
2740
|
-
"name": "
|
|
2716
|
+
"pause-fill": {
|
|
2717
|
+
"name": "PauseFill",
|
|
2741
2718
|
"exportName": "default",
|
|
2742
|
-
"displayName": "
|
|
2719
|
+
"displayName": "pause-fill",
|
|
2743
2720
|
"description": "",
|
|
2744
2721
|
"tags": {},
|
|
2745
2722
|
"props": [
|
|
@@ -2756,13 +2733,13 @@
|
|
|
2756
2733
|
}
|
|
2757
2734
|
],
|
|
2758
2735
|
"sourceFiles": [
|
|
2759
|
-
"./src/components/icon/comps/
|
|
2736
|
+
"./src/components/icon/comps/pause-fill.vue"
|
|
2760
2737
|
]
|
|
2761
2738
|
},
|
|
2762
|
-
"
|
|
2763
|
-
"name": "
|
|
2739
|
+
"pause-stroke": {
|
|
2740
|
+
"name": "PauseStroke",
|
|
2764
2741
|
"exportName": "default",
|
|
2765
|
-
"displayName": "
|
|
2742
|
+
"displayName": "pause-stroke",
|
|
2766
2743
|
"description": "",
|
|
2767
2744
|
"tags": {},
|
|
2768
2745
|
"props": [
|
|
@@ -2779,13 +2756,13 @@
|
|
|
2779
2756
|
}
|
|
2780
2757
|
],
|
|
2781
2758
|
"sourceFiles": [
|
|
2782
|
-
"./src/components/icon/comps/
|
|
2759
|
+
"./src/components/icon/comps/pause-stroke.vue"
|
|
2783
2760
|
]
|
|
2784
2761
|
},
|
|
2785
|
-
"
|
|
2786
|
-
"name": "
|
|
2762
|
+
"my-location": {
|
|
2763
|
+
"name": "MyLocation",
|
|
2787
2764
|
"exportName": "default",
|
|
2788
|
-
"displayName": "
|
|
2765
|
+
"displayName": "my-location",
|
|
2789
2766
|
"description": "",
|
|
2790
2767
|
"tags": {},
|
|
2791
2768
|
"props": [
|
|
@@ -2802,13 +2779,13 @@
|
|
|
2802
2779
|
}
|
|
2803
2780
|
],
|
|
2804
2781
|
"sourceFiles": [
|
|
2805
|
-
"./src/components/icon/comps/
|
|
2782
|
+
"./src/components/icon/comps/my-location.vue"
|
|
2806
2783
|
]
|
|
2807
2784
|
},
|
|
2808
|
-
"
|
|
2809
|
-
"name": "
|
|
2785
|
+
"paddle": {
|
|
2786
|
+
"name": "Paddle",
|
|
2810
2787
|
"exportName": "default",
|
|
2811
|
-
"displayName": "
|
|
2788
|
+
"displayName": "paddle",
|
|
2812
2789
|
"description": "",
|
|
2813
2790
|
"tags": {},
|
|
2814
2791
|
"props": [
|
|
@@ -2825,13 +2802,13 @@
|
|
|
2825
2802
|
}
|
|
2826
2803
|
],
|
|
2827
2804
|
"sourceFiles": [
|
|
2828
|
-
"./src/components/icon/comps/
|
|
2805
|
+
"./src/components/icon/comps/paddle.vue"
|
|
2829
2806
|
]
|
|
2830
2807
|
},
|
|
2831
|
-
"
|
|
2832
|
-
"name": "
|
|
2808
|
+
"pause": {
|
|
2809
|
+
"name": "Pause",
|
|
2833
2810
|
"exportName": "default",
|
|
2834
|
-
"displayName": "
|
|
2811
|
+
"displayName": "pause",
|
|
2835
2812
|
"description": "",
|
|
2836
2813
|
"tags": {},
|
|
2837
2814
|
"props": [
|
|
@@ -2848,13 +2825,13 @@
|
|
|
2848
2825
|
}
|
|
2849
2826
|
],
|
|
2850
2827
|
"sourceFiles": [
|
|
2851
|
-
"./src/components/icon/comps/
|
|
2828
|
+
"./src/components/icon/comps/pause.vue"
|
|
2852
2829
|
]
|
|
2853
2830
|
},
|
|
2854
|
-
"
|
|
2855
|
-
"name": "
|
|
2831
|
+
"pinterest": {
|
|
2832
|
+
"name": "Pinterest",
|
|
2856
2833
|
"exportName": "default",
|
|
2857
|
-
"displayName": "
|
|
2834
|
+
"displayName": "pinterest",
|
|
2858
2835
|
"description": "",
|
|
2859
2836
|
"tags": {},
|
|
2860
2837
|
"props": [
|
|
@@ -2871,7 +2848,7 @@
|
|
|
2871
2848
|
}
|
|
2872
2849
|
],
|
|
2873
2850
|
"sourceFiles": [
|
|
2874
|
-
"./src/components/icon/comps/
|
|
2851
|
+
"./src/components/icon/comps/pinterest.vue"
|
|
2875
2852
|
]
|
|
2876
2853
|
},
|
|
2877
2854
|
"picnic": {
|
|
@@ -2897,10 +2874,10 @@
|
|
|
2897
2874
|
"./src/components/icon/comps/picnic.vue"
|
|
2898
2875
|
]
|
|
2899
2876
|
},
|
|
2900
|
-
"
|
|
2901
|
-
"name": "
|
|
2877
|
+
"play-fill": {
|
|
2878
|
+
"name": "PlayFill",
|
|
2902
2879
|
"exportName": "default",
|
|
2903
|
-
"displayName": "
|
|
2880
|
+
"displayName": "play-fill",
|
|
2904
2881
|
"description": "",
|
|
2905
2882
|
"tags": {},
|
|
2906
2883
|
"props": [
|
|
@@ -2917,13 +2894,13 @@
|
|
|
2917
2894
|
}
|
|
2918
2895
|
],
|
|
2919
2896
|
"sourceFiles": [
|
|
2920
|
-
"./src/components/icon/comps/
|
|
2897
|
+
"./src/components/icon/comps/play-fill.vue"
|
|
2921
2898
|
]
|
|
2922
2899
|
},
|
|
2923
|
-
"
|
|
2924
|
-
"name": "
|
|
2900
|
+
"photography": {
|
|
2901
|
+
"name": "Photography",
|
|
2925
2902
|
"exportName": "default",
|
|
2926
|
-
"displayName": "
|
|
2903
|
+
"displayName": "photography",
|
|
2927
2904
|
"description": "",
|
|
2928
2905
|
"tags": {},
|
|
2929
2906
|
"props": [
|
|
@@ -2940,7 +2917,7 @@
|
|
|
2940
2917
|
}
|
|
2941
2918
|
],
|
|
2942
2919
|
"sourceFiles": [
|
|
2943
|
-
"./src/components/icon/comps/
|
|
2920
|
+
"./src/components/icon/comps/photography.vue"
|
|
2944
2921
|
]
|
|
2945
2922
|
},
|
|
2946
2923
|
"plane": {
|
|
@@ -2989,10 +2966,10 @@
|
|
|
2989
2966
|
"./src/components/icon/comps/play-stroke.vue"
|
|
2990
2967
|
]
|
|
2991
2968
|
},
|
|
2992
|
-
"
|
|
2993
|
-
"name": "
|
|
2969
|
+
"playground": {
|
|
2970
|
+
"name": "Playground",
|
|
2994
2971
|
"exportName": "default",
|
|
2995
|
-
"displayName": "
|
|
2972
|
+
"displayName": "playground",
|
|
2996
2973
|
"description": "",
|
|
2997
2974
|
"tags": {},
|
|
2998
2975
|
"props": [
|
|
@@ -3009,13 +2986,13 @@
|
|
|
3009
2986
|
}
|
|
3010
2987
|
],
|
|
3011
2988
|
"sourceFiles": [
|
|
3012
|
-
"./src/components/icon/comps/
|
|
2989
|
+
"./src/components/icon/comps/playground.vue"
|
|
3013
2990
|
]
|
|
3014
2991
|
},
|
|
3015
|
-
"
|
|
3016
|
-
"name": "
|
|
2992
|
+
"plugin": {
|
|
2993
|
+
"name": "Plugin",
|
|
3017
2994
|
"exportName": "default",
|
|
3018
|
-
"displayName": "
|
|
2995
|
+
"displayName": "plugin",
|
|
3019
2996
|
"description": "",
|
|
3020
2997
|
"tags": {},
|
|
3021
2998
|
"props": [
|
|
@@ -3032,13 +3009,13 @@
|
|
|
3032
3009
|
}
|
|
3033
3010
|
],
|
|
3034
3011
|
"sourceFiles": [
|
|
3035
|
-
"./src/components/icon/comps/
|
|
3012
|
+
"./src/components/icon/comps/plugin.vue"
|
|
3036
3013
|
]
|
|
3037
3014
|
},
|
|
3038
|
-
"
|
|
3039
|
-
"name": "
|
|
3015
|
+
"plus-fill": {
|
|
3016
|
+
"name": "PlusFill",
|
|
3040
3017
|
"exportName": "default",
|
|
3041
|
-
"displayName": "
|
|
3018
|
+
"displayName": "plus-fill",
|
|
3042
3019
|
"description": "",
|
|
3043
3020
|
"tags": {},
|
|
3044
3021
|
"props": [
|
|
@@ -3055,13 +3032,13 @@
|
|
|
3055
3032
|
}
|
|
3056
3033
|
],
|
|
3057
3034
|
"sourceFiles": [
|
|
3058
|
-
"./src/components/icon/comps/
|
|
3035
|
+
"./src/components/icon/comps/plus-fill.vue"
|
|
3059
3036
|
]
|
|
3060
3037
|
},
|
|
3061
|
-
"
|
|
3062
|
-
"name": "
|
|
3038
|
+
"plus-stroke": {
|
|
3039
|
+
"name": "PlusStroke",
|
|
3063
3040
|
"exportName": "default",
|
|
3064
|
-
"displayName": "
|
|
3041
|
+
"displayName": "plus-stroke",
|
|
3065
3042
|
"description": "",
|
|
3066
3043
|
"tags": {},
|
|
3067
3044
|
"props": [
|
|
@@ -3078,7 +3055,7 @@
|
|
|
3078
3055
|
}
|
|
3079
3056
|
],
|
|
3080
3057
|
"sourceFiles": [
|
|
3081
|
-
"./src/components/icon/comps/
|
|
3058
|
+
"./src/components/icon/comps/plus-stroke.vue"
|
|
3082
3059
|
]
|
|
3083
3060
|
},
|
|
3084
3061
|
"plus-sm": {
|
|
@@ -3127,10 +3104,10 @@
|
|
|
3127
3104
|
"./src/components/icon/comps/plus-lg.vue"
|
|
3128
3105
|
]
|
|
3129
3106
|
},
|
|
3130
|
-
"
|
|
3131
|
-
"name": "
|
|
3107
|
+
"protection-stroke": {
|
|
3108
|
+
"name": "ProtectionStroke",
|
|
3132
3109
|
"exportName": "default",
|
|
3133
|
-
"displayName": "
|
|
3110
|
+
"displayName": "protection-stroke",
|
|
3134
3111
|
"description": "",
|
|
3135
3112
|
"tags": {},
|
|
3136
3113
|
"props": [
|
|
@@ -3147,7 +3124,7 @@
|
|
|
3147
3124
|
}
|
|
3148
3125
|
],
|
|
3149
3126
|
"sourceFiles": [
|
|
3150
|
-
"./src/components/icon/comps/
|
|
3127
|
+
"./src/components/icon/comps/protection-stroke.vue"
|
|
3151
3128
|
]
|
|
3152
3129
|
},
|
|
3153
3130
|
"print": {
|
|
@@ -3173,10 +3150,10 @@
|
|
|
3173
3150
|
"./src/components/icon/comps/print.vue"
|
|
3174
3151
|
]
|
|
3175
3152
|
},
|
|
3176
|
-
"
|
|
3177
|
-
"name": "
|
|
3153
|
+
"night": {
|
|
3154
|
+
"name": "Night",
|
|
3178
3155
|
"exportName": "default",
|
|
3179
|
-
"displayName": "
|
|
3156
|
+
"displayName": "night",
|
|
3180
3157
|
"description": "",
|
|
3181
3158
|
"tags": {},
|
|
3182
3159
|
"props": [
|
|
@@ -3193,13 +3170,13 @@
|
|
|
3193
3170
|
}
|
|
3194
3171
|
],
|
|
3195
3172
|
"sourceFiles": [
|
|
3196
|
-
"./src/components/icon/comps/
|
|
3173
|
+
"./src/components/icon/comps/night.vue"
|
|
3197
3174
|
]
|
|
3198
3175
|
},
|
|
3199
|
-
"protection-
|
|
3200
|
-
"name": "
|
|
3176
|
+
"protection-fill": {
|
|
3177
|
+
"name": "ProtectionFill",
|
|
3201
3178
|
"exportName": "default",
|
|
3202
|
-
"displayName": "protection-
|
|
3179
|
+
"displayName": "protection-fill",
|
|
3203
3180
|
"description": "",
|
|
3204
3181
|
"tags": {},
|
|
3205
3182
|
"props": [
|
|
@@ -3216,13 +3193,13 @@
|
|
|
3216
3193
|
}
|
|
3217
3194
|
],
|
|
3218
3195
|
"sourceFiles": [
|
|
3219
|
-
"./src/components/icon/comps/protection-
|
|
3196
|
+
"./src/components/icon/comps/protection-fill.vue"
|
|
3220
3197
|
]
|
|
3221
3198
|
},
|
|
3222
|
-
"
|
|
3223
|
-
"name": "
|
|
3199
|
+
"reload": {
|
|
3200
|
+
"name": "Reload",
|
|
3224
3201
|
"exportName": "default",
|
|
3225
|
-
"displayName": "
|
|
3202
|
+
"displayName": "reload",
|
|
3226
3203
|
"description": "",
|
|
3227
3204
|
"tags": {},
|
|
3228
3205
|
"props": [
|
|
@@ -3239,7 +3216,7 @@
|
|
|
3239
3216
|
}
|
|
3240
3217
|
],
|
|
3241
3218
|
"sourceFiles": [
|
|
3242
|
-
"./src/components/icon/comps/
|
|
3219
|
+
"./src/components/icon/comps/reload.vue"
|
|
3243
3220
|
]
|
|
3244
3221
|
},
|
|
3245
3222
|
"question-fill": {
|
|
@@ -3265,33 +3242,10 @@
|
|
|
3265
3242
|
"./src/components/icon/comps/question-fill.vue"
|
|
3266
3243
|
]
|
|
3267
3244
|
},
|
|
3268
|
-
"
|
|
3269
|
-
"name": "
|
|
3270
|
-
"exportName": "default",
|
|
3271
|
-
"displayName": "reload",
|
|
3272
|
-
"description": "",
|
|
3273
|
-
"tags": {},
|
|
3274
|
-
"props": [
|
|
3275
|
-
{
|
|
3276
|
-
"name": "props",
|
|
3277
|
-
"type": {
|
|
3278
|
-
"name": "object"
|
|
3279
|
-
}
|
|
3280
|
-
}
|
|
3281
|
-
],
|
|
3282
|
-
"slots": [
|
|
3283
|
-
{
|
|
3284
|
-
"name": "default"
|
|
3285
|
-
}
|
|
3286
|
-
],
|
|
3287
|
-
"sourceFiles": [
|
|
3288
|
-
"./src/components/icon/comps/reload.vue"
|
|
3289
|
-
]
|
|
3290
|
-
},
|
|
3291
|
-
"run": {
|
|
3292
|
-
"name": "Run",
|
|
3245
|
+
"returns": {
|
|
3246
|
+
"name": "Returns",
|
|
3293
3247
|
"exportName": "default",
|
|
3294
|
-
"displayName": "
|
|
3248
|
+
"displayName": "returns",
|
|
3295
3249
|
"description": "",
|
|
3296
3250
|
"tags": {},
|
|
3297
3251
|
"props": [
|
|
@@ -3308,13 +3262,13 @@
|
|
|
3308
3262
|
}
|
|
3309
3263
|
],
|
|
3310
3264
|
"sourceFiles": [
|
|
3311
|
-
"./src/components/icon/comps/
|
|
3265
|
+
"./src/components/icon/comps/returns.vue"
|
|
3312
3266
|
]
|
|
3313
3267
|
},
|
|
3314
|
-
"
|
|
3315
|
-
"name": "
|
|
3268
|
+
"question-stroke": {
|
|
3269
|
+
"name": "QuestionStroke",
|
|
3316
3270
|
"exportName": "default",
|
|
3317
|
-
"displayName": "
|
|
3271
|
+
"displayName": "question-stroke",
|
|
3318
3272
|
"description": "",
|
|
3319
3273
|
"tags": {},
|
|
3320
3274
|
"props": [
|
|
@@ -3331,13 +3285,13 @@
|
|
|
3331
3285
|
}
|
|
3332
3286
|
],
|
|
3333
3287
|
"sourceFiles": [
|
|
3334
|
-
"./src/components/icon/comps/
|
|
3288
|
+
"./src/components/icon/comps/question-stroke.vue"
|
|
3335
3289
|
]
|
|
3336
3290
|
},
|
|
3337
|
-
"
|
|
3338
|
-
"name": "
|
|
3291
|
+
"search": {
|
|
3292
|
+
"name": "Search",
|
|
3339
3293
|
"exportName": "default",
|
|
3340
|
-
"displayName": "
|
|
3294
|
+
"displayName": "search",
|
|
3341
3295
|
"description": "",
|
|
3342
3296
|
"tags": {},
|
|
3343
3297
|
"props": [
|
|
@@ -3354,7 +3308,7 @@
|
|
|
3354
3308
|
}
|
|
3355
3309
|
],
|
|
3356
3310
|
"sourceFiles": [
|
|
3357
|
-
"./src/components/icon/comps/
|
|
3311
|
+
"./src/components/icon/comps/search.vue"
|
|
3358
3312
|
]
|
|
3359
3313
|
},
|
|
3360
3314
|
"scan-barcode": {
|
|
@@ -3380,10 +3334,10 @@
|
|
|
3380
3334
|
"./src/components/icon/comps/scan-barcode.vue"
|
|
3381
3335
|
]
|
|
3382
3336
|
},
|
|
3383
|
-
"
|
|
3384
|
-
"name": "
|
|
3337
|
+
"shipping-prep": {
|
|
3338
|
+
"name": "ShippingPrep",
|
|
3385
3339
|
"exportName": "default",
|
|
3386
|
-
"displayName": "
|
|
3340
|
+
"displayName": "shipping-prep",
|
|
3387
3341
|
"description": "",
|
|
3388
3342
|
"tags": {},
|
|
3389
3343
|
"props": [
|
|
@@ -3400,13 +3354,13 @@
|
|
|
3400
3354
|
}
|
|
3401
3355
|
],
|
|
3402
3356
|
"sourceFiles": [
|
|
3403
|
-
"./src/components/icon/comps/
|
|
3357
|
+
"./src/components/icon/comps/shipping-prep.vue"
|
|
3404
3358
|
]
|
|
3405
3359
|
},
|
|
3406
|
-
"
|
|
3407
|
-
"name": "
|
|
3360
|
+
"refresh": {
|
|
3361
|
+
"name": "Refresh",
|
|
3408
3362
|
"exportName": "default",
|
|
3409
|
-
"displayName": "
|
|
3363
|
+
"displayName": "refresh",
|
|
3410
3364
|
"description": "",
|
|
3411
3365
|
"tags": {},
|
|
3412
3366
|
"props": [
|
|
@@ -3423,13 +3377,13 @@
|
|
|
3423
3377
|
}
|
|
3424
3378
|
],
|
|
3425
3379
|
"sourceFiles": [
|
|
3426
|
-
"./src/components/icon/comps/
|
|
3380
|
+
"./src/components/icon/comps/refresh.vue"
|
|
3427
3381
|
]
|
|
3428
3382
|
},
|
|
3429
|
-
"
|
|
3430
|
-
"name": "
|
|
3383
|
+
"service-shop": {
|
|
3384
|
+
"name": "ServiceShop",
|
|
3431
3385
|
"exportName": "default",
|
|
3432
|
-
"displayName": "
|
|
3386
|
+
"displayName": "service-shop",
|
|
3433
3387
|
"description": "",
|
|
3434
3388
|
"tags": {},
|
|
3435
3389
|
"props": [
|
|
@@ -3446,13 +3400,13 @@
|
|
|
3446
3400
|
}
|
|
3447
3401
|
],
|
|
3448
3402
|
"sourceFiles": [
|
|
3449
|
-
"./src/components/icon/comps/
|
|
3403
|
+
"./src/components/icon/comps/service-shop.vue"
|
|
3450
3404
|
]
|
|
3451
3405
|
},
|
|
3452
|
-
"shipping-
|
|
3453
|
-
"name": "
|
|
3406
|
+
"shipping-truck": {
|
|
3407
|
+
"name": "ShippingTruck",
|
|
3454
3408
|
"exportName": "default",
|
|
3455
|
-
"displayName": "shipping-
|
|
3409
|
+
"displayName": "shipping-truck",
|
|
3456
3410
|
"description": "",
|
|
3457
3411
|
"tags": {},
|
|
3458
3412
|
"props": [
|
|
@@ -3469,7 +3423,7 @@
|
|
|
3469
3423
|
}
|
|
3470
3424
|
],
|
|
3471
3425
|
"sourceFiles": [
|
|
3472
|
-
"./src/components/icon/comps/shipping-
|
|
3426
|
+
"./src/components/icon/comps/shipping-truck.vue"
|
|
3473
3427
|
]
|
|
3474
3428
|
},
|
|
3475
3429
|
"shipping": {
|
|
@@ -3495,10 +3449,10 @@
|
|
|
3495
3449
|
"./src/components/icon/comps/shipping.vue"
|
|
3496
3450
|
]
|
|
3497
3451
|
},
|
|
3498
|
-
"
|
|
3499
|
-
"name": "
|
|
3452
|
+
"play": {
|
|
3453
|
+
"name": "Play",
|
|
3500
3454
|
"exportName": "default",
|
|
3501
|
-
"displayName": "
|
|
3455
|
+
"displayName": "play",
|
|
3502
3456
|
"description": "",
|
|
3503
3457
|
"tags": {},
|
|
3504
3458
|
"props": [
|
|
@@ -3515,13 +3469,13 @@
|
|
|
3515
3469
|
}
|
|
3516
3470
|
],
|
|
3517
3471
|
"sourceFiles": [
|
|
3518
|
-
"./src/components/icon/comps/
|
|
3472
|
+
"./src/components/icon/comps/play.vue"
|
|
3519
3473
|
]
|
|
3520
3474
|
},
|
|
3521
|
-
"
|
|
3522
|
-
"name": "
|
|
3475
|
+
"shopping-bag-fill": {
|
|
3476
|
+
"name": "ShoppingBagFill",
|
|
3523
3477
|
"exportName": "default",
|
|
3524
|
-
"displayName": "
|
|
3478
|
+
"displayName": "shopping-bag-fill",
|
|
3525
3479
|
"description": "",
|
|
3526
3480
|
"tags": {},
|
|
3527
3481
|
"props": [
|
|
@@ -3538,13 +3492,13 @@
|
|
|
3538
3492
|
}
|
|
3539
3493
|
],
|
|
3540
3494
|
"sourceFiles": [
|
|
3541
|
-
"./src/components/icon/comps/
|
|
3495
|
+
"./src/components/icon/comps/shopping-bag-fill.vue"
|
|
3542
3496
|
]
|
|
3543
3497
|
},
|
|
3544
|
-
"
|
|
3545
|
-
"name": "
|
|
3498
|
+
"ski-boot": {
|
|
3499
|
+
"name": "SkiBoot",
|
|
3546
3500
|
"exportName": "default",
|
|
3547
|
-
"displayName": "
|
|
3501
|
+
"displayName": "ski-boot",
|
|
3548
3502
|
"description": "",
|
|
3549
3503
|
"tags": {},
|
|
3550
3504
|
"props": [
|
|
@@ -3561,13 +3515,13 @@
|
|
|
3561
3515
|
}
|
|
3562
3516
|
],
|
|
3563
3517
|
"sourceFiles": [
|
|
3564
|
-
"./src/components/icon/comps/
|
|
3518
|
+
"./src/components/icon/comps/ski-boot.vue"
|
|
3565
3519
|
]
|
|
3566
3520
|
},
|
|
3567
|
-
"
|
|
3568
|
-
"name": "
|
|
3521
|
+
"ski": {
|
|
3522
|
+
"name": "Ski",
|
|
3569
3523
|
"exportName": "default",
|
|
3570
|
-
"displayName": "
|
|
3524
|
+
"displayName": "ski",
|
|
3571
3525
|
"description": "",
|
|
3572
3526
|
"tags": {},
|
|
3573
3527
|
"props": [
|
|
@@ -3584,13 +3538,13 @@
|
|
|
3584
3538
|
}
|
|
3585
3539
|
],
|
|
3586
3540
|
"sourceFiles": [
|
|
3587
|
-
"./src/components/icon/comps/
|
|
3541
|
+
"./src/components/icon/comps/ski.vue"
|
|
3588
3542
|
]
|
|
3589
3543
|
},
|
|
3590
|
-
"
|
|
3591
|
-
"name": "
|
|
3544
|
+
"shrink": {
|
|
3545
|
+
"name": "Shrink",
|
|
3592
3546
|
"exportName": "default",
|
|
3593
|
-
"displayName": "
|
|
3547
|
+
"displayName": "shrink",
|
|
3594
3548
|
"description": "",
|
|
3595
3549
|
"tags": {},
|
|
3596
3550
|
"props": [
|
|
@@ -3607,13 +3561,13 @@
|
|
|
3607
3561
|
}
|
|
3608
3562
|
],
|
|
3609
3563
|
"sourceFiles": [
|
|
3610
|
-
"./src/components/icon/comps/
|
|
3564
|
+
"./src/components/icon/comps/shrink.vue"
|
|
3611
3565
|
]
|
|
3612
3566
|
},
|
|
3613
|
-
"
|
|
3614
|
-
"name": "
|
|
3567
|
+
"size-chart": {
|
|
3568
|
+
"name": "SizeChart",
|
|
3615
3569
|
"exportName": "default",
|
|
3616
|
-
"displayName": "
|
|
3570
|
+
"displayName": "size-chart",
|
|
3617
3571
|
"description": "",
|
|
3618
3572
|
"tags": {},
|
|
3619
3573
|
"props": [
|
|
@@ -3630,13 +3584,13 @@
|
|
|
3630
3584
|
}
|
|
3631
3585
|
],
|
|
3632
3586
|
"sourceFiles": [
|
|
3633
|
-
"./src/components/icon/comps/
|
|
3587
|
+
"./src/components/icon/comps/size-chart.vue"
|
|
3634
3588
|
]
|
|
3635
3589
|
},
|
|
3636
|
-
"
|
|
3637
|
-
"name": "
|
|
3590
|
+
"star-100": {
|
|
3591
|
+
"name": "Star100",
|
|
3638
3592
|
"exportName": "default",
|
|
3639
|
-
"displayName": "
|
|
3593
|
+
"displayName": "star-100",
|
|
3640
3594
|
"description": "",
|
|
3641
3595
|
"tags": {},
|
|
3642
3596
|
"props": [
|
|
@@ -3653,7 +3607,7 @@
|
|
|
3653
3607
|
}
|
|
3654
3608
|
],
|
|
3655
3609
|
"sourceFiles": [
|
|
3656
|
-
"./src/components/icon/comps/
|
|
3610
|
+
"./src/components/icon/comps/star-100.vue"
|
|
3657
3611
|
]
|
|
3658
3612
|
},
|
|
3659
3613
|
"snow": {
|
|
@@ -3702,10 +3656,10 @@
|
|
|
3702
3656
|
"./src/components/icon/comps/sort.vue"
|
|
3703
3657
|
]
|
|
3704
3658
|
},
|
|
3705
|
-
"
|
|
3706
|
-
"name": "
|
|
3659
|
+
"shopping-bag": {
|
|
3660
|
+
"name": "ShoppingBag",
|
|
3707
3661
|
"exportName": "default",
|
|
3708
|
-
"displayName": "
|
|
3662
|
+
"displayName": "shopping-bag",
|
|
3709
3663
|
"description": "",
|
|
3710
3664
|
"tags": {},
|
|
3711
3665
|
"props": [
|
|
@@ -3722,7 +3676,7 @@
|
|
|
3722
3676
|
}
|
|
3723
3677
|
],
|
|
3724
3678
|
"sourceFiles": [
|
|
3725
|
-
"./src/components/icon/comps/
|
|
3679
|
+
"./src/components/icon/comps/shopping-bag.vue"
|
|
3726
3680
|
]
|
|
3727
3681
|
},
|
|
3728
3682
|
"star-25": {
|
|
@@ -3748,10 +3702,10 @@
|
|
|
3748
3702
|
"./src/components/icon/comps/star-25.vue"
|
|
3749
3703
|
]
|
|
3750
3704
|
},
|
|
3751
|
-
"
|
|
3752
|
-
"name": "
|
|
3705
|
+
"snow-shop": {
|
|
3706
|
+
"name": "SnowShop",
|
|
3753
3707
|
"exportName": "default",
|
|
3754
|
-
"displayName": "
|
|
3708
|
+
"displayName": "snow-shop",
|
|
3755
3709
|
"description": "",
|
|
3756
3710
|
"tags": {},
|
|
3757
3711
|
"props": [
|
|
@@ -3768,13 +3722,13 @@
|
|
|
3768
3722
|
}
|
|
3769
3723
|
],
|
|
3770
3724
|
"sourceFiles": [
|
|
3771
|
-
"./src/components/icon/comps/
|
|
3725
|
+
"./src/components/icon/comps/snow-shop.vue"
|
|
3772
3726
|
]
|
|
3773
3727
|
},
|
|
3774
|
-
"
|
|
3775
|
-
"name": "
|
|
3728
|
+
"swim": {
|
|
3729
|
+
"name": "Swim",
|
|
3776
3730
|
"exportName": "default",
|
|
3777
|
-
"displayName": "
|
|
3731
|
+
"displayName": "swim",
|
|
3778
3732
|
"description": "",
|
|
3779
3733
|
"tags": {},
|
|
3780
3734
|
"props": [
|
|
@@ -3791,13 +3745,13 @@
|
|
|
3791
3745
|
}
|
|
3792
3746
|
],
|
|
3793
3747
|
"sourceFiles": [
|
|
3794
|
-
"./src/components/icon/comps/
|
|
3748
|
+
"./src/components/icon/comps/swim.vue"
|
|
3795
3749
|
]
|
|
3796
3750
|
},
|
|
3797
|
-
"
|
|
3798
|
-
"name": "
|
|
3751
|
+
"run": {
|
|
3752
|
+
"name": "Run",
|
|
3799
3753
|
"exportName": "default",
|
|
3800
|
-
"displayName": "
|
|
3754
|
+
"displayName": "run",
|
|
3801
3755
|
"description": "",
|
|
3802
3756
|
"tags": {},
|
|
3803
3757
|
"props": [
|
|
@@ -3814,13 +3768,13 @@
|
|
|
3814
3768
|
}
|
|
3815
3769
|
],
|
|
3816
3770
|
"sourceFiles": [
|
|
3817
|
-
"./src/components/icon/comps/
|
|
3771
|
+
"./src/components/icon/comps/run.vue"
|
|
3818
3772
|
]
|
|
3819
3773
|
},
|
|
3820
|
-
"
|
|
3821
|
-
"name": "
|
|
3774
|
+
"star-stroke": {
|
|
3775
|
+
"name": "StarStroke",
|
|
3822
3776
|
"exportName": "default",
|
|
3823
|
-
"displayName": "
|
|
3777
|
+
"displayName": "star-stroke",
|
|
3824
3778
|
"description": "",
|
|
3825
3779
|
"tags": {},
|
|
3826
3780
|
"props": [
|
|
@@ -3837,13 +3791,13 @@
|
|
|
3837
3791
|
}
|
|
3838
3792
|
],
|
|
3839
3793
|
"sourceFiles": [
|
|
3840
|
-
"./src/components/icon/comps/
|
|
3794
|
+
"./src/components/icon/comps/star-stroke.vue"
|
|
3841
3795
|
]
|
|
3842
3796
|
},
|
|
3843
|
-
"
|
|
3844
|
-
"name": "
|
|
3797
|
+
"upload": {
|
|
3798
|
+
"name": "Upload",
|
|
3845
3799
|
"exportName": "default",
|
|
3846
|
-
"displayName": "
|
|
3800
|
+
"displayName": "upload",
|
|
3847
3801
|
"description": "",
|
|
3848
3802
|
"tags": {},
|
|
3849
3803
|
"props": [
|
|
@@ -3860,7 +3814,7 @@
|
|
|
3860
3814
|
}
|
|
3861
3815
|
],
|
|
3862
3816
|
"sourceFiles": [
|
|
3863
|
-
"./src/components/icon/comps/
|
|
3817
|
+
"./src/components/icon/comps/upload.vue"
|
|
3864
3818
|
]
|
|
3865
3819
|
},
|
|
3866
3820
|
"telephone": {
|
|
@@ -3886,10 +3840,10 @@
|
|
|
3886
3840
|
"./src/components/icon/comps/telephone.vue"
|
|
3887
3841
|
]
|
|
3888
3842
|
},
|
|
3889
|
-
"
|
|
3890
|
-
"name": "
|
|
3843
|
+
"trash": {
|
|
3844
|
+
"name": "Trash",
|
|
3891
3845
|
"exportName": "default",
|
|
3892
|
-
"displayName": "
|
|
3846
|
+
"displayName": "trash",
|
|
3893
3847
|
"description": "",
|
|
3894
3848
|
"tags": {},
|
|
3895
3849
|
"props": [
|
|
@@ -3906,13 +3860,13 @@
|
|
|
3906
3860
|
}
|
|
3907
3861
|
],
|
|
3908
3862
|
"sourceFiles": [
|
|
3909
|
-
"./src/components/icon/comps/
|
|
3863
|
+
"./src/components/icon/comps/trash.vue"
|
|
3910
3864
|
]
|
|
3911
3865
|
},
|
|
3912
|
-
"
|
|
3913
|
-
"name": "
|
|
3866
|
+
"tent": {
|
|
3867
|
+
"name": "Tent",
|
|
3914
3868
|
"exportName": "default",
|
|
3915
|
-
"displayName": "
|
|
3869
|
+
"displayName": "tent",
|
|
3916
3870
|
"description": "",
|
|
3917
3871
|
"tags": {},
|
|
3918
3872
|
"props": [
|
|
@@ -3929,13 +3883,13 @@
|
|
|
3929
3883
|
}
|
|
3930
3884
|
],
|
|
3931
3885
|
"sourceFiles": [
|
|
3932
|
-
"./src/components/icon/comps/
|
|
3886
|
+
"./src/components/icon/comps/tent.vue"
|
|
3933
3887
|
]
|
|
3934
3888
|
},
|
|
3935
|
-
"
|
|
3936
|
-
"name": "
|
|
3889
|
+
"storefront": {
|
|
3890
|
+
"name": "Storefront",
|
|
3937
3891
|
"exportName": "default",
|
|
3938
|
-
"displayName": "
|
|
3892
|
+
"displayName": "storefront",
|
|
3939
3893
|
"description": "",
|
|
3940
3894
|
"tags": {},
|
|
3941
3895
|
"props": [
|
|
@@ -3952,7 +3906,7 @@
|
|
|
3952
3906
|
}
|
|
3953
3907
|
],
|
|
3954
3908
|
"sourceFiles": [
|
|
3955
|
-
"./src/components/icon/comps/
|
|
3909
|
+
"./src/components/icon/comps/storefront.vue"
|
|
3956
3910
|
]
|
|
3957
3911
|
},
|
|
3958
3912
|
"twitter": {
|
|
@@ -3978,10 +3932,10 @@
|
|
|
3978
3932
|
"./src/components/icon/comps/twitter.vue"
|
|
3979
3933
|
]
|
|
3980
3934
|
},
|
|
3981
|
-
"
|
|
3982
|
-
"name": "
|
|
3935
|
+
"warning-stroke": {
|
|
3936
|
+
"name": "WarningStroke",
|
|
3983
3937
|
"exportName": "default",
|
|
3984
|
-
"displayName": "
|
|
3938
|
+
"displayName": "warning-stroke",
|
|
3985
3939
|
"description": "",
|
|
3986
3940
|
"tags": {},
|
|
3987
3941
|
"props": [
|
|
@@ -3998,13 +3952,13 @@
|
|
|
3998
3952
|
}
|
|
3999
3953
|
],
|
|
4000
3954
|
"sourceFiles": [
|
|
4001
|
-
"./src/components/icon/comps/
|
|
3955
|
+
"./src/components/icon/comps/warning-stroke.vue"
|
|
4002
3956
|
]
|
|
4003
3957
|
},
|
|
4004
|
-
"
|
|
4005
|
-
"name": "
|
|
3958
|
+
"warning-fill": {
|
|
3959
|
+
"name": "WarningFill",
|
|
4006
3960
|
"exportName": "default",
|
|
4007
|
-
"displayName": "
|
|
3961
|
+
"displayName": "warning-fill",
|
|
4008
3962
|
"description": "",
|
|
4009
3963
|
"tags": {},
|
|
4010
3964
|
"props": [
|
|
@@ -4021,13 +3975,13 @@
|
|
|
4021
3975
|
}
|
|
4022
3976
|
],
|
|
4023
3977
|
"sourceFiles": [
|
|
4024
|
-
"./src/components/icon/comps/
|
|
3978
|
+
"./src/components/icon/comps/warning-fill.vue"
|
|
4025
3979
|
]
|
|
4026
3980
|
},
|
|
4027
|
-
"
|
|
4028
|
-
"name": "
|
|
3981
|
+
"verified-purchaser": {
|
|
3982
|
+
"name": "VerifiedPurchaser",
|
|
4029
3983
|
"exportName": "default",
|
|
4030
|
-
"displayName": "
|
|
3984
|
+
"displayName": "verified-purchaser",
|
|
4031
3985
|
"description": "",
|
|
4032
3986
|
"tags": {},
|
|
4033
3987
|
"props": [
|
|
@@ -4044,13 +3998,13 @@
|
|
|
4044
3998
|
}
|
|
4045
3999
|
],
|
|
4046
4000
|
"sourceFiles": [
|
|
4047
|
-
"./src/components/icon/comps/
|
|
4001
|
+
"./src/components/icon/comps/verified-purchaser.vue"
|
|
4048
4002
|
]
|
|
4049
4003
|
},
|
|
4050
|
-
"
|
|
4051
|
-
"name": "
|
|
4004
|
+
"virtual-outfitting": {
|
|
4005
|
+
"name": "VirtualOutfitting",
|
|
4052
4006
|
"exportName": "default",
|
|
4053
|
-
"displayName": "
|
|
4007
|
+
"displayName": "virtual-outfitting",
|
|
4054
4008
|
"description": "",
|
|
4055
4009
|
"tags": {},
|
|
4056
4010
|
"props": [
|
|
@@ -4067,13 +4021,13 @@
|
|
|
4067
4021
|
}
|
|
4068
4022
|
],
|
|
4069
4023
|
"sourceFiles": [
|
|
4070
|
-
"./src/components/icon/comps/
|
|
4024
|
+
"./src/components/icon/comps/virtual-outfitting.vue"
|
|
4071
4025
|
]
|
|
4072
4026
|
},
|
|
4073
|
-
"
|
|
4074
|
-
"name": "
|
|
4027
|
+
"x-lg": {
|
|
4028
|
+
"name": "XLg",
|
|
4075
4029
|
"exportName": "default",
|
|
4076
|
-
"displayName": "
|
|
4030
|
+
"displayName": "x-lg",
|
|
4077
4031
|
"description": "",
|
|
4078
4032
|
"tags": {},
|
|
4079
4033
|
"props": [
|
|
@@ -4090,7 +4044,7 @@
|
|
|
4090
4044
|
}
|
|
4091
4045
|
],
|
|
4092
4046
|
"sourceFiles": [
|
|
4093
|
-
"./src/components/icon/comps/
|
|
4047
|
+
"./src/components/icon/comps/x-lg.vue"
|
|
4094
4048
|
]
|
|
4095
4049
|
},
|
|
4096
4050
|
"wilderness": {
|
|
@@ -4116,10 +4070,10 @@
|
|
|
4116
4070
|
"./src/components/icon/comps/wilderness.vue"
|
|
4117
4071
|
]
|
|
4118
4072
|
},
|
|
4119
|
-
"
|
|
4120
|
-
"name": "
|
|
4073
|
+
"star-50": {
|
|
4074
|
+
"name": "Star50",
|
|
4121
4075
|
"exportName": "default",
|
|
4122
|
-
"displayName": "
|
|
4076
|
+
"displayName": "star-50",
|
|
4123
4077
|
"description": "",
|
|
4124
4078
|
"tags": {},
|
|
4125
4079
|
"props": [
|
|
@@ -4136,13 +4090,13 @@
|
|
|
4136
4090
|
}
|
|
4137
4091
|
],
|
|
4138
4092
|
"sourceFiles": [
|
|
4139
|
-
"./src/components/icon/comps/
|
|
4093
|
+
"./src/components/icon/comps/star-50.vue"
|
|
4140
4094
|
]
|
|
4141
4095
|
},
|
|
4142
|
-
"x-
|
|
4143
|
-
"name": "
|
|
4096
|
+
"x-sm": {
|
|
4097
|
+
"name": "XSm",
|
|
4144
4098
|
"exportName": "default",
|
|
4145
|
-
"displayName": "x-
|
|
4099
|
+
"displayName": "x-sm",
|
|
4146
4100
|
"description": "",
|
|
4147
4101
|
"tags": {},
|
|
4148
4102
|
"props": [
|
|
@@ -4159,13 +4113,13 @@
|
|
|
4159
4113
|
}
|
|
4160
4114
|
],
|
|
4161
4115
|
"sourceFiles": [
|
|
4162
|
-
"./src/components/icon/comps/x-
|
|
4116
|
+
"./src/components/icon/comps/x-sm.vue"
|
|
4163
4117
|
]
|
|
4164
4118
|
},
|
|
4165
|
-
"
|
|
4166
|
-
"name": "
|
|
4119
|
+
"water": {
|
|
4120
|
+
"name": "Water",
|
|
4167
4121
|
"exportName": "default",
|
|
4168
|
-
"displayName": "
|
|
4122
|
+
"displayName": "water",
|
|
4169
4123
|
"description": "",
|
|
4170
4124
|
"tags": {},
|
|
4171
4125
|
"props": [
|
|
@@ -4182,7 +4136,53 @@
|
|
|
4182
4136
|
}
|
|
4183
4137
|
],
|
|
4184
4138
|
"sourceFiles": [
|
|
4185
|
-
"./src/components/icon/comps/
|
|
4139
|
+
"./src/components/icon/comps/water.vue"
|
|
4140
|
+
]
|
|
4141
|
+
},
|
|
4142
|
+
"zoom-in": {
|
|
4143
|
+
"name": "ZoomIn",
|
|
4144
|
+
"exportName": "default",
|
|
4145
|
+
"displayName": "zoom-in",
|
|
4146
|
+
"description": "",
|
|
4147
|
+
"tags": {},
|
|
4148
|
+
"props": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "props",
|
|
4151
|
+
"type": {
|
|
4152
|
+
"name": "object"
|
|
4153
|
+
}
|
|
4154
|
+
}
|
|
4155
|
+
],
|
|
4156
|
+
"slots": [
|
|
4157
|
+
{
|
|
4158
|
+
"name": "default"
|
|
4159
|
+
}
|
|
4160
|
+
],
|
|
4161
|
+
"sourceFiles": [
|
|
4162
|
+
"./src/components/icon/comps/zoom-in.vue"
|
|
4163
|
+
]
|
|
4164
|
+
},
|
|
4165
|
+
"star-75": {
|
|
4166
|
+
"name": "Star75",
|
|
4167
|
+
"exportName": "default",
|
|
4168
|
+
"displayName": "star-75",
|
|
4169
|
+
"description": "",
|
|
4170
|
+
"tags": {},
|
|
4171
|
+
"props": [
|
|
4172
|
+
{
|
|
4173
|
+
"name": "props",
|
|
4174
|
+
"type": {
|
|
4175
|
+
"name": "object"
|
|
4176
|
+
}
|
|
4177
|
+
}
|
|
4178
|
+
],
|
|
4179
|
+
"slots": [
|
|
4180
|
+
{
|
|
4181
|
+
"name": "default"
|
|
4182
|
+
}
|
|
4183
|
+
],
|
|
4184
|
+
"sourceFiles": [
|
|
4185
|
+
"./src/components/icon/comps/star-75.vue"
|
|
4186
4186
|
]
|
|
4187
4187
|
},
|
|
4188
4188
|
"youtube": {
|
|
@@ -4231,10 +4231,10 @@
|
|
|
4231
4231
|
"./src/components/icon/comps/x-stroke.vue"
|
|
4232
4232
|
]
|
|
4233
4233
|
},
|
|
4234
|
-
"
|
|
4235
|
-
"name": "
|
|
4234
|
+
"x-fill": {
|
|
4235
|
+
"name": "XFill",
|
|
4236
4236
|
"exportName": "default",
|
|
4237
|
-
"displayName": "
|
|
4237
|
+
"displayName": "x-fill",
|
|
4238
4238
|
"description": "",
|
|
4239
4239
|
"tags": {},
|
|
4240
4240
|
"props": [
|
|
@@ -4251,7 +4251,7 @@
|
|
|
4251
4251
|
}
|
|
4252
4252
|
],
|
|
4253
4253
|
"sourceFiles": [
|
|
4254
|
-
"./src/components/icon/comps/
|
|
4254
|
+
"./src/components/icon/comps/x-fill.vue"
|
|
4255
4255
|
]
|
|
4256
4256
|
},
|
|
4257
4257
|
"zoom-out": {
|