@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.26 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 29 34",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M5 27.883V20H3v7.883H.458L3.965 34l3.507-6.117H5ZM9 14h20v2H9v-2Zm0 18h20v2H9v-2ZM3.965 13.883 7.472 20H.458l3.507-6.117Zm17.05-3.278c-.773.532-1.482.924-2.126 1.178-.645.254-1.248.381-1.81.381-.93 0-1.675-.281-2.233-.844-.559-.562-.838-1.304-.838-2.226 0-1.024.42-1.828 1.26-2.414.84-.586 2.755-1.239 5.748-1.957V3.96c0-1.008-.164-1.707-.493-2.098-.328-.39-.898-.586-1.71-.586-.305 0-.606.032-.903.094a5.893 5.893 0 0 0-.926.281v2.016h-1.652c-.289 0-.486-.053-.592-.158-.105-.106-.158-.3-.158-.58 0-.782.451-1.43 1.354-1.946.902-.515 2.068-.773 3.498-.773 1.257 0 2.171.273 2.742.82.57.547.855 1.426.855 2.637v6.96l.41.388 1.266.117V12h-3.375l-.316-1.395Zm0-.808v-4.23c-2.007.554-3.326 1.062-3.954 1.523-.63.46-.944 1.066-.944 1.816 0 .602.174 1.08.522 1.436.347.355.814.533 1.4.533.375 0 .807-.09 1.295-.27.488-.18 1.049-.449 1.682-.808Zm0 18.808c-.773.532-1.482.924-2.126 1.178-.645.254-1.248.381-1.81.381-.93 0-1.675-.281-2.233-.844-.559-.562-.838-1.304-.838-2.226 0-1.024.42-1.828 1.26-2.414.84-.586 2.755-1.239 5.748-1.957v-.762c0-1.008-.164-1.707-.493-2.098-.328-.39-.898-.586-1.71-.586-.305 0-.606.032-.903.094a5.893 5.893 0 0 0-.926.281v2.016h-1.652c-.289 0-.486-.053-.592-.158-.105-.106-.158-.3-.158-.58 0-.782.451-1.43 1.354-1.946.902-.515 2.068-.773 3.498-.773 1.257 0 2.171.273 2.742.82.57.547.855 1.426.855 2.637v6.96l.41.388 1.266.117V30h-3.375l-.316-1.395Zm0-.808v-4.23c-2.007.554-3.326 1.062-3.954 1.523-.63.46-.944 1.066-.944 1.816 0 .602.174 1.08.522 1.436.347.355.814.533 1.4.533.375 0 .807-.09 1.295-.27.488-.18 1.049-.449 1.682-.808Z",
"data-spm-anchor-id": "a1zogd8.23539205.0.i10.2321199a9DauQV"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var LineHeight = {
render
};
var index = function index2() {
return svg({
name: "IconLineHeight",
component: LineHeight
})();
};
export {
index as default
};