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