UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 2.33 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 48 48' } export default defineComponent({ name: 'EmojiSparkle48Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M32.833 12.112a5.36 5.36 0 0 0-2.545-1.803l-2.6-.845a1.027 1.027 0 0 1-.5-.377a1.027 1.027 0 0 1 .498-1.562l2.602-.845a5.362 5.362 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.027 1.027 0 0 1 1.94 0l.845 2.6A5.356 5.356 0 0 0 40.66 6.68l2.602.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.602.845a5.361 5.361 0 0 0-3.397 3.394l-.846 2.6a1.027 1.027 0 0 1-1.563.497a1.027 1.027 0 0 1-.375-.497l-.846-2.6a5.354 5.354 0 0 0-.852-1.602zm6.267 7.07a.543.543 0 0 0-.087.196a.543.543 0 0 0 .348.644l1.378.448a2.839 2.839 0 0 1 1.8 1.8l.448 1.377a.545.545 0 0 0 1.01.039v-.01a.504.504 0 0 0 .016-.039l.448-1.377a2.837 2.837 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.839 2.839 0 0 1-1.797-1.796l-.448-1.377a.544.544 0 0 0-1.027 0l-.448 1.377a2.835 2.835 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0-.263.198zM24 44C12.954 44 4 35.046 4 24S12.954 4 24 4c1.948 0 3.83.278 5.61.797l-2.542.826a3.026 3.026 0 0 0-.047 5.721l2.65.862a3.365 3.365 0 0 1 2.11 2.126l.845 2.593a3.031 3.031 0 0 0 4.589 1.533A2.544 2.544 0 0 0 38.7 21.9l1.424.463a.836.836 0 0 1 .516.527l.446 1.37a2.543 2.543 0 0 0 2.818 1.71C42.914 36.093 34.381 44 24 44zm-6.5-22a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5zM33 19.5a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0zM18.452 34.681A11.718 11.718 0 0 0 24 36a11.718 11.718 0 0 0 9.816-5.1a1.249 1.249 0 1 0-2.13-1.307A9.212 9.212 0 0 1 24 33.5a9.22 9.22 0 0 1-7.687-3.907a1.248 1.248 0 1 0-2.13 1.307a11.718 11.718 0 0 0 4.269 3.781z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })