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