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.7 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: 'DocumentHeartPulse20Regular', 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: 'M8 2a2 2 0 0 0-2 2v5.175c.35.109.687.269 1 .48V4a1 1 0 0 1 1-1h4v3.5A1.5 1.5 0 0 0 13.5 8H17v8a1 1 0 0 1-1 1h-5.55l-1 1H16a2 2 0 0 0 2-2V7.414a1.5 1.5 0 0 0-.44-1.06l-3.914-3.915A1.5 1.5 0 0 0 12.586 2H8zm8.793 5H13.5a.5.5 0 0 1-.5-.5V3.207L16.793 7zM3.542 11.542a1.85 1.85 0 0 1 2.617 0l.49.49a.5.5 0 0 0 .707 0l.49-.49A1.85 1.85 0 0 1 10.999 13h1.002a2.85 2.85 0 0 0-4.862-2.165l-.136.136l-.137-.136A2.85 2.85 0 0 0 2.004 13h1.002a1.846 1.846 0 0 1 .536-1.458zM5.383 16H3.969l2.68 2.68a.497.497 0 0 0 .707 0l2.68-2.68H8.622l-1.62 1.62L5.384 16zm.567-3.724a.5.5 0 0 0-.895 0L4.193 14H3a.5.5 0 0 0 0 1h1.502a.5.5 0 0 0 .448-.276l.552-1.106l1.053 2.106a.5.5 0 0 0 .847.076l1.155-1.539l.592.593a.5.5 0 0 0 .353.146H11a.5.5 0 1 0 0-1H9.71l-.854-.854a.5.5 0 0 0-.754.054l-1.014 1.353l-1.138-2.277z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })