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