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) 2.06 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(#xml_svg__clip131_1910)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M14.162 2.096A.747.747 0 0 0 13.795 2H6.697A3.207 3.207 0 0 0 3.5 5.217v13.566A3.207 3.207 0 0 0 6.697 22h10.606a3.207 3.207 0 0 0 3.197-3.217v-9.99c0-.226-.1-.43-.26-.567a1.15 1.15 0 0 0-.097-.116l-5.524-5.728a1.112 1.112 0 0 0-.457-.286Zm.382 2.368 3.45 3.579h-2.486c-.512 0-.963-.425-.963-.894l-.001-2.685Zm-6.94 7.804-.876 1.206-.876-1.206a.743.743 0 0 0-1.048-.165.743.743 0 0 0-.166 1.047l1.163 1.6-1.163 1.6c-.247.34-.174.8.166 1.047.34.247.8.174 1.048-.165l.876-1.206.877 1.205a.743.743 0 0 0 1.047.166.743.743 0 0 0 .166-1.047l-1.163-1.6 1.163-1.6a.743.743 0 0 0-.166-1.048.743.743 0 0 0-1.047.166Zm5.79 2.82v1.701c0 .42.33.75.75.75s.75-.33.75-.75v-4.08c0-.104-.019-.2-.055-.289a.745.745 0 0 0-.165-.242.743.743 0 0 0-.242-.165.746.746 0 0 0-.467-.034.74.74 0 0 0-.436.3l-1.363 1.947-1.363-1.948a.745.745 0 0 0-.21-.204.745.745 0 0 0-.274-.104.746.746 0 0 0-.293.004.742.742 0 0 0-.402.24.745.745 0 0 0-.186.494v4.081c0 .42.33.75.75.75s.75-.33.75-.75v-1.702l.614.877c.014.016.068.084.084.1.017.014.082.071.1.084.085.06.174.1.267.12.094.02.191.022.293.004a.74.74 0 0 0 .274-.104c.081-.052.151-.12.21-.204l.614-.877Zm3.479.951v-3.33c0-.42-.33-.75-.75-.75s-.75.33-.75.75v4.08c0 .104.018.2.055.288.036.088.091.17.164.242a.743.743 0 0 0 .243.165.743.743 0 0 0 .288.055h2.635c.42 0 .75-.33.75-.75s-.33-.75-.75-.75h-1.885Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Xml = { render }; var index = function index2() { return svg({ name: "IconXml", component: Xml })(); }; export { index as default };