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