import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { Icon } from '../iconTypes'; const IconGridView = ({ className = '', color = '#444', height = 9, opacity = 1, title, width = 9 }: Icon) => ( ); export default IconGridView;