UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.27 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: 'EmojiSparkle24Regular', 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)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M16.088 6.412a2.844 2.844 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l.71-.231l-.003-.001l.67-.218a2.823 2.823 0 0 0 1.76-1.76l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.835 2.835 0 0 0 1.799 1.796l1.377.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.839 2.839 0 0 0-.502.222l.004.005a2.837 2.837 0 0 0-1.07 1.063l-.003-.003a2.833 2.833 0 0 0-.227.51l-.448 1.376a.544.544 0 0 1-1.026 0l-.448-1.377a2.837 2.837 0 0 0-.45-.848zm7.695 3.801l-.766-.248a1.577 1.577 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.576 1.576 0 0 1-.721.88h-.004v.002c-.082.046-.169.086-.259.117l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.578 1.578 0 0 1 .998.999l.249.765a.3.3 0 0 0 .111.149a.302.302 0 0 0 .46-.147l.249-.764a1.576 1.576 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57l-.015-.004zm-3.036 3.549a1.311 1.311 0 0 1-.357-.382a8.501 8.501 0 1 1-8.03-9.875a1.55 1.55 0 0 1 .694-.472l1.36-.442c.14-.048.273-.113.397-.192c-.892-.261-1.835-.4-2.811-.4c-5.524-.001-10.002 4.477-10.002 10c0 5.524 4.478 10.002 10.002 10.002c4.85 0 8.895-3.453 9.808-8.036a1.3 1.3 0 0 1-1.061-.203zM12 16.502c-1.399 0-2.69-.641-3.539-1.72a.75.75 0 0 0-1.178.93A5.991 5.991 0 0 0 12 18.001c1.86 0 3.58-.854 4.712-2.285a.75.75 0 0 0-1.178-.93A4.491 4.491 0 0 1 12 16.501zM10.25 10a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0zm6 0a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })