by BentLo Labs
Brand colors: Gunmetal (#2a3439) - Ivory (#fffff0)
by BentLo Labs
Large (80px)
Medium (64px)
Small (48px)
Tiny (32px)
96px
64px
48px
32px
24px
16px
by BentLo Labs
by BentLo Labs
by BentLo Labs
Track what matters. Remember when it happened.
iOS/Android app icon
Offset L/T design for brand recognition
Primary Font: Inter (Bold 700-800)
Letter Spacing: Tight for L/T (-0.05em), Normal for other letters (0.02em)
Case: All caps for brand consistency
// Full logo with byline
import LastTimeLogo from '@/components/BentLo/icons/LastTimeLogo';
<LastTimeLogo variant="full" showByline={true} />
// Compact logo (offset L/T)
<LastTimeLogo variant="compact" className="h-16 w-16" />
// Icon only (for favicons, avatars)
import LastTimeIcon from '@/components/BentLo/icons/LastTimeIcon';
<LastTimeIcon size={64} />
// Wordmark (text only)
import LastTimeWordmark from '@/components/BentLo/icons/LastTimeWordmark';
<LastTimeWordmark theme="dark" showByline={true} />