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