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.21 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: "repeat_svg__st0", d: "M11.8 22.9c-.5-.1-.8-.5-.7-1 .1-.5.5-.8 1-.7.4.1.9.1 1.4.1 2.4 0 4.6-1 6.2-2.7s2.6-4.1 2.6-6.5c0-2.5-.9-4.8-2.6-6.5s-3.9-2.7-6.2-2.7-4.6 1-6.2 2.7S4.7 9.5 4.7 12v.3l1.9-2c.3-.3.9-.3 1.2 0 .3.3.3.9 0 1.2l-3.2 3.3c-.3.3-.9.3-1.2 0L.2 11.5c-.3-.3-.3-.9 0-1.2.3-.3.9-.3 1.2 0L3 11.9c0-1.5.3-2.9.8-4.2.5-1.3 1.3-2.5 2.2-3.5s2.1-1.8 3.3-2.4c1.4-.5 2.8-.8 4.2-.8s2.8.3 4.1.9c1.3.6 2.4 1.3 3.3 2.4 1 1 1.7 2.2 2.2 3.5.5 1.4.8 2.8.8 4.3s-.3 2.9-.8 4.3c-.5 1.3-1.3 2.5-2.2 3.5-1 1-2.1 1.8-3.3 2.4-1.3.6-2.7.9-4.1.9-.6-.2-1.1-.2-1.7-.3z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Repeat = { render }; var index = function index2() { return svg({ name: "IconRepeat", component: Repeat })(); }; export { index as default };