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