use crate::core::{FontAsset, IconRef, Size, Style, VariantKey};
pub const PACK_ID: &str = "octicons";
pub(crate) const FONT_ASSET_OCTICONS_OCTICONS_REGULAR: FontAsset = FontAsset {
family: "Octicons Regular",
bytes: include_bytes!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/assets/fonts/octicons/octicons-regular.ttf"
)),
};
#[cfg(feature = "octicons-tiny")]
pub(crate) const FONT_ASSET_OCTICONS_OCTICONS_TINY: FontAsset = FontAsset {
family: "Octicons Regular Tiny",
bytes: include_bytes!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/assets/fonts/octicons/octicons-tiny.ttf"
)),
};
pub const FONT_ASSETS: &[FontAsset] = &[
FONT_ASSET_OCTICONS_OCTICONS_REGULAR,
#[cfg(feature = "octicons-tiny")]
FONT_ASSET_OCTICONS_OCTICONS_TINY,
];
pub const VARIANT_ASSETS: &[(VariantKey, FontAsset)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
FONT_ASSET_OCTICONS_OCTICONS_REGULAR,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
FONT_ASSET_OCTICONS_OCTICONS_REGULAR,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
FONT_ASSET_OCTICONS_OCTICONS_TINY,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
FONT_ASSET_OCTICONS_OCTICONS_TINY,
),
];
#[derive(Clone, Copy, Debug, Eq, PartialEq, Hash)]
pub enum Icon {
Accessibility,
AccessibilityInset,
Agent,
AiModel,
Alert,
Apps,
Archive,
ArrowBoth,
ArrowDown,
ArrowDownLeft,
ArrowDownRight,
ArrowLeft,
ArrowRight,
ArrowSwitch,
ArrowUp,
ArrowUpLeft,
ArrowUpRight,
Beaker,
Bell,
BellSlash,
Blocked,
Bold,
Book,
Bookmark,
BookmarkFilled,
BookmarkSlash,
BooleanOff,
BooleanOn,
Briefcase,
Broadcast,
Browser,
Bug,
Cache,
Calendar,
Check,
CheckCircle,
Checkbox,
Checklist,
ChevronDown,
ChevronLeft,
ChevronRight,
ChevronUp,
Circle,
CircleSlash,
Clock,
Cloud,
CloudOffline,
Code,
CodeOfConduct,
CodeReview,
CodeSquare,
Codescan,
CodescanCheckmark,
Codespaces,
Columns,
CommandPalette,
Comment,
CommentAi,
CommentDiscussion,
Compose,
Container,
Copilot,
CopilotError,
CopilotWarning,
Copy,
Cpu,
CreditCard,
CrossReference,
Crosshairs,
Dash,
Database,
Dependabot,
DesktopDownload,
DeviceCamera,
DeviceCameraVideo,
DeviceDesktop,
DeviceMobile,
Devices,
Diamond,
Dice,
Diff,
DiffAdded,
DiffIgnored,
DiffModified,
DiffRemoved,
DiffRenamed,
DiscussionClosed,
DiscussionDuplicate,
DiscussionOutdated,
Dot,
Download,
Duplicate,
Ellipsis,
Exclamation,
Eye,
EyeClosed,
FeedDiscussion,
FeedForked,
FeedHeart,
FeedIssueClosed,
FeedIssueDraft,
FeedIssueOpen,
FeedIssueReopen,
FeedMerged,
FeedPerson,
FeedPlus,
FeedPublic,
FeedPullRequestClosed,
FeedPullRequestDraft,
FeedPullRequestOpen,
FeedRepo,
FeedRocket,
FeedStar,
FeedTag,
FeedTrophy,
File,
FileAdded,
FileBadge,
FileBinary,
FileCheck,
FileCode,
FileDiff,
FileDirectory,
FileDirectoryOpen,
FileDirectorySymlink,
FileMedia,
FileMoved,
FileRemoved,
FileSubmodule,
FileSymlinkFile,
FileZip,
Filter,
FilterRemove,
FiscalHost,
Flame,
Flowchart,
FocusCenter,
Fold,
FoldDown,
FoldUp,
Gear,
Gift,
GitBranch,
GitBranchCheck,
GitCommit,
GitCompare,
GitMerge,
GitMergeQueue,
GitPullRequest,
GitPullRequestClosed,
GitPullRequestDraft,
Globe,
Goal,
Grabber,
Graph,
GraphBarHorizontal,
GraphBarVertical,
Hash,
Heading,
Heart,
History,
Home,
HorizontalRule,
Hourglass,
Hubot,
IdBadge,
Image,
Inbox,
Infinity,
Info,
IssueClosed,
IssueDraft,
IssueOpened,
IssueReopened,
IssueTrackedBy,
IssueTracks,
Italic,
Iterations,
KebabHorizontal,
Key,
KeyAsterisk,
Law,
LightBulb,
Link,
LinkExternal,
ListOrdered,
ListUnordered,
Location,
Lock,
Log,
LogoGist,
LogoGithub,
Loop_,
Mail,
MarkGithub,
Markdown,
Maximize,
Mcp,
Megaphone,
Mention,
Meter,
Milestone,
Minimize,
Mirror,
Moon,
MortarBoard,
MoveToBottom,
MoveToEnd,
MoveToStart,
MoveToTop,
MultiSelect,
Mute,
NoEntry,
Node,
NorthStar,
Note,
Number,
Organization,
Package,
PackageDependencies,
PackageDependents,
Paintbrush,
PaperAirplane,
Paperclip,
Passkey,
Paste,
Pause,
Pencil,
PencilAi,
People,
Person,
PersonAdd,
Pin,
PinSlash,
PivotColumn,
Play,
Plug,
Plus,
PlusCircle,
Project,
ProjectRoadmap,
ProjectSymlink,
ProjectTemplate,
Pulse,
Question,
Quote,
Read,
Redo,
RelFilePath,
Reply,
Repo,
RepoClone,
RepoDelete,
RepoDeleted,
RepoForked,
RepoLocked,
RepoPull,
RepoPush,
RepoTemplate,
Report,
Rocket,
Rows,
Rss,
Ruby,
ScreenFull,
ScreenNormal,
Search,
Server,
Share,
ShareAndroid,
Shield,
ShieldCheck,
ShieldLock,
ShieldSlash,
ShieldX,
SidebarCollapse,
SidebarExpand,
SignIn,
SignOut,
SingleSelect,
Skip,
Sliders,
Smiley,
SmileyFrown,
SmileyFrustrated,
SmileyGrin,
SmileyNeutral,
SortAsc,
SortDesc,
Space,
SpacingLarge,
SpacingMedium,
SpacingSmall,
Sparkle,
Sparkles,
SplitView,
SponsorTiers,
Square,
SquareCircle,
Squirrel,
Stack,
Star,
Stop,
Stopwatch,
Strikethrough,
Sun,
Sync,
Tab,
TabExternal,
Table,
Tag,
Tasklist,
Telescope,
Terminal,
ThreeBars,
Thumbsdown,
Thumbsup,
Tools,
TrackedByClosedCompleted,
TrackedByClosedNotPlanned,
Trash,
TriangleDown,
TriangleLeft,
TriangleRight,
TriangleUp,
Trophy,
Typography,
Undo,
Unfold,
Unlink,
Unlock,
Unmute,
Unread,
Unverified,
Unwrap,
Upload,
Verified,
Versions,
Video,
Vscode,
Webhook,
Workflow,
Wrap,
X,
XCircle,
Zap,
ZoomIn,
ZoomOut,
}
impl Icon {
pub fn name(self) -> &'static str {
match self {
Icon::Accessibility => "accessibility",
Icon::AccessibilityInset => "accessibility-inset",
Icon::Agent => "agent",
Icon::AiModel => "ai-model",
Icon::Alert => "alert",
Icon::Apps => "apps",
Icon::Archive => "archive",
Icon::ArrowBoth => "arrow-both",
Icon::ArrowDown => "arrow-down",
Icon::ArrowDownLeft => "arrow-down-left",
Icon::ArrowDownRight => "arrow-down-right",
Icon::ArrowLeft => "arrow-left",
Icon::ArrowRight => "arrow-right",
Icon::ArrowSwitch => "arrow-switch",
Icon::ArrowUp => "arrow-up",
Icon::ArrowUpLeft => "arrow-up-left",
Icon::ArrowUpRight => "arrow-up-right",
Icon::Beaker => "beaker",
Icon::Bell => "bell",
Icon::BellSlash => "bell-slash",
Icon::Blocked => "blocked",
Icon::Bold => "bold",
Icon::Book => "book",
Icon::Bookmark => "bookmark",
Icon::BookmarkFilled => "bookmark-filled",
Icon::BookmarkSlash => "bookmark-slash",
Icon::BooleanOff => "boolean-off",
Icon::BooleanOn => "boolean-on",
Icon::Briefcase => "briefcase",
Icon::Broadcast => "broadcast",
Icon::Browser => "browser",
Icon::Bug => "bug",
Icon::Cache => "cache",
Icon::Calendar => "calendar",
Icon::Check => "check",
Icon::CheckCircle => "check-circle",
Icon::Checkbox => "checkbox",
Icon::Checklist => "checklist",
Icon::ChevronDown => "chevron-down",
Icon::ChevronLeft => "chevron-left",
Icon::ChevronRight => "chevron-right",
Icon::ChevronUp => "chevron-up",
Icon::Circle => "circle",
Icon::CircleSlash => "circle-slash",
Icon::Clock => "clock",
Icon::Cloud => "cloud",
Icon::CloudOffline => "cloud-offline",
Icon::Code => "code",
Icon::CodeOfConduct => "code-of-conduct",
Icon::CodeReview => "code-review",
Icon::CodeSquare => "code-square",
Icon::Codescan => "codescan",
Icon::CodescanCheckmark => "codescan-checkmark",
Icon::Codespaces => "codespaces",
Icon::Columns => "columns",
Icon::CommandPalette => "command-palette",
Icon::Comment => "comment",
Icon::CommentAi => "comment-ai",
Icon::CommentDiscussion => "comment-discussion",
Icon::Compose => "compose",
Icon::Container => "container",
Icon::Copilot => "copilot",
Icon::CopilotError => "copilot-error",
Icon::CopilotWarning => "copilot-warning",
Icon::Copy => "copy",
Icon::Cpu => "cpu",
Icon::CreditCard => "credit-card",
Icon::CrossReference => "cross-reference",
Icon::Crosshairs => "crosshairs",
Icon::Dash => "dash",
Icon::Database => "database",
Icon::Dependabot => "dependabot",
Icon::DesktopDownload => "desktop-download",
Icon::DeviceCamera => "device-camera",
Icon::DeviceCameraVideo => "device-camera-video",
Icon::DeviceDesktop => "device-desktop",
Icon::DeviceMobile => "device-mobile",
Icon::Devices => "devices",
Icon::Diamond => "diamond",
Icon::Dice => "dice",
Icon::Diff => "diff",
Icon::DiffAdded => "diff-added",
Icon::DiffIgnored => "diff-ignored",
Icon::DiffModified => "diff-modified",
Icon::DiffRemoved => "diff-removed",
Icon::DiffRenamed => "diff-renamed",
Icon::DiscussionClosed => "discussion-closed",
Icon::DiscussionDuplicate => "discussion-duplicate",
Icon::DiscussionOutdated => "discussion-outdated",
Icon::Dot => "dot",
Icon::Download => "download",
Icon::Duplicate => "duplicate",
Icon::Ellipsis => "ellipsis",
Icon::Exclamation => "exclamation",
Icon::Eye => "eye",
Icon::EyeClosed => "eye-closed",
Icon::FeedDiscussion => "feed-discussion",
Icon::FeedForked => "feed-forked",
Icon::FeedHeart => "feed-heart",
Icon::FeedIssueClosed => "feed-issue-closed",
Icon::FeedIssueDraft => "feed-issue-draft",
Icon::FeedIssueOpen => "feed-issue-open",
Icon::FeedIssueReopen => "feed-issue-reopen",
Icon::FeedMerged => "feed-merged",
Icon::FeedPerson => "feed-person",
Icon::FeedPlus => "feed-plus",
Icon::FeedPublic => "feed-public",
Icon::FeedPullRequestClosed => "feed-pull-request-closed",
Icon::FeedPullRequestDraft => "feed-pull-request-draft",
Icon::FeedPullRequestOpen => "feed-pull-request-open",
Icon::FeedRepo => "feed-repo",
Icon::FeedRocket => "feed-rocket",
Icon::FeedStar => "feed-star",
Icon::FeedTag => "feed-tag",
Icon::FeedTrophy => "feed-trophy",
Icon::File => "file",
Icon::FileAdded => "file-added",
Icon::FileBadge => "file-badge",
Icon::FileBinary => "file-binary",
Icon::FileCheck => "file-check",
Icon::FileCode => "file-code",
Icon::FileDiff => "file-diff",
Icon::FileDirectory => "file-directory",
Icon::FileDirectoryOpen => "file-directory-open",
Icon::FileDirectorySymlink => "file-directory-symlink",
Icon::FileMedia => "file-media",
Icon::FileMoved => "file-moved",
Icon::FileRemoved => "file-removed",
Icon::FileSubmodule => "file-submodule",
Icon::FileSymlinkFile => "file-symlink-file",
Icon::FileZip => "file-zip",
Icon::Filter => "filter",
Icon::FilterRemove => "filter-remove",
Icon::FiscalHost => "fiscal-host",
Icon::Flame => "flame",
Icon::Flowchart => "flowchart",
Icon::FocusCenter => "focus-center",
Icon::Fold => "fold",
Icon::FoldDown => "fold-down",
Icon::FoldUp => "fold-up",
Icon::Gear => "gear",
Icon::Gift => "gift",
Icon::GitBranch => "git-branch",
Icon::GitBranchCheck => "git-branch-check",
Icon::GitCommit => "git-commit",
Icon::GitCompare => "git-compare",
Icon::GitMerge => "git-merge",
Icon::GitMergeQueue => "git-merge-queue",
Icon::GitPullRequest => "git-pull-request",
Icon::GitPullRequestClosed => "git-pull-request-closed",
Icon::GitPullRequestDraft => "git-pull-request-draft",
Icon::Globe => "globe",
Icon::Goal => "goal",
Icon::Grabber => "grabber",
Icon::Graph => "graph",
Icon::GraphBarHorizontal => "graph-bar-horizontal",
Icon::GraphBarVertical => "graph-bar-vertical",
Icon::Hash => "hash",
Icon::Heading => "heading",
Icon::Heart => "heart",
Icon::History => "history",
Icon::Home => "home",
Icon::HorizontalRule => "horizontal-rule",
Icon::Hourglass => "hourglass",
Icon::Hubot => "hubot",
Icon::IdBadge => "id-badge",
Icon::Image => "image",
Icon::Inbox => "inbox",
Icon::Infinity => "infinity",
Icon::Info => "info",
Icon::IssueClosed => "issue-closed",
Icon::IssueDraft => "issue-draft",
Icon::IssueOpened => "issue-opened",
Icon::IssueReopened => "issue-reopened",
Icon::IssueTrackedBy => "issue-tracked-by",
Icon::IssueTracks => "issue-tracks",
Icon::Italic => "italic",
Icon::Iterations => "iterations",
Icon::KebabHorizontal => "kebab-horizontal",
Icon::Key => "key",
Icon::KeyAsterisk => "key-asterisk",
Icon::Law => "law",
Icon::LightBulb => "light-bulb",
Icon::Link => "link",
Icon::LinkExternal => "link-external",
Icon::ListOrdered => "list-ordered",
Icon::ListUnordered => "list-unordered",
Icon::Location => "location",
Icon::Lock => "lock",
Icon::Log => "log",
Icon::LogoGist => "logo-gist",
Icon::LogoGithub => "logo-github",
Icon::Loop_ => "loop",
Icon::Mail => "mail",
Icon::MarkGithub => "mark-github",
Icon::Markdown => "markdown",
Icon::Maximize => "maximize",
Icon::Mcp => "mcp",
Icon::Megaphone => "megaphone",
Icon::Mention => "mention",
Icon::Meter => "meter",
Icon::Milestone => "milestone",
Icon::Minimize => "minimize",
Icon::Mirror => "mirror",
Icon::Moon => "moon",
Icon::MortarBoard => "mortar-board",
Icon::MoveToBottom => "move-to-bottom",
Icon::MoveToEnd => "move-to-end",
Icon::MoveToStart => "move-to-start",
Icon::MoveToTop => "move-to-top",
Icon::MultiSelect => "multi-select",
Icon::Mute => "mute",
Icon::NoEntry => "no-entry",
Icon::Node => "node",
Icon::NorthStar => "north-star",
Icon::Note => "note",
Icon::Number => "number",
Icon::Organization => "organization",
Icon::Package => "package",
Icon::PackageDependencies => "package-dependencies",
Icon::PackageDependents => "package-dependents",
Icon::Paintbrush => "paintbrush",
Icon::PaperAirplane => "paper-airplane",
Icon::Paperclip => "paperclip",
Icon::Passkey => "passkey",
Icon::Paste => "paste",
Icon::Pause => "pause",
Icon::Pencil => "pencil",
Icon::PencilAi => "pencil-ai",
Icon::People => "people",
Icon::Person => "person",
Icon::PersonAdd => "person-add",
Icon::Pin => "pin",
Icon::PinSlash => "pin-slash",
Icon::PivotColumn => "pivot-column",
Icon::Play => "play",
Icon::Plug => "plug",
Icon::Plus => "plus",
Icon::PlusCircle => "plus-circle",
Icon::Project => "project",
Icon::ProjectRoadmap => "project-roadmap",
Icon::ProjectSymlink => "project-symlink",
Icon::ProjectTemplate => "project-template",
Icon::Pulse => "pulse",
Icon::Question => "question",
Icon::Quote => "quote",
Icon::Read => "read",
Icon::Redo => "redo",
Icon::RelFilePath => "rel-file-path",
Icon::Reply => "reply",
Icon::Repo => "repo",
Icon::RepoClone => "repo-clone",
Icon::RepoDelete => "repo-delete",
Icon::RepoDeleted => "repo-deleted",
Icon::RepoForked => "repo-forked",
Icon::RepoLocked => "repo-locked",
Icon::RepoPull => "repo-pull",
Icon::RepoPush => "repo-push",
Icon::RepoTemplate => "repo-template",
Icon::Report => "report",
Icon::Rocket => "rocket",
Icon::Rows => "rows",
Icon::Rss => "rss",
Icon::Ruby => "ruby",
Icon::ScreenFull => "screen-full",
Icon::ScreenNormal => "screen-normal",
Icon::Search => "search",
Icon::Server => "server",
Icon::Share => "share",
Icon::ShareAndroid => "share-android",
Icon::Shield => "shield",
Icon::ShieldCheck => "shield-check",
Icon::ShieldLock => "shield-lock",
Icon::ShieldSlash => "shield-slash",
Icon::ShieldX => "shield-x",
Icon::SidebarCollapse => "sidebar-collapse",
Icon::SidebarExpand => "sidebar-expand",
Icon::SignIn => "sign-in",
Icon::SignOut => "sign-out",
Icon::SingleSelect => "single-select",
Icon::Skip => "skip",
Icon::Sliders => "sliders",
Icon::Smiley => "smiley",
Icon::SmileyFrown => "smiley-frown",
Icon::SmileyFrustrated => "smiley-frustrated",
Icon::SmileyGrin => "smiley-grin",
Icon::SmileyNeutral => "smiley-neutral",
Icon::SortAsc => "sort-asc",
Icon::SortDesc => "sort-desc",
Icon::Space => "space",
Icon::SpacingLarge => "spacing-large",
Icon::SpacingMedium => "spacing-medium",
Icon::SpacingSmall => "spacing-small",
Icon::Sparkle => "sparkle",
Icon::Sparkles => "sparkles",
Icon::SplitView => "split-view",
Icon::SponsorTiers => "sponsor-tiers",
Icon::Square => "square",
Icon::SquareCircle => "square-circle",
Icon::Squirrel => "squirrel",
Icon::Stack => "stack",
Icon::Star => "star",
Icon::Stop => "stop",
Icon::Stopwatch => "stopwatch",
Icon::Strikethrough => "strikethrough",
Icon::Sun => "sun",
Icon::Sync => "sync",
Icon::Tab => "tab",
Icon::TabExternal => "tab-external",
Icon::Table => "table",
Icon::Tag => "tag",
Icon::Tasklist => "tasklist",
Icon::Telescope => "telescope",
Icon::Terminal => "terminal",
Icon::ThreeBars => "three-bars",
Icon::Thumbsdown => "thumbsdown",
Icon::Thumbsup => "thumbsup",
Icon::Tools => "tools",
Icon::TrackedByClosedCompleted => "tracked-by-closed-completed",
Icon::TrackedByClosedNotPlanned => "tracked-by-closed-not-planned",
Icon::Trash => "trash",
Icon::TriangleDown => "triangle-down",
Icon::TriangleLeft => "triangle-left",
Icon::TriangleRight => "triangle-right",
Icon::TriangleUp => "triangle-up",
Icon::Trophy => "trophy",
Icon::Typography => "typography",
Icon::Undo => "undo",
Icon::Unfold => "unfold",
Icon::Unlink => "unlink",
Icon::Unlock => "unlock",
Icon::Unmute => "unmute",
Icon::Unread => "unread",
Icon::Unverified => "unverified",
Icon::Unwrap => "unwrap",
Icon::Upload => "upload",
Icon::Verified => "verified",
Icon::Versions => "versions",
Icon::Video => "video",
Icon::Vscode => "vscode",
Icon::Webhook => "webhook",
Icon::Workflow => "workflow",
Icon::Wrap => "wrap",
Icon::X => "x",
Icon::XCircle => "x-circle",
Icon::Zap => "zap",
Icon::ZoomIn => "zoom-in",
Icon::ZoomOut => "zoom-out",
}
}
pub fn icon(self, style: Style, size: Size) -> IconRef {
let name = self.name();
let available = icon_available(name).unwrap_or(&[]);
if !available.contains(&(style, size)) {
panic!(
"Icon '{}' is not available in {:?}/{:?}. Available: {:?}",
name, style, size, available
);
}
let variant = variant_info(style, size).unwrap_or_else(|| {
panic!(
"Variant {:?}/{:?} is not available for pack {}",
style, size, PACK_ID
)
});
let codepoint = icon_codepoint(name, variant.key).unwrap_or_else(|| {
panic!("Icon '{}' is not available in {:?}/{:?}", name, style, size)
});
IconRef {
family: variant.family,
codepoint,
}
}
}
pub const ICON_NAMES: &[&str] = &[
"accessibility",
"accessibility-inset",
"agent",
"ai-model",
"alert",
"apps",
"archive",
"arrow-both",
"arrow-down",
"arrow-down-left",
"arrow-down-right",
"arrow-left",
"arrow-right",
"arrow-switch",
"arrow-up",
"arrow-up-left",
"arrow-up-right",
"beaker",
"bell",
"bell-slash",
"blocked",
"bold",
"book",
"bookmark",
"bookmark-filled",
"bookmark-slash",
"boolean-off",
"boolean-on",
"briefcase",
"broadcast",
"browser",
"bug",
"cache",
"calendar",
"check",
"check-circle",
"checkbox",
"checklist",
"chevron-down",
"chevron-left",
"chevron-right",
"chevron-up",
"circle",
"circle-slash",
"clock",
"cloud",
"cloud-offline",
"code",
"code-of-conduct",
"code-review",
"code-square",
"codescan",
"codescan-checkmark",
"codespaces",
"columns",
"command-palette",
"comment",
"comment-ai",
"comment-discussion",
"compose",
"container",
"copilot",
"copilot-error",
"copilot-warning",
"copy",
"cpu",
"credit-card",
"cross-reference",
"crosshairs",
"dash",
"database",
"dependabot",
"desktop-download",
"device-camera",
"device-camera-video",
"device-desktop",
"device-mobile",
"devices",
"diamond",
"dice",
"diff",
"diff-added",
"diff-ignored",
"diff-modified",
"diff-removed",
"diff-renamed",
"discussion-closed",
"discussion-duplicate",
"discussion-outdated",
"dot",
"download",
"duplicate",
"ellipsis",
"exclamation",
"eye",
"eye-closed",
"feed-discussion",
"feed-forked",
"feed-heart",
"feed-issue-closed",
"feed-issue-draft",
"feed-issue-open",
"feed-issue-reopen",
"feed-merged",
"feed-person",
"feed-plus",
"feed-public",
"feed-pull-request-closed",
"feed-pull-request-draft",
"feed-pull-request-open",
"feed-repo",
"feed-rocket",
"feed-star",
"feed-tag",
"feed-trophy",
"file",
"file-added",
"file-badge",
"file-binary",
"file-check",
"file-code",
"file-diff",
"file-directory",
"file-directory-open",
"file-directory-symlink",
"file-media",
"file-moved",
"file-removed",
"file-submodule",
"file-symlink-file",
"file-zip",
"filter",
"filter-remove",
"fiscal-host",
"flame",
"flowchart",
"focus-center",
"fold",
"fold-down",
"fold-up",
"gear",
"gift",
"git-branch",
"git-branch-check",
"git-commit",
"git-compare",
"git-merge",
"git-merge-queue",
"git-pull-request",
"git-pull-request-closed",
"git-pull-request-draft",
"globe",
"goal",
"grabber",
"graph",
"graph-bar-horizontal",
"graph-bar-vertical",
"hash",
"heading",
"heart",
"history",
"home",
"horizontal-rule",
"hourglass",
"hubot",
"id-badge",
"image",
"inbox",
"infinity",
"info",
"issue-closed",
"issue-draft",
"issue-opened",
"issue-reopened",
"issue-tracked-by",
"issue-tracks",
"italic",
"iterations",
"kebab-horizontal",
"key",
"key-asterisk",
"law",
"light-bulb",
"link",
"link-external",
"list-ordered",
"list-unordered",
"location",
"lock",
"log",
"logo-gist",
"logo-github",
"loop",
"mail",
"mark-github",
"markdown",
"maximize",
"mcp",
"megaphone",
"mention",
"meter",
"milestone",
"minimize",
"mirror",
"moon",
"mortar-board",
"move-to-bottom",
"move-to-end",
"move-to-start",
"move-to-top",
"multi-select",
"mute",
"no-entry",
"node",
"north-star",
"note",
"number",
"organization",
"package",
"package-dependencies",
"package-dependents",
"paintbrush",
"paper-airplane",
"paperclip",
"passkey",
"paste",
"pause",
"pencil",
"pencil-ai",
"people",
"person",
"person-add",
"pin",
"pin-slash",
"pivot-column",
"play",
"plug",
"plus",
"plus-circle",
"project",
"project-roadmap",
"project-symlink",
"project-template",
"pulse",
"question",
"quote",
"read",
"redo",
"rel-file-path",
"reply",
"repo",
"repo-clone",
"repo-delete",
"repo-deleted",
"repo-forked",
"repo-locked",
"repo-pull",
"repo-push",
"repo-template",
"report",
"rocket",
"rows",
"rss",
"ruby",
"screen-full",
"screen-normal",
"search",
"server",
"share",
"share-android",
"shield",
"shield-check",
"shield-lock",
"shield-slash",
"shield-x",
"sidebar-collapse",
"sidebar-expand",
"sign-in",
"sign-out",
"single-select",
"skip",
"sliders",
"smiley",
"smiley-frown",
"smiley-frustrated",
"smiley-grin",
"smiley-neutral",
"sort-asc",
"sort-desc",
"space",
"spacing-large",
"spacing-medium",
"spacing-small",
"sparkle",
"sparkles",
"split-view",
"sponsor-tiers",
"square",
"square-circle",
"squirrel",
"stack",
"star",
"stop",
"stopwatch",
"strikethrough",
"sun",
"sync",
"tab",
"tab-external",
"table",
"tag",
"tasklist",
"telescope",
"terminal",
"three-bars",
"thumbsdown",
"thumbsup",
"tools",
"tracked-by-closed-completed",
"tracked-by-closed-not-planned",
"trash",
"triangle-down",
"triangle-left",
"triangle-right",
"triangle-up",
"trophy",
"typography",
"undo",
"unfold",
"unlink",
"unlock",
"unmute",
"unread",
"unverified",
"unwrap",
"upload",
"verified",
"versions",
"video",
"vscode",
"webhook",
"workflow",
"wrap",
"x",
"x-circle",
"zap",
"zoom-in",
"zoom-out",
];
#[derive(Clone, Copy, Debug)]
pub(crate) struct VariantInfo {
pub key: VariantKey,
pub family: &'static str,
}
pub(crate) const VARIANTS: &[VariantInfo] = &[
VariantInfo {
key: VariantKey {
style: Style::Filled,
size: Size::Regular,
},
family: "Octicons Regular",
},
VariantInfo {
key: VariantKey {
style: Style::Regular,
size: Size::Regular,
},
family: "Octicons Regular",
},
#[cfg(feature = "octicons-tiny")]
VariantInfo {
key: VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
family: "Octicons Regular Tiny",
},
#[cfg(feature = "octicons-tiny")]
VariantInfo {
key: VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
family: "Octicons Regular Tiny",
},
];
const ICON_ACCESSIBILITY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57344,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57344,
),
];
const ICON_ACCESSIBILITY_INSET_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57345,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57345,
),
];
const ICON_AGENT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57346,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57346,
),
];
const ICON_AI_MODEL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57347,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57347,
),
];
const ICON_ALERT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57350,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57348,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57348,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57349,
),
];
const ICON_APPS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57351,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57350,
),
];
const ICON_ARCHIVE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57352,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57351,
),
];
const ICON_ARROW_BOTH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57353,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57352,
),
];
const ICON_ARROW_DOWN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57354,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57353,
),
];
const ICON_ARROW_DOWN_LEFT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57355,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57354,
),
];
const ICON_ARROW_DOWN_RIGHT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57356,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57355,
),
];
const ICON_ARROW_LEFT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57357,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57356,
),
];
const ICON_ARROW_RIGHT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57358,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57357,
),
];
const ICON_ARROW_SWITCH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57359,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57358,
),
];
const ICON_ARROW_UP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57360,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57359,
),
];
const ICON_ARROW_UP_LEFT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57361,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57360,
),
];
const ICON_ARROW_UP_RIGHT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57362,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57361,
),
];
const ICON_BEAKER_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57363,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57362,
),
];
const ICON_BELL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57365,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57364,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57363,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57364,
),
];
const ICON_BELL_SLASH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57366,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57365,
),
];
const ICON_BLOCKED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57367,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57366,
),
];
const ICON_BOLD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57368,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57367,
),
];
const ICON_BOOK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57369,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57368,
),
];
const ICON_BOOKMARK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57371,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57370,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57369,
),
];
const ICON_BOOKMARK_FILLED_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57370,
),
];
const ICON_BOOKMARK_SLASH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57373,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57372,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57371,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57372,
),
];
const ICON_BOOLEAN_OFF_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57374,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57373,
),
];
const ICON_BOOLEAN_ON_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57375,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57374,
),
];
const ICON_BRIEFCASE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57376,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57375,
),
];
const ICON_BROADCAST_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57377,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57376,
),
];
const ICON_BROWSER_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57378,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57377,
),
];
const ICON_BUG_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57379,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57378,
),
];
const ICON_CACHE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57380,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57379,
),
];
const ICON_CALENDAR_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57381,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57380,
),
];
const ICON_CHECK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57382,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57381,
),
];
const ICON_CHECK_CIRCLE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57385,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57383,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57382,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57383,
),
];
const ICON_CHECKBOX_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57387,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57386,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57384,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57385,
),
];
const ICON_CHECKLIST_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57388,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57386,
),
];
const ICON_CHEVRON_DOWN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57390,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57387,
),
];
const ICON_CHEVRON_LEFT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57392,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57388,
),
];
const ICON_CHEVRON_RIGHT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57394,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57389,
),
];
const ICON_CHEVRON_UP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57396,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57390,
),
];
const ICON_CIRCLE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57397,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57391,
),
];
const ICON_CIRCLE_SLASH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57398,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57392,
),
];
const ICON_CLOCK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57400,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57399,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57393,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57394,
),
];
const ICON_CLOUD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57401,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57395,
),
];
const ICON_CLOUD_OFFLINE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57402,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57396,
),
];
const ICON_CODE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57403,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57397,
),
];
const ICON_CODE_OF_CONDUCT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57404,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57398,
),
];
const ICON_CODE_REVIEW_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57405,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57399,
),
];
const ICON_CODE_SQUARE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57406,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57400,
),
];
const ICON_CODESCAN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57407,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57401,
),
];
const ICON_CODESCAN_CHECKMARK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57408,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57402,
),
];
const ICON_CODESPACES_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57409,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57403,
),
];
const ICON_COLUMNS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57410,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57404,
),
];
const ICON_COMMAND_PALETTE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57411,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57405,
),
];
const ICON_COMMENT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57412,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57406,
),
];
const ICON_COMMENT_AI_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57413,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57407,
),
];
const ICON_COMMENT_DISCUSSION_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57414,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57408,
),
];
const ICON_COMPOSE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57415,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57409,
),
];
const ICON_CONTAINER_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57416,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57410,
),
];
const ICON_COPILOT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57417,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57411,
),
];
const ICON_COPILOT_ERROR_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57412,
),
];
const ICON_COPILOT_WARNING_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57413,
),
];
const ICON_COPY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57420,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57414,
),
];
const ICON_CPU_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57421,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57415,
),
];
const ICON_CREDIT_CARD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57422,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57416,
),
];
const ICON_CROSS_REFERENCE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57423,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57417,
),
];
const ICON_CROSSHAIRS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57424,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57418,
),
];
const ICON_DASH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57425,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57419,
),
];
const ICON_DATABASE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57426,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57420,
),
];
const ICON_DEPENDABOT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57427,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57421,
),
];
const ICON_DESKTOP_DOWNLOAD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57428,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57422,
),
];
const ICON_DEVICE_CAMERA_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57429,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57423,
),
];
const ICON_DEVICE_CAMERA_VIDEO_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57430,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57424,
),
];
const ICON_DEVICE_DESKTOP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57431,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57425,
),
];
const ICON_DEVICE_MOBILE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57432,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57426,
),
];
const ICON_DEVICES_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57433,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57427,
),
];
const ICON_DIAMOND_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57434,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57428,
),
];
const ICON_DICE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57435,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57429,
),
];
const ICON_DIFF_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57436,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57430,
),
];
const ICON_DIFF_ADDED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57437,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57431,
),
];
const ICON_DIFF_IGNORED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57438,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57432,
),
];
const ICON_DIFF_MODIFIED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57439,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57433,
),
];
const ICON_DIFF_REMOVED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57440,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57434,
),
];
const ICON_DIFF_RENAMED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57441,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57435,
),
];
const ICON_DISCUSSION_CLOSED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57442,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57436,
),
];
const ICON_DISCUSSION_DUPLICATE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57443,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57437,
),
];
const ICON_DISCUSSION_OUTDATED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57444,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57438,
),
];
const ICON_DOT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57446,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57445,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57439,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57440,
),
];
const ICON_DOWNLOAD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57447,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57441,
),
];
const ICON_DUPLICATE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57448,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57442,
),
];
const ICON_ELLIPSIS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57449,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57443,
),
];
const ICON_EXCLAMATION_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57450,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57444,
),
];
const ICON_EYE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57451,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57445,
),
];
const ICON_EYE_CLOSED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57452,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57446,
),
];
const ICON_FEED_DISCUSSION_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57447,
),
];
const ICON_FEED_FORKED_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57448,
),
];
const ICON_FEED_HEART_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57449,
),
];
const ICON_FEED_ISSUE_CLOSED_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57450,
),
];
const ICON_FEED_ISSUE_DRAFT_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57451,
),
];
const ICON_FEED_ISSUE_OPEN_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57452,
),
];
const ICON_FEED_ISSUE_REOPEN_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57453,
),
];
const ICON_FEED_MERGED_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57454,
),
];
const ICON_FEED_PERSON_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57455,
),
];
const ICON_FEED_PLUS_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57456,
),
];
const ICON_FEED_PUBLIC_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57457,
),
];
const ICON_FEED_PULL_REQUEST_CLOSED_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57458,
),
];
const ICON_FEED_PULL_REQUEST_DRAFT_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57459,
),
];
const ICON_FEED_PULL_REQUEST_OPEN_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57460,
),
];
const ICON_FEED_REPO_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57461,
),
];
const ICON_FEED_ROCKET_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57462,
),
];
const ICON_FEED_STAR_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57463,
),
];
const ICON_FEED_TAG_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57464,
),
];
const ICON_FEED_TROPHY_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57465,
),
];
const ICON_FILE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57453,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57466,
),
];
const ICON_FILE_ADDED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57454,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57467,
),
];
const ICON_FILE_BADGE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57455,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57468,
),
];
const ICON_FILE_BINARY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57456,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57469,
),
];
const ICON_FILE_CHECK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57457,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57470,
),
];
const ICON_FILE_CODE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57458,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57471,
),
];
const ICON_FILE_DIFF_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57459,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57472,
),
];
const ICON_FILE_DIRECTORY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57461,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57460,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57473,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57474,
),
];
const ICON_FILE_DIRECTORY_OPEN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57462,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57475,
),
];
const ICON_FILE_DIRECTORY_SYMLINK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57463,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57476,
),
];
const ICON_FILE_MEDIA_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57464,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57477,
),
];
const ICON_FILE_MOVED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57465,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57478,
),
];
const ICON_FILE_REMOVED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57466,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57479,
),
];
const ICON_FILE_SUBMODULE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57467,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57480,
),
];
const ICON_FILE_SYMLINK_FILE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57468,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57481,
),
];
const ICON_FILE_ZIP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57469,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57482,
),
];
const ICON_FILTER_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57470,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57483,
),
];
const ICON_FILTER_REMOVE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57471,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57484,
),
];
const ICON_FISCAL_HOST_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57472,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57485,
),
];
const ICON_FLAME_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57473,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57486,
),
];
const ICON_FLOWCHART_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57474,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57487,
),
];
const ICON_FOCUS_CENTER_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57475,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57488,
),
];
const ICON_FOLD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57476,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57489,
),
];
const ICON_FOLD_DOWN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57477,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57490,
),
];
const ICON_FOLD_UP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57478,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57491,
),
];
const ICON_GEAR_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57479,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57492,
),
];
const ICON_GIFT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57480,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57493,
),
];
const ICON_GIT_BRANCH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57481,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57494,
),
];
const ICON_GIT_BRANCH_CHECK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57482,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57495,
),
];
const ICON_GIT_COMMIT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57483,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57496,
),
];
const ICON_GIT_COMPARE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57484,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57497,
),
];
const ICON_GIT_MERGE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57485,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57498,
),
];
const ICON_GIT_MERGE_QUEUE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57486,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57499,
),
];
const ICON_GIT_PULL_REQUEST_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57487,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57500,
),
];
const ICON_GIT_PULL_REQUEST_CLOSED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57488,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57501,
),
];
const ICON_GIT_PULL_REQUEST_DRAFT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57489,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57502,
),
];
const ICON_GLOBE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57490,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57503,
),
];
const ICON_GOAL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57491,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57504,
),
];
const ICON_GRABBER_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57492,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57505,
),
];
const ICON_GRAPH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57493,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57506,
),
];
const ICON_GRAPH_BAR_HORIZONTAL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57494,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57507,
),
];
const ICON_GRAPH_BAR_VERTICAL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57495,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57508,
),
];
const ICON_HASH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57496,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57509,
),
];
const ICON_HEADING_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57497,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57510,
),
];
const ICON_HEART_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57499,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57498,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57511,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57512,
),
];
const ICON_HISTORY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57500,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57513,
),
];
const ICON_HOME_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57502,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57501,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57514,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57515,
),
];
const ICON_HORIZONTAL_RULE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57503,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57516,
),
];
const ICON_HOURGLASS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57504,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57517,
),
];
const ICON_HUBOT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57505,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57518,
),
];
const ICON_ID_BADGE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57506,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57519,
),
];
const ICON_IMAGE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57507,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57520,
),
];
const ICON_INBOX_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57509,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57508,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57521,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57522,
),
];
const ICON_INFINITY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57510,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57523,
),
];
const ICON_INFO_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57511,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57524,
),
];
const ICON_ISSUE_CLOSED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57512,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57525,
),
];
const ICON_ISSUE_DRAFT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57513,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57526,
),
];
const ICON_ISSUE_OPENED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57514,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57527,
),
];
const ICON_ISSUE_REOPENED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57515,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57528,
),
];
const ICON_ISSUE_TRACKED_BY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57516,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57529,
),
];
const ICON_ISSUE_TRACKS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57517,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57530,
),
];
const ICON_ITALIC_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57518,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57531,
),
];
const ICON_ITERATIONS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57519,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57532,
),
];
const ICON_KEBAB_HORIZONTAL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57520,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57533,
),
];
const ICON_KEY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57521,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57534,
),
];
const ICON_KEY_ASTERISK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57522,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57535,
),
];
const ICON_LAW_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57523,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57536,
),
];
const ICON_LIGHT_BULB_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57524,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57537,
),
];
const ICON_LINK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57525,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57538,
),
];
const ICON_LINK_EXTERNAL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57526,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57539,
),
];
const ICON_LIST_ORDERED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57527,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57540,
),
];
const ICON_LIST_UNORDERED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57528,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57541,
),
];
const ICON_LOCATION_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57529,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57542,
),
];
const ICON_LOCK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57530,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57543,
),
];
const ICON_LOG_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57531,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57544,
),
];
const ICON_LOGO_GIST_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57532,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57545,
),
];
const ICON_LOGO_GITHUB_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57533,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57546,
),
];
const ICON_LOOP__CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57534,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57547,
),
];
const ICON_MAIL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57535,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57548,
),
];
const ICON_MARK_GITHUB_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57536,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57549,
),
];
const ICON_MARKDOWN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57537,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57550,
),
];
const ICON_MAXIMIZE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57538,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57551,
),
];
const ICON_MCP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57539,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57552,
),
];
const ICON_MEGAPHONE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57540,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57553,
),
];
const ICON_MENTION_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57541,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57554,
),
];
const ICON_METER_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57542,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57555,
),
];
const ICON_MILESTONE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57543,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57556,
),
];
const ICON_MINIMIZE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57544,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57557,
),
];
const ICON_MIRROR_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57545,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57558,
),
];
const ICON_MOON_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57546,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57559,
),
];
const ICON_MORTAR_BOARD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57547,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57560,
),
];
const ICON_MOVE_TO_BOTTOM_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57548,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57561,
),
];
const ICON_MOVE_TO_END_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57549,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57562,
),
];
const ICON_MOVE_TO_START_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57550,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57563,
),
];
const ICON_MOVE_TO_TOP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57551,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57564,
),
];
const ICON_MULTI_SELECT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57552,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57565,
),
];
const ICON_MUTE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57553,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57566,
),
];
const ICON_NO_ENTRY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57554,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57567,
),
];
const ICON_NODE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57556,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57568,
),
];
const ICON_NORTH_STAR_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57557,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57569,
),
];
const ICON_NOTE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57558,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57570,
),
];
const ICON_NUMBER_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57559,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57571,
),
];
const ICON_ORGANIZATION_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57560,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57572,
),
];
const ICON_PACKAGE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57561,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57573,
),
];
const ICON_PACKAGE_DEPENDENCIES_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57562,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57574,
),
];
const ICON_PACKAGE_DEPENDENTS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57563,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57575,
),
];
const ICON_PAINTBRUSH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57564,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57576,
),
];
const ICON_PAPER_AIRPLANE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57565,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57577,
),
];
const ICON_PAPERCLIP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57566,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57578,
),
];
const ICON_PASSKEY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57567,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57579,
),
];
const ICON_PASTE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57568,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57580,
),
];
const ICON_PAUSE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57569,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57581,
),
];
const ICON_PENCIL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57570,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57582,
),
];
const ICON_PENCIL_AI_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57571,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57583,
),
];
const ICON_PEOPLE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57572,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57584,
),
];
const ICON_PERSON_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57575,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57573,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57585,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57587,
),
];
const ICON_PERSON_ADD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57574,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57586,
),
];
const ICON_PIN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57576,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57588,
),
];
const ICON_PIN_SLASH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57577,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57589,
),
];
const ICON_PIVOT_COLUMN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57578,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57590,
),
];
const ICON_PLAY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57579,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57591,
),
];
const ICON_PLUG_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57580,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57592,
),
];
const ICON_PLUS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57581,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57593,
),
];
const ICON_PLUS_CIRCLE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57582,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57594,
),
];
const ICON_PROJECT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57583,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57595,
),
];
const ICON_PROJECT_ROADMAP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57584,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57596,
),
];
const ICON_PROJECT_SYMLINK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57585,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57597,
),
];
const ICON_PROJECT_TEMPLATE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57586,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57598,
),
];
const ICON_PULSE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57587,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57599,
),
];
const ICON_QUESTION_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57588,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57600,
),
];
const ICON_QUOTE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57589,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57601,
),
];
const ICON_READ_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57590,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57602,
),
];
const ICON_REDO_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57591,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57603,
),
];
const ICON_REL_FILE_PATH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57592,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57604,
),
];
const ICON_REPLY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57593,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57605,
),
];
const ICON_REPO_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57594,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57606,
),
];
const ICON_REPO_CLONE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57595,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57607,
),
];
const ICON_REPO_DELETE_CODEPOINTS: &[(VariantKey, u32)] = &[(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57596,
)];
const ICON_REPO_DELETED_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57608,
),
];
const ICON_REPO_FORKED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57597,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57609,
),
];
const ICON_REPO_LOCKED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57598,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57610,
),
];
const ICON_REPO_PULL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57599,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57611,
),
];
const ICON_REPO_PUSH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57600,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57612,
),
];
const ICON_REPO_TEMPLATE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57601,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57613,
),
];
const ICON_REPORT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57602,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57614,
),
];
const ICON_ROCKET_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57603,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57615,
),
];
const ICON_ROWS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57604,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57616,
),
];
const ICON_RSS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57605,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57617,
),
];
const ICON_RUBY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57606,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57618,
),
];
const ICON_SCREEN_FULL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57607,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57619,
),
];
const ICON_SCREEN_NORMAL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57608,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57620,
),
];
const ICON_SEARCH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57609,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57621,
),
];
const ICON_SERVER_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57610,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57622,
),
];
const ICON_SHARE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57611,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57623,
),
];
const ICON_SHARE_ANDROID_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57612,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57624,
),
];
const ICON_SHIELD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57613,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57625,
),
];
const ICON_SHIELD_CHECK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57614,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57626,
),
];
const ICON_SHIELD_LOCK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57615,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57627,
),
];
const ICON_SHIELD_SLASH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57616,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57628,
),
];
const ICON_SHIELD_X_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57617,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57629,
),
];
const ICON_SIDEBAR_COLLAPSE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57618,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57630,
),
];
const ICON_SIDEBAR_EXPAND_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57619,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57631,
),
];
const ICON_SIGN_IN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57620,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57632,
),
];
const ICON_SIGN_OUT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57621,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57633,
),
];
const ICON_SINGLE_SELECT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57622,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57634,
),
];
const ICON_SKIP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57624,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57623,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57635,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57636,
),
];
const ICON_SLIDERS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57625,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57637,
),
];
const ICON_SMILEY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57626,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57638,
),
];
const ICON_SMILEY_FROWN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57627,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57639,
),
];
const ICON_SMILEY_FRUSTRATED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57628,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57640,
),
];
const ICON_SMILEY_GRIN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57629,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57641,
),
];
const ICON_SMILEY_NEUTRAL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57630,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57642,
),
];
const ICON_SORT_ASC_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57631,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57643,
),
];
const ICON_SORT_DESC_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57632,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57644,
),
];
const ICON_SPACE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57633,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57645,
),
];
const ICON_SPACING_LARGE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57634,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57646,
),
];
const ICON_SPACING_MEDIUM_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57635,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57647,
),
];
const ICON_SPACING_SMALL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57636,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57648,
),
];
const ICON_SPARKLE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57638,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57637,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57649,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57650,
),
];
const ICON_SPARKLES_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57639,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57651,
),
];
const ICON_SPLIT_VIEW_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57640,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57652,
),
];
const ICON_SPONSOR_TIERS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57641,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57653,
),
];
const ICON_SQUARE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57644,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57642,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57654,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57656,
),
];
const ICON_SQUARE_CIRCLE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57643,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57655,
),
];
const ICON_SQUIRREL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57645,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57657,
),
];
const ICON_STACK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57646,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57658,
),
];
const ICON_STAR_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57648,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57647,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57659,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57660,
),
];
const ICON_STOP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57649,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57661,
),
];
const ICON_STOPWATCH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57650,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57662,
),
];
const ICON_STRIKETHROUGH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57651,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57663,
),
];
const ICON_SUN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57652,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57664,
),
];
const ICON_SYNC_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57653,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57665,
),
];
const ICON_TAB_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57654,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57666,
),
];
const ICON_TAB_EXTERNAL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57655,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57667,
),
];
const ICON_TABLE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57656,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57668,
),
];
const ICON_TAG_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57657,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57669,
),
];
const ICON_TASKLIST_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57658,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57670,
),
];
const ICON_TELESCOPE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57660,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57659,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57671,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57672,
),
];
const ICON_TERMINAL_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57661,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57673,
),
];
const ICON_THREE_BARS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57662,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57674,
),
];
const ICON_THUMBSDOWN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57663,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57675,
),
];
const ICON_THUMBSUP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57664,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57676,
),
];
const ICON_TOOLS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57665,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57677,
),
];
const ICON_TRACKED_BY_CLOSED_COMPLETED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57666,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57678,
),
];
const ICON_TRACKED_BY_CLOSED_NOT_PLANNED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57667,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57679,
),
];
const ICON_TRASH_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57668,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57680,
),
];
const ICON_TRIANGLE_DOWN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57669,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57681,
),
];
const ICON_TRIANGLE_LEFT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57670,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57682,
),
];
const ICON_TRIANGLE_RIGHT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57671,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57683,
),
];
const ICON_TRIANGLE_UP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57672,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57684,
),
];
const ICON_TROPHY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57673,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57685,
),
];
const ICON_TYPOGRAPHY_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57674,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57686,
),
];
const ICON_UNDO_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57675,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57687,
),
];
const ICON_UNFOLD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57676,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57688,
),
];
const ICON_UNLINK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57677,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57689,
),
];
const ICON_UNLOCK_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57678,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57690,
),
];
const ICON_UNMUTE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57679,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57691,
),
];
const ICON_UNREAD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57680,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57692,
),
];
const ICON_UNVERIFIED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57681,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57693,
),
];
const ICON_UNWRAP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57682,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57694,
),
];
const ICON_UPLOAD_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57683,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57695,
),
];
const ICON_VERIFIED_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57684,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57696,
),
];
const ICON_VERSIONS_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57685,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57697,
),
];
const ICON_VIDEO_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57686,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57698,
),
];
const ICON_VSCODE_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57699,
),
];
const ICON_WEBHOOK_CODEPOINTS: &[(VariantKey, u32)] = &[
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57700,
),
];
const ICON_WORKFLOW_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57689,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57701,
),
];
const ICON_WRAP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57690,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57702,
),
];
const ICON_X_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57692,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57703,
),
];
const ICON_X_CIRCLE_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Filled,
size: Size::Regular,
},
57695,
),
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57693,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57704,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Filled,
size: Size::Tiny,
},
57705,
),
];
const ICON_ZAP_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57696,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57706,
),
];
const ICON_ZOOM_IN_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57697,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57707,
),
];
const ICON_ZOOM_OUT_CODEPOINTS: &[(VariantKey, u32)] = &[
(
VariantKey {
style: Style::Regular,
size: Size::Regular,
},
57698,
),
#[cfg(feature = "octicons-tiny")]
(
VariantKey {
style: Style::Regular,
size: Size::Tiny,
},
57708,
),
];
const ICON_ACCESSIBILITY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ACCESSIBILITY_INSET_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_AGENT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_AI_MODEL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ALERT_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_APPS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ARCHIVE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ARROW_BOTH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ARROW_DOWN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ARROW_DOWN_LEFT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ARROW_DOWN_RIGHT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ARROW_LEFT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ARROW_RIGHT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ARROW_SWITCH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ARROW_UP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ARROW_UP_LEFT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ARROW_UP_RIGHT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BEAKER_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BELL_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_BELL_SLASH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BLOCKED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BOLD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BOOK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BOOKMARK_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BOOKMARK_FILLED_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BOOKMARK_SLASH_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_BOOLEAN_OFF_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BOOLEAN_ON_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BRIEFCASE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BROADCAST_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BROWSER_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_BUG_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CACHE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CALENDAR_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CHECK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CHECK_CIRCLE_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_CHECKBOX_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_CHECKLIST_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CHEVRON_DOWN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CHEVRON_LEFT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CHEVRON_RIGHT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CHEVRON_UP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CIRCLE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CIRCLE_SLASH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CLOCK_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_CLOUD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CLOUD_OFFLINE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CODE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CODE_OF_CONDUCT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CODE_REVIEW_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CODE_SQUARE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CODESCAN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CODESCAN_CHECKMARK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CODESPACES_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_COLUMNS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_COMMAND_PALETTE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_COMMENT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_COMMENT_AI_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_COMMENT_DISCUSSION_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_COMPOSE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CONTAINER_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_COPILOT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_COPILOT_ERROR_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_COPILOT_WARNING_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_COPY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CPU_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CREDIT_CARD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CROSS_REFERENCE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_CROSSHAIRS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DASH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DATABASE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DEPENDABOT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DESKTOP_DOWNLOAD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DEVICE_CAMERA_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DEVICE_CAMERA_VIDEO_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DEVICE_DESKTOP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DEVICE_MOBILE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DEVICES_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DIAMOND_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DICE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DIFF_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DIFF_ADDED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DIFF_IGNORED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DIFF_MODIFIED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DIFF_REMOVED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DIFF_RENAMED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DISCUSSION_CLOSED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DISCUSSION_DUPLICATE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DISCUSSION_OUTDATED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DOT_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_DOWNLOAD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_DUPLICATE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ELLIPSIS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_EXCLAMATION_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_EYE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_EYE_CLOSED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_DISCUSSION_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_FORKED_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_HEART_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_ISSUE_CLOSED_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_ISSUE_DRAFT_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_ISSUE_OPEN_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_ISSUE_REOPEN_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_MERGED_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_PERSON_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_PLUS_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_PUBLIC_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_PULL_REQUEST_CLOSED_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_PULL_REQUEST_DRAFT_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_PULL_REQUEST_OPEN_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_REPO_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_ROCKET_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_STAR_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_TAG_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FEED_TROPHY_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_ADDED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_BADGE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_BINARY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_CHECK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_CODE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_DIFF_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_DIRECTORY_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_FILE_DIRECTORY_OPEN_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_FILE_DIRECTORY_SYMLINK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_MEDIA_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_MOVED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_REMOVED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_SUBMODULE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_SYMLINK_FILE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILE_ZIP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILTER_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FILTER_REMOVE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FISCAL_HOST_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FLAME_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FLOWCHART_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FOCUS_CENTER_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FOLD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FOLD_DOWN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_FOLD_UP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GEAR_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GIFT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GIT_BRANCH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GIT_BRANCH_CHECK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GIT_COMMIT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GIT_COMPARE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GIT_MERGE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GIT_MERGE_QUEUE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GIT_PULL_REQUEST_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GIT_PULL_REQUEST_CLOSED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GIT_PULL_REQUEST_DRAFT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GLOBE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GOAL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GRABBER_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GRAPH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GRAPH_BAR_HORIZONTAL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_GRAPH_BAR_VERTICAL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_HASH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_HEADING_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_HEART_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_HISTORY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_HOME_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_HORIZONTAL_RULE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_HOURGLASS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_HUBOT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ID_BADGE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_IMAGE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_INBOX_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_INFINITY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_INFO_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ISSUE_CLOSED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ISSUE_DRAFT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ISSUE_OPENED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ISSUE_REOPENED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ISSUE_TRACKED_BY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ISSUE_TRACKS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ITALIC_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ITERATIONS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_KEBAB_HORIZONTAL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_KEY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_KEY_ASTERISK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LAW_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LIGHT_BULB_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LINK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LINK_EXTERNAL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LIST_ORDERED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LIST_UNORDERED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LOCATION_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LOCK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LOG_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LOGO_GIST_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LOGO_GITHUB_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_LOOP__AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MAIL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MARK_GITHUB_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MARKDOWN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MAXIMIZE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MCP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MEGAPHONE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MENTION_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_METER_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MILESTONE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MINIMIZE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MIRROR_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MOON_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MORTAR_BOARD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MOVE_TO_BOTTOM_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MOVE_TO_END_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MOVE_TO_START_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MOVE_TO_TOP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MULTI_SELECT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_MUTE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_NO_ENTRY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_NODE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_NORTH_STAR_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_NOTE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_NUMBER_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ORGANIZATION_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PACKAGE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PACKAGE_DEPENDENCIES_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PACKAGE_DEPENDENTS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PAINTBRUSH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PAPER_AIRPLANE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PAPERCLIP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PASSKEY_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_PASTE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PAUSE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PENCIL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PENCIL_AI_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PEOPLE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PERSON_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_PERSON_ADD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PIN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PIN_SLASH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PIVOT_COLUMN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PLAY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PLUG_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PLUS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PLUS_CIRCLE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PROJECT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PROJECT_ROADMAP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PROJECT_SYMLINK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PROJECT_TEMPLATE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_PULSE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_QUESTION_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_QUOTE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_READ_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REDO_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REL_FILE_PATH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REPLY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REPO_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REPO_CLONE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REPO_DELETE_AVAILABLE: &[(Style, Size)] = &[(Style::Regular, Size::Regular)];
const ICON_REPO_DELETED_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REPO_FORKED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REPO_LOCKED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REPO_PULL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REPO_PUSH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REPO_TEMPLATE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_REPORT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ROCKET_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ROWS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_RSS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_RUBY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SCREEN_FULL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SCREEN_NORMAL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SEARCH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SERVER_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SHARE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SHARE_ANDROID_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SHIELD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SHIELD_CHECK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SHIELD_LOCK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SHIELD_SLASH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SHIELD_X_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SIDEBAR_COLLAPSE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SIDEBAR_EXPAND_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SIGN_IN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SIGN_OUT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SINGLE_SELECT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SKIP_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_SLIDERS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SMILEY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SMILEY_FROWN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SMILEY_FRUSTRATED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SMILEY_GRIN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SMILEY_NEUTRAL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SORT_ASC_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SORT_DESC_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SPACE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SPACING_LARGE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SPACING_MEDIUM_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SPACING_SMALL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SPARKLE_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_SPARKLES_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_SPLIT_VIEW_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SPONSOR_TIERS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SQUARE_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_SQUARE_CIRCLE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SQUIRREL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_STACK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_STAR_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_STOP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_STOPWATCH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_STRIKETHROUGH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SUN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_SYNC_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TAB_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TAB_EXTERNAL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TABLE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TAG_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TASKLIST_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TELESCOPE_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_TERMINAL_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_THREE_BARS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_THUMBSDOWN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_THUMBSUP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TOOLS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TRACKED_BY_CLOSED_COMPLETED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TRACKED_BY_CLOSED_NOT_PLANNED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TRASH_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TRIANGLE_DOWN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TRIANGLE_LEFT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TRIANGLE_RIGHT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TRIANGLE_UP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TROPHY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_TYPOGRAPHY_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_UNDO_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_UNFOLD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_UNLINK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_UNLOCK_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_UNMUTE_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_UNREAD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_UNVERIFIED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_UNWRAP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_UPLOAD_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_VERIFIED_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_VERSIONS_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_VIDEO_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_VSCODE_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_WEBHOOK_AVAILABLE: &[(Style, Size)] = &[
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_WORKFLOW_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_WRAP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_X_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_X_CIRCLE_AVAILABLE: &[(Style, Size)] = &[
(Style::Filled, Size::Regular),
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
#[cfg(feature = "octicons-tiny")]
(Style::Filled, Size::Tiny),
];
const ICON_ZAP_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ZOOM_IN_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
const ICON_ZOOM_OUT_AVAILABLE: &[(Style, Size)] = &[
(Style::Regular, Size::Regular),
#[cfg(feature = "octicons-tiny")]
(Style::Regular, Size::Tiny),
];
#[derive(Clone, Copy, Debug)]
pub(crate) struct IconCodepoints {
pub name: &'static str,
pub codepoints: &'static [(VariantKey, u32)],
}
pub(crate) const ICON_CODEPOINTS: &[IconCodepoints] = &[
IconCodepoints {
name: "accessibility",
codepoints: ICON_ACCESSIBILITY_CODEPOINTS,
},
IconCodepoints {
name: "accessibility-inset",
codepoints: ICON_ACCESSIBILITY_INSET_CODEPOINTS,
},
IconCodepoints {
name: "agent",
codepoints: ICON_AGENT_CODEPOINTS,
},
IconCodepoints {
name: "ai-model",
codepoints: ICON_AI_MODEL_CODEPOINTS,
},
IconCodepoints {
name: "alert",
codepoints: ICON_ALERT_CODEPOINTS,
},
IconCodepoints {
name: "apps",
codepoints: ICON_APPS_CODEPOINTS,
},
IconCodepoints {
name: "archive",
codepoints: ICON_ARCHIVE_CODEPOINTS,
},
IconCodepoints {
name: "arrow-both",
codepoints: ICON_ARROW_BOTH_CODEPOINTS,
},
IconCodepoints {
name: "arrow-down",
codepoints: ICON_ARROW_DOWN_CODEPOINTS,
},
IconCodepoints {
name: "arrow-down-left",
codepoints: ICON_ARROW_DOWN_LEFT_CODEPOINTS,
},
IconCodepoints {
name: "arrow-down-right",
codepoints: ICON_ARROW_DOWN_RIGHT_CODEPOINTS,
},
IconCodepoints {
name: "arrow-left",
codepoints: ICON_ARROW_LEFT_CODEPOINTS,
},
IconCodepoints {
name: "arrow-right",
codepoints: ICON_ARROW_RIGHT_CODEPOINTS,
},
IconCodepoints {
name: "arrow-switch",
codepoints: ICON_ARROW_SWITCH_CODEPOINTS,
},
IconCodepoints {
name: "arrow-up",
codepoints: ICON_ARROW_UP_CODEPOINTS,
},
IconCodepoints {
name: "arrow-up-left",
codepoints: ICON_ARROW_UP_LEFT_CODEPOINTS,
},
IconCodepoints {
name: "arrow-up-right",
codepoints: ICON_ARROW_UP_RIGHT_CODEPOINTS,
},
IconCodepoints {
name: "beaker",
codepoints: ICON_BEAKER_CODEPOINTS,
},
IconCodepoints {
name: "bell",
codepoints: ICON_BELL_CODEPOINTS,
},
IconCodepoints {
name: "bell-slash",
codepoints: ICON_BELL_SLASH_CODEPOINTS,
},
IconCodepoints {
name: "blocked",
codepoints: ICON_BLOCKED_CODEPOINTS,
},
IconCodepoints {
name: "bold",
codepoints: ICON_BOLD_CODEPOINTS,
},
IconCodepoints {
name: "book",
codepoints: ICON_BOOK_CODEPOINTS,
},
IconCodepoints {
name: "bookmark",
codepoints: ICON_BOOKMARK_CODEPOINTS,
},
IconCodepoints {
name: "bookmark-filled",
codepoints: ICON_BOOKMARK_FILLED_CODEPOINTS,
},
IconCodepoints {
name: "bookmark-slash",
codepoints: ICON_BOOKMARK_SLASH_CODEPOINTS,
},
IconCodepoints {
name: "boolean-off",
codepoints: ICON_BOOLEAN_OFF_CODEPOINTS,
},
IconCodepoints {
name: "boolean-on",
codepoints: ICON_BOOLEAN_ON_CODEPOINTS,
},
IconCodepoints {
name: "briefcase",
codepoints: ICON_BRIEFCASE_CODEPOINTS,
},
IconCodepoints {
name: "broadcast",
codepoints: ICON_BROADCAST_CODEPOINTS,
},
IconCodepoints {
name: "browser",
codepoints: ICON_BROWSER_CODEPOINTS,
},
IconCodepoints {
name: "bug",
codepoints: ICON_BUG_CODEPOINTS,
},
IconCodepoints {
name: "cache",
codepoints: ICON_CACHE_CODEPOINTS,
},
IconCodepoints {
name: "calendar",
codepoints: ICON_CALENDAR_CODEPOINTS,
},
IconCodepoints {
name: "check",
codepoints: ICON_CHECK_CODEPOINTS,
},
IconCodepoints {
name: "check-circle",
codepoints: ICON_CHECK_CIRCLE_CODEPOINTS,
},
IconCodepoints {
name: "checkbox",
codepoints: ICON_CHECKBOX_CODEPOINTS,
},
IconCodepoints {
name: "checklist",
codepoints: ICON_CHECKLIST_CODEPOINTS,
},
IconCodepoints {
name: "chevron-down",
codepoints: ICON_CHEVRON_DOWN_CODEPOINTS,
},
IconCodepoints {
name: "chevron-left",
codepoints: ICON_CHEVRON_LEFT_CODEPOINTS,
},
IconCodepoints {
name: "chevron-right",
codepoints: ICON_CHEVRON_RIGHT_CODEPOINTS,
},
IconCodepoints {
name: "chevron-up",
codepoints: ICON_CHEVRON_UP_CODEPOINTS,
},
IconCodepoints {
name: "circle",
codepoints: ICON_CIRCLE_CODEPOINTS,
},
IconCodepoints {
name: "circle-slash",
codepoints: ICON_CIRCLE_SLASH_CODEPOINTS,
},
IconCodepoints {
name: "clock",
codepoints: ICON_CLOCK_CODEPOINTS,
},
IconCodepoints {
name: "cloud",
codepoints: ICON_CLOUD_CODEPOINTS,
},
IconCodepoints {
name: "cloud-offline",
codepoints: ICON_CLOUD_OFFLINE_CODEPOINTS,
},
IconCodepoints {
name: "code",
codepoints: ICON_CODE_CODEPOINTS,
},
IconCodepoints {
name: "code-of-conduct",
codepoints: ICON_CODE_OF_CONDUCT_CODEPOINTS,
},
IconCodepoints {
name: "code-review",
codepoints: ICON_CODE_REVIEW_CODEPOINTS,
},
IconCodepoints {
name: "code-square",
codepoints: ICON_CODE_SQUARE_CODEPOINTS,
},
IconCodepoints {
name: "codescan",
codepoints: ICON_CODESCAN_CODEPOINTS,
},
IconCodepoints {
name: "codescan-checkmark",
codepoints: ICON_CODESCAN_CHECKMARK_CODEPOINTS,
},
IconCodepoints {
name: "codespaces",
codepoints: ICON_CODESPACES_CODEPOINTS,
},
IconCodepoints {
name: "columns",
codepoints: ICON_COLUMNS_CODEPOINTS,
},
IconCodepoints {
name: "command-palette",
codepoints: ICON_COMMAND_PALETTE_CODEPOINTS,
},
IconCodepoints {
name: "comment",
codepoints: ICON_COMMENT_CODEPOINTS,
},
IconCodepoints {
name: "comment-ai",
codepoints: ICON_COMMENT_AI_CODEPOINTS,
},
IconCodepoints {
name: "comment-discussion",
codepoints: ICON_COMMENT_DISCUSSION_CODEPOINTS,
},
IconCodepoints {
name: "compose",
codepoints: ICON_COMPOSE_CODEPOINTS,
},
IconCodepoints {
name: "container",
codepoints: ICON_CONTAINER_CODEPOINTS,
},
IconCodepoints {
name: "copilot",
codepoints: ICON_COPILOT_CODEPOINTS,
},
IconCodepoints {
name: "copilot-error",
codepoints: ICON_COPILOT_ERROR_CODEPOINTS,
},
IconCodepoints {
name: "copilot-warning",
codepoints: ICON_COPILOT_WARNING_CODEPOINTS,
},
IconCodepoints {
name: "copy",
codepoints: ICON_COPY_CODEPOINTS,
},
IconCodepoints {
name: "cpu",
codepoints: ICON_CPU_CODEPOINTS,
},
IconCodepoints {
name: "credit-card",
codepoints: ICON_CREDIT_CARD_CODEPOINTS,
},
IconCodepoints {
name: "cross-reference",
codepoints: ICON_CROSS_REFERENCE_CODEPOINTS,
},
IconCodepoints {
name: "crosshairs",
codepoints: ICON_CROSSHAIRS_CODEPOINTS,
},
IconCodepoints {
name: "dash",
codepoints: ICON_DASH_CODEPOINTS,
},
IconCodepoints {
name: "database",
codepoints: ICON_DATABASE_CODEPOINTS,
},
IconCodepoints {
name: "dependabot",
codepoints: ICON_DEPENDABOT_CODEPOINTS,
},
IconCodepoints {
name: "desktop-download",
codepoints: ICON_DESKTOP_DOWNLOAD_CODEPOINTS,
},
IconCodepoints {
name: "device-camera",
codepoints: ICON_DEVICE_CAMERA_CODEPOINTS,
},
IconCodepoints {
name: "device-camera-video",
codepoints: ICON_DEVICE_CAMERA_VIDEO_CODEPOINTS,
},
IconCodepoints {
name: "device-desktop",
codepoints: ICON_DEVICE_DESKTOP_CODEPOINTS,
},
IconCodepoints {
name: "device-mobile",
codepoints: ICON_DEVICE_MOBILE_CODEPOINTS,
},
IconCodepoints {
name: "devices",
codepoints: ICON_DEVICES_CODEPOINTS,
},
IconCodepoints {
name: "diamond",
codepoints: ICON_DIAMOND_CODEPOINTS,
},
IconCodepoints {
name: "dice",
codepoints: ICON_DICE_CODEPOINTS,
},
IconCodepoints {
name: "diff",
codepoints: ICON_DIFF_CODEPOINTS,
},
IconCodepoints {
name: "diff-added",
codepoints: ICON_DIFF_ADDED_CODEPOINTS,
},
IconCodepoints {
name: "diff-ignored",
codepoints: ICON_DIFF_IGNORED_CODEPOINTS,
},
IconCodepoints {
name: "diff-modified",
codepoints: ICON_DIFF_MODIFIED_CODEPOINTS,
},
IconCodepoints {
name: "diff-removed",
codepoints: ICON_DIFF_REMOVED_CODEPOINTS,
},
IconCodepoints {
name: "diff-renamed",
codepoints: ICON_DIFF_RENAMED_CODEPOINTS,
},
IconCodepoints {
name: "discussion-closed",
codepoints: ICON_DISCUSSION_CLOSED_CODEPOINTS,
},
IconCodepoints {
name: "discussion-duplicate",
codepoints: ICON_DISCUSSION_DUPLICATE_CODEPOINTS,
},
IconCodepoints {
name: "discussion-outdated",
codepoints: ICON_DISCUSSION_OUTDATED_CODEPOINTS,
},
IconCodepoints {
name: "dot",
codepoints: ICON_DOT_CODEPOINTS,
},
IconCodepoints {
name: "download",
codepoints: ICON_DOWNLOAD_CODEPOINTS,
},
IconCodepoints {
name: "duplicate",
codepoints: ICON_DUPLICATE_CODEPOINTS,
},
IconCodepoints {
name: "ellipsis",
codepoints: ICON_ELLIPSIS_CODEPOINTS,
},
IconCodepoints {
name: "exclamation",
codepoints: ICON_EXCLAMATION_CODEPOINTS,
},
IconCodepoints {
name: "eye",
codepoints: ICON_EYE_CODEPOINTS,
},
IconCodepoints {
name: "eye-closed",
codepoints: ICON_EYE_CLOSED_CODEPOINTS,
},
IconCodepoints {
name: "feed-discussion",
codepoints: ICON_FEED_DISCUSSION_CODEPOINTS,
},
IconCodepoints {
name: "feed-forked",
codepoints: ICON_FEED_FORKED_CODEPOINTS,
},
IconCodepoints {
name: "feed-heart",
codepoints: ICON_FEED_HEART_CODEPOINTS,
},
IconCodepoints {
name: "feed-issue-closed",
codepoints: ICON_FEED_ISSUE_CLOSED_CODEPOINTS,
},
IconCodepoints {
name: "feed-issue-draft",
codepoints: ICON_FEED_ISSUE_DRAFT_CODEPOINTS,
},
IconCodepoints {
name: "feed-issue-open",
codepoints: ICON_FEED_ISSUE_OPEN_CODEPOINTS,
},
IconCodepoints {
name: "feed-issue-reopen",
codepoints: ICON_FEED_ISSUE_REOPEN_CODEPOINTS,
},
IconCodepoints {
name: "feed-merged",
codepoints: ICON_FEED_MERGED_CODEPOINTS,
},
IconCodepoints {
name: "feed-person",
codepoints: ICON_FEED_PERSON_CODEPOINTS,
},
IconCodepoints {
name: "feed-plus",
codepoints: ICON_FEED_PLUS_CODEPOINTS,
},
IconCodepoints {
name: "feed-public",
codepoints: ICON_FEED_PUBLIC_CODEPOINTS,
},
IconCodepoints {
name: "feed-pull-request-closed",
codepoints: ICON_FEED_PULL_REQUEST_CLOSED_CODEPOINTS,
},
IconCodepoints {
name: "feed-pull-request-draft",
codepoints: ICON_FEED_PULL_REQUEST_DRAFT_CODEPOINTS,
},
IconCodepoints {
name: "feed-pull-request-open",
codepoints: ICON_FEED_PULL_REQUEST_OPEN_CODEPOINTS,
},
IconCodepoints {
name: "feed-repo",
codepoints: ICON_FEED_REPO_CODEPOINTS,
},
IconCodepoints {
name: "feed-rocket",
codepoints: ICON_FEED_ROCKET_CODEPOINTS,
},
IconCodepoints {
name: "feed-star",
codepoints: ICON_FEED_STAR_CODEPOINTS,
},
IconCodepoints {
name: "feed-tag",
codepoints: ICON_FEED_TAG_CODEPOINTS,
},
IconCodepoints {
name: "feed-trophy",
codepoints: ICON_FEED_TROPHY_CODEPOINTS,
},
IconCodepoints {
name: "file",
codepoints: ICON_FILE_CODEPOINTS,
},
IconCodepoints {
name: "file-added",
codepoints: ICON_FILE_ADDED_CODEPOINTS,
},
IconCodepoints {
name: "file-badge",
codepoints: ICON_FILE_BADGE_CODEPOINTS,
},
IconCodepoints {
name: "file-binary",
codepoints: ICON_FILE_BINARY_CODEPOINTS,
},
IconCodepoints {
name: "file-check",
codepoints: ICON_FILE_CHECK_CODEPOINTS,
},
IconCodepoints {
name: "file-code",
codepoints: ICON_FILE_CODE_CODEPOINTS,
},
IconCodepoints {
name: "file-diff",
codepoints: ICON_FILE_DIFF_CODEPOINTS,
},
IconCodepoints {
name: "file-directory",
codepoints: ICON_FILE_DIRECTORY_CODEPOINTS,
},
IconCodepoints {
name: "file-directory-open",
codepoints: ICON_FILE_DIRECTORY_OPEN_CODEPOINTS,
},
IconCodepoints {
name: "file-directory-symlink",
codepoints: ICON_FILE_DIRECTORY_SYMLINK_CODEPOINTS,
},
IconCodepoints {
name: "file-media",
codepoints: ICON_FILE_MEDIA_CODEPOINTS,
},
IconCodepoints {
name: "file-moved",
codepoints: ICON_FILE_MOVED_CODEPOINTS,
},
IconCodepoints {
name: "file-removed",
codepoints: ICON_FILE_REMOVED_CODEPOINTS,
},
IconCodepoints {
name: "file-submodule",
codepoints: ICON_FILE_SUBMODULE_CODEPOINTS,
},
IconCodepoints {
name: "file-symlink-file",
codepoints: ICON_FILE_SYMLINK_FILE_CODEPOINTS,
},
IconCodepoints {
name: "file-zip",
codepoints: ICON_FILE_ZIP_CODEPOINTS,
},
IconCodepoints {
name: "filter",
codepoints: ICON_FILTER_CODEPOINTS,
},
IconCodepoints {
name: "filter-remove",
codepoints: ICON_FILTER_REMOVE_CODEPOINTS,
},
IconCodepoints {
name: "fiscal-host",
codepoints: ICON_FISCAL_HOST_CODEPOINTS,
},
IconCodepoints {
name: "flame",
codepoints: ICON_FLAME_CODEPOINTS,
},
IconCodepoints {
name: "flowchart",
codepoints: ICON_FLOWCHART_CODEPOINTS,
},
IconCodepoints {
name: "focus-center",
codepoints: ICON_FOCUS_CENTER_CODEPOINTS,
},
IconCodepoints {
name: "fold",
codepoints: ICON_FOLD_CODEPOINTS,
},
IconCodepoints {
name: "fold-down",
codepoints: ICON_FOLD_DOWN_CODEPOINTS,
},
IconCodepoints {
name: "fold-up",
codepoints: ICON_FOLD_UP_CODEPOINTS,
},
IconCodepoints {
name: "gear",
codepoints: ICON_GEAR_CODEPOINTS,
},
IconCodepoints {
name: "gift",
codepoints: ICON_GIFT_CODEPOINTS,
},
IconCodepoints {
name: "git-branch",
codepoints: ICON_GIT_BRANCH_CODEPOINTS,
},
IconCodepoints {
name: "git-branch-check",
codepoints: ICON_GIT_BRANCH_CHECK_CODEPOINTS,
},
IconCodepoints {
name: "git-commit",
codepoints: ICON_GIT_COMMIT_CODEPOINTS,
},
IconCodepoints {
name: "git-compare",
codepoints: ICON_GIT_COMPARE_CODEPOINTS,
},
IconCodepoints {
name: "git-merge",
codepoints: ICON_GIT_MERGE_CODEPOINTS,
},
IconCodepoints {
name: "git-merge-queue",
codepoints: ICON_GIT_MERGE_QUEUE_CODEPOINTS,
},
IconCodepoints {
name: "git-pull-request",
codepoints: ICON_GIT_PULL_REQUEST_CODEPOINTS,
},
IconCodepoints {
name: "git-pull-request-closed",
codepoints: ICON_GIT_PULL_REQUEST_CLOSED_CODEPOINTS,
},
IconCodepoints {
name: "git-pull-request-draft",
codepoints: ICON_GIT_PULL_REQUEST_DRAFT_CODEPOINTS,
},
IconCodepoints {
name: "globe",
codepoints: ICON_GLOBE_CODEPOINTS,
},
IconCodepoints {
name: "goal",
codepoints: ICON_GOAL_CODEPOINTS,
},
IconCodepoints {
name: "grabber",
codepoints: ICON_GRABBER_CODEPOINTS,
},
IconCodepoints {
name: "graph",
codepoints: ICON_GRAPH_CODEPOINTS,
},
IconCodepoints {
name: "graph-bar-horizontal",
codepoints: ICON_GRAPH_BAR_HORIZONTAL_CODEPOINTS,
},
IconCodepoints {
name: "graph-bar-vertical",
codepoints: ICON_GRAPH_BAR_VERTICAL_CODEPOINTS,
},
IconCodepoints {
name: "hash",
codepoints: ICON_HASH_CODEPOINTS,
},
IconCodepoints {
name: "heading",
codepoints: ICON_HEADING_CODEPOINTS,
},
IconCodepoints {
name: "heart",
codepoints: ICON_HEART_CODEPOINTS,
},
IconCodepoints {
name: "history",
codepoints: ICON_HISTORY_CODEPOINTS,
},
IconCodepoints {
name: "home",
codepoints: ICON_HOME_CODEPOINTS,
},
IconCodepoints {
name: "horizontal-rule",
codepoints: ICON_HORIZONTAL_RULE_CODEPOINTS,
},
IconCodepoints {
name: "hourglass",
codepoints: ICON_HOURGLASS_CODEPOINTS,
},
IconCodepoints {
name: "hubot",
codepoints: ICON_HUBOT_CODEPOINTS,
},
IconCodepoints {
name: "id-badge",
codepoints: ICON_ID_BADGE_CODEPOINTS,
},
IconCodepoints {
name: "image",
codepoints: ICON_IMAGE_CODEPOINTS,
},
IconCodepoints {
name: "inbox",
codepoints: ICON_INBOX_CODEPOINTS,
},
IconCodepoints {
name: "infinity",
codepoints: ICON_INFINITY_CODEPOINTS,
},
IconCodepoints {
name: "info",
codepoints: ICON_INFO_CODEPOINTS,
},
IconCodepoints {
name: "issue-closed",
codepoints: ICON_ISSUE_CLOSED_CODEPOINTS,
},
IconCodepoints {
name: "issue-draft",
codepoints: ICON_ISSUE_DRAFT_CODEPOINTS,
},
IconCodepoints {
name: "issue-opened",
codepoints: ICON_ISSUE_OPENED_CODEPOINTS,
},
IconCodepoints {
name: "issue-reopened",
codepoints: ICON_ISSUE_REOPENED_CODEPOINTS,
},
IconCodepoints {
name: "issue-tracked-by",
codepoints: ICON_ISSUE_TRACKED_BY_CODEPOINTS,
},
IconCodepoints {
name: "issue-tracks",
codepoints: ICON_ISSUE_TRACKS_CODEPOINTS,
},
IconCodepoints {
name: "italic",
codepoints: ICON_ITALIC_CODEPOINTS,
},
IconCodepoints {
name: "iterations",
codepoints: ICON_ITERATIONS_CODEPOINTS,
},
IconCodepoints {
name: "kebab-horizontal",
codepoints: ICON_KEBAB_HORIZONTAL_CODEPOINTS,
},
IconCodepoints {
name: "key",
codepoints: ICON_KEY_CODEPOINTS,
},
IconCodepoints {
name: "key-asterisk",
codepoints: ICON_KEY_ASTERISK_CODEPOINTS,
},
IconCodepoints {
name: "law",
codepoints: ICON_LAW_CODEPOINTS,
},
IconCodepoints {
name: "light-bulb",
codepoints: ICON_LIGHT_BULB_CODEPOINTS,
},
IconCodepoints {
name: "link",
codepoints: ICON_LINK_CODEPOINTS,
},
IconCodepoints {
name: "link-external",
codepoints: ICON_LINK_EXTERNAL_CODEPOINTS,
},
IconCodepoints {
name: "list-ordered",
codepoints: ICON_LIST_ORDERED_CODEPOINTS,
},
IconCodepoints {
name: "list-unordered",
codepoints: ICON_LIST_UNORDERED_CODEPOINTS,
},
IconCodepoints {
name: "location",
codepoints: ICON_LOCATION_CODEPOINTS,
},
IconCodepoints {
name: "lock",
codepoints: ICON_LOCK_CODEPOINTS,
},
IconCodepoints {
name: "log",
codepoints: ICON_LOG_CODEPOINTS,
},
IconCodepoints {
name: "logo-gist",
codepoints: ICON_LOGO_GIST_CODEPOINTS,
},
IconCodepoints {
name: "logo-github",
codepoints: ICON_LOGO_GITHUB_CODEPOINTS,
},
IconCodepoints {
name: "loop",
codepoints: ICON_LOOP__CODEPOINTS,
},
IconCodepoints {
name: "mail",
codepoints: ICON_MAIL_CODEPOINTS,
},
IconCodepoints {
name: "mark-github",
codepoints: ICON_MARK_GITHUB_CODEPOINTS,
},
IconCodepoints {
name: "markdown",
codepoints: ICON_MARKDOWN_CODEPOINTS,
},
IconCodepoints {
name: "maximize",
codepoints: ICON_MAXIMIZE_CODEPOINTS,
},
IconCodepoints {
name: "mcp",
codepoints: ICON_MCP_CODEPOINTS,
},
IconCodepoints {
name: "megaphone",
codepoints: ICON_MEGAPHONE_CODEPOINTS,
},
IconCodepoints {
name: "mention",
codepoints: ICON_MENTION_CODEPOINTS,
},
IconCodepoints {
name: "meter",
codepoints: ICON_METER_CODEPOINTS,
},
IconCodepoints {
name: "milestone",
codepoints: ICON_MILESTONE_CODEPOINTS,
},
IconCodepoints {
name: "minimize",
codepoints: ICON_MINIMIZE_CODEPOINTS,
},
IconCodepoints {
name: "mirror",
codepoints: ICON_MIRROR_CODEPOINTS,
},
IconCodepoints {
name: "moon",
codepoints: ICON_MOON_CODEPOINTS,
},
IconCodepoints {
name: "mortar-board",
codepoints: ICON_MORTAR_BOARD_CODEPOINTS,
},
IconCodepoints {
name: "move-to-bottom",
codepoints: ICON_MOVE_TO_BOTTOM_CODEPOINTS,
},
IconCodepoints {
name: "move-to-end",
codepoints: ICON_MOVE_TO_END_CODEPOINTS,
},
IconCodepoints {
name: "move-to-start",
codepoints: ICON_MOVE_TO_START_CODEPOINTS,
},
IconCodepoints {
name: "move-to-top",
codepoints: ICON_MOVE_TO_TOP_CODEPOINTS,
},
IconCodepoints {
name: "multi-select",
codepoints: ICON_MULTI_SELECT_CODEPOINTS,
},
IconCodepoints {
name: "mute",
codepoints: ICON_MUTE_CODEPOINTS,
},
IconCodepoints {
name: "no-entry",
codepoints: ICON_NO_ENTRY_CODEPOINTS,
},
IconCodepoints {
name: "node",
codepoints: ICON_NODE_CODEPOINTS,
},
IconCodepoints {
name: "north-star",
codepoints: ICON_NORTH_STAR_CODEPOINTS,
},
IconCodepoints {
name: "note",
codepoints: ICON_NOTE_CODEPOINTS,
},
IconCodepoints {
name: "number",
codepoints: ICON_NUMBER_CODEPOINTS,
},
IconCodepoints {
name: "organization",
codepoints: ICON_ORGANIZATION_CODEPOINTS,
},
IconCodepoints {
name: "package",
codepoints: ICON_PACKAGE_CODEPOINTS,
},
IconCodepoints {
name: "package-dependencies",
codepoints: ICON_PACKAGE_DEPENDENCIES_CODEPOINTS,
},
IconCodepoints {
name: "package-dependents",
codepoints: ICON_PACKAGE_DEPENDENTS_CODEPOINTS,
},
IconCodepoints {
name: "paintbrush",
codepoints: ICON_PAINTBRUSH_CODEPOINTS,
},
IconCodepoints {
name: "paper-airplane",
codepoints: ICON_PAPER_AIRPLANE_CODEPOINTS,
},
IconCodepoints {
name: "paperclip",
codepoints: ICON_PAPERCLIP_CODEPOINTS,
},
IconCodepoints {
name: "passkey",
codepoints: ICON_PASSKEY_CODEPOINTS,
},
IconCodepoints {
name: "paste",
codepoints: ICON_PASTE_CODEPOINTS,
},
IconCodepoints {
name: "pause",
codepoints: ICON_PAUSE_CODEPOINTS,
},
IconCodepoints {
name: "pencil",
codepoints: ICON_PENCIL_CODEPOINTS,
},
IconCodepoints {
name: "pencil-ai",
codepoints: ICON_PENCIL_AI_CODEPOINTS,
},
IconCodepoints {
name: "people",
codepoints: ICON_PEOPLE_CODEPOINTS,
},
IconCodepoints {
name: "person",
codepoints: ICON_PERSON_CODEPOINTS,
},
IconCodepoints {
name: "person-add",
codepoints: ICON_PERSON_ADD_CODEPOINTS,
},
IconCodepoints {
name: "pin",
codepoints: ICON_PIN_CODEPOINTS,
},
IconCodepoints {
name: "pin-slash",
codepoints: ICON_PIN_SLASH_CODEPOINTS,
},
IconCodepoints {
name: "pivot-column",
codepoints: ICON_PIVOT_COLUMN_CODEPOINTS,
},
IconCodepoints {
name: "play",
codepoints: ICON_PLAY_CODEPOINTS,
},
IconCodepoints {
name: "plug",
codepoints: ICON_PLUG_CODEPOINTS,
},
IconCodepoints {
name: "plus",
codepoints: ICON_PLUS_CODEPOINTS,
},
IconCodepoints {
name: "plus-circle",
codepoints: ICON_PLUS_CIRCLE_CODEPOINTS,
},
IconCodepoints {
name: "project",
codepoints: ICON_PROJECT_CODEPOINTS,
},
IconCodepoints {
name: "project-roadmap",
codepoints: ICON_PROJECT_ROADMAP_CODEPOINTS,
},
IconCodepoints {
name: "project-symlink",
codepoints: ICON_PROJECT_SYMLINK_CODEPOINTS,
},
IconCodepoints {
name: "project-template",
codepoints: ICON_PROJECT_TEMPLATE_CODEPOINTS,
},
IconCodepoints {
name: "pulse",
codepoints: ICON_PULSE_CODEPOINTS,
},
IconCodepoints {
name: "question",
codepoints: ICON_QUESTION_CODEPOINTS,
},
IconCodepoints {
name: "quote",
codepoints: ICON_QUOTE_CODEPOINTS,
},
IconCodepoints {
name: "read",
codepoints: ICON_READ_CODEPOINTS,
},
IconCodepoints {
name: "redo",
codepoints: ICON_REDO_CODEPOINTS,
},
IconCodepoints {
name: "rel-file-path",
codepoints: ICON_REL_FILE_PATH_CODEPOINTS,
},
IconCodepoints {
name: "reply",
codepoints: ICON_REPLY_CODEPOINTS,
},
IconCodepoints {
name: "repo",
codepoints: ICON_REPO_CODEPOINTS,
},
IconCodepoints {
name: "repo-clone",
codepoints: ICON_REPO_CLONE_CODEPOINTS,
},
IconCodepoints {
name: "repo-delete",
codepoints: ICON_REPO_DELETE_CODEPOINTS,
},
IconCodepoints {
name: "repo-deleted",
codepoints: ICON_REPO_DELETED_CODEPOINTS,
},
IconCodepoints {
name: "repo-forked",
codepoints: ICON_REPO_FORKED_CODEPOINTS,
},
IconCodepoints {
name: "repo-locked",
codepoints: ICON_REPO_LOCKED_CODEPOINTS,
},
IconCodepoints {
name: "repo-pull",
codepoints: ICON_REPO_PULL_CODEPOINTS,
},
IconCodepoints {
name: "repo-push",
codepoints: ICON_REPO_PUSH_CODEPOINTS,
},
IconCodepoints {
name: "repo-template",
codepoints: ICON_REPO_TEMPLATE_CODEPOINTS,
},
IconCodepoints {
name: "report",
codepoints: ICON_REPORT_CODEPOINTS,
},
IconCodepoints {
name: "rocket",
codepoints: ICON_ROCKET_CODEPOINTS,
},
IconCodepoints {
name: "rows",
codepoints: ICON_ROWS_CODEPOINTS,
},
IconCodepoints {
name: "rss",
codepoints: ICON_RSS_CODEPOINTS,
},
IconCodepoints {
name: "ruby",
codepoints: ICON_RUBY_CODEPOINTS,
},
IconCodepoints {
name: "screen-full",
codepoints: ICON_SCREEN_FULL_CODEPOINTS,
},
IconCodepoints {
name: "screen-normal",
codepoints: ICON_SCREEN_NORMAL_CODEPOINTS,
},
IconCodepoints {
name: "search",
codepoints: ICON_SEARCH_CODEPOINTS,
},
IconCodepoints {
name: "server",
codepoints: ICON_SERVER_CODEPOINTS,
},
IconCodepoints {
name: "share",
codepoints: ICON_SHARE_CODEPOINTS,
},
IconCodepoints {
name: "share-android",
codepoints: ICON_SHARE_ANDROID_CODEPOINTS,
},
IconCodepoints {
name: "shield",
codepoints: ICON_SHIELD_CODEPOINTS,
},
IconCodepoints {
name: "shield-check",
codepoints: ICON_SHIELD_CHECK_CODEPOINTS,
},
IconCodepoints {
name: "shield-lock",
codepoints: ICON_SHIELD_LOCK_CODEPOINTS,
},
IconCodepoints {
name: "shield-slash",
codepoints: ICON_SHIELD_SLASH_CODEPOINTS,
},
IconCodepoints {
name: "shield-x",
codepoints: ICON_SHIELD_X_CODEPOINTS,
},
IconCodepoints {
name: "sidebar-collapse",
codepoints: ICON_SIDEBAR_COLLAPSE_CODEPOINTS,
},
IconCodepoints {
name: "sidebar-expand",
codepoints: ICON_SIDEBAR_EXPAND_CODEPOINTS,
},
IconCodepoints {
name: "sign-in",
codepoints: ICON_SIGN_IN_CODEPOINTS,
},
IconCodepoints {
name: "sign-out",
codepoints: ICON_SIGN_OUT_CODEPOINTS,
},
IconCodepoints {
name: "single-select",
codepoints: ICON_SINGLE_SELECT_CODEPOINTS,
},
IconCodepoints {
name: "skip",
codepoints: ICON_SKIP_CODEPOINTS,
},
IconCodepoints {
name: "sliders",
codepoints: ICON_SLIDERS_CODEPOINTS,
},
IconCodepoints {
name: "smiley",
codepoints: ICON_SMILEY_CODEPOINTS,
},
IconCodepoints {
name: "smiley-frown",
codepoints: ICON_SMILEY_FROWN_CODEPOINTS,
},
IconCodepoints {
name: "smiley-frustrated",
codepoints: ICON_SMILEY_FRUSTRATED_CODEPOINTS,
},
IconCodepoints {
name: "smiley-grin",
codepoints: ICON_SMILEY_GRIN_CODEPOINTS,
},
IconCodepoints {
name: "smiley-neutral",
codepoints: ICON_SMILEY_NEUTRAL_CODEPOINTS,
},
IconCodepoints {
name: "sort-asc",
codepoints: ICON_SORT_ASC_CODEPOINTS,
},
IconCodepoints {
name: "sort-desc",
codepoints: ICON_SORT_DESC_CODEPOINTS,
},
IconCodepoints {
name: "space",
codepoints: ICON_SPACE_CODEPOINTS,
},
IconCodepoints {
name: "spacing-large",
codepoints: ICON_SPACING_LARGE_CODEPOINTS,
},
IconCodepoints {
name: "spacing-medium",
codepoints: ICON_SPACING_MEDIUM_CODEPOINTS,
},
IconCodepoints {
name: "spacing-small",
codepoints: ICON_SPACING_SMALL_CODEPOINTS,
},
IconCodepoints {
name: "sparkle",
codepoints: ICON_SPARKLE_CODEPOINTS,
},
IconCodepoints {
name: "sparkles",
codepoints: ICON_SPARKLES_CODEPOINTS,
},
IconCodepoints {
name: "split-view",
codepoints: ICON_SPLIT_VIEW_CODEPOINTS,
},
IconCodepoints {
name: "sponsor-tiers",
codepoints: ICON_SPONSOR_TIERS_CODEPOINTS,
},
IconCodepoints {
name: "square",
codepoints: ICON_SQUARE_CODEPOINTS,
},
IconCodepoints {
name: "square-circle",
codepoints: ICON_SQUARE_CIRCLE_CODEPOINTS,
},
IconCodepoints {
name: "squirrel",
codepoints: ICON_SQUIRREL_CODEPOINTS,
},
IconCodepoints {
name: "stack",
codepoints: ICON_STACK_CODEPOINTS,
},
IconCodepoints {
name: "star",
codepoints: ICON_STAR_CODEPOINTS,
},
IconCodepoints {
name: "stop",
codepoints: ICON_STOP_CODEPOINTS,
},
IconCodepoints {
name: "stopwatch",
codepoints: ICON_STOPWATCH_CODEPOINTS,
},
IconCodepoints {
name: "strikethrough",
codepoints: ICON_STRIKETHROUGH_CODEPOINTS,
},
IconCodepoints {
name: "sun",
codepoints: ICON_SUN_CODEPOINTS,
},
IconCodepoints {
name: "sync",
codepoints: ICON_SYNC_CODEPOINTS,
},
IconCodepoints {
name: "tab",
codepoints: ICON_TAB_CODEPOINTS,
},
IconCodepoints {
name: "tab-external",
codepoints: ICON_TAB_EXTERNAL_CODEPOINTS,
},
IconCodepoints {
name: "table",
codepoints: ICON_TABLE_CODEPOINTS,
},
IconCodepoints {
name: "tag",
codepoints: ICON_TAG_CODEPOINTS,
},
IconCodepoints {
name: "tasklist",
codepoints: ICON_TASKLIST_CODEPOINTS,
},
IconCodepoints {
name: "telescope",
codepoints: ICON_TELESCOPE_CODEPOINTS,
},
IconCodepoints {
name: "terminal",
codepoints: ICON_TERMINAL_CODEPOINTS,
},
IconCodepoints {
name: "three-bars",
codepoints: ICON_THREE_BARS_CODEPOINTS,
},
IconCodepoints {
name: "thumbsdown",
codepoints: ICON_THUMBSDOWN_CODEPOINTS,
},
IconCodepoints {
name: "thumbsup",
codepoints: ICON_THUMBSUP_CODEPOINTS,
},
IconCodepoints {
name: "tools",
codepoints: ICON_TOOLS_CODEPOINTS,
},
IconCodepoints {
name: "tracked-by-closed-completed",
codepoints: ICON_TRACKED_BY_CLOSED_COMPLETED_CODEPOINTS,
},
IconCodepoints {
name: "tracked-by-closed-not-planned",
codepoints: ICON_TRACKED_BY_CLOSED_NOT_PLANNED_CODEPOINTS,
},
IconCodepoints {
name: "trash",
codepoints: ICON_TRASH_CODEPOINTS,
},
IconCodepoints {
name: "triangle-down",
codepoints: ICON_TRIANGLE_DOWN_CODEPOINTS,
},
IconCodepoints {
name: "triangle-left",
codepoints: ICON_TRIANGLE_LEFT_CODEPOINTS,
},
IconCodepoints {
name: "triangle-right",
codepoints: ICON_TRIANGLE_RIGHT_CODEPOINTS,
},
IconCodepoints {
name: "triangle-up",
codepoints: ICON_TRIANGLE_UP_CODEPOINTS,
},
IconCodepoints {
name: "trophy",
codepoints: ICON_TROPHY_CODEPOINTS,
},
IconCodepoints {
name: "typography",
codepoints: ICON_TYPOGRAPHY_CODEPOINTS,
},
IconCodepoints {
name: "undo",
codepoints: ICON_UNDO_CODEPOINTS,
},
IconCodepoints {
name: "unfold",
codepoints: ICON_UNFOLD_CODEPOINTS,
},
IconCodepoints {
name: "unlink",
codepoints: ICON_UNLINK_CODEPOINTS,
},
IconCodepoints {
name: "unlock",
codepoints: ICON_UNLOCK_CODEPOINTS,
},
IconCodepoints {
name: "unmute",
codepoints: ICON_UNMUTE_CODEPOINTS,
},
IconCodepoints {
name: "unread",
codepoints: ICON_UNREAD_CODEPOINTS,
},
IconCodepoints {
name: "unverified",
codepoints: ICON_UNVERIFIED_CODEPOINTS,
},
IconCodepoints {
name: "unwrap",
codepoints: ICON_UNWRAP_CODEPOINTS,
},
IconCodepoints {
name: "upload",
codepoints: ICON_UPLOAD_CODEPOINTS,
},
IconCodepoints {
name: "verified",
codepoints: ICON_VERIFIED_CODEPOINTS,
},
IconCodepoints {
name: "versions",
codepoints: ICON_VERSIONS_CODEPOINTS,
},
IconCodepoints {
name: "video",
codepoints: ICON_VIDEO_CODEPOINTS,
},
IconCodepoints {
name: "vscode",
codepoints: ICON_VSCODE_CODEPOINTS,
},
IconCodepoints {
name: "webhook",
codepoints: ICON_WEBHOOK_CODEPOINTS,
},
IconCodepoints {
name: "workflow",
codepoints: ICON_WORKFLOW_CODEPOINTS,
},
IconCodepoints {
name: "wrap",
codepoints: ICON_WRAP_CODEPOINTS,
},
IconCodepoints {
name: "x",
codepoints: ICON_X_CODEPOINTS,
},
IconCodepoints {
name: "x-circle",
codepoints: ICON_X_CIRCLE_CODEPOINTS,
},
IconCodepoints {
name: "zap",
codepoints: ICON_ZAP_CODEPOINTS,
},
IconCodepoints {
name: "zoom-in",
codepoints: ICON_ZOOM_IN_CODEPOINTS,
},
IconCodepoints {
name: "zoom-out",
codepoints: ICON_ZOOM_OUT_CODEPOINTS,
},
];
#[derive(Clone, Copy, Debug)]
pub(crate) struct IconAvailability {
pub name: &'static str,
pub available: &'static [(Style, Size)],
}
pub(crate) const ICON_AVAILABILITY: &[IconAvailability] = &[
IconAvailability {
name: "accessibility",
available: ICON_ACCESSIBILITY_AVAILABLE,
},
IconAvailability {
name: "accessibility-inset",
available: ICON_ACCESSIBILITY_INSET_AVAILABLE,
},
IconAvailability {
name: "agent",
available: ICON_AGENT_AVAILABLE,
},
IconAvailability {
name: "ai-model",
available: ICON_AI_MODEL_AVAILABLE,
},
IconAvailability {
name: "alert",
available: ICON_ALERT_AVAILABLE,
},
IconAvailability {
name: "apps",
available: ICON_APPS_AVAILABLE,
},
IconAvailability {
name: "archive",
available: ICON_ARCHIVE_AVAILABLE,
},
IconAvailability {
name: "arrow-both",
available: ICON_ARROW_BOTH_AVAILABLE,
},
IconAvailability {
name: "arrow-down",
available: ICON_ARROW_DOWN_AVAILABLE,
},
IconAvailability {
name: "arrow-down-left",
available: ICON_ARROW_DOWN_LEFT_AVAILABLE,
},
IconAvailability {
name: "arrow-down-right",
available: ICON_ARROW_DOWN_RIGHT_AVAILABLE,
},
IconAvailability {
name: "arrow-left",
available: ICON_ARROW_LEFT_AVAILABLE,
},
IconAvailability {
name: "arrow-right",
available: ICON_ARROW_RIGHT_AVAILABLE,
},
IconAvailability {
name: "arrow-switch",
available: ICON_ARROW_SWITCH_AVAILABLE,
},
IconAvailability {
name: "arrow-up",
available: ICON_ARROW_UP_AVAILABLE,
},
IconAvailability {
name: "arrow-up-left",
available: ICON_ARROW_UP_LEFT_AVAILABLE,
},
IconAvailability {
name: "arrow-up-right",
available: ICON_ARROW_UP_RIGHT_AVAILABLE,
},
IconAvailability {
name: "beaker",
available: ICON_BEAKER_AVAILABLE,
},
IconAvailability {
name: "bell",
available: ICON_BELL_AVAILABLE,
},
IconAvailability {
name: "bell-slash",
available: ICON_BELL_SLASH_AVAILABLE,
},
IconAvailability {
name: "blocked",
available: ICON_BLOCKED_AVAILABLE,
},
IconAvailability {
name: "bold",
available: ICON_BOLD_AVAILABLE,
},
IconAvailability {
name: "book",
available: ICON_BOOK_AVAILABLE,
},
IconAvailability {
name: "bookmark",
available: ICON_BOOKMARK_AVAILABLE,
},
IconAvailability {
name: "bookmark-filled",
available: ICON_BOOKMARK_FILLED_AVAILABLE,
},
IconAvailability {
name: "bookmark-slash",
available: ICON_BOOKMARK_SLASH_AVAILABLE,
},
IconAvailability {
name: "boolean-off",
available: ICON_BOOLEAN_OFF_AVAILABLE,
},
IconAvailability {
name: "boolean-on",
available: ICON_BOOLEAN_ON_AVAILABLE,
},
IconAvailability {
name: "briefcase",
available: ICON_BRIEFCASE_AVAILABLE,
},
IconAvailability {
name: "broadcast",
available: ICON_BROADCAST_AVAILABLE,
},
IconAvailability {
name: "browser",
available: ICON_BROWSER_AVAILABLE,
},
IconAvailability {
name: "bug",
available: ICON_BUG_AVAILABLE,
},
IconAvailability {
name: "cache",
available: ICON_CACHE_AVAILABLE,
},
IconAvailability {
name: "calendar",
available: ICON_CALENDAR_AVAILABLE,
},
IconAvailability {
name: "check",
available: ICON_CHECK_AVAILABLE,
},
IconAvailability {
name: "check-circle",
available: ICON_CHECK_CIRCLE_AVAILABLE,
},
IconAvailability {
name: "checkbox",
available: ICON_CHECKBOX_AVAILABLE,
},
IconAvailability {
name: "checklist",
available: ICON_CHECKLIST_AVAILABLE,
},
IconAvailability {
name: "chevron-down",
available: ICON_CHEVRON_DOWN_AVAILABLE,
},
IconAvailability {
name: "chevron-left",
available: ICON_CHEVRON_LEFT_AVAILABLE,
},
IconAvailability {
name: "chevron-right",
available: ICON_CHEVRON_RIGHT_AVAILABLE,
},
IconAvailability {
name: "chevron-up",
available: ICON_CHEVRON_UP_AVAILABLE,
},
IconAvailability {
name: "circle",
available: ICON_CIRCLE_AVAILABLE,
},
IconAvailability {
name: "circle-slash",
available: ICON_CIRCLE_SLASH_AVAILABLE,
},
IconAvailability {
name: "clock",
available: ICON_CLOCK_AVAILABLE,
},
IconAvailability {
name: "cloud",
available: ICON_CLOUD_AVAILABLE,
},
IconAvailability {
name: "cloud-offline",
available: ICON_CLOUD_OFFLINE_AVAILABLE,
},
IconAvailability {
name: "code",
available: ICON_CODE_AVAILABLE,
},
IconAvailability {
name: "code-of-conduct",
available: ICON_CODE_OF_CONDUCT_AVAILABLE,
},
IconAvailability {
name: "code-review",
available: ICON_CODE_REVIEW_AVAILABLE,
},
IconAvailability {
name: "code-square",
available: ICON_CODE_SQUARE_AVAILABLE,
},
IconAvailability {
name: "codescan",
available: ICON_CODESCAN_AVAILABLE,
},
IconAvailability {
name: "codescan-checkmark",
available: ICON_CODESCAN_CHECKMARK_AVAILABLE,
},
IconAvailability {
name: "codespaces",
available: ICON_CODESPACES_AVAILABLE,
},
IconAvailability {
name: "columns",
available: ICON_COLUMNS_AVAILABLE,
},
IconAvailability {
name: "command-palette",
available: ICON_COMMAND_PALETTE_AVAILABLE,
},
IconAvailability {
name: "comment",
available: ICON_COMMENT_AVAILABLE,
},
IconAvailability {
name: "comment-ai",
available: ICON_COMMENT_AI_AVAILABLE,
},
IconAvailability {
name: "comment-discussion",
available: ICON_COMMENT_DISCUSSION_AVAILABLE,
},
IconAvailability {
name: "compose",
available: ICON_COMPOSE_AVAILABLE,
},
IconAvailability {
name: "container",
available: ICON_CONTAINER_AVAILABLE,
},
IconAvailability {
name: "copilot",
available: ICON_COPILOT_AVAILABLE,
},
IconAvailability {
name: "copilot-error",
available: ICON_COPILOT_ERROR_AVAILABLE,
},
IconAvailability {
name: "copilot-warning",
available: ICON_COPILOT_WARNING_AVAILABLE,
},
IconAvailability {
name: "copy",
available: ICON_COPY_AVAILABLE,
},
IconAvailability {
name: "cpu",
available: ICON_CPU_AVAILABLE,
},
IconAvailability {
name: "credit-card",
available: ICON_CREDIT_CARD_AVAILABLE,
},
IconAvailability {
name: "cross-reference",
available: ICON_CROSS_REFERENCE_AVAILABLE,
},
IconAvailability {
name: "crosshairs",
available: ICON_CROSSHAIRS_AVAILABLE,
},
IconAvailability {
name: "dash",
available: ICON_DASH_AVAILABLE,
},
IconAvailability {
name: "database",
available: ICON_DATABASE_AVAILABLE,
},
IconAvailability {
name: "dependabot",
available: ICON_DEPENDABOT_AVAILABLE,
},
IconAvailability {
name: "desktop-download",
available: ICON_DESKTOP_DOWNLOAD_AVAILABLE,
},
IconAvailability {
name: "device-camera",
available: ICON_DEVICE_CAMERA_AVAILABLE,
},
IconAvailability {
name: "device-camera-video",
available: ICON_DEVICE_CAMERA_VIDEO_AVAILABLE,
},
IconAvailability {
name: "device-desktop",
available: ICON_DEVICE_DESKTOP_AVAILABLE,
},
IconAvailability {
name: "device-mobile",
available: ICON_DEVICE_MOBILE_AVAILABLE,
},
IconAvailability {
name: "devices",
available: ICON_DEVICES_AVAILABLE,
},
IconAvailability {
name: "diamond",
available: ICON_DIAMOND_AVAILABLE,
},
IconAvailability {
name: "dice",
available: ICON_DICE_AVAILABLE,
},
IconAvailability {
name: "diff",
available: ICON_DIFF_AVAILABLE,
},
IconAvailability {
name: "diff-added",
available: ICON_DIFF_ADDED_AVAILABLE,
},
IconAvailability {
name: "diff-ignored",
available: ICON_DIFF_IGNORED_AVAILABLE,
},
IconAvailability {
name: "diff-modified",
available: ICON_DIFF_MODIFIED_AVAILABLE,
},
IconAvailability {
name: "diff-removed",
available: ICON_DIFF_REMOVED_AVAILABLE,
},
IconAvailability {
name: "diff-renamed",
available: ICON_DIFF_RENAMED_AVAILABLE,
},
IconAvailability {
name: "discussion-closed",
available: ICON_DISCUSSION_CLOSED_AVAILABLE,
},
IconAvailability {
name: "discussion-duplicate",
available: ICON_DISCUSSION_DUPLICATE_AVAILABLE,
},
IconAvailability {
name: "discussion-outdated",
available: ICON_DISCUSSION_OUTDATED_AVAILABLE,
},
IconAvailability {
name: "dot",
available: ICON_DOT_AVAILABLE,
},
IconAvailability {
name: "download",
available: ICON_DOWNLOAD_AVAILABLE,
},
IconAvailability {
name: "duplicate",
available: ICON_DUPLICATE_AVAILABLE,
},
IconAvailability {
name: "ellipsis",
available: ICON_ELLIPSIS_AVAILABLE,
},
IconAvailability {
name: "exclamation",
available: ICON_EXCLAMATION_AVAILABLE,
},
IconAvailability {
name: "eye",
available: ICON_EYE_AVAILABLE,
},
IconAvailability {
name: "eye-closed",
available: ICON_EYE_CLOSED_AVAILABLE,
},
IconAvailability {
name: "feed-discussion",
available: ICON_FEED_DISCUSSION_AVAILABLE,
},
IconAvailability {
name: "feed-forked",
available: ICON_FEED_FORKED_AVAILABLE,
},
IconAvailability {
name: "feed-heart",
available: ICON_FEED_HEART_AVAILABLE,
},
IconAvailability {
name: "feed-issue-closed",
available: ICON_FEED_ISSUE_CLOSED_AVAILABLE,
},
IconAvailability {
name: "feed-issue-draft",
available: ICON_FEED_ISSUE_DRAFT_AVAILABLE,
},
IconAvailability {
name: "feed-issue-open",
available: ICON_FEED_ISSUE_OPEN_AVAILABLE,
},
IconAvailability {
name: "feed-issue-reopen",
available: ICON_FEED_ISSUE_REOPEN_AVAILABLE,
},
IconAvailability {
name: "feed-merged",
available: ICON_FEED_MERGED_AVAILABLE,
},
IconAvailability {
name: "feed-person",
available: ICON_FEED_PERSON_AVAILABLE,
},
IconAvailability {
name: "feed-plus",
available: ICON_FEED_PLUS_AVAILABLE,
},
IconAvailability {
name: "feed-public",
available: ICON_FEED_PUBLIC_AVAILABLE,
},
IconAvailability {
name: "feed-pull-request-closed",
available: ICON_FEED_PULL_REQUEST_CLOSED_AVAILABLE,
},
IconAvailability {
name: "feed-pull-request-draft",
available: ICON_FEED_PULL_REQUEST_DRAFT_AVAILABLE,
},
IconAvailability {
name: "feed-pull-request-open",
available: ICON_FEED_PULL_REQUEST_OPEN_AVAILABLE,
},
IconAvailability {
name: "feed-repo",
available: ICON_FEED_REPO_AVAILABLE,
},
IconAvailability {
name: "feed-rocket",
available: ICON_FEED_ROCKET_AVAILABLE,
},
IconAvailability {
name: "feed-star",
available: ICON_FEED_STAR_AVAILABLE,
},
IconAvailability {
name: "feed-tag",
available: ICON_FEED_TAG_AVAILABLE,
},
IconAvailability {
name: "feed-trophy",
available: ICON_FEED_TROPHY_AVAILABLE,
},
IconAvailability {
name: "file",
available: ICON_FILE_AVAILABLE,
},
IconAvailability {
name: "file-added",
available: ICON_FILE_ADDED_AVAILABLE,
},
IconAvailability {
name: "file-badge",
available: ICON_FILE_BADGE_AVAILABLE,
},
IconAvailability {
name: "file-binary",
available: ICON_FILE_BINARY_AVAILABLE,
},
IconAvailability {
name: "file-check",
available: ICON_FILE_CHECK_AVAILABLE,
},
IconAvailability {
name: "file-code",
available: ICON_FILE_CODE_AVAILABLE,
},
IconAvailability {
name: "file-diff",
available: ICON_FILE_DIFF_AVAILABLE,
},
IconAvailability {
name: "file-directory",
available: ICON_FILE_DIRECTORY_AVAILABLE,
},
IconAvailability {
name: "file-directory-open",
available: ICON_FILE_DIRECTORY_OPEN_AVAILABLE,
},
IconAvailability {
name: "file-directory-symlink",
available: ICON_FILE_DIRECTORY_SYMLINK_AVAILABLE,
},
IconAvailability {
name: "file-media",
available: ICON_FILE_MEDIA_AVAILABLE,
},
IconAvailability {
name: "file-moved",
available: ICON_FILE_MOVED_AVAILABLE,
},
IconAvailability {
name: "file-removed",
available: ICON_FILE_REMOVED_AVAILABLE,
},
IconAvailability {
name: "file-submodule",
available: ICON_FILE_SUBMODULE_AVAILABLE,
},
IconAvailability {
name: "file-symlink-file",
available: ICON_FILE_SYMLINK_FILE_AVAILABLE,
},
IconAvailability {
name: "file-zip",
available: ICON_FILE_ZIP_AVAILABLE,
},
IconAvailability {
name: "filter",
available: ICON_FILTER_AVAILABLE,
},
IconAvailability {
name: "filter-remove",
available: ICON_FILTER_REMOVE_AVAILABLE,
},
IconAvailability {
name: "fiscal-host",
available: ICON_FISCAL_HOST_AVAILABLE,
},
IconAvailability {
name: "flame",
available: ICON_FLAME_AVAILABLE,
},
IconAvailability {
name: "flowchart",
available: ICON_FLOWCHART_AVAILABLE,
},
IconAvailability {
name: "focus-center",
available: ICON_FOCUS_CENTER_AVAILABLE,
},
IconAvailability {
name: "fold",
available: ICON_FOLD_AVAILABLE,
},
IconAvailability {
name: "fold-down",
available: ICON_FOLD_DOWN_AVAILABLE,
},
IconAvailability {
name: "fold-up",
available: ICON_FOLD_UP_AVAILABLE,
},
IconAvailability {
name: "gear",
available: ICON_GEAR_AVAILABLE,
},
IconAvailability {
name: "gift",
available: ICON_GIFT_AVAILABLE,
},
IconAvailability {
name: "git-branch",
available: ICON_GIT_BRANCH_AVAILABLE,
},
IconAvailability {
name: "git-branch-check",
available: ICON_GIT_BRANCH_CHECK_AVAILABLE,
},
IconAvailability {
name: "git-commit",
available: ICON_GIT_COMMIT_AVAILABLE,
},
IconAvailability {
name: "git-compare",
available: ICON_GIT_COMPARE_AVAILABLE,
},
IconAvailability {
name: "git-merge",
available: ICON_GIT_MERGE_AVAILABLE,
},
IconAvailability {
name: "git-merge-queue",
available: ICON_GIT_MERGE_QUEUE_AVAILABLE,
},
IconAvailability {
name: "git-pull-request",
available: ICON_GIT_PULL_REQUEST_AVAILABLE,
},
IconAvailability {
name: "git-pull-request-closed",
available: ICON_GIT_PULL_REQUEST_CLOSED_AVAILABLE,
},
IconAvailability {
name: "git-pull-request-draft",
available: ICON_GIT_PULL_REQUEST_DRAFT_AVAILABLE,
},
IconAvailability {
name: "globe",
available: ICON_GLOBE_AVAILABLE,
},
IconAvailability {
name: "goal",
available: ICON_GOAL_AVAILABLE,
},
IconAvailability {
name: "grabber",
available: ICON_GRABBER_AVAILABLE,
},
IconAvailability {
name: "graph",
available: ICON_GRAPH_AVAILABLE,
},
IconAvailability {
name: "graph-bar-horizontal",
available: ICON_GRAPH_BAR_HORIZONTAL_AVAILABLE,
},
IconAvailability {
name: "graph-bar-vertical",
available: ICON_GRAPH_BAR_VERTICAL_AVAILABLE,
},
IconAvailability {
name: "hash",
available: ICON_HASH_AVAILABLE,
},
IconAvailability {
name: "heading",
available: ICON_HEADING_AVAILABLE,
},
IconAvailability {
name: "heart",
available: ICON_HEART_AVAILABLE,
},
IconAvailability {
name: "history",
available: ICON_HISTORY_AVAILABLE,
},
IconAvailability {
name: "home",
available: ICON_HOME_AVAILABLE,
},
IconAvailability {
name: "horizontal-rule",
available: ICON_HORIZONTAL_RULE_AVAILABLE,
},
IconAvailability {
name: "hourglass",
available: ICON_HOURGLASS_AVAILABLE,
},
IconAvailability {
name: "hubot",
available: ICON_HUBOT_AVAILABLE,
},
IconAvailability {
name: "id-badge",
available: ICON_ID_BADGE_AVAILABLE,
},
IconAvailability {
name: "image",
available: ICON_IMAGE_AVAILABLE,
},
IconAvailability {
name: "inbox",
available: ICON_INBOX_AVAILABLE,
},
IconAvailability {
name: "infinity",
available: ICON_INFINITY_AVAILABLE,
},
IconAvailability {
name: "info",
available: ICON_INFO_AVAILABLE,
},
IconAvailability {
name: "issue-closed",
available: ICON_ISSUE_CLOSED_AVAILABLE,
},
IconAvailability {
name: "issue-draft",
available: ICON_ISSUE_DRAFT_AVAILABLE,
},
IconAvailability {
name: "issue-opened",
available: ICON_ISSUE_OPENED_AVAILABLE,
},
IconAvailability {
name: "issue-reopened",
available: ICON_ISSUE_REOPENED_AVAILABLE,
},
IconAvailability {
name: "issue-tracked-by",
available: ICON_ISSUE_TRACKED_BY_AVAILABLE,
},
IconAvailability {
name: "issue-tracks",
available: ICON_ISSUE_TRACKS_AVAILABLE,
},
IconAvailability {
name: "italic",
available: ICON_ITALIC_AVAILABLE,
},
IconAvailability {
name: "iterations",
available: ICON_ITERATIONS_AVAILABLE,
},
IconAvailability {
name: "kebab-horizontal",
available: ICON_KEBAB_HORIZONTAL_AVAILABLE,
},
IconAvailability {
name: "key",
available: ICON_KEY_AVAILABLE,
},
IconAvailability {
name: "key-asterisk",
available: ICON_KEY_ASTERISK_AVAILABLE,
},
IconAvailability {
name: "law",
available: ICON_LAW_AVAILABLE,
},
IconAvailability {
name: "light-bulb",
available: ICON_LIGHT_BULB_AVAILABLE,
},
IconAvailability {
name: "link",
available: ICON_LINK_AVAILABLE,
},
IconAvailability {
name: "link-external",
available: ICON_LINK_EXTERNAL_AVAILABLE,
},
IconAvailability {
name: "list-ordered",
available: ICON_LIST_ORDERED_AVAILABLE,
},
IconAvailability {
name: "list-unordered",
available: ICON_LIST_UNORDERED_AVAILABLE,
},
IconAvailability {
name: "location",
available: ICON_LOCATION_AVAILABLE,
},
IconAvailability {
name: "lock",
available: ICON_LOCK_AVAILABLE,
},
IconAvailability {
name: "log",
available: ICON_LOG_AVAILABLE,
},
IconAvailability {
name: "logo-gist",
available: ICON_LOGO_GIST_AVAILABLE,
},
IconAvailability {
name: "logo-github",
available: ICON_LOGO_GITHUB_AVAILABLE,
},
IconAvailability {
name: "loop",
available: ICON_LOOP__AVAILABLE,
},
IconAvailability {
name: "mail",
available: ICON_MAIL_AVAILABLE,
},
IconAvailability {
name: "mark-github",
available: ICON_MARK_GITHUB_AVAILABLE,
},
IconAvailability {
name: "markdown",
available: ICON_MARKDOWN_AVAILABLE,
},
IconAvailability {
name: "maximize",
available: ICON_MAXIMIZE_AVAILABLE,
},
IconAvailability {
name: "mcp",
available: ICON_MCP_AVAILABLE,
},
IconAvailability {
name: "megaphone",
available: ICON_MEGAPHONE_AVAILABLE,
},
IconAvailability {
name: "mention",
available: ICON_MENTION_AVAILABLE,
},
IconAvailability {
name: "meter",
available: ICON_METER_AVAILABLE,
},
IconAvailability {
name: "milestone",
available: ICON_MILESTONE_AVAILABLE,
},
IconAvailability {
name: "minimize",
available: ICON_MINIMIZE_AVAILABLE,
},
IconAvailability {
name: "mirror",
available: ICON_MIRROR_AVAILABLE,
},
IconAvailability {
name: "moon",
available: ICON_MOON_AVAILABLE,
},
IconAvailability {
name: "mortar-board",
available: ICON_MORTAR_BOARD_AVAILABLE,
},
IconAvailability {
name: "move-to-bottom",
available: ICON_MOVE_TO_BOTTOM_AVAILABLE,
},
IconAvailability {
name: "move-to-end",
available: ICON_MOVE_TO_END_AVAILABLE,
},
IconAvailability {
name: "move-to-start",
available: ICON_MOVE_TO_START_AVAILABLE,
},
IconAvailability {
name: "move-to-top",
available: ICON_MOVE_TO_TOP_AVAILABLE,
},
IconAvailability {
name: "multi-select",
available: ICON_MULTI_SELECT_AVAILABLE,
},
IconAvailability {
name: "mute",
available: ICON_MUTE_AVAILABLE,
},
IconAvailability {
name: "no-entry",
available: ICON_NO_ENTRY_AVAILABLE,
},
IconAvailability {
name: "node",
available: ICON_NODE_AVAILABLE,
},
IconAvailability {
name: "north-star",
available: ICON_NORTH_STAR_AVAILABLE,
},
IconAvailability {
name: "note",
available: ICON_NOTE_AVAILABLE,
},
IconAvailability {
name: "number",
available: ICON_NUMBER_AVAILABLE,
},
IconAvailability {
name: "organization",
available: ICON_ORGANIZATION_AVAILABLE,
},
IconAvailability {
name: "package",
available: ICON_PACKAGE_AVAILABLE,
},
IconAvailability {
name: "package-dependencies",
available: ICON_PACKAGE_DEPENDENCIES_AVAILABLE,
},
IconAvailability {
name: "package-dependents",
available: ICON_PACKAGE_DEPENDENTS_AVAILABLE,
},
IconAvailability {
name: "paintbrush",
available: ICON_PAINTBRUSH_AVAILABLE,
},
IconAvailability {
name: "paper-airplane",
available: ICON_PAPER_AIRPLANE_AVAILABLE,
},
IconAvailability {
name: "paperclip",
available: ICON_PAPERCLIP_AVAILABLE,
},
IconAvailability {
name: "passkey",
available: ICON_PASSKEY_AVAILABLE,
},
IconAvailability {
name: "paste",
available: ICON_PASTE_AVAILABLE,
},
IconAvailability {
name: "pause",
available: ICON_PAUSE_AVAILABLE,
},
IconAvailability {
name: "pencil",
available: ICON_PENCIL_AVAILABLE,
},
IconAvailability {
name: "pencil-ai",
available: ICON_PENCIL_AI_AVAILABLE,
},
IconAvailability {
name: "people",
available: ICON_PEOPLE_AVAILABLE,
},
IconAvailability {
name: "person",
available: ICON_PERSON_AVAILABLE,
},
IconAvailability {
name: "person-add",
available: ICON_PERSON_ADD_AVAILABLE,
},
IconAvailability {
name: "pin",
available: ICON_PIN_AVAILABLE,
},
IconAvailability {
name: "pin-slash",
available: ICON_PIN_SLASH_AVAILABLE,
},
IconAvailability {
name: "pivot-column",
available: ICON_PIVOT_COLUMN_AVAILABLE,
},
IconAvailability {
name: "play",
available: ICON_PLAY_AVAILABLE,
},
IconAvailability {
name: "plug",
available: ICON_PLUG_AVAILABLE,
},
IconAvailability {
name: "plus",
available: ICON_PLUS_AVAILABLE,
},
IconAvailability {
name: "plus-circle",
available: ICON_PLUS_CIRCLE_AVAILABLE,
},
IconAvailability {
name: "project",
available: ICON_PROJECT_AVAILABLE,
},
IconAvailability {
name: "project-roadmap",
available: ICON_PROJECT_ROADMAP_AVAILABLE,
},
IconAvailability {
name: "project-symlink",
available: ICON_PROJECT_SYMLINK_AVAILABLE,
},
IconAvailability {
name: "project-template",
available: ICON_PROJECT_TEMPLATE_AVAILABLE,
},
IconAvailability {
name: "pulse",
available: ICON_PULSE_AVAILABLE,
},
IconAvailability {
name: "question",
available: ICON_QUESTION_AVAILABLE,
},
IconAvailability {
name: "quote",
available: ICON_QUOTE_AVAILABLE,
},
IconAvailability {
name: "read",
available: ICON_READ_AVAILABLE,
},
IconAvailability {
name: "redo",
available: ICON_REDO_AVAILABLE,
},
IconAvailability {
name: "rel-file-path",
available: ICON_REL_FILE_PATH_AVAILABLE,
},
IconAvailability {
name: "reply",
available: ICON_REPLY_AVAILABLE,
},
IconAvailability {
name: "repo",
available: ICON_REPO_AVAILABLE,
},
IconAvailability {
name: "repo-clone",
available: ICON_REPO_CLONE_AVAILABLE,
},
IconAvailability {
name: "repo-delete",
available: ICON_REPO_DELETE_AVAILABLE,
},
IconAvailability {
name: "repo-deleted",
available: ICON_REPO_DELETED_AVAILABLE,
},
IconAvailability {
name: "repo-forked",
available: ICON_REPO_FORKED_AVAILABLE,
},
IconAvailability {
name: "repo-locked",
available: ICON_REPO_LOCKED_AVAILABLE,
},
IconAvailability {
name: "repo-pull",
available: ICON_REPO_PULL_AVAILABLE,
},
IconAvailability {
name: "repo-push",
available: ICON_REPO_PUSH_AVAILABLE,
},
IconAvailability {
name: "repo-template",
available: ICON_REPO_TEMPLATE_AVAILABLE,
},
IconAvailability {
name: "report",
available: ICON_REPORT_AVAILABLE,
},
IconAvailability {
name: "rocket",
available: ICON_ROCKET_AVAILABLE,
},
IconAvailability {
name: "rows",
available: ICON_ROWS_AVAILABLE,
},
IconAvailability {
name: "rss",
available: ICON_RSS_AVAILABLE,
},
IconAvailability {
name: "ruby",
available: ICON_RUBY_AVAILABLE,
},
IconAvailability {
name: "screen-full",
available: ICON_SCREEN_FULL_AVAILABLE,
},
IconAvailability {
name: "screen-normal",
available: ICON_SCREEN_NORMAL_AVAILABLE,
},
IconAvailability {
name: "search",
available: ICON_SEARCH_AVAILABLE,
},
IconAvailability {
name: "server",
available: ICON_SERVER_AVAILABLE,
},
IconAvailability {
name: "share",
available: ICON_SHARE_AVAILABLE,
},
IconAvailability {
name: "share-android",
available: ICON_SHARE_ANDROID_AVAILABLE,
},
IconAvailability {
name: "shield",
available: ICON_SHIELD_AVAILABLE,
},
IconAvailability {
name: "shield-check",
available: ICON_SHIELD_CHECK_AVAILABLE,
},
IconAvailability {
name: "shield-lock",
available: ICON_SHIELD_LOCK_AVAILABLE,
},
IconAvailability {
name: "shield-slash",
available: ICON_SHIELD_SLASH_AVAILABLE,
},
IconAvailability {
name: "shield-x",
available: ICON_SHIELD_X_AVAILABLE,
},
IconAvailability {
name: "sidebar-collapse",
available: ICON_SIDEBAR_COLLAPSE_AVAILABLE,
},
IconAvailability {
name: "sidebar-expand",
available: ICON_SIDEBAR_EXPAND_AVAILABLE,
},
IconAvailability {
name: "sign-in",
available: ICON_SIGN_IN_AVAILABLE,
},
IconAvailability {
name: "sign-out",
available: ICON_SIGN_OUT_AVAILABLE,
},
IconAvailability {
name: "single-select",
available: ICON_SINGLE_SELECT_AVAILABLE,
},
IconAvailability {
name: "skip",
available: ICON_SKIP_AVAILABLE,
},
IconAvailability {
name: "sliders",
available: ICON_SLIDERS_AVAILABLE,
},
IconAvailability {
name: "smiley",
available: ICON_SMILEY_AVAILABLE,
},
IconAvailability {
name: "smiley-frown",
available: ICON_SMILEY_FROWN_AVAILABLE,
},
IconAvailability {
name: "smiley-frustrated",
available: ICON_SMILEY_FRUSTRATED_AVAILABLE,
},
IconAvailability {
name: "smiley-grin",
available: ICON_SMILEY_GRIN_AVAILABLE,
},
IconAvailability {
name: "smiley-neutral",
available: ICON_SMILEY_NEUTRAL_AVAILABLE,
},
IconAvailability {
name: "sort-asc",
available: ICON_SORT_ASC_AVAILABLE,
},
IconAvailability {
name: "sort-desc",
available: ICON_SORT_DESC_AVAILABLE,
},
IconAvailability {
name: "space",
available: ICON_SPACE_AVAILABLE,
},
IconAvailability {
name: "spacing-large",
available: ICON_SPACING_LARGE_AVAILABLE,
},
IconAvailability {
name: "spacing-medium",
available: ICON_SPACING_MEDIUM_AVAILABLE,
},
IconAvailability {
name: "spacing-small",
available: ICON_SPACING_SMALL_AVAILABLE,
},
IconAvailability {
name: "sparkle",
available: ICON_SPARKLE_AVAILABLE,
},
IconAvailability {
name: "sparkles",
available: ICON_SPARKLES_AVAILABLE,
},
IconAvailability {
name: "split-view",
available: ICON_SPLIT_VIEW_AVAILABLE,
},
IconAvailability {
name: "sponsor-tiers",
available: ICON_SPONSOR_TIERS_AVAILABLE,
},
IconAvailability {
name: "square",
available: ICON_SQUARE_AVAILABLE,
},
IconAvailability {
name: "square-circle",
available: ICON_SQUARE_CIRCLE_AVAILABLE,
},
IconAvailability {
name: "squirrel",
available: ICON_SQUIRREL_AVAILABLE,
},
IconAvailability {
name: "stack",
available: ICON_STACK_AVAILABLE,
},
IconAvailability {
name: "star",
available: ICON_STAR_AVAILABLE,
},
IconAvailability {
name: "stop",
available: ICON_STOP_AVAILABLE,
},
IconAvailability {
name: "stopwatch",
available: ICON_STOPWATCH_AVAILABLE,
},
IconAvailability {
name: "strikethrough",
available: ICON_STRIKETHROUGH_AVAILABLE,
},
IconAvailability {
name: "sun",
available: ICON_SUN_AVAILABLE,
},
IconAvailability {
name: "sync",
available: ICON_SYNC_AVAILABLE,
},
IconAvailability {
name: "tab",
available: ICON_TAB_AVAILABLE,
},
IconAvailability {
name: "tab-external",
available: ICON_TAB_EXTERNAL_AVAILABLE,
},
IconAvailability {
name: "table",
available: ICON_TABLE_AVAILABLE,
},
IconAvailability {
name: "tag",
available: ICON_TAG_AVAILABLE,
},
IconAvailability {
name: "tasklist",
available: ICON_TASKLIST_AVAILABLE,
},
IconAvailability {
name: "telescope",
available: ICON_TELESCOPE_AVAILABLE,
},
IconAvailability {
name: "terminal",
available: ICON_TERMINAL_AVAILABLE,
},
IconAvailability {
name: "three-bars",
available: ICON_THREE_BARS_AVAILABLE,
},
IconAvailability {
name: "thumbsdown",
available: ICON_THUMBSDOWN_AVAILABLE,
},
IconAvailability {
name: "thumbsup",
available: ICON_THUMBSUP_AVAILABLE,
},
IconAvailability {
name: "tools",
available: ICON_TOOLS_AVAILABLE,
},
IconAvailability {
name: "tracked-by-closed-completed",
available: ICON_TRACKED_BY_CLOSED_COMPLETED_AVAILABLE,
},
IconAvailability {
name: "tracked-by-closed-not-planned",
available: ICON_TRACKED_BY_CLOSED_NOT_PLANNED_AVAILABLE,
},
IconAvailability {
name: "trash",
available: ICON_TRASH_AVAILABLE,
},
IconAvailability {
name: "triangle-down",
available: ICON_TRIANGLE_DOWN_AVAILABLE,
},
IconAvailability {
name: "triangle-left",
available: ICON_TRIANGLE_LEFT_AVAILABLE,
},
IconAvailability {
name: "triangle-right",
available: ICON_TRIANGLE_RIGHT_AVAILABLE,
},
IconAvailability {
name: "triangle-up",
available: ICON_TRIANGLE_UP_AVAILABLE,
},
IconAvailability {
name: "trophy",
available: ICON_TROPHY_AVAILABLE,
},
IconAvailability {
name: "typography",
available: ICON_TYPOGRAPHY_AVAILABLE,
},
IconAvailability {
name: "undo",
available: ICON_UNDO_AVAILABLE,
},
IconAvailability {
name: "unfold",
available: ICON_UNFOLD_AVAILABLE,
},
IconAvailability {
name: "unlink",
available: ICON_UNLINK_AVAILABLE,
},
IconAvailability {
name: "unlock",
available: ICON_UNLOCK_AVAILABLE,
},
IconAvailability {
name: "unmute",
available: ICON_UNMUTE_AVAILABLE,
},
IconAvailability {
name: "unread",
available: ICON_UNREAD_AVAILABLE,
},
IconAvailability {
name: "unverified",
available: ICON_UNVERIFIED_AVAILABLE,
},
IconAvailability {
name: "unwrap",
available: ICON_UNWRAP_AVAILABLE,
},
IconAvailability {
name: "upload",
available: ICON_UPLOAD_AVAILABLE,
},
IconAvailability {
name: "verified",
available: ICON_VERIFIED_AVAILABLE,
},
IconAvailability {
name: "versions",
available: ICON_VERSIONS_AVAILABLE,
},
IconAvailability {
name: "video",
available: ICON_VIDEO_AVAILABLE,
},
IconAvailability {
name: "vscode",
available: ICON_VSCODE_AVAILABLE,
},
IconAvailability {
name: "webhook",
available: ICON_WEBHOOK_AVAILABLE,
},
IconAvailability {
name: "workflow",
available: ICON_WORKFLOW_AVAILABLE,
},
IconAvailability {
name: "wrap",
available: ICON_WRAP_AVAILABLE,
},
IconAvailability {
name: "x",
available: ICON_X_AVAILABLE,
},
IconAvailability {
name: "x-circle",
available: ICON_X_CIRCLE_AVAILABLE,
},
IconAvailability {
name: "zap",
available: ICON_ZAP_AVAILABLE,
},
IconAvailability {
name: "zoom-in",
available: ICON_ZOOM_IN_AVAILABLE,
},
IconAvailability {
name: "zoom-out",
available: ICON_ZOOM_OUT_AVAILABLE,
},
];
pub(crate) fn variant_info(style: Style, size: Size) -> Option<&'static VariantInfo> {
VARIANTS
.iter()
.find(|variant| variant.key == VariantKey { style, size })
}
pub(crate) fn icon_codepoint(name: &str, key: VariantKey) -> Option<u32> {
ICON_CODEPOINTS
.iter()
.find(|entry| entry.name == name)
.and_then(|entry| {
entry
.codepoints
.iter()
.find(|(k, _)| *k == key)
.map(|(_, cp)| *cp)
})
}
pub(crate) fn icon_available(name: &str) -> Option<&'static [(Style, Size)]> {
ICON_AVAILABILITY
.iter()
.find(|entry| entry.name == name)
.map(|entry| entry.available)
}