UNPKG

@vicons/material

Version:

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

33 lines (32 loc) 1.25 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: 'CelebrationFilled', 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.47l5.59-5.59a1.25 1.25 0 0 1 1.77 0l.59.59l1.06-1.06l-.59-.59a2.758 2.758 0 0 0-3.89 0l-5.59 5.59l1.06 1.06zm-4.47-5.65l-.59.59l1.06 1.06l.59-.59a2.758 2.758 0 0 0 0-3.89l-.59-.59l-1.06 1.07l.59.59c.48.48.48 1.28 0 1.76zm7 5l-1.59 1.59l1.06 1.06l1.59-1.59a1.25 1.25 0 0 1 1.77 0l1.61 1.61l1.06-1.06l-1.61-1.61a2.758 2.758 0 0 0-3.89 0zm-2-6l-3.59 3.59l1.06 1.06l3.59-3.59a2.758 2.758 0 0 0 0-3.89l-1.59-1.59l-1.06 1.06l1.59 1.59c.48.49.48 1.29 0 1.77z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })