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