@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.25 kB
JavaScript
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 20 20'
}
export default defineComponent({
name: 'BoardHeart20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9.5 7V3H6a3 3 0 0 0-3 3v1h6.5zm1.251 8.41l3.43 3.457c.177.177.461.177.637 0l3.431-3.457a2.598 2.598 0 0 0 0-3.653a2.547 2.547 0 0 0-3.626 0l-.123.123l-.123-.123a2.55 2.55 0 0 0-3.84.243a2.6 2.6 0 0 0 .214 3.41zM9.5 17v-1.584a3.606 3.606 0 0 1 0-3.665V8H3v6a3 3 0 0 0 3 3h3.5zm5-6.426a3.55 3.55 0 0 1 2.5-.53V6a3 3 0 0 0-3-3h-3.5v7.661a3.552 3.552 0 0 1 4-.087z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})