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