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.38 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Incognito24Filled', 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.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 */ ) ]) ) ) } })