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