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