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