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