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