@vicons/ionicons5
Version:
Vue3 SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
15 lines (14 loc) • 1.12 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: 'DiamondSharp',
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="M396.31 32H264l84.19 112.26L396.31 32z" fill="currentColor"></path><path d="M115.69 32l48.12 112.26L248 32H115.69z" fill="currentColor"></path><path d="M256 74.67L192 160h128l-64-85.33z" fill="currentColor"></path><path d="M422.95 51.06L376.26 160H488L422.95 51.06z" fill="currentColor"></path><path d="M89.05 51.06L23 160h112.74L89.05 51.06z" fill="currentColor"></path><path d="M146.68 192H24l222.8 288h.53L146.68 192z" fill="currentColor"></path><path d="M365.32 192L264.67 480h.53L488 192H365.32z" fill="currentColor"></path><path d="M329.39 192H182.61L256 400l73.39-208z" fill="currentColor"></path>', 8)]))
}
})