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