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