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