UNPKG

@opentiny/vue-icon

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

26 lines (25 loc) 1.31 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createStaticVNode } from "vue"; var _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", height: "1em", viewBox: "0 0 100 40", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<g fill="currentColor"><rect x="10" y="16" width="10" height="10" rx="5"><animate attributeName="y" from="16" to="16" dur="2s" begin="0s" repeatCount="indefinite" values="16; 6; 26; 16; 16" keyTimes="0; 0.1; 0.3; 0.4; 1"></animate></rect><rect x="46" y="16" width="10" height="10" rx="5"><animate attributeName="y" from="16" to="16" dur="2s" begin="0.2s" repeatCount="indefinite" values="16; 6; 26; 16; 16" keyTimes="0; 0.1; 0.3; 0.4; 1"></animate></rect><rect x="85" y="16" width="10" height="10" rx="5"><animate attributeName="y" from="16" to="16" dur="2s" begin="0.4s" repeatCount="indefinite" values="16; 6; 26; 16; 16" keyTimes="0; 0.1; 0.3; 0.4; 1"></animate></rect></g>', 1); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var DotDownload = { render }; var index = function index2() { return svg({ name: "iconDotDownload", component: DotDownload })(); }; export { index as default };