UNPKG

@element-plus/icons-vue

Version:

31 lines (26 loc) 973 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var vue = require('vue'); var pluginVue_exportHelper = require('./_virtual/plugin-vue_export-helper.js'); const _sfc_main = vue.defineComponent({ name: "Umbrella" }); const _hoisted_1 = { class: "icon", width: "200", height: "200", viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }; const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { fill: "currentColor", d: "M320 768a32 32 0 1164 0 64 64 0 00128 0V512H64a448 448 0 11896 0H576v256a128 128 0 11-256 0zm570.688-320a384.128 384.128 0 00-757.376 0h757.376z" }, null, -1); const _hoisted_3 = [ _hoisted_2 ]; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_3); } var umbrella = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render]]); exports["default"] = umbrella;