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