@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.88 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: 'Umbrella24Regular',
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: 'M10.248 10.912c.473-.398 1.077-.733 1.752-.733s1.28.335 1.752.733a4.603 4.603 0 0 1 .675.71l.036.05a.748.748 0 0 0 1.241-.001a4.605 4.605 0 0 1 .71-.758c.473-.4 1.077-.734 1.753-.734c.675 0 1.279.335 1.751.733c.231.195.414.391.538.538l.173.22A.75.75 0 0 0 22 11.25C22 6.575 17.953 2 12 2S2 6.575 2 11.25a.75.75 0 0 0 1.37.42l.174-.22c.124-.147.307-.343.538-.537c.472-.4 1.076-.734 1.751-.734c.676 0 1.28.335 1.752.733a4.606 4.606 0 0 1 .71.759a.752.752 0 0 0 1.242 0l.036-.05a4.61 4.61 0 0 1 .675-.71zM3.793 9.278C4.713 6.185 7.743 3.5 12 3.5c4.257 0 7.287 2.685 8.207 5.778c-.55-.332-1.24-.6-2.04-.6c-1.175 0-2.113.576-2.72 1.088a6.008 6.008 0 0 0-.364.335a5.978 5.978 0 0 0-.364-.335C14.113 9.254 13.175 8.68 12 8.68c-1.175 0-2.112.575-2.72 1.087a5.99 5.99 0 0 0-.363.335a5.994 5.994 0 0 0-.365-.335C7.946 9.254 7.008 8.68 5.833 8.68c-.8 0-1.49.267-2.04.599zm8.207 1.9c-.236 0-.49.083-.75.24V19a1.5 1.5 0 1 1-3 0v-.25a.75.75 0 0 0-1.5 0V19a3 3 0 1 0 6 0v-7.582c-.26-.157-.514-.24-.75-.24z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})