UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.5 kB
'use strict' 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Guardian28Filled', 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.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 */ ) ]) ) ) } })