UNPKG

birdpaper-icon

Version:

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

23 lines (22 loc) 1.34 kB
import _sfc_main from "./icon-pen-nib-line.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: "m16.596 1.037 6.347 6.346a.5.5 0 0 1-.277.848l-1.474.23-5.656-5.657.212-1.485a.5.5 0 0 1 .848-.282ZM4.595 20.147c3.722-3.33 7.995-4.327 12.643-5.52l.446-4.017-4.297-4.298-4.018.447c-1.192 4.648-2.189 8.92-5.52 12.643l-1.395-1.395c2.829-3.3 3.89-6.953 5.303-13.081l6.364-.708 5.657 5.657-.707 6.364c-6.128 1.415-9.782 2.475-13.081 5.304l-1.395-1.395Zm5.284-6.029a2 2 0 1 1 2.828-2.828 2 2 0 0 1-2.828 2.828Z" }, 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 _IconPenNibLine = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { _IconPenNibLine as default };