\documentclass{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% NOTICE: The following code was provided by @cpierquet (https://github.com/cpierquet). \usepackage{bootstrapicons} \usepackage{longtable} \usepackage{booktabs} \usepackage{hyperref} \usepackage{fancyvrb} \usepackage{shortvrb} \MakeShortVerb{\|} \setlength{\parindent}{0pt} \newenvironment{biconscase}{ \begin{longtable}{cllr} % icon + name + macro + page \cmidrule[\heavyrulewidth]{1-4} \bfseries Icon & \bfseries Name & \bfseries Direct command & \bfseries PDF page \\ \cmidrule{1-4} \endhead }{ \cmidrule[\heavyrulewidth]{1-4} \end{longtable} } \NewDocumentCommand{\showcasebootstrap}{mm}{ % name + macro + page \LARGE\bicon[scale=0.5]{#2} & \itshape #2 & \ttfamily \textbackslash bicon\{#2\} & \sffamily #1 \\ } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{xcolor} \definecolor{gray-200}{HTML}{e9ecef} \definecolor{gray-700}{HTML}{495057} \definecolor{blue-700}{HTML}{084298} \definecolor{red-200}{HTML}{f1aeb5} \definecolor{red-800}{HTML}{58151c} \usepackage{array} \usepackage{setspace} \hypersetup{ colorlinks=true, linkcolor=black, filecolor=magenta, urlcolor=black, citecolor=black } \urlstyle{same} \usepackage{verbatim} \makeatletter \newcommand{\verbatimfontfamily}[1]{\def\verbatim@font{#1}}% \makeatother \usepackage{colortbl} \usepackage{amssymb} \usepackage{pdflscape} \usepackage{geometry} \geometry{ left=2cm, right=2cm, top=1.5cm, bottom=1.5cm } \usepackage{tcolorbox} \definecolor{logocolor}{HTML}{6610f2} \definecolor{logocolordark}{HTML}{1f0647} \begin{document} \thispagestyle{empty} \tcbset{colback=logocolor,colframe=logocolordark} \begin{flushright} \begin{tcolorbox}[leftrule=3mm,arc=0mm,width=4.9cm] \begin{center} {\Large\textcolor{white}{\it\bf VERSION 1.1}} \end{center} \end{tcolorbox} \end{flushright} \begin{flushright} \begin{tcolorbox}[leftrule=3mm,arc=0mm,width=6cm] \begin{center} {\Large\textcolor{white}{\it\bf October 4, 2025}} \end{center} \end{tcolorbox} \end{flushright} \hspace{0pt} \vfill \begin{center} \includegraphics[scale=1.0]{bootstrapicons_logo.pdf} \end{center}\vspace{2mm} \begin{center} \href{https://github.com/BenSt099/bootstrapicons}{\textcolor{black}{Link $\looparrowright$}} \end{center} \vfill \hspace{0pt} \newpage \thispagestyle{empty} \doublespacing \tableofcontents \singlespacing \newpage \thispagestyle{empty} \begin{center} \begin{tcolorbox}[colback=white,colframe=gray-700, width=7cm,halign=center,boxrule=0.2mm] {\Large The {\sffamily bootstrapicons} package} Manual for version 1.1 \end{tcolorbox}\vspace{15mm} \href{https://www.ctan.org/pkg/bootstrapicons}{\textcolor{blue-700}{https://www.ctan.org/pkg/bootstrapicons}}\vspace{6mm} \href{https://github.com/BenSt099/bootstrapicons}{\textcolor{blue-700}{https://github.com/BenSt099/bootstrapicons}} \end{center}\vspace{7mm} \begin{abstract} \noindent This is the official documentation of the package \textbf{bootstrapicons}. It contains over 2,000 icons from Bootstrap that can be used for all kind of projects. \end{abstract}\vspace{10mm} \begin{tcolorbox}[leftrule=3mm,colback=red-200,colframe=red-800,lower separated=false,sidebyside,lefthand width=1.5cm] \includegraphics[scale=0.25]{danger.pdf}\tcblower {\bf\textcolor{red-800}{ATTENTION!}} This is NOT an official package from the frontend framework \textbf{Bootstrap} (\href{https://getbootstrap.com/}{\textcolor{blue-700}{https://getbootstrap.com/}}). \end{tcolorbox} \newpage \section{Installation} The package is included in \TeX Live and Mik\TeX. You can also install it via the package manager that is included in your distribution. If you would like to install it manually, please download the package from GitHub (\href{https://github.com/BenSt099/bootstrapicons/releases}{\textcolor{blue-700}{https://github.com/BenSt099/bootstrapicons/releases}}). After that, please unzip the package and put it into the directory, where your distribution puts its packages, e.g. for \TeX Live 2024 (Windows) you would put the package into this folder: \begin{verbatim} C:\texlive\2024\texmf-dist\tex\latex\ \end{verbatim}\vspace{2mm} \noindent After this step, there should be a folder with path: \begin{verbatim} C:\texlive\2024\texmf-dist\tex\latex\bootstrapicons\ \end{verbatim}\vspace{2mm} \noindent in which the two files \begin{verbatim} bootstrapicons.sty bootstrapicons-complete.pdf \end{verbatim} and several folders should reside. After that, you have to update the name database. Depending on your distribution, this could be achieved with e.g.: \texttt{mktexlsr}. You can verify your installation by trying it out. \section{Loading the package \& Dependencies} You can load the package with the following command in the preamble: \vspace{5mm} \begin{tcolorbox}[colback=gray-200] \vspace{3mm} \begin{verbatim} \usepackage{bootstrapicons} \end{verbatim} \end{tcolorbox}\vspace{5mm} \noindent This package has the following dependencies: \texttt{tikz} \newpage \section{Usage} \noindent This section deals with the construction of icons. Every icon has a name and a number that you can find in the tables below. The icon \texttt{0-circle} e.g. has the name \colorbox{red-200}{\texttt{\bf 0-circle}} and the number \colorbox{red-200}{\texttt{\bf 1}}. The number refers to the page number within the document \texttt{bootstrapicons-complete.pdf}. You can use the following commands to include the icon in your pdf: \vspace{5mm} \begin{tcolorbox}[colback=gray-200] \vspace{3mm} \begin{verbatim} \bicon[]{} % general purpose \textbicon{} % specially designed to fit between words \end{verbatim} \end{tcolorbox} \vspace{5mm} \noindent The commands use \texttt{includegraphics} internally. Therefore, if you wish to change angle, scale or other parameters, use \texttt{} with \texttt{\textbackslash bicon}. Below is an example:\vspace{5mm} \begin{tcolorbox}[colback=gray-200] \vspace{3mm} \begin{verbatim} %%% Example file \documentclass{article} \usepackage{bootstrapicons} \begin{document} \bicon{alphabet} \bicon[scale=1.2, angle=90]{123} Hello World\textbicon{globe}! \end{document} \end{verbatim} \end{tcolorbox}\vspace{4mm} \noindent Output:\vspace{3mm} \begin{tcolorbox}[colback=gray-200] \includegraphics[scale=1.2]{exp.pdf}\vspace{5mm} \end{tcolorbox}\vspace{5mm} \noindent\textbf{NOTE}: For more information about the icons and a better overview with a search function, take a look at \href{https://icons.getbootstrap.com/}{\textcolor{blue-700}{https://icons.getbootstrap.com/}}. \newpage \section{Icons} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% NOTICE: The following code was provided by @cpierquet (https://github.com/cpierquet). \begin{itemize} \item Bootstrap Icons version v1.13.1 (2078 icons) \item The \textsf{PDF} file is called \texttt{bootstrapicons-complete.pdf} \end{itemize} \begin{biconscase} \showcasebootstrap{1}{0-circle} \showcasebootstrap{2}{0-circle-fill} \showcasebootstrap{3}{0-square} \showcasebootstrap{4}{0-square-fill} \showcasebootstrap{5}{1-circle} \showcasebootstrap{6}{1-circle-fill} \showcasebootstrap{7}{1-square} \showcasebootstrap{8}{1-square-fill} \showcasebootstrap{9}{123} \showcasebootstrap{10}{2-circle} \showcasebootstrap{11}{2-circle-fill} \showcasebootstrap{12}{2-square} \showcasebootstrap{13}{2-square-fill} \showcasebootstrap{14}{3-circle} \showcasebootstrap{15}{3-circle-fill} \showcasebootstrap{16}{3-square} \showcasebootstrap{17}{3-square-fill} \showcasebootstrap{18}{4-circle} \showcasebootstrap{19}{4-circle-fill} \showcasebootstrap{20}{4-square} \showcasebootstrap{21}{4-square-fill} \showcasebootstrap{22}{5-circle} \showcasebootstrap{23}{5-circle-fill} \showcasebootstrap{24}{5-square} \showcasebootstrap{25}{5-square-fill} \showcasebootstrap{26}{6-circle} \showcasebootstrap{27}{6-circle-fill} \showcasebootstrap{28}{6-square} \showcasebootstrap{29}{6-square-fill} \showcasebootstrap{30}{7-circle} \showcasebootstrap{31}{7-circle-fill} \showcasebootstrap{32}{7-square} \showcasebootstrap{33}{7-square-fill} \showcasebootstrap{34}{8-circle} \showcasebootstrap{35}{8-circle-fill} \showcasebootstrap{36}{8-square} \showcasebootstrap{37}{8-square-fill} \showcasebootstrap{38}{9-circle} \showcasebootstrap{39}{9-circle-fill} \showcasebootstrap{40}{9-square} \showcasebootstrap{41}{9-square-fill} \showcasebootstrap{42}{activity} \showcasebootstrap{43}{airplane} \showcasebootstrap{44}{airplane-engines} \showcasebootstrap{45}{airplane-engines-fill} \showcasebootstrap{46}{airplane-fill} \showcasebootstrap{47}{alarm} \showcasebootstrap{48}{alarm-fill} \showcasebootstrap{49}{alexa} \showcasebootstrap{50}{align-bottom} \showcasebootstrap{51}{align-center} \showcasebootstrap{52}{align-end} \showcasebootstrap{53}{align-middle} \showcasebootstrap{54}{align-start} \showcasebootstrap{55}{align-top} \showcasebootstrap{56}{alipay} \showcasebootstrap{57}{alphabet} \showcasebootstrap{58}{alphabet-uppercase} \showcasebootstrap{59}{alt} \showcasebootstrap{60}{amazon} \showcasebootstrap{61}{amd} \showcasebootstrap{62}{android} \showcasebootstrap{63}{android2} \showcasebootstrap{64}{anthropic} \showcasebootstrap{65}{app} \showcasebootstrap{66}{app-indicator} \showcasebootstrap{67}{apple} \showcasebootstrap{68}{apple-music} \showcasebootstrap{69}{archive} \showcasebootstrap{70}{archive-fill} \showcasebootstrap{71}{arrow-90deg-down} \showcasebootstrap{72}{arrow-90deg-left} \showcasebootstrap{73}{arrow-90deg-right} \showcasebootstrap{74}{arrow-90deg-up} \showcasebootstrap{75}{arrow-bar-down} \showcasebootstrap{76}{arrow-bar-left} \showcasebootstrap{77}{arrow-bar-right} \showcasebootstrap{78}{arrow-bar-up} \showcasebootstrap{79}{arrow-clockwise} \showcasebootstrap{80}{arrow-counterclockwise} \showcasebootstrap{81}{arrow-down} \showcasebootstrap{82}{arrow-down-circle} \showcasebootstrap{83}{arrow-down-circle-fill} \showcasebootstrap{84}{arrow-down-left-circle} \showcasebootstrap{85}{arrow-down-left-circle-fill} \showcasebootstrap{86}{arrow-down-left-square} \showcasebootstrap{87}{arrow-down-left-square-fill} \showcasebootstrap{88}{arrow-down-right-circle} \showcasebootstrap{89}{arrow-down-right-circle-fill} \showcasebootstrap{90}{arrow-down-right-square} \showcasebootstrap{91}{arrow-down-right-square-fill} \showcasebootstrap{92}{arrow-down-square} \showcasebootstrap{93}{arrow-down-square-fill} \showcasebootstrap{94}{arrow-down-left} \showcasebootstrap{95}{arrow-down-right} \showcasebootstrap{96}{arrow-down-short} \showcasebootstrap{97}{arrow-down-up} \showcasebootstrap{98}{arrow-left} \showcasebootstrap{99}{arrow-left-circle} \showcasebootstrap{100}{arrow-left-circle-fill} \showcasebootstrap{101}{arrow-left-square} \showcasebootstrap{102}{arrow-left-square-fill} \showcasebootstrap{103}{arrow-left-right} \showcasebootstrap{104}{arrow-left-short} \showcasebootstrap{105}{arrow-repeat} \showcasebootstrap{106}{arrow-return-left} \showcasebootstrap{107}{arrow-return-right} \showcasebootstrap{108}{arrow-right} \showcasebootstrap{109}{arrow-right-circle} \showcasebootstrap{110}{arrow-right-circle-fill} \showcasebootstrap{111}{arrow-right-square} \showcasebootstrap{112}{arrow-right-square-fill} \showcasebootstrap{113}{arrow-right-short} \showcasebootstrap{114}{arrow-through-heart} \showcasebootstrap{115}{arrow-through-heart-fill} \showcasebootstrap{116}{arrow-up} \showcasebootstrap{117}{arrow-up-circle} \showcasebootstrap{118}{arrow-up-circle-fill} \showcasebootstrap{119}{arrow-up-left-circle} \showcasebootstrap{120}{arrow-up-left-circle-fill} \showcasebootstrap{121}{arrow-up-left-square} \showcasebootstrap{122}{arrow-up-left-square-fill} \showcasebootstrap{123}{arrow-up-right-circle} \showcasebootstrap{124}{arrow-up-right-circle-fill} \showcasebootstrap{125}{arrow-up-right-square} \showcasebootstrap{126}{arrow-up-right-square-fill} \showcasebootstrap{127}{arrow-up-square} \showcasebootstrap{128}{arrow-up-square-fill} \showcasebootstrap{129}{arrow-up-left} \showcasebootstrap{130}{arrow-up-right} \showcasebootstrap{131}{arrow-up-short} \showcasebootstrap{132}{arrows} \showcasebootstrap{133}{arrows-angle-contract} \showcasebootstrap{134}{arrows-angle-expand} \showcasebootstrap{135}{arrows-collapse} \showcasebootstrap{136}{arrows-collapse-vertical} \showcasebootstrap{137}{arrows-expand} \showcasebootstrap{138}{arrows-expand-vertical} \showcasebootstrap{139}{arrows-fullscreen} \showcasebootstrap{140}{arrows-move} \showcasebootstrap{141}{arrows-vertical} \showcasebootstrap{142}{aspect-ratio} \showcasebootstrap{143}{aspect-ratio-fill} \showcasebootstrap{144}{asterisk} \showcasebootstrap{145}{at} \showcasebootstrap{146}{award} \showcasebootstrap{147}{award-fill} \showcasebootstrap{148}{back} \showcasebootstrap{149}{backpack} \showcasebootstrap{150}{backpack-fill} \showcasebootstrap{151}{backpack2} \showcasebootstrap{152}{backpack2-fill} \showcasebootstrap{153}{backpack3} \showcasebootstrap{154}{backpack3-fill} \showcasebootstrap{155}{backpack4} \showcasebootstrap{156}{backpack4-fill} \showcasebootstrap{157}{backspace} \showcasebootstrap{158}{backspace-fill} \showcasebootstrap{159}{backspace-reverse} \showcasebootstrap{160}{backspace-reverse-fill} \showcasebootstrap{161}{badge-3d} \showcasebootstrap{162}{badge-3d-fill} \showcasebootstrap{163}{badge-4k} \showcasebootstrap{164}{badge-4k-fill} \showcasebootstrap{165}{badge-8k} \showcasebootstrap{166}{badge-8k-fill} \showcasebootstrap{167}{badge-ad} \showcasebootstrap{168}{badge-ad-fill} \showcasebootstrap{169}{badge-ar} \showcasebootstrap{170}{badge-ar-fill} \showcasebootstrap{171}{badge-cc} \showcasebootstrap{172}{badge-cc-fill} \showcasebootstrap{173}{badge-hd} \showcasebootstrap{174}{badge-hd-fill} \showcasebootstrap{175}{badge-sd} \showcasebootstrap{176}{badge-sd-fill} \showcasebootstrap{177}{badge-tm} \showcasebootstrap{178}{badge-tm-fill} \showcasebootstrap{179}{badge-vo} \showcasebootstrap{180}{badge-vo-fill} \showcasebootstrap{181}{badge-vr} \showcasebootstrap{182}{badge-vr-fill} \showcasebootstrap{183}{badge-wc} \showcasebootstrap{184}{badge-wc-fill} \showcasebootstrap{185}{bag} \showcasebootstrap{186}{bag-check} \showcasebootstrap{187}{bag-check-fill} \showcasebootstrap{188}{bag-dash} \showcasebootstrap{189}{bag-dash-fill} \showcasebootstrap{190}{bag-fill} \showcasebootstrap{191}{bag-heart} \showcasebootstrap{192}{bag-heart-fill} \showcasebootstrap{193}{bag-plus} \showcasebootstrap{194}{bag-plus-fill} \showcasebootstrap{195}{bag-x} \showcasebootstrap{196}{bag-x-fill} \showcasebootstrap{197}{balloon} \showcasebootstrap{198}{balloon-fill} \showcasebootstrap{199}{balloon-heart} \showcasebootstrap{200}{balloon-heart-fill} \showcasebootstrap{201}{ban} \showcasebootstrap{202}{ban-fill} \showcasebootstrap{203}{bandaid} \showcasebootstrap{204}{bandaid-fill} \showcasebootstrap{205}{bank} \showcasebootstrap{206}{bank2} \showcasebootstrap{207}{bar-chart} \showcasebootstrap{208}{bar-chart-fill} \showcasebootstrap{209}{bar-chart-line} \showcasebootstrap{210}{bar-chart-line-fill} \showcasebootstrap{211}{bar-chart-steps} \showcasebootstrap{212}{basket} \showcasebootstrap{213}{basket-fill} \showcasebootstrap{214}{basket2} \showcasebootstrap{215}{basket2-fill} \showcasebootstrap{216}{basket3} \showcasebootstrap{217}{basket3-fill} \showcasebootstrap{218}{battery} \showcasebootstrap{219}{battery-charging} \showcasebootstrap{220}{battery-full} \showcasebootstrap{221}{battery-half} \showcasebootstrap{222}{battery-low} \showcasebootstrap{223}{beaker} \showcasebootstrap{224}{beaker-fill} \showcasebootstrap{225}{behance} \showcasebootstrap{226}{bell} \showcasebootstrap{227}{bell-fill} \showcasebootstrap{228}{bell-slash} \showcasebootstrap{229}{bell-slash-fill} \showcasebootstrap{230}{bezier} \showcasebootstrap{231}{bezier2} \showcasebootstrap{232}{bicycle} \showcasebootstrap{233}{bing} \showcasebootstrap{234}{binoculars} \showcasebootstrap{235}{binoculars-fill} \showcasebootstrap{236}{blockquote-left} \showcasebootstrap{237}{blockquote-right} \showcasebootstrap{238}{bluesky} \showcasebootstrap{239}{bluetooth} \showcasebootstrap{240}{body-text} \showcasebootstrap{241}{book} \showcasebootstrap{242}{book-fill} \showcasebootstrap{243}{book-half} \showcasebootstrap{244}{bookmark} \showcasebootstrap{245}{bookmark-check} \showcasebootstrap{246}{bookmark-check-fill} \showcasebootstrap{247}{bookmark-dash} \showcasebootstrap{248}{bookmark-dash-fill} \showcasebootstrap{249}{bookmark-fill} \showcasebootstrap{250}{bookmark-heart} \showcasebootstrap{251}{bookmark-heart-fill} \showcasebootstrap{252}{bookmark-plus} \showcasebootstrap{253}{bookmark-plus-fill} \showcasebootstrap{254}{bookmark-star} \showcasebootstrap{255}{bookmark-star-fill} \showcasebootstrap{256}{bookmark-x} \showcasebootstrap{257}{bookmark-x-fill} \showcasebootstrap{258}{bookmarks} \showcasebootstrap{259}{bookmarks-fill} \showcasebootstrap{260}{bookshelf} \showcasebootstrap{261}{boombox} \showcasebootstrap{262}{boombox-fill} \showcasebootstrap{263}{bootstrap} \showcasebootstrap{264}{bootstrap-fill} \showcasebootstrap{265}{bootstrap-reboot} \showcasebootstrap{266}{border} \showcasebootstrap{267}{border-all} \showcasebootstrap{268}{border-bottom} \showcasebootstrap{269}{border-center} \showcasebootstrap{270}{border-inner} \showcasebootstrap{271}{border-left} \showcasebootstrap{272}{border-middle} \showcasebootstrap{273}{border-outer} \showcasebootstrap{274}{border-right} \showcasebootstrap{275}{border-style} \showcasebootstrap{276}{border-top} \showcasebootstrap{277}{border-width} \showcasebootstrap{278}{bounding-box} \showcasebootstrap{279}{bounding-box-circles} \showcasebootstrap{280}{box} \showcasebootstrap{281}{box-arrow-down-left} \showcasebootstrap{282}{box-arrow-down-right} \showcasebootstrap{283}{box-arrow-down} \showcasebootstrap{284}{box-arrow-in-down} \showcasebootstrap{285}{box-arrow-in-down-left} \showcasebootstrap{286}{box-arrow-in-down-right} \showcasebootstrap{287}{box-arrow-in-left} \showcasebootstrap{288}{box-arrow-in-right} \showcasebootstrap{289}{box-arrow-in-up} \showcasebootstrap{290}{box-arrow-in-up-left} \showcasebootstrap{291}{box-arrow-in-up-right} \showcasebootstrap{292}{box-arrow-left} \showcasebootstrap{293}{box-arrow-right} \showcasebootstrap{294}{box-arrow-up} \showcasebootstrap{295}{box-arrow-up-left} \showcasebootstrap{296}{box-arrow-up-right} \showcasebootstrap{297}{box-fill} \showcasebootstrap{298}{box-seam} \showcasebootstrap{299}{box-seam-fill} \showcasebootstrap{300}{box2} \showcasebootstrap{301}{box2-fill} \showcasebootstrap{302}{box2-heart} \showcasebootstrap{303}{box2-heart-fill} \showcasebootstrap{304}{boxes} \showcasebootstrap{305}{braces} \showcasebootstrap{306}{braces-asterisk} \showcasebootstrap{307}{bricks} \showcasebootstrap{308}{briefcase} \showcasebootstrap{309}{briefcase-fill} \showcasebootstrap{310}{brightness-alt-high} \showcasebootstrap{311}{brightness-alt-high-fill} \showcasebootstrap{312}{brightness-alt-low} \showcasebootstrap{313}{brightness-alt-low-fill} \showcasebootstrap{314}{brightness-high} \showcasebootstrap{315}{brightness-high-fill} \showcasebootstrap{316}{brightness-low} \showcasebootstrap{317}{brightness-low-fill} \showcasebootstrap{318}{brilliance} \showcasebootstrap{319}{broadcast} \showcasebootstrap{320}{broadcast-pin} \showcasebootstrap{321}{browser-chrome} \showcasebootstrap{322}{browser-edge} \showcasebootstrap{323}{browser-firefox} \showcasebootstrap{324}{browser-safari} \showcasebootstrap{325}{brush} \showcasebootstrap{326}{brush-fill} \showcasebootstrap{327}{bucket} \showcasebootstrap{328}{bucket-fill} \showcasebootstrap{329}{bug} \showcasebootstrap{330}{bug-fill} \showcasebootstrap{331}{building} \showcasebootstrap{332}{building-add} \showcasebootstrap{333}{building-check} \showcasebootstrap{334}{building-dash} \showcasebootstrap{335}{building-down} \showcasebootstrap{336}{building-exclamation} \showcasebootstrap{337}{building-fill} \showcasebootstrap{338}{building-fill-add} \showcasebootstrap{339}{building-fill-check} \showcasebootstrap{340}{building-fill-dash} \showcasebootstrap{341}{building-fill-down} \showcasebootstrap{342}{building-fill-exclamation} \showcasebootstrap{343}{building-fill-gear} \showcasebootstrap{344}{building-fill-lock} \showcasebootstrap{345}{building-fill-slash} \showcasebootstrap{346}{building-fill-up} \showcasebootstrap{347}{building-fill-x} \showcasebootstrap{348}{building-gear} \showcasebootstrap{349}{building-lock} \showcasebootstrap{350}{building-slash} \showcasebootstrap{351}{building-up} \showcasebootstrap{352}{building-x} \showcasebootstrap{353}{buildings} \showcasebootstrap{354}{buildings-fill} \showcasebootstrap{355}{bullseye} \showcasebootstrap{356}{bus-front} \showcasebootstrap{357}{bus-front-fill} \showcasebootstrap{358}{c-circle} \showcasebootstrap{359}{c-circle-fill} \showcasebootstrap{360}{c-square} \showcasebootstrap{361}{c-square-fill} \showcasebootstrap{362}{cake} \showcasebootstrap{363}{cake-fill} \showcasebootstrap{364}{cake2} \showcasebootstrap{365}{cake2-fill} \showcasebootstrap{366}{calculator} \showcasebootstrap{367}{calculator-fill} \showcasebootstrap{368}{calendar} \showcasebootstrap{369}{calendar-check} \showcasebootstrap{370}{calendar-check-fill} \showcasebootstrap{371}{calendar-date} \showcasebootstrap{372}{calendar-date-fill} \showcasebootstrap{373}{calendar-day} \showcasebootstrap{374}{calendar-day-fill} \showcasebootstrap{375}{calendar-event} \showcasebootstrap{376}{calendar-event-fill} \showcasebootstrap{377}{calendar-fill} \showcasebootstrap{378}{calendar-heart} \showcasebootstrap{379}{calendar-heart-fill} \showcasebootstrap{380}{calendar-minus} \showcasebootstrap{381}{calendar-minus-fill} \showcasebootstrap{382}{calendar-month} \showcasebootstrap{383}{calendar-month-fill} \showcasebootstrap{384}{calendar-plus} \showcasebootstrap{385}{calendar-plus-fill} \showcasebootstrap{386}{calendar-range} \showcasebootstrap{387}{calendar-range-fill} \showcasebootstrap{388}{calendar-week} \showcasebootstrap{389}{calendar-week-fill} \showcasebootstrap{390}{calendar-x} \showcasebootstrap{391}{calendar-x-fill} \showcasebootstrap{392}{calendar2} \showcasebootstrap{393}{calendar2-check} \showcasebootstrap{394}{calendar2-check-fill} \showcasebootstrap{395}{calendar2-date} \showcasebootstrap{396}{calendar2-date-fill} \showcasebootstrap{397}{calendar2-day} \showcasebootstrap{398}{calendar2-day-fill} \showcasebootstrap{399}{calendar2-event} \showcasebootstrap{400}{calendar2-event-fill} \showcasebootstrap{401}{calendar2-fill} \showcasebootstrap{402}{calendar2-heart} \showcasebootstrap{403}{calendar2-heart-fill} \showcasebootstrap{404}{calendar2-minus} \showcasebootstrap{405}{calendar2-minus-fill} \showcasebootstrap{406}{calendar2-month} \showcasebootstrap{407}{calendar2-month-fill} \showcasebootstrap{408}{calendar2-plus} \showcasebootstrap{409}{calendar2-plus-fill} \showcasebootstrap{410}{calendar2-range} \showcasebootstrap{411}{calendar2-range-fill} \showcasebootstrap{412}{calendar2-week} \showcasebootstrap{413}{calendar2-week-fill} \showcasebootstrap{414}{calendar2-x} \showcasebootstrap{415}{calendar2-x-fill} \showcasebootstrap{416}{calendar3} \showcasebootstrap{417}{calendar3-event} \showcasebootstrap{418}{calendar3-event-fill} \showcasebootstrap{419}{calendar3-fill} \showcasebootstrap{420}{calendar3-range} \showcasebootstrap{421}{calendar3-range-fill} \showcasebootstrap{422}{calendar3-week} \showcasebootstrap{423}{calendar3-week-fill} \showcasebootstrap{424}{calendar4} \showcasebootstrap{425}{calendar4-event} \showcasebootstrap{426}{calendar4-range} \showcasebootstrap{427}{calendar4-week} \showcasebootstrap{428}{camera} \showcasebootstrap{429}{camera2} \showcasebootstrap{430}{camera-fill} \showcasebootstrap{431}{camera-reels} \showcasebootstrap{432}{camera-reels-fill} \showcasebootstrap{433}{camera-video} \showcasebootstrap{434}{camera-video-fill} \showcasebootstrap{435}{camera-video-off} \showcasebootstrap{436}{camera-video-off-fill} \showcasebootstrap{437}{capslock} \showcasebootstrap{438}{capslock-fill} \showcasebootstrap{439}{capsule} \showcasebootstrap{440}{capsule-pill} \showcasebootstrap{441}{car-front} \showcasebootstrap{442}{car-front-fill} \showcasebootstrap{443}{card-checklist} \showcasebootstrap{444}{card-heading} \showcasebootstrap{445}{card-image} \showcasebootstrap{446}{card-list} \showcasebootstrap{447}{card-text} \showcasebootstrap{448}{caret-down} \showcasebootstrap{449}{caret-down-fill} \showcasebootstrap{450}{caret-down-square} \showcasebootstrap{451}{caret-down-square-fill} \showcasebootstrap{452}{caret-left} \showcasebootstrap{453}{caret-left-fill} \showcasebootstrap{454}{caret-left-square} \showcasebootstrap{455}{caret-left-square-fill} \showcasebootstrap{456}{caret-right} \showcasebootstrap{457}{caret-right-fill} \showcasebootstrap{458}{caret-right-square} \showcasebootstrap{459}{caret-right-square-fill} \showcasebootstrap{460}{caret-up} \showcasebootstrap{461}{caret-up-fill} \showcasebootstrap{462}{caret-up-square} \showcasebootstrap{463}{caret-up-square-fill} \showcasebootstrap{464}{cart} \showcasebootstrap{465}{cart-check} \showcasebootstrap{466}{cart-check-fill} \showcasebootstrap{467}{cart-dash} \showcasebootstrap{468}{cart-dash-fill} \showcasebootstrap{469}{cart-fill} \showcasebootstrap{470}{cart-plus} \showcasebootstrap{471}{cart-plus-fill} \showcasebootstrap{472}{cart-x} \showcasebootstrap{473}{cart-x-fill} \showcasebootstrap{474}{cart2} \showcasebootstrap{475}{cart3} \showcasebootstrap{476}{cart4} \showcasebootstrap{477}{cash} \showcasebootstrap{478}{cash-coin} \showcasebootstrap{479}{cash-stack} \showcasebootstrap{480}{cassette} \showcasebootstrap{481}{cassette-fill} \showcasebootstrap{482}{cast} \showcasebootstrap{483}{cc-circle} \showcasebootstrap{484}{cc-circle-fill} \showcasebootstrap{485}{cc-square} \showcasebootstrap{486}{cc-square-fill} \showcasebootstrap{487}{chat} \showcasebootstrap{488}{chat-dots} \showcasebootstrap{489}{chat-dots-fill} \showcasebootstrap{490}{chat-fill} \showcasebootstrap{491}{chat-heart} \showcasebootstrap{492}{chat-heart-fill} \showcasebootstrap{493}{chat-left} \showcasebootstrap{494}{chat-left-dots} \showcasebootstrap{495}{chat-left-dots-fill} \showcasebootstrap{496}{chat-left-fill} \showcasebootstrap{497}{chat-left-heart} \showcasebootstrap{498}{chat-left-heart-fill} \showcasebootstrap{499}{chat-left-quote} \showcasebootstrap{500}{chat-left-quote-fill} \showcasebootstrap{501}{chat-left-text} \showcasebootstrap{502}{chat-left-text-fill} \showcasebootstrap{503}{chat-quote} \showcasebootstrap{504}{chat-quote-fill} \showcasebootstrap{505}{chat-right} \showcasebootstrap{506}{chat-right-dots} \showcasebootstrap{507}{chat-right-dots-fill} \showcasebootstrap{508}{chat-right-fill} \showcasebootstrap{509}{chat-right-heart} \showcasebootstrap{510}{chat-right-heart-fill} \showcasebootstrap{511}{chat-right-quote} \showcasebootstrap{512}{chat-right-quote-fill} \showcasebootstrap{513}{chat-right-text} \showcasebootstrap{514}{chat-right-text-fill} \showcasebootstrap{515}{chat-square} \showcasebootstrap{516}{chat-square-dots} \showcasebootstrap{517}{chat-square-dots-fill} \showcasebootstrap{518}{chat-square-fill} \showcasebootstrap{519}{chat-square-heart} \showcasebootstrap{520}{chat-square-heart-fill} \showcasebootstrap{521}{chat-square-quote} \showcasebootstrap{522}{chat-square-quote-fill} \showcasebootstrap{523}{chat-square-text} \showcasebootstrap{524}{chat-square-text-fill} \showcasebootstrap{525}{chat-text} \showcasebootstrap{526}{chat-text-fill} \showcasebootstrap{527}{check} \showcasebootstrap{528}{check-all} \showcasebootstrap{529}{check-circle} \showcasebootstrap{530}{check-circle-fill} \showcasebootstrap{531}{check-lg} \showcasebootstrap{532}{check-square} \showcasebootstrap{533}{check-square-fill} \showcasebootstrap{534}{check2} \showcasebootstrap{535}{check2-all} \showcasebootstrap{536}{check2-circle} \showcasebootstrap{537}{check2-square} \showcasebootstrap{538}{chevron-bar-contract} \showcasebootstrap{539}{chevron-bar-down} \showcasebootstrap{540}{chevron-bar-expand} \showcasebootstrap{541}{chevron-bar-left} \showcasebootstrap{542}{chevron-bar-right} \showcasebootstrap{543}{chevron-bar-up} \showcasebootstrap{544}{chevron-compact-down} \showcasebootstrap{545}{chevron-compact-left} \showcasebootstrap{546}{chevron-compact-right} \showcasebootstrap{547}{chevron-compact-up} \showcasebootstrap{548}{chevron-contract} \showcasebootstrap{549}{chevron-double-down} \showcasebootstrap{550}{chevron-double-left} \showcasebootstrap{551}{chevron-double-right} \showcasebootstrap{552}{chevron-double-up} \showcasebootstrap{553}{chevron-down} \showcasebootstrap{554}{chevron-expand} \showcasebootstrap{555}{chevron-left} \showcasebootstrap{556}{chevron-right} \showcasebootstrap{557}{chevron-up} \showcasebootstrap{558}{circle} \showcasebootstrap{559}{circle-fill} \showcasebootstrap{560}{circle-half} \showcasebootstrap{561}{slash-circle} \showcasebootstrap{562}{circle-square} \showcasebootstrap{563}{claude} \showcasebootstrap{564}{clipboard} \showcasebootstrap{565}{clipboard-check} \showcasebootstrap{566}{clipboard-check-fill} \showcasebootstrap{567}{clipboard-data} \showcasebootstrap{568}{clipboard-data-fill} \showcasebootstrap{569}{clipboard-fill} \showcasebootstrap{570}{clipboard-heart} \showcasebootstrap{571}{clipboard-heart-fill} \showcasebootstrap{572}{clipboard-minus} \showcasebootstrap{573}{clipboard-minus-fill} \showcasebootstrap{574}{clipboard-plus} \showcasebootstrap{575}{clipboard-plus-fill} \showcasebootstrap{576}{clipboard-pulse} \showcasebootstrap{577}{clipboard-x} \showcasebootstrap{578}{clipboard-x-fill} \showcasebootstrap{579}{clipboard2} \showcasebootstrap{580}{clipboard2-check} \showcasebootstrap{581}{clipboard2-check-fill} \showcasebootstrap{582}{clipboard2-data} \showcasebootstrap{583}{clipboard2-data-fill} \showcasebootstrap{584}{clipboard2-fill} \showcasebootstrap{585}{clipboard2-heart} \showcasebootstrap{586}{clipboard2-heart-fill} \showcasebootstrap{587}{clipboard2-minus} \showcasebootstrap{588}{clipboard2-minus-fill} \showcasebootstrap{589}{clipboard2-plus} \showcasebootstrap{590}{clipboard2-plus-fill} \showcasebootstrap{591}{clipboard2-pulse} \showcasebootstrap{592}{clipboard2-pulse-fill} \showcasebootstrap{593}{clipboard2-x} \showcasebootstrap{594}{clipboard2-x-fill} \showcasebootstrap{595}{clock} \showcasebootstrap{596}{clock-fill} \showcasebootstrap{597}{clock-history} \showcasebootstrap{598}{cloud} \showcasebootstrap{599}{cloud-arrow-down} \showcasebootstrap{600}{cloud-arrow-down-fill} \showcasebootstrap{601}{cloud-arrow-up} \showcasebootstrap{602}{cloud-arrow-up-fill} \showcasebootstrap{603}{cloud-check} \showcasebootstrap{604}{cloud-check-fill} \showcasebootstrap{605}{cloud-download} \showcasebootstrap{606}{cloud-download-fill} \showcasebootstrap{607}{cloud-drizzle} \showcasebootstrap{608}{cloud-drizzle-fill} \showcasebootstrap{609}{cloud-fill} \showcasebootstrap{610}{cloud-fog} \showcasebootstrap{611}{cloud-fog-fill} \showcasebootstrap{612}{cloud-fog2} \showcasebootstrap{613}{cloud-fog2-fill} \showcasebootstrap{614}{cloud-hail} \showcasebootstrap{615}{cloud-hail-fill} \showcasebootstrap{616}{cloud-haze} \showcasebootstrap{617}{cloud-haze-fill} \showcasebootstrap{618}{cloud-haze2} \showcasebootstrap{619}{cloud-haze2-fill} \showcasebootstrap{620}{cloud-lightning} \showcasebootstrap{621}{cloud-lightning-fill} \showcasebootstrap{622}{cloud-lightning-rain} \showcasebootstrap{623}{cloud-lightning-rain-fill} \showcasebootstrap{624}{cloud-minus} \showcasebootstrap{625}{cloud-minus-fill} \showcasebootstrap{626}{cloud-moon} \showcasebootstrap{627}{cloud-moon-fill} \showcasebootstrap{628}{cloud-plus} \showcasebootstrap{629}{cloud-plus-fill} \showcasebootstrap{630}{cloud-rain} \showcasebootstrap{631}{cloud-rain-fill} \showcasebootstrap{632}{cloud-rain-heavy} \showcasebootstrap{633}{cloud-rain-heavy-fill} \showcasebootstrap{634}{cloud-slash} \showcasebootstrap{635}{cloud-slash-fill} \showcasebootstrap{636}{cloud-sleet} \showcasebootstrap{637}{cloud-sleet-fill} \showcasebootstrap{638}{cloud-snow} \showcasebootstrap{639}{cloud-snow-fill} \showcasebootstrap{640}{cloud-sun} \showcasebootstrap{641}{cloud-sun-fill} \showcasebootstrap{642}{cloud-upload} \showcasebootstrap{643}{cloud-upload-fill} \showcasebootstrap{644}{clouds} \showcasebootstrap{645}{clouds-fill} \showcasebootstrap{646}{cloudy} \showcasebootstrap{647}{cloudy-fill} \showcasebootstrap{648}{code} \showcasebootstrap{649}{code-slash} \showcasebootstrap{650}{code-square} \showcasebootstrap{651}{coin} \showcasebootstrap{652}{collection} \showcasebootstrap{653}{collection-fill} \showcasebootstrap{654}{collection-play} \showcasebootstrap{655}{collection-play-fill} \showcasebootstrap{656}{columns} \showcasebootstrap{657}{columns-gap} \showcasebootstrap{658}{command} \showcasebootstrap{659}{compass} \showcasebootstrap{660}{compass-fill} \showcasebootstrap{661}{cone} \showcasebootstrap{662}{cone-striped} \showcasebootstrap{663}{controller} \showcasebootstrap{664}{cookie} \showcasebootstrap{665}{copy} \showcasebootstrap{666}{cpu} \showcasebootstrap{667}{cpu-fill} \showcasebootstrap{668}{credit-card} \showcasebootstrap{669}{credit-card-2-back} \showcasebootstrap{670}{credit-card-2-back-fill} \showcasebootstrap{671}{credit-card-2-front} \showcasebootstrap{672}{credit-card-2-front-fill} \showcasebootstrap{673}{credit-card-fill} \showcasebootstrap{674}{crop} \showcasebootstrap{675}{crosshair} \showcasebootstrap{676}{crosshair2} \showcasebootstrap{677}{css} \showcasebootstrap{678}{cup} \showcasebootstrap{679}{cup-fill} \showcasebootstrap{680}{cup-hot} \showcasebootstrap{681}{cup-hot-fill} \showcasebootstrap{682}{cup-straw} \showcasebootstrap{683}{currency-bitcoin} \showcasebootstrap{684}{currency-dollar} \showcasebootstrap{685}{currency-euro} \showcasebootstrap{686}{currency-exchange} \showcasebootstrap{687}{currency-pound} \showcasebootstrap{688}{currency-rupee} \showcasebootstrap{689}{currency-yen} \showcasebootstrap{690}{cursor} \showcasebootstrap{691}{cursor-fill} \showcasebootstrap{692}{cursor-text} \showcasebootstrap{693}{dash} \showcasebootstrap{694}{dash-circle} \showcasebootstrap{695}{dash-circle-dotted} \showcasebootstrap{696}{dash-circle-fill} \showcasebootstrap{697}{dash-lg} \showcasebootstrap{698}{dash-square} \showcasebootstrap{699}{dash-square-dotted} \showcasebootstrap{700}{dash-square-fill} \showcasebootstrap{701}{database} \showcasebootstrap{702}{database-add} \showcasebootstrap{703}{database-check} \showcasebootstrap{704}{database-dash} \showcasebootstrap{705}{database-down} \showcasebootstrap{706}{database-exclamation} \showcasebootstrap{707}{database-fill} \showcasebootstrap{708}{database-fill-add} \showcasebootstrap{709}{database-fill-check} \showcasebootstrap{710}{database-fill-dash} \showcasebootstrap{711}{database-fill-down} \showcasebootstrap{712}{database-fill-exclamation} \showcasebootstrap{713}{database-fill-gear} \showcasebootstrap{714}{database-fill-lock} \showcasebootstrap{715}{database-fill-slash} \showcasebootstrap{716}{database-fill-up} \showcasebootstrap{717}{database-fill-x} \showcasebootstrap{718}{database-gear} \showcasebootstrap{719}{database-lock} \showcasebootstrap{720}{database-slash} \showcasebootstrap{721}{database-up} \showcasebootstrap{722}{database-x} \showcasebootstrap{723}{device-hdd} \showcasebootstrap{724}{device-hdd-fill} \showcasebootstrap{725}{device-ssd} \showcasebootstrap{726}{device-ssd-fill} \showcasebootstrap{727}{diagram-2} \showcasebootstrap{728}{diagram-2-fill} \showcasebootstrap{729}{diagram-3} \showcasebootstrap{730}{diagram-3-fill} \showcasebootstrap{731}{diamond} \showcasebootstrap{732}{diamond-fill} \showcasebootstrap{733}{diamond-half} \showcasebootstrap{734}{dice-1} \showcasebootstrap{735}{dice-1-fill} \showcasebootstrap{736}{dice-2} \showcasebootstrap{737}{dice-2-fill} \showcasebootstrap{738}{dice-3} \showcasebootstrap{739}{dice-3-fill} \showcasebootstrap{740}{dice-4} \showcasebootstrap{741}{dice-4-fill} \showcasebootstrap{742}{dice-5} \showcasebootstrap{743}{dice-5-fill} \showcasebootstrap{744}{dice-6} \showcasebootstrap{745}{dice-6-fill} \showcasebootstrap{746}{disc} \showcasebootstrap{747}{disc-fill} \showcasebootstrap{748}{discord} \showcasebootstrap{749}{display} \showcasebootstrap{750}{display-fill} \showcasebootstrap{751}{displayport} \showcasebootstrap{752}{displayport-fill} \showcasebootstrap{753}{distribute-horizontal} \showcasebootstrap{754}{distribute-vertical} \showcasebootstrap{755}{door-closed} \showcasebootstrap{756}{door-closed-fill} \showcasebootstrap{757}{door-open} \showcasebootstrap{758}{door-open-fill} \showcasebootstrap{759}{dot} \showcasebootstrap{760}{download} \showcasebootstrap{761}{dpad} \showcasebootstrap{762}{dpad-fill} \showcasebootstrap{763}{dribbble} \showcasebootstrap{764}{dropbox} \showcasebootstrap{765}{droplet} \showcasebootstrap{766}{droplet-fill} \showcasebootstrap{767}{droplet-half} \showcasebootstrap{768}{duffle} \showcasebootstrap{769}{duffle-fill} \showcasebootstrap{770}{ear} \showcasebootstrap{771}{ear-fill} \showcasebootstrap{772}{earbuds} \showcasebootstrap{773}{easel} \showcasebootstrap{774}{easel-fill} \showcasebootstrap{775}{easel2} \showcasebootstrap{776}{easel2-fill} \showcasebootstrap{777}{easel3} \showcasebootstrap{778}{easel3-fill} \showcasebootstrap{779}{egg} \showcasebootstrap{780}{egg-fill} \showcasebootstrap{781}{egg-fried} \showcasebootstrap{782}{eject} \showcasebootstrap{783}{eject-fill} \showcasebootstrap{784}{emoji-angry} \showcasebootstrap{785}{emoji-angry-fill} \showcasebootstrap{786}{emoji-astonished} \showcasebootstrap{787}{emoji-astonished-fill} \showcasebootstrap{788}{emoji-dizzy} \showcasebootstrap{789}{emoji-dizzy-fill} \showcasebootstrap{790}{emoji-expressionless} \showcasebootstrap{791}{emoji-expressionless-fill} \showcasebootstrap{792}{emoji-frown} \showcasebootstrap{793}{emoji-frown-fill} \showcasebootstrap{794}{emoji-grimace} \showcasebootstrap{795}{emoji-grimace-fill} \showcasebootstrap{796}{emoji-grin} \showcasebootstrap{797}{emoji-grin-fill} \showcasebootstrap{798}{emoji-heart-eyes} \showcasebootstrap{799}{emoji-heart-eyes-fill} \showcasebootstrap{800}{emoji-kiss} \showcasebootstrap{801}{emoji-kiss-fill} \showcasebootstrap{802}{emoji-laughing} \showcasebootstrap{803}{emoji-laughing-fill} \showcasebootstrap{804}{emoji-neutral} \showcasebootstrap{805}{emoji-neutral-fill} \showcasebootstrap{806}{emoji-smile} \showcasebootstrap{807}{emoji-smile-fill} \showcasebootstrap{808}{emoji-smile-upside-down} \showcasebootstrap{809}{emoji-smile-upside-down-fill} \showcasebootstrap{810}{emoji-sunglasses} \showcasebootstrap{811}{emoji-sunglasses-fill} \showcasebootstrap{812}{emoji-surprise} \showcasebootstrap{813}{emoji-surprise-fill} \showcasebootstrap{814}{emoji-tear} \showcasebootstrap{815}{emoji-tear-fill} \showcasebootstrap{816}{emoji-wink} \showcasebootstrap{817}{emoji-wink-fill} \showcasebootstrap{818}{envelope} \showcasebootstrap{819}{envelope-arrow-down} \showcasebootstrap{820}{envelope-arrow-down-fill} \showcasebootstrap{821}{envelope-arrow-up} \showcasebootstrap{822}{envelope-arrow-up-fill} \showcasebootstrap{823}{envelope-at} \showcasebootstrap{824}{envelope-at-fill} \showcasebootstrap{825}{envelope-check} \showcasebootstrap{826}{envelope-check-fill} \showcasebootstrap{827}{envelope-dash} \showcasebootstrap{828}{envelope-dash-fill} \showcasebootstrap{829}{envelope-exclamation} \showcasebootstrap{830}{envelope-exclamation-fill} \showcasebootstrap{831}{envelope-fill} \showcasebootstrap{832}{envelope-heart} \showcasebootstrap{833}{envelope-heart-fill} \showcasebootstrap{834}{envelope-open} \showcasebootstrap{835}{envelope-open-fill} \showcasebootstrap{836}{envelope-open-heart} \showcasebootstrap{837}{envelope-open-heart-fill} \showcasebootstrap{838}{envelope-paper} \showcasebootstrap{839}{envelope-paper-fill} \showcasebootstrap{840}{envelope-paper-heart} \showcasebootstrap{841}{envelope-paper-heart-fill} \showcasebootstrap{842}{envelope-plus} \showcasebootstrap{843}{envelope-plus-fill} \showcasebootstrap{844}{envelope-slash} \showcasebootstrap{845}{envelope-slash-fill} \showcasebootstrap{846}{envelope-x} \showcasebootstrap{847}{envelope-x-fill} \showcasebootstrap{848}{eraser} \showcasebootstrap{849}{eraser-fill} \showcasebootstrap{850}{escape} \showcasebootstrap{851}{ethernet} \showcasebootstrap{852}{ev-front} \showcasebootstrap{853}{ev-front-fill} \showcasebootstrap{854}{ev-station} \showcasebootstrap{855}{ev-station-fill} \showcasebootstrap{856}{exclamation} \showcasebootstrap{857}{exclamation-circle} \showcasebootstrap{858}{exclamation-circle-fill} \showcasebootstrap{859}{exclamation-diamond} \showcasebootstrap{860}{exclamation-diamond-fill} \showcasebootstrap{861}{exclamation-lg} \showcasebootstrap{862}{exclamation-octagon} \showcasebootstrap{863}{exclamation-octagon-fill} \showcasebootstrap{864}{exclamation-square} \showcasebootstrap{865}{exclamation-square-fill} \showcasebootstrap{866}{exclamation-triangle} \showcasebootstrap{867}{exclamation-triangle-fill} \showcasebootstrap{868}{exclude} \showcasebootstrap{869}{explicit} \showcasebootstrap{870}{explicit-fill} \showcasebootstrap{871}{exposure} \showcasebootstrap{872}{eye} \showcasebootstrap{873}{eye-fill} \showcasebootstrap{874}{eye-slash} \showcasebootstrap{875}{eye-slash-fill} \showcasebootstrap{876}{eyedropper} \showcasebootstrap{877}{eyeglasses} \showcasebootstrap{878}{facebook} \showcasebootstrap{879}{fan} \showcasebootstrap{880}{fast-forward} \showcasebootstrap{881}{fast-forward-btn} \showcasebootstrap{882}{fast-forward-btn-fill} \showcasebootstrap{883}{fast-forward-circle} \showcasebootstrap{884}{fast-forward-circle-fill} \showcasebootstrap{885}{fast-forward-fill} \showcasebootstrap{886}{feather} \showcasebootstrap{887}{feather2} \showcasebootstrap{888}{file} \showcasebootstrap{889}{file-arrow-down} \showcasebootstrap{890}{file-arrow-down-fill} \showcasebootstrap{891}{file-arrow-up} \showcasebootstrap{892}{file-arrow-up-fill} \showcasebootstrap{893}{file-bar-graph} \showcasebootstrap{894}{file-bar-graph-fill} \showcasebootstrap{895}{file-binary} \showcasebootstrap{896}{file-binary-fill} \showcasebootstrap{897}{file-break} \showcasebootstrap{898}{file-break-fill} \showcasebootstrap{899}{file-check} \showcasebootstrap{900}{file-check-fill} \showcasebootstrap{901}{file-code} \showcasebootstrap{902}{file-code-fill} \showcasebootstrap{903}{file-diff} \showcasebootstrap{904}{file-diff-fill} \showcasebootstrap{905}{file-earmark} \showcasebootstrap{906}{file-earmark-arrow-down} \showcasebootstrap{907}{file-earmark-arrow-down-fill} \showcasebootstrap{908}{file-earmark-arrow-up} \showcasebootstrap{909}{file-earmark-arrow-up-fill} \showcasebootstrap{910}{file-earmark-bar-graph} \showcasebootstrap{911}{file-earmark-bar-graph-fill} \showcasebootstrap{912}{file-earmark-binary} \showcasebootstrap{913}{file-earmark-binary-fill} \showcasebootstrap{914}{file-earmark-break} \showcasebootstrap{915}{file-earmark-break-fill} \showcasebootstrap{916}{file-earmark-check} \showcasebootstrap{917}{file-earmark-check-fill} \showcasebootstrap{918}{file-earmark-code} \showcasebootstrap{919}{file-earmark-code-fill} \showcasebootstrap{920}{file-earmark-diff} \showcasebootstrap{921}{file-earmark-diff-fill} \showcasebootstrap{922}{file-earmark-easel} \showcasebootstrap{923}{file-earmark-easel-fill} \showcasebootstrap{924}{file-earmark-excel} \showcasebootstrap{925}{file-earmark-excel-fill} \showcasebootstrap{926}{file-earmark-fill} \showcasebootstrap{927}{file-earmark-font} \showcasebootstrap{928}{file-earmark-font-fill} \showcasebootstrap{929}{file-earmark-image} \showcasebootstrap{930}{file-earmark-image-fill} \showcasebootstrap{931}{file-earmark-lock} \showcasebootstrap{932}{file-earmark-lock-fill} \showcasebootstrap{933}{file-earmark-lock2} \showcasebootstrap{934}{file-earmark-lock2-fill} \showcasebootstrap{935}{file-earmark-medical} \showcasebootstrap{936}{file-earmark-medical-fill} \showcasebootstrap{937}{file-earmark-minus} \showcasebootstrap{938}{file-earmark-minus-fill} \showcasebootstrap{939}{file-earmark-music} \showcasebootstrap{940}{file-earmark-music-fill} \showcasebootstrap{941}{file-earmark-pdf} \showcasebootstrap{942}{file-earmark-pdf-fill} \showcasebootstrap{943}{file-earmark-person} \showcasebootstrap{944}{file-earmark-person-fill} \showcasebootstrap{945}{file-earmark-play} \showcasebootstrap{946}{file-earmark-play-fill} \showcasebootstrap{947}{file-earmark-plus} \showcasebootstrap{948}{file-earmark-plus-fill} \showcasebootstrap{949}{file-earmark-post} \showcasebootstrap{950}{file-earmark-post-fill} \showcasebootstrap{951}{file-earmark-ppt} \showcasebootstrap{952}{file-earmark-ppt-fill} \showcasebootstrap{953}{file-earmark-richtext} \showcasebootstrap{954}{file-earmark-richtext-fill} \showcasebootstrap{955}{file-earmark-ruled} \showcasebootstrap{956}{file-earmark-ruled-fill} \showcasebootstrap{957}{file-earmark-slides} \showcasebootstrap{958}{file-earmark-slides-fill} \showcasebootstrap{959}{file-earmark-spreadsheet} \showcasebootstrap{960}{file-earmark-spreadsheet-fill} \showcasebootstrap{961}{file-earmark-text} \showcasebootstrap{962}{file-earmark-text-fill} \showcasebootstrap{963}{file-earmark-word} \showcasebootstrap{964}{file-earmark-word-fill} \showcasebootstrap{965}{file-earmark-x} \showcasebootstrap{966}{file-earmark-x-fill} \showcasebootstrap{967}{file-earmark-zip} \showcasebootstrap{968}{file-earmark-zip-fill} \showcasebootstrap{969}{file-easel} \showcasebootstrap{970}{file-easel-fill} \showcasebootstrap{971}{file-excel} \showcasebootstrap{972}{file-excel-fill} \showcasebootstrap{973}{file-fill} \showcasebootstrap{974}{file-font} \showcasebootstrap{975}{file-font-fill} \showcasebootstrap{976}{file-image} \showcasebootstrap{977}{file-image-fill} \showcasebootstrap{978}{file-lock} \showcasebootstrap{979}{file-lock-fill} \showcasebootstrap{980}{file-lock2} \showcasebootstrap{981}{file-lock2-fill} \showcasebootstrap{982}{file-medical} \showcasebootstrap{983}{file-medical-fill} \showcasebootstrap{984}{file-minus} \showcasebootstrap{985}{file-minus-fill} \showcasebootstrap{986}{file-music} \showcasebootstrap{987}{file-music-fill} \showcasebootstrap{988}{file-pdf} \showcasebootstrap{989}{file-pdf-fill} \showcasebootstrap{990}{file-person} \showcasebootstrap{991}{file-person-fill} \showcasebootstrap{992}{file-play} \showcasebootstrap{993}{file-play-fill} \showcasebootstrap{994}{file-plus} \showcasebootstrap{995}{file-plus-fill} \showcasebootstrap{996}{file-post} \showcasebootstrap{997}{file-post-fill} \showcasebootstrap{998}{file-ppt} \showcasebootstrap{999}{file-ppt-fill} \showcasebootstrap{1000}{file-richtext} \showcasebootstrap{1001}{file-richtext-fill} \showcasebootstrap{1002}{file-ruled} \showcasebootstrap{1003}{file-ruled-fill} \showcasebootstrap{1004}{file-slides} \showcasebootstrap{1005}{file-slides-fill} \showcasebootstrap{1006}{file-spreadsheet} \showcasebootstrap{1007}{file-spreadsheet-fill} \showcasebootstrap{1008}{file-text} \showcasebootstrap{1009}{file-text-fill} \showcasebootstrap{1010}{file-word} \showcasebootstrap{1011}{file-word-fill} \showcasebootstrap{1012}{file-x} \showcasebootstrap{1013}{file-x-fill} \showcasebootstrap{1014}{file-zip} \showcasebootstrap{1015}{file-zip-fill} \showcasebootstrap{1016}{files} \showcasebootstrap{1017}{files-alt} \showcasebootstrap{1018}{filetype-aac} \showcasebootstrap{1019}{filetype-ai} \showcasebootstrap{1020}{filetype-bmp} \showcasebootstrap{1021}{filetype-cs} \showcasebootstrap{1022}{filetype-css} \showcasebootstrap{1023}{filetype-csv} \showcasebootstrap{1024}{filetype-doc} \showcasebootstrap{1025}{filetype-docx} \showcasebootstrap{1026}{filetype-exe} \showcasebootstrap{1027}{filetype-gif} \showcasebootstrap{1028}{filetype-heic} \showcasebootstrap{1029}{filetype-html} \showcasebootstrap{1030}{filetype-java} \showcasebootstrap{1031}{filetype-jpg} \showcasebootstrap{1032}{filetype-js} \showcasebootstrap{1033}{filetype-json} \showcasebootstrap{1034}{filetype-jsx} \showcasebootstrap{1035}{filetype-key} \showcasebootstrap{1036}{filetype-m4p} \showcasebootstrap{1037}{filetype-md} \showcasebootstrap{1038}{filetype-mdx} \showcasebootstrap{1039}{filetype-mov} \showcasebootstrap{1040}{filetype-mp3} \showcasebootstrap{1041}{filetype-mp4} \showcasebootstrap{1042}{filetype-otf} \showcasebootstrap{1043}{filetype-pdf} \showcasebootstrap{1044}{filetype-php} \showcasebootstrap{1045}{filetype-png} \showcasebootstrap{1046}{filetype-ppt} \showcasebootstrap{1047}{filetype-pptx} \showcasebootstrap{1048}{filetype-psd} \showcasebootstrap{1049}{filetype-py} \showcasebootstrap{1050}{filetype-raw} \showcasebootstrap{1051}{filetype-rb} \showcasebootstrap{1052}{filetype-sass} \showcasebootstrap{1053}{filetype-scss} \showcasebootstrap{1054}{filetype-sh} \showcasebootstrap{1055}{filetype-sql} \showcasebootstrap{1056}{filetype-svg} \showcasebootstrap{1057}{filetype-tiff} \showcasebootstrap{1058}{filetype-tsx} \showcasebootstrap{1059}{filetype-ttf} \showcasebootstrap{1060}{filetype-txt} \showcasebootstrap{1061}{filetype-wav} \showcasebootstrap{1062}{filetype-woff} \showcasebootstrap{1063}{filetype-xls} \showcasebootstrap{1064}{filetype-xlsx} \showcasebootstrap{1065}{filetype-xml} \showcasebootstrap{1066}{filetype-yml} \showcasebootstrap{1067}{film} \showcasebootstrap{1068}{filter} \showcasebootstrap{1069}{filter-circle} \showcasebootstrap{1070}{filter-circle-fill} \showcasebootstrap{1071}{filter-left} \showcasebootstrap{1072}{filter-right} \showcasebootstrap{1073}{filter-square} \showcasebootstrap{1074}{filter-square-fill} \showcasebootstrap{1075}{fingerprint} \showcasebootstrap{1076}{fire} \showcasebootstrap{1077}{flag} \showcasebootstrap{1078}{flag-fill} \showcasebootstrap{1079}{flask} \showcasebootstrap{1080}{flask-fill} \showcasebootstrap{1081}{flask-florence} \showcasebootstrap{1082}{flask-florence-fill} \showcasebootstrap{1083}{floppy} \showcasebootstrap{1084}{floppy-fill} \showcasebootstrap{1085}{floppy2} \showcasebootstrap{1086}{floppy2-fill} \showcasebootstrap{1087}{flower1} \showcasebootstrap{1088}{flower2} \showcasebootstrap{1089}{flower3} \showcasebootstrap{1090}{folder} \showcasebootstrap{1091}{folder-check} \showcasebootstrap{1092}{folder-fill} \showcasebootstrap{1093}{folder-minus} \showcasebootstrap{1094}{folder-plus} \showcasebootstrap{1095}{folder-symlink} \showcasebootstrap{1096}{folder-symlink-fill} \showcasebootstrap{1097}{folder-x} \showcasebootstrap{1098}{folder2} \showcasebootstrap{1099}{folder2-open} \showcasebootstrap{1100}{fonts} \showcasebootstrap{1101}{fork-knife} \showcasebootstrap{1102}{forward} \showcasebootstrap{1103}{forward-fill} \showcasebootstrap{1104}{front} \showcasebootstrap{1105}{fuel-pump} \showcasebootstrap{1106}{fuel-pump-diesel} \showcasebootstrap{1107}{fuel-pump-diesel-fill} \showcasebootstrap{1108}{fuel-pump-fill} \showcasebootstrap{1109}{fullscreen} \showcasebootstrap{1110}{fullscreen-exit} \showcasebootstrap{1111}{funnel} \showcasebootstrap{1112}{funnel-fill} \showcasebootstrap{1113}{gear} \showcasebootstrap{1114}{gear-fill} \showcasebootstrap{1115}{gear-wide} \showcasebootstrap{1116}{gear-wide-connected} \showcasebootstrap{1117}{gem} \showcasebootstrap{1118}{gender-ambiguous} \showcasebootstrap{1119}{gender-female} \showcasebootstrap{1120}{gender-male} \showcasebootstrap{1121}{gender-neuter} \showcasebootstrap{1122}{gender-trans} \showcasebootstrap{1123}{geo} \showcasebootstrap{1124}{geo-alt} \showcasebootstrap{1125}{geo-alt-fill} \showcasebootstrap{1126}{geo-fill} \showcasebootstrap{1127}{gift} \showcasebootstrap{1128}{gift-fill} \showcasebootstrap{1129}{git} \showcasebootstrap{1130}{github} \showcasebootstrap{1131}{gitlab} \showcasebootstrap{1132}{globe} \showcasebootstrap{1133}{globe-americas} \showcasebootstrap{1134}{globe-americas-fill} \showcasebootstrap{1135}{globe-asia-australia} \showcasebootstrap{1136}{globe-asia-australia-fill} \showcasebootstrap{1137}{globe-central-south-asia} \showcasebootstrap{1138}{globe-central-south-asia-fill} \showcasebootstrap{1139}{globe-europe-africa} \showcasebootstrap{1140}{globe-europe-africa-fill} \showcasebootstrap{1141}{globe2} \showcasebootstrap{1142}{google} \showcasebootstrap{1143}{google-play} \showcasebootstrap{1144}{gpu-card} \showcasebootstrap{1145}{graph-down} \showcasebootstrap{1146}{graph-down-arrow} \showcasebootstrap{1147}{graph-up} \showcasebootstrap{1148}{graph-up-arrow} \showcasebootstrap{1149}{grid} \showcasebootstrap{1150}{grid-1x2} \showcasebootstrap{1151}{grid-1x2-fill} \showcasebootstrap{1152}{grid-3x2} \showcasebootstrap{1153}{grid-3x2-gap} \showcasebootstrap{1154}{grid-3x2-gap-fill} \showcasebootstrap{1155}{grid-3x3} \showcasebootstrap{1156}{grid-3x3-gap} \showcasebootstrap{1157}{grid-3x3-gap-fill} \showcasebootstrap{1158}{grid-fill} \showcasebootstrap{1159}{grip-horizontal} \showcasebootstrap{1160}{grip-vertical} \showcasebootstrap{1161}{h-circle} \showcasebootstrap{1162}{h-circle-fill} \showcasebootstrap{1163}{h-square} \showcasebootstrap{1164}{h-square-fill} \showcasebootstrap{1165}{hammer} \showcasebootstrap{1166}{hand-index} \showcasebootstrap{1167}{hand-index-fill} \showcasebootstrap{1168}{hand-index-thumb} \showcasebootstrap{1169}{hand-index-thumb-fill} \showcasebootstrap{1170}{hand-thumbs-down} \showcasebootstrap{1171}{hand-thumbs-down-fill} \showcasebootstrap{1172}{hand-thumbs-up} \showcasebootstrap{1173}{hand-thumbs-up-fill} \showcasebootstrap{1174}{handbag} \showcasebootstrap{1175}{handbag-fill} \showcasebootstrap{1176}{hash} \showcasebootstrap{1177}{hdd} \showcasebootstrap{1178}{hdd-fill} \showcasebootstrap{1179}{hdd-network} \showcasebootstrap{1180}{hdd-network-fill} \showcasebootstrap{1181}{hdd-rack} \showcasebootstrap{1182}{hdd-rack-fill} \showcasebootstrap{1183}{hdd-stack} \showcasebootstrap{1184}{hdd-stack-fill} \showcasebootstrap{1185}{hdmi} \showcasebootstrap{1186}{hdmi-fill} \showcasebootstrap{1187}{headphones} \showcasebootstrap{1188}{headset} \showcasebootstrap{1189}{headset-vr} \showcasebootstrap{1190}{heart} \showcasebootstrap{1191}{heart-arrow} \showcasebootstrap{1192}{heart-fill} \showcasebootstrap{1193}{heart-half} \showcasebootstrap{1194}{heart-pulse} \showcasebootstrap{1195}{heart-pulse-fill} \showcasebootstrap{1196}{heartbreak} \showcasebootstrap{1197}{heartbreak-fill} \showcasebootstrap{1198}{hearts} \showcasebootstrap{1199}{heptagon} \showcasebootstrap{1200}{heptagon-fill} \showcasebootstrap{1201}{heptagon-half} \showcasebootstrap{1202}{hexagon} \showcasebootstrap{1203}{hexagon-fill} \showcasebootstrap{1204}{hexagon-half} \showcasebootstrap{1205}{highlighter} \showcasebootstrap{1206}{highlights} \showcasebootstrap{1207}{hospital} \showcasebootstrap{1208}{hospital-fill} \showcasebootstrap{1209}{hourglass} \showcasebootstrap{1210}{hourglass-bottom} \showcasebootstrap{1211}{hourglass-split} \showcasebootstrap{1212}{hourglass-top} \showcasebootstrap{1213}{house} \showcasebootstrap{1214}{house-add} \showcasebootstrap{1215}{house-add-fill} \showcasebootstrap{1216}{house-check} \showcasebootstrap{1217}{house-check-fill} \showcasebootstrap{1218}{house-dash} \showcasebootstrap{1219}{house-dash-fill} \showcasebootstrap{1220}{house-door} \showcasebootstrap{1221}{house-door-fill} \showcasebootstrap{1222}{house-down} \showcasebootstrap{1223}{house-down-fill} \showcasebootstrap{1224}{house-exclamation} \showcasebootstrap{1225}{house-exclamation-fill} \showcasebootstrap{1226}{house-fill} \showcasebootstrap{1227}{house-gear} \showcasebootstrap{1228}{house-gear-fill} \showcasebootstrap{1229}{house-heart} \showcasebootstrap{1230}{house-heart-fill} \showcasebootstrap{1231}{house-lock} \showcasebootstrap{1232}{house-lock-fill} \showcasebootstrap{1233}{house-slash} \showcasebootstrap{1234}{house-slash-fill} \showcasebootstrap{1235}{house-up} \showcasebootstrap{1236}{house-up-fill} \showcasebootstrap{1237}{house-x} \showcasebootstrap{1238}{house-x-fill} \showcasebootstrap{1239}{houses} \showcasebootstrap{1240}{houses-fill} \showcasebootstrap{1241}{hr} \showcasebootstrap{1242}{hurricane} \showcasebootstrap{1243}{hypnotize} \showcasebootstrap{1244}{image} \showcasebootstrap{1245}{image-alt} \showcasebootstrap{1246}{image-fill} \showcasebootstrap{1247}{images} \showcasebootstrap{1248}{inbox} \showcasebootstrap{1249}{inbox-fill} \showcasebootstrap{1250}{inboxes-fill} \showcasebootstrap{1251}{inboxes} \showcasebootstrap{1252}{incognito} \showcasebootstrap{1253}{indent} \showcasebootstrap{1254}{infinity} \showcasebootstrap{1255}{info} \showcasebootstrap{1256}{info-circle} \showcasebootstrap{1257}{info-circle-fill} \showcasebootstrap{1258}{info-lg} \showcasebootstrap{1259}{info-square} \showcasebootstrap{1260}{info-square-fill} \showcasebootstrap{1261}{input-cursor} \showcasebootstrap{1262}{input-cursor-text} \showcasebootstrap{1263}{instagram} \showcasebootstrap{1264}{intersect} \showcasebootstrap{1265}{javascript} \showcasebootstrap{1266}{journal} \showcasebootstrap{1267}{journal-album} \showcasebootstrap{1268}{journal-arrow-down} \showcasebootstrap{1269}{journal-arrow-up} \showcasebootstrap{1270}{journal-bookmark} \showcasebootstrap{1271}{journal-bookmark-fill} \showcasebootstrap{1272}{journal-check} \showcasebootstrap{1273}{journal-code} \showcasebootstrap{1274}{journal-medical} \showcasebootstrap{1275}{journal-minus} \showcasebootstrap{1276}{journal-plus} \showcasebootstrap{1277}{journal-richtext} \showcasebootstrap{1278}{journal-text} \showcasebootstrap{1279}{journal-x} \showcasebootstrap{1280}{journals} \showcasebootstrap{1281}{joystick} \showcasebootstrap{1282}{justify} \showcasebootstrap{1283}{justify-left} \showcasebootstrap{1284}{justify-right} \showcasebootstrap{1285}{kanban} \showcasebootstrap{1286}{kanban-fill} \showcasebootstrap{1287}{key} \showcasebootstrap{1288}{key-fill} \showcasebootstrap{1289}{keyboard} \showcasebootstrap{1290}{keyboard-fill} \showcasebootstrap{1291}{ladder} \showcasebootstrap{1292}{lamp} \showcasebootstrap{1293}{lamp-fill} \showcasebootstrap{1294}{laptop} \showcasebootstrap{1295}{laptop-fill} \showcasebootstrap{1296}{layer-backward} \showcasebootstrap{1297}{layer-forward} \showcasebootstrap{1298}{layers} \showcasebootstrap{1299}{layers-fill} \showcasebootstrap{1300}{layers-half} \showcasebootstrap{1301}{layout-sidebar} \showcasebootstrap{1302}{layout-sidebar-inset-reverse} \showcasebootstrap{1303}{layout-sidebar-inset} \showcasebootstrap{1304}{layout-sidebar-reverse} \showcasebootstrap{1305}{layout-split} \showcasebootstrap{1306}{layout-text-sidebar} \showcasebootstrap{1307}{layout-text-sidebar-reverse} \showcasebootstrap{1308}{layout-text-window} \showcasebootstrap{1309}{layout-text-window-reverse} \showcasebootstrap{1310}{layout-three-columns} \showcasebootstrap{1311}{layout-wtf} \showcasebootstrap{1312}{leaf} \showcasebootstrap{1313}{leaf-fill} \showcasebootstrap{1314}{life-preserver} \showcasebootstrap{1315}{lightbulb} \showcasebootstrap{1316}{lightbulb-fill} \showcasebootstrap{1317}{lightbulb-off} \showcasebootstrap{1318}{lightbulb-off-fill} \showcasebootstrap{1319}{lightning} \showcasebootstrap{1320}{lightning-charge} \showcasebootstrap{1321}{lightning-charge-fill} \showcasebootstrap{1322}{lightning-fill} \showcasebootstrap{1323}{line} \showcasebootstrap{1324}{link} \showcasebootstrap{1325}{link-45deg} \showcasebootstrap{1326}{linkedin} \showcasebootstrap{1327}{list} \showcasebootstrap{1328}{list-check} \showcasebootstrap{1329}{list-columns} \showcasebootstrap{1330}{list-columns-reverse} \showcasebootstrap{1331}{list-nested} \showcasebootstrap{1332}{list-ol} \showcasebootstrap{1333}{list-stars} \showcasebootstrap{1334}{list-task} \showcasebootstrap{1335}{list-ul} \showcasebootstrap{1336}{lock} \showcasebootstrap{1337}{lock-fill} \showcasebootstrap{1338}{luggage} \showcasebootstrap{1339}{luggage-fill} \showcasebootstrap{1340}{lungs} \showcasebootstrap{1341}{lungs-fill} \showcasebootstrap{1342}{magic} \showcasebootstrap{1343}{magnet} \showcasebootstrap{1344}{magnet-fill} \showcasebootstrap{1345}{mailbox} \showcasebootstrap{1346}{mailbox-flag} \showcasebootstrap{1347}{mailbox2} \showcasebootstrap{1348}{mailbox2-flag} \showcasebootstrap{1349}{map} \showcasebootstrap{1350}{map-fill} \showcasebootstrap{1351}{markdown} \showcasebootstrap{1352}{markdown-fill} \showcasebootstrap{1353}{marker-tip} \showcasebootstrap{1354}{mask} \showcasebootstrap{1355}{mastodon} \showcasebootstrap{1356}{measuring-cup} \showcasebootstrap{1357}{measuring-cup-fill} \showcasebootstrap{1358}{medium} \showcasebootstrap{1359}{megaphone} \showcasebootstrap{1360}{megaphone-fill} \showcasebootstrap{1361}{memory} \showcasebootstrap{1362}{menu-app} \showcasebootstrap{1363}{menu-app-fill} \showcasebootstrap{1364}{menu-button} \showcasebootstrap{1365}{menu-button-fill} \showcasebootstrap{1366}{menu-button-wide} \showcasebootstrap{1367}{menu-button-wide-fill} \showcasebootstrap{1368}{menu-down} \showcasebootstrap{1369}{menu-up} \showcasebootstrap{1370}{messenger} \showcasebootstrap{1371}{meta} \showcasebootstrap{1372}{mic} \showcasebootstrap{1373}{mic-fill} \showcasebootstrap{1374}{mic-mute} \showcasebootstrap{1375}{mic-mute-fill} \showcasebootstrap{1376}{microsoft} \showcasebootstrap{1377}{microsoft-teams} \showcasebootstrap{1378}{minecart} \showcasebootstrap{1379}{minecart-loaded} \showcasebootstrap{1380}{modem} \showcasebootstrap{1381}{modem-fill} \showcasebootstrap{1382}{moisture} \showcasebootstrap{1383}{moon} \showcasebootstrap{1384}{moon-fill} \showcasebootstrap{1385}{moon-stars} \showcasebootstrap{1386}{moon-stars-fill} \showcasebootstrap{1387}{mortarboard} \showcasebootstrap{1388}{mortarboard-fill} \showcasebootstrap{1389}{motherboard} \showcasebootstrap{1390}{motherboard-fill} \showcasebootstrap{1391}{mouse} \showcasebootstrap{1392}{mouse-fill} \showcasebootstrap{1393}{mouse2} \showcasebootstrap{1394}{mouse2-fill} \showcasebootstrap{1395}{mouse3} \showcasebootstrap{1396}{mouse3-fill} \showcasebootstrap{1397}{music-note} \showcasebootstrap{1398}{music-note-beamed} \showcasebootstrap{1399}{music-note-list} \showcasebootstrap{1400}{music-player} \showcasebootstrap{1401}{music-player-fill} \showcasebootstrap{1402}{newspaper} \showcasebootstrap{1403}{nintendo-switch} \showcasebootstrap{1404}{node-minus} \showcasebootstrap{1405}{node-minus-fill} \showcasebootstrap{1406}{node-plus} \showcasebootstrap{1407}{node-plus-fill} \showcasebootstrap{1408}{noise-reduction} \showcasebootstrap{1409}{nut} \showcasebootstrap{1410}{nut-fill} \showcasebootstrap{1411}{nvidia} \showcasebootstrap{1412}{nvme} \showcasebootstrap{1413}{nvme-fill} \showcasebootstrap{1414}{octagon} \showcasebootstrap{1415}{octagon-fill} \showcasebootstrap{1416}{octagon-half} \showcasebootstrap{1417}{openai} \showcasebootstrap{1418}{opencollective} \showcasebootstrap{1419}{optical-audio} \showcasebootstrap{1420}{optical-audio-fill} \showcasebootstrap{1421}{option} \showcasebootstrap{1422}{outlet} \showcasebootstrap{1423}{p-circle} \showcasebootstrap{1424}{p-circle-fill} \showcasebootstrap{1425}{p-square} \showcasebootstrap{1426}{p-square-fill} \showcasebootstrap{1427}{paint-bucket} \showcasebootstrap{1428}{palette} \showcasebootstrap{1429}{palette-fill} \showcasebootstrap{1430}{palette2} \showcasebootstrap{1431}{paperclip} \showcasebootstrap{1432}{paragraph} \showcasebootstrap{1433}{pass} \showcasebootstrap{1434}{pass-fill} \showcasebootstrap{1435}{passport} \showcasebootstrap{1436}{passport-fill} \showcasebootstrap{1437}{patch-check} \showcasebootstrap{1438}{patch-check-fill} \showcasebootstrap{1439}{patch-exclamation} \showcasebootstrap{1440}{patch-exclamation-fill} \showcasebootstrap{1441}{patch-minus} \showcasebootstrap{1442}{patch-minus-fill} \showcasebootstrap{1443}{patch-plus} \showcasebootstrap{1444}{patch-plus-fill} \showcasebootstrap{1445}{patch-question} \showcasebootstrap{1446}{patch-question-fill} \showcasebootstrap{1447}{pause} \showcasebootstrap{1448}{pause-btn} \showcasebootstrap{1449}{pause-btn-fill} \showcasebootstrap{1450}{pause-circle} \showcasebootstrap{1451}{pause-circle-fill} \showcasebootstrap{1452}{pause-fill} \showcasebootstrap{1453}{paypal} \showcasebootstrap{1454}{pc} \showcasebootstrap{1455}{pc-display} \showcasebootstrap{1456}{pc-display-horizontal} \showcasebootstrap{1457}{pc-horizontal} \showcasebootstrap{1458}{pci-card} \showcasebootstrap{1459}{pci-card-network} \showcasebootstrap{1460}{pci-card-sound} \showcasebootstrap{1461}{peace} \showcasebootstrap{1462}{peace-fill} \showcasebootstrap{1463}{pen} \showcasebootstrap{1464}{pen-fill} \showcasebootstrap{1465}{pencil} \showcasebootstrap{1466}{pencil-fill} \showcasebootstrap{1467}{pencil-square} \showcasebootstrap{1468}{pentagon} \showcasebootstrap{1469}{pentagon-fill} \showcasebootstrap{1470}{pentagon-half} \showcasebootstrap{1471}{people} \showcasebootstrap{1472}{person-circle} \showcasebootstrap{1473}{people-fill} \showcasebootstrap{1474}{percent} \showcasebootstrap{1475}{perplexity} \showcasebootstrap{1476}{person} \showcasebootstrap{1477}{person-add} \showcasebootstrap{1478}{person-arms-up} \showcasebootstrap{1479}{person-badge} \showcasebootstrap{1480}{person-badge-fill} \showcasebootstrap{1481}{person-bounding-box} \showcasebootstrap{1482}{person-check} \showcasebootstrap{1483}{person-check-fill} \showcasebootstrap{1484}{person-dash} \showcasebootstrap{1485}{person-dash-fill} \showcasebootstrap{1486}{person-down} \showcasebootstrap{1487}{person-exclamation} \showcasebootstrap{1488}{person-fill} \showcasebootstrap{1489}{person-fill-add} \showcasebootstrap{1490}{person-fill-check} \showcasebootstrap{1491}{person-fill-dash} \showcasebootstrap{1492}{person-fill-down} \showcasebootstrap{1493}{person-fill-exclamation} \showcasebootstrap{1494}{person-fill-gear} \showcasebootstrap{1495}{person-fill-lock} \showcasebootstrap{1496}{person-fill-slash} \showcasebootstrap{1497}{person-fill-up} \showcasebootstrap{1498}{person-fill-x} \showcasebootstrap{1499}{person-gear} \showcasebootstrap{1500}{person-heart} \showcasebootstrap{1501}{person-hearts} \showcasebootstrap{1502}{person-lines-fill} \showcasebootstrap{1503}{person-lock} \showcasebootstrap{1504}{person-plus} \showcasebootstrap{1505}{person-plus-fill} \showcasebootstrap{1506}{person-raised-hand} \showcasebootstrap{1507}{person-rolodex} \showcasebootstrap{1508}{person-slash} \showcasebootstrap{1509}{person-square} \showcasebootstrap{1510}{person-standing} \showcasebootstrap{1511}{person-standing-dress} \showcasebootstrap{1512}{person-up} \showcasebootstrap{1513}{person-vcard} \showcasebootstrap{1514}{person-vcard-fill} \showcasebootstrap{1515}{person-video} \showcasebootstrap{1516}{person-video2} \showcasebootstrap{1517}{person-video3} \showcasebootstrap{1518}{person-walking} \showcasebootstrap{1519}{person-wheelchair} \showcasebootstrap{1520}{person-workspace} \showcasebootstrap{1521}{person-x} \showcasebootstrap{1522}{person-x-fill} \showcasebootstrap{1523}{phone} \showcasebootstrap{1524}{phone-fill} \showcasebootstrap{1525}{phone-flip} \showcasebootstrap{1526}{phone-landscape} \showcasebootstrap{1527}{phone-landscape-fill} \showcasebootstrap{1528}{phone-vibrate} \showcasebootstrap{1529}{phone-vibrate-fill} \showcasebootstrap{1530}{pie-chart} \showcasebootstrap{1531}{pie-chart-fill} \showcasebootstrap{1532}{piggy-bank} \showcasebootstrap{1533}{piggy-bank-fill} \showcasebootstrap{1534}{pin} \showcasebootstrap{1535}{pin-angle} \showcasebootstrap{1536}{pin-angle-fill} \showcasebootstrap{1537}{pin-fill} \showcasebootstrap{1538}{pin-map} \showcasebootstrap{1539}{pin-map-fill} \showcasebootstrap{1540}{pinterest} \showcasebootstrap{1541}{pip} \showcasebootstrap{1542}{pip-fill} \showcasebootstrap{1543}{play} \showcasebootstrap{1544}{play-btn} \showcasebootstrap{1545}{play-btn-fill} \showcasebootstrap{1546}{play-circle} \showcasebootstrap{1547}{play-circle-fill} \showcasebootstrap{1548}{play-fill} \showcasebootstrap{1549}{playstation} \showcasebootstrap{1550}{plug} \showcasebootstrap{1551}{plug-fill} \showcasebootstrap{1552}{plugin} \showcasebootstrap{1553}{plus} \showcasebootstrap{1554}{plus-circle} \showcasebootstrap{1555}{plus-circle-dotted} \showcasebootstrap{1556}{plus-circle-fill} \showcasebootstrap{1557}{plus-lg} \showcasebootstrap{1558}{plus-slash-minus} \showcasebootstrap{1559}{plus-square} \showcasebootstrap{1560}{plus-square-dotted} \showcasebootstrap{1561}{plus-square-fill} \showcasebootstrap{1562}{postage} \showcasebootstrap{1563}{postage-fill} \showcasebootstrap{1564}{postage-heart} \showcasebootstrap{1565}{postage-heart-fill} \showcasebootstrap{1566}{postcard} \showcasebootstrap{1567}{postcard-fill} \showcasebootstrap{1568}{postcard-heart} \showcasebootstrap{1569}{postcard-heart-fill} \showcasebootstrap{1570}{power} \showcasebootstrap{1571}{prescription} \showcasebootstrap{1572}{prescription2} \showcasebootstrap{1573}{printer} \showcasebootstrap{1574}{printer-fill} \showcasebootstrap{1575}{projector} \showcasebootstrap{1576}{projector-fill} \showcasebootstrap{1577}{puzzle} \showcasebootstrap{1578}{puzzle-fill} \showcasebootstrap{1579}{qr-code} \showcasebootstrap{1580}{qr-code-scan} \showcasebootstrap{1581}{question} \showcasebootstrap{1582}{question-circle} \showcasebootstrap{1583}{question-diamond} \showcasebootstrap{1584}{question-diamond-fill} \showcasebootstrap{1585}{question-circle-fill} \showcasebootstrap{1586}{question-lg} \showcasebootstrap{1587}{question-octagon} \showcasebootstrap{1588}{question-octagon-fill} \showcasebootstrap{1589}{question-square} \showcasebootstrap{1590}{question-square-fill} \showcasebootstrap{1591}{quora} \showcasebootstrap{1592}{quote} \showcasebootstrap{1593}{r-circle} \showcasebootstrap{1594}{r-circle-fill} \showcasebootstrap{1595}{r-square} \showcasebootstrap{1596}{r-square-fill} \showcasebootstrap{1597}{radar} \showcasebootstrap{1598}{radioactive} \showcasebootstrap{1599}{rainbow} \showcasebootstrap{1600}{receipt} \showcasebootstrap{1601}{receipt-cutoff} \showcasebootstrap{1602}{reception-0} \showcasebootstrap{1603}{reception-1} \showcasebootstrap{1604}{reception-2} \showcasebootstrap{1605}{reception-3} \showcasebootstrap{1606}{reception-4} \showcasebootstrap{1607}{record} \showcasebootstrap{1608}{record-btn} \showcasebootstrap{1609}{record-btn-fill} \showcasebootstrap{1610}{record-circle} \showcasebootstrap{1611}{record-circle-fill} \showcasebootstrap{1612}{record-fill} \showcasebootstrap{1613}{record2} \showcasebootstrap{1614}{record2-fill} \showcasebootstrap{1615}{recycle} \showcasebootstrap{1616}{reddit} \showcasebootstrap{1617}{regex} \showcasebootstrap{1618}{repeat} \showcasebootstrap{1619}{repeat-1} \showcasebootstrap{1620}{reply} \showcasebootstrap{1621}{reply-all} \showcasebootstrap{1622}{reply-all-fill} \showcasebootstrap{1623}{reply-fill} \showcasebootstrap{1624}{rewind} \showcasebootstrap{1625}{rewind-btn} \showcasebootstrap{1626}{rewind-btn-fill} \showcasebootstrap{1627}{rewind-circle} \showcasebootstrap{1628}{rewind-circle-fill} \showcasebootstrap{1629}{rewind-fill} \showcasebootstrap{1630}{robot} \showcasebootstrap{1631}{rocket} \showcasebootstrap{1632}{rocket-fill} \showcasebootstrap{1633}{rocket-takeoff} \showcasebootstrap{1634}{rocket-takeoff-fill} \showcasebootstrap{1635}{router} \showcasebootstrap{1636}{router-fill} \showcasebootstrap{1637}{rss} \showcasebootstrap{1638}{rss-fill} \showcasebootstrap{1639}{rulers} \showcasebootstrap{1640}{safe} \showcasebootstrap{1641}{safe-fill} \showcasebootstrap{1642}{safe2} \showcasebootstrap{1643}{safe2-fill} \showcasebootstrap{1644}{save} \showcasebootstrap{1645}{save-fill} \showcasebootstrap{1646}{save2} \showcasebootstrap{1647}{save2-fill} \showcasebootstrap{1648}{scissors} \showcasebootstrap{1649}{scooter} \showcasebootstrap{1650}{screwdriver} \showcasebootstrap{1651}{sd-card} \showcasebootstrap{1652}{sd-card-fill} \showcasebootstrap{1653}{search} \showcasebootstrap{1654}{search-heart} \showcasebootstrap{1655}{search-heart-fill} \showcasebootstrap{1656}{segmented-nav} \showcasebootstrap{1657}{send} \showcasebootstrap{1658}{send-arrow-down} \showcasebootstrap{1659}{send-arrow-down-fill} \showcasebootstrap{1660}{send-arrow-up} \showcasebootstrap{1661}{send-arrow-up-fill} \showcasebootstrap{1662}{send-check} \showcasebootstrap{1663}{send-check-fill} \showcasebootstrap{1664}{send-dash} \showcasebootstrap{1665}{send-dash-fill} \showcasebootstrap{1666}{send-exclamation} \showcasebootstrap{1667}{send-exclamation-fill} \showcasebootstrap{1668}{send-fill} \showcasebootstrap{1669}{send-plus} \showcasebootstrap{1670}{send-plus-fill} \showcasebootstrap{1671}{send-slash} \showcasebootstrap{1672}{send-slash-fill} \showcasebootstrap{1673}{send-x} \showcasebootstrap{1674}{send-x-fill} \showcasebootstrap{1675}{server} \showcasebootstrap{1676}{shadows} \showcasebootstrap{1677}{share} \showcasebootstrap{1678}{share-fill} \showcasebootstrap{1679}{shield} \showcasebootstrap{1680}{shield-check} \showcasebootstrap{1681}{shield-exclamation} \showcasebootstrap{1682}{shield-fill} \showcasebootstrap{1683}{shield-fill-check} \showcasebootstrap{1684}{shield-fill-exclamation} \showcasebootstrap{1685}{shield-fill-minus} \showcasebootstrap{1686}{shield-fill-plus} \showcasebootstrap{1687}{shield-fill-x} \showcasebootstrap{1688}{shield-lock} \showcasebootstrap{1689}{shield-lock-fill} \showcasebootstrap{1690}{shield-minus} \showcasebootstrap{1691}{shield-plus} \showcasebootstrap{1692}{shield-shaded} \showcasebootstrap{1693}{shield-slash} \showcasebootstrap{1694}{shield-slash-fill} \showcasebootstrap{1695}{shield-x} \showcasebootstrap{1696}{shift} \showcasebootstrap{1697}{shift-fill} \showcasebootstrap{1698}{shop} \showcasebootstrap{1699}{shop-window} \showcasebootstrap{1700}{shuffle} \showcasebootstrap{1701}{sign-dead-end} \showcasebootstrap{1702}{sign-dead-end-fill} \showcasebootstrap{1703}{sign-do-not-enter} \showcasebootstrap{1704}{sign-do-not-enter-fill} \showcasebootstrap{1705}{sign-intersection} \showcasebootstrap{1706}{sign-intersection-fill} \showcasebootstrap{1707}{sign-intersection-side} \showcasebootstrap{1708}{sign-intersection-side-fill} \showcasebootstrap{1709}{sign-intersection-t} \showcasebootstrap{1710}{sign-intersection-t-fill} \showcasebootstrap{1711}{sign-intersection-y} \showcasebootstrap{1712}{sign-intersection-y-fill} \showcasebootstrap{1713}{sign-merge-left} \showcasebootstrap{1714}{sign-merge-left-fill} \showcasebootstrap{1715}{sign-merge-right} \showcasebootstrap{1716}{sign-merge-right-fill} \showcasebootstrap{1717}{sign-no-left-turn} \showcasebootstrap{1718}{sign-no-left-turn-fill} \showcasebootstrap{1719}{sign-no-parking} \showcasebootstrap{1720}{sign-no-parking-fill} \showcasebootstrap{1721}{sign-no-right-turn} \showcasebootstrap{1722}{sign-no-right-turn-fill} \showcasebootstrap{1723}{sign-railroad} \showcasebootstrap{1724}{sign-railroad-fill} \showcasebootstrap{1725}{sign-stop} \showcasebootstrap{1726}{sign-stop-fill} \showcasebootstrap{1727}{sign-stop-lights} \showcasebootstrap{1728}{sign-stop-lights-fill} \showcasebootstrap{1729}{sign-turn-left} \showcasebootstrap{1730}{sign-turn-left-fill} \showcasebootstrap{1731}{sign-turn-right} \showcasebootstrap{1732}{sign-turn-right-fill} \showcasebootstrap{1733}{sign-turn-slight-left} \showcasebootstrap{1734}{sign-turn-slight-left-fill} \showcasebootstrap{1735}{sign-turn-slight-right} \showcasebootstrap{1736}{sign-turn-slight-right-fill} \showcasebootstrap{1737}{sign-yield} \showcasebootstrap{1738}{sign-yield-fill} \showcasebootstrap{1739}{signal} \showcasebootstrap{1740}{signpost} \showcasebootstrap{1741}{signpost-2} \showcasebootstrap{1742}{signpost-2-fill} \showcasebootstrap{1743}{signpost-fill} \showcasebootstrap{1744}{signpost-split} \showcasebootstrap{1745}{signpost-split-fill} \showcasebootstrap{1746}{sim} \showcasebootstrap{1747}{sim-fill} \showcasebootstrap{1748}{sim-slash} \showcasebootstrap{1749}{sim-slash-fill} \showcasebootstrap{1750}{sina-weibo} \showcasebootstrap{1751}{skip-backward} \showcasebootstrap{1752}{skip-backward-btn} \showcasebootstrap{1753}{skip-backward-btn-fill} \showcasebootstrap{1754}{skip-backward-circle} \showcasebootstrap{1755}{skip-backward-circle-fill} \showcasebootstrap{1756}{skip-backward-fill} \showcasebootstrap{1757}{skip-end} \showcasebootstrap{1758}{skip-end-btn} \showcasebootstrap{1759}{skip-end-btn-fill} \showcasebootstrap{1760}{skip-end-circle} \showcasebootstrap{1761}{skip-end-circle-fill} \showcasebootstrap{1762}{skip-end-fill} \showcasebootstrap{1763}{skip-forward} \showcasebootstrap{1764}{skip-forward-btn} \showcasebootstrap{1765}{skip-forward-btn-fill} \showcasebootstrap{1766}{skip-forward-circle} \showcasebootstrap{1767}{skip-forward-circle-fill} \showcasebootstrap{1768}{skip-forward-fill} \showcasebootstrap{1769}{skip-start} \showcasebootstrap{1770}{skip-start-btn} \showcasebootstrap{1771}{skip-start-btn-fill} \showcasebootstrap{1772}{skip-start-circle} \showcasebootstrap{1773}{skip-start-circle-fill} \showcasebootstrap{1774}{skip-start-fill} \showcasebootstrap{1775}{skype} \showcasebootstrap{1776}{slack} \showcasebootstrap{1777}{slash} \showcasebootstrap{1778}{slash-circle-fill} \showcasebootstrap{1779}{slash-lg} \showcasebootstrap{1780}{slash-square} \showcasebootstrap{1781}{slash-square-fill} \showcasebootstrap{1782}{sliders} \showcasebootstrap{1783}{sliders2} \showcasebootstrap{1784}{sliders2-vertical} \showcasebootstrap{1785}{smartwatch} \showcasebootstrap{1786}{snapchat} \showcasebootstrap{1787}{snow} \showcasebootstrap{1788}{snow2} \showcasebootstrap{1789}{snow3} \showcasebootstrap{1790}{sort-alpha-down} \showcasebootstrap{1791}{sort-alpha-down-alt} \showcasebootstrap{1792}{sort-alpha-up} \showcasebootstrap{1793}{sort-alpha-up-alt} \showcasebootstrap{1794}{sort-down} \showcasebootstrap{1795}{sort-down-alt} \showcasebootstrap{1796}{sort-numeric-down} \showcasebootstrap{1797}{sort-numeric-down-alt} \showcasebootstrap{1798}{sort-numeric-up} \showcasebootstrap{1799}{sort-numeric-up-alt} \showcasebootstrap{1800}{sort-up} \showcasebootstrap{1801}{sort-up-alt} \showcasebootstrap{1802}{soundwave} \showcasebootstrap{1803}{sourceforge} \showcasebootstrap{1804}{speaker} \showcasebootstrap{1805}{speaker-fill} \showcasebootstrap{1806}{speedometer} \showcasebootstrap{1807}{speedometer2} \showcasebootstrap{1808}{spellcheck} \showcasebootstrap{1809}{spotify} \showcasebootstrap{1810}{square} \showcasebootstrap{1811}{square-fill} \showcasebootstrap{1812}{square-half} \showcasebootstrap{1813}{stack} \showcasebootstrap{1814}{stack-overflow} \showcasebootstrap{1815}{star} \showcasebootstrap{1816}{star-fill} \showcasebootstrap{1817}{star-half} \showcasebootstrap{1818}{stars} \showcasebootstrap{1819}{steam} \showcasebootstrap{1820}{stickies} \showcasebootstrap{1821}{stickies-fill} \showcasebootstrap{1822}{sticky} \showcasebootstrap{1823}{sticky-fill} \showcasebootstrap{1824}{stop} \showcasebootstrap{1825}{stop-btn} \showcasebootstrap{1826}{stop-btn-fill} \showcasebootstrap{1827}{stop-circle} \showcasebootstrap{1828}{stop-circle-fill} \showcasebootstrap{1829}{stop-fill} \showcasebootstrap{1830}{stoplights} \showcasebootstrap{1831}{stoplights-fill} \showcasebootstrap{1832}{stopwatch} \showcasebootstrap{1833}{stopwatch-fill} \showcasebootstrap{1834}{strava} \showcasebootstrap{1835}{stripe} \showcasebootstrap{1836}{subscript} \showcasebootstrap{1837}{substack} \showcasebootstrap{1838}{subtract} \showcasebootstrap{1839}{suit-club} \showcasebootstrap{1840}{suit-club-fill} \showcasebootstrap{1841}{suit-diamond} \showcasebootstrap{1842}{suit-diamond-fill} \showcasebootstrap{1843}{suit-heart} \showcasebootstrap{1844}{suit-heart-fill} \showcasebootstrap{1845}{suit-spade} \showcasebootstrap{1846}{suit-spade-fill} \showcasebootstrap{1847}{suitcase} \showcasebootstrap{1848}{suitcase-fill} \showcasebootstrap{1849}{suitcase-lg} \showcasebootstrap{1850}{suitcase-lg-fill} \showcasebootstrap{1851}{suitcase2} \showcasebootstrap{1852}{suitcase2-fill} \showcasebootstrap{1853}{sun} \showcasebootstrap{1854}{sun-fill} \showcasebootstrap{1855}{sunglasses} \showcasebootstrap{1856}{sunrise} \showcasebootstrap{1857}{sunrise-fill} \showcasebootstrap{1858}{sunset} \showcasebootstrap{1859}{sunset-fill} \showcasebootstrap{1860}{superscript} \showcasebootstrap{1861}{symmetry-horizontal} \showcasebootstrap{1862}{symmetry-vertical} \showcasebootstrap{1863}{table} \showcasebootstrap{1864}{tablet} \showcasebootstrap{1865}{tablet-fill} \showcasebootstrap{1866}{tablet-landscape} \showcasebootstrap{1867}{tablet-landscape-fill} \showcasebootstrap{1868}{tag} \showcasebootstrap{1869}{tag-fill} \showcasebootstrap{1870}{tags} \showcasebootstrap{1871}{tags-fill} \showcasebootstrap{1872}{taxi-front} \showcasebootstrap{1873}{taxi-front-fill} \showcasebootstrap{1874}{telegram} \showcasebootstrap{1875}{telephone} \showcasebootstrap{1876}{telephone-fill} \showcasebootstrap{1877}{telephone-forward} \showcasebootstrap{1878}{telephone-forward-fill} \showcasebootstrap{1879}{telephone-inbound} \showcasebootstrap{1880}{telephone-inbound-fill} \showcasebootstrap{1881}{telephone-minus} \showcasebootstrap{1882}{telephone-minus-fill} \showcasebootstrap{1883}{telephone-outbound} \showcasebootstrap{1884}{telephone-outbound-fill} \showcasebootstrap{1885}{telephone-plus} \showcasebootstrap{1886}{telephone-plus-fill} \showcasebootstrap{1887}{telephone-x} \showcasebootstrap{1888}{telephone-x-fill} \showcasebootstrap{1889}{tencent-qq} \showcasebootstrap{1890}{terminal} \showcasebootstrap{1891}{terminal-dash} \showcasebootstrap{1892}{terminal-fill} \showcasebootstrap{1893}{terminal-plus} \showcasebootstrap{1894}{terminal-split} \showcasebootstrap{1895}{terminal-x} \showcasebootstrap{1896}{text-center} \showcasebootstrap{1897}{text-indent-left} \showcasebootstrap{1898}{text-indent-right} \showcasebootstrap{1899}{text-left} \showcasebootstrap{1900}{text-paragraph} \showcasebootstrap{1901}{text-right} \showcasebootstrap{1902}{text-wrap} \showcasebootstrap{1903}{textarea} \showcasebootstrap{1904}{textarea-resize} \showcasebootstrap{1905}{textarea-t} \showcasebootstrap{1906}{thermometer} \showcasebootstrap{1907}{thermometer-half} \showcasebootstrap{1908}{thermometer-high} \showcasebootstrap{1909}{thermometer-low} \showcasebootstrap{1910}{thermometer-snow} \showcasebootstrap{1911}{thermometer-sun} \showcasebootstrap{1912}{threads} \showcasebootstrap{1913}{threads-fill} \showcasebootstrap{1914}{three-dots} \showcasebootstrap{1915}{three-dots-vertical} \showcasebootstrap{1916}{thunderbolt} \showcasebootstrap{1917}{thunderbolt-fill} \showcasebootstrap{1918}{ticket} \showcasebootstrap{1919}{ticket-detailed} \showcasebootstrap{1920}{ticket-detailed-fill} \showcasebootstrap{1921}{ticket-fill} \showcasebootstrap{1922}{ticket-perforated} \showcasebootstrap{1923}{ticket-perforated-fill} \showcasebootstrap{1924}{tiktok} \showcasebootstrap{1925}{toggle-off} \showcasebootstrap{1926}{toggle-on} \showcasebootstrap{1927}{toggle2-off} \showcasebootstrap{1928}{toggle2-on} \showcasebootstrap{1929}{toggles} \showcasebootstrap{1930}{toggles2} \showcasebootstrap{1931}{tools} \showcasebootstrap{1932}{tornado} \showcasebootstrap{1933}{train-freight-front} \showcasebootstrap{1934}{train-freight-front-fill} \showcasebootstrap{1935}{train-front} \showcasebootstrap{1936}{train-front-fill} \showcasebootstrap{1937}{train-lightrail-front} \showcasebootstrap{1938}{train-lightrail-front-fill} \showcasebootstrap{1939}{translate} \showcasebootstrap{1940}{transparency} \showcasebootstrap{1941}{trash} \showcasebootstrap{1942}{trash-fill} \showcasebootstrap{1943}{trash2} \showcasebootstrap{1944}{trash2-fill} \showcasebootstrap{1945}{trash3} \showcasebootstrap{1946}{trash3-fill} \showcasebootstrap{1947}{tree} \showcasebootstrap{1948}{tree-fill} \showcasebootstrap{1949}{trello} \showcasebootstrap{1950}{triangle} \showcasebootstrap{1951}{triangle-fill} \showcasebootstrap{1952}{triangle-half} \showcasebootstrap{1953}{trophy} \showcasebootstrap{1954}{trophy-fill} \showcasebootstrap{1955}{tropical-storm} \showcasebootstrap{1956}{truck} \showcasebootstrap{1957}{truck-flatbed} \showcasebootstrap{1958}{truck-front} \showcasebootstrap{1959}{truck-front-fill} \showcasebootstrap{1960}{tsunami} \showcasebootstrap{1961}{tux} \showcasebootstrap{1962}{tv} \showcasebootstrap{1963}{tv-fill} \showcasebootstrap{1964}{twitch} \showcasebootstrap{1965}{twitter} \showcasebootstrap{1966}{twitter-x} \showcasebootstrap{1967}{type} \showcasebootstrap{1968}{type-bold} \showcasebootstrap{1969}{type-h1} \showcasebootstrap{1970}{type-h2} \showcasebootstrap{1971}{type-h3} \showcasebootstrap{1972}{type-h4} \showcasebootstrap{1973}{type-h5} \showcasebootstrap{1974}{type-h6} \showcasebootstrap{1975}{type-italic} \showcasebootstrap{1976}{type-strikethrough} \showcasebootstrap{1977}{type-underline} \showcasebootstrap{1978}{typescript} \showcasebootstrap{1979}{ubuntu} \showcasebootstrap{1980}{ui-checks} \showcasebootstrap{1981}{ui-checks-grid} \showcasebootstrap{1982}{ui-radios} \showcasebootstrap{1983}{ui-radios-grid} \showcasebootstrap{1984}{umbrella} \showcasebootstrap{1985}{umbrella-fill} \showcasebootstrap{1986}{unindent} \showcasebootstrap{1987}{union} \showcasebootstrap{1988}{unity} \showcasebootstrap{1989}{universal-access} \showcasebootstrap{1990}{universal-access-circle} \showcasebootstrap{1991}{unlock} \showcasebootstrap{1992}{unlock-fill} \showcasebootstrap{1993}{unlock2} \showcasebootstrap{1994}{unlock2-fill} \showcasebootstrap{1995}{upc} \showcasebootstrap{1996}{upc-scan} \showcasebootstrap{1997}{upload} \showcasebootstrap{1998}{usb} \showcasebootstrap{1999}{usb-c} \showcasebootstrap{2000}{usb-c-fill} \showcasebootstrap{2001}{usb-drive} \showcasebootstrap{2002}{usb-drive-fill} \showcasebootstrap{2003}{usb-fill} \showcasebootstrap{2004}{usb-micro} \showcasebootstrap{2005}{usb-micro-fill} \showcasebootstrap{2006}{usb-mini} \showcasebootstrap{2007}{usb-mini-fill} \showcasebootstrap{2008}{usb-plug} \showcasebootstrap{2009}{usb-plug-fill} \showcasebootstrap{2010}{usb-symbol} \showcasebootstrap{2011}{valentine} \showcasebootstrap{2012}{valentine2} \showcasebootstrap{2013}{vector-pen} \showcasebootstrap{2014}{view-list} \showcasebootstrap{2015}{view-stacked} \showcasebootstrap{2016}{vignette} \showcasebootstrap{2017}{vimeo} \showcasebootstrap{2018}{vinyl} \showcasebootstrap{2019}{vinyl-fill} \showcasebootstrap{2020}{virus} \showcasebootstrap{2021}{virus2} \showcasebootstrap{2022}{voicemail} \showcasebootstrap{2023}{volume-down} \showcasebootstrap{2024}{volume-down-fill} \showcasebootstrap{2025}{volume-mute} \showcasebootstrap{2026}{volume-mute-fill} \showcasebootstrap{2027}{volume-off} \showcasebootstrap{2028}{volume-off-fill} \showcasebootstrap{2029}{volume-up} \showcasebootstrap{2030}{volume-up-fill} \showcasebootstrap{2031}{vr} \showcasebootstrap{2032}{wallet} \showcasebootstrap{2033}{wallet-fill} \showcasebootstrap{2034}{wallet2} \showcasebootstrap{2035}{watch} \showcasebootstrap{2036}{water} \showcasebootstrap{2037}{webcam} \showcasebootstrap{2038}{webcam-fill} \showcasebootstrap{2039}{wechat} \showcasebootstrap{2040}{whatsapp} \showcasebootstrap{2041}{wifi} \showcasebootstrap{2042}{wifi-1} \showcasebootstrap{2043}{wifi-2} \showcasebootstrap{2044}{wifi-off} \showcasebootstrap{2045}{wikipedia} \showcasebootstrap{2046}{wind} \showcasebootstrap{2047}{window} \showcasebootstrap{2048}{window-dash} \showcasebootstrap{2049}{window-desktop} \showcasebootstrap{2050}{window-dock} \showcasebootstrap{2051}{window-fullscreen} \showcasebootstrap{2052}{window-plus} \showcasebootstrap{2053}{window-sidebar} \showcasebootstrap{2054}{window-split} \showcasebootstrap{2055}{window-stack} \showcasebootstrap{2056}{window-x} \showcasebootstrap{2057}{windows} \showcasebootstrap{2058}{wordpress} \showcasebootstrap{2059}{wrench} \showcasebootstrap{2060}{wrench-adjustable} \showcasebootstrap{2061}{wrench-adjustable-circle} \showcasebootstrap{2062}{wrench-adjustable-circle-fill} \showcasebootstrap{2063}{x} \showcasebootstrap{2064}{x-circle} \showcasebootstrap{2065}{x-circle-fill} \showcasebootstrap{2066}{x-diamond} \showcasebootstrap{2067}{x-diamond-fill} \showcasebootstrap{2068}{x-lg} \showcasebootstrap{2069}{x-octagon} \showcasebootstrap{2070}{x-octagon-fill} \showcasebootstrap{2071}{x-square} \showcasebootstrap{2072}{x-square-fill} \showcasebootstrap{2073}{xbox} \showcasebootstrap{2074}{yelp} \showcasebootstrap{2075}{yin-yang} \showcasebootstrap{2076}{youtube} \showcasebootstrap{2077}{zoom-in} \showcasebootstrap{2078}{zoom-out} \end{biconscase} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{document}