@dpa-id-components/dpa-shared-components 9.4.2 → 9.4.4
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/README.md +3 -1
- package/dist/{bookmark-8e4ef660.mjs → bookmark-CYvEZ2Js.mjs} +6 -5
- package/dist/{bookmark-fill-B1ytdiyx.mjs → bookmark-fill-CbYczX1t.mjs} +3 -2
- package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +6 -6
- package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +23 -21
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +12 -12
- package/dist/components/UiBadge/UiBadge.stories.d.ts +10 -9
- package/dist/components/UiBadge/UiBadge.vue.d.ts +24 -20
- package/dist/components/UiButton/UiButton.stories.d.ts +10 -9
- package/dist/components/UiButton/UiButton.vue.d.ts +24 -20
- package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +3 -3
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +4 -2
- package/dist/components/UiCard/UiCard.stories.d.ts +3 -3
- package/dist/components/UiCard/UiCard.vue.d.ts +4 -2
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +3 -3
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +18 -16
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +6 -6
- package/dist/components/UiChip/UiChip.stories.d.ts +6 -6
- package/dist/components/UiChip/UiChip.vue.d.ts +13 -11
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +3 -3
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +12 -10
- package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +31 -30
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +75 -72
- package/dist/components/UiDialog/UiDialog.stories.d.ts +6 -6
- package/dist/components/UiDialog/UiDialog.vue.d.ts +30 -28
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +7 -7
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +14 -12
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +7 -7
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +12 -10
- package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +5 -4
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +20 -20
- package/dist/components/UiIcon/UiIcon.vue.d.ts +4 -4
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +2 -2
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +10 -10
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +34 -33
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +19 -15
- package/dist/components/UiInput/UiInput.stories.d.ts +18 -18
- package/dist/components/UiInput/UiInput.vue.d.ts +46 -44
- package/dist/components/UiList/UiList.stories.d.ts +27 -27
- package/dist/components/UiList/UiList.vue.d.ts +4 -2
- package/dist/components/UiListItem/UiListItem.stories.d.ts +13 -12
- package/dist/components/UiListItem/UiListItem.vue.d.ts +33 -29
- package/dist/components/UiMenu/UiMenu.stories.d.ts +9 -8
- package/dist/components/UiMenu/UiMenu.vue.d.ts +42 -42
- package/dist/components/UiOverlay/UiOverlay.stories.d.ts +6 -6
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +6 -4
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +24 -24
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +6 -4
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +2 -2
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +8 -8
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +22 -22
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +17 -15
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +6 -6
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +12 -10
- package/dist/components/UiSection/UiSection.stories.d.ts +6 -6
- package/dist/components/UiSection/UiSection.vue.d.ts +15 -13
- package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +7 -7
- package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +4 -4
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +8 -8
- package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +6 -6
- package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +13 -12
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +20 -16
- package/dist/components/UiSpinner/UiSpinner.vue.d.ts +4 -4
- package/dist/components/UiTextButton/UiTextButton.stories.d.ts +6 -6
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +28 -23
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +3 -3
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +20 -18
- package/dist/components/UiTooltip/UiTooltip.stories.d.ts +6 -6
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +17 -15
- package/dist/components/index.d.ts +36 -36
- package/dist/dpa-shared-components.mjs +11278 -13090
- package/dist/dpa-shared-components.umd.js +7 -8
- package/dist/style.css +1 -1
- package/package.json +5 -5
- package/dist/UseBreakpoints.stories.ts +0 -22
- package/dist/UseBreakpoints.vue +0 -12
- package/dist/activities-7078badc.mjs +0 -15
- package/dist/alert-2c101b8c.mjs +0 -15
- package/dist/alert-fill-d71b0894.mjs +0 -15
- package/dist/alert-octagon-dd57ae5f.mjs +0 -29
- package/dist/apps-3c2d7f63.mjs +0 -15
- package/dist/archive-57ba8974.mjs +0 -15
- package/dist/arrow-left-d54ac135.mjs +0 -15
- package/dist/arrow-nav-left-106cab88.mjs +0 -15
- package/dist/arrow-nav-right-d2f37c7e.mjs +0 -15
- package/dist/arrow-right-af47dc6a.mjs +0 -15
- package/dist/arrowhead-left-379df6c4.mjs +0 -19
- package/dist/arrowhead-right-f634422b.mjs +0 -19
- package/dist/atmo-7ffe15e2.mjs +0 -15
- package/dist/audio-circled-232ac711.mjs +0 -15
- package/dist/audio-d219eee4.mjs +0 -19
- package/dist/audio-filled-c7f0b06d.mjs +0 -19
- package/dist/bag-b1c90c9d.mjs +0 -19
- package/dist/bell-c4ef2483.mjs +0 -15
- package/dist/bell-fill-98784347.mjs +0 -15
- package/dist/book-a53f03b7.mjs +0 -15
- package/dist/bookmark-CATJZ4qW.mjs +0 -19
- package/dist/bookmark-fill-18167bcd.mjs +0 -19
- package/dist/box-74110d75.mjs +0 -19
- package/dist/bulb-539767a3.mjs +0 -15
- package/dist/call-c1be8158.mjs +0 -15
- package/dist/camera-566db54b.mjs +0 -19
- package/dist/check-e4d56dea.mjs +0 -19
- package/dist/checklist-885629e0.mjs +0 -19
- package/dist/checkmark-7bb03066.mjs +0 -19
- package/dist/checkmark-double-226ecc06.mjs +0 -15
- package/dist/chevron-down-d9cc3584.mjs +0 -15
- package/dist/chevron-left-d37e4cf5.mjs +0 -15
- package/dist/chevron-right-2b82b85c.mjs +0 -15
- package/dist/chevron-up-6cfd4d3d.mjs +0 -15
- package/dist/clipboard-c3a0dcd7.mjs +0 -15
- package/dist/clock-64696f87.mjs +0 -19
- package/dist/close-edf8f0a7.mjs +0 -15
- package/dist/cloud-save-9cb89227.mjs +0 -15
- package/dist/code-e30b0574.mjs +0 -15
- package/dist/collapse-3a144e1b.mjs +0 -15
- package/dist/color-palette-0ed1f01d.mjs +0 -15
- package/dist/comment-62396a37.mjs +0 -15
- package/dist/comment-fill-819fae0c.mjs +0 -15
- package/dist/components/DpaEventItem/DpaEventItem.spec.d.ts +0 -1
- package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +0 -1102
- package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +0 -125
- package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +0 -79
- package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +0 -79
- package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +0 -108
- package/dist/copy-e5d31a9c.mjs +0 -19
- package/dist/copy-link-b42b0b2d.mjs +0 -29
- package/dist/delete-0d28874e.mjs +0 -15
- package/dist/download-4d77c56a.mjs +0 -15
- package/dist/dpa-id-a0c91200.mjs +0 -19
- package/dist/edit-690308aa.mjs +0 -15
- package/dist/edit-add-4db19760.mjs +0 -15
- package/dist/eil-0d960dff.mjs +0 -19
- package/dist/emoji-1f86205e.mjs +0 -29
- package/dist/emoji-add-d72d5534.mjs +0 -29
- package/dist/envelope-5df69adf.mjs +0 -15
- package/dist/event-babd84b5.mjs +0 -15
- package/dist/expand-7405e392.mjs +0 -15
- package/dist/external-link-894815fd.mjs +0 -15
- package/dist/file-c91b0bb9.mjs +0 -15
- package/dist/file-pdf-2e1da127.mjs +0 -19
- package/dist/filter-b513696c.mjs +0 -15
- package/dist/filter-outline-38b76948.mjs +0 -29
- package/dist/flag-44da1d73.mjs +0 -15
- package/dist/flag-fill-ca5d310f.mjs +0 -15
- package/dist/flag-filled-98bcbce8.mjs +0 -15
- package/dist/flag-outline-2ea131c7.mjs +0 -15
- package/dist/flags-c30e45b5.mjs +0 -19
- package/dist/flash-7a927e7d.mjs +0 -15
- package/dist/folder-3b2d5f59.mjs +0 -15
- package/dist/folder-add-cdaf8bf7.mjs +0 -15
- package/dist/folder-fill-356643c5.mjs +0 -15
- package/dist/folder-filled-09259424.mjs +0 -15
- package/dist/gallery-f6dcc77b.mjs +0 -20
- package/dist/graphic-circled-c7768cfc.mjs +0 -15
- package/dist/graphic-ea6911f6.mjs +0 -20
- package/dist/graphic-filled-6f965469.mjs +0 -19
- package/dist/graphics-9dc48e2a.mjs +0 -15
- package/dist/grid-1-5b0e49a3.mjs +0 -15
- package/dist/grid-2-a31cd506.mjs +0 -15
- package/dist/grid-3-3829895b.mjs +0 -15
- package/dist/grid-4-b4dd73f8.mjs +0 -15
- package/dist/grid-6-151b07df.mjs +0 -15
- package/dist/grid-9-d3c48186.mjs +0 -15
- package/dist/grid-masonry-6a1b8806.mjs +0 -15
- package/dist/grid-masonry-9-2a9c0a17.mjs +0 -19
- package/dist/help-d209fdb7.mjs +0 -19
- package/dist/home-c424a69c.mjs +0 -15
- package/dist/image focus point-30a5eafb.mjs +0 -19
- package/dist/image-40863651.mjs +0 -19
- package/dist/impact-high-41a83c21.mjs +0 -29
- package/dist/impact-low-ba89c10c.mjs +0 -29
- package/dist/impact-medium-d64a53c3.mjs +0 -29
- package/dist/impact-very-high-c375c84e.mjs +0 -29
- package/dist/impact-very-low-b45b4a06.mjs +0 -29
- package/dist/info-387743c4.mjs +0 -15
- package/dist/info-fill-f971d701.mjs +0 -15
- package/dist/info-filled-c86c481a.mjs +0 -15
- package/dist/language-80eedb9e.mjs +0 -15
- package/dist/latest-bb39d821.mjs +0 -15
- package/dist/lightbulb-0c284cc9.mjs +0 -15
- package/dist/list-09e39a1a.mjs +0 -15
- package/dist/lock-f716251b.mjs +0 -19
- package/dist/mail-b4cc7e44.mjs +0 -15
- package/dist/main.css +0 -23
- package/dist/map-ecf5afac.mjs +0 -19
- package/dist/map-outline-4c9934e8.mjs +0 -19
- package/dist/menu-74a17c43.mjs +0 -15
- package/dist/minus-6e38066a.mjs +0 -15
- package/dist/more-horizontal-e7e121c3.mjs +0 -15
- package/dist/more-vertical-0d8048ea.mjs +0 -15
- package/dist/move-88cb6eb3.mjs +0 -15
- package/dist/move-up-down-0e48263c.mjs +0 -15
- package/dist/navigation-e1f28747.mjs +0 -15
- package/dist/note-811b096c.mjs +0 -19
- package/dist/offline-73d06154.mjs +0 -15
- package/dist/paper-plane-07bcb43e.mjs +0 -15
- package/dist/paperplane-662f4097.mjs +0 -15
- package/dist/pause-70fe2ae7.mjs +0 -29
- package/dist/pause-circle-4204406f.mjs +0 -29
- package/dist/pdf-bcee5eee.mjs +0 -19
- package/dist/pen-128f19d5.mjs +0 -15
- package/dist/people-0c20927c.mjs +0 -19
- package/dist/phone-288ed7a3.mjs +0 -19
- package/dist/picture-0eb9c590.mjs +0 -19
- package/dist/picture-circled-7602192a.mjs +0 -15
- package/dist/picture-filled-a6b618dc.mjs +0 -19
- package/dist/pin-530b1711.mjs +0 -19
- package/dist/planning-cb43b438.mjs +0 -15
- package/dist/play-5428740c.mjs +0 -29
- package/dist/play-circle-d074b95a.mjs +0 -19
- package/dist/play-fill-bac80265.mjs +0 -29
- package/dist/plus-circle-3d253a5c.mjs +0 -15
- package/dist/plus-ee8af457.mjs +0 -15
- package/dist/print-949a5857.mjs +0 -15
- package/dist/refresh-2f2ba8ae.mjs +0 -15
- package/dist/reset-c155c5ff.mjs +0 -15
- package/dist/responsive-90c640a7.mjs +0 -19
- package/dist/rubix-thema-05104238.mjs +0 -19
- package/dist/save-48d4be4e.mjs +0 -15
- package/dist/saved-search-0e8aa09b.mjs +0 -29
- package/dist/saved-search-fill-48f8c71c.mjs +0 -30
- package/dist/search-0890d914.mjs +0 -15
- package/dist/settings-57eb0eef.mjs +0 -19
- package/dist/share-alternative-fa060128.mjs +0 -15
- package/dist/share-cfa18007.mjs +0 -15
- package/dist/sidebar-9cb81395.mjs +0 -15
- package/dist/sidebar-fill-c22e0d1a.mjs +0 -19
- package/dist/slack-87bd7d6a.mjs +0 -15
- package/dist/slider-config-94286557.mjs +0 -19
- package/dist/spellcheck-c9014c44.mjs +0 -19
- package/dist/spinner-8f277552.mjs +0 -15
- package/dist/standard-view-af2a4834.mjs +0 -15
- package/dist/star-5c3c64ca.mjs +0 -15
- package/dist/star-fill-eb91b846.mjs +0 -15
- package/dist/star-filled-eb91b846.mjs +0 -15
- package/dist/stop-05ecbd72.mjs +0 -19
- package/dist/sync-1356e16f.mjs +0 -15
- package/dist/tailwind/UseBreakpoints.stories.d.ts +0 -10
- package/dist/tailwind/useBreakpoints.d.ts +0 -9
- package/dist/tasks-d09d0af6.mjs +0 -15
- package/dist/text-circled-5283cff7.mjs +0 -15
- package/dist/text-fff14e8f.mjs +0 -15
- package/dist/text-filled-dec83924.mjs +0 -19
- package/dist/topic-354c5294.mjs +0 -19
- package/dist/union-5e751949.mjs +0 -19
- package/dist/upload-a371f576.mjs +0 -15
- package/dist/useBreakpoints.ts +0 -19
- package/dist/video overlay-11864580.mjs +0 -19
- package/dist/video-8c400770.mjs +0 -25
- package/dist/video-circled-cb973c76.mjs +0 -15
- package/dist/video-filled-864f2e9f.mjs +0 -19
- package/dist/view-39118876.mjs +0 -29
- package/dist/view-off-ebee0dd9.mjs +0 -19
- package/dist/volume-up-8bf4fe6e.mjs +0 -29
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as C, createElementVNode as t } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
viewBox: "0 0 16 16"
|
|
5
|
-
}, n = /* @__PURE__ */ t("path", { d: "M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15ZM12 6.66667C12.3687 6.66667 12.6667 6.96533 12.6667 7.33333C12.6667 9.68 10.9247 11.6213 8.66667 11.9467V13.4708C8.66667 13.839 8.36819 14.1375 8 14.1375C7.63181 14.1375 7.33333 13.839 7.33333 13.4708V11.9467C5.07533 11.6213 3.33333 9.68 3.33333 7.33333C3.33333 6.96533 3.63133 6.66667 4 6.66667C4.36867 6.66667 4.66667 6.96533 4.66667 7.33333C4.66667 9.17133 6.162 10.6667 8 10.6667C9.838 10.6667 11.3333 9.17133 11.3333 7.33333C11.3333 6.96533 11.6313 6.66667 12 6.66667ZM10.1667 7.33333C10.1667 8.52786 9.19452 9.5 8 9.5C6.80548 9.5 5.83333 8.52786 5.83333 7.33333V5C5.83333 3.80548 6.80548 2.83333 8 2.83333C9.19452 2.83333 10.1667 3.80548 10.1667 5V7.33333Z" }, null, -1), c = [
|
|
6
|
-
n
|
|
7
|
-
];
|
|
8
|
-
function r(s, d) {
|
|
9
|
-
return e(), C("svg", o, c);
|
|
10
|
-
}
|
|
11
|
-
const i = { render: r };
|
|
12
|
-
export {
|
|
13
|
-
i as default,
|
|
14
|
-
r as render
|
|
15
|
-
};
|
package/dist/audio-d219eee4.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as C, createElementBlock as e, createElementVNode as o } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ o("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M14.8284 13.8284C14.0783 14.5786 13.0609 15 12 15C10.9391 15 9.92172 14.5786 9.17157 13.8284C8.42143 13.0783 8 12.0609 8 11V6C8 4.93913 8.42143 3.92172 9.17157 3.17157C9.92172 2.42143 10.9391 2 12 2C13.0609 2 14.0783 2.42143 14.8284 3.17157C15.5786 3.92172 16 4.93913 16 6V11C16 12.0609 15.5786 13.0783 14.8284 13.8284ZM10.5858 4.58579C10.2107 4.96086 10 5.46957 10 6V11C10 11.5304 10.2107 12.0391 10.5858 12.4142C10.9609 12.7893 11.4696 13 12 13C12.5304 13 13.0391 12.7893 13.4142 12.4142C13.7893 12.0391 14 11.5304 14 11V6C14 5.46957 13.7893 4.96086 13.4142 4.58579C13.0391 4.21071 12.5304 4 12 4C11.4696 4 10.9609 4.21071 10.5858 4.58579ZM18.7071 10.2929C18.8946 10.4804 19 10.7348 19 11C18.998 12.6818 18.3906 14.3068 17.2888 15.5775C16.187 16.8482 14.6646 17.6797 13 17.92V20H15.11C15.346 20 15.5724 20.0938 15.7393 20.2607C15.9062 20.4276 16 20.654 16 20.89V21.11C16 21.346 15.9062 21.5724 15.7393 21.7393C15.5724 21.9062 15.346 22 15.11 22H8.89C8.65396 22 8.42758 21.9062 8.26068 21.7393C8.09377 21.5724 8 21.346 8 21.11V20.89C8 20.654 8.09377 20.4276 8.26068 20.2607C8.42758 20.0938 8.65396 20 8.89 20H11V17.92C9.3354 17.6797 7.81295 16.8482 6.71118 15.5775C5.60941 14.3068 5.00197 12.6818 5 11C5 10.7348 5.10536 10.4804 5.29289 10.2929C5.48043 10.1054 5.73478 10 6 10C6.26522 10 6.51957 10.1054 6.70711 10.2929C6.89464 10.4804 7 10.7348 7 11C7 12.3261 7.52678 13.5979 8.46447 14.5355C9.40215 15.4732 10.6739 16 12 16C13.3261 16 14.5979 15.4732 15.5355 14.5355C16.4732 13.5979 17 12.3261 17 11C17 10.7348 17.1054 10.4804 17.2929 10.2929C17.4804 10.1054 17.7348 10 18 10C18.2652 10 18.5196 10.1054 18.7071 10.2929Z"
|
|
9
|
-
}, null, -1), r = [
|
|
10
|
-
n
|
|
11
|
-
];
|
|
12
|
-
function c(d, l) {
|
|
13
|
-
return C(), e("svg", t, r);
|
|
14
|
-
}
|
|
15
|
-
const i = { render: c };
|
|
16
|
-
export {
|
|
17
|
-
i as default,
|
|
18
|
-
c as render
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
const C = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
viewBox: "0 0 16 16"
|
|
5
|
-
}, n = /* @__PURE__ */ t("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM12 6.66667C11.6313 6.66667 11.3333 6.96533 11.3333 7.33333C11.3333 9.17133 9.838 10.6667 8 10.6667C6.162 10.6667 4.66667 9.17133 4.66667 7.33333C4.66667 6.96533 4.36867 6.66667 4 6.66667C3.63133 6.66667 3.33333 6.96533 3.33333 7.33333C3.33333 9.68 5.07533 11.6213 7.33333 11.9467V13.4708C7.33333 13.839 7.63181 14.1375 8 14.1375C8.36819 14.1375 8.66667 13.839 8.66667 13.4708V11.9467C10.9247 11.6213 12.6667 9.68 12.6667 7.33333C12.6667 6.96533 12.3687 6.66667 12 6.66667ZM10.1667 7.33333V5C10.1667 3.80548 9.19452 2.83333 8 2.83333C6.80548 2.83333 5.83333 3.80548 5.83333 5V7.33333C5.83333 8.52786 6.80548 9.5 8 9.5C9.19452 9.5 10.1667 8.52786 10.1667 7.33333Z"
|
|
9
|
-
}, null, -1), l = [
|
|
10
|
-
n
|
|
11
|
-
];
|
|
12
|
-
function d(r, c) {
|
|
13
|
-
return e(), o("svg", C, l);
|
|
14
|
-
}
|
|
15
|
-
const i = { render: d };
|
|
16
|
-
export {
|
|
17
|
-
i as default,
|
|
18
|
-
d as render
|
|
19
|
-
};
|
package/dist/bag-b1c90c9d.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as C } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ C("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M6.69706 3C6.64401 3 6.59314 3.02107 6.55564 3.05858L4.41451 5.1997L18.7861 5.19991L16.6444 3.05864C16.6069 3.02114 16.556 3 16.5029 3H6.69706ZM20.2006 7.19993L3 7.19968V19.516C3 20.2075 3.57647 20.8 4.32727 20.8H18.8727C19.6235 20.8 20.2 20.2075 20.2 19.516L20.2006 7.19993ZM5.14142 1.64437C5.554 1.23178 6.11358 1 6.69706 1H16.5029C17.0864 1 17.6459 1.23176 18.0585 1.6443C18.0585 1.64432 18.0585 1.64428 18.0585 1.6443L21.9077 5.49277C22.0953 5.68032 22.2007 5.93472 22.2006 6.19999L22.2 19.516C22.2 19.516 22.2 19.516 22.2 19.516C22.2 21.3473 20.6925 22.8 18.8727 22.8H4.32727C2.50744 22.8 1 21.3473 1 19.516V6.2C1 5.93478 1.10536 5.68043 1.29289 5.49289L5.14142 1.64437ZM8 8.8C8.55228 8.8 9 9.24772 9 9.8C9 11.2359 10.1641 12.4 11.6 12.4C13.0359 12.4 14.2 11.2359 14.2 9.8C14.2 9.24772 14.6477 8.8 15.2 8.8C15.7523 8.8 16.2 9.24772 16.2 9.8C16.2 12.3405 14.1405 14.4 11.6 14.4C9.05949 14.4 7 12.3405 7 9.8C7 9.24772 7.44771 8.8 8 8.8Z"
|
|
9
|
-
}, null, -1), r = [
|
|
10
|
-
n
|
|
11
|
-
];
|
|
12
|
-
function c(l, d) {
|
|
13
|
-
return e(), t("svg", o, r);
|
|
14
|
-
}
|
|
15
|
-
const i = { render: c };
|
|
16
|
-
export {
|
|
17
|
-
i as default,
|
|
18
|
-
c as render
|
|
19
|
-
};
|
package/dist/bell-c4ef2483.mjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const C = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ o("path", { d: "M5.51534 15.9989L6.69534 14.8169C7.07334 14.4389 7.28134 13.9369 7.28134 13.4029V8.72586C7.28134 7.36886 7.87134 6.07186 8.90134 5.16986C9.93934 4.25986 11.2613 3.85986 12.6383 4.04086C14.9653 4.34986 16.7203 6.45386 16.7203 8.93586V13.4029C16.7203 13.9369 16.9283 14.4389 17.3053 14.8159L18.4863 15.9989H5.51534ZM14.0003 18.3399C14.0003 19.2389 13.0843 19.9989 12.0003 19.9989C10.9163 19.9989 10.0003 19.2389 10.0003 18.3399V17.9989H14.0003V18.3399ZM20.5213 15.2069L18.7203 13.4029V8.93586C18.7203 5.45486 16.2183 2.49786 12.9003 2.05886C10.9783 1.80286 9.03834 2.38986 7.58334 3.66586C6.11934 4.94786 5.28134 6.79186 5.28134 8.72586L5.28034 13.4029L3.47934 15.2069C3.01034 15.6769 2.87134 16.3759 3.12534 16.9889C3.38034 17.6029 3.97334 17.9989 4.63734 17.9989H8.00034V18.3399C8.00034 20.3579 9.79434 21.9989 12.0003 21.9989C14.2063 21.9989 16.0003 20.3579 16.0003 18.3399V17.9989H19.3633C20.0273 17.9989 20.6193 17.6029 20.8733 16.9899C21.1283 16.3759 20.9903 15.6759 20.5213 15.2069Z" }, null, -1), c = [
|
|
6
|
-
n
|
|
7
|
-
];
|
|
8
|
-
function r(s, l) {
|
|
9
|
-
return e(), t("svg", C, c);
|
|
10
|
-
}
|
|
11
|
-
const V = { render: r };
|
|
12
|
-
export {
|
|
13
|
-
V as default,
|
|
14
|
-
r as render
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ o("path", { d: "M20.5213 15.2069L18.7203 13.4029V8.93586C18.7203 5.45486 16.2183 2.49786 12.9003 2.05886C10.9783 1.80286 9.03834 2.38986 7.58334 3.66586C6.11934 4.94786 5.28134 6.79186 5.28134 8.72586L5.28034 13.4029L3.47934 15.2069C3.01034 15.6769 2.87134 16.3759 3.12534 16.9889C3.38034 17.6029 3.97334 17.9989 4.63734 17.9989H8.00034V18.3399C8.00034 20.3579 9.79434 21.9989 12.0003 21.9989C14.2063 21.9989 16.0003 20.3579 16.0003 18.3399V17.9989H19.3633C20.0273 17.9989 20.6193 17.6029 20.8733 16.9899C21.1283 16.3759 20.9903 15.6759 20.5213 15.2069Z" }, null, -1), l = [
|
|
6
|
-
c
|
|
7
|
-
];
|
|
8
|
-
function r(s, C) {
|
|
9
|
-
return e(), t("svg", n, l);
|
|
10
|
-
}
|
|
11
|
-
const _ = { render: r };
|
|
12
|
-
export {
|
|
13
|
-
_ as default,
|
|
14
|
-
r as render
|
|
15
|
-
};
|
package/dist/book-a53f03b7.mjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ o("path", { d: "M19 16.4023L13 17.7503V7.5973L19 6.2503V16.4023ZM5 6.2503L11 7.5973V17.7503L5 16.4023V6.2503ZM20.625 4.2183C20.387 4.0293 20.077 3.9573 19.78 4.0243L12 5.7723L4.22 4.0243C3.922 3.9563 3.613 4.0293 3.375 4.2183C3.138 4.4093 3 4.6963 3 5.0003V17.2023C3 17.6703 3.324 18.0753 3.78 18.1773L11.78 19.9753C11.854 19.9923 11.927 20.0003 12 20.0003C12.073 20.0003 12.146 19.9923 12.22 19.9753L20.22 18.1773C20.676 18.0753 21 17.6703 21 17.2023V5.0003C21 4.6963 20.862 4.4093 20.625 4.2183Z" }, null, -1), r = [
|
|
6
|
-
c
|
|
7
|
-
];
|
|
8
|
-
function s(d, l) {
|
|
9
|
-
return e(), t("svg", n, r);
|
|
10
|
-
}
|
|
11
|
-
const L = { render: s };
|
|
12
|
-
export {
|
|
13
|
-
L as default,
|
|
14
|
-
s as render
|
|
15
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ o("path", {
|
|
6
|
-
d: "M16.3065 18.7205L18 20.3505L18 18L18 5C18 3.89543 17.1046 3 16 3L8 3C6.89543 3 6 3.89543 6 5L6 18L6 20.3505L7.69347 18.7205L12 14.5754L16.3065 18.7205Z",
|
|
7
|
-
stroke: "#212121",
|
|
8
|
-
"stroke-width": "2"
|
|
9
|
-
}, null, -1), s = [
|
|
10
|
-
n
|
|
11
|
-
];
|
|
12
|
-
function c(d, L) {
|
|
13
|
-
return e(), t("svg", r, [...s]);
|
|
14
|
-
}
|
|
15
|
-
const _ = { render: c };
|
|
16
|
-
export {
|
|
17
|
-
_ as default,
|
|
18
|
-
c as render
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ o("path", {
|
|
6
|
-
class: "stroke-current",
|
|
7
|
-
d: "M15.7954 17.7096L17.5 19.4024L17.5 17L17.5 5C17.5 3.89543 16.6046 3 15.5 3L8.5 3C7.39543 3 6.5 3.89543 6.5 5L6.5 17L6.5 19.4024L8.20464 17.7096L12 13.9406L15.7954 17.7096Z",
|
|
8
|
-
"stroke-width": "2"
|
|
9
|
-
}, null, -1), s = [
|
|
10
|
-
n
|
|
11
|
-
];
|
|
12
|
-
function c(l, d) {
|
|
13
|
-
return e(), t("svg", r, s);
|
|
14
|
-
}
|
|
15
|
-
const a = { render: c };
|
|
16
|
-
export {
|
|
17
|
-
a as default,
|
|
18
|
-
c as render
|
|
19
|
-
};
|
package/dist/box-74110d75.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
const C = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ t("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M6.69706 3C6.64401 3 6.59314 3.02107 6.55564 3.05858L4.41451 5.1997L18.7861 5.19991L16.6444 3.05864C16.6069 3.02114 16.556 3 16.5029 3H6.69706ZM20.2006 7.19993L3 7.19968V19.516C3 20.2075 3.57647 20.8 4.32727 20.8H18.8727C19.6235 20.8 20.2 20.2075 20.2 19.516L20.2006 7.19993ZM5.14142 1.64437C5.554 1.23178 6.11358 1 6.69706 1H16.5029C17.0864 1 17.6459 1.23176 18.0585 1.6443C18.0585 1.64432 18.0585 1.64428 18.0585 1.6443L21.9077 5.49277C22.0953 5.68032 22.2007 5.93472 22.2006 6.19999L22.2 19.516C22.2 19.516 22.2 19.516 22.2 19.516C22.2 21.3473 20.6925 22.8 18.8727 22.8H4.32727C2.50744 22.8 1 21.3473 1 19.516V6.2C1 5.93478 1.10536 5.68043 1.29289 5.49289L5.14142 1.64437ZM8 8.8C8.55228 8.8 9 9.24772 9 9.8C9 11.2359 10.1641 12.4 11.6 12.4C13.0359 12.4 14.2 11.2359 14.2 9.8C14.2 9.24772 14.6477 8.8 15.2 8.8C15.7523 8.8 16.2 9.24772 16.2 9.8C16.2 12.3405 14.1405 14.4 11.6 14.4C9.05949 14.4 7 12.3405 7 9.8C7 9.24772 7.44771 8.8 8 8.8Z"
|
|
9
|
-
}, null, -1), r = [
|
|
10
|
-
n
|
|
11
|
-
];
|
|
12
|
-
function c(l, d) {
|
|
13
|
-
return e(), o("svg", C, r);
|
|
14
|
-
}
|
|
15
|
-
const i = { render: c };
|
|
16
|
-
export {
|
|
17
|
-
i as default,
|
|
18
|
-
c as render
|
|
19
|
-
};
|
package/dist/bulb-539767a3.mjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as C, createElementBlock as e, createElementVNode as t } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ t("path", { d: "M19.168 6.4668L17.73 7.8568C17.536 8.0438 17.285 8.1378 17.035 8.1378C16.773 8.1378 16.512 8.0348 16.316 7.8318C15.933 7.4358 15.943 6.8018 16.341 6.4188L17.779 5.0298C18.176 4.6468 18.812 4.6568 19.192 5.0538C19.576 5.4498 19.565 6.0838 19.168 6.4668ZM7.684 7.8318C7.488 8.0348 7.227 8.1378 6.965 8.1378C6.715 8.1378 6.464 8.0448 6.27 7.8578L4.831 6.4678C4.434 6.0838 4.423 5.4498 4.807 5.0538C5.191 4.6568 5.823 4.6448 6.221 5.0288L7.66 6.4178C8.057 6.8018 8.068 7.4358 7.684 7.8318ZM6 11.9998C6 12.5528 5.552 12.9998 5 12.9998H3C2.448 12.9998 2 12.5528 2 11.9998C2 11.4468 2.448 10.9998 3 10.9998H5C5.552 10.9998 6 11.4468 6 11.9998ZM22 11.9998C22 12.5528 21.553 12.9998 21 12.9998H19C18.447 12.9998 18 12.5528 18 11.9998C18 11.4468 18.447 10.9998 19 10.9998H21C21.553 10.9998 22 11.4468 22 11.9998ZM11 4.9998V2.9998C11 2.4468 11.448 1.9998 12 1.9998C12.552 1.9998 13 2.4468 13 2.9998V4.9998C13 5.5528 12.552 5.9998 12 5.9998C11.448 5.9998 11 5.5528 11 4.9998ZM13.501 14.5928C13.191 14.7718 13 15.1028 13 15.4598V19.9998H11V15.4598C11 15.1028 10.809 14.7718 10.499 14.5928C9.574 14.0618 9 13.0678 9 11.9998C9 10.3458 10.346 8.9998 12 8.9998C13.654 8.9998 15 10.3458 15 11.9998C15 13.0678 14.426 14.0618 13.501 14.5928ZM12 6.9998C9.243 6.9998 7 9.2428 7 11.9998C7 13.5788 7.753 15.0618 9 15.9958V19.9998C9 21.1028 9.897 21.9998 11 21.9998H13C14.103 21.9998 15 21.1028 15 19.9998V15.9958C16.246 15.0618 17 13.5788 17 11.9998C17 9.2428 14.757 6.9998 12 6.9998Z" }, null, -1), c = [
|
|
6
|
-
n
|
|
7
|
-
];
|
|
8
|
-
function r(s, l) {
|
|
9
|
-
return C(), e("svg", o, c);
|
|
10
|
-
}
|
|
11
|
-
const _ = { render: r };
|
|
12
|
-
export {
|
|
13
|
-
_ as default,
|
|
14
|
-
r as render
|
|
15
|
-
};
|
package/dist/call-c1be8158.mjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as C, createElementBlock as e, createElementVNode as t } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ t("path", { d: "M6.60012 4C5.16612 4 4.00012 5.166 4.00012 6.6C4.00012 13.988 10.0111 20 17.4001 20C18.8331 20 20.0001 18.834 20.0001 17.4C20.0001 17.289 19.9931 17.18 19.9791 17.072L15.3591 16.012C15.2671 16.188 15.1661 16.379 15.0741 16.557C14.6181 17.427 14.2881 18.059 13.4461 17.72C10.1401 16.56 7.44112 13.86 6.26612 10.514C5.90912 9.729 6.58912 9.373 7.45112 8.923C7.62612 8.831 7.81512 8.732 7.98812 8.642L6.92812 4.021C6.81712 4.007 6.70912 4 6.60012 4ZM17.4001 22C8.90812 22 2.00012 15.092 2.00012 6.6C2.00012 4.063 4.06312 2 6.60012 2C6.86012 2 7.11712 2.022 7.36612 2.065C7.60912 2.104 7.85312 2.166 8.09112 2.248C8.41612 2.361 8.66112 2.634 8.73812 2.97L10.1071 8.934C10.1831 9.262 10.0881 9.606 9.85412 9.85C9.71812 9.992 9.71512 9.995 8.47512 10.644C9.47912 12.818 11.2241 14.557 13.3541 15.527C14.0041 14.286 14.0081 14.282 14.1501 14.146C14.3941 13.912 14.7401 13.821 15.0661 13.893L21.0311 15.262C21.3661 15.339 21.6391 15.583 21.7511 15.908C21.8331 16.144 21.8951 16.388 21.9361 16.639C21.9781 16.886 22.0001 17.142 22.0001 17.4C22.0001 19.937 19.9361 22 17.4001 22Z" }, null, -1), c = [
|
|
6
|
-
n
|
|
7
|
-
];
|
|
8
|
-
function r(s, l) {
|
|
9
|
-
return C(), e("svg", o, c);
|
|
10
|
-
}
|
|
11
|
-
const _ = { render: r };
|
|
12
|
-
export {
|
|
13
|
-
_ as default,
|
|
14
|
-
r as render
|
|
15
|
-
};
|
package/dist/camera-566db54b.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as C, createElementBlock as e, createElementVNode as t } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ t("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M16 7H19C19.7956 7 20.5587 7.31607 21.1213 7.87868C21.6839 8.44129 22 9.20435 22 10V18C22 18.7956 21.6839 19.5587 21.1213 20.1213C20.5587 20.6839 19.7956 21 19 21H5C4.20435 21 3.44129 20.6839 2.87868 20.1213C2.31607 19.5587 2 18.7956 2 18V10C2 9.20435 2.31607 8.44129 2.87868 7.87868C3.44129 7.31607 4.20435 7 5 7H8V5.5C8 4.83696 8.26339 4.20107 8.73223 3.73223C9.20107 3.26339 9.83696 3 10.5 3H13.5C14.163 3 14.7989 3.26339 15.2678 3.73223C15.7366 4.20107 16 4.83696 16 5.5V7ZM10.1464 5.14645C10.0527 5.24021 10 5.36739 10 5.5V7H14V5.5C14 5.36739 13.9473 5.24021 13.8536 5.14645C13.7598 5.05268 13.6326 5 13.5 5H10.5C10.3674 5 10.2402 5.05268 10.1464 5.14645ZM19.7071 18.7071C19.8946 18.5196 20 18.2652 20 18V10C20 9.73478 19.8946 9.48043 19.7071 9.29289C19.5196 9.10536 19.2652 9 19 9H5C4.73478 9 4.48043 9.10536 4.29289 9.29289C4.10536 9.48043 4 9.73478 4 10V18C4 18.2652 4.10536 18.5196 4.29289 18.7071C4.48043 18.8946 4.73478 19 5 19H19C19.2652 19 19.5196 18.8946 19.7071 18.7071ZM10.0555 11.0899C10.6311 10.7053 11.3078 10.5 12 10.5C12.9283 10.5 13.8185 10.8687 14.4749 11.5251C15.1313 12.1815 15.5 13.0717 15.5 14C15.5 14.6922 15.2947 15.3689 14.9101 15.9445C14.5256 16.5201 13.9789 16.9687 13.3394 17.2336C12.6999 17.4985 11.9961 17.5678 11.3172 17.4327C10.6383 17.2977 10.0146 16.9644 9.52513 16.4749C9.03564 15.9854 8.7023 15.3617 8.56725 14.6828C8.4322 14.0039 8.50152 13.3001 8.76642 12.6606C9.03133 12.0211 9.47993 11.4744 10.0555 11.0899ZM11.1666 15.2472C11.4133 15.412 11.7033 15.5 12 15.5C12.3978 15.5 12.7794 15.342 13.0607 15.0607C13.342 14.7794 13.5 14.3978 13.5 14C13.5 13.7033 13.412 13.4133 13.2472 13.1666C13.0824 12.92 12.8481 12.7277 12.574 12.6142C12.2999 12.5006 11.9983 12.4709 11.7074 12.5288C11.4164 12.5867 11.1491 12.7296 10.9393 12.9393C10.7296 13.1491 10.5867 13.4164 10.5288 13.7074C10.4709 13.9983 10.5007 14.2999 10.6142 14.574C10.7277 14.8481 10.92 15.0824 11.1666 15.2472Z"
|
|
9
|
-
}, null, -1), r = [
|
|
10
|
-
n
|
|
11
|
-
];
|
|
12
|
-
function c(l, d) {
|
|
13
|
-
return C(), e("svg", o, r);
|
|
14
|
-
}
|
|
15
|
-
const V = { render: c };
|
|
16
|
-
export {
|
|
17
|
-
V as default,
|
|
18
|
-
c as render
|
|
19
|
-
};
|
package/dist/check-e4d56dea.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as C, createElementBlock as L, createElementVNode as e } from "vue";
|
|
2
|
-
const t = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, o = /* @__PURE__ */ e("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M13.9814 2.6492C12.8023 1.7836 11.1978 1.7836 10.0187 2.6492L8.85924 3.50038C8.66787 3.64086 8.44538 3.73303 8.21073 3.769L6.78901 3.98698C5.3432 4.20864 4.20864 5.3432 3.98698 6.78901L3.769 8.21073C3.73303 8.44538 3.64086 8.66787 3.50038 8.85924L2.6492 10.0187C1.7836 11.1978 1.7836 12.8023 2.6492 13.9814L3.50038 15.1408C3.64086 15.3321 3.73303 15.5546 3.769 15.7893L3.98698 17.211C4.20864 18.6568 5.3432 19.7914 6.78901 20.013L8.21073 20.231C8.44538 20.267 8.66787 20.3592 8.85924 20.4997L10.0187 21.3508C11.1978 22.2164 12.8023 22.2164 13.9814 21.3508L15.1408 20.4997C15.3321 20.3592 15.5546 20.267 15.7893 20.231L17.211 20.013C18.6568 19.7914 19.7914 18.6568 20.013 17.211L20.231 15.7893C20.267 15.5546 20.3592 15.3321 20.4997 15.1408L21.3508 13.9814C22.2164 12.8023 22.2164 11.1978 21.3508 10.0187L20.4997 8.85924C20.3592 8.66787 20.267 8.44538 20.231 8.21073L20.013 6.78901C19.7914 5.3432 18.6568 4.20864 17.211 3.98698L15.7893 3.769C15.5546 3.73303 15.3321 3.64086 15.1408 3.50038L13.9814 2.6492ZM11.1283 4.16064C11.647 3.77979 12.353 3.77979 12.8718 4.16064L14.0312 5.01182C14.4661 5.33112 14.9718 5.54058 15.5051 5.62234L16.9269 5.84032C17.563 5.93784 18.0621 6.43703 18.1596 7.07316L18.3777 8.49487C18.4594 9.02821 18.6689 9.53389 18.9883 9.96884L19.8394 11.1283C20.2203 11.647 20.2203 12.353 19.8394 12.8718L18.9883 14.0312C18.6689 14.4661 18.4594 14.9718 18.3777 15.5051L18.1596 16.9269C18.0621 17.563 17.563 18.0621 16.9269 18.1596L15.5051 18.3777C14.9718 18.4594 14.4661 18.6689 14.0312 18.9883L12.8718 19.8394C12.353 20.2203 11.647 20.2203 11.1283 19.8394L9.96884 18.9883C9.53389 18.6689 9.02821 18.4594 8.49487 18.3777L7.07316 18.1596C6.43703 18.0621 5.93784 17.563 5.84032 16.9269L5.62234 15.5051C5.54058 14.9718 5.33112 14.4661 5.01182 14.0312L4.16064 12.8718C3.77979 12.353 3.77979 11.647 4.16064 11.1283L5.01182 9.96882C5.33112 9.53389 5.54058 9.02821 5.62234 8.49487L5.84032 7.07316C5.93784 6.43703 6.43703 5.93784 7.07316 5.84032L8.49487 5.62234C9.02821 5.54058 9.53389 5.33112 9.96882 5.01182L11.1283 4.16064ZM16.1004 10.4754C16.4665 10.1093 16.4665 9.51571 16.1004 9.1496C15.7343 8.78349 15.1408 8.78349 14.7746 9.1496L10.75 13.1742L9.22542 11.6496C8.85931 11.2835 8.26571 11.2835 7.8996 11.6496C7.53348 12.0157 7.53348 12.6093 7.8996 12.9754L10.0871 15.1629C10.4532 15.529 11.0468 15.529 11.4129 15.1629L16.1004 10.4754Z"
|
|
9
|
-
}, null, -1), n = [
|
|
10
|
-
o
|
|
11
|
-
];
|
|
12
|
-
function c(r, l) {
|
|
13
|
-
return C(), L("svg", t, n);
|
|
14
|
-
}
|
|
15
|
-
const s = { render: c };
|
|
16
|
-
export {
|
|
17
|
-
s as default,
|
|
18
|
-
c as render
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as C, createElementVNode as t } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ t("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M4.2 3.90749C4.2 3.728 4.34551 3.58249 4.525 3.58249H15.575C15.7545 3.58249 15.9 3.728 15.9 3.90749V13.9649C15.9 14.5034 16.3365 14.9399 16.875 14.9399C17.4135 14.9399 17.85 14.5034 17.85 13.9649V3.90749C17.85 2.65105 16.8315 1.63249 15.575 1.63249H4.525C3.26855 1.63249 2.25 2.65105 2.25 3.90749V18.8575C2.25 20.114 3.26855 21.1325 4.525 21.1325H8.64708C9.18556 21.1325 9.62208 20.696 9.62208 20.1575C9.62208 19.619 9.18556 19.1825 8.64708 19.1825H4.525C4.34551 19.1825 4.2 19.037 4.2 18.8575V3.90749ZM7.125 6.8325C6.58653 6.8325 6.15 7.26902 6.15 7.8075C6.15 8.34597 6.58653 8.7825 7.125 8.7825H12.975C13.5135 8.7825 13.95 8.34597 13.95 7.8075C13.95 7.26902 13.5135 6.8325 12.975 6.8325H7.125ZM6.15 11.7075C6.15 11.169 6.58653 10.7325 7.125 10.7325H9.725C10.2635 10.7325 10.7 11.169 10.7 11.7075C10.7 12.246 10.2635 12.6825 9.725 12.6825H7.125C6.58653 12.6825 6.15 12.246 6.15 11.7075ZM21.4562 16.3051C21.8414 15.9289 21.8488 15.3115 21.4726 14.9263C21.0964 14.541 20.479 14.5337 20.0938 14.9099L14.8604 20.0206L13.0157 18.1693C12.6356 17.7879 12.0182 17.7868 11.6368 18.1668C11.2554 18.5469 11.2543 19.1643 11.6344 19.5457L14.1603 22.0807C14.5377 22.4594 15.1498 22.4636 15.5322 22.0901L21.4562 16.3051Z"
|
|
9
|
-
}, null, -1), c = [
|
|
10
|
-
n
|
|
11
|
-
];
|
|
12
|
-
function l(r, d) {
|
|
13
|
-
return e(), C("svg", o, c);
|
|
14
|
-
}
|
|
15
|
-
const i = { render: l };
|
|
16
|
-
export {
|
|
17
|
-
i as default,
|
|
18
|
-
l as render
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ o("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M9.86326 18C9.58726 18 9.32326 17.886 9.13426 17.685L4.27126 12.506C3.89226 12.104 3.91326 11.471 4.31526 11.093C4.71826 10.715 5.35126 10.735 5.72826 11.137L9.85326 15.528L18.2613 6.326C18.6353 5.917 19.2673 5.89 19.6753 6.262C20.0823 6.634 20.1103 7.267 19.7383 7.674L10.6013 17.674C10.4143 17.88 10.1483 17.998 9.87026 18H9.86326Z"
|
|
9
|
-
}, null, -1), r = [
|
|
10
|
-
c
|
|
11
|
-
];
|
|
12
|
-
function l(d, s) {
|
|
13
|
-
return e(), t("svg", n, r);
|
|
14
|
-
}
|
|
15
|
-
const _ = { render: l };
|
|
16
|
-
export {
|
|
17
|
-
_ as default,
|
|
18
|
-
l as render
|
|
19
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const c = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ o("path", { d: "M16.6162 6.2129C17.0522 6.5529 17.1282 7.1819 16.7872 7.6159L8.95621 17.6159C8.76821 17.8569 8.48021 17.9979 8.17621 17.9999H8.16921C7.86621 17.9999 7.58021 17.8629 7.38921 17.6269L3.22021 12.4489C2.87521 12.0199 2.94221 11.3899 3.37321 11.0429C3.80321 10.6959 4.43121 10.7659 4.77921 11.1949L8.15821 15.3919L15.2132 6.3839C15.5542 5.9489 16.1822 5.8709 16.6162 6.2129ZM21.6162 6.2129C22.0522 6.5529 22.1282 7.1819 21.7872 7.6159L13.9562 17.6159C13.7682 17.8569 13.4802 17.9979 13.1762 17.9999H13.1692C12.8662 17.9999 12.5802 17.8629 12.3892 17.6269L11.2892 16.2599L12.5542 14.6429L13.1582 15.3919L20.2132 6.3839C20.5542 5.9489 21.1812 5.8709 21.6162 6.2129ZM8.71291 13.0605L8.22091 12.4495C7.87491 12.0195 7.94191 11.3895 8.37291 11.0425C8.80391 10.6965 9.43291 10.7655 9.77891 11.1955L9.97991 11.4445L8.71291 13.0605Z" }, null, -1), r = [
|
|
6
|
-
n
|
|
7
|
-
];
|
|
8
|
-
function C(L, s) {
|
|
9
|
-
return e(), t("svg", c, r);
|
|
10
|
-
}
|
|
11
|
-
const d = { render: C };
|
|
12
|
-
export {
|
|
13
|
-
d as default,
|
|
14
|
-
C as render
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ o("path", { d: "M12 15.5C11.744 15.5 11.488 15.402 11.293 15.207L7.29301 11.207C6.90201 10.816 6.90201 10.184 7.29301 9.79301C7.68401 9.40201 8.31601 9.40201 8.70701 9.79301L12.012 13.098L15.305 9.91801C15.704 9.53501 16.335 9.54601 16.719 9.94301C17.103 10.34 17.092 10.974 16.695 11.357L12.695 15.219C12.5 15.407 12.25 15.5 12 15.5Z" }, null, -1), r = [
|
|
6
|
-
c
|
|
7
|
-
];
|
|
8
|
-
function s(d, l) {
|
|
9
|
-
return e(), t("svg", n, r);
|
|
10
|
-
}
|
|
11
|
-
const h = { render: s };
|
|
12
|
-
export {
|
|
13
|
-
h as default,
|
|
14
|
-
s as render
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ o("path", { d: "M13.3623 17C13.1003 17 12.8393 16.898 12.6433 16.695L8.78028 12.695C8.40228 12.302 8.40728 11.679 8.79328 11.293L12.7933 7.29301C13.1833 6.90201 13.8163 6.90201 14.2073 7.29301C14.5973 7.68401 14.5973 8.31601 14.2073 8.70701L10.9023 12.012L14.0813 15.305C14.4653 15.703 14.4543 16.336 14.0573 16.719C13.8623 16.907 13.6123 17 13.3623 17Z" }, null, -1), r = [
|
|
6
|
-
c
|
|
7
|
-
];
|
|
8
|
-
function s(d, l) {
|
|
9
|
-
return e(), t("svg", n, r);
|
|
10
|
-
}
|
|
11
|
-
const h = { render: s };
|
|
12
|
-
export {
|
|
13
|
-
h as default,
|
|
14
|
-
s as render
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ o("path", { d: "M10.5 17C10.244 17 9.98801 16.902 9.79301 16.707C9.40201 16.316 9.40201 15.684 9.79301 15.293L13.098 11.988L9.91801 8.695C9.53501 8.297 9.54601 7.664 9.94301 7.281C10.341 6.898 10.974 6.909 11.357 7.305L15.219 11.305C15.598 11.698 15.593 12.321 15.207 12.707L11.207 16.707C11.012 16.902 10.756 17 10.5 17Z" }, null, -1), r = [
|
|
6
|
-
c
|
|
7
|
-
];
|
|
8
|
-
function s(d, h) {
|
|
9
|
-
return e(), t("svg", n, r);
|
|
10
|
-
}
|
|
11
|
-
const _ = { render: s };
|
|
12
|
-
export {
|
|
13
|
-
_ as default,
|
|
14
|
-
s as render
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ o("path", { d: "M16 14.5C15.744 14.5 15.488 14.402 15.293 14.207L11.988 10.902L8.69502 14.082C8.29702 14.466 7.66502 14.456 7.28102 14.057C6.89702 13.66 6.90802 13.026 7.30502 12.643L11.305 8.781C11.698 8.402 12.322 8.407 12.707 8.793L16.707 12.793C17.098 13.184 17.098 13.816 16.707 14.207C16.512 14.402 16.256 14.5 16 14.5Z" }, null, -1), r = [
|
|
6
|
-
c
|
|
7
|
-
];
|
|
8
|
-
function s(d, l) {
|
|
9
|
-
return e(), t("svg", n, r);
|
|
10
|
-
}
|
|
11
|
-
const h = { render: s };
|
|
12
|
-
export {
|
|
13
|
-
h as default,
|
|
14
|
-
s as render
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as C, createElementBlock as e, createElementVNode as t } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ t("path", { d: "M18 5V4C18 3.46957 17.7893 2.96086 17.4142 2.58579C17.0391 2.21071 16.5304 2 16 2H8C7.46957 2 6.96086 2.21071 6.58579 2.58579C6.21071 2.96086 6 3.46957 6 4V5C5.20435 5 4.44129 5.31607 3.87868 5.87868C3.31607 6.44129 3 7.20435 3 8V19C3 19.7956 3.31607 20.5587 3.87868 21.1213C4.44129 21.6839 5.20435 22 6 22H18C18.7956 22 19.5587 21.6839 20.1213 21.1213C20.6839 20.5587 21 19.7956 21 19V8C21 7.20435 20.6839 6.44129 20.1213 5.87868C19.5587 5.31607 18.7956 5 18 5ZM8 4H16V8H8V4ZM19 19C19 19.2652 18.8946 19.5196 18.7071 19.7071C18.5196 19.8946 18.2652 20 18 20H6C5.73478 20 5.48043 19.8946 5.29289 19.7071C5.10536 19.5196 5 19.2652 5 19V8C5 7.73478 5.10536 7.48043 5.29289 7.29289C5.48043 7.10536 5.73478 7 6 7V8C6 8.53043 6.21071 9.03914 6.58579 9.41421C6.96086 9.78929 7.46957 10 8 10H16C16.5304 10 17.0391 9.78929 17.4142 9.41421C17.7893 9.03914 18 8.53043 18 8V7C18.2652 7 18.5196 7.10536 18.7071 7.29289C18.8946 7.48043 19 7.73478 19 8V19Z" }, null, -1), c = [
|
|
6
|
-
n
|
|
7
|
-
];
|
|
8
|
-
function r(s, V) {
|
|
9
|
-
return C(), e("svg", o, c);
|
|
10
|
-
}
|
|
11
|
-
const l = { render: r };
|
|
12
|
-
export {
|
|
13
|
-
l as default,
|
|
14
|
-
r as render
|
|
15
|
-
};
|
package/dist/clock-64696f87.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ t("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M16 11H13V8C13 7.447 12.552 7 12 7C11.448 7 11 7.447 11 8V12C11 12.553 11.448 13 12 13H16C16.553 13 17 12.553 17 12C17 11.447 16.553 11 16 11ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20ZM12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2Z"
|
|
9
|
-
}, null, -1), l = [
|
|
10
|
-
c
|
|
11
|
-
];
|
|
12
|
-
function r(C, d) {
|
|
13
|
-
return e(), o("svg", n, l);
|
|
14
|
-
}
|
|
15
|
-
const i = { render: r };
|
|
16
|
-
export {
|
|
17
|
-
i as default,
|
|
18
|
-
r as render
|
|
19
|
-
};
|
package/dist/close-edf8f0a7.mjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ o("path", { d: "M13.4141 12L17.7071 7.707C18.0981 7.316 18.0981 6.684 17.7071 6.293C17.3161 5.902 16.6841 5.902 16.2931 6.293L12.0001 10.586L7.70713 6.293C7.31613 5.902 6.68413 5.902 6.29313 6.293C5.90213 6.684 5.90213 7.316 6.29313 7.707L10.5861 12L6.29313 16.293C5.90213 16.684 5.90213 17.316 6.29313 17.707C6.48813 17.902 6.74413 18 7.00013 18C7.25613 18 7.51213 17.902 7.70713 17.707L12.0001 13.414L16.2931 17.707C16.4881 17.902 16.7441 18 17.0001 18C17.2561 18 17.5121 17.902 17.7071 17.707C18.0981 17.316 18.0981 16.684 17.7071 16.293L13.4141 12Z" }, null, -1), r = [
|
|
6
|
-
c
|
|
7
|
-
];
|
|
8
|
-
function s(C, l) {
|
|
9
|
-
return e(), t("svg", n, r);
|
|
10
|
-
}
|
|
11
|
-
const L = { render: s };
|
|
12
|
-
export {
|
|
13
|
-
L as default,
|
|
14
|
-
s as render
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as C, createElementBlock as e, createElementVNode as t } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ t("path", { d: "M12.707 11.293L15.707 14.293C16.098 14.684 16.098 15.316 15.707 15.707C15.512 15.902 15.256 16 15 16C14.744 16 14.488 15.902 14.293 15.707L13 14.414V20C13 20.553 12.552 21 12 21C11.448 21 11 20.553 11 20V14.356L9.69502 15.616C9.29802 16.001 8.66502 15.988 8.28102 15.591C7.89702 15.193 7.90802 14.561 8.30502 14.177L11.305 11.28C11.699 10.904 12.322 10.907 12.707 11.293ZM17.6748 7.04489C20.1138 7.37589 21.9998 9.47189 21.9998 11.9999C21.9998 13.2209 21.5558 14.3959 20.7498 15.3089C20.5518 15.5319 20.2768 15.647 19.9998 15.647C19.7648 15.647 19.5288 15.5649 19.3378 15.3969C18.9248 15.0299 18.8848 14.3989 19.2508 13.9839C19.7338 13.4379 19.9998 12.7319 19.9998 11.9999C19.9998 10.3459 18.6538 8.99989 16.9998 8.99989H16.8998C16.4238 8.99989 16.0138 8.66389 15.9198 8.19689C15.5458 6.34489 13.8978 4.99989 11.9998 4.99989C10.1028 4.99989 8.45382 6.34489 8.08082 8.19689C7.98682 8.66389 7.57582 8.99989 7.09982 8.99989H6.99982C5.34582 8.99989 3.99982 10.3459 3.99982 11.9999C3.99982 12.7319 4.26582 13.4379 4.74982 13.9839C5.11482 14.3989 5.07582 15.0299 4.66182 15.3969C4.24782 15.7629 3.61582 15.7219 3.25082 15.3089C2.44382 14.3959 1.99982 13.2209 1.99982 11.9999C1.99982 9.47189 3.88582 7.37589 6.32482 7.04489C7.14582 4.66089 9.41982 2.99989 11.9998 2.99989C14.5808 2.99989 16.8548 4.66089 17.6748 7.04489Z" }, null, -1), c = [
|
|
6
|
-
n
|
|
7
|
-
];
|
|
8
|
-
function r(s, d) {
|
|
9
|
-
return C(), e("svg", o, c);
|
|
10
|
-
}
|
|
11
|
-
const _ = { render: r };
|
|
12
|
-
export {
|
|
13
|
-
_ as default,
|
|
14
|
-
r as render
|
|
15
|
-
};
|
package/dist/code-e30b0574.mjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ o("path", { d: "M8.64061 5.2314C9.06461 5.5854 9.12161 6.2154 8.76861 6.6404L4.29161 12.0104L8.60761 17.3734C8.95261 17.8034 8.88561 18.4324 8.45461 18.7794C8.27061 18.9274 8.04861 19.0004 7.82861 19.0004C7.53661 19.0004 7.24661 18.8724 7.04861 18.6274L2.22061 12.6274C1.92161 12.2554 1.92661 11.7254 2.23161 11.3594L7.23161 5.3594C7.58461 4.9354 8.21361 4.8784 8.64061 5.2314ZM21.7793 11.373C22.0783 11.744 22.0733 12.274 21.7683 12.641L16.7683 18.641C16.5703 18.878 16.2863 19 15.9993 19C15.7733 19 15.5473 18.924 15.3593 18.769C14.9353 18.415 14.8783 17.784 15.2313 17.359L19.7083 11.989L15.3923 6.627C15.0473 6.196 15.1143 5.567 15.5453 5.221C15.9753 4.873 16.6043 4.943 16.9513 5.373L21.7793 11.373Z" }, null, -1), r = [
|
|
6
|
-
c
|
|
7
|
-
];
|
|
8
|
-
function C(s, d) {
|
|
9
|
-
return e(), t("svg", n, r);
|
|
10
|
-
}
|
|
11
|
-
const L = { render: C };
|
|
12
|
-
export {
|
|
13
|
-
L as default,
|
|
14
|
-
C as render
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const C = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ o("path", { d: "M19.0005 9.00001C19.5525 9.00001 20.0005 9.44801 20.0005 10.001C19.9995 10.553 19.5515 11 19.0005 11H18.9995L14.0245 10.997C13.4745 10.997 13.0275 10.552 13.0245 10.002L13.0005 5.00501C12.9975 4.45301 13.4425 4.00301 13.9955 4.00001H14.0005C14.5505 4.00001 14.9975 4.44401 15.0005 4.99501L15.0125 7.57301L18.2925 4.29301C18.6835 3.90201 19.3165 3.90201 19.7075 4.29301C20.0975 4.68401 20.0975 5.31601 19.7075 5.70701L16.4155 8.99901L19.0005 9.00001ZM10.0015 13.0254C10.5515 13.0284 10.9965 13.4744 10.9965 14.0244L11.0005 18.9994C11.0005 19.5514 10.5525 20.0004 10.0005 20.0004C9.44749 20.0004 9.00049 19.5524 9.00049 19.0014L8.99849 16.4164L5.70749 19.7074C5.51149 19.9024 5.25549 20.0004 5.00049 20.0004C4.74449 20.0004 4.48849 19.9024 4.29349 19.7074C3.90249 19.3164 3.90249 18.6834 4.29349 18.2934L7.57249 15.0134L4.99549 15.0004C4.44249 14.9974 3.99749 14.5464 4.00049 13.9954C4.00249 13.4444 4.45049 13.0004 5.00049 13.0004H5.00449L10.0015 13.0254Z" }, null, -1), c = [
|
|
6
|
-
n
|
|
7
|
-
];
|
|
8
|
-
function r(s, L) {
|
|
9
|
-
return e(), t("svg", C, c);
|
|
10
|
-
}
|
|
11
|
-
const d = { render: r };
|
|
12
|
-
export {
|
|
13
|
-
d as default,
|
|
14
|
-
r as render
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as C, createElementBlock as t, createStaticVNode as e } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
viewBox: "0 0 24 24"
|
|
5
|
-
}, a = /* @__PURE__ */ e('<g clip-path="url(#clip0_648_1922)"><path d="M19.54 5.07998C18.5374 4.0844 17.346 3.29912 16.0358 2.77022C14.7255 2.24131 13.3229 1.97944 11.91 1.99998C9.25788 1.99335 6.7117 3.04055 4.83165 4.91123C2.9516 6.78191 1.89167 9.32281 1.88504 11.975C1.87841 14.6271 2.92562 17.1733 4.7963 19.0534C6.66697 20.9334 9.20788 21.9933 11.86 22C12.4315 22.0097 12.9901 21.8294 13.448 21.4873C13.9059 21.1452 14.2373 20.6608 14.39 20.11C14.4874 19.7122 14.4864 19.2967 14.3871 18.8995C14.2878 18.5022 14.0932 18.1351 13.82 17.83C13.7569 17.7581 13.7157 17.6696 13.7013 17.575C13.6869 17.4805 13.7 17.3837 13.739 17.2964C13.7779 17.209 13.8411 17.1346 13.9211 17.0821C14.001 17.0295 14.0944 17.001 14.19 17H15.84C17.393 17.0072 18.8912 16.4267 20.0338 15.375C21.1764 14.3233 21.8789 12.8782 22 11.33C22.0372 10.1756 21.8382 9.02577 21.4152 7.95103C20.9922 6.8763 20.3541 5.89931 19.54 5.07998ZM15.88 15H14.23C13.7482 14.9972 13.2759 15.1344 12.8704 15.3948C12.4649 15.6552 12.1437 16.0277 11.9458 16.467C11.7478 16.9063 11.6816 17.3937 11.7551 17.8699C11.8286 18.3461 12.0388 18.7908 12.36 19.15C12.4226 19.2131 12.4668 19.292 12.4879 19.3783C12.5091 19.4647 12.5064 19.5551 12.48 19.64C12.43 19.85 12.2 19.98 11.89 20C10.7544 19.9854 9.6348 19.7292 8.60583 19.2484C7.57685 18.7676 6.66205 18.0732 5.92228 17.2114C5.18251 16.3495 4.63472 15.3401 4.31535 14.2501C3.99598 13.1602 3.91236 12.0147 4.07004 10.89C4.35521 8.99992 5.2996 7.27161 6.73618 6.01071C8.17276 4.74981 10.009 4.03758 11.92 3.99998H12C13.1309 3.98517 14.2532 4.19698 15.3009 4.62292C16.3486 5.04886 17.3003 5.68029 18.1 6.47998C18.724 7.10437 19.2143 7.84933 19.541 8.66942C19.8676 9.48951 20.0238 10.3675 20 11.25C19.8965 12.273 19.4186 13.2218 18.6581 13.9139C17.8977 14.6061 16.9083 14.9929 15.88 15Z"></path><path d="M12 7.99998C12.8284 7.99998 13.5 7.3284 13.5 6.49998C13.5 5.67155 12.8284 4.99998 12 4.99998C11.1716 4.99998 10.5 5.67155 10.5 6.49998C10.5 7.3284 11.1716 7.99998 12 7.99998Z"></path><path d="M15.2499 7.19998C14.9931 7.34834 14.786 7.56951 14.6549 7.83554C14.5237 8.10156 14.4744 8.4005 14.5131 8.69457C14.5518 8.98863 14.6768 9.26462 14.8723 9.48765C15.0678 9.71069 15.3251 9.87075 15.6116 9.9476C15.898 10.0245 16.2008 10.0147 16.4818 9.91946C16.7627 9.82425 17.009 9.6479 17.1897 9.41269C17.3704 9.17749 17.4773 8.894 17.497 8.59805C17.5166 8.3021 17.448 8.00697 17.2999 7.74998C17.2015 7.57918 17.0704 7.42945 16.9141 7.30936C16.7578 7.18926 16.5793 7.10116 16.3889 7.05008C16.1985 6.999 16 6.98594 15.8045 7.01166C15.6091 7.03739 15.4206 7.10138 15.2499 7.19998Z"></path><path d="M8.74996 7.19998C8.49297 7.0519 8.19784 6.98334 7.90189 7.00296C7.60594 7.02257 7.32245 7.12949 7.08725 7.31019C6.85204 7.49089 6.67569 7.73726 6.58048 8.01817C6.48527 8.29907 6.47548 8.6019 6.55233 8.88837C6.62919 9.17484 6.78925 9.43209 7.01228 9.62761C7.23532 9.82313 7.51131 9.94815 7.80537 9.98685C8.09944 10.0255 8.39838 9.9762 8.6644 9.84505C8.93043 9.71389 9.1516 9.50681 9.29996 9.24998C9.39856 9.07929 9.46255 8.89084 9.48827 8.6954C9.514 8.49996 9.50094 8.30137 9.44986 8.11098C9.39878 7.92059 9.31068 7.74214 9.19058 7.58582C9.07049 7.4295 8.92076 7.29839 8.74996 7.19998Z"></path><path d="M6.16 11.26C5.91396 11.4261 5.72276 11.6615 5.61059 11.9364C5.49842 12.2112 5.47033 12.5132 5.52988 12.804C5.58942 13.0948 5.73393 13.3615 5.9451 13.5701C6.15626 13.7788 6.4246 13.9201 6.71612 13.9761C7.00764 14.0322 7.30925 14.0005 7.58274 13.885C7.85624 13.7696 8.08933 13.5756 8.25249 13.3276C8.41566 13.0796 8.50157 12.7887 8.49935 12.4919C8.49712 12.195 8.40686 11.9055 8.24 11.66C8.13037 11.4963 7.98939 11.356 7.8252 11.2472C7.66101 11.1384 7.47688 11.0632 7.28345 11.026C7.09002 10.9888 6.89113 10.9904 6.6983 11.0305C6.50546 11.0707 6.3225 11.1487 6.16 11.26Z"></path></g>', 1), p = [
|
|
6
|
-
a
|
|
7
|
-
];
|
|
8
|
-
function c(h, r) {
|
|
9
|
-
return C(), t("svg", o, p);
|
|
10
|
-
}
|
|
11
|
-
const n = { render: c };
|
|
12
|
-
export {
|
|
13
|
-
n as default,
|
|
14
|
-
c as render
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const C = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, n = /* @__PURE__ */ o("path", { d: "M19 3H5C4.20435 3 3.44129 3.31607 2.87868 3.87868C2.31607 4.44129 2 5.20435 2 6V21C2.00031 21.1772 2.04769 21.3511 2.1373 21.504C2.22691 21.6569 2.35553 21.7832 2.51 21.87C2.65946 21.9547 2.82821 21.9995 3 22C3.17948 21.9999 3.35564 21.9516 3.51 21.86L8 19.14C8.16597 19.0412 8.35699 18.9926 8.55 19H19C19.7956 19 20.5587 18.6839 21.1213 18.1213C21.6839 17.5587 22 16.7956 22 16V6C22 5.20435 21.6839 4.44129 21.1213 3.87868C20.5587 3.31607 19.7956 3 19 3ZM20 16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H8.55C8.00382 16.9996 7.46789 17.1482 7 17.43L4 19.23V6C4 5.73478 4.10536 5.48043 4.29289 5.29289C4.48043 5.10536 4.73478 5 5 5H19C19.2652 5 19.5196 5.10536 19.7071 5.29289C19.8946 5.48043 20 5.73478 20 6V16Z" }, null, -1), c = [
|
|
6
|
-
n
|
|
7
|
-
];
|
|
8
|
-
function r(s, d) {
|
|
9
|
-
return e(), t("svg", C, c);
|
|
10
|
-
}
|
|
11
|
-
const _ = { render: r };
|
|
12
|
-
export {
|
|
13
|
-
_ as default,
|
|
14
|
-
r as render
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ o("path", { d: "M5 3H19C19.7956 3 20.5587 3.31607 21.1213 3.87868C21.6839 4.44129 22 5.20435 22 6V16C22 16.7956 21.6839 17.5587 21.1213 18.1213C20.5587 18.6839 19.7956 19 19 19H8.55C8.35699 18.9926 8.16597 19.0412 8 19.14L3.51 21.86C3.35564 21.9516 3.17948 21.9999 3 22C2.82821 21.9995 2.65946 21.9547 2.51 21.87C2.35553 21.7832 2.22691 21.6569 2.1373 21.504C2.04769 21.3511 2.00031 21.1772 2 21V6C2 5.20435 2.31607 4.44129 2.87868 3.87868C3.44129 3.31607 4.20435 3 5 3Z" }, null, -1), r = [
|
|
6
|
-
c
|
|
7
|
-
];
|
|
8
|
-
function s(C, l) {
|
|
9
|
-
return e(), t("svg", n, r);
|
|
10
|
-
}
|
|
11
|
-
const _ = { render: s };
|
|
12
|
-
export {
|
|
13
|
-
_ as default,
|
|
14
|
-
s as render
|
|
15
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|