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