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.

35 lines (34 loc) 1.15 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", { "clip-path": "url(#disallowance_svg__clip131_1877)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M16 2H6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5.892A7 7 0 0 1 19 9.937V5a3 3 0 0 0-3-3ZM6 5.25h7.5c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm0 3.5h2c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75ZM10 16a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm8-.75c.42 0 .75.33.75.75s-.33.75-.75.75h-5c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h5Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Disallowance = { render }; var index = function index2() { return svg({ name: "IconDisallowance", component: Disallowance })(); }; export { index as default };