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