@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.64 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: 'WeatherThunderstorm24Filled',
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.76 13.204a.75.75 0 0 1 .056 1.059l-1.111 1.236h2.276a.75.75 0 0 1 .587 1.218l-3.212 4.031a.75.75 0 0 1-1.173-.934l2.242-2.815h-2.403a.75.75 0 0 1-.558-1.251L12.7 13.26a.75.75 0 0 1 1.06-.056zm-.758-8.195c3.168 0 4.966 2.097 5.227 4.63h.08a3.687 3.687 0 0 1 3.692 3.683a3.687 3.687 0 0 1-3.692 3.682h-1.747c.543-1.113-.252-2.505-1.58-2.505h-.136a1.75 1.75 0 0 0-2.89-1.907l-2.235 2.487a1.728 1.728 0 0 0-.277 1.926h-1.75a3.687 3.687 0 0 1-3.692-3.683a3.687 3.687 0 0 1 3.692-3.683h.08c.263-2.55 2.06-4.63 5.228-4.63zM10 2c1.617 0 3.05.815 3.9 2.062a7.496 7.496 0 0 0-.898-.053c-2.994 0-5.171 1.677-5.937 4.213l-.068.24l-.058.238l-.206.039a4.681 4.681 0 0 0-3.449 3.045a3.282 3.282 0 0 1 1.812-5.881l.257-.006A4.72 4.72 0 0 1 10 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})