@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonQuestionMark = /*#__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: "M12.02 14a6.47 6.47 0 0 0 .57 7.76c-.8.16-1.66.24-2.59.24-3.42 0-5.94-1.07-7.49-3.24a2.75 2.75 0 0 1-.5-1.6v-.91C2 15 3 14 4.24 14h7.77zm5.48-2a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm0 7.75a.62.62 0 1 0 0 1.25.62.62 0 0 0 0-1.25zm0-5.88c-1.05 0-1.86.82-1.85 1.96a.5.5 0 1 0 1-.01c0-.58.36-.95.85-.95.47 0 .85.4.85.95 0 .2-.05.35-.22.56l-.1.12-.1.11-.26.3-.14.15c-.38.46-.53.8-.53 1.31a.5.5 0 1 0 1 0c0-.2.06-.36.24-.59l.08-.1.1-.12.27-.29.14-.15c.37-.45.52-.79.52-1.3 0-1.1-.82-1.95-1.85-1.95zM10 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10z"
}));
});
PersonQuestionMark.displayName = 'PersonQuestionMark';
export var PersonQuestionMarkDimensions = {
height: 24,
width: 24
};