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