UNPKG

birdpaper-icon

Version:

基于 Remix icon 生成的 Vue3 图标组件库

23 lines (22 loc) 1.47 kB
import _sfc_main from "./icon-hand.vue2.js"; import { openBlock, createElementBlock, normalizeClass, normalizeStyle, createElementVNode } from "vue"; import _export_sfc from "../_virtual/_plugin-vue_export-helper.js"; const _hoisted_1 = ["fill"]; const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M12.5 2a.5.5 0 0 0-.5.5V12h-2V4.5a.5.5 0 0 0-1 0V14H7c-.38-1.62-1.358-2.56-2.405-2.678.284.744.766 1.937 1.571 3.778.86 1.962 1.725 3.422 2.838 4.399C10.078 20.442 11.459 21 13.5 21a5.5 5.5 0 0 0 5.5-5.5V7a.5.5 0 0 0-1 0v5h-2V4a.5.5 0 0 0-1 0v8h-2V2.5a.5.5 0 0 0-.5-.5ZM21 15.5a7.5 7.5 0 0 1-7.5 7.5c-2.458 0-4.328-.692-5.816-1.998-1.45-1.274-2.459-3.064-3.35-5.1-.93-2.127-1.444-3.422-1.724-4.178-.357-.964.136-2.312 1.476-2.406a4.02 4.02 0 0 1 2.914.94V4.5a2.5 2.5 0 0 1 3.04-2.442 2.5 2.5 0 0 1 4.79-.467A2.502 2.502 0 0 1 18 4v.55A2.5 2.5 0 0 1 21 7v8.5Z" }, null, -1); const _hoisted_3 = [ _hoisted_2 ]; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: normalizeClass(_ctx.iconClass), style: normalizeStyle(_ctx.innerStyle), fill: _ctx.fill, onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args)) }, _hoisted_3, 14, _hoisted_1); } const _IconHand = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { _IconHand as default };