@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.62 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'DocumentHeartPulse20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12 2v4.5A1.5 1.5 0 0 0 13.5 8H18v8.5a1.5 1.5 0 0 1-1.5 1.5H9.451l2.427-2.427a3.85 3.85 0 0 0-4.875-5.916A3.824 3.824 0 0 0 6 9.175V3.5A1.5 1.5 0 0 1 7.5 2H12zm1 .25V6.5a.5.5 0 0 0 .5.5h4.25L13 2.25zm-5.863 8.585A2.85 2.85 0 0 1 11.999 13h-1.877l-.56-.56a1.5 1.5 0 0 0-2.262.16l-.161.215l-.352-.587a1.5 1.5 0 0 0-2.535-.06L3.698 13H2.002a2.85 2.85 0 0 1 4.862-2.165l.137.136l.136-.136zM3.967 16l2.68 2.68a.5.5 0 0 0 .707 0l2.68-2.68H8.5l-.3.4a1.5 1.5 0 0 1-2.486-.128L5.551 16H3.967zm1.962-3.257a.5.5 0 0 0-.845-.02L4.233 14H3a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 .417-.223l.561-.842l1.094 1.822a.5.5 0 0 0 .828.043l1.155-1.539l.592.593A.5.5 0 0 0 9.5 15H11a.5.5 0 0 0 0-1H9.709l-.854-.854a.5.5 0 0 0-.754.054l-1.053 1.405l-1.118-1.862z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})