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