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