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