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.69 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: 'DocumentHeartPulse24Filled', 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 2v6a2 2 0 0 0 2 2h6v10.5a1.5 1.5 0 0 1-1.5 1.5H9.73l2.576-2.576l.02-.02l.347-.348a4.605 4.605 0 0 0-5.63-7.202A4.607 4.607 0 0 0 4 11.2V3.5A1.5 1.5 0 0 1 5.5 2H12zm1.5.5V8a.5.5 0 0 0 .5.5h5.5l-6-6zM2.062 13.216a3.605 3.605 0 0 1 4.972-.12A3.605 3.605 0 0 1 13.017 16h-2.042l-.738-.737a1.75 1.75 0 0 0-2.545.074l-.494.556l-.742-1.114a1.75 1.75 0 0 0-3.021.188L2.918 16H1.014c-.065-1 .284-2.02 1.048-2.784zM3.248 19.5L6.5 22.754a.748.748 0 0 0 1.061 0l3.254-3.254H8.675l-.367.413a1.75 1.75 0 0 1-2.764-.192l-.147-.221h-2.15zm2.376-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.471-1.655l.688.687c.14.141.331.22.53.22h2a.75.75 0 0 0 0-1.5h-1.69l-1.03-1.03a.75.75 0 0 0-1.09.032l-1.355 1.524l-1.461-2.192z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })