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