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