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