@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.3 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'Guardian24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10.5 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0zm6 5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5zm-3.104.75c.068.238.104.49.104.75v3a2 2 0 0 1-2.5 1.937V20a2 2 0 0 1-3.25 1.561A2 2 0 0 1 4.5 20v-3.563A2 2 0 0 1 2 14.5v-3a2.75 2.75 0 0 1 2.75-2.75h6c1.259 0 2.32.846 2.646 2zm1.029 0h5.325a2.75 2.75 0 0 1 2.75 2.75v1.75a2 2 0 0 1-2.5 1.937V20a2 2 0 0 1-3.25 1.561A2 2 0 0 1 13.5 20v-3.264c.614-.55 1-1.348 1-2.236v-3c0-.257-.026-.508-.075-.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})