import * as React from 'react'; export interface Favorite16Props extends React.SVGProps { ariaLabel?: string } export default function Favorite16({ ariaLabel, ...props }: Favorite16Props) { return ( ); }