@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.76 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'EmojiSparkle28Filled',
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: 'M17.321 6.221a3.05 3.05 0 0 1 1.108.907c.22.283.389.602.5.942l.5 1.53a.6.6 0 0 0 .469.404a.6.6 0 0 0 .631-.302l-.004-.006a.62.62 0 0 0 .045-.1l.498-1.529a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.154 3.154 0 0 1-1.998-1.996L20.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.152 3.152 0 0 1-.462.872l-.005-.002a3.155 3.155 0 0 1-1.49 1.081l-1.53.5a.6.6 0 0 0-.106 1.094c.034.02.07.037.107.05l1.531.497c.133.044.262.097.387.158zm4.714 4.62a.356.356 0 0 1 .207-.185l.919-.299a1.892 1.892 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197l.918.299l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.892 1.892 0 0 0-.951.707v.005c-.105.15-.188.314-.246.489l-.3.918a.363.363 0 0 1-.684 0l-.3-.918a1.887 1.887 0 0 0-1.2-1.2l-.919-.3a.362.362 0 0 1-.204-.502zM14 26c6.432 0 11.682-5.06 11.986-11.418a1.362 1.362 0 0 1-2.277-.513l-.3-.914a.9.9 0 0 0-.558-.564l-.943-.306A1.363 1.363 0 0 1 21 11a1.38 1.38 0 0 1 .066-.401a1.6 1.6 0 0 1-2.579-.7l-.5-1.526a2.108 2.108 0 0 0-.519-.843a2.155 2.155 0 0 0-.837-.521l-1.555-.5a1.6 1.6 0 0 1-.776-2.44c.198-.277.478-.485.8-.594l1.513-.491c.3-.104.573-.272.8-.492A12.003 12.003 0 0 0 14 2C7.373 2 2 7.373 2 14s5.373 12 12 12zm3.5-13a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zM12 11.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm-3.672 5.63a.75.75 0 0 1 1.04.195l.009.012l.044.059c.042.054.11.136.203.238c.187.203.472.48.858.757c.768.553 1.93 1.109 3.518 1.109c1.588 0 2.75-.556 3.518-1.109c.386-.277.672-.554.858-.757a4.068 4.068 0 0 0 .248-.297l.007-.01a.75.75 0 0 1 1.24.845l-.002.001v.002l-.003.003l-.007.01l-.009.012l-.013.02a5.508 5.508 0 0 1-.355.428a7.137 7.137 0 0 1-1.088.96C17.424 20.307 15.962 21 14 21c-1.962 0-3.424-.694-4.394-1.391a7.137 7.137 0 0 1-1.088-.962a5.505 5.505 0 0 1-.376-.458l-.008-.01l-.002-.004l-.001-.002l-.001-.001a.75.75 0 0 1 .198-1.042z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})