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