import React, { FC } from "react"; import styled from "styled-components"; const Flo: FC = () => { return ( ); } const Wrapper = styled.svg` position: absolute; top: 0; right: 0; width: 17vw; z-index: 5; `; export default Flo;