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.25 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'BoardHeart20Filled', 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: '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 */ ) ]) ) ) } })