use crate::{Icon, icons};
pub(super) fn find_part_0(slug: &str) -> Option<Icon> {
match slug {
"compose-24" => Some(icons::COMPOSE_24),
"rel-file-path-24" => Some(icons::REL_FILE_PATH_24),
"mail-24" => Some(icons::MAIL_24),
"x-24" => Some(icons::X_24),
"horizontal-rule-16" => Some(icons::HORIZONTAL_RULE_16),
"alert-fill-12" => Some(icons::ALERT_FILL_12),
"heart-fill-16" => Some(icons::HEART_FILL_16),
"arrow-down-left-16" => Some(icons::ARROW_DOWN_LEFT_16),
"repo-forked-24" => Some(icons::REPO_FORKED_24),
"flame-16" => Some(icons::FLAME_16),
"stopwatch-24" => Some(icons::STOPWATCH_24),
"webhook-16" => Some(icons::WEBHOOK_16),
"dash-24" => Some(icons::DASH_24),
"check-circle-fill-16" => Some(icons::CHECK_CIRCLE_FILL_16),
"arrow-switch-16" => Some(icons::ARROW_SWITCH_16),
"pencil-ai-24" => Some(icons::PENCIL_AI_24),
"tasklist-24" => Some(icons::TASKLIST_24),
"wrap-24" => Some(icons::WRAP_24),
"accessibility-inset-16" => Some(icons::ACCESSIBILITY_INSET_16),
"unmute-24" => Some(icons::UNMUTE_24),
"undo-24" => Some(icons::UNDO_24),
"move-to-start-24" => Some(icons::MOVE_TO_START_24),
"squirrel-24" => Some(icons::SQUIRREL_24),
"file-directory-symlink-24" => Some(icons::FILE_DIRECTORY_SYMLINK_24),
"command-palette-24" => Some(icons::COMMAND_PALETTE_24),
"file-zip-24" => Some(icons::FILE_ZIP_24),
"checkbox-fill-24" => Some(icons::CHECKBOX_FILL_24),
"heading-24" => Some(icons::HEADING_24),
"codescan-checkmark-24" => Some(icons::CODESCAN_CHECKMARK_24),
"focus-center-24" => Some(icons::FOCUS_CENTER_24),
"feed-merged-16" => Some(icons::FEED_MERGED_16),
"plus-16" => Some(icons::PLUS_16),
"dot-24" => Some(icons::DOT_24),
"spacing-small-24" => Some(icons::SPACING_SMALL_24),
"triangle-right-24" => Some(icons::TRIANGLE_RIGHT_24),
"unlink-24" => Some(icons::UNLINK_24),
"id-badge-24" => Some(icons::ID_BADGE_24),
"person-16" => Some(icons::PERSON_16),
"arrow-left-24" => Some(icons::ARROW_LEFT_24),
"comment-ai-24" => Some(icons::COMMENT_AI_24),
"diff-renamed-16" => Some(icons::DIFF_RENAMED_16),
"chevron-down-12" => Some(icons::CHEVRON_DOWN_12),
"unfold-24" => Some(icons::UNFOLD_24),
"file-directory-open-fill-24" => Some(icons::FILE_DIRECTORY_OPEN_FILL_24),
"graph-16" => Some(icons::GRAPH_16),
"flag-16" => Some(icons::FLAG_16),
"skip-fill-16" => Some(icons::SKIP_FILL_16),
"feed-discussion-16" => Some(icons::FEED_DISCUSSION_16),
"sign-in-24" => Some(icons::SIGN_IN_24),
"clock-fill-24" => Some(icons::CLOCK_FILL_24),
"hash-16" => Some(icons::HASH_16),
"file-moved-24" => Some(icons::FILE_MOVED_24),
"sort-asc-16" => Some(icons::SORT_ASC_16),
"browser-16" => Some(icons::BROWSER_16),
"square-16" => Some(icons::SQUARE_16),
"paperclip-16" => Some(icons::PAPERCLIP_16),
"repo-push-24" => Some(icons::REPO_PUSH_24),
"infinity-24" => Some(icons::INFINITY_24),
"hourglass-24" => Some(icons::HOURGLASS_24),
"shield-lock-16" => Some(icons::SHIELD_LOCK_16),
"image-24" => Some(icons::IMAGE_24),
"dice-16" => Some(icons::DICE_16),
"issue-tracks-16" => Some(icons::ISSUE_TRACKS_16),
"accessibility-16" => Some(icons::ACCESSIBILITY_16),
"graph-bar-horizontal-16" => Some(icons::GRAPH_BAR_HORIZONTAL_16),
"briefcase-24" => Some(icons::BRIEFCASE_24),
"shield-check-24" => Some(icons::SHIELD_CHECK_24),
"columns-24" => Some(icons::COLUMNS_24),
"strikethrough-16" => Some(icons::STRIKETHROUGH_16),
"quote-16" => Some(icons::QUOTE_16),
"light-bulb-16" => Some(icons::LIGHT_BULB_16),
"apps-16" => Some(icons::APPS_16),
"sort-desc-16" => Some(icons::SORT_DESC_16),
"chevron-down-16" => Some(icons::CHEVRON_DOWN_16),
"sync-24" => Some(icons::SYNC_24),
"link-24" => Some(icons::LINK_24),
"square-fill-16" => Some(icons::SQUARE_FILL_16),
"tasklist-16" => Some(icons::TASKLIST_16),
"hash-24" => Some(icons::HASH_24),
"tab-16" => Some(icons::TAB_16),
"arrow-down-left-24" => Some(icons::ARROW_DOWN_LEFT_24),
"three-bars-16" => Some(icons::THREE_BARS_16),
"copy-24" => Some(icons::COPY_24),
"x-circle-fill-16" => Some(icons::X_CIRCLE_FILL_16),
"globe-16" => Some(icons::GLOBE_16),
"ai-model-16" => Some(icons::AI_MODEL_16),
"read-16" => Some(icons::READ_16),
"arrow-up-right-16" => Some(icons::ARROW_UP_RIGHT_16),
"code-square-16" => Some(icons::CODE_SQUARE_16),
"organization-24" => Some(icons::ORGANIZATION_24),
"moon-24" => Some(icons::MOON_24),
"infinity-16" => Some(icons::INFINITY_16),
"iterations-24" => Some(icons::ITERATIONS_24),
"sliders-24" => Some(icons::SLIDERS_24),
"video-16" => Some(icons::VIDEO_16),
"meter-24" => Some(icons::METER_24),
"check-circle-fill-12" => Some(icons::CHECK_CIRCLE_FILL_12),
"mute-24" => Some(icons::MUTE_24),
"typography-16" => Some(icons::TYPOGRAPHY_16),
"dice-24" => Some(icons::DICE_24),
"hourglass-16" => Some(icons::HOURGLASS_16),
"feed-forked-16" => Some(icons::FEED_FORKED_16),
"unwrap-24" => Some(icons::UNWRAP_24),
"passkey-fill-16" => Some(icons::PASSKEY_FILL_16),
"paintbrush-16" => Some(icons::PAINTBRUSH_16),
"discussion-closed-24" => Some(icons::DISCUSSION_CLOSED_24),
"copilot-warning-16" => Some(icons::COPILOT_WARNING_16),
"list-ordered-24" => Some(icons::LIST_ORDERED_24),
"code-of-conduct-16" => Some(icons::CODE_OF_CONDUCT_16),
"package-24" => Some(icons::PACKAGE_24),
"git-pull-request-draft-24" => Some(icons::GIT_PULL_REQUEST_DRAFT_24),
"exclamation-24" => Some(icons::EXCLAMATION_24),
"container-16" => Some(icons::CONTAINER_16),
"share-android-16" => Some(icons::SHARE_ANDROID_16),
"smiley-frustrated-16" => Some(icons::SMILEY_FRUSTRATED_16),
"eye-closed-16" => Some(icons::EYE_CLOSED_16),
"blocked-24" => Some(icons::BLOCKED_24),
"loop-24" => Some(icons::LOOP_24),
"arrow-left-16" => Some(icons::ARROW_LEFT_16),
"lockup-github-16" => Some(icons::LOCKUP_GITHUB_16),
"bookmark-slash-16" => Some(icons::BOOKMARK_SLASH_16),
"alert-16" => Some(icons::ALERT_16),
"git-commit-16" => Some(icons::GIT_COMMIT_16),
"diff-modified-16" => Some(icons::DIFF_MODIFIED_16),
"shield-lock-24" => Some(icons::SHIELD_LOCK_24),
"discussion-closed-16" => Some(icons::DISCUSSION_CLOSED_16),
"diff-16" => Some(icons::DIFF_16),
"search-16" => Some(icons::SEARCH_16),
"trophy-16" => Some(icons::TROPHY_16),
"bell-fill-16" => Some(icons::BELL_FILL_16),
"triangle-up-16" => Some(icons::TRIANGLE_UP_16),
"smiley-grin-24" => Some(icons::SMILEY_GRIN_24),
"star-16" => Some(icons::STAR_16),
"horizontal-rule-24" => Some(icons::HORIZONTAL_RULE_24),
"fold-down-24" => Some(icons::FOLD_DOWN_24),
"mortar-board-16" => Some(icons::MORTAR_BOARD_16),
"issue-locked-16" => Some(icons::ISSUE_LOCKED_16),
"location-16" => Some(icons::LOCATION_16),
"gift-24" => Some(icons::GIFT_24),
"device-mobile-24" => Some(icons::DEVICE_MOBILE_24),
"repo-clone-16" => Some(icons::REPO_CLONE_16),
"filter-remove-16" => Some(icons::FILTER_REMOVE_16),
"sparkles-fill-24" => Some(icons::SPARKLES_FILL_24),
"issue-reopened-24" => Some(icons::ISSUE_REOPENED_24),
"heart-16" => Some(icons::HEART_16),
"fiscal-host-16" => Some(icons::FISCAL_HOST_16),
"device-camera-video-24" => Some(icons::DEVICE_CAMERA_VIDEO_24),
"zap-16" => Some(icons::ZAP_16),
"telescope-fill-24" => Some(icons::TELESCOPE_FILL_24),
"stop-16" => Some(icons::STOP_16),
"fold-up-16" => Some(icons::FOLD_UP_16),
"telescope-16" => Some(icons::TELESCOPE_16),
"download-16" => Some(icons::DOWNLOAD_16),
"desktop-download-24" => Some(icons::DESKTOP_DOWNLOAD_24),
"issue-opened-24" => Some(icons::ISSUE_OPENED_24),
"arrow-right-16" => Some(icons::ARROW_RIGHT_16),
"git-commit-24" => Some(icons::GIT_COMMIT_24),
"repo-forked-16" => Some(icons::REPO_FORKED_16),
"repo-forked-locked-16" => Some(icons::REPO_FORKED_LOCKED_16),
"boolean-off-24" => Some(icons::BOOLEAN_OFF_24),
"passkey-fill-24" => Some(icons::PASSKEY_FILL_24),
"people-24" => Some(icons::PEOPLE_24),
"square-24" => Some(icons::SQUARE_24),
"unread-16" => Some(icons::UNREAD_16),
"ruby-16" => Some(icons::RUBY_16),
"device-mobile-16" => Some(icons::DEVICE_MOBILE_16),
"cpu-16" => Some(icons::CPU_16),
"file-removed-24" => Some(icons::FILE_REMOVED_24),
"git-pull-request-16" => Some(icons::GIT_PULL_REQUEST_16),
"thumbsup-16" => Some(icons::THUMBSUP_16),
"read-24" => Some(icons::READ_24),
"reply-16" => Some(icons::REPLY_16),
"workflow-24" => Some(icons::WORKFLOW_24),
"vscode-16" => Some(icons::VSCODE_16),
"feed-pull-request-closed-16" => Some(icons::FEED_PULL_REQUEST_CLOSED_16),
"accessibility-inset-24" => Some(icons::ACCESSIBILITY_INSET_24),
"alert-fill-24" => Some(icons::ALERT_FILL_24),
"trash-24" => Some(icons::TRASH_24),
"arrow-up-right-24" => Some(icons::ARROW_UP_RIGHT_24),
"redo-16" => Some(icons::REDO_16),
"x-circle-fill-12" => Some(icons::X_CIRCLE_FILL_12),
"skip-24" => Some(icons::SKIP_24),
"graph-stacked-area-24" => Some(icons::GRAPH_STACKED_AREA_24),
"number-16" => Some(icons::NUMBER_16),
"chevron-right-16" => Some(icons::CHEVRON_RIGHT_16),
"codescan-24" => Some(icons::CODESCAN_24),
"markdown-16" => Some(icons::MARKDOWN_16),
"repo-16" => Some(icons::REPO_16),
"device-desktop-24" => Some(icons::DEVICE_DESKTOP_24),
"file-check-16" => Some(icons::FILE_CHECK_16),
"wrap-16" => Some(icons::WRAP_16),
"issue-tracked-by-24" => Some(icons::ISSUE_TRACKED_BY_24),
"filter-remove-24" => Some(icons::FILTER_REMOVE_24),
"paste-24" => Some(icons::PASTE_24),
"container-24" => Some(icons::CONTAINER_24),
"diff-removed-24" => Some(icons::DIFF_REMOVED_24),
"comment-16" => Some(icons::COMMENT_16),
"lock-16" => Some(icons::LOCK_16),
"file-24" => Some(icons::FILE_24),
"zoom-out-16" => Some(icons::ZOOM_OUT_16),
_ => None,
}
}