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