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