UNPKG

@vicons/material

Version:

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

42 lines (41 loc) 1.29 kB
'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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'CelebrationSharp', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.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 */ ), (0, vue_1.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 */ ) ]) ) ) } })