@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.23 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: 'GlobeShield20Filled',
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: 'M7.987 4.18a12.213 12.213 0 0 0-.669 2.32h5.364a12.21 12.21 0 0 0-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646 2.149 10.307 2 10 2c-.307 0-.646.149-1.004.517c-.36.37-.707.93-1.009 1.663zm-.096-1.899c-.314.426-.59.941-.828 1.518c-.32.78-.58 1.694-.762 2.701H2.804a8.02 8.02 0 0 1 5.087-4.219zm4.219 0c.313.426.59.941.827 1.518c.32.78.58 1.694.762 2.701h3.497a8.02 8.02 0 0 0-5.087-4.219zM17.602 7.5H13.85c.038.31.07.628.094.952a1.626 1.626 0 0 1 2.205.087c.424.433 1.083.983 1.849 1.269a7.982 7.982 0 0 0-.396-2.308zm-4.76 0c.074.566.123 1.16.145 1.776c-.47.33-1.03.614-1.628.698c-.68.096-1.36.669-1.359 1.526v1H7.158A19.438 19.438 0 0 1 7 10c0-.875.056-1.715.158-2.5h5.684zm-5.524 6H10v.5c0 1.424.454 2.547 1.074 3.409a2.66 2.66 0 0 1-.07.074c-.358.368-.697.517-1.004.517c-.307 0-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.211 12.211 0 0 1-.669-2.32zm.573 4.219A8.02 8.02 0 0 1 2.804 13.5h3.497c.182 1.007.441 1.922.762 2.7c.237.578.514 1.093.828 1.519zM2.398 12.5H6.15A20.524 20.524 0 0 1 6 10c0-.866.052-1.705.15-2.5H2.398A7.993 7.993 0 0 0 2 10c0 .873.14 1.713.398 2.5zm16.103-1.535c-1.37-.193-2.486-1.134-3.066-1.726a.624.624 0 0 0-.87 0c-.58.592-1.695 1.533-3.066 1.726c-.274.038-.499.259-.499.535V14c0 3.468 3.182 4.727 3.87 4.959a.4.4 0 0 0 .26 0C15.818 18.727 19 17.469 19 14v-2.5c0-.276-.225-.497-.499-.535z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})