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