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