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.

32 lines (31 loc) 1.1 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M8 1.26c2.1 0 3.8 1.7 3.8 3.81v.71c1.09.27 1.89 1.25 1.89 2.41v4.06a2.48 2.48 0 0 1-2.48 2.48H4.78a2.48 2.48 0 0 1-2.48-2.48V8.19c0-1.16.8-2.14 1.89-2.41v-.71c0-2.11 1.7-3.81 3.81-3.81Zm3.21 5.45H4.78c-.82 0-1.48.67-1.48 1.48v4.06c0 .82.66 1.48 1.48 1.48h6.43c.82 0 1.48-.66 1.48-1.48V8.19c0-.81-.66-1.48-1.48-1.48ZM8 8.83c.27 0 .5.23.5.5v1.78c0 .28-.23.5-.5.5-.28 0-.5-.22-.5-.5V9.33c0-.27.22-.5.5-.5Zm0-6.57c-1.56 0-2.81 1.26-2.81 2.81v.64h5.61v-.64c0-1.55-1.25-2.81-2.8-2.81Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Lock = { render }; var index = function index2() { return svg({ name: "IconLock", component: Lock })(); }; export { index as default };