@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.97 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: 'GlobeShield24Filled',
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.904 16.5H12v.5c0 1.728.591 3.072 1.383 4.09c-.438.584-.911.909-1.383.909c-1.197 0-2.4-2.094-3.038-5.204l-.058-.294zm-.23-1.5H12v-1.5c0-.849.676-1.452 1.41-1.519c.773-.07 1.484-.33 2.083-.64a25.63 25.63 0 0 0-.068-1.34h-6.85l-.033.488A25.987 25.987 0 0 0 8.674 15zm13.128-5c.124.612.192 1.244.199 1.89c-1.33-.286-2.416-1.072-2.965-1.543a1.576 1.576 0 0 0-.707-.346h3.473zM3.066 16.501h4.306c.364 2.082.983 3.854 1.792 5.093a10.029 10.029 0 0 1-5.952-4.814l-.146-.279zm-.867-6.5h4.87a28.211 28.211 0 0 0 .033 4.42l.057.58H2.456a10.047 10.047 0 0 1-.258-5zm12.745-7.424l-.108-.17A10.027 10.027 0 0 1 21.372 8.5h-4.59c-.316-2.416-.957-4.492-1.838-5.923zm-5.902-.133l.122-.037C8.283 3.757 7.628 5.736 7.28 8.06l-.062.44H2.63a10.028 10.028 0 0 1 6.413-6.057zM12 2.002c1.319 0 2.646 2.542 3.214 6.183l.047.315H8.739C9.28 4.691 10.644 2.002 12 2.002zm10.5 10.975c-1.907-.172-3.434-1.287-4.115-1.87a.6.6 0 0 0-.77 0c-.681.583-2.209 1.698-4.115 1.87a.538.538 0 0 0-.5.523V17c0 4.223 4.094 5.716 4.873 5.962a.42.42 0 0 0 .255 0C18.907 22.716 23 21.222 23 17v-3.5a.538.538 0 0 0-.5-.523z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})