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