UNPKG

@vicons/material

Version:

Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)

40 lines (39 loc) 1.28 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'CelebrationSharp', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M2 22l14-5l-9-9zm12.53-9.47L21 6.05l1.48 1.48l1.06-1.06L21 3.93l-7.53 7.53l1.06 1.07zM10.94 6L9.47 7.47l1.06 1.06l2.54-2.54l-2.54-2.53l-1.06 1.07L10.94 6zm8.03 3.97l-3.5 3.5l1.06 1.06L19 12.06l2.5 2.49l1.06-1.06l-3.59-3.52z', fill: 'currentColor' }, null, -1 /* HOISTED */ ), _createElementVNode( 'path', { d: 'M15.97 4.97l-4.5 4.5l1.06 1.06L18.07 5l-3.53-3.53l-1.06 1.06l2.49 2.44z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })