@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.
32 lines (31 loc) • 1.59 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M499.2 633.6c6.4 6.4 25.6 6.4 32 0L736 428.8c6.4-6.4 6.4-12.8 6.4-12.8 0-12.8-6.4-25.6-19.2-25.6H608V160c0-12.8-12.8-19.2-19.2-19.2H435.2c-12.8 0-19.2 6.4-19.2 19.2v224H307.2c-6.4 0-12.8 0-19.2 6.4-6.4 6.4-6.4 25.6 0 32l211.2 211.2zm-64-204.8c12.8 0 25.6-12.8 25.6-19.2v-224h108.8v224c0 12.8 12.8 19.2 19.2 19.2h76.8L512 582.4 358.4 428.8h76.8zM992 569.6c0-6.4 0-12.8-6.4-25.6L864 339.2c-6.4-19.2-32-25.6-51.2-12.8-19.2 12.8-25.6 32-12.8 51.2l96 160H736c-19.2 0-32 12.8-38.4 32-6.4 44.8-32 89.6-64 115.2-32 25.6-76.8 44.8-121.6 44.8s-89.6-19.2-121.6-44.8c-32-32-57.6-70.4-64-115.2 0-19.2-19.2-32-38.4-32H128l96-160c12.8-19.2 6.4-38.4-12.8-51.2-19.2-12.8-44.8-6.4-51.2 12.8L38.4 550.4c-6.4 6.4-6.4 12.8-6.4 19.2v339.2c0 19.2 19.2 38.4 38.4 38.4h883.2c19.2 0 38.4-19.2 38.4-38.4V569.6c0 6.4 0 0 0 0zm-76.8 307.2H108.8V614.4H256c12.8 51.2 44.8 96 83.2 128 44.8 38.4 108.8 64 172.8 64 64 0 128-25.6 172.8-64 38.4-32 70.4-76.8 83.2-128h147.2v262.4z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var DownloadLink = {
render
};
var index = function index2() {
return svg({
name: "IconDownloadLink",
component: DownloadLink
})();
};
export {
index as default
};