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.

38 lines (37 loc) 1.4 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": "evenodd" }, [/* @__PURE__ */ createElementVNode("rect"), /* @__PURE__ */ createElementVNode("path", { d: "M19.083 3.5H4.917c-.727 0-1.326.547-1.407 1.251l-.01.166v14.166c0 .727.547 1.326 1.251 1.407l.166.01h14.166c.727 0 1.326-.547 1.407-1.251l.01-.166V4.917c0-.727-.547-1.326-1.251-1.407l-.166-.01Z", fill: "#FFF" }), /* @__PURE__ */ createElementVNode("path", { d: "M19.143 2A2.857 2.857 0 0 1 22 4.857v14.286A2.857 2.857 0 0 1 19.143 22H4.857A2.857 2.857 0 0 1 2 19.143V4.857A2.857 2.857 0 0 1 4.857 2h14.286Zm-.06 1.5H4.917c-.727 0-1.326.547-1.407 1.251l-.01.166v14.166c0 .727.547 1.326 1.251 1.407l.166.01h14.166c.727 0 1.326-.547 1.407-1.251l.01-.166V4.917c0-.727-.547-1.326-1.251-1.407l-.166-.01Z", "fill-rule": "nonzero" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var MobileCheckbox = { render }; var index = function index2() { return svg({ name: "IconMobileCheckbox", component: MobileCheckbox })(); }; export { index as default };