UNPKG

birdpaper-icon

Version:

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

23 lines (22 loc) 1.39 kB
import _sfc_main from "./icon-police-badge-fill.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: "M2.913 11.674C3.236 10.195 3.54 8.808 2 6.5l3.5-4S9 4 12 1.5c3 2.5 6.5 1 6.5 1l3.5 4c-1.539 2.308-1.236 3.695-.913 5.174.306 1.404.63 2.89-.587 5.326-1.157 2.315-3.152 3.123-5.015 3.877-1.356.55-2.642 1.07-3.485 2.123-.842-1.053-2.129-1.574-3.485-2.123C6.652 20.123 4.658 19.315 3.5 17c-1.218-2.435-.893-3.922-.587-5.326Zm11.465 1.099 2.377-2.318-3.286-.478L12 7 10.53 9.977l-3.285.478 2.377 2.318-.561 3.272L12 14.5l2.939 1.545-.561-3.273Z" }, 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 _IconPoliceBadgeFill = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { _IconPoliceBadgeFill as default };