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