import React from "react" /** * Region East svg icon with defined properties as per UI * @returns EastSvg JSX */ export const EastSvg = () => { return ( ) }