import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { Icon } from '../iconTypes'; const IconExpiration = ({ className = '', color = '#444444', height = 15, title, width = 14 }: Icon) => ( ); export default IconExpiration;