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