Repository URL to install this package:
|
Version:
2.0.4 ▾
|
@skava/ui
/
src
/
components
/
atoms
/
Icons
/
GridViewIcon
/
GridViewLargeIcon
/
GridViewLargeIcon.d.ts
|
|---|
import React from 'react';
import { DefaultProps } from '../../typings';
interface Props extends DefaultProps {
}
declare class GridViewLargeIcon extends React.PureComponent<Props> {
static defaultProps: {
width: string;
height: string;
viewBox: string;
fill: string;
};
render(): JSX.Element;
}
export { GridViewLargeIcon };
export default GridViewLargeIcon;