MCPcopy Create free account
hub / github.com/R44VC0RP/teslanav.com / LocationPinIcon

Function LocationPinIcon

components/NavigateSearch.tsx:295–301  ·  view source on GitHub ↗
({ className }: { className?: string })

Source from the content-addressed store, hash-verified

293}
294
295function LocationPinIcon({ className }: { className?: string }) {
296 return (
297 <svg className={className} viewBox="0 0 24 24" fill="currentColor">
298 <path fillRule="evenodd" d="M11.54 22.351l.07.04.028.016a.76.76 0 00.723 0l.028-.015.071-.041a16.975 16.975 0 001.144-.742 19.58 19.58 0 002.683-2.282c1.944-1.99 3.963-4.98 3.963-8.827a8.25 8.25 0 00-16.5 0c0 3.846 2.02 6.837 3.963 8.827a19.58 19.58 0 002.682 2.282 16.975 16.975 0 001.145.742zM12 13.5a3 3 0 100-6 3 3 0 000 6z" clipRule="evenodd" />
299 </svg>
300 );
301}
302

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected