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.34 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: 'BoardHeart20Regular', 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: 'M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h4.92l-.879-.885A3.535 3.535 0 0 1 9.932 16H6a2 2 0 0 1-2-2V8.058l5.5-.053v3.746a3.586 3.586 0 0 1 1-1.09V4H14a2 2 0 0 1 2 2v4.027c.332-.041.67-.035 1 .018V6a3 3 0 0 0-3-3H6zM4 6a2 2 0 0 1 2-2h3.5v3.005L4 7.058V6zm13 5.063c.458.103.893.335 1.249.694a2.598 2.598 0 0 1 0 3.653l-3.431 3.457a.448.448 0 0 1-.636 0L10.75 15.41a2.6 2.6 0 0 1 0-3.654a2.55 2.55 0 0 1 3.626 0l.123.124l.123-.123A2.546 2.546 0 0 1 17 11.063z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })