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