@fangzhongya/fang-ui 0.0.96 → 0.0.98
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/components/alert/style/element.scss +2 -0
- package/dist/components/alert/style/index2.scss +0 -2
- package/dist/components/audios/index.cjs +9 -0
- package/dist/components/audios/index.css +52 -0
- package/dist/components/audios/index.d.ts +4 -0
- package/dist/components/audios/index.js +9 -0
- package/dist/components/audios/index.scss +49 -0
- package/dist/components/audios/src/data.cjs +27 -0
- package/dist/components/audios/src/data.d.ts +46 -0
- package/dist/components/audios/src/data.js +27 -0
- package/dist/components/audios/src/index.cjs +4 -0
- package/dist/components/audios/src/index.js +4 -0
- package/dist/components/audios/src/index2.cjs +238 -0
- package/dist/components/audios/src/index2.js +238 -0
- package/dist/components/audios/style/index2.scss +3 -0
- package/dist/components/autocomplete/style/element.scss +3 -1
- package/dist/components/autocomplete/style/index2.scss +0 -2
- package/dist/components/button/style/element.scss +2 -0
- package/dist/components/button/style/index2.scss +0 -2
- package/dist/components/card/style/element.scss +2 -0
- package/dist/components/card/style/index2.scss +0 -2
- package/dist/components/cascader/style/element.scss +3 -1
- package/dist/components/cascader/style/index2.scss +0 -2
- package/dist/components/cascader-panel/style/element.scss +3 -1
- package/dist/components/cascader-panel/style/index2.scss +0 -2
- package/dist/components/checkbox/style/element.scss +2 -0
- package/dist/components/checkbox/style/index2.scss +0 -2
- package/dist/components/checkbox-button/style/element.scss +2 -0
- package/dist/components/checkbox-button/style/index2.scss +0 -3
- package/dist/components/checkbox-group/style/element.scss +3 -1
- package/dist/components/checkbox-group/style/index2.scss +0 -3
- package/dist/components/collapse/style/element.scss +2 -0
- package/dist/components/collapse/style/index2.scss +0 -2
- package/dist/components/collapse-item/style/element.scss +2 -0
- package/dist/components/collapse-item/style/index2.scss +0 -3
- package/dist/components/color-picker/style/element.scss +3 -1
- package/dist/components/color-picker/style/index2.scss +0 -2
- package/dist/components/common/compons.cjs +46 -44
- package/dist/components/common/compons.js +3 -1
- package/dist/components/common/compons.scss +2 -0
- package/dist/components/common/compons2.scss +2 -0
- package/dist/components/config-provider/style/element.scss +2 -0
- package/dist/components/config-provider/style/index2.scss +0 -2
- package/dist/components/date-picker/style/element.scss +2 -0
- package/dist/components/date-picker/style/index2.scss +0 -2
- package/dist/components/date-picker-panel/style/element.scss +3 -1
- package/dist/components/date-picker-panel/style/index2.scss +0 -2
- package/dist/components/dates2/index.css +1 -1
- package/dist/components/dialog/style/element.scss +3 -1
- package/dist/components/dialog/style/index2.scss +0 -2
- package/dist/components/divider/style/element.scss +2 -0
- package/dist/components/divider/style/index2.scss +0 -2
- package/dist/components/drawer/style/element.scss +3 -1
- package/dist/components/drawer/style/index2.scss +0 -2
- package/dist/components/dropdown/style/element.scss +3 -1
- package/dist/components/dropdown/style/index2.scss +0 -2
- package/dist/components/dropdown-item/style/element.scss +2 -0
- package/dist/components/dropdown-item/style/index2.scss +0 -3
- package/dist/components/dropdown-menu/style/element.scss +2 -0
- package/dist/components/dropdown-menu/style/index2.scss +0 -3
- package/dist/components/form/style/element.scss +2 -0
- package/dist/components/form/style/index2.scss +0 -2
- package/dist/components/form-item/style/element.scss +2 -0
- package/dist/components/form-item/style/index2.scss +0 -3
- package/dist/components/forms/index.css +86 -1
- package/dist/components/forms/style/index2.scss +2 -2
- package/dist/components/full-screen/index.cjs +9 -0
- package/dist/components/full-screen/index.css +25 -0
- package/dist/components/full-screen/index.d.ts +4 -0
- package/dist/components/full-screen/index.js +9 -0
- package/dist/components/full-screen/index.scss +14 -0
- package/dist/components/full-screen/src/data.cjs +29 -0
- package/dist/components/full-screen/src/data.d.ts +35 -0
- package/dist/components/full-screen/src/data.js +29 -0
- package/dist/components/full-screen/src/index.cjs +4 -0
- package/dist/components/full-screen/src/index.js +4 -0
- package/dist/components/full-screen/src/index2.cjs +54 -0
- package/dist/components/full-screen/src/index2.js +54 -0
- package/dist/components/image/style/element.scss +3 -1
- package/dist/components/image/style/index2.scss +0 -2
- package/dist/components/image-viewer/index.cjs +9 -0
- package/dist/components/image-viewer/index.d.ts +4 -0
- package/dist/components/image-viewer/index.js +9 -0
- package/dist/components/image-viewer/index.scss +5 -0
- package/dist/components/image-viewer/src/data.cjs +11 -0
- package/dist/components/image-viewer/src/data.d.ts +14 -0
- package/dist/components/image-viewer/src/data.js +11 -0
- package/dist/components/image-viewer/src/index.cjs +4 -0
- package/dist/components/image-viewer/src/index.js +4 -0
- package/dist/components/image-viewer/src/index2.cjs +45 -0
- package/dist/components/image-viewer/src/index2.js +45 -0
- package/dist/components/image-viewer/style/element.scss +2 -0
- package/dist/components/image-viewer/style/index2.scss +2 -0
- package/dist/components/images/index.css +18 -0
- package/dist/components/images/index.scss +4 -0
- package/dist/components/images/src/data.cjs +9 -2
- package/dist/components/images/src/data.d.ts +12 -7
- package/dist/components/images/src/data.js +9 -2
- package/dist/components/images/src/index2.cjs +14 -15
- package/dist/components/images/src/index2.js +14 -15
- package/dist/components/index.cjs +264 -252
- package/dist/components/index.d.ts +8 -2
- package/dist/components/index.js +14 -2
- package/dist/components/index.scss +8 -2
- package/dist/components/index2.scss +8 -2
- package/dist/components/input/style/element.scss +2 -0
- package/dist/components/input/style/index2.scss +0 -2
- package/dist/components/input-number/style/element.scss +3 -1
- package/dist/components/input-number/style/index2.scss +0 -2
- package/dist/components/input-tag/style/element.scss +3 -1
- package/dist/components/input-tag/style/index2.scss +0 -2
- package/dist/components/labels/index.css +1 -1
- package/dist/components/loading/style/element.scss +2 -0
- package/dist/components/mention/style/element.scss +3 -1
- package/dist/components/mention/style/index2.scss +0 -2
- package/dist/components/menu/style/element.scss +3 -1
- package/dist/components/menu/style/index2.scss +0 -2
- package/dist/components/menu-item/style/element.scss +2 -0
- package/dist/components/menu-item/style/index2.scss +0 -3
- package/dist/components/menu-item-group/style/element.scss +2 -0
- package/dist/components/menu-item-group/style/index2.scss +0 -3
- package/dist/components/message/style/element.scss +3 -1
- package/dist/components/message-box/style/element.scss +3 -1
- package/dist/components/option/style/element.scss +2 -0
- package/dist/components/option-group/style/element.scss +2 -0
- package/dist/components/option-group/style/index2.scss +0 -3
- package/dist/components/page/index.css +86 -1
- package/dist/components/pagination/style/element.scss +3 -1
- package/dist/components/pagination/style/index2.scss +0 -2
- package/dist/components/players/common/util.cjs +25 -0
- package/dist/components/players/common/util.d.ts +8 -0
- package/dist/components/players/common/util.js +25 -0
- package/dist/components/popconfirm/style/element.scss +3 -1
- package/dist/components/popconfirm/style/index2.scss +0 -2
- package/dist/components/popover/style/element.scss +3 -1
- package/dist/components/popover/style/index2.scss +0 -2
- package/dist/components/radio/style/element.scss +2 -0
- package/dist/components/radio/style/index2.scss +0 -2
- package/dist/components/radio-button/style/element.scss +2 -0
- package/dist/components/radio-button/style/index2.scss +0 -3
- package/dist/components/radio-group/style/element.scss +3 -1
- package/dist/components/radio-group/style/index2.scss +0 -3
- package/dist/components/scrollbar/style/element.scss +2 -0
- package/dist/components/scrollbar/style/index2.scss +0 -2
- package/dist/components/scss/function.scss +4 -0
- package/dist/components/select/style/element.scss +3 -1
- package/dist/components/select/style/index2.scss +0 -2
- package/dist/components/selects/index.css +1 -1
- package/dist/components/selects/index.scss +1 -1
- package/dist/components/selects/src/index2.cjs +13 -11
- package/dist/components/selects/src/index2.js +3 -1
- package/dist/components/slider/style/element.scss +3 -1
- package/dist/components/slider/style/index2.scss +0 -2
- package/dist/components/sliders/index.cjs +9 -0
- package/dist/components/sliders/index.css +42 -0
- package/dist/components/sliders/index.d.ts +4 -0
- package/dist/components/sliders/index.js +9 -0
- package/dist/components/sliders/index.scss +34 -0
- package/dist/components/sliders/src/data.cjs +42 -0
- package/dist/components/sliders/src/data.d.ts +45 -0
- package/dist/components/sliders/src/data.js +42 -0
- package/dist/components/sliders/src/index.cjs +4 -0
- package/dist/components/sliders/src/index.js +4 -0
- package/dist/components/sliders/src/index2.cjs +67 -0
- package/dist/components/sliders/src/index2.js +67 -0
- package/dist/components/sliders/style/index2.scss +2 -0
- package/dist/components/sub-menu/style/element.scss +2 -0
- package/dist/components/switch/style/element.scss +2 -0
- package/dist/components/switch/style/index2.scss +0 -2
- package/dist/components/tab-pane/style/element.scss +2 -0
- package/dist/components/tab-pane/style/index2.scss +0 -3
- package/dist/components/table/style/element.scss +3 -1
- package/dist/components/table/style/index2.scss +0 -2
- package/dist/components/table-column/style/element.scss +3 -1
- package/dist/components/table-column/style/index2.scss +0 -3
- package/dist/components/tabs/style/element.scss +2 -0
- package/dist/components/tabs/style/index2.scss +0 -2
- package/dist/components/tag/style/element.scss +2 -0
- package/dist/components/tag/style/index2.scss +0 -2
- package/dist/components/text/style/element.scss +2 -0
- package/dist/components/text/style/index2.scss +0 -2
- package/dist/components/time-picker/style/element.scss +3 -1
- package/dist/components/time-picker/style/index2.scss +0 -2
- package/dist/components/time-select/style/element.scss +3 -1
- package/dist/components/time-select/style/index2.scss +0 -2
- package/dist/components/tooltip/style/element.scss +3 -1
- package/dist/components/tooltip/style/index2.scss +0 -2
- package/dist/components/transfer/style/element.scss +3 -1
- package/dist/components/transfer/style/index2.scss +0 -2
- package/dist/components/tree/style/element.scss +3 -1
- package/dist/components/tree/style/index2.scss +0 -2
- package/dist/components/tree-select/style/element.scss +2 -1
- package/dist/components/tree-select/style/index2.scss +0 -2
- package/dist/components/upload/style/element.scss +3 -1
- package/dist/components/upload/style/index2.scss +0 -2
- package/dist/components/uploads/index.cjs +9 -0
- package/dist/components/uploads/index.css +93 -0
- package/dist/components/uploads/index.d.ts +4 -0
- package/dist/components/uploads/index.js +9 -0
- package/dist/components/uploads/index.scss +84 -0
- package/dist/components/uploads/src/data.cjs +111 -0
- package/dist/components/uploads/src/data.d.ts +142 -0
- package/dist/components/uploads/src/data.js +111 -0
- package/dist/components/uploads/src/index.cjs +4 -0
- package/dist/components/uploads/src/index.js +4 -0
- package/dist/components/uploads/src/index2.cjs +417 -0
- package/dist/components/uploads/src/index2.js +417 -0
- package/dist/components/uploads/style/index2.scss +7 -0
- package/dist/components/videos/index.cjs +9 -0
- package/dist/components/videos/index.css +122 -0
- package/dist/components/videos/index.d.ts +4 -0
- package/dist/components/videos/index.js +9 -0
- package/dist/components/videos/index.scss +115 -0
- package/dist/components/videos/src/data.cjs +30 -0
- package/dist/components/videos/src/data.d.ts +49 -0
- package/dist/components/videos/src/data.js +30 -0
- package/dist/components/videos/src/index.cjs +4 -0
- package/dist/components/videos/src/index.js +4 -0
- package/dist/components/videos/src/index2.cjs +399 -0
- package/dist/components/videos/src/index2.js +399 -0
- package/dist/components/videos/style/index2.scss +5 -0
- package/dist/css/audios.css +52 -0
- package/dist/css/dates2.css +1 -1
- package/dist/css/forms.css +86 -1
- package/dist/css/full-screen.css +25 -0
- package/dist/css/images.css +18 -0
- package/dist/css/index.css +275 -1
- package/dist/css/labels.css +1 -1
- package/dist/css/page.css +86 -1
- package/dist/css/selects.css +1 -1
- package/dist/css/sliders.css +42 -0
- package/dist/css/uploads.css +93 -0
- package/dist/css/videos.css +122 -0
- package/dist/directives/index.cjs +10 -8
- package/dist/directives/index.d.ts +1 -0
- package/dist/directives/index.js +8 -6
- package/dist/directives/inserted/index.cjs +22 -0
- package/dist/directives/inserted/index.d.ts +7 -0
- package/dist/directives/inserted/index.js +22 -0
- package/dist/expand/{chunk-YQJPHB3B.cjs → chunk-IEODUGVJ.cjs} +17 -4
- package/dist/expand/{chunk-BPL5WRRH.js → chunk-XY53LCPN.js} +17 -4
- package/dist/expand/components.cjs +5 -5
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/hooks/full-screen/index.cjs +79 -0
- package/dist/hooks/full-screen/index.d.ts +7 -0
- package/dist/hooks/full-screen/index.js +79 -0
- package/dist/hooks/index.cjs +16 -12
- package/dist/hooks/index.d.ts +3 -1
- package/dist/hooks/index.js +5 -1
- package/dist/icons/index.css +155 -31
- package/dist/icons/index.json +65 -5
- package/dist/icons/vue/below.cjs +1 -2
- package/dist/icons/vue/below.js +1 -2
- package/dist/icons/vue/catalogue.cjs +25 -0
- package/dist/icons/vue/catalogue.js +25 -0
- package/dist/icons/vue/catalogue2.cjs +6 -0
- package/dist/icons/vue/catalogue2.js +6 -0
- package/dist/icons/vue/clear.cjs +1 -2
- package/dist/icons/vue/clear.js +1 -2
- package/dist/icons/vue/delete.cjs +20 -0
- package/dist/icons/vue/delete.js +20 -0
- package/dist/icons/vue/delete2.cjs +6 -0
- package/dist/icons/vue/delete2.js +6 -0
- package/dist/icons/vue/document.cjs +25 -0
- package/dist/icons/vue/document.js +25 -0
- package/dist/icons/vue/document2.cjs +6 -0
- package/dist/icons/vue/document2.js +6 -0
- package/dist/icons/vue/down.cjs +20 -0
- package/dist/icons/vue/down.js +20 -0
- package/dist/icons/vue/down2.cjs +6 -0
- package/dist/icons/vue/down2.js +6 -0
- package/dist/icons/vue/download.cjs +20 -0
- package/dist/icons/vue/download.js +20 -0
- package/dist/icons/vue/download2.cjs +6 -0
- package/dist/icons/vue/download2.js +6 -0
- package/dist/icons/vue/enter.cjs +21 -0
- package/dist/icons/vue/enter.js +21 -0
- package/dist/icons/vue/enter2.cjs +6 -0
- package/dist/icons/vue/enter2.js +6 -0
- package/dist/icons/vue/index.cjs +28 -0
- package/dist/icons/vue/index.d.ts +14 -0
- package/dist/icons/vue/index.js +42 -14
- package/dist/icons/vue/left.cjs +1 -2
- package/dist/icons/vue/left.js +1 -2
- package/dist/icons/vue/mute.cjs +20 -0
- package/dist/icons/vue/mute.js +20 -0
- package/dist/icons/vue/mute2.cjs +6 -0
- package/dist/icons/vue/mute2.js +6 -0
- package/dist/icons/vue/pause.cjs +26 -0
- package/dist/icons/vue/pause.js +26 -0
- package/dist/icons/vue/pause2.cjs +6 -0
- package/dist/icons/vue/pause2.js +6 -0
- package/dist/icons/vue/play.cjs +21 -0
- package/dist/icons/vue/play.js +21 -0
- package/dist/icons/vue/play2.cjs +6 -0
- package/dist/icons/vue/play2.js +6 -0
- package/dist/icons/vue/plus.cjs +20 -0
- package/dist/icons/vue/plus.js +20 -0
- package/dist/icons/vue/plus2.cjs +6 -0
- package/dist/icons/vue/plus2.js +6 -0
- package/dist/icons/vue/retreat.cjs +21 -0
- package/dist/icons/vue/retreat.js +21 -0
- package/dist/icons/vue/retreat2.cjs +6 -0
- package/dist/icons/vue/retreat2.js +6 -0
- package/dist/icons/vue/sound.cjs +24 -0
- package/dist/icons/vue/sound.js +24 -0
- package/dist/icons/vue/sound2.cjs +6 -0
- package/dist/icons/vue/sound2.js +6 -0
- package/dist/icons/vue/up.cjs +20 -0
- package/dist/icons/vue/up.js +20 -0
- package/dist/icons/vue/up2.cjs +6 -0
- package/dist/icons/vue/up2.js +6 -0
- package/dist/icons/vue/views.cjs +20 -0
- package/dist/icons/vue/views.js +20 -0
- package/dist/icons/vue/views2.cjs +6 -0
- package/dist/icons/vue/views2.js +6 -0
- package/dist/index.cjs +285 -271
- package/dist/index.css +275 -1
- package/dist/index.js +22 -8
- package/dist/locale/zh-cn.cjs +17 -0
- package/dist/locale/zh-cn.d.ts +17 -0
- package/dist/locale/zh-cn.js +17 -0
- package/package.json +12 -12
- /package/dist/components/{checkbox → alert}/index.css +0 -0
- /package/dist/css/{checkbox.css → alert.css} +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const document_vue_vue_type_script_lang = require("./document2.cjs");
|
|
4
|
+
const vues = require("vue");
|
|
5
|
+
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
id: "icon-document",
|
|
8
|
+
viewBox: "0 0 1024 1024",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
};
|
|
11
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12
|
+
return vues.openBlock(), vues.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
13
|
+
vues.createElementVNode("path", {
|
|
14
|
+
d: "M945.52 275.33l-168.75-168.75A56.28 56.28 0 0 0 737 90.13H146.38C99.86 90.13 62 127.96 62 174.5v675c0 46.52 37.86 84.38 84.38 84.38h731.25c46.52 0 84.37-37.86 84.37-84.38V315.13c0-14.93-5.93-29.25-16.48-39.8zM905.75 849.5a28.13 28.13 0 0 1-28.13 28.13H146.38a28.13 28.13 0 0 1-28.13-28.13V174.5a28.13 28.13 0 0 1 28.13-28.13h562.5v112.5h-.06a84.38 84.38 0 0 0 84.37 84.38H905.75v506.25zM821.32 315.13h-28.13c-30.99 0-56.25-25.23-56.25-56.25H737V146.38l168.75 168.75h-84.43z",
|
|
15
|
+
"p-id": "1173"
|
|
16
|
+
}, null, -1),
|
|
17
|
+
vues.createTextVNode(),
|
|
18
|
+
vues.createElementVNode("path", {
|
|
19
|
+
d: "M497.94 287h140.63a14.06 14.06 0 1 0 0-28.13H497.94a14.06 14.06 0 1 0 0 28.13zm0 84.38h140.63a14.06 14.06 0 1 0 0-28.13H497.94a14.06 14.06 0 1 0 0 28.13zM483.88 441.69a14.06 14.06 0 0 0 14.06 14.06h337.5a14.06 14.06 0 1 0 0-28.13h-337.5a14.06 14.06 0 0 0-14.06 14.07zm351.56 154.69h-646.88a14.06 14.06 0 1 0 0 28.13h646.88a14.06 14.06 0 1 0 0-28.13zm0 84.38h-646.88a14.06 14.06 0 1 0 0 28.12h646.88a14.06 14.06 0 1 0 0-28.12zm0 84.37h-646.88a14.06 14.06 0 1 0 0 28.13h646.88a14.06 14.06 0 1 0 0-28.13zm0-253.13h-646.88a14.06 14.06 0 1 0 0 28.13h646.88a14.06 14.06 0 1 0 0-28.13zM202.63 455.75h196.87a28.13 28.13 0 0 0 28.13-28.13V258.88a28.13 28.13 0 0 0-28.13-28.13H202.63a28.13 28.13 0 0 0-28.13 28.13v168.75a28.13 28.13 0 0 0 28.13 28.12zm28.12-168.75h140.63v112.5H230.75V287z",
|
|
20
|
+
"p-id": "1174"
|
|
21
|
+
}, null, -1)
|
|
22
|
+
])]);
|
|
23
|
+
}
|
|
24
|
+
const Document = /* @__PURE__ */ _pluginVue_exportHelper.default(document_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
|
|
25
|
+
exports.default = Document;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import _sfc_main from "./document2.js";
|
|
2
|
+
import { createElementBlock, openBlock, createElementVNode, createTextVNode } from "vue";
|
|
3
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
id: "icon-document",
|
|
6
|
+
viewBox: "0 0 1024 1024",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
};
|
|
9
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
11
|
+
createElementVNode("path", {
|
|
12
|
+
d: "M945.52 275.33l-168.75-168.75A56.28 56.28 0 0 0 737 90.13H146.38C99.86 90.13 62 127.96 62 174.5v675c0 46.52 37.86 84.38 84.38 84.38h731.25c46.52 0 84.37-37.86 84.37-84.38V315.13c0-14.93-5.93-29.25-16.48-39.8zM905.75 849.5a28.13 28.13 0 0 1-28.13 28.13H146.38a28.13 28.13 0 0 1-28.13-28.13V174.5a28.13 28.13 0 0 1 28.13-28.13h562.5v112.5h-.06a84.38 84.38 0 0 0 84.37 84.38H905.75v506.25zM821.32 315.13h-28.13c-30.99 0-56.25-25.23-56.25-56.25H737V146.38l168.75 168.75h-84.43z",
|
|
13
|
+
"p-id": "1173"
|
|
14
|
+
}, null, -1),
|
|
15
|
+
createTextVNode(),
|
|
16
|
+
createElementVNode("path", {
|
|
17
|
+
d: "M497.94 287h140.63a14.06 14.06 0 1 0 0-28.13H497.94a14.06 14.06 0 1 0 0 28.13zm0 84.38h140.63a14.06 14.06 0 1 0 0-28.13H497.94a14.06 14.06 0 1 0 0 28.13zM483.88 441.69a14.06 14.06 0 0 0 14.06 14.06h337.5a14.06 14.06 0 1 0 0-28.13h-337.5a14.06 14.06 0 0 0-14.06 14.07zm351.56 154.69h-646.88a14.06 14.06 0 1 0 0 28.13h646.88a14.06 14.06 0 1 0 0-28.13zm0 84.38h-646.88a14.06 14.06 0 1 0 0 28.12h646.88a14.06 14.06 0 1 0 0-28.12zm0 84.37h-646.88a14.06 14.06 0 1 0 0 28.13h646.88a14.06 14.06 0 1 0 0-28.13zm0-253.13h-646.88a14.06 14.06 0 1 0 0 28.13h646.88a14.06 14.06 0 1 0 0-28.13zM202.63 455.75h196.87a28.13 28.13 0 0 0 28.13-28.13V258.88a28.13 28.13 0 0 0-28.13-28.13H202.63a28.13 28.13 0 0 0-28.13 28.13v168.75a28.13 28.13 0 0 0 28.13 28.12zm28.12-168.75h140.63v112.5H230.75V287z",
|
|
18
|
+
"p-id": "1174"
|
|
19
|
+
}, null, -1)
|
|
20
|
+
])]);
|
|
21
|
+
}
|
|
22
|
+
const Document = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
23
|
+
export {
|
|
24
|
+
Document as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const down_vue_vue_type_script_lang = require("./down2.cjs");
|
|
4
|
+
const vues = require("vue");
|
|
5
|
+
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
id: "icon-down",
|
|
8
|
+
viewBox: "0 0 1024 1024",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
};
|
|
11
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12
|
+
return vues.openBlock(), vues.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
13
|
+
vues.createElementVNode("path", {
|
|
14
|
+
d: "M874.66666666 136.66986667c0-18.8416-15.29173333-34.13333333-34.13333333-34.13333334S806.4 117.82826667 806.4 136.66986667l0 301.73866666L216.09813333 109.43146667c-19.38773333-10.78613333-42.5984-10.71786667-61.98613333 0C134.656 120.28586667 123.11893333 139.60533333 123.11893333 161.24586667l0 700.416c0 21.57226667 11.53706667 41.02826667 30.99306667 51.8144C163.80586666 918.86933333 174.3872 921.6 185.0368 921.6s21.2992-2.73066667 30.99306666-8.12373333L806.4 584.4992l0 303.03573333c0 18.8416 15.29173333 34.13333333 34.13333333 34.13333334s34.13333333-15.29173333 34.13333333-34.13333334L874.66666666 136.66986667zM191.7952 850.39786667L188.45013333 170.66666667l611.5328 340.7872L191.7952 850.39786667z",
|
|
15
|
+
"p-id": "2481"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
])]);
|
|
18
|
+
}
|
|
19
|
+
const Down = /* @__PURE__ */ _pluginVue_exportHelper.default(down_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
|
|
20
|
+
exports.default = Down;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import _sfc_main from "./down2.js";
|
|
2
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
id: "icon-down",
|
|
6
|
+
viewBox: "0 0 1024 1024",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
};
|
|
9
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
11
|
+
createElementVNode("path", {
|
|
12
|
+
d: "M874.66666666 136.66986667c0-18.8416-15.29173333-34.13333333-34.13333333-34.13333334S806.4 117.82826667 806.4 136.66986667l0 301.73866666L216.09813333 109.43146667c-19.38773333-10.78613333-42.5984-10.71786667-61.98613333 0C134.656 120.28586667 123.11893333 139.60533333 123.11893333 161.24586667l0 700.416c0 21.57226667 11.53706667 41.02826667 30.99306667 51.8144C163.80586666 918.86933333 174.3872 921.6 185.0368 921.6s21.2992-2.73066667 30.99306666-8.12373333L806.4 584.4992l0 303.03573333c0 18.8416 15.29173333 34.13333333 34.13333333 34.13333334s34.13333333-15.29173333 34.13333333-34.13333334L874.66666666 136.66986667zM191.7952 850.39786667L188.45013333 170.66666667l611.5328 340.7872L191.7952 850.39786667z",
|
|
13
|
+
"p-id": "2481"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
])]);
|
|
16
|
+
}
|
|
17
|
+
const Down = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
18
|
+
export {
|
|
19
|
+
Down as default
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const download_vue_vue_type_script_lang = require("./download2.cjs");
|
|
4
|
+
const vues = require("vue");
|
|
5
|
+
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
id: "icon-download",
|
|
8
|
+
viewBox: "0 0 1024 1024",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
};
|
|
11
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12
|
+
return vues.openBlock(), vues.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
13
|
+
vues.createElementVNode("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
])]);
|
|
18
|
+
}
|
|
19
|
+
const Download = /* @__PURE__ */ _pluginVue_exportHelper.default(download_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
|
|
20
|
+
exports.default = Download;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import _sfc_main from "./download2.js";
|
|
2
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
id: "icon-download",
|
|
6
|
+
viewBox: "0 0 1024 1024",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
};
|
|
9
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
11
|
+
createElementVNode("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
])]);
|
|
16
|
+
}
|
|
17
|
+
const Download = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
18
|
+
export {
|
|
19
|
+
Download as default
|
|
20
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const enter_vue_vue_type_script_lang = require("./enter2.cjs");
|
|
4
|
+
const vues = require("vue");
|
|
5
|
+
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
id: "icon-enter",
|
|
8
|
+
viewBox: "0 0 1024 1024",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
};
|
|
11
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12
|
+
return vues.openBlock(), vues.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
13
|
+
vues.createElementVNode("path", {
|
|
14
|
+
d: "M656.36179153 933.07378604a68.79342673 68.79342673 0 0 1-27.51737036-5.96209735 71.08654065 71.08654065 0 0 1-42.1933016-65.58306674v-256.82879141L226.17356421 915.64611825a67.87618066 67.87618066 0 0 1-73.8382772 12.38281651A71.08654065 71.08654065 0 0 1 110.14198542 861.52862195V161.67016327A71.08654065 71.08654065 0 0 1 152.79390964 96.08709734a67.87618066 67.87618066 0 0 1 73.838278 12.84143913l359.56030848 310.94628772V161.67016327a71.08654065 71.08654065 0 0 1 42.65192505-65.58306592 67.87618066 67.87618066 0 0 1 74.29690063 12.84143912L1107.64666924 457.02327451a72.00378671 72.00378671 0 0 1 0 105.94187704L702.22407574 915.64611825a68.33480328 68.33480328 0 0 1-45.86228422 17.42766779z m-476.96775677-72.00378671l405.88121611-349.47060672-404.50534743-351.76372064v701.69294998z m476.0505107 0l405.88121696-349.47060672-404.50534827-351.76372064v701.69294998z",
|
|
15
|
+
fill: "#2c2c2c",
|
|
16
|
+
"p-id": "2173"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
])]);
|
|
19
|
+
}
|
|
20
|
+
const Enter = /* @__PURE__ */ _pluginVue_exportHelper.default(enter_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
|
|
21
|
+
exports.default = Enter;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import _sfc_main from "./enter2.js";
|
|
2
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
id: "icon-enter",
|
|
6
|
+
viewBox: "0 0 1024 1024",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
};
|
|
9
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
11
|
+
createElementVNode("path", {
|
|
12
|
+
d: "M656.36179153 933.07378604a68.79342673 68.79342673 0 0 1-27.51737036-5.96209735 71.08654065 71.08654065 0 0 1-42.1933016-65.58306674v-256.82879141L226.17356421 915.64611825a67.87618066 67.87618066 0 0 1-73.8382772 12.38281651A71.08654065 71.08654065 0 0 1 110.14198542 861.52862195V161.67016327A71.08654065 71.08654065 0 0 1 152.79390964 96.08709734a67.87618066 67.87618066 0 0 1 73.838278 12.84143913l359.56030848 310.94628772V161.67016327a71.08654065 71.08654065 0 0 1 42.65192505-65.58306592 67.87618066 67.87618066 0 0 1 74.29690063 12.84143912L1107.64666924 457.02327451a72.00378671 72.00378671 0 0 1 0 105.94187704L702.22407574 915.64611825a68.33480328 68.33480328 0 0 1-45.86228422 17.42766779z m-476.96775677-72.00378671l405.88121611-349.47060672-404.50534743-351.76372064v701.69294998z m476.0505107 0l405.88121696-349.47060672-404.50534827-351.76372064v701.69294998z",
|
|
13
|
+
fill: "#2c2c2c",
|
|
14
|
+
"p-id": "2173"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const Enter = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
19
|
+
export {
|
|
20
|
+
Enter as default
|
|
21
|
+
};
|
package/dist/icons/vue/index.cjs
CHANGED
|
@@ -6,23 +6,51 @@ const bicycle = require("./bicycle.cjs");
|
|
|
6
6
|
const bottom = require("./bottom.cjs");
|
|
7
7
|
const bottomLeft = require("./bottom-left.cjs");
|
|
8
8
|
const bottomRight = require("./bottom-right.cjs");
|
|
9
|
+
const catalogue = require("./catalogue.cjs");
|
|
9
10
|
const clear = require("./clear.cjs");
|
|
10
11
|
const close = require("./close.cjs");
|
|
12
|
+
const _delete = require("./delete.cjs");
|
|
13
|
+
const document = require("./document.cjs");
|
|
14
|
+
const down = require("./down.cjs");
|
|
15
|
+
const download = require("./download.cjs");
|
|
11
16
|
const edit = require("./edit.cjs");
|
|
17
|
+
const enter = require("./enter.cjs");
|
|
12
18
|
const frame = require("./frame.cjs");
|
|
13
19
|
const left = require("./left.cjs");
|
|
20
|
+
const mute = require("./mute.cjs");
|
|
21
|
+
const pause = require("./pause.cjs");
|
|
22
|
+
const play = require("./play.cjs");
|
|
23
|
+
const plus = require("./plus.cjs");
|
|
24
|
+
const retreat = require("./retreat.cjs");
|
|
14
25
|
const right = require("./right.cjs");
|
|
26
|
+
const sound = require("./sound.cjs");
|
|
15
27
|
const star = require("./star.cjs");
|
|
28
|
+
const up = require("./up.cjs");
|
|
29
|
+
const views = require("./views.cjs");
|
|
16
30
|
exports.Bar = bar.default;
|
|
17
31
|
exports.Below = below.default;
|
|
18
32
|
exports.Bicycle = bicycle.default;
|
|
19
33
|
exports.Bottom = bottom.default;
|
|
20
34
|
exports.BottomLeft = bottomLeft.default;
|
|
21
35
|
exports.BottomRight = bottomRight.default;
|
|
36
|
+
exports.Catalogue = catalogue.default;
|
|
22
37
|
exports.Clear = clear.default;
|
|
23
38
|
exports.Close = close.default;
|
|
39
|
+
exports.Delete = _delete.default;
|
|
40
|
+
exports.Document = document.default;
|
|
41
|
+
exports.Down = down.default;
|
|
42
|
+
exports.Download = download.default;
|
|
24
43
|
exports.Edit = edit.default;
|
|
44
|
+
exports.Enter = enter.default;
|
|
25
45
|
exports.Frame = frame.default;
|
|
26
46
|
exports.Left = left.default;
|
|
47
|
+
exports.Mute = mute.default;
|
|
48
|
+
exports.Pause = pause.default;
|
|
49
|
+
exports.Play = play.default;
|
|
50
|
+
exports.Plus = plus.default;
|
|
51
|
+
exports.Retreat = retreat.default;
|
|
27
52
|
exports.Right = right.default;
|
|
53
|
+
exports.Sound = sound.default;
|
|
28
54
|
exports.Star = star.default;
|
|
55
|
+
exports.Up = up.default;
|
|
56
|
+
exports.Views = views.default;
|
|
@@ -4,10 +4,24 @@ export { default as Bicycle } from './bicycle';
|
|
|
4
4
|
export { default as Bottom } from './bottom';
|
|
5
5
|
export { default as BottomLeft } from './bottom-left';
|
|
6
6
|
export { default as BottomRight } from './bottom-right';
|
|
7
|
+
export { default as Catalogue } from './catalogue';
|
|
7
8
|
export { default as Clear } from './clear';
|
|
8
9
|
export { default as Close } from './close';
|
|
10
|
+
export { default as Delete } from './delete';
|
|
11
|
+
export { default as Document } from './document';
|
|
12
|
+
export { default as Down } from './down';
|
|
13
|
+
export { default as Download } from './download';
|
|
9
14
|
export { default as Edit } from './edit';
|
|
15
|
+
export { default as Enter } from './enter';
|
|
10
16
|
export { default as Frame } from './frame';
|
|
11
17
|
export { default as Left } from './left';
|
|
18
|
+
export { default as Mute } from './mute';
|
|
19
|
+
export { default as Pause } from './pause';
|
|
20
|
+
export { default as Play } from './play';
|
|
21
|
+
export { default as Plus } from './plus';
|
|
22
|
+
export { default as Retreat } from './retreat';
|
|
12
23
|
export { default as Right } from './right';
|
|
24
|
+
export { default as Sound } from './sound';
|
|
13
25
|
export { default as Star } from './star';
|
|
26
|
+
export { default as Up } from './up';
|
|
27
|
+
export { default as Views } from './views';
|
package/dist/icons/vue/index.js
CHANGED
|
@@ -4,13 +4,27 @@ import { default as default4 } from "./bicycle.js";
|
|
|
4
4
|
import { default as default5 } from "./bottom.js";
|
|
5
5
|
import { default as default6 } from "./bottom-left.js";
|
|
6
6
|
import { default as default7 } from "./bottom-right.js";
|
|
7
|
-
import { default as default8 } from "./
|
|
8
|
-
import { default as default9 } from "./
|
|
9
|
-
import { default as default10 } from "./
|
|
10
|
-
import { default as default11 } from "./
|
|
11
|
-
import { default as default12 } from "./
|
|
12
|
-
import { default as default13 } from "./
|
|
13
|
-
import { default as default14 } from "./
|
|
7
|
+
import { default as default8 } from "./catalogue.js";
|
|
8
|
+
import { default as default9 } from "./clear.js";
|
|
9
|
+
import { default as default10 } from "./close.js";
|
|
10
|
+
import { default as default11 } from "./delete.js";
|
|
11
|
+
import { default as default12 } from "./document.js";
|
|
12
|
+
import { default as default13 } from "./down.js";
|
|
13
|
+
import { default as default14 } from "./download.js";
|
|
14
|
+
import { default as default15 } from "./edit.js";
|
|
15
|
+
import { default as default16 } from "./enter.js";
|
|
16
|
+
import { default as default17 } from "./frame.js";
|
|
17
|
+
import { default as default18 } from "./left.js";
|
|
18
|
+
import { default as default19 } from "./mute.js";
|
|
19
|
+
import { default as default20 } from "./pause.js";
|
|
20
|
+
import { default as default21 } from "./play.js";
|
|
21
|
+
import { default as default22 } from "./plus.js";
|
|
22
|
+
import { default as default23 } from "./retreat.js";
|
|
23
|
+
import { default as default24 } from "./right.js";
|
|
24
|
+
import { default as default25 } from "./sound.js";
|
|
25
|
+
import { default as default26 } from "./star.js";
|
|
26
|
+
import { default as default27 } from "./up.js";
|
|
27
|
+
import { default as default28 } from "./views.js";
|
|
14
28
|
export {
|
|
15
29
|
default2 as Bar,
|
|
16
30
|
default3 as Below,
|
|
@@ -18,11 +32,25 @@ export {
|
|
|
18
32
|
default5 as Bottom,
|
|
19
33
|
default6 as BottomLeft,
|
|
20
34
|
default7 as BottomRight,
|
|
21
|
-
default8 as
|
|
22
|
-
default9 as
|
|
23
|
-
default10 as
|
|
24
|
-
default11 as
|
|
25
|
-
default12 as
|
|
26
|
-
default13 as
|
|
27
|
-
default14 as
|
|
35
|
+
default8 as Catalogue,
|
|
36
|
+
default9 as Clear,
|
|
37
|
+
default10 as Close,
|
|
38
|
+
default11 as Delete,
|
|
39
|
+
default12 as Document,
|
|
40
|
+
default13 as Down,
|
|
41
|
+
default14 as Download,
|
|
42
|
+
default15 as Edit,
|
|
43
|
+
default16 as Enter,
|
|
44
|
+
default17 as Frame,
|
|
45
|
+
default18 as Left,
|
|
46
|
+
default19 as Mute,
|
|
47
|
+
default20 as Pause,
|
|
48
|
+
default21 as Play,
|
|
49
|
+
default22 as Plus,
|
|
50
|
+
default23 as Retreat,
|
|
51
|
+
default24 as Right,
|
|
52
|
+
default25 as Sound,
|
|
53
|
+
default26 as Star,
|
|
54
|
+
default27 as Up,
|
|
55
|
+
default28 as Views
|
|
28
56
|
};
|
package/dist/icons/vue/left.cjs
CHANGED
|
@@ -6,8 +6,7 @@ const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helpe
|
|
|
6
6
|
const _hoisted_1 = {
|
|
7
7
|
id: "icon-left",
|
|
8
8
|
viewBox: "0 0 1024 1024",
|
|
9
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
-
"data-v-ea893728": ""
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
11
10
|
};
|
|
12
11
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13
12
|
return vues.openBlock(), vues.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
package/dist/icons/vue/left.js
CHANGED
|
@@ -4,8 +4,7 @@ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
|
4
4
|
const _hoisted_1 = {
|
|
5
5
|
id: "icon-left",
|
|
6
6
|
viewBox: "0 0 1024 1024",
|
|
7
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
-
"data-v-ea893728": ""
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
8
|
};
|
|
10
9
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11
10
|
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const mute_vue_vue_type_script_lang = require("./mute2.cjs");
|
|
4
|
+
const vues = require("vue");
|
|
5
|
+
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
id: "icon-mute",
|
|
8
|
+
viewBox: "0 0 1024 1024",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
};
|
|
11
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12
|
+
return vues.openBlock(), vues.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
13
|
+
vues.createElementVNode("path", {
|
|
14
|
+
d: "M878.04586667 942.39857813l-796.4444448-796.4444448 64.35271146-64.35271146 796.4444448 796.4444448-64.35271146 64.35271146zM466.48888853 227.3507552V352.71111147h91.02222294V130.2755552c0-41.3923552-48.99271147-63.21493333-79.75822294-35.52142187l-109.9776 98.98666667 60.89386667 67.65226667L466.48888853 227.328z m348.63786667 446.91911147c68.97208853-142.9504 48.58311147-302.6944-68.4259552-419.72622187l64.35271147-64.35271147c146.09066667 146.06791147 170.8032 348.00071147 86.0615104 523.62808854l-81.98826667-39.5491552zM170.66666667 375.46666667h22.7555552v-91.02222187H127.43111147A47.78666667 47.78666667 0 0 0 79.6444448 332.23111147v359.53777706c0 26.3964448 21.39022187 47.78666667 47.78666667 47.78666667h139.55982186l210.7619552 189.69031147c30.76551147 27.69351147 79.75822187 5.87093333 79.75822294-35.49866667V671.28888853h-91.02222294v125.38311147L301.8979552 648.53333333H170.66666667V375.46666667z m499.3024 165.13706666c17.68106667-44.19128853-2.2755552-107.61102187-51.9964448-157.33191146l64.35271146-64.37546667c62.41848853 62.41848853 109.1356448 163.15733333 72.13511147 255.5448896l-84.49137813-33.83751147z",
|
|
15
|
+
"p-id": "1906"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
])]);
|
|
18
|
+
}
|
|
19
|
+
const Mute = /* @__PURE__ */ _pluginVue_exportHelper.default(mute_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
|
|
20
|
+
exports.default = Mute;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import _sfc_main from "./mute2.js";
|
|
2
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
id: "icon-mute",
|
|
6
|
+
viewBox: "0 0 1024 1024",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
};
|
|
9
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
11
|
+
createElementVNode("path", {
|
|
12
|
+
d: "M878.04586667 942.39857813l-796.4444448-796.4444448 64.35271146-64.35271146 796.4444448 796.4444448-64.35271146 64.35271146zM466.48888853 227.3507552V352.71111147h91.02222294V130.2755552c0-41.3923552-48.99271147-63.21493333-79.75822294-35.52142187l-109.9776 98.98666667 60.89386667 67.65226667L466.48888853 227.328z m348.63786667 446.91911147c68.97208853-142.9504 48.58311147-302.6944-68.4259552-419.72622187l64.35271147-64.35271147c146.09066667 146.06791147 170.8032 348.00071147 86.0615104 523.62808854l-81.98826667-39.5491552zM170.66666667 375.46666667h22.7555552v-91.02222187H127.43111147A47.78666667 47.78666667 0 0 0 79.6444448 332.23111147v359.53777706c0 26.3964448 21.39022187 47.78666667 47.78666667 47.78666667h139.55982186l210.7619552 189.69031147c30.76551147 27.69351147 79.75822187 5.87093333 79.75822294-35.49866667V671.28888853h-91.02222294v125.38311147L301.8979552 648.53333333H170.66666667V375.46666667z m499.3024 165.13706666c17.68106667-44.19128853-2.2755552-107.61102187-51.9964448-157.33191146l64.35271146-64.37546667c62.41848853 62.41848853 109.1356448 163.15733333 72.13511147 255.5448896l-84.49137813-33.83751147z",
|
|
13
|
+
"p-id": "1906"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
])]);
|
|
16
|
+
}
|
|
17
|
+
const Mute = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
18
|
+
export {
|
|
19
|
+
Mute as default
|
|
20
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const pause_vue_vue_type_script_lang = require("./pause2.cjs");
|
|
4
|
+
const vues = require("vue");
|
|
5
|
+
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
id: "icon-pause",
|
|
8
|
+
viewBox: "0 0 1024 1024",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
};
|
|
11
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12
|
+
return vues.openBlock(), vues.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
13
|
+
vues.createElementVNode("path", {
|
|
14
|
+
d: "M512.75766904 961.99942783A449.99971348 449.99971348 0 0 1 337.51316182 97.22502617a449.99971348 449.99971348 0 0 1 350.48901357 828.66874922 447.35783643 447.35783643 0 0 1-175.24450635 36.10565244z m0-829.5493746C303.16876104 132.45005323 133.20800791 302.41080635 133.20800791 511.99971347s169.96075312 379.54966113 379.54966113 379.54966114 379.54966113-170.84137852 379.54966026-379.54966113S721.46595078 132.45005323 512.75766904 132.45005323z",
|
|
15
|
+
fill: "",
|
|
16
|
+
"p-id": "1388"
|
|
17
|
+
}, null, -1),
|
|
18
|
+
vues.createElementVNode("path", {
|
|
19
|
+
d: "M409.72446583 725.11112393a35.22502617 35.22502617 0 0 1-35.22502619-35.22502617V354.36772021a35.22502617 35.22502617 0 0 1 70.45005323 0v335.51837755a35.22502617 35.22502617 0 0 1-35.22502705 35.22502617zM619.31337383 725.11112393a35.22502617 35.22502617 0 0 1-35.22502617-35.22502617V354.36772021a35.22502617 35.22502617 0 0 1 70.45005322 0v335.51837755a35.22502617 35.22502617 0 0 1-35.22502705 35.22502617z",
|
|
20
|
+
fill: "",
|
|
21
|
+
"p-id": "1389"
|
|
22
|
+
}, null, -1)
|
|
23
|
+
])]);
|
|
24
|
+
}
|
|
25
|
+
const Pause = /* @__PURE__ */ _pluginVue_exportHelper.default(pause_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
|
|
26
|
+
exports.default = Pause;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import _sfc_main from "./pause2.js";
|
|
2
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
id: "icon-pause",
|
|
6
|
+
viewBox: "0 0 1024 1024",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
};
|
|
9
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
11
|
+
createElementVNode("path", {
|
|
12
|
+
d: "M512.75766904 961.99942783A449.99971348 449.99971348 0 0 1 337.51316182 97.22502617a449.99971348 449.99971348 0 0 1 350.48901357 828.66874922 447.35783643 447.35783643 0 0 1-175.24450635 36.10565244z m0-829.5493746C303.16876104 132.45005323 133.20800791 302.41080635 133.20800791 511.99971347s169.96075312 379.54966113 379.54966113 379.54966114 379.54966113-170.84137852 379.54966026-379.54966113S721.46595078 132.45005323 512.75766904 132.45005323z",
|
|
13
|
+
fill: "",
|
|
14
|
+
"p-id": "1388"
|
|
15
|
+
}, null, -1),
|
|
16
|
+
createElementVNode("path", {
|
|
17
|
+
d: "M409.72446583 725.11112393a35.22502617 35.22502617 0 0 1-35.22502619-35.22502617V354.36772021a35.22502617 35.22502617 0 0 1 70.45005323 0v335.51837755a35.22502617 35.22502617 0 0 1-35.22502705 35.22502617zM619.31337383 725.11112393a35.22502617 35.22502617 0 0 1-35.22502617-35.22502617V354.36772021a35.22502617 35.22502617 0 0 1 70.45005322 0v335.51837755a35.22502617 35.22502617 0 0 1-35.22502705 35.22502617z",
|
|
18
|
+
fill: "",
|
|
19
|
+
"p-id": "1389"
|
|
20
|
+
}, null, -1)
|
|
21
|
+
])]);
|
|
22
|
+
}
|
|
23
|
+
const Pause = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
24
|
+
export {
|
|
25
|
+
Pause as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const play_vue_vue_type_script_lang = require("./play2.cjs");
|
|
4
|
+
const vues = require("vue");
|
|
5
|
+
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
id: "icon-play",
|
|
8
|
+
viewBox: "0 0 1024 1024",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
};
|
|
11
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12
|
+
return vues.openBlock(), vues.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
13
|
+
vues.createElementVNode("path", {
|
|
14
|
+
d: "M512.01404492 62C263.87572168 62 62 263.87572168 62 512.01404492s201.87572168 449.98595508 450.01404492 449.98595508c248.11023339 0 449.98595508-201.87572168 449.98595508-449.98595508S760.12427832 62 512.01404492 62zM512.01404492 905.82197802C294.85790088 905.82197802 118.17802198 729.14209912 118.17802198 512.01404492S294.85790088 118.17802198 512.01404492 118.17802198c217.12805508 0 393.80793398 176.67987891 393.80793399 393.83602294S729.14209912 905.82197802 512.01404492 905.82197802zM715.09759385 477.01513672l-245.94737959-150.44474268-3.62348262-1.88196415c-2.07858692-0.89884864-21.06675791-8.73568213-41.26275703-8.73568213-34.9427294 0-57.55438301 23.22961172-57.554383 59.12736766l0 285.55288507 1.51680673 4.40997451c5.28073418 15.53322305 23.0049 41.79644825 55.70050869 41.79644825l0 0c10.39293369 0 21.15102568-2.80890088 33.00458818-8.87612784l243.13847872-137.8046874 2.38756552-1.5448957c16.74105029-11.8535625 34.83037354-41.62791445 16.20735909-75.16619297L715.09759385 477.01513672zM430.30311172 648.55472714c-3.53921573 1.79769638-5.53353487 2.07858692-6.17958281 2.13476486-0.33706846-0.28089053-0.75840293-0.75840293-1.20782725-1.34827296l0-274.26110273c0-1.20782724 0.05617793-2.19094277 0.16853379-2.92125674 5.19646729-0.28089053 14.91526494 2.16285381 18.9039041 3.62348262l225.80755928 138.11366689L430.30311172 648.55472714z",
|
|
15
|
+
fill: "#2c2c2c",
|
|
16
|
+
"p-id": "1545"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
])]);
|
|
19
|
+
}
|
|
20
|
+
const Play = /* @__PURE__ */ _pluginVue_exportHelper.default(play_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
|
|
21
|
+
exports.default = Play;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import _sfc_main from "./play2.js";
|
|
2
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
id: "icon-play",
|
|
6
|
+
viewBox: "0 0 1024 1024",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
};
|
|
9
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
11
|
+
createElementVNode("path", {
|
|
12
|
+
d: "M512.01404492 62C263.87572168 62 62 263.87572168 62 512.01404492s201.87572168 449.98595508 450.01404492 449.98595508c248.11023339 0 449.98595508-201.87572168 449.98595508-449.98595508S760.12427832 62 512.01404492 62zM512.01404492 905.82197802C294.85790088 905.82197802 118.17802198 729.14209912 118.17802198 512.01404492S294.85790088 118.17802198 512.01404492 118.17802198c217.12805508 0 393.80793398 176.67987891 393.80793399 393.83602294S729.14209912 905.82197802 512.01404492 905.82197802zM715.09759385 477.01513672l-245.94737959-150.44474268-3.62348262-1.88196415c-2.07858692-0.89884864-21.06675791-8.73568213-41.26275703-8.73568213-34.9427294 0-57.55438301 23.22961172-57.554383 59.12736766l0 285.55288507 1.51680673 4.40997451c5.28073418 15.53322305 23.0049 41.79644825 55.70050869 41.79644825l0 0c10.39293369 0 21.15102568-2.80890088 33.00458818-8.87612784l243.13847872-137.8046874 2.38756552-1.5448957c16.74105029-11.8535625 34.83037354-41.62791445 16.20735909-75.16619297L715.09759385 477.01513672zM430.30311172 648.55472714c-3.53921573 1.79769638-5.53353487 2.07858692-6.17958281 2.13476486-0.33706846-0.28089053-0.75840293-0.75840293-1.20782725-1.34827296l0-274.26110273c0-1.20782724 0.05617793-2.19094277 0.16853379-2.92125674 5.19646729-0.28089053 14.91526494 2.16285381 18.9039041 3.62348262l225.80755928 138.11366689L430.30311172 648.55472714z",
|
|
13
|
+
fill: "#2c2c2c",
|
|
14
|
+
"p-id": "1545"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const Play = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
19
|
+
export {
|
|
20
|
+
Play as default
|
|
21
|
+
};
|