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.55 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'HeartPulse24Filled', 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: 'M12.82 5.58l-.82.822l-.824-.824A5.375 5.375 0 0 0 2.249 11h3.5l1.42-2.998a1.75 1.75 0 0 1 3.134-.059l1.98 3.807l1.577-2.063a1.75 1.75 0 0 1 2.707-.089L17.794 11h3.96a5.38 5.38 0 0 0-8.934-5.42zm-1.35 15.495L4.894 14.5h1.963a1.75 1.75 0 0 0 1.582-1.002l.385-.813l1.624 3.122a1.75 1.75 0 0 0 2.942.256l1.951-2.552l.342.39c.332.38.813.598 1.317.598h2.11l-6.58 6.576a.75.75 0 0 1-1.06 0zM9.42 8.415a.75.75 0 0 0-1.348.014l-1.69 3.57H2.75a.75.75 0 0 0 0 1.5h4.107a.75.75 0 0 0 .678-.429l1.234-2.606l2.56 5.12a.75.75 0 0 0 1.279.105l2.698-3.736l1.13 1.29A.75.75 0 0 0 17 13.5h4.25a.75.75 0 0 0 0-1.5h-3.91l-1.526-1.743a.75.75 0 0 0-1.172.054l-2.525 3.496l-2.696-5.392z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })