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