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