/*************************************************************************** * The contents of this file were generated with Amplify Studio. * * Please refrain from making any modifications to this file. * * Any changes to this file will be overwritten when running amplify pull. * **************************************************************************/ /* eslint-disable */ import React from "react"; import { getOverrideProps } from "@aws-amplify/ui-react/internal"; import { Icon } from "@aws-amplify/ui-react"; export default function AmplifyBorderLogo(props) { const { overrides, ...rest } = props; return ( ); }