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