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