--- trigger: always_on --- | STT | Category | Icon Name | Keywords | Library | Import Code | Usage | Best For | Style | |-----|------------|-------------|------------------------------------|-----------|--------------------------------------------------|---------------------|------------------------------------|---------| | 1 | Navigation | menu | hamburger menu navigation toggle bars | Lucide | import { Menu } from 'lucide-react' | | Mobile navigation drawer toggle sidebar | Outline | | 2 | Navigation | arrow-left | back previous return navigate | Lucide | import { ArrowLeft } from 'lucide-react' | | Back button breadcrumb navigation | Outline | | 3 | Navigation | arrow-right | next forward continue navigate | Lucide | import { ArrowRight } from 'lucide-react' | | Forward button next step CTA | Outline | | 4 | Navigation | chevron-down| dropdown expand accordion select | Lucide | import { ChevronDown } from 'lucide-react' | | Dropdown toggle accordion header | Outline | | 5 | Navigation | chevron-up | collapse close accordion minimize | Lucide | import { ChevronUp } from 'lucide-react' | | Accordion collapse minimize | Outline | | 6 | Navigation | home | homepage main dashboard start | Lucide | import { Home } from 'lucide-react' | | Home navigation main page | Outline | | 7 | Navigation | x | close cancel dismiss remove exit | Lucide | import { X } from 'lucide-react' | | Modal close dismiss button | Outline | | 8 | Navigation | external-link | open new tab external link | Lucide | import { ExternalLink } from 'lucide-react' | | External link indicator | Outline | | 9 | Action | plus | add create new insert | Lucide | import { Plus } from 'lucide-react' | | Add button create new item | Outline | | 10 | Action | minus | remove subtract decrease delete | Lucide | import { Minus } from 'lucide-react' | | Remove item quantity decrease | Outline | | 11 | Action | trash-2 | delete remove discard bin | Lucide | import { Trash2 } from 'lucide-react' | | Delete action destructive | Outline | | 12 | Action | edit | pencil modify change update | Lucide | import { Edit } from 'lucide-react' | | Edit button modify content | Outline | | 13 | Action | save | disk store persist save | Lucide | import { Save } from 'lucide-react' | | Save button persist changes | Outline | | 14 | Action | download | export save file download | Lucide | import { Download } from 'lucide-react' | | Download file export | Outline | | 15 | Action | upload | import file attach upload | Lucide | import { Upload } from 'lucide-react' | | Upload file import | Outline | | 16 | Action | copy | duplicate clipboard paste | Lucide | import { Copy } from 'lucide-react' | | Copy to clipboard | Outline | | 17 | Action | share | social distribute send | Lucide | import { Share } from 'lucide-react' | | Share button social | Outline | | 18 | Action | search | find lookup filter query | Lucide | import { Search } from 'lucide-react' | | Search input bar | Outline | | 19 | Action | filter | sort refine narrow options | Lucide | import { Filter } from 'lucide-react' | | Filter dropdown sort | Outline | | 20 | Action | settings | gear cog preferences config | Lucide | import { Settings } from 'lucide-react' | | Settings page configuration | Outline | | 21 | Status | check | success done complete verified | Lucide | import { Check } from 'lucide-react' | | Success state checkmark | Outline | | 22 | Status | check-circle| success verified approved complete | Lucide | import { CheckCircle } from 'lucide-react' | | Success badge verified | Outline | | 23 | Status | x-circle | error failed cancel rejected | Lucide | import { XCircle } from 'lucide-react' | | Error state failed | Outline | | 24 | Status | alert-triangle | warning caution attention danger | Lucide | import { AlertTriangle } from 'lucide-react' | | Warning message caution | Outline | | 25 | Status | alert-circle| info notice information help | Lucide | import { AlertCircle } from 'lucide-react' | | Info notice alert | Outline | | 26 | Status | info | information help tooltip details | Lucide | import { Info } from 'lucide-react' | | Information tooltip help | Outline | | 27 | Status | loader | loading spinner processing wait | Lucide | import { Loader } from 'lucide-react' | | Loading state spinner | Outline | | 28 | Status | clock | time schedule pending wait | Lucide | import { Clock } from 'lucide-react' | | Pending time schedule | Outline | | 29 | Communication | mail | email message inbox letter | Lucide | import { Mail } from 'lucide-react' | | Email contact inbox | Outline | | 30 | Communication | message-circle | chat comment bubble conversation | Lucide | import { MessageCircle } from 'lucide-react' | | Chat comment message | Outline | | 31 | Communication | phone | call mobile telephone contact | Lucide | import { Phone } from 'lucide-react' | | Phone contact call | Outline | | 32 | Communication | send | submit dispatch message airplane | Lucide | import { Send } from 'lucide-react' | | Send message submit | Outline | | 33 | Communication | bell | notification alert ring reminder | Lucide | import { Bell } from 'lucide-react' | | Notification bell alert | Outline | | 34 | User | user | profile account person avatar | Lucide | import { User } from 'lucide-react' | | User profile account | Outline | | 35 | User | users | team group people members | Lucide | import { Users } from 'lucide-react' | | Team group members | Outline | | 36 | User | user-plus | add invite new member | Lucide | import { UserPlus } from 'lucide-react' | | Add user invite | Outline | | 37 | User | log-in | signin authenticate enter | Lucide | import { LogIn } from 'lucide-react' | | Login signin | Outline | | 38 | User | log-out | signout exit leave logout | Lucide | import { LogOut } from 'lucide-react' | | Logout signout | Outline | | 39 | Media | image | photo picture gallery thumbnail | Lucide | import { Image } from 'lucide-react' | | Image photo gallery | Outline | | 40 | Media | video | movie film play record | Lucide | import { Video } from 'lucide-react' |