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.

34 lines (33 loc) 1.14 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: "scissor_svg__st0", d: "m13.6 12 9.3-9.4c.1-.1 0-.4-.2-.4H20c-.1 0-.1 0-.2.1l-8 8-2.5-2.6c.4-.7.6-1.4.6-2.2C9.9 3 7.9 1 5.4 1S1 3 1 5.5 3 10 5.5 10c.8 0 1.6-.2 2.2-.6l2.6 2.7-2.6 2.7c-.7-.5-1.5-.8-2.3-.8C3 14 1 16 1 18.5S3 23 5.4 23s4.5-2 4.5-4.5c0-.8-.2-1.5-.6-2.2l2.6-2.7 8 8s.1.1.2.1h2.7c.2 0 .3-.3.2-.4L13.6 12zM5.4 7.8c-1.3 0-2.3-1.1-2.3-2.3s1.1-2.3 2.3-2.3 2.3 1.1 2.3 2.3-1 2.3-2.3 2.3zm0 13c-1.3 0-2.3-1.1-2.3-2.3 0-1.3 1.1-2.3 2.3-2.3s2.3 1.1 2.3 2.3c.1 1.3-1 2.3-2.3 2.3z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Scissor = { render }; var index = function index2() { return svg({ name: "IconScissor", component: Scissor })(); }; export { index as default };