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.

44 lines (43 loc) 1.49 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "writing_svg__st0", d: "m14.6 6.6-7.5 7.6c-.3.3-.3.7 0 1 .1.1.4.2.5.2.1 0 .4-.1.5-.2l7.5-7.5c.3-.3.3-.7 0-1-.3-.3-.7-.3-1-.1z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { class: "writing_svg__st0", d: "M10.7 21 22 9.5c.4-.4.6-.9.6-1.4 0-.6-.2-1.1-.6-1.4l-4.2-4.3c-.8-.8-2.1-.8-2.8 0L2.7 14.8l-.1.1c-.4.4-.6.9-.6 1.5v4.3c0 .6.2 1.1.6 1.4s.9.6 1.4.6h4.2c.6 0 1.1-.2 1.4-.6l.1-.1 1-1c-.1.1-.1.1 0 0 0 .1 0 0 0 0zm7-12.3c-.3-.3-.7-.3-1 0l-8.5 8.5-3-3 9.4-9.5 5 5-9.6 9.4-1-1 8.5-8.5c.5-.2.5-.7.2-.9zm-.9-5.4L21 7.5c.1.1.1.3.1.4s0 .3-.1.5l-.4.4-5-5 .4-.5c.2-.2.5-.2.8 0zM8.6 20.7c-.1.1-.3.2-.4.2H4c-.1 0-.3-.1-.4-.1-.1-.1-.1-.3-.1-.4v-4.2c0-.2.1-.4.2-.4l.1-.1v-.1l.4-.4 5 5-.4.4-.2.1zM21.9 21H12c-.4 0-.7.4-.7 1s.3 1 .7 1h9.9c.4 0 .7-.4.7-1s-.3-1-.7-1z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var Writing = { render }; var index = function index2() { return svg({ name: "IconWriting", component: Writing })(); }; export { index as default };