@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Incognito = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m18.12 4.61 2.11 4.64c.41.08.82.17 1.2.27a.75.75 0 1 1-.36 1.45c-.48-.12-.98-.23-1.5-.33a44.74 44.74 0 0 0-15.14 0c-.52.1-1.02.21-1.5.33a.75.75 0 1 1-.36-1.45c.39-.1.79-.2 1.2-.27l2.1-4.64A2.75 2.75 0 0 1 8.39 3h7.24c1.08 0 2.06.63 2.5 1.61ZM3.5 16.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm3-4.5a4.5 4.5 0 1 0 4.39 5.5h2.22a4.5 4.5 0 1 0-.08-1.5h-2.06a4.5 4.5 0 0 0-4.47-4Zm8 4.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z"
}));
});
Incognito.displayName = 'Incognito';
export var IncognitoDimensions = {
height: 24,
width: 24
};