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