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