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