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.

34 lines (33 loc) 962 B
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 24 24", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "flag_svg__st0", d: "M20.8 6h-4.1V4.7c0-.9-.8-1.7-1.7-1.7H6.6c-.1-.8-.9-1.5-1.7-1.5H3.2c-.9 0-1.7.8-1.7 1.7v17.6c0 .9.8 1.7 1.7 1.7h1.7c.9 0 1.7-.8 1.7-1.7v-6H15v1.3c0 .9.8 1.7 1.7 1.7h4.1c.9 0 1.7-.8 1.7-1.7V7.7c0-.9-.8-1.7-1.7-1.7zM4.9 20.8H3.2V3.2h1.7v17.6zM15 13.1H6.6V4.7H15v8.4zm5.8 3h-4.1V7.7h4.1v8.4z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Flag = { render }; var index = function index2() { return svg({ name: "IconFlag", component: Flag })(); }; export { index as default };