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.

33 lines (32 loc) 824 B
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M8.49 10.45c-.27.27-.72.27-.99 0l-4.1-4.1c-.2-.2-.2-.51 0-.71.19-.19.51-.19.71 0L8 9.53l3.88-3.89c.18-.17.45-.19.64-.06l.07.06c.2.2.2.51 0 .71l-4.1 4.1Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var DownWard = { render }; var downWard = function downWard2() { return svg({ name: "IconDownWard", component: DownWard, filledComponent: DownWard })(); }; export { downWard as default };