Merge remote-tracking branch 'origin/main' into prospector/disclosures-frontend

This commit is contained in:
Prospector
2026-08-07 18:12:40 -07:00
77 changed files with 3592 additions and 3498 deletions
+2
View File
@@ -186,6 +186,7 @@ import _LogInIcon from './icons/log-in.svg?component'
import _LogOutIcon from './icons/log-out.svg?component'
import _MailIcon from './icons/mail.svg?component'
import _ManageIcon from './icons/manage.svg?component'
import _MapPinIcon from './icons/map-pin.svg?component'
import _MaximizeIcon from './icons/maximize.svg?component'
import _MegaphoneIcon from './icons/megaphone.svg?component'
import _MemoryStickIcon from './icons/memory-stick.svg?component'
@@ -624,6 +625,7 @@ export const LogInIcon = _LogInIcon
export const LogOutIcon = _LogOutIcon
export const MailIcon = _MailIcon
export const ManageIcon = _ManageIcon
export const MapPinIcon = _MapPinIcon
export const MaximizeIcon = _MaximizeIcon
export const MegaphoneIcon = _MegaphoneIcon
export const MemoryStickIcon = _MemoryStickIcon
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin-icon lucide-map-pin"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"/><circle cx="12" cy="10" r="3"/></svg>

After

Width:  |  Height:  |  Size: 380 B