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