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) 1.26 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 24 24", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "shopping-card_svg__st0", d: "M21.7 15.9h-14l.9-1h11.5c.4 0 .7-.8.8-1.1l1.6-9c0-.2 0-.5-.2-.7-.1-.2-.4-.1-.6-.1H7.1l-.3-1c-.1-.4-.5-.9-.9-.9H2.3c-.4 0-.8.4-.8.9s.4 1 .8 1H5l.7 3 1.5 6.2-1.7 3.1c-.2.3-.2.6-.1.9.1.3.4.5.7.5h1.5c-.4.3-.5.8-.5 1.3 0 1.3 1.1 2.4 2.4 2.4s2.4-1.1 2.4-2.4c0-.5-.2-1-.5-1.4h3.8c-.3.4-.5.9-.5 1.4 0 1.3 1.1 2.4 2.4 2.4 1.3 0 2.4-1.1 2.4-2.4 0-.5-.2-1-.5-1.4h2.7c.5 0 .8-.4.8-.8 0-.5-.4-.9-.8-.9zM7.5 5.9h12.8L19.1 13H9L7.5 5.9zm2 13.9c-.4 0-.7-.3-.7-.7s.3-.7.7-.7c.4 0 .7.3.7.7 0 .3-.3.7-.7.7zm7.6 0c-.4 0-.7-.3-.7-.7s.3-.7.7-.7c.4 0 .7.3.7.7 0 .3-.3.7-.7.7z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var ShoppingCard = { render }; var index = function index2() { return svg({ name: "IconShoppingCard", component: ShoppingCard })(); }; export { index as default };