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