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