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