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.

41 lines (40 loc) 1.06 kB
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", { "fill-rule": "nonzero" }, [/* @__PURE__ */ createElementVNode("rect", { fill: "#FFF", x: "8", y: "8", width: "8", height: "8", rx: "1" }), /* @__PURE__ */ createElementVNode("path", { d: "M19 2c1.72 0 3 1.28 3 3v14c0 1.72-1.28 3-3 3H5c-1.72 0-3-1.28-3-3V5c0-1.72 1.28-3 3-3h14Zm-4 6H9c-.562 0-.928.326-1 1v6c0 .562.326.928 1 1h6c.562 0 .928-.326 1-1V9c0-.562-.326-.928-1-1Z" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var MobileCheckboxHalf = { render }; var index = function index2() { return svg({ name: "IconMobileCheckboxHalf", component: MobileCheckboxHalf })(); }; export { index as default };