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