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