UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.36 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 16 16' } export default defineComponent({ name: 'BoardHeart16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2 4.5A2.5 2.5 0 0 1 4.5 2h7A2.5 2.5 0 0 1 14 4.5v1.862a3.54 3.54 0 0 0-1-.317V4.5A1.5 1.5 0 0 0 11.5 3h-3v3c-.338.007-.675.06-1 .163V6H3v5.5A1.5 1.5 0 0 0 4.5 13h2.42l.992 1H4.5A2.5 2.5 0 0 1 2 11.5v-7zM4.5 3A1.5 1.5 0 0 0 3 4.5V5h4.5V3h-3zM13 7.063a2.54 2.54 0 0 1 1.249.694a2.598 2.598 0 0 1 0 3.653l-3.431 3.457a.448.448 0 0 1-.636 0L6.75 11.41a2.597 2.597 0 0 1 0-3.653A2.558 2.558 0 0 1 8.5 7a2.547 2.547 0 0 1 1.877.756l.123.123l.123-.123A2.55 2.55 0 0 1 13 7.063z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })