@vicons/ionicons5
Version:
Vue3 SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
15 lines (14 loc) • 1.25 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: 'CashSharp',
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="M48 368h416v32H48z" fill="currentColor"></path><path d="M80 416h352v32H80z" fill="currentColor"></path><path d="M480 176a96.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-96h16v-64zM256 304a96 96 0 1 1 96-96a96.11 96.11 0 0 1-96 96z" fill="currentColor"></path><path d="M96 80V64H16v80h16a64.07 64.07 0 0 0 64-64z" fill="currentColor"></path><path d="M32 272H16v80h80v-16a64.07 64.07 0 0 0-64-64z" fill="currentColor"></path><path d="M480 144h16V64h-80v16a64.07 64.07 0 0 0 64 64z" fill="currentColor"></path><path d="M416 336v16h80v-80h-16a64.07 64.07 0 0 0-64 64z" fill="currentColor"></path><circle cx="256" cy="208" r="64" fill="currentColor"></circle>', 8)]))
}
})