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