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.99 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(#average-shipping-period_svg__clip131_1904)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M16.549 2.898A.75.75 0 0 0 15.056 3l-.001 1.25H8.944V3l-.006-.102A.75.75 0 0 0 7.444 3v1.25H5.5c-1.682.093-3.25 1.467-3.25 3.15v11.2l.005.18c.095 1.659 1.494 2.97 3.2 2.97h13.09l.182-.005c1.682-.092 3.023-1.462 3.023-3.145l-.005-11.38c-.095-1.659-1.54-2.97-3.245-2.97h-1.945V3l-.006-.102Zm1.996 2.852.148.006c.875.073 1.557.785 1.557 1.644v1.05H3.75V7.4l.006-.142c.074-.841.803-1.508 1.699-1.508h13.09ZM8.5 12.583a.333.333 0 0 0-.333-.333H6.833a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Zm4.5 0a.333.333 0 0 0-.333-.333h-1.334a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Zm4.5 0a.333.333 0 0 0-.333-.333h-1.334a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Zm-9 4a.333.333 0 0 0-.333-.333H6.833a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Zm4.5 0a.333.333 0 0 0-.333-.333h-1.334a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Zm4.5 0a.333.333 0 0 0-.333-.333h-1.334a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var AverageShippingPeriod = { render }; var index = function index2() { return svg({ name: "IconAverageShippingPeriod", component: AverageShippingPeriod })(); }; export { index as default };