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