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