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