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.51 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'HeartPulse32Filled', 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: 'M15.033 6.119A7.631 7.631 0 0 0 2.61 14.5h5.081l2.137-3.74a2.5 2.5 0 0 1 4.407.122l2.16 4.322l1.582-2.174a2.5 2.5 0 0 1 3.622-.45l2.305 1.92h5.551A7.697 7.697 0 0 0 16.86 6.226l-.86.86l-.966-.967zm.237 22.565L6.662 19.5h2.481a2.5 2.5 0 0 0 2.17-1.26l.54-.944l1.91 3.822a2.5 2.5 0 0 0 4.259.352l2.43-3.34l.947.79A2.5 2.5 0 0 0 23 19.5h2.468l-8.744 9.19a1 1 0 0 1-1.454-.006zm-2.376-17.131a1 1 0 0 0-1.752-.068L8.434 16H2.667a1 1 0 1 0 0 2H9a1 1 0 0 0 .857-.485l2.063-3.439l3.186 6.371a1 1 0 0 0 1.703.141l3.371-4.636l2.18 1.816A1 1 0 0 0 23 18h6a1 1 0 0 0 0-2h-5.638l-2.722-2.268a1 1 0 0 0-1.449.18l-3.032 4.17l-3.265-6.53z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })