Repository URL to install this package:
|
Version:
2.0.4 ▾
|
import React from 'react';
import { DefaultProps } from 'icons/typings';
interface Props extends DefaultProps {
}
declare class ListViewIcon extends React.PureComponent<Props> {
static defaultProps: {
width: string;
height: string;
viewBox: string;
};
render(): JSX.Element;
}
export { ListViewIcon };
export default ListViewIcon;