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