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