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.31 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(#customs-declaration_svg__clip131_1885)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M9.75 1.002h4.5A2.75 2.75 0 0 1 17 3.752v1.25h2a2 2 0 0 1 2 2V9.5H3V11h18v9.5a2 2 0 0 1-2 2l-14 .002a2 2 0 0 1-2-2v-13.5a2 2 0 0 1 2-2h2v-1.25a2.75 2.75 0 0 1 2.75-2.75ZM12 2.5A.75.75 0 1 0 12 4a.75.75 0 0 0 0-1.5Zm3.28 17.28 2.5-2.5a.748.748 0 0 0 .165-.242.745.745 0 0 0 .055-.288c0-.103-.018-.2-.055-.288a.743.743 0 0 0-.165-.242l-2.5-2.5a.743.743 0 0 0-1.06 0 .743.743 0 0 0 0 1.06L15.44 16h-3.19v1.5h3.19l-1.22 1.22a.743.743 0 0 0 0 1.06.743.743 0 0 0 1.06 0ZM6.25 17.5V16h1.5v1.5h-1.5Zm4.5-1.5h-1.5v1.5h1.5V16Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var CustomsDeclaration = { render }; var index = function index2() { return svg({ name: "IconCustomsDeclaration", component: CustomsDeclaration })(); }; export { index as default };