@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.51 kB
JavaScript
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: 'BoardHeart24Filled',
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: 'M11.5 21.001v-1.93l-.196-.203c-1.739-1.8-1.739-4.704 0-6.504c.064-.066.129-.13.195-.19V9.499H3v8.253l.005.184a3.25 3.25 0 0 0 3.245 3.066L11.5 21zM21.501 5.748v5.73a4.4 4.4 0 0 0-4.501.306a4.4 4.4 0 0 0-4-.523V2.498h5.251a3.25 3.25 0 0 1 3.245 3.066l.005.184zM11.5 17.481a3.73 3.73 0 0 1 0-3.73c.143-.246.318-.48.523-.692a3.49 3.49 0 0 1 .976-.713a3.402 3.402 0 0 1 3.965.713l.036.038l.036-.038a3.402 3.402 0 0 1 4.464-.413c.168.12.327.258.477.413c1.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.612 3.612 0 0 1-.523-.692zM11.499 8l.001-5.5H6.25A3.25 3.25 0 0 0 3 5.747v2.251h8.499z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})