@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Question = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M24 5c-5.55 0-10 4.51-10 10.25a1.5 1.5 0 0 0 3 0A7.06 7.06 0 0 1 24 8c3.83 0 7 3.11 7 7.25 0 1.84-.45 2.85-1.02 3.6-.48.63-1.03 1.09-1.73 1.68l-1 .85a12.25 12.25 0 0 0-3.3 4.37c-.9 2.04-1.45 4.73-1.45 8.5v.25a1.5 1.5 0 0 0 3 0v-.25c0-3.48.51-5.73 1.2-7.28a9.27 9.27 0 0 1 2.54-3.35c.22-.18.46-.38.7-.6.8-.66 1.73-1.43 2.43-2.35 1.01-1.33 1.63-3 1.63-5.42C34 9.51 29.55 5 24 5zM24 42a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5z"
}));
});
Question.displayName = 'Question';
export var QuestionDimensions = {
height: 48,
width: 48
};