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