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