@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.
35 lines (34 loc) • 1.61 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"g",
{
"clip-path": "url(#total-nolume_svg__clip131_1894)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M11.87 22.18c-.195.07-.45.087-.637-.002l-8.053-3.8a.737.737 0 0 1-.313-.276.735.735 0 0 1-.117-.402V6.3a.751.751 0 0 1 .45-.687l8.257-3.794a.757.757 0 0 1 .613-.007l8.73 3.8c.136.06.245.152.327.277a.735.735 0 0 1 .123.411v11.4c0 .15-.041.288-.125.414a.736.736 0 0 1-.332.276l-8.923 3.79ZM5.277 6.31l6.392 3.016L18.621 6.3l-6.842-2.978-6.502 2.987Zm3.728-.693 3.133-1.425a.743.743 0 0 1 .993.372c.174.383.01.82-.372.994L9.626 6.983a.743.743 0 0 1-.993-.372.743.743 0 0 1 .372-.994Zm5.367 0-3.13 1.426a.743.743 0 0 0-.372.993.743.743 0 0 0 .993.372l3.13-1.425a.743.743 0 0 0 .373-.994.743.743 0 0 0-.994-.371Zm-2.07 5.07v9.68l7.448-3.163v-9.76l-7.447 3.242Zm5.816-.35v5.7c0 .42-.33.75-.75.75s-.75-.33-.75-.75v-5.7c0-.42.33-.75.75-.75s.75.33.75.75Zm-2.684 7.125v-5.7c0-.42-.33-.75-.75-.75s-.75.33-.75.75v5.7c0 .42.33.75.75.75s.75-.33.75-.75Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var TotalNolume = {
render
};
var index = function index2() {
return svg({
name: "IconTotalNolume",
component: TotalNolume
})();
};
export {
index as default
};