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