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