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