const Shield = () => ( <svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" fill="none"> <path stroke="#171717" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M10 8v2m0 4h.01m8.608-9.016A11.955 11.955 0 0 1 10 1.944a11.955 11.955 0 0 1-8.618 3.04A12.02 12.02 0 0 0 1 8c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016Z" /> </svg> ); export default Shield;