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