@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.42 kB
JavaScript
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: 'EmojiSparkle24Filled',
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.74 5.457A2.839 2.839 0 0 1 16.54 7.26l.448 1.377A.544.544 0 0 0 18 8.671l.001-.003l.012-.021l.049-.151l-.001-.005l.4-1.23c.128-.385.336-.737.611-1.033l.013-.007a2.875 2.875 0 0 1 .676-.53l-.004-.005c.16-.09.327-.164.502-.222l1.378-.448a.544.544 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796L17.986.363a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.835 2.835 0 0 1-1.76 1.76l-1.377.448a.543.543 0 0 0 0 1.027l1.378.448zm9.043 4.756l-.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-.984.999l-.096.03h-.004l-.667.217a.3.3 0 0 0-.202.286a.3.3 0 0 0 .204.285l.763.248a1.578 1.578 0 0 1 .83.643c.07.11.128.23.17.357l.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-.004zM12 22.001c4.85 0 8.895-3.453 9.808-8.036a1.3 1.3 0 0 1-1.545-.856l-.248-.762a.573.573 0 0 0-.358-.363l-.79-.257a1.301 1.301 0 0 1-.692-1.881a1.546 1.546 0 0 1-2.14-.9l-.447-1.373a1.814 1.814 0 0 0-.443-.721a1.843 1.843 0 0 0-.714-.444l-1.4-.455a1.544 1.544 0 0 1 .023-2.92l1.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.002zm-4.592-7.343a.75.75 0 0 1 1.053.125A4.492 4.492 0 0 0 12 16.5a4.491 4.491 0 0 0 3.534-1.714a.75.75 0 1 1 1.178.93A5.991 5.991 0 0 1 12 18a5.991 5.991 0 0 1-4.717-2.29a.75.75 0 0 1 .125-1.053zM7.751 10a1.25 1.25 0 1 1 2.498 0a1.25 1.25 0 0 1-2.498 0zm6 0a1.25 1.25 0 1 1 2.498 0a1.25 1.25 0 0 1-2.498 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})