@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.21 kB
JavaScript
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: 'PumpSoap',
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.63 160H84.37a64 64 0 0 0-63.74 58.21l-20.36 224A64 64 0 0 0 64 512h192a64 64 0 0 0 63.74-69.79l-20.36-224A64 64 0 0 0 235.63 160zM160 416c-33.12 0-60-26.33-60-58.75c0-25 35.7-75.47 52-97.27a10 10 0 0 1 16 .02c16.33 21.8 52 72.27 52 97.27c0 32.4-26.88 58.73-60 58.73zM379.31 94.06L336 50.74A64 64 0 0 0 290.75 32H224a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32v96h128V96h66.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 */
)
])
)
)
}
})