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