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