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