UNPKG

@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.

50 lines (49 loc) 1.67 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "defs", null, [/* @__PURE__ */ createElementVNode("clipPath", { id: "minscreen-right_svg__a" }, [/* @__PURE__ */ createElementVNode("path", { fill: "#fff", "fill-opacity": "0", d: "M0 0h16v16H0z" })])], -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "g", { "clip-path": "url(#minscreen-right_svg__a)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M11.66 7.85c.27 0 .5-.21.5-.5 0-.27-.23-.5-.5-.5H9.84l2.5-2.51a.49.49 0 0 0 .06-.65c-.18-.19-.55-.25-.74-.06l-2.5 2.5V4.35c0-.24-.17-.44-.41-.5-.28 0-.59.23-.59.5V7c0 .5.4.9.9.9l2.6-.05Zm-8 4.49c.17.19.49.21.67.02l2.5-2.5v1.78c0 .24.17.44.42.5.27 0 .58-.23.58-.5V9c0-.5-.4-.91-.9-.91h-2.6c-.27 0-.5.23-.5.5 0 .29.23.5.5.5h1.82l-2.5 2.51c-.16.2-.15.56.01.74ZM4 2.5h8c.83 0 1.5.66 1.5 1.5v8c0 .83-.67 1.5-1.5 1.5H4c-.84 0-1.5-.67-1.5-1.5V4c0-.84.66-1.5 1.5-1.5Zm0-1C2.61 1.5 1.5 2.61 1.5 4v8c0 1.38 1.11 2.5 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5V4c0-1.39-1.12-2.5-2.5-2.5H4Z" })], -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var MinscreenRight = { render }; var index = function index2() { return svg({ name: "IconMinscreenRight", component: MinscreenRight })(); }; export { index as default };