@vicons/ionicons5
Version:
Vue3 SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
15 lines (14 loc) • 1.38 kB
JavaScript
'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 512 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Cash',
render: function render(_ctx, _cache) {
return (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)('svg', _hoisted_1, _cache[0] || (_cache[0] = [(0, vue_1.createStaticVNode)('<path d="M448 400H64a16 16 0 0 1 0-32h384a16 16 0 0 1 0 32z" fill="currentColor"></path><path d="M416 448H96a16 16 0 0 1 0-32h320a16 16 0 0 1 0 32z" fill="currentColor"></path><path d="M32 272H16v48a32 32 0 0 0 32 32h48v-16a64.07 64.07 0 0 0-64-64z" fill="currentColor"></path><path d="M480 240h16v-64h-16a96.11 96.11 0 0 1-96-96V64H128v16a96.11 96.11 0 0 1-96 96H16v64h16a96.11 96.11 0 0 1 96 96v16h256v-16a96.11 96.11 0 0 1 96-96zm-224 64a96 96 0 1 1 96-96a96.11 96.11 0 0 1-96 96z" fill="currentColor"></path><circle cx="256" cy="208" r="64" fill="currentColor"></circle><path d="M416 336v16h48a32 32 0 0 0 32-32v-48h-16a64.07 64.07 0 0 0-64 64z" fill="currentColor"></path><path d="M480 144h16V96a32 32 0 0 0-32-32h-48v16a64.07 64.07 0 0 0 64 64z" fill="currentColor"></path><path d="M96 80V64H48a32 32 0 0 0-32 32v48h16a64.07 64.07 0 0 0 64-64z" fill="currentColor"></path>', 8)]))
}
})