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