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.56 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(#total-weight_svg__clip131_1893)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M8 2h8a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2v1.5h3.477a2 2 0 0 1 1.928 1.468l2.897 10.5A2 2 0 0 1 20.374 22H3.627a2 2 0 0 1-1.928-2.532l2.896-10.5A2 2 0 0 1 6.523 7.5H10V6H8a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1ZM5.41 15.902c-.107.477-.16.967-.16 1.468 0 .42.33.75.75.75s.75-.33.75-.75a5.25 5.25 0 0 1 .412-2.043 5.24 5.24 0 0 1 2.795-2.795A5.193 5.193 0 0 1 12 12.12a5.246 5.246 0 0 1 2.043.412A5.258 5.258 0 0 1 17.12 16.2c.087.38.13.77.13 1.17 0 .42.33.75.75.75s.75-.33.75-.75a6.711 6.711 0 0 0-1.11-3.71 6.753 6.753 0 0 0-3.013-2.509A6.71 6.71 0 0 0 12 10.62c-.501 0-.99.052-1.468.158a6.711 6.711 0 0 0-2.242.95 6.775 6.775 0 0 0-1.93 1.93 6.74 6.74 0 0 0-.95 2.243Zm6.59.468c.035 0 .07.001.104.004l1.336-1.502a.743.743 0 0 1 1.06-.062c.313.279.34.745.061 1.059l-1.336 1.502a1.25 1.25 0 1 1-1.225-1Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var TotalWeight = { render }; var index = function index2() { return svg({ name: "IconTotalWeight", component: TotalWeight })(); }; export { index as default };