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.

37 lines (36 loc) 1.7 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 30 30", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "g", null, [/* @__PURE__ */ createElementVNode("rect", { width: "30", height: "30", rx: "2" }), /* @__PURE__ */ createElementVNode("path", { d: "M20.774 18.946a5.662 5.662 0 0 1-3.288-1.337c-1.821.4-3.554.98-5.287 1.693C10.82 21.752 9.533 23 8.422 23c-.222 0-.489-.045-.667-.178A1.313 1.313 0 0 1 7 21.619c0-.401.089-1.515 4.31-3.342.978-1.782 1.733-3.609 2.355-5.525-.533-1.069-1.688-3.698-.889-5.034.267-.49.8-.758 1.378-.713.444 0 .888.223 1.155.579.578.802.533 2.495-.222 4.99a13.434 13.434 0 0 0 2.755 3.565c.933-.179 1.866-.312 2.8-.312 2.088.044 2.399 1.024 2.354 1.604 0 1.515-1.466 1.515-2.222 1.515ZM8.333 21.708l.133-.045c.622-.222 1.111-.668 1.467-1.247-.667.267-1.2.713-1.6 1.292Zm5.91-13.367h-.134c-.044 0-.133 0-.177.045-.178.757-.045 1.56.266 2.272.267-.757.267-1.56.045-2.317Zm.31 6.46-.044.09-.044-.045c-.4 1.025-.844 2.05-1.333 3.03l.089-.044v.089a25.823 25.823 0 0 1 3.021-.891l-.044-.045h.133a13.645 13.645 0 0 1-1.777-2.183Zm6.044 2.362c-.4 0-.756 0-1.156.09.445.222.89.311 1.333.356.311.044.623 0 .89-.09 0-.133-.179-.356-1.067-.356Z", fill: "#FFF" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var PdfType = { render }; var index = function index2() { return svg({ name: "IconPdfType", component: PdfType })(); }; export { index as default };