@vicons/ionicons5
Version:
Vue3 SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
13 lines (12 loc) • 1.12 kB
JavaScript
import { openBlock as _openBlock, createElementBlock as _createElementBlock, createStaticVNode as _createStaticVNode, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 512 512'
}
export default defineComponent({
name: 'DiamondSharp',
render: function render(_ctx, _cache) {
return _openBlock(), _createElementBlock('svg', _hoisted_1, _cache[0] || (_cache[0] = [_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)]))
}
})