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