@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.02 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'EmojiSparkle16Regular',
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: 'M13.798 2.217l-.015-.004l-.765-.248a1.578 1.578 0 0 1-1-.999L11.77.202a.302.302 0 0 0-.57 0l-.25.764a1.576 1.576 0 0 1-.983.999l-.594.193H9.37l-.172.055a.3.3 0 0 0-.146.111a.3.3 0 0 0 .146.459l.767.249l.083.03l.008.002a1.579 1.579 0 0 1 .88.889l.03.08l.248.765A.302.302 0 0 0 11.5 5h.004a.302.302 0 0 0 .281-.202l.249-.764a1.576 1.576 0 0 1 .999-.999l.765-.248a.303.303 0 0 0 0-.57zm1.416 3.355l.612.199l.013.003a.242.242 0 0 1 0 .455l-.613.2a1.262 1.262 0 0 0-.799.798l-.199.612a.241.241 0 0 1-.235.16a.238.238 0 0 1-.224-.16l-.2-.612a1.264 1.264 0 0 0-.8-.8l-.024-.008l-.001-.003l-.583-.19a.242.242 0 0 1 0-.455l.613-.2a1.261 1.261 0 0 0 .787-.798l.199-.612a.242.242 0 0 1 .456 0l.199.612a1.26 1.26 0 0 0 .799.799zM8.059 2.893a1.3 1.3 0 0 0 .04.108L8 3a5 5 0 1 0 4.98 5.455a1.24 1.24 0 0 0 .938.542A6.002 6.002 0 0 1 2 8a6 6 0 0 1 6.097-6a1.3 1.3 0 0 0-.038.893zM6.25 7.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm-.114 1.917a.5.5 0 1 0-.745.667A3.493 3.493 0 0 0 8 11.5a3.493 3.493 0 0 0 2.609-1.166a.5.5 0 0 0-.745-.667A2.492 2.492 0 0 1 8 10.5c-.74 0-1.405-.321-1.864-.833zM10.5 7A.75.75 0 1 1 9 7a.75.75 0 0 1 1.5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})