# Icons in SeminarPlan
SeminarPlan uses a custom icon font to display icons. The prefix for the icons is 'sp-'. You can use the icons either by using the class
sp-icon sp-<icon-name>or by using theSemIconcomponent.
# Icon List
const AvailableIcons = [
"search",
"envelope-o",
"heart",
"star",
"star-o",
"user",
"check",
"close",
"signal",
"cog",
"trash-o",
"home",
"clock-o",
"download",
"repeat",
"refresh",
"qrcode",
"tag",
"tags",
"book",
"bookmark",
"print",
"camera",
"bold",
"italic",
"align-left",
"align-center",
"align-right",
"align-justify",
"list",
"image",
"pencil",
"map-marker",
"share-square-o",
"check-circle",
"question-circle",
"info-circle",
"eye",
"eye-slash",
"warning",
"comment",
"folder",
"folder-open",
"bar-chart",
"camera-retro",
"cogs",
"thumbs-o-up",
"thumbs-o-down",
"heart-o",
"linkedin-square",
"github-square",
"phone",
"phone-square",
"lock",
"unlock",
"credit-card",
"hdd-o",
"bell",
"bell-o",
"globe",
"filter",
"briefcase",
"users",
"flask",
"cut",
"copy",
"paperclip",
"save",
"bars",
"list-ul",
"list-ol",
"strikethrough",
"underline",
"table",
"magic",
"columns",
"envelope",
"undo",
"dashboard",
"comment-o",
"comments-o",
"bolt",
"flash",
"sitemap",
"clipboard",
"paste",
"lightbulb-o",
"cloud-download",
"cloud-upload",
"coffee",
"cutlery",
"file-text-o",
"angle-double-left",
"angle-double-right",
"angle-double-up",
"angle-double-down",
"angle-left",
"angle-right",
"angle-up",
"angle-down",
"desktop",
"laptop",
"tablet",
"mobile",
"quote-left",
"quote-right",
"spinner",
"smile-o",
"frown-o",
"meh-o",
"keyboard-o",
"code",
"location-arrow",
"unlink",
"microphone",
"microphone-slash",
"rocket",
"html5",
"css3",
"unlock-alt",
"ellipsis-h",
"ellipsis-v",
"sort-alpha-asc",
"sort-alpha-desc",
"sort-amount-asc",
"sort-amount-desc",
"sort-numeric-asc",
"sort-numeric-desc",
"youtube-square",
"xing-square",
"youtube-play",
"apple",
"windows",
"android",
"linux",
"bug",
"wordpress",
"bank",
"graduation-cap",
"mortar-board",
"fax",
"paw",
"car",
"database",
"file-pdf-o",
"file-word-o",
"file-excel-o",
"file-powerpoint-o",
"file-image-o",
"file-archive-o",
"life-ring",
"send-o",
"history",
"header",
"sliders",
"slideshare",
"newspaper-o",
"cc-visa",
"cc-mastercard",
"cc-paypal",
"trash",
"birthday-cake",
"area-chart",
"pie-chart",
"line-chart",
"whatsapp",
"user-plus",
"user-times",
"bed",
"hotel",
"subway",
"mouse-pointer",
"i-cursor",
"balance-scale",
"safari",
"chrome",
"firefox",
"opera",
"internet-explorer",
"amazon",
"calendar",
"calendar-o",
"calendar-plus-o",
"calendar-minus-o",
"calendar-times-o",
"calendar-check-o",
"industry",
"map-signs",
"commenting-o",
"fort-awesome",
"usb",
"shopping-basket",
"volume-control-phone",
"address-book-o",
"address-card-o",
"user-circle",
"user-circle-o",
"drivers-license-o",
"id-card-o",
"google",
"microsoft",
"microsoftaccess",
"microsoftexcel",
"microsoftoffice",
"microsoftonedrive",
"microsoftoutlook",
"microsoftpowerpoint",
"microsoftteams",
"microsoftword",
"twitter",
"windows1",
"facebook",
"github",
"check-square-o",
"check-square",
"chevron-up",
"chevron-down",
"black-tie",
"binoculars",
"handshake-o",
"envelope-open-o",
"leanpub",
"archive",
"ticket",
"inbox",
"road",
"indent",
"dedent",
"truck",
"suitcase",
"puzzle-piece",
"eraser",
"shield",
"fire-extinguisher",
"euro",
"presentation",
"door",
"receipt",
"receipt_long",
"unsplash",
"books",
"leaf",
"at",
"copyright",
"hand-grab-o",
"wheelchair",
"arrows",
"arrows-alt",
"exclamation-triangle",
"leaf",
"ban",
"text-width",
"circle",
"circle-o",
"circle-o-notch",
"circle-thin",
"check-circle-o",
"times-circle-o",
"universal-access",
"wheelchair-alt",
"glass",
"plus",
"minus",
"plus-circle",
"minus-circle",
"times-circle",
"thumb-tack",
"terminal",
"crop",
"code-fork",
"chain-broken",
"gavel",
"file-o",
"file-audio-o",
"file-video-o",
"file-code-o",
"flag-o",
"timer",
"more_time",
"hourglass-start",
"pause-circle-o",
"money",
"trophy",
"building-o",
"drag_indicator",
"clear",
"window-minimize",
"window-maximize",
"enlarge",
"shrink",
"check_box_outline_blank",
"check_box",
"umbrella",
"ticket",
"ticket1",
"certificate-landscape",
"certificate",
"event_seat",
"link",
"external-link",
];