@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.51 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Guardian48Filled',
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: 'M17.794 16.5a5.5 5.5 0 1 0-4.59-9.998a5.5 5.5 0 0 0 4.59 9.998zm10.703 9.004l.003.246V29c0 .049 0 .098-.002.147A5.976 5.976 0 0 1 27 32.969V39.5a3.5 3.5 0 0 0 5.75 2.681A3.5 3.5 0 0 0 38.5 39.5v-5.738a3.5 3.5 0 0 0 2 0a3.502 3.502 0 0 0 2.5-3.355v-3.63A4.778 4.778 0 0 0 38.222 22H27.708a9.186 9.186 0 0 1 .789 3.504zm2.32-6.004c.66.32 1.4.5 2.183.5a5 5 0 1 0-2.182-.5zm-5.794 2.75c.62 1.02.977 2.218.977 3.5V29l-.001.083a3.504 3.504 0 0 1-4.499 3.272v7.003a3.625 3.625 0 0 1-6 2.739a3.625 3.625 0 0 1-6-2.739v-7.003a3.5 3.5 0 0 1-2 0A3.502 3.502 0 0 1 5 29v-3.25A6.75 6.75 0 0 1 11.75 19h7.5a6.743 6.743 0 0 1 5.773 3.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})