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.34 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'EmojiSparkle20Filled', 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: 'M14.878.282l.348 1.071a2.205 2.205 0 0 0 1.399 1.397l1.071.348l.021.006a.423.423 0 0 1 0 .798l-1.071.348a2.208 2.208 0 0 0-.707.39l.002.003a2.195 2.195 0 0 0-.69 1.009l-.013.037l-.009.013l-.225.695l-.001.008l-.103.313a.423.423 0 0 1-.155.204a.423.423 0 0 1-.644-.204l-.349-1.071a2.23 2.23 0 0 0-.532-.867a2.224 2.224 0 0 0-.866-.536l-.647-.21l-.424-.134A.423.423 0 0 1 11 3.5v-.003a.423.423 0 0 1 .283-.399l1.071-.348a2.208 2.208 0 0 0 1.377-1.397l.348-1.07a.423.423 0 0 1 .799 0zm4.905 7.931l-.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-.986.999l-.765.248a.3.3 0 0 0-.146.111a.3.3 0 0 0 .146.459l.765.248a1.583 1.583 0 0 1 .62.383a1.575 1.575 0 0 1 .38.617l.25.765s-.001 0 0 0v.002a.302.302 0 0 0 .57 0l.249-.764a1.576 1.576 0 0 1 .999-.999l.765-.248a.303.303 0 0 0 0-.57l-.015-.004zM10 18a8.003 8.003 0 0 0 7.754-6.023a1.299 1.299 0 0 1-1.003-.216a1.312 1.312 0 0 1-.484-.653l-.248-.762a.573.573 0 0 0-.358-.363l-.789-.257a1.299 1.299 0 0 1-.748-1.777a1.4 1.4 0 0 1-.44-.209l-.047-.033l-.025-.02a1.437 1.437 0 0 1-.459-.66l-.347-1.067a1.2 1.2 0 0 0-.356-.534a1.2 1.2 0 0 0-.4-.231l-1.1-.356a1.422 1.422 0 0 1 .024-2.692l.193-.063A8 8 0 1 0 10 18zm-3.552-5.575a.5.5 0 0 1 .707.002a4.011 4.011 0 0 0 5.512.17l.178-.17l.07-.058a.5.5 0 0 1 .697.694l-.057.07l-.204.194a5.011 5.011 0 0 1-6.906-.195a.5.5 0 0 1 .003-.707zM11.5 8.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0zm-5 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })