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