UNPKG

@vicons/fa

Version:

Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)

33 lines (32 loc) 1.39 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 384 512' } exports.default = (0, vue_1.defineComponent)({ name: 'PumpMedical', 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)( 'path', { d: 'M235.51 159.82H84.24A64 64 0 0 0 20.51 218L.14 442a64 64 0 0 0 63.74 69.8h192a64 64 0 0 0 63.73-69.8l-20.37-224a64 64 0 0 0-63.73-58.18zm4.37 173.33a13.35 13.35 0 0 1-13.34 13.34h-40v40a13.33 13.33 0 0 1-13.33 13.33h-26.67a13.33 13.33 0 0 1-13.33-13.33v-40h-40a13.34 13.34 0 0 1-13.33-13.34v-26.66a13.33 13.33 0 0 1 13.33-13.34h40v-40a13.33 13.33 0 0 1 13.33-13.33h26.67a13.33 13.33 0 0 1 13.33 13.33v40h40a13.34 13.34 0 0 1 13.34 13.34zM379.19 93.88l-43.32-43.32a64 64 0 0 0-45.24-18.74h-66.75a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32v96h128v-32h66.75l43.31 43.31a16 16 0 0 0 22.63 0l22.62-22.62a16 16 0 0 0 0-22.63z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })