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