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