Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
dist
/
typings
/
src
/
components
/
atoms
/
Icons
/
QuestionIcon
/
QuestionIcon.d.ts
|
|---|
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;