@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.81 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'WeatherHailDay20Filled',
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: 'M11 16.666A.667.667 0 1 1 11 18a.667.667 0 0 1 0-1.334zM8.667 16a.667.667 0 1 1 0 1.333a.667.667 0 0 1 0-1.333zm4.666 0a.667.667 0 1 1 0 1.333a.667.667 0 0 1 0-1.333zM11 6c2.465 0 3.863 1.573 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763C18 13.763 16.714 15 15.128 15H6.872C5.286 15 4 13.763 4 12.237c0-1.526 1.286-2.763 2.872-2.763h.062C7.139 7.56 8.535 6 11 6zM3.803 8.7a.5.5 0 0 1-.227.6l-.083.036l-.801.276a.5.5 0 0 1-.408-.909l.082-.036l.802-.276a.5.5 0 0 1 .635.31zM8.92 4.5c.332.162.625.373.873.62c-1.762.364-3.03 1.533-3.543 3.156l-.065.224l-.046.187l-.165.03a3.76 3.76 0 0 0-1.25.504A3.28 3.28 0 0 1 8.92 4.5zm-6.003.17L3 4.702l.762.371a.5.5 0 0 1-.354.931l-.084-.032l-.762-.371a.5.5 0 0 1 .354-.931zm7.073-2.375a.5.5 0 0 1 .262.585l-.032.084l-.371.762a.5.5 0 0 1-.931-.354l.032-.085l.372-.762a.5.5 0 0 1 .668-.23zM6.2 2.263l.037.082l.276.802a.5.5 0 0 1-.909.407l-.036-.082l-.276-.801a.5.5 0 0 1 .908-.408z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})