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