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