@@ -35,6 +35,7 @@ import {
3535 GlobeAltIcon ,
3636 HandRaisedIcon ,
3737 HeartIcon ,
38+ HomeIcon ,
3839 KeyIcon ,
3940 LightBulbIcon ,
4041 ListBulletIcon ,
@@ -50,6 +51,7 @@ import {
5051 UserGroupIcon ,
5152 UserIcon ,
5253 UserPlusIcon ,
54+ WindowIcon ,
5355 WrenchScrewdriverIcon ,
5456 XCircleIcon ,
5557 XMarkIcon ,
@@ -75,6 +77,8 @@ const icons = {
7577 background : ( className : string ) => < CloudIcon className = { cn ( "text-sky-400" , className ) } /> ,
7678 beaker : ( className : string ) => < BeakerIcon className = { cn ( "text-purple-500" , className ) } /> ,
7779 billing : ( className : string ) => < CreditCardIcon className = { cn ( "text-teal-500" , className ) } /> ,
80+
81+ browser : ( className : string ) => < WindowIcon className = { cn ( "text-dimmed" , className ) } /> ,
7882 calendar : ( className : string ) => (
7983 < CalendarDaysIcon className = { cn ( "text-purple-500" , className ) } />
8084 ) ,
@@ -111,6 +115,7 @@ const icons = {
111115 < HandRaisedIcon className = { cn ( "text-amber-400" , className ) } />
112116 ) ,
113117 heart : ( className : string ) => < HeartIcon className = { cn ( "text-rose-500" , className ) } /> ,
118+ house : ( className : string ) => < HomeIcon className = { cn ( "text-dimmed" , className ) } /> ,
114119 id : ( className : string ) => < FingerPrintIcon className = { cn ( "text-rose-200" , className ) } /> ,
115120 inactive : ( className : string ) => < XCircleIcon className = { cn ( "text-rose-500" , className ) } /> ,
116121 info : ( className : string ) => < InformationCircleIcon className = { cn ( "text-blue-500" , className ) } /> ,
0 commit comments