// This file is generated by yarn run build:icons

export type IconName =
  | "activity"
  | "arrow-down"
  | "arrow-left"
  | "arrow-right"
  | "arrow-up-right"
  | "arrow-up"
  | "asterisk"
  | "at-sign"
  | "atom"
  | "badge-check"
  | "ban"
  | "bell"
  | "binary"
  | "blocks"
  | "bold"
  | "book-open-check"
  | "book-open"
  | "book-user"
  | "building"
  | "calendar-check-2"
  | "calendar-days"
  | "calendar-heart"
  | "calendar-range"
  | "calendar-search"
  | "calendar-x-2"
  | "calendar"
  | "chart-bar"
  | "chart-line"
  | "check-check"
  | "check"
  | "chevron-down"
  | "chevron-left"
  | "chevron-right"
  | "chevron-up"
  | "chevrons-down-up"
  | "chevrons-left"
  | "chevrons-right"
  | "chevrons-up-down"
  | "circle-alert"
  | "circle-arrow-up"
  | "circle-check-big"
  | "circle-check"
  | "circle-help"
  | "circle-x"
  | "circle"
  | "clipboard-check"
  | "clipboard"
  | "clock"
  | "code"
  | "columns-3"
  | "command"
  | "contact"
  | "copy"
  | "corner-down-left"
  | "corner-down-right"
  | "credit-card"
  | "disc"
  | "dot"
  | "download"
  | "ellipsis-vertical"
  | "ellipsis"
  | "external-link"
  | "eye-off"
  | "eye"
  | "file-down"
  | "file-text"
  | "file"
  | "filter"
  | "fingerprint"
  | "flag"
  | "folder"
  | "gift"
  | "git-merge"
  | "github"
  | "globe"
  | "grid-3x3"
  | "handshake"
  | "info"
  | "italic"
  | "key"
  | "layers"
  | "layout-dashboard"
  | "link-2"
  | "link"
  | "loader"
  | "lock-open"
  | "lock"
  | "log-out"
  | "mail-open"
  | "mail"
  | "map-pin"
  | "map"
  | "menu"
  | "message-circle"
  | "messages-square"
  | "moon"
  | "paintbrush"
  | "paperclip"
  | "pencil"
  | "phone-call"
  | "phone"
  | "plus"
  | "refresh-ccw"
  | "refresh-cw"
  | "repeat"
  | "rocket"
  | "rotate-ccw"
  | "rotate-cw"
  | "search"
  | "send"
  | "settings"
  | "share-2"
  | "shield-check"
  | "shield"
  | "shuffle"
  | "sliders-horizontal"
  | "sliders-vertical"
  | "smartphone"
  | "sparkles"
  | "square-check"
  | "star"
  | "sun"
  | "sunrise"
  | "sunset"
  | "tags"
  | "terminal"
  | "trash-2"
  | "trash"
  | "trello"
  | "triangle-alert"
  | "upload"
  | "user-check"
  | "user-plus"
  | "user-x"
  | "user"
  | "users"
  | "venetian-mask"
  | "video"
  | "waypoints"
  | "webhook"
  | "x"
  | "zap";
