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