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.37 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 24 24' } export default defineComponent({ name: 'Incognito24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M17.5 11.75a4.75 4.75 0 1 1-4.507 6.253h-1.986A4.752 4.752 0 0 1 1.75 16.5a4.75 4.75 0 0 1 9.474-.5h1.552a4.75 4.75 0 0 1 4.724-4.25zm-11 2a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5zm11 0a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5zM15.512 3a2.75 2.75 0 0 1 2.634 1.96l1.006 3.35c.793.133 1.568.288 2.327.467a1 1 0 1 1-.458 1.946c-2.756-.648-5.762-.973-9.021-.973c-3.259 0-6.265.325-9.021.973a1 1 0 0 1-.458-1.946a35.877 35.877 0 0 1 2.326-.466L5.854 4.96A2.75 2.75 0 0 1 8.488 3h7.024z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })