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.

49 lines (48 loc) 1.65 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 17 16", style: { "enable-background": "new 0 0 17 16" }, "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "rect", { x: ".75", style: { "fill": "none" } }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { class: "sold-out_svg__st1", d: "M6.55 12.3c.44 0 .79.36.79.8a.794.794 0 1 1-1.59 0c0-.44.35-.8.8-.8zm6 0c.44 0 .79.36.79.8a.794.794 0 1 1-1.59 0c0-.44.35-.8.8-.8zm-.89-10.11c.27.07.43.35.35.61l-.36 1.4h1.71c.83 0 1.5.67 1.5 1.5 0 .16-.02.31-.06.47l-.87 2.64c-.18.58-.71.99-1.34 1.03l-2.5.16-.2.8h3.95c.29 0 .5.22.5.5s-.21.5-.5.5H9.61l-.18.66c-.07.27-.35.43-.6.35a.489.489 0 0 1-.35-.61l.1-.4H6.65c-.76 0-1.4-.57-1.49-1.32l-.81-6.54a.492.492 0 0 0-.5-.44h-.6c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h.6c.76 0 1.4.57 1.49 1.32l.06.38h5.21l.46-1.66c.06-.27.34-.42.59-.35zm-2.63 7.87-2.92.18.02.11c.03.25.23.44.5.44h2.2l.2-.73zm1.31-4.86H5.51L6 9.25l3.32-.21 1.02-3.84zm3.02 0h-1.98l-1.02 3.78 2.17-.14c.21-.01.38-.15.45-.34l.85-2.64c.02-.05.02-.1.02-.16.01-.28-.2-.5-.49-.5z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var SoldOut = { render }; var index = function index2() { return svg({ name: "IconSoldOut", component: SoldOut })(); }; export { index as default };