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.77 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: 'DocumentHeartPulse24Regular', 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: 'M5.5 4.25a.75.75 0 0 1 .75-.75H12V8a2 2 0 0 0 2 2h4.5v9.75a.75.75 0 0 1-.75.75h-6.52L9.73 22h8.02A2.25 2.25 0 0 0 20 19.75V9.664c0-.464-.184-.909-.513-1.237l-5.914-5.914A1.75 1.75 0 0 0 12.336 2H6.25A2.25 2.25 0 0 0 4 4.25v6.95a4.63 4.63 0 0 1 1.5.046V4.25zM17.44 8.5H14a.5.5 0 0 1-.5-.5V4.56l3.94 3.94zM3.121 14.276a2.105 2.105 0 0 1 2.977 0l.403.403a.75.75 0 0 0 1.06 0l.367-.367A2.105 2.105 0 0 1 11.513 16h1.504a3.605 3.605 0 0 0-5.983-2.904A3.605 3.605 0 0 0 1.014 16h1.505a2.1 2.1 0 0 1 .603-1.724zM5.37 19.5H3.248L6.5 22.754a.748.748 0 0 0 1.061 0l3.254-3.254H8.695l-1.663 1.663L5.369 19.5zm.255-4.166a.75.75 0 0 0-1.295.08L3.536 17H1.75a.75.75 0 0 0 0 1.5H4a.75.75 0 0 0 .67-.415l.423-.844l1.283 1.925a.75.75 0 0 0 1.185.082l1.462-1.645l.687.713a.75.75 0 0 0 .557.23l2-.046a.75.75 0 0 0-.034-1.5l-1.671.038L9.54 15.98a.75.75 0 0 0-1.1.023l-1.355 1.524l-1.461-2.192z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })