UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.49 kB
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 28 28' } export default defineComponent({ name: 'Guardian28Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M17.664 10.48a3.5 3.5 0 1 1 3.673-5.96a3.5 3.5 0 0 1-3.673 5.96zM23 19.526a2.247 2.247 0 0 0 1.5 0a2.251 2.251 0 0 0 1.5-2.122V14.73a2.75 2.75 0 0 0-2.75-2.75h-5.82a4.204 4.204 0 0 1 .07.77v4a3.75 3.75 0 0 1-2 3.317v3.7a2.25 2.25 0 0 0 3.75 1.678A2.25 2.25 0 0 0 23 23.768v-4.242zm-7.006-2.616c.004-.053.006-.106.006-.16v-4v-.06A2.751 2.751 0 0 0 13.25 10h-8.5A2.75 2.75 0 0 0 2 12.75v4a2.251 2.251 0 0 0 3 2.122v4.753a2.375 2.375 0 0 0 4 1.732a2.375 2.375 0 0 0 4-1.732v-4.753a2.247 2.247 0 0 0 1.5 0a2.255 2.255 0 0 0 1.494-1.962zM7.062 8.5C7.636 8.819 8.297 9 9 9a3.999 3.999 0 0 0 4-4a4 4 0 1 0-5.938 3.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })