@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.33 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 16 16'
}
export default defineComponent({
name: 'BoardHeart16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M7.5 2v3H2v-.5A2.5 2.5 0 0 1 4.5 2h3zm1 0v4a3.544 3.544 0 0 1 2 .574a3.554 3.554 0 0 1 3.5-.212V4.5A2.5 2.5 0 0 0 11.5 2h-3zm-1 4v.163a3.545 3.545 0 0 0-1.459.89a3.597 3.597 0 0 0 0 5.062l1.459 1.47V14h-3A2.5 2.5 0 0 1 2 11.5V6h5.5zm-.749 5.41l3.43 3.457c.177.177.461.177.637 0l3.431-3.457A2.598 2.598 0 0 0 14 7.536a2.55 2.55 0 0 0-3.377.22l-.123.124l-.123-.123A2.545 2.545 0 0 0 7.5 7.233c-.271.124-.526.299-.749.524a2.597 2.597 0 0 0 0 3.653z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})