@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.
33 lines (32 loc) • 2.19 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
class: "total_svg__icon",
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M422.8 473.9h-120c-46.6 0-90.4-18.3-123.5-51.6-32.5-32.8-50.2-75.8-49.9-121.3.3-45.4 18.2-88 50.3-120.1 32.1-32.1 74.7-49.9 120.1-50.3h1.3c45 0 87.6 17.7 120 49.9 33.3 33.1 51.6 76.9 51.6 123.5v119.9c.1 27.6-22.3 50-49.9 50zM300.2 180.6c-66.1.5-120.3 54.6-120.7 120.7-.2 32 12.3 62.5 35.4 85.7 23.6 23.8 54.9 36.9 88 36.9h119.9V304c0-33.2-13.1-64.4-36.9-88-23-22.8-53.1-35.4-84.8-35.4h-.9zm-.2-25zm1.1 739.7h-1.3c-45.4-.3-88-18.2-120.1-50.3s-49.9-74.7-50.3-120.1c-.3-45.5 17.4-88.5 49.9-121.3 33.1-33.3 76.9-51.6 123.5-51.6h119.9c27.6 0 50 22.4 50 50v119.9c0 46.6-18.3 90.4-51.6 123.5-32.4 32.2-75 49.9-120 49.9zM179.4 724.5c.5 66.1 54.6 120.3 120.7 120.7h.9c31.7 0 61.8-12.5 84.8-35.4 23.8-23.6 36.9-54.9 36.9-88V602H302.8c-33.2 0-64.4 13.1-88 36.9-23 23.2-35.6 53.6-35.4 85.6zm543.2 170.8c-45 0-87.6-17.7-120-49.9-33.3-33.1-51.6-76.9-51.6-123.5V602c0-27.6 22.4-50 50-50h119.9c46.6 0 90.4 18.3 123.5 51.6 32.5 32.8 50.2 75.8 49.9 121.3-.3 45.4-18.2 88-50.3 120.1s-74.7 49.9-120.1 50.3h-1.3zm1-25zM600.9 602v119.9c0 33.2 13.1 64.4 36.9 88 23 22.8 53.1 35.4 84.8 35.4h.9c66.1-.5 120.3-54.7 120.7-120.7.2-32-12.3-62.5-35.4-85.7-23.6-23.8-54.9-36.9-88-36.9H600.9zm119.9-128.1H600.9c-27.6 0-50-22.4-50-50V304c0-46.6 18.3-90.4 51.6-123.5 32.8-32.5 75.9-50.2 121.3-49.9 45.4.3 88 18.2 120.1 50.3s49.9 74.7 50.3 120.1c.3 45.5-17.4 88.5-49.9 121.3-33.1 33.3-76.9 51.6-123.5 51.6zm-119.9-50h119.9c33.2 0 64.4-13.1 88-36.9 23.1-23.2 35.6-53.7 35.4-85.7-.5-66.1-54.6-120.3-120.7-120.7-32.1-.3-62.5 12.3-85.7 35.4-23.8 23.6-36.9 54.9-36.9 88v119.9z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Total = {
render
};
var index = function index2() {
return svg({
name: "IconTotal",
component: Total
})();
};
export {
index as default
};