UNPKG

@opensig/opendesign

Version:

<p align="center"><img src="../docs/public/opendesign-logo-light.png"/></p> <h1 align="center">opendesign</h1> <p align="center">一个 Vue 3 组件库</p> <p align="center"><b>皮肤可定制,使用 TypeScript</b></p>

26 lines (25 loc) 1.02 kB
import _sfc_main from "./OIconChevronDownBold.vue2.mjs"; import { createElementBlock, openBlock, normalizeClass, createCommentVNode } from "vue"; import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs"; const _hoisted_1 = { key: 0, d: "m18.214 9.877-.03.032-4.95 4.95a1.75 1.75 0 0 1-2.432.042l-.043-.042-4.95-4.95a.75.75 0 0 1-.216-.461l-.003-.046v-.046a.75.75 0 0 1 1.248-.538l.032.03 4.596 4.597a.75.75 0 0 0 1.029.03l.032-.03 4.596-4.596a.75.75 0 0 1 1.28.51v.046a.75.75 0 0 1-.189.472" }; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock( "svg", { viewBox: "0 0 24 24", class: normalizeClass(_ctx.classNames) }, [ _ctx.isClient ? (openBlock(), createElementBlock("path", _hoisted_1)) : createCommentVNode("v-if", true) ], 2 /* CLASS */ ); } const OIconChevronDownBold = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { OIconChevronDownBold as default };