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