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