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