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