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