UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.58 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'BoardHeart24Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M21.496 5.564a3.25 3.25 0 0 0-3.245-3.066h-12A3.25 3.25 0 0 0 3 5.748L3 17.752l.005.184a3.25 3.25 0 0 0 3.245 3.066h7.116L11.915 19.5H11.5v.001H6.25a1.75 1.75 0 0 1-1.743-1.588l-.007-.161V9.499h7v2.674c.45-.413.96-.717 1.5-.912V3.997l5.251.001a1.75 1.75 0 0 1 1.743 1.59l.007.16v5.28a4.393 4.393 0 0 1 1.5.45v-5.73l-.005-.184zM6.251 3.998H11.5v4L4.5 8V5.75a1.75 1.75 0 0 1 1.607-1.745l.144-.006zm15.726 9.061c1.364 1.412 1.364 3.702 0 5.114l-4.442 4.598a.74.74 0 0 1-1.07 0l-4.442-4.598a3.607 3.607 0 0 1-.523-.691a3.73 3.73 0 0 1 0-3.732c.143-.246.318-.478.523-.69a3.408 3.408 0 0 1 4.94 0l.037.037l.036-.038A3.416 3.416 0 0 1 20 12.036a3.41 3.41 0 0 1 1.501.61c.167.121.327.259.476.413z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })