@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.65 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'WeatherSunnyLow48Regular',
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: 'M24 13.08c6.03 0 10.92 4.89 10.92 10.92c0 .683-.064 1.351-.184 2h8.014a1.25 1.25 0 1 1 0 2.5H5.25a1.25 1.25 0 0 1 0-2.5h8.013a10.983 10.983 0 0 1-.183-2c0-6.03 4.89-10.92 10.92-10.92zM15.82 26h16.36a8.42 8.42 0 1 0-16.36 0zM11.504 9.804l.102.091l2.148 2.148a1.25 1.25 0 0 1-1.666 1.859l-.102-.091l-2.148-2.148a1.25 1.25 0 0 1 1.666-1.859zm26.639.091a1.25 1.25 0 0 1 .091 1.666l-.091.102l-2.148 2.148a1.25 1.25 0 0 1-1.859-1.666l.091-.102l2.148-2.148a1.25 1.25 0 0 1 1.768 0zM24 3.997c.648 0 1.18.492 1.244 1.122l.006.128v3.038a1.25 1.25 0 0 1-2.493.127l-.007-.127V5.247c0-.69.56-1.25 1.25-1.25zM21.25 38a1.25 1.25 0 1 0 0 2.5h5.5a1.25 1.25 0 0 0 0-2.5h-5.5zM12 33.25c0-.69.56-1.25 1.25-1.25h21.5a1.25 1.25 0 1 1 0 2.5h-21.5c-.69 0-1.25-.56-1.25-1.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})