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