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