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