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