@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.86 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: 'Umbrella20Regular',
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: 'M8.513 9.13c.393-.338.906-.63 1.487-.63c.581 0 1.094.292 1.487.63a3.88 3.88 0 0 1 .565.602l.032.046a.5.5 0 0 0 .832 0l.032-.046a3.872 3.872 0 0 1 .565-.603c.393-.337.906-.629 1.487-.629c.581 0 1.094.292 1.487.63a3.88 3.88 0 0 1 .565.602l.032.046A.5.5 0 0 0 18 9.5C18 5.724 14.776 2 10 2S2 5.724 2 9.5a.5.5 0 0 0 .916.278l.032-.046a3.877 3.877 0 0 1 .565-.603C3.906 8.793 4.419 8.5 5 8.5c.581 0 1.094.292 1.487.63a3.877 3.877 0 0 1 .565.602l.032.045a.5.5 0 0 0 .832 0l.032-.045a3.877 3.877 0 0 1 .565-.603zm-5.349-.996C3.817 5.412 6.376 3 10 3s6.183 2.412 6.836 5.134C16.369 7.8 15.744 7.5 15 7.5c-.919 0-1.656.458-2.138.87c-.138.119-.26.237-.362.346a4.813 4.813 0 0 0-.362-.346c-.482-.412-1.219-.87-2.138-.87c-.919 0-1.656.458-2.138.87c-.138.119-.26.237-.362.346a4.813 4.813 0 0 0-.362-.346C6.656 7.958 5.918 7.5 5 7.5c-.744 0-1.37.3-1.836.634zM10 9.5c-.152 0-.32.05-.5.15v6.1a1.25 1.25 0 1 1-2.5 0v-.25a.5.5 0 0 0-1 0v.25a2.25 2.25 0 0 0 4.5 0v-6.1a1.04 1.04 0 0 0-.5-.15z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})