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