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