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