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