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