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.

37 lines (36 loc) 1.15 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", style: { "enable-background": "new 0 0 16 16" }, "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "unlock_svg__st0", d: "M8 1.3c1.7 0 3.2 1.1 3.6 2.7.1.3-.1.5-.3.6-.3.1-.5-.1-.6-.3-.3-1.2-1.4-2-2.7-2-1.6 0-2.8 1.3-2.8 2.8v.6h6c1.3 0 2.4 1.1 2.5 2.4V12.3c0 1.4-1.1 2.5-2.5 2.5H4.8c-1.4 0-2.5-1.1-2.5-2.5V8.2c0-1.2.8-2.1 1.9-2.4v-.7C4.2 3 5.9 1.3 8 1.3zm3.2 5.4H4.8c-.8 0-1.5.7-1.5 1.5v4.1c0 .8.7 1.5 1.5 1.5h6.4c.8 0 1.5-.7 1.5-1.5V8.2c0-.8-.7-1.5-1.5-1.5zM8 8.8c.3 0 .5.2.5.5v1.8c0 .3-.2.5-.5.5s-.5-.2-.5-.5V9.3c0-.2.2-.5.5-.5z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Unlock = { render }; var index = function index2() { return svg({ name: "IconUnlock", component: Unlock })(); }; export { index as default };