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.79 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: 'Guardian28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9 9a4 4 0 1 0 0-8a4 4 0 0 0 0 8zm0-1.5a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5zM19.5 11a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7zm0-1.5a2 2 0 1 1 0-4a2 2 0 0 1 0 4zm-4 8.664a2.246 2.246 0 0 1-2.5.708v4.753a2.375 2.375 0 0 1-4 1.732a2.375 2.375 0 0 1-4-1.732v-4.753a2.25 2.25 0 0 1-3-2.122v-4A2.75 2.75 0 0 1 4.75 10h8.5c1.252 0 2.308.836 2.64 1.98h7.36A2.75 2.75 0 0 1 26 14.73v2.674a2.25 2.25 0 0 1-3 2.122v4.242a2.25 2.25 0 0 1-3.75 1.677a2.25 2.25 0 0 1-3.75-1.677v-5.604zm.5-4.684v2.813A.75.75 0 0 1 17 17v6.768a.75.75 0 0 0 1.5 0v-3.63a.75.75 0 1 1 1.5 0v3.63a.75.75 0 0 0 1.5 0v-7.951a.75.75 0 0 1 1.5 0v1.587a.75.75 0 0 0 1.5 0V14.73c0-.69-.56-1.25-1.25-1.25H16zm-4.5.217a.75.75 0 1 1 1.5 0v3.053a.75.75 0 0 0 1.5 0v-4c0-.69-.56-1.25-1.25-1.25h-8.5c-.69 0-1.25.56-1.25 1.25v4a.75.75 0 0 0 1.5 0v-3.152a.75.75 0 0 1 1.5 0v10.027a.875.875 0 0 0 1.75 0V19.75a.75.75 0 0 1 1.5 0v3.875a.875.875 0 0 0 1.75 0v-9.928z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })