Repository URL to install this package:
|
Version:
2.0.4 ▾
|
import React from 'react';
declare class QuestionIcon extends React.PureComponent {
static defaultProps: {
width: string;
height: string;
viewBox: string;
};
render(): JSX.Element;
}
export { QuestionIcon };
export default QuestionIcon;