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