import type { SVGProps } from "react"; import * as React from "react"; const SvgSparkles = (props: SVGProps) => ( ); export default SvgSparkles;