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