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