@vicons/ionicons5
Version:
Vue3 SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
15 lines (14 loc) • 1.1 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 512 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ColorWandSharp',
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="M133.441 200.647l67.197-67.196l78.142 78.142l-67.196 67.196z" fill="currentColor"></path><path d="M301.41 234.21l-67.19 67.2L412 480l68-68l-178.59-177.79z" fill="currentColor"></path><path d="M32 176h80v32H32z" fill="currentColor"></path><path d="M67.624 90.25l22.627-22.628l56.569 56.569l-22.627 22.627z" fill="currentColor"></path><path d="M176 32h32v80h-32z" fill="currentColor"></path><path d="M237.32 124.195l56.569-56.569l22.627 22.627l-56.569 56.569z" fill="currentColor"></path><path d="M67.62 293.887l56.569-56.569l22.627 22.627l-56.569 56.569z" fill="currentColor"></path>', 7)]))
}
})