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