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.24 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'EmojiSparkle48Regular', 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: 'M32.39 11.608a5.36 5.36 0 0 1 1.295 2.106l.846 2.6a1.027 1.027 0 0 0 1.938 0l.846-2.6a5.357 5.357 0 0 1 3.397-3.394l2.602-.845a1.028 1.028 0 0 0 0-1.937l-.052-.013l-2.602-.845a5.362 5.362 0 0 1-3.397-3.394l-.846-2.6a1.027 1.027 0 0 0-1.939 0l-.845 2.6l-.022.064a5.357 5.357 0 0 1-3.322 3.33l-2.603.845a1.028 1.028 0 0 0 0 1.937l2.602.845a5.36 5.36 0 0 1 2.103 1.301zm13.841 6.928l1.378.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377a.504.504 0 0 1-.016.04v.009a.544.544 0 0 1-1.01-.039l-.448-1.377a2.837 2.837 0 0 0-1.357-1.61l-.003-.015a2.844 2.844 0 0 0-.438-.188l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448a2.839 2.839 0 0 0 1.77-1.796l.448-1.377a.544.544 0 0 1 1.027 0l.448 1.377a2.834 2.834 0 0 0 1.797 1.796zM25.682 6.58A17.714 17.714 0 0 0 24 6.5C14.335 6.5 6.5 14.335 6.5 24S14.335 41.5 24 41.5c9.332 0 16.957-7.304 17.472-16.507a2.543 2.543 0 0 0 2.432.978C42.914 36.09 34.381 44 24 44C12.954 44 4 35.046 4 24S12.954 4 24 4c1.948 0 3.83.278 5.61.797l-2.542.826a3.045 3.045 0 0 0-1.386.957zM20 19.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0zM30.5 22a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5zM18.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 */ ) ]) ) ) } })