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