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