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