MIF_E31210181/public/assets/plugins/@mdi/font/preview.html

718 lines
275 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="google" content="notranslate">
<title>Material Design Icons</title>
<style>
* {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
background: #fff;
color: #222;
}
h1,
h2,
h3,
p,
div,
blockquote,
footer {
font-family: "Helvetica Neue", Arial, sans-serif;
}
h1 {
padding: 20px 20px 16px 20px;
font-size: 26px;
line-height: 26px;
font-weight: normal;
color: #FFF;
background-color: #2196F3;
}
h1 svg {
vertical-align: middle;
width: 26px;
height: 26px;
margin: 0 6px 4px 0;
}
h1 svg path {
fill: #FFF;
}
h1 .version {
font-size: 14px;
background: #FFF;
padding: 4px 10px;
float: right;
border-radius: 2px;
margin: -3px 0 0 0;
color: #666;
font-weight: bold;
}
h1 .version::before {
content: 'v';
}
h1 code {
font-size: 20px;
background: rgba(0, 0, 0, 0.5);
padding: 4px 12px;
border-radius: 3px;
float: right;
margin: -3px 10px 0 0;
border: 1px solid transparent;
cursor: pointer;
}
h1 code:hover {
border: 1px solid #FFF;
}
h1 code svg {
width: 24px;
height: 24px;
margin: -1px -4px 0 -2px
}
h2 {
font-size: 18px;
padding: 20px;
}
h2 small {
color: #555;
font-size: 0.8rem;
}
h2 small::before {
content: '(';
}
h2 small::after {
content: ')';
}
h2 span {
position: relative;
}
h2.newicons span::before {
position: absolute;
content: ' ';
width: 100%;
height: 0.2rem;
bottom: -0.25rem;
background: #3C90BE;
border-radius: 0.1rem;
}
h2.deprecatedicons span::before {
position: absolute;
content: ' ';
width: 100%;
height: 0.2rem;
bottom: -0.25rem;
background: #BE3C3C;
border-radius: 0.1rem;
}
h3 {
font-size: 14px;
padding: 10px 20px 0 20px;
font-weight: bold;
}
p {
padding: 10px 20px;
}
p code {
display: inline-block;
vertical-align: middle;
background: #F1F1F1;
padding: 3px 5px;
border-radius: 3px;
border: 1px solid #DDD;
}
p i.mdi {
vertical-align: middle;
border-radius: 4px;
display: inline-block;
}
p i.mdi.dark-demo {
background: #333;
}
p.note {
color: #999;
font-size: 14px;
padding: 0 20px 5px 20px;
}
p.deprecated {
margin: -0.5rem 0 0.25rem 0;
}
p.extras {
margin-top: -0.5rem;
}
div.icons {
padding: 0 20px 10px 20px;
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
}
div.icons div {
line-height: 2em;
}
div.icons div span {
cursor: pointer;
font-size: 14px;
text-overflow: ellipsis;
display: inline-block;
max-width: calc(100% - 90px);
overflow: hidden;
vertical-align: middle;
white-space: nowrap;
}
div.icons div code:hover,
div.icons div span:hover,
div.icons div i:hover {
color: #3c90be;
}
div.icons div code:hover {
border-color: #3c90be;
}
div.icons div code {
border: 1px solid #DDD;
width: 46px;
margin-left: 2px;
margin-right: 4px;
border-radius: 4px;
display: inline-block;
vertical-align: middle;
text-align: center;
line-height: 24px;
cursor: pointer;
}
div.icons div i {
display: inline-block;
width: 32px;
height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
line-height: 24px;
}
div.icons .mdi::before {
font-size: 24px;
}
div.icons div.new::before {
content: ' ';
width: 0.2rem;
height: 1.75rem;
position: absolute;
margin-top: 0.25rem;
margin-left: -0.25rem;
background: #3C90BE;
border-radius: 0.1rem;
}
div.icons div.deprecated::before {
content: ' ';
width: 0.2rem;
height: 1.75rem;
position: absolute;
margin-top: 0.25rem;
margin-left: -0.25rem;
background: #BE3C3C;
border-radius: 0.1rem;
}
pre {
margin: 0 20px;
font-family: Consolas, monospace;
padding: 10px;
border: 1px solid #DDD;
background: #F1F1F1;
}
blockquote {
position: relative;
margin: 1rem 1rem 0 1rem;
padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}
blockquote.note::before {
content: ' ';
width: 0.25rem;
height: 100%;
background: #DDD;
position: absolute;
border-radius: 0.25rem;
top: 0;
left: 0;
}
blockquote.deprecated::before {
content: ' ';
width: 0.25rem;
height: 100%;
background: #BE3C3C;
position: absolute;
border-radius: 0.25rem;
top: 0;
left: 0;
}
div.copied {
position: fixed;
top: 100px;
left: 50%;
width: 200px;
text-align: center;
color: #3c763d;
background-color: #dff0d8;
border: 1px solid #d6e9c6;
padding: 10px 15px;
border-radius: 4px;
margin-left: -100px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
div.examples {
display: flex;
flex-wrap: wrap;
margin: 0.5rem 1.25rem;
}
div.examples > div {
display: flex;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}
div.examples > div > div:first-child {
display: flex;
padding: 0.5rem;
border-radius: 0.25rem;
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.4);
background: #FFF;
z-index: 1;
align-items: center;
justify-content: center;
}
div.examples > div > div:first-child + div {
display: flex;
margin-left: -0.25rem;
padding: 0.5rem 0.75rem 0.5rem 1rem;
background: #222;
border-radius: 0 0.25rem 0.25rem 0;
}
div.examples > div > div:first-child + div > code {
color: #FFF;
align-self: center;
}
div.examples > div > div.dark:first-child {
background: #444;
}
div.examples i {
display: flex;
}
div.examples-size > div > div:first-child {
min-width: 3rem;
}
footer {
display: flex;
padding: 20px;
color: #666;
border-top: 1px solid #DDD;
background: #F1F1F1;
}
footer > div:first-child {
flex: 1;
}
footer > div:last-child {
text-align: right;
}
footer a {
color: #e91e63;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
</style>
<link href="css/materialdesignicons.min.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>
<svg>
<path d="M0,0H8V3H18V0H26V8H23V18H26V26H18V23H8V21H18V18H21V8H18V5H8V8H5V18H8V26H0V18H3V8H0V0M2,2V6H6V2H2M2,20V24H6V20H2M20,2V6H24V2H20M20,20V24H24V20H20Z"></path>
</svg>
Material Design Icons
<span class="version">4.9.95</span>
<code id="npm" title="Copy to Clipboard">
<svg viewBox="0 0 24 24">
<path d="M19,20H5V4H7V7H17V4H19M12,2A1,1 0 0,1 13,3A1,1 0 0,1 12,4A1,1 0 0,1 11,3A1,1 0 0,1 12,2M19,2H14.82C14.4,0.84 13.3,0 12,0C10.7,0 9.6,0.84 9.18,2H5A2,2 0 0,0 3,4V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V4A2,2 0 0,0 19,2Z" />
</svg>
npm install @mdi/font
</code>
</h1>
<h2 class="usage">Usage</h2>
<pre><code>&lt;span class=&quot;mdi mdi-<span id="name">name</span>&quot;&gt;&lt;/span&gt;</code></pre>
<blockquote class="note">
Click the icon, hex codepoint, or name below to copy the value to your clipboard.
</blockquote>
<h2 class="newicons"><span>New</span> Icons <small id="newIconsCount">-</small></h2>
<div class="icons" id="newIcons"></div>
<h2 class="icons">All Icons <small id="iconsCount">-</small></h2>
<div class="icons" id="icons"></div>
<h2 class="deprecatedicons"><span>Deprecated</span> Icons <small id="deprecatedIconsCount">-</small></h2>
<p class="deprecated" id="deprecated">
Deprecated icons will be removed in a future major release.
</p>
<div class="icons" id="deprecatedIcons"></div>
<h2 class="extras">Extras</h2>
<p class="extras">The helper CSS classes are listed below.</p>
<section>
<h3>Size</h3>
<div class="examples examples-size">
<div>
<div>
<i class="mdi mdi-18px mdi-account"></i>
</div>
<div>
<code>mdi-18px</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-24px mdi-account"></i>
</div>
<div>
<code>mdi-24px</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-account"></i>
</div>
<div>
<code>mdi-36px</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-48px mdi-account"></i>
</div>
<div>
<code>mdi-48px</code>
</div>
</div>
</div>
</section>
<h3>Rotate</h3>
<div class="examples">
<div>
<div>
<i class="mdi mdi-36px mdi-account"></i>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-rotate-45 mdi-account"></i>
</div>
<div>
<code>mdi-rotate-45</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-rotate-90 mdi-account"></i>
</div>
<div>
<code>mdi-rotate-90</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-rotate-135 mdi-account"></i>
</div>
<div>
<code>mdi-rotate-135</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-rotate-180 mdi-account"></i>
</div>
<div>
<code>mdi-rotate-180</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-rotate-225 mdi-account"></i>
</div>
<div>
<code>mdi-rotate-225</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-rotate-270 mdi-account"></i>
</div>
<div>
<code>mdi-rotate-270</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-rotate-315 mdi-account"></i>
</div>
<div>
<code>mdi-rotate-315</code>
</div>
</div>
</div>
<h3>Flip</h3>
<div class="examples">
<div>
<div>
<i class="mdi mdi-36px mdi-account-alert"></i>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-flip-h mdi-account-alert"></i>
</div>
<div>
<code>mdi-flip-h</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-flip-v mdi-account-alert"></i>
</div>
<div>
<code>mdi-flip-v</code>
</div>
</div>
</div>
<p class="note"><strong>Note:</strong> We do not include the ability to use <code>mdi-flip-*</code> and
<code>mdi-rotate-*</code> at the same time.</p>
<h3>Spin</h3>
<div class="examples">
<div>
<div>
<i class="mdi mdi-36px mdi-spin mdi-loading"></i>
</div>
<div>
<code>mdi-spin</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-spin mdi-star"></i>
</div>
<div>
<code>mdi-spin</code>
</div>
</div>
</div>
<h3>Color</h3>
<div class="examples">
<div>
<div class="dark">
<i class="mdi mdi-36px mdi-light mdi-account dark-demo"></i>
</div>
<div>
<code>mdi-light</code>
</div>
</div>
<div>
<div class="dark">
<i class="mdi mdi-36px mdi-light mdi-inactive mdi-account dark-demo"></i>
</div>
<div>
<code>mdi-light mdi-inactive</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-dark mdi-account"></i>
</div>
<div>
<code>mdi-dark</code>
</div>
</div>
<div>
<div>
<i class="mdi mdi-36px mdi-dark mdi-inactive mdi-account"></i>
</div>
<div>
<code>mdi-dark mdi-inactive</code>
</div>
</div>
</div>
<footer>
<div>
Generated with <a href="https://npmjs.com/package/@mdi/font-build">@mdi/font-build</a>
by <a href="http://MaterialDesignIcons.com/">MaterialDesignIcons.com</a>.
</div>
<div>
<a href="https://www.npmjs.com/org/mdi" target="_blank">NPM @mdi Organization</a>
</div>
</footer>
<script type="text/javascript">
function isNew(icon) {
return icon.version === '4.9.95';
}
function isDeprecated(icon) {
return typeof icon.deprecated == 'undefined'
? false
: icon.deprecated;
}
function copyText(text) {
var copyFrom = document.createElement('textarea');
copyFrom.setAttribute("style", "position:fixed;opacity:0;top:100px;left:100px;");
copyFrom.value = text;
document.body.appendChild(copyFrom);
copyFrom.select();
document.execCommand('copy');
var copied = document.createElement('div');
copied.setAttribute('class', 'copied');
copied.appendChild(document.createTextNode('Copied to Clipboard'));
document.body.appendChild(copied);
setTimeout(function () {
document.body.removeChild(copyFrom);
document.body.removeChild(copied);
}, 1500);
};
function getIconItem(icon, isNewIcon, isDeprecatedIcon) {
var div = document.createElement('div'),
i = document.createElement('i');
i.className = 'mdi mdi-' + icon.name;
div.appendChild(i);
var code = document.createElement('code');
code.appendChild(document.createTextNode(icon.hex));
div.appendChild(code);
var span = document.createElement('span');
span.appendChild(document.createTextNode('mdi-' + icon.name));
div.appendChild(span);
span.onclick = function () {
document.getElementById('name').innerHTML = icon.name;
};
i.onmouseup = function () {
copyText(String.fromCodePoint(parseInt(icon.hex, 16)));
};
code.onmouseup = function () {
copyText(icon.hex);
};
span.onmouseup = function () {
copyText('mdi-' + icon.name);
};
if (isNewIcon) {
div.className = 'new';
}
if (isDeprecatedIcon) {
div.className = 'deprecated';
}
return div;
}
(function () {
var iconsCount = 0;
var newIconsCount = 0;
var deprecatedIconsCount = 0;
var icons = [{name:"ab-testing",hex:"F001C",version:"4.0.96"},{name:"abjad-arabic",hex:"F0353",version:"4.9.95"},{name:"abjad-hebrew",hex:"F0354",version:"4.9.95"},{name:"abugida-devanagari",hex:"F0355",version:"4.9.95"},{name:"abugida-thai",hex:"F0356",version:"4.9.95"},{name:"access-point",hex:"F002",version:"1.5.54"},{name:"access-point-network",hex:"F003",version:"1.5.54"},{name:"access-point-network-off",hex:"FBBD",version:"3.2.89"},{name:"account",hex:"F004",version:"1.5.54"},{name:"account-alert",hex:"F005",version:"1.5.54"},{name:"account-alert-outline",hex:"FB2C",version:"3.0.39"},{name:"account-arrow-left",hex:"FB2D",version:"3.0.39"},{name:"account-arrow-left-outline",hex:"FB2E",version:"3.0.39"},{name:"account-arrow-right",hex:"FB2F",version:"3.0.39"},{name:"account-arrow-right-outline",hex:"FB30",version:"3.0.39"},{name:"account-badge",hex:"FD83",version:"3.5.94"},{name:"account-badge-alert",hex:"FD84",version:"3.5.94"},{name:"account-badge-alert-outline",hex:"FD85",version:"3.5.94"},{name:"account-badge-horizontal",hex:"FDF0",version:"3.6.95"},{name:"account-badge-horizontal-outline",hex:"FDF1",version:"3.6.95"},{name:"account-badge-outline",hex:"FD86",version:"3.5.94"},{name:"account-box",hex:"F006",version:"1.5.54"},{name:"account-box-multiple",hex:"F933",version:"2.4.85"},{name:"account-box-multiple-outline",hex:"F002C",version:"4.1.95"},{name:"account-box-outline",hex:"F007",version:"1.5.54"},{name:"account-cancel",hex:"F030A",version:"4.8.95"},{name:"account-cancel-outline",hex:"F030B",version:"4.8.95"},{name:"account-card-details",hex:"F5D2",version:"1.5.54"},{name:"account-card-details-outline",hex:"FD87",version:"3.5.94"},{name:"account-cash",hex:"F00C2",version:"4.2.95"},{name:"account-cash-outline",hex:"F00C3",version:"4.2.95"},{name:"account-check",hex:"F008",version:"1.5.54"},{name:"account-check-outline",hex:"FBBE",version:"3.2.89"},{name:"account-child",hex:"FA88",version:"2.7.94"},{name:"account-child-circle",hex:"FA89",version:"2.7.94"},{name:"account-child-outline",hex:"F00F3",version:"4.3.95"},{name:"account-circle",hex:"F009",version:"1.5.54"},{name:"account-circle-outline",hex:"FB31",version:"3.0.39"},{name:"account-clock",hex:"FB32",version:"3.0.39"},{name:"account-clock-outline",hex:"FB33",version:"3.0.39"},{name:"account-cog",hex:"F039B",version:"4.9.95"},{name:"account-cog-outline",hex:"F039C",version:"4.9.95"},{name:"account-convert",hex:"F00A",version:"1.5.54"},{name:"account-convert-outline",hex:"F032C",version:"4.8.95"},{name:"account-details",hex:"F631",version:"1.6.50"},{name:"account-details-outline",hex:"F039D",version:"4.9.95"},{name:"account-edit",hex:"F6BB",version:"1.8.36"},{name:"account-edit-outline",hex:"F001D",version:"4.0.96"},{name:"account-group",hex:"F848",version:"2.1.99"},{name:"account-group-outline",hex:"FB34",version:"3.0.39"},{name:"account-heart",hex:"F898",version:"2.2.43"},{name:"account-heart-outline",hex:"FBBF",version:"3.2.89"},{name:"account-key",hex:"F00B",version:"1.5.54"},{name:"account-key-outline",hex:"FBC0",version:"3.2.89"},{name:"account-lock",hex:"F0189",version:"4.4.95"},{name:"account-lock-outline",hex:"F018A",version:"4.4.95"},{name:"account-minus",hex:"F00D",version:"1.5.54"},{name:"account-minus-outline",hex:"FAEB",version:"2.8.94"},{name:"account-multiple",hex:"F00E",version:"1.5.54"},{name:"account-multiple-check",hex:"F8C4",version:"2.3.50"},{name:"account-multiple-check-outline",hex:"F0229",version:"4.6.95"},{name:"account-multiple-minus",hex:"F5D3",version:"1.5.54"},{name:"account-multiple-minus-outline",hex:"FBC1",version:"3.2.89"},{name:"account-multiple-outline",hex:"F00F",version:"1.5.54"},{name:"account-multiple-plus",hex:"F010",version:"1.5.54"},{name:"account-multiple-plus-outline",hex:"F7FF",version:"2.1.19"},{name:"account-multiple-remove",hex:"F0235",version:"4.6.95"},{name:"account-multiple-remove-outline",hex:"F0236",version:"4.6.95"},{name:"account-network",hex:"F011",version:"1.5.54"},{name:"account-network-outline",hex:"FBC2",version:"3.2.89"},{name:"account-off",hex:"F012",version:"1.5.54"},{name:"account-off-outline",hex:"FBC3",version:"3.2.89"},{name:"account-outline",hex:"F013",version:"1.5.54"},{name:"account-plus",hex:"F014",version:"1.5.54"},{name:"account-plus-outline",hex:"F800",version:"2.1.19"},{name:"account-question",hex:"FB35",version:"3.0.39"},{name:"account-question-outline",hex:"FB36",version:"3.0.39"},{name:"account-remove",hex:"F015",version:"1.5.54"},{name:"account-remove-outline",hex:"FAEC",version:"2.8.94"},{name:"account-search",hex:"F016",version:"1.5.54"},{name:"account-search-outline",hex:"F934",version:"2.4.85"},{name:"account-settings",hex:"F630",version:"1.6.50"},{name:"account-settings-outline",hex:"F00F4",version:"4.3.95"},{name:"account-star",hex:"F017",version:"1.5.54"},{name:"account-star-outline",hex:"FBC4",version:"3.2.89"},{name:"account-supervisor",hex:"FA8A",version:"2.7.94"},{name:"account-supervisor-circle",hex:"FA8B",version:"2.7.94"},{name:"account-supervisor-outline",hex:"F0158",version:"4.4.95"},{name:"account-switch",hex:"F019",version:"1.5.54"},{name:"account-tie",hex:"FCBF",version:"3.3.92"},{name:"account-tie-outline",hex:"F00F5",version:"4.3.95"},{name:"account-tie-voice",hex:"F0333",version:"4.8.95"},{name:"account-tie-voice-off",hex:"F0335",version:"4.8.95"},{name:"account-tie-voice-off-outline",hex:"F0336",version:"4.8.95"},{name:"account-tie-voice-outline",hex:"F0334",version:"4.8.95"},{name:"accusoft",hex:"F849",version:"2.1.99",deprecated:true},{name:"adjust",hex:"F01A",version:"1.5.54"},{name:"adobe",hex:"F935",version:"2.4.85"},{name:"adobe-acrobat",hex:"FFBD",version:"4.0.96"},{name:"air-conditioner",hex:"F01B",version:"1.5.54"},{name:"air-filter",hex:"FD1F",version:"3.4.93"},{name:"air-horn",hex:"FD88",version:"3.5.94"},{name:"air-humidifier",hex:"F00C4",version:"4.2.95"},{name:"air-purifier",hex:"FD20",version:"3.4.93"},{name:"airbag",hex:"FBC5",version:"3.2.89"},{name:"airballoon",hex:"F01C",version:"1.5.54"},{name:"airballoon-outline",hex:"F002D",version:"4.1.95"},{name:"airplane",hex:"F01D",version:"1.5.54"},{name:"airplane-landing",hex:"F5D4",version:"1.5.54"},{name:"airplane-off",hex:"F01E",version:"1.5.54"},{name:"airplane-takeoff",hex:"F5D5",version:"1.5.54"},{name:"airplay",hex:"F01F",version:"1.5.54"},{name:"airport",hex:"F84A",version:"2.1.99"},{name:"alarm",hex:"F020",version:"1.5.54"},{name:"alarm-bell",hex:"F78D",version:"2.0.46"},{name:"alarm-check",hex:"F021",version:"1.5.54"},{name:"alarm-light",hex:"F78E",version:"2.0.46"},{name:"alarm-light-outline",hex:"FBC6",version:"3.2.89"},{name:"alarm-multiple",hex:"F022",version:"1.5.54"},{name:"alarm-note",hex:"FE8E",version:"3.7.94"},{name:"alarm-note-off",hex:"FE8F",version:"3.7.94"},{name:"alarm-off",hex:"F023",version:"1.5.54"},{name:"alarm-plus",hex:"F024",version:"1.5.54"},{name:"alarm-snooze",hex:"F68D",version:"1.7.12"},{name:"album",hex:"F025",version:"1.5.54"},{name:"alert",hex:"F026",version:"1.5.54"},{name:"alert-box",hex:"F027",version:"1.5.54"},{name:"alert-box-outline",hex:"FCC0",version:"3.3.92"},{name:"alert-circle",hex:"F028",version:"1.5.54"},{name:"alert-circle-check",hex:"F0218",version:"4.5.95"},{name:"alert-circle-check-outline",hex:"F0219",version:"4.5.95"},{name:"alert-circle-outline",hex:"F5D6",version:"1.5.54"},{name:"alert-decagram",hex:"F6BC",version:"1.8.36"},{name:"alert-decagram-outline",hex:"FCC1",version:"3.3.92"},{name:"alert-octagon",hex:"F029",version:"1.5.54"},{name:"alert-octagon-outline",hex:"FCC2",version:"3.3.92"},{name:"alert-octagram",hex:"F766",version:"1.9.32"},{name:"alert-octagram-outline",hex:"FCC3",version:"3.3.92"},{name:"alert-outline",hex:"F02A",version:"1.5.54"},{name:"alert-rhombus",hex:"F01F9",version:"4.5.95"},{name:"alert-rhombus-outline",hex:"F01FA",version:"4.5.95"},{name:"alien",hex:"F899",version:"2.2.43"},{name:"alien-outline",hex:"F00F6",version:"4.3.95"},{name:"align-horizontal-center",hex:"F01EE",version:"4.5.95"},{name:"align-horizontal-left",hex:"F01ED",version:"4.5.95"},{name:"align-horizontal-right",hex:"F01EF",version:"4.5.95"},{name:"align-vertical-bottom",hex:"F01F0",version:"4.5.95"},{name:"align-vertical-center",hex:"F01F1",version:"4.5.95"},{name:"align-vertical-top",hex:"F01F2",version:"4.5.95"},{name:"all-inclusive",hex:"F6BD",version:"1.8.36"},{name:"allergy",hex:"F0283",version:"4.7.95"},{name:"alpha",hex:"F02B",version:"1.5.54"},{name:"alpha-a",hex:"0041",version:"2.8.94"},{name:"alpha-a-box",hex:"FAED",version:"2.8.94"},{name:"alpha-a-box-outline",hex:"FBC7",version:"3.2.89"},{name:"alpha-a-circle",hex:"FBC8",version:"3.2.89"},{name:"alpha-a-circle-outline",hex:"FBC9",version:"3.2.89"},{name:"alpha-b",hex:"0042",version:"2.8.94"},{name:"alpha-b-box",hex:"FAEE",version:"2.8.94"},{name:"alpha-b-box-outline",hex:"FBCA",version:"3.2.89"},{name:"alpha-b-circle",hex:"FBCB",version:"3.2.89"},{name:"alpha-b-circle-outline",hex:"FBCC",version:"3.2.89"},{name:"alpha-c",hex:"0043",version:"2.8.94"},{name:"alpha-c-box",hex:"FAEF",version:"2.8.94"},{name:"alpha-c-box-outline",hex:"FBCD",version:"3.2.89"},{name:"alpha-c-circle",hex:"FBCE",version:"3.2.89"},{name:"alpha-c-circle-outline",hex:"FBCF",version:"3.2.89"},{name:"alpha-d",hex:"0044",version:"2.8.94"},{name:"alpha-d-box",hex:"FAF0",version:"2.8.94"},{name:"alpha-d-box-outline",hex:"FBD0",version:"3.2.89"},{name:"alpha-d-circle",hex:"FBD1",version:"3.2.89"},{name:"alpha-d-circle-outline",hex:"FBD2",version:"3.2.89"},{name:"alpha-e",hex:"0045",version:"2.8.94"},{name:"alpha-e-box",hex:"FAF1",version:"2.8.94"},{name:"alpha-e-box-outline",hex:"FBD3",version:"3.2.89"},{name:"alpha-e-circle",hex:"FBD4",version:"3.2.89"},{name:"alpha-e-circle-outline",hex:"FBD5",version:"3.2.89"},{name:"alpha-f",hex:"0046",version:"2.8.94"},{name:"alpha-f-box",hex:"FAF2",version:"2.8.94"},{name:"alpha-f-box-outline",hex:"FBD6",version:"3.2.89"},{name:"alpha-f-circle",hex:"FBD7",version:"3.2.89"},{name:"alpha-f-circle-outline",hex:"FBD8",version:"3.2.89"},{name:"alpha-g",hex:"0047",version:"2.8.94"},{name:"alpha-g-box",hex:"FAF3",version:"2.8.94"},{name:"alpha-g-box-outline",hex:"FBD9",version:"3.2.89"},{name:"alpha-g-circle",hex:"FBDA",version:"3.2.89"},{name:"alpha-g-circle-outline",hex:"FBDB",version:"3.2.89"},{name:"alpha-h",hex:"0048",version:"2.8.94"},{name:"alpha-h-box",hex:"FAF4",version:"2.8.94"},{name:"alpha-h-box-outline",hex:"FBDC",version:"3.2.89"},{name:"alpha-h-circle",hex:"FBDD",version:"3.2.89"},{name:"alpha-h-circle-outline",hex:"FBDE",version:"3.2.89"},{name:"alpha-i",hex:"0049",version:"2.8.94"},{name:"alpha-i-box",hex:"FAF5",version:"2.8.94"},{name:"alpha-i-box-outline",hex:"FBDF",version:"3.2.89"},{name:"alpha-i-circle",hex:"FBE0",version:"3.2.89"},{name:"alpha-i-circle-outline",hex:"FBE1",version:"3.2.89"},{name:"alpha-j",hex:"004A",version:"2.8.94"},{name:"alpha-j-box",hex:"FAF6",version:"2.8.94"},{name:"alpha-j-box-outline",hex:"FBE2",version:"3.2.89"},{name:"alpha-j-circle",hex:"FBE3",version:"3.2.89"},{name:"alpha-j-circle-outline",hex:"FBE4",version:"3.2.89"},{name:"alpha-k",hex:"004B",version:"2.8.94"},{name:"alpha-k-box",hex:"FAF7",version:"2.8.94"},{name:"alpha-k-box-outline",hex:"FBE5",version:"3.2.89"},{name:"alpha-k-circle",hex:"FBE6",version:"3.2.89"},{name:"alpha-k-circle-outline",hex:"FBE7",version:"3.2.89"},{name:"alpha-l",hex:"004C",version:"2.8.94"},{name:"alpha-l-box",hex:"FAF8",version:"2.8.94"},{name:"alpha-l-box-outline",hex:"FBE8",version:"3.2.89"},{name:"alpha-l-circle",hex:"FBE9",version:"3.2.89"},{name:"alpha-l-circle-outline",hex:"FBEA",version:"3.2.89"},{name:"alpha-m",hex:"004D",version:"2.8.94"},{name:"alpha-m-box",hex:"FAF9",version:"2.8.94"},{name:"alpha-m-box-outline",hex:"FBEB",version:"3.2.89"},{name:"alpha-m-circle",hex:"FBEC",version:"3.2.89"},{name:"alpha-m-circle-outline",hex:"FBED",version:"3.2.89"},{name:"alpha-n",hex:"004E",version:"2.8.94"},{name:"alpha-n-box",hex:"FAFA",version:"2.8.94"},{name:"alpha-n-box-outline",hex:"FBEE",version:"3.2.89"},{name:"alpha-n-circle",hex:"FBEF",version:"3.2.89"},{name:"alpha-n-circle-outline",hex:"FBF0",version:"3.2.89"},{name:"alpha-o",hex:"004F",version:"2.8.94"},{name:"alpha-o-box",hex:"FAFB",version:"2.8.94"},{name:"alpha-o-box-outline",hex:"FBF1",version:"3.2.89"},{name:"alpha-o-circle",hex:"FBF2",version:"3.2.89"},{name:"alpha-o-circle-outline",hex:"FBF3",version:"3.2.89"},{name:"alpha-p",hex:"0050",version:"2.8.94"},{name:"alpha-p-box",hex:"FAFC",version:"2.8.94"},{name:"alpha-p-box-outline",hex:"FBF4",version:"3.2.89"},{name:"alpha-p-circle",hex:"FBF5",version:"3.2.89"},{name:"alpha-p-circle-outline",hex:"FBF6",version:"3.2.89"},{name:"alpha-q",hex:"0051",version:"2.8.94"},{name:"alpha-q-box",hex:"FAFD",version:"2.8.94"},{name:"alpha-q-box-outline",hex:"FBF7",version:"3.2.89"},{name:"alpha-q-circle",hex:"FBF8",version:"3.2.89"},{name:"alpha-q-circle-outline",hex:"FBF9",version:"3.2.89"},{name:"alpha-r",hex:"0052",version:"2.8.94"},{name:"alpha-r-box",hex:"FAFE",version:"2.8.94"},{name:"alpha-r-box-outline",hex:"FBFA",version:"3.2.89"},{name:"alpha-r-circle",hex:"FBFB",version:"3.2.89"},{name:"alpha-r-circle-outline",hex:"FBFC",version:"3.2.89"},{name:"alpha-s",hex:"0053",version:"2.8.94"},{name:"alpha-s-box",hex:"FAFF",version:"2.8.94"},{name:"alpha-s-box-outline",hex:"FBFD",version:"3.2.89"},{name:"alpha-s-circle",hex:"FBFE",version:"3.2.89"},{name:"alpha-s-circle-outline",hex:"FBFF",version:"3.2.89"},{name:"alpha-t",hex:"0054",version:"2.8.94"},{name:"alpha-t-box",hex:"FB00",version:"2.8.94"},{name:"alpha-t-box-outline",hex:"FC00",version:"3.2.89"},{name:"alpha-t-circle",hex:"FC01",version:"3.2.89"},{name:"alpha-t-circle-outline",hex:"FC02",version:"3.2.89"},{name:"alpha-u",hex:"0055",version:"2.8.94"},{name:"alpha-u-box",hex:"FB01",version:"2.8.94"},{name:"alpha-u-box-outline",hex:"FC03",version:"3.2.89"},{name:"alpha-u-circle",hex:"FC04",version:"3.2.89"},{name:"alpha-u-circle-outline",hex:"FC05",version:"3.2.89"},{name:"alpha-v",hex:"0056",version:"2.8.94"},{name:"alpha-v-box",hex:"FB02",version:"2.8.94"},{name:"alpha-v-box-outline",hex:"FC06",version:"3.2.89"},{name:"alpha-v-circle",hex:"FC07",version:"3.2.89"},{name:"alpha-v-circle-outline",hex:"FC08",version:"3.2.89"},{name:"alpha-w",hex:"0057",version:"2.8.94"},{name:"alpha-w-box",hex:"FB03",version:"2.8.94"},{name:"alpha-w-box-outline",hex:"FC09",version:"3.2.89"},{name:"alpha-w-circle",hex:"FC0A",version:"3.2.89"},{name:"alpha-w-circle-outline",hex:"FC0B",version:"3.2.89"},{name:"alpha-x",hex:"0058",version:"2.8.94"},{name:"alpha-x-box",hex:"FB04",version:"2.8.94"},{name:"alpha-x-box-outline",hex:"FC0C",version:"3.2.89"},{name:"alpha-x-circle",hex:"FC0D",version:"3.2.89"},{name:"alpha-x-circle-outline",hex:"FC0E",version:"3.2.89"},{name:"alpha-y",hex:"0059",version:"2.8.94"},{name:"alpha-y-box",hex:"FB05",version:"2.8.94"},{name:"alpha-y-box-outline",hex:"FC0F",version:"3.2.89"},{name:"alpha-y-circle",hex:"FC10",version:"3.2.89"},{name:"alpha-y-circle-outline",hex:"FC11",version:"3.2.89"},{name:"alpha-z",hex:"005A",version:"2.8.94"},{name:"alpha-z-box",hex:"FB06",version:"2.8.94"},{name:"alpha-z-box-outline",hex:"FC12",version:"3.2.89"},{name:"alpha-z-circle",hex:"FC13",version:"3.2.89"},{name:"alpha-z-circle-outline",hex:"FC14",version:"3.2.89"},{name:"alphabet-aurebesh",hex:"F0357",version:"4.9.95"},{name:"alphabet-cyrillic",hex:"F0358",version:"4.9.95"},{name:"alphabet-greek",hex:"F0359",version:"4.9.95"},{name:"alphabet-latin",hex:"F035A",version:"4.9.95"},{name:"alphabet-piqad",hex:"F035B",version:"4.9.95"},{name:"alphabet-tengwar",hex:"F0362",version:"4.9.95"},{name:"alphabetical",hex:"F02C",version:"1.5.54"},{name:"alphabetical-off",hex:"F002E",version:"4.1.95"},{name:"alphabetical-variant",hex:"F002F",version:"4.1.95"},{name:"alphabetical-variant-off",hex:"F0030",version:"4.1.95"},{name:"altimeter",hex:"F5D7",version:"1.5.54"},{name:"amazon",hex:"F02D",version:"1.5.54"},{name:"amazon-alexa",hex:"F8C5",version:"2.3.50"},{name:"amazon-drive",hex:"F02E",version:"1.5.54"},{name:"ambulance",hex:"F02F",version:"1.5.54"},{name:"ammunition",hex:"FCC4",version:"3.3.92"},{name:"ampersand",hex:"FA8C",version:"2.7.94"},{name:"amplifier",hex:"F030",version:"1.5.54"},{name:"amplifier-off",hex:"F01E0",version:"4.5.95"},{name:"anchor",hex:"F031",version:"1.5.54"},{name:"android",hex:"F032",version:"1.5.54"},{name:"android-auto",hex:"FA8D",version:"2.7.94"},{name:"android-debug-bridge",hex:"F033",version:"1.5.54"},{name:"android-head",hex:"F78F",version:"2.0.46",deprecated:true},{name:"android-messages",hex:"FD21",version:"3.4.93"},{name:"android-studio",hex:"F034",version:"1.5.54"},{name:"angle-acute",hex:"F936",version:"2.4.85"},{name:"angle-obtuse",hex:"F937",version:"2.4.85"},{name:"angle-right",hex:"F938",version:"2.4.85"},{name:"angular",hex:"F6B1",version:"1.7.22"},{name:"angularjs",hex:"F6BE",version:"1.8.36"},{name:"animation",hex:"F5D8",version:"1.5.54"},{name:"animation-outline",hex:"FA8E",version:"2.7.94"},{name:"animation-play",hex:"F939",version:"2.4.85"},{name:"animation-play-outline",hex:"FA8F",version:"2.7.94"},{name:"ansible",hex:"F00C5",version:"4.2.95"},{name:"antenna",hex:"F0144",version:"4.3.95"},{name:"anvil",hex:"F89A",version:"2.2.43"},{name:"apache-kafka",hex:"F0031",version:"4.1.95"},{name:"api",hex:"F00C6",version:"4.2.95"},{name:"api-off",hex:"F0282",version:"4.6.95"},{name:"apple",hex:"F035",version:"1.5.54"},{name:"apple-finder",hex:"F036",version:"1.5.54"},{name:"apple-icloud",hex:"F038",version:"1.5.54"},{name:"apple-ios",hex:"F037",version:"1.5.54"},{name:"apple-keyboard-caps",hex:"F632",version:"1.6.50"},{name:"apple-keyboard-command",hex:"F633",version:"1.6.50"},{name:"apple-keyboard-control",hex:"F634",version:"1.6.50"},{name:"apple-keyboard-option",hex:"F635",version:"1.6.50"},{name:"apple-keyboard-shift",hex:"F636",version:"1.6.50"},{name:"apple-safari",hex:"F039",version:"1.5.54"},{name:"application",hex:"F614",version:"1.6.50"},{name:"application-export",hex:"FD89",version:"3.5.94"},{name:"application-import",hex:"FD8A",version:"3.5.94"},{name:"approximately-equal",hex:"FFBE",version:"4.0.96"},{name:"approximately-equal-box",hex:"FFBF",version:"4.0.96"},{name:"apps",hex:"F03B",version:"1.5.54"},{name:"apps-box",hex:"FD22",version:"3.4.93"},{name:"arch",hex:"F8C6",version:"2.3.50"},{name:"archive",hex:"F03C",version:"1.5.54"},{name:"archive-arrow-down",hex:"F0284",version:"4.7.95"},{name:"archive-arrow-down-outline",hex:"F0285",version:"4.7.95"},{name:"archive-arrow-up",hex:"F0286",version:"4.7.95"},{name:"archive-arrow-up-outline",hex:"F0287",version:"4.7.95"},{name:"archive-outline",hex:"F0239",version:"4.6.95"},{name:"arm-flex",hex:"F008F",version:"4.2.95"},{name:"arm-flex-outline",hex:"F0090",version:"4.2.95"},{name:"arrange-bring-forward",hex:"F03D",version:"1.5.54"},{name:"arrange-bring-to-front",hex:"F03E",version:"1.5.54"},{name:"arrange-send-backward",hex:"F03F",version:"1.5.54"},{name:"arrange-send-to-back",hex:"F040",version:"1.5.54"},{name:"arrow-all",hex:"F041",version:"1.5.54"},{name:"arrow-bottom-left",hex:"F042",version:"1.5.54"},{name:"arrow-bottom-left-bold-outline",hex:"F9B6",version:"2.5.94"},{name:"arrow-bottom-left-thick",hex:"F9B7",version:"2.5.94"},{name:"arrow-bottom-right",hex:"F043",version:"1.5.54"},{name:"arrow-bottom-right-bold-outline",hex:"F9B8",version:"2.5.94"},{name:"arrow-bottom-right-thick",hex:"F9B9",version:"2.5.94"},{name:"arrow-collapse",hex:"F615",version:"1.6.50"},{name:"arrow-collapse-all",hex:"F044",version:"1.5.54"},{name:"arrow-collapse-down",hex:"F791",version:"2.0.46"},{name:"arrow-collapse-horizontal",hex:"F84B",version:"2.1.99"},{name:"arrow-collapse-left",hex:"F792",version:"2.0.46"},{name:"arrow-collapse-right",hex:"F793",version:"2.0.46"},{name:"arrow-collapse-up",hex:"F794",version:"2.0.46"},{name:"arrow-collapse-vertical",hex:"F84C",version:"2.1.99"},{name:"arrow-decision",hex:"F9BA",version:"2.5.94"},{name:"arrow-decision-auto",hex:"F9BB",version:"2.5.94"},{name:"arrow-decision-auto-outline",hex:"F9BC",version:"2.5.94"},{name:"arrow-decision-outline",hex:"F9BD",version:"2.5.94"},{name:"arrow-down",hex:"F045",version:"1.5.54"},{name:"arrow-down-bold",hex:"F72D",version:"1.9.32"},{name:"arrow-down-bold-box",hex:"F72E",version:"1.9.32"},{name:"arrow-down-bold-box-outline",hex:"F72F",version:"1.9.32"},{name:"arrow-down-bold-circle",hex:"F047",version:"1.5.54"},{name:"arrow-down-bold-circle-outline",hex:"F048",version:"1.5.54"},{name:"arrow-down-bold-hexagon-outline",hex:"F049",version:"1.5.54"},{name:"arrow-down-bold-outline",hex:"F9BE",version:"2.5.94"},{name:"arrow-down-box",hex:"F6BF",version:"1.8.36"},{name:"arrow-down-circle",hex:"FCB7",version:"3.3.92"},{name:"arrow-down-circle-outline",hex:"FCB8",version:"3.3.92"},{name:"arrow-down-drop-circle",hex:"F04A",version:"1.5.54"},{name:"arrow-down-drop-circle-outline",hex:"F04B",version:"1.5.54"},{name:"arrow-down-thick",hex:"F046",version:"1.5.54"},{name:"arrow-expand",hex:"F616",version:"1.6.50"},{name:"arrow-expand-all",hex:"F04C",version:"1.5.54"},{name:"arrow-expand-down",hex:"F795",version:"2.0.46"},{name:"arrow-expand-horizontal",hex:"F84D",version:"2.1.99"},{name:"arrow-expand-left",hex:"F796",version:"2.0.46"},{name:"arrow-expand-right",hex:"F797",version:"2.0.46"},{name:"arrow-expand-up",hex:"F798",version:"2.0.46"},{name:"arrow-expand-vertical",hex:"F84E",version:"2.1.99"},{name:"arrow-horizontal-lock",hex:"F0186",version:"4.4.95"},{name:"arrow-left",hex:"F04D",version:"1.5.54"},{name:"arrow-left-bold",hex:"F730",version:"1.9.32"},{name:"arrow-left-bold-box",hex:"F731",version:"1.9.32"},{name:"arrow-left-bold-box-outline",hex:"F732",version:"1.9.32"},{name:"arrow-left-bold-circle",hex:"F04F",version:"1.5.54"},{name:"arrow-left-bold-circle-outline",hex:"F050",version:"1.5.54"},{name:"arrow-left-bold-hexagon-outline",hex:"F051",version:"1.5.54"},{name:"arrow-left-bold-outline",hex:"F9BF",version:"2.5.94"},{name:"arrow-left-box",hex:"F6C0",version:"1.8.36"},{name:"arrow-left-circle",hex:"FCB9",version:"3.3.92"},{name:"arrow-left-circle-outline",hex:"FCBA",version:"3.3.92"},{name:"arrow-left-drop-circle",hex:"F052",version:"1.5.54"},{name:"arrow-left-drop-circle-outline",hex:"F053",version:"1.5.54"},{name:"arrow-left-right",hex:"FE90",version:"3.7.94"},{name:"arrow-left-right-bold",hex:"FE91",version:"3.7.94"},{name:"arrow-left-right-bold-outline",hex:"F9C0",version:"2.5.94"},{name:"arrow-left-thick",hex:"F04E",version:"1.5.54"},{name:"arrow-right",hex:"F054",version:"1.5.54"},{name:"arrow-right-bold",hex:"F733",version:"1.9.32"},{name:"arrow-right-bold-box",hex:"F734",version:"1.9.32"},{name:"arrow-right-bold-box-outline",hex:"F735",version:"1.9.32"},{name:"arrow-right-bold-circle",hex:"F056",version:"1.5.54"},{name:"arrow-right-bold-circle-outline",hex:"F057",version:"1.5.54"},{name:"arrow-right-bold-hexagon-outline",hex:"F058",version:"1.5.54"},{name:"arrow-right-bold-outline",hex:"F9C1",version:"2.5.94"},{name:"arrow-right-box",hex:"F6C1",version:"1.8.36"},{name:"arrow-right-circle",hex:"FCBB",version:"3.3.92"},{name:"arrow-right-circle-outline",hex:"FCBC",version:"3.3.92"},{name:"arrow-right-drop-circle",hex:"F059",version:"1.5.54"},{name:"arrow-right-drop-circle-outline",hex:"F05A",version:"1.5.54"},{name:"arrow-right-thick",hex:"F055",version:"1.5.54"},{name:"arrow-split-horizontal",hex:"F93A",version:"2.4.85"},{name:"arrow-split-vertical",hex:"F93B",version:"2.4.85"},{name:"arrow-top-left",hex:"F05B",version:"1.5.54"},{name:"arrow-top-left-bold-outline",hex:"F9C2",version:"2.5.94"},{name:"arrow-top-left-bottom-right",hex:"FE92",version:"3.7.94"},{name:"arrow-top-left-bottom-right-bold",hex:"FE93",version:"3.7.94"},{name:"arrow-top-left-thick",hex:"F9C3",version:"2.5.94"},{name:"arrow-top-right",hex:"F05C",version:"1.5.54"},{name:"arrow-top-right-bold-outline",hex:"F9C4",version:"2.5.94"},{name:"arrow-top-right-bottom-left",hex:"FE94",version:"3.7.94"},{name:"arrow-top-right-bottom-left-bold",hex:"FE95",version:"3.7.94"},{name:"arrow-top-right-thick",hex:"F9C5",version:"2.5.94"},{name:"arrow-up",hex:"F05D",version:"1.5.54"},{name:"arrow-up-bold",hex:"F736",version:"1.9.32"},{name:"arrow-up-bold-box",hex:"F737",version:"1.9.32"},{name:"arrow-up-bold-box-outline",hex:"F738",version:"1.9.32"},{name:"arrow-up-bold-circle",hex:"F05F",version:"1.5.54"},{name:"arrow-up-bold-circle-outline",hex:"F060",version:"1.5.54"},{name:"arrow-up-bold-hexagon-outline",hex:"F061",version:"1.5.54"},{name:"arrow-up-bold-outline",hex:"F9C6",version:"2.5.94"},{name:"arrow-up-box",hex:"F6C2",version:"1.8.36"},{name:"arrow-up-circle",hex:"FCBD",version:"3.3.92"},{name:"arrow-up-circle-outline",hex:"FCBE",version:"3.3.92"},{name:"arrow-up-down",hex:"FE96",version:"3.7.94"},{name:"arrow-up-down-bold",hex:"FE97",version:"3.7.94"},{name:"arrow-up-down-bold-outline",hex:"F9C7",version:"2.5.94"},{name:"arrow-up-drop-circle",hex:"F062",version:"1.5.54"},{name:"arrow-up-drop-circle-outline",hex:"F063",version:"1.5.54"},{name:"arrow-up-thick",hex:"F05E",version:"1.5.54"},{name:"arrow-vertical-lock",hex:"F0187",version:"4.4.95"},{name:"artist",hex:"F802",version:"2.1.19"},{name:"artist-outline",hex:"FCC5",version:"3.3.92"},{name:"artstation",hex:"FB37",version:"3.0.39"},{name:"aspect-ratio",hex:"FA23",version:"2.6.95"},{name:"assistant",hex:"F064",version:"1.5.54"},{name:"asterisk",hex:"F6C3",version:"1.8.36"},{name:"at",hex:"F065",version:"1.5.54"},{name:"atlassian",hex:"F803",version:"2.1.19"},{name:"atm",hex:"FD23",version:"3.4.93"},{name:"atom",hex:"F767",version:"1.9.32"},{name:"atom-variant",hex:"FE98",version:"3.7.94"},{name:"attachment",hex:"F066",version:"1.5.54"},{name:"audio-video",hex:"F93C",version:"2.4.85"},{name:"audio-video-off",hex:"F01E1",version:"4.5.95"},{name:"audiobook",hex:"F067",version:"1.5.54"},{name:"augmented-reality",hex:"F84F",version:"2.1.99"},{name:"auto-download",hex:"F03A9",version:"4.9.95"},{name:"auto-fix",hex:"F068",version:"1.5.54"},{name:"auto-upload",hex:"F069",version:"1.5.54"},{name:"autorenew",hex:"F06A",version:"1.5.54"},{name:"av-timer",hex:"F06B",version:"1.5.54"},{name:"aws",hex:"FDF2",version:"3.6.95"},{name:"axe",hex:"F8C7",version:"2.3.50"},{name:"axis",hex:"FD24",version:"3.4.93"},{name:"axis-arrow",hex:"FD25",version:"3.4.93"},{name:"axis-arrow-lock",hex:"FD26",version:"3.4.93"},{name:"axis-lock",hex:"FD27",version:"3.4.93"},{name:"axis-x-arrow",hex:"FD28",version:"3.4.93"},{name:"axis-x-arrow-lock",hex:"FD29",version:"3.4.93"},{name:"axis-x-rotate-clockwise",hex:"FD2A",version:"3.4.93"},{name:"axis-x-rotate-counterclockwise",hex:"FD2B",version:"3.4.93"},{name:"axis-x-y-arrow-lock",hex:"FD2C",version:"3.4.93"},{name:"axis-y-arrow",hex:"FD2D",version:"3.4.93"},{name:"axis-y-arrow-lock",hex:"FD2E",version:"3.4.93"},{name:"axis-y-rotate-clockwise",hex:"FD2F",version:"3.4.93"},{name:"axis-y-rotate-counterclockwise",hex:"FD30",version:"3.4.93"},{name:"axis-z-arrow",hex:"FD31",version:"3.4.93"},{name:"axis-z-arrow-lock",hex:"FD32",version:"3.4.93"},{name:"axis-z-rotate-clockwise",hex:"FD33",version:"3.4.93"},{name:"axis-z-rotate-counterclockwise",hex:"FD34",version:"3.4.93"},{name:"azure",hex:"F804",version:"2.1.19"},{name:"azure-devops",hex:"F0091",version:"4.2.95"},{name:"babel",hex:"FA24",version:"2.6.95"},{name:"baby",hex:"F06C",version:"1.5.54"},{name:"baby-bottle",hex:"FF56",version:"3.9.97"},{name:"baby-bottle-outline",hex:"FF57",version:"3.9.97"},{name:"baby-carriage",hex:"F68E",version:"1.7.12"},{name:"baby-carriage-off",hex:"FFC0",version:"4.0.96"},{name:"baby-face",hex:"FE99",version:"3.7.94"},{name:"baby-face-outline",hex:"FE9A",version:"3.7.94"},{name:"backburger",hex:"F06D",version:"1.5.54"},{name:"backspace",hex:"F06E",version:"1.5.54"},{name:"backspace-outline",hex:"FB38",version:"3.0.39"},{name:"backspace-reverse",hex:"FE9B",version:"3.7.94"},{name:"backspace-reverse-outline",hex:"FE9C",version:"3.7.94"},{name:"backup-restore",hex:"F06F",version:"1.5.54"},{name:"bacteria",hex:"FEF2",version:"3.8.95"},{name:"bacteria-outline",hex:"FEF3",version:"3.8.95"},{name:"badminton",hex:"F850",version:"2.1.99"},{name:"bag-carry-on",hex:"FF58",version:"3.9.97"},{name:"bag-carry-on-check",hex:"FD41",version:"3.4.93"},{name:"bag-carry-on-off",hex:"FF59",version:"3.9.97"},{name:"bag-checked",hex:"FF5A",version:"3.9.97"},{name:"bag-personal",hex:"FDF3",version:"3.6.95"},{name:"bag-personal-off",hex:"FDF4",version:"3.6.95"},{name:"bag-personal-off-outline",hex:"FDF5",version:"3.6.95"},{name:"bag-personal-outline",hex:"FDF6",version:"3.6.95"},{name:"baguette",hex:"FF5B",version:"3.9.97"},{name:"balloon",hex:"FA25",version:"2.6.95"},{name:"ballot",hex:"F9C8",version:"2.5.94"},{name:"ballot-outline",hex:"F9C9",version:"2.5.94"},{name:"ballot-recount",hex:"FC15",version:"3.2.89"},{name:"ballot-recount-outline",hex:"FC16",version:"3.2.89"},{name:"bandage",hex:"FD8B",version:"3.5.94"},{name:"bandcamp",hex:"F674",version:"1.7.12"},{name:"bank",hex:"F070",version:"1.5.54"},{name:"bank-minus",hex:"FD8C",version:"3.5.94"},{name:"bank-outline",hex:"FE9D",version:"3.7.94"},{name:"bank-plus",hex:"FD8D",version:"3.5.94"},{name:"bank-remove",hex:"FD8E",version:"3.5.94"},{name:"bank-transfer",hex:"FA26",version:"2.6.95"},{name:"bank-transfer-in",hex:"FA27",version:"2.6.95"},{name:"bank-transfer-out",hex:"FA28",version:"2.6.95"},{name:"barcode",hex:"F071",version:"1.5.54"},{name:"barcode-off",hex:"F0261",version:"4.6.95"},{name:"barcode-scan",hex:"F072",version:"1.5.54"},{name:"barley",hex:"F073",version:"1.5.54"},{name:"barley-off",hex:"FB39",version:"3.0.39"},{name:"barn",hex:"FB3A",version:"3.0.39"},{name:"barrel",hex:"F074",version:"1.5.54"},{name:"baseball",hex:"F851",version:"2.1.99"},{name:"baseball-bat",hex:"F852",version:"2.1.99"},{name:"basecamp",hex:"F075",version:"1.5.54",deprecated:true},{name:"bash",hex:"F01AE",version:"4.4.95"},{name:"basket",hex:"F076",version:"1.5.54"},{name:"basket-fill",hex:"F077",version:"1.5.54"},{name:"basket-outline",hex:"F01AC",version:"4.4.95"},{name:"basket-unfill",hex:"F078",version:"1.5.54"},{name:"basketball",hex:"F805",version:"2.1.19"},{name:"basketball-hoop",hex:"FC17",version:"3.2.89"},{name:"basketball-hoop-outline",hex:"FC18",version:"3.2.89"},{name:"bat",hex:"FB3B",version:"3.0.39"},{name:"battery",hex:"F079",version:"1.5.54"},{name:"battery-10",hex:"F07A",version:"1.5.54"},{name:"battery-10-bluetooth",hex:"F93D",version:"2.4.85"},{name:"battery-20",hex:"F07B",version:"1.5.54"},{name:"battery-20-bluetooth",hex:"F93E",version:"2.4.85"},{name:"battery-30",hex:"F07C",version:"1.5.54"},{name:"battery-30-bluetooth",hex:"F93F",version:"2.4.85"},{name:"battery-40",hex:"F07D",version:"1.5.54"},{name:"battery-40-bluetooth",hex:"F940",version:"2.4.85"},{name:"battery-50",hex:"F07E",version:"1.5.54"},{name:"battery-50-bluetooth",hex:"F941",version:"2.4.85"},{name:"battery-60",hex:"F07F",version:"1.5.54"},{name:"battery-60-bluetooth",hex:"F942",version:"2.4.85"},{name:"battery-70",hex:"F080",version:"1.5.54"},{name:"battery-70-bluetooth",hex:"F943",version:"2.4.85"},{name:"battery-80",hex:"F081",version:"1.5.54"},{name:"battery-80-bluetooth",hex:"F944",version:"2.4.85"},{name:"battery-90",hex:"F082",version:"1.5.54"},{name:"battery-90-bluetooth",hex:"F945",version:"2.4.85"},{name:"battery-alert",hex:"F083",version:"1.5.54"},{name:"battery-alert-bluetooth",hex:"F946",version:"2.4.85"},{name:"battery-alert-variant",hex:"F00F7",version:"4.3.95"},{name:"battery-alert-variant-outline",hex:"F00F8",version:"4.3.95"},{name:"battery-bluetooth",hex:"F947",version:"2.4.85"},{name:"battery-bluetooth-variant",hex:"F948",version:"2.4.85"},{name:"battery-charging",hex:"F084",version:"1.5.54"},{name:"battery-charging-10",hex:"F89B",version:"2.2.43"},{name:"battery-charging-100",hex:"F085",version:"1.5.54"},{name:"battery-charging-20",hex:"F086",version:"1.5.54"},{name:"battery-charging-30",hex:"F087",version:"1.5.54"},{name:"battery-charging-40",hex:"F088",version:"1.5.54"},{name:"battery-charging-50",hex:"F89C",version:"2.2.43"},{name:"battery-charging-60",hex:"F089",version:"1.5.54"},{name:"battery-charging-70",hex:"F89D",version:"2.2.43"},{name:"battery-charging-80",hex:"F08A",version:"1.5.54"},{name:"battery-charging-90",hex:"F08B",version:"1.5.54"},{name:"battery-charging-high",hex:"F02D1",version:"4.7.95"},{name:"battery-charging-low",hex:"F02CF",version:"4.7.95"},{name:"battery-charging-medium",hex:"F02D0",version:"4.7.95"},{name:"battery-charging-outline",hex:"F89E",version:"2.2.43"},{name:"battery-charging-wireless",hex:"F806",version:"2.1.19"},{name:"battery-charging-wireless-10",hex:"F807",version:"2.1.19"},{name:"battery-charging-wireless-20",hex:"F808",version:"2.1.19"},{name:"battery-charging-wireless-30",hex:"F809",version:"2.1.19"},{name:"battery-charging-wireless-40",hex:"F80A",version:"2.1.19"},{name:"battery-charging-wireless-50",hex:"F80B",version:"2.1.19"},{name:"battery-charging-wireless-60",hex:"F80C",version:"2.1.19"},{name:"battery-charging-wireless-70",hex:"F80D",version:"2.1.19"},{name:"battery-charging-wireless-80",hex:"F80E",version:"2.1.19"},{name:"battery-charging-wireless-90",hex:"F80F",version:"2.1.19"},{name:"battery-charging-wireless-alert",hex:"F810",version:"2.1.19"},{name:"battery-charging-wireless-outline",hex:"F811",version:"2.1.19"},{name:"battery-heart",hex:"F023A",version:"4.6.95"},{name:"battery-heart-outline",hex:"F023B",version:"4.6.95"},{name:"battery-heart-variant",hex:"F023C",version:"4.6.95"},{name:"battery-high",hex:"F02CE",version:"4.7.95"},{name:"battery-low",hex:"F02CC",version:"4.7.95"},{name:"battery-medium",hex:"F02CD",version:"4.7.95"},{name:"battery-minus",hex:"F08C",version:"1.5.54"},{name:"battery-negative",hex:"F08D",version:"1.5.54"},{name:"battery-off",hex:"F0288",version:"4.7.95"},{name:"battery-off-outline",hex:"F0289",version:"4.7.95"},{name:"battery-outline",hex:"F08E",version:"1.5.54"},{name:"battery-plus",hex:"F08F",version:"1.5.54"},{name:"battery-positive",hex:"F090",version:"1.5.54"},{name:"battery-unknown",hex:"F091",version:"1.5.54"},{name:"battery-unknown-bluetooth",hex:"F949",version:"2.4.85"},{name:"battlenet",hex:"FB3C",version:"3.0.39"},{name:"beach",hex:"F092",version:"1.5.54"},{name:"beaker",hex:"FCC6",version:"3.3.92"},{name:"beaker-alert",hex:"F0254",version:"4.6.95"},{name:"beaker-alert-outline",hex:"F0255",version:"4.6.95"},{name:"beaker-check",hex:"F0256",version:"4.6.95"},{name:"beaker-check-outline",hex:"F0257",version:"4.6.95"},{name:"beaker-minus",hex:"F0258",version:"4.6.95"},{name:"beaker-minus-outline",hex:"F0259",version:"4.6.95"},{name:"beaker-outline",hex:"F68F",version:"1.7.12"},{name:"beaker-plus",hex:"F025A",version:"4.6.95"},{name:"beaker-plus-outline",hex:"F025B",version:"4.6.95"},{name:"beaker-question",hex:"F025C",version:"4.6.95"},{name:"beaker-question-outline",hex:"F025D",version:"4.6.95"},{name:"beaker-remove",hex:"F025E",version:"4.6.95"},{name:"beaker-remove-outline",hex:"F025F",version:"4.6.95"},{name:"beats",hex:"F097",version:"1.5.54",deprecated:true},{name:"bed-double",hex:"F0092",version:"4.2.95"},{name:"bed-double-outline",hex:"F0093",version:"4.2.95"},{name:"bed-empty",hex:"F89F",version:"2.2.43"},{name:"bed-king",hex:"F0094",version:"4.2.95"},{name:"bed-king-outline",hex:"F0095",version:"4.2.95"},{name:"bed-queen",hex:"F0096",version:"4.2.95"},{name:"bed-queen-outline",hex:"F0097",version:"4.2.95"},{name:"bed-single",hex:"F0098",version:"4.2.95"},{name:"bed-single-outline",hex:"F0099",version:"4.2.95"},{name:"bee",hex:"FFC1",version:"4.0.96"},{name:"bee-flower",hex:"FFC2",version:"4.0.96"},{name:"beehive-outline",hex:"F00F9",version:"4.3.95"},{name:"beer",hex:"F098",version:"1.5.54"},{name:"beer-outline",hex:"F0337",version:"4.8.95"},{name:"behance",hex:"F099",version:"1.5.54",deprecated:true},{name:"bell",hex:"F09A",version:"1.5.54"},{name:"bell-alert",hex:"FD35",version:"3.4.93"},{name:"bell-alert-outline",hex:"FE9E",version:"3.7.94"},{name:"bell-check",hex:"F0210",version:"4.5.95"},{name:"bell-check-outline",hex:"F0211",version:"4.5.95"},{name:"bell-circle",hex:"FD36",version:"3.4.93"},{name:"bell-circle-outline",hex:"FD37",version:"3.4.93"},{name:"bell-off",hex:"F09B",version:"1.5.54"},{name:"bell-off-outline",hex:"FA90",version:"2.7.94"},{name:"bell-outline",hex:"F09C",version:"1.5.54"},{name:"bell-plus",hex:"F09D",version:"1.5.54"},{name:"bell-plus-outline",hex:"FA91",version:"2.7.94"},{name:"bell-ring",hex:"F09E",version:"1.5.54"},{name:"bell-ring-outline",hex:"F09F",version:"1.5.54"},{name:"bell-sleep",hex:"F0A0",version:"1.5.54"},{name:"bell-sleep-outline",hex:"FA92",version:"2.7.94"},{name:"beta",hex:"F0A1",version:"1.5.54"},{name:"betamax",hex:"F9CA",version:"2.5.94"},{name:"biathlon",hex:"FDF7",version:"3.6.95"},{name:"bible",hex:"F0A2",version:"1.5.54"},{name:"bicycle",hex:"F00C7",version:"4.2.95"},{name:"bicycle-basket",hex:"F0260",version:"4.6.95"},{name:"bike",hex:"F0A3",version:"1.5.54"},{name:"bike-fast",hex:"F014A",version:"4.3.95"},{name:"billboard",hex:"F0032",version:"4.1.95"},{name:"billiards",hex:"FB3D",version:"3.0.39"},{name:"billiards-rack",hex:"FB3E",version:"3.0.39"},{name:"bing",hex:"F0A4",version:"1.5.54"},{name:"binoculars",hex:"F0A5",version:"1.5.54"},{name:"bio",hex:"F0A6",version:"1.5.54"},{name:"biohazard",hex:"F0A7",version:"1.5.54"},{name:"bitbucket",hex:"F0A8",version:"1.5.54"},{name:"bitcoin",hex:"F812",version:"2.1.19"},{name:"black-mesa",hex:"F0A9",version:"1.5.54"},{name:"blackberry",hex:"F0AA",version:"1.5.54",deprecated:true},{name:"blender",hex:"FCC7",version:"3.3.92"},{name:"blender-software",hex:"F0AB",version:"1.5.54"},{name:"blinds",hex:"F0AC",version:"1.5.54"},{name:"blinds-open",hex:"F0033",version:"4.1.95"},{name:"block-helper",hex:"F0AD",version:"1.5.54"},{name:"blogger",hex:"F0AE",version:"1.5.54"},{name:"blood-bag",hex:"FCC8",version:"3.3.92"},{name:"bluetooth",hex:"F0AF",version:"1.5.54"},{name:"bluetooth-audio",hex:"F0B0",version:"1.5.54"},{name:"bluetooth-connect",hex:"F0B1",version:"1.5.54"},{name:"bluetooth-off",hex:"F0B2",version:"1.5.54"},{name:"bluetooth-settings",hex:"F0B3",version:"1.5.54"},{name:"bluetooth-transfer",hex:"F0B4",version:"1.5.54"},{name:"blur",hex:"F0B5",version:"1.5.54"},{name:"blur-linear",hex:"F0B6",version:"1.5.54"},{name:"blur-off",hex:"F0B7",version:"1.5.54"},{name:"blur-radial",hex:"F0B8",version:"1.5.54"},{name:"bolnisi-cross",hex:"FCC9",version:"3.3.92"},{name:"bolt",hex:"FD8F",version:"3.5.94"},{name:"bomb",hex:"F690",version:"1.7.12"},{name:"bomb-off",hex:"F6C4",version:"1.8.36"},{name:"bone",hex:"F0B9",version:"1.5.54"},{name:"book",hex:"F0BA",version:"1.5.54"},{name:"book-information-variant",hex:"F009A",version:"4.2.95"},{name:"book-lock",hex:"F799",version:"2.0.46"},{name:"book-lock-open",hex:"F79A",version:"2.0.46"},{name:"book-minus",hex:"F5D9",version:"1.5.54"},{name:"book-minus-multiple",hex:"FA93",version:"2.7.94"},{name:"book-multiple",hex:"F0BB",version:"1.5.54"},{name:"book-open",hex:"F0BD",version:"1.5.54"},{name:"book-open-outline",hex:"FB3F",version:"3.0.39"},{name:"book-open-page-variant",hex:"F5DA",version:"1.5.54"},{name:"book-open-variant",hex:"F0BE",version:"1.5.54"},{name:"book-outline",hex:"FB40",version:"3.0.39"},{name:"book-play",hex:"FE9F",version:"3.7.94"},{name:"book-play-outline",hex:"FEA0",version:"3.7.94"},{name:"book-plus",hex:"F5DB",version:"1.5.54"},{name:"book-plus-multiple",hex:"FA94",version:"2.7.94"},{name:"book-remove",hex:"FA96",version:"2.7.94"},{name:"book-remove-multiple",hex:"FA95",version:"2.7.94"},{name:"book-search",hex:"FEA1",version:"3.7.94"},{name:"book-search-outline",hex:"FEA2",version:"3.7.94"},{name:"book-variant",hex:"F0BF",version:"1.5.54"},{name:"book-variant-multiple",hex:"F0BC",version:"1.5.54"},{name:"bookmark",hex:"F0C0",version:"1.5.54"},{name:"bookmark-check",hex:"F0C1",version:"1.5.54"},{name:"bookmark-check-outline",hex:"F03A6",version:"4.9.95"},{name:"bookmark-minus",hex:"F9CB",version:"2.5.94"},{name:"bookmark-minus-outline",hex:"F9CC",version:"2.5.94"},{name:"bookmark-multiple",hex:"FDF8",version:"3.6.95"},{name:"bookmark-multiple-outline",hex:"FDF9",version:"3.6.95"},{name:"bookmark-music",hex:"F0C2",version:"1.5.54"},{name:"bookmark-music-outline",hex:"F03A4",version:"4.9.95"},{name:"bookmark-off",hex:"F9CD",version:"2.5.94"},{name:"bookmark-off-outline",hex:"F9CE",version:"2.5.94"},{name:"bookmark-outline",hex:"F0C3",version:"1.5.54"},{name:"bookmark-plus",hex:"F0C5",version:"1.5.54"},{name:"bookmark-plus-outline",hex:"F0C4",version:"1.5.54"},{name:"bookmark-remove",hex:"F0C6",version:"1.5.54"},{name:"bookmark-remove-outline",hex:"F03A5",version:"4.9.95"},{name:"bookshelf",hex:"F028A",version:"4.7.95"},{name:"boom-gate",hex:"FEA3",version:"3.7.94"},{name:"boom-gate-alert",hex:"FEA4",version:"3.7.94"},{name:"boom-gate-alert-outline",hex:"FEA5",version:"3.7.94"},{name:"boom-gate-down",hex:"FEA6",version:"3.7.94"},{name:"boom-gate-down-outline",hex:"FEA7",version:"3.7.94"},{name:"boom-gate-outline",hex:"FEA8",version:"3.7.94"},{name:"boom-gate-up",hex:"FEA9",version:"3.7.94"},{name:"boom-gate-up-outline",hex:"FEAA",version:"3.7.94"},{name:"boombox",hex:"F5DC",version:"1.5.54"},{name:"boomerang",hex:"F00FA",version:"4.3.95"},{name:"bootstrap",hex:"F6C5",version:"1.8.36"},{name:"border-all",hex:"F0C7",version:"1.5.54"},{name:"border-all-variant",hex:"F8A0",version:"2.2.43"},{name:"border-bottom",hex:"F0C8",version:"1.5.54"},{name:"border-bottom-variant",hex:"F8A1",version:"2.2.43"},{name:"border-color",hex:"F0C9",version:"1.5.54"},{name:"border-horizontal",hex:"F0CA",version:"1.5.54"},{name:"border-inside",hex:"F0CB",version:"1.5.54"},{name:"border-left",hex:"F0CC",version:"1.5.54"},{name:"border-left-variant",hex:"F8A2",version:"2.2.43"},{name:"border-none",hex:"F0CD",version:"1.5.54"},{name:"border-none-variant",hex:"F8A3",version:"2.2.43"},{name:"border-outside",hex:"F0CE",version:"1.5.54"},{name:"border-right",hex:"F0CF",version:"1.5.54"},{name:"border-right-variant",hex:"F8A4",version:"2.2.43"},{name:"border-style",hex:"F0D0",version:"1.5.54"},{name:"border-top",hex:"F0D1",version:"1.5.54"},{name:"border-top-variant",hex:"F8A5",version:"2.2.43"},{name:"border-vertical",hex:"F0D2",version:"1.5.54"},{name:"bottle-soda",hex:"F009B",version:"4.2.95"},{name:"bottle-soda-classic",hex:"F009C",version:"4.2.95"},{name:"bottle-soda-classic-outline",hex:"F038E",version:"4.9.95"},{name:"bottle-soda-outline",hex:"F009D",version:"4.2.95"},{name:"bottle-tonic",hex:"F0159",version:"4.4.95"},{name:"bottle-tonic-outline",hex:"F015A",version:"4.4.95"},{name:"bottle-tonic-plus",hex:"F015B",version:"4.4.95"},{name:"bottle-tonic-plus-outline",hex:"F015C",version:"4.4.95"},{name:"bottle-tonic-skull",hex:"F015D",version:"4.4.95"},{name:"bottle-tonic-skull-outline",hex:"F015E",version:"4.4.95"},{name:"bottle-wine",hex:"F853",version:"2.1.99"},{name:"bottle-wine-outline",hex:"F033B",version:"4.8.95"},{name:"bow-tie",hex:"F677",version:"1.7.12"},{name:"bowl",hex:"F617",version:"1.6.50"},{name:"bowling",hex:"F0D3",version:"1.5.54"},{name:"box",hex:"F0D4",version:"1.5.54"},{name:"box-cutter",hex:"F0D5",version:"1.5.54"},{name:"box-shadow",hex:"F637",version:"1.6.50"},{name:"boxing-glove",hex:"FB41",version:"3.0.39"},{name:"braille",hex:"F9CF",version:"2.5.94"},{name:"brain",hex:"F9D0",version:"2.5.94"},{name:"bread-slice",hex:"FCCA",version:"3.3.92"},{name:"bread-slice-outline",hex:"FCCB",version:"3.3.92"},{name:"bridge",hex:"F618",version:"1.6.50"},{name:"briefcase",hex:"F0D6",version:"1.5.54"},{name:"briefcase-account",hex:"FCCC",version:"3.3.92"},{name:"briefcase-account-outline",hex:"FCCD",version:"3.3.92"},{name:"briefcase-check",hex:"F0D7",version:"1.5.54"},{name:"briefcase-check-outline",hex:"F0349",version:"4.8.95"},{name:"briefcase-clock",hex:"F00FB",version:"4.3.95"},{name:"briefcase-clock-outline",hex:"F00FC",version:"4.3.95"},{name:"briefcase-download",hex:"F0D8",version:"1.5.54"},{name:"briefcase-download-outline",hex:"FC19",version:"3.2.89"},{name:"briefcase-edit",hex:"FA97",version:"2.7.94"},{name:"briefcase-edit-outline",hex:"FC1A",version:"3.2.89"},{name:"briefcase-minus",hex:"FA29",version:"2.6.95"},{name:"briefcase-minus-outline",hex:"FC1B",version:"3.2.89"},{name:"briefcase-outline",hex:"F813",version:"2.1.19"},{name:"briefcase-plus",hex:"FA2A",version:"2.6.95"},{name:"briefcase-plus-outline",hex:"FC1C",version:"3.2.89"},{name:"briefcase-remove",hex:"FA2B",version:"2.6.95"},{name:"briefcase-remove-outline",hex:"FC1D",version:"3.2.89"},{name:"briefcase-search",hex:"FA2C",version:"2.6.95"},{name:"briefcase-search-outline",hex:"FC1E",version:"3.2.89"},{name:"briefcase-upload",hex:"F0D9",version:"1.5.54"},{name:"briefcase-upload-outline",hex:"FC1F",version:"3.2.89"},{name:"brightness-1",hex:"F0DA",version:"1.5.54"},{name:"brightness-2",hex:"F0DB",version:"1.5.54"},{name:"brightness-3",hex:"F0DC",version:"1.5.54"},{name:"brightness-4",hex:"F0DD",version:"1.5.54"},{name:"brightness-5",hex:"F0DE",version:"1.5.54"},{name:"brightness-6",hex:"F0DF",version:"1.5.54"},{name:"brightness-7",hex:"F0E0",version:"1.5.54"},{name:"brightness-auto",hex:"F0E1",version:"1.5.54"},{name:"brightness-percent",hex:"FCCE",version:"3.3.92"},{name:"broom",hex:"F0E2",version:"1.5.54"},{name:"brush",hex:"F0E3",version:"1.5.54"},{name:"buddhism",hex:"F94A",version:"2.4.85"},{name:"buffer",hex:"F619",version:"1.6.50"},{name:"bug",hex:"F0E4",version:"1.5.54"},{name:"bug-check",hex:"FA2D",version:"2.6.95"},{name:"bug-check-outline",hex:"FA2E",version:"2.6.95"},{name:"bug-outline",hex:"FA2F",version:"2.6.95"},{name:"bugle",hex:"FD90",version:"3.5.94"},{name:"bulldozer",hex:"FB07",version:"2.8.94"},{name:"bullet",hex:"FCCF",version:"3.3.92"},{name:"bulletin-board",hex:"F0E5",version:"1.5.54"},{name:"bullhorn",hex:"F0E6",version:"1.5.54"},{name:"bullhorn-outline",hex:"FB08",version:"2.8.94"},{name:"bullseye",hex:"F5DD",version:"1.5.54"},{name:"bullseye-arrow",hex:"F8C8",version:"2.3.50"},{name:"bulma",hex:"F0312",version:"4.8.95"},{name:"bunk-bed",hex:"F032D",version:"4.8.95"},{name:"bus",hex:"F0E7",version:"1.5.54"},{name:"bus-alert",hex:"FA98",version:"2.7.94"},{name:"bus-articulated-end",hex:"F79B",version:"2.0.46"},{name:"bus-articulated-front",hex:"F79C",version:"2.0.46"},{name:"bus-clock",hex:"F8C9",version:"2.3.50"},{name:"bus-double-decker",hex:"F79D",version:"2.0.46"},{name:"bus-marker",hex:"F023D",version:"4.6.95"},{name:"bus-multiple",hex:"FF5C",version:"3.9.97"},{name:"bus-school",hex:"F79E",version:"2.0.46"},{name:"bus-side",hex:"F79F",version:"2.0.46"},{name:"bus-stop",hex:"F0034",version:"4.1.95"},{name:"bus-stop-covered",hex:"F0035",version:"4.1.95"},{name:"bus-stop-uncovered",hex:"F0036",version:"4.1.95"},{name:"cached",hex:"F0E8",version:"1.5.54"},{name:"cactus",hex:"FD91",version:"3.5.94"},{name:"cake",hex:"F0E9",version:"1.5.54"},{name:"cake-layered",hex:"F0EA",version:"1.5.54"},{name:"cake-variant",hex:"F0EB",version:"1.5.54"},{name:"calculator",hex:"F0EC",version:"1.5.54"},{name:"calculator-variant",hex:"FA99",version:"2.7.94"},{name:"calendar",hex:"F0ED",version:"1.5.54"},{name:"calendar-account",hex:"FEF4",version:"3.8.95"},{name:"calendar-account-outline",hex:"FEF5",version:"3.8.95"},{name:"calendar-alert",hex:"FA30",version:"2.6.95"},{name:"calendar-arrow-left",hex:"F015F",version:"4.4.95"},{name:"calendar-arrow-right",hex:"F0160",version:"4.4.95"},{name:"calendar-blank",hex:"F0EE",version:"1.5.54"},{name:"calendar-blank-multiple",hex:"F009E",version:"4.2.95"},{name:"calendar-blank-outline",hex:"FB42",version:"3.0.39"},{name:"calendar-check",hex:"F0EF",version:"1.5.54"},{name:"calendar-check-outline",hex:"FC20",version:"3.2.89"},{name:"calendar-clock",hex:"F0F0",version:"1.5.54"},{name:"calendar-edit",hex:"F8A6",version:"2.2.43"},{name:"calendar-export",hex:"FB09",version:"2.8.94"},{name:"calendar-heart",hex:"F9D1",version:"2.5.94"},{name:"calendar-import",hex:"FB0A",version:"2.8.94"},{name:"calendar-minus",hex:"FD38",version:"3.4.93"},{name:"calendar-month",hex:"FDFA",version:"3.6.95"},{name:"calendar-month-outline",hex:"FDFB",version:"3.6.95"},{name:"calendar-multiple",hex:"F0F1",version:"1.5.54"},{name:"calendar-multiple-check",hex:"F0F2",version:"1.5.54"},{name:"calendar-multiselect",hex:"FA31",version:"2.6.95"},{name:"calendar-outline",hex:"FB43",version:"3.0.39"},{name:"calendar-plus",hex:"F0F3",version:"1.5.54"},{name:"calendar-question",hex:"F691",version:"1.7.12"},{name:"calendar-range",hex:"F678",version:"1.7.12"},{name:"calendar-range-outline",hex:"FB44",version:"3.0.39"},{name:"calendar-remove",hex:"F0F4",version:"1.5.54"},{name:"calendar-remove-outline",hex:"FC21",version:"3.2.89"},{name:"calendar-repeat",hex:"FEAB",version:"3.7.94"},{name:"calendar-repeat-outline",hex:"FEAC",version:"3.7.94"},{name:"calendar-search",hex:"F94B",version:"2.4.85"},{name:"calendar-star",hex:"F9D2",version:"2.5.94"},{name:"calendar-text",hex:"F0F5",version:"1.5.54"},{name:"calendar-text-outline",hex:"FC22",version:"3.2.89"},{name:"calendar-today",hex:"F0F6",version:"1.5.54"},{name:"calendar-week",hex:"FA32",version:"2.6.95"},{name:"calendar-week-begin",hex:"FA33",version:"2.6.95"},{name:"calendar-weekend",hex:"FEF6",version:"3.8.95"},{name:"calendar-weekend-outline",hex:"FEF7",version:"3.8.95"},{name:"call-made",hex:"F0F7",version:"1.5.54"},{name:"call-merge",hex:"F0F8",version:"1.5.54"},{name:"call-missed",hex:"F0F9",version:"1.5.54"},{name:"call-received",hex:"F0FA",version:"1.5.54"},{name:"call-split",hex:"F0FB",version:"1.5.54"},{name:"camcorder",hex:"F0FC",version:"1.5.54"},{name:"camcorder-box",hex:"F0FD",version:"1.5.54"},{name:"camcorder-box-off",hex:"F0FE",version:"1.5.54"},{name:"camcorder-off",hex:"F0FF",version:"1.5.54"},{name:"camera",hex:"F100",version:"1.5.54"},{name:"camera-account",hex:"F8CA",version:"2.3.50"},{name:"camera-burst",hex:"F692",version:"1.7.12"},{name:"camera-control",hex:"FB45",version:"3.0.39"},{name:"camera-enhance",hex:"F101",version:"1.5.54"},{name:"camera-enhance-outline",hex:"FB46",version:"3.0.39"},{name:"camera-front",hex:"F102",version:"1.5.54"},{name:"camera-front-variant",hex:"F103",version:"1.5.54"},{name:"camera-gopro",hex:"F7A0",version:"2.0.46"},{name:"camera-image",hex:"F8CB",version:"2.3.50"},{name:"camera-iris",hex:"F104",version:"1.5.54"},{name:"camera-metering-center",hex:"F7A1",version:"2.0.46"},{name:"camera-metering-matrix",hex:"F7A2",version:"2.0.46"},{name:"camera-metering-partial",hex:"F7A3",version:"2.0.46"},{name:"camera-metering-spot",hex:"F7A4",version:"2.0.46"},{name:"camera-off",hex:"F5DF",version:"1.5.54"},{name:"camera-outline",hex:"FD39",version:"3.4.93"},{name:"camera-party-mode",hex:"F105",version:"1.5.54"},{name:"camera-plus",hex:"FEF8",version:"3.8.95"},{name:"camera-plus-outline",hex:"FEF9",version:"3.8.95"},{name:"camera-rear",hex:"F106",version:"1.5.54"},{name:"camera-rear-variant",hex:"F107",version:"1.5.54"},{name:"camera-retake",hex:"FDFC",version:"3.6.95"},{name:"camera-retake-outline",hex:"FDFD",version:"3.6.95"},{name:"camera-switch",hex:"F108",version:"1.5.54"},{name:"camera-timer",hex:"F109",version:"1.5.54"},{name:"camera-wireless",hex:"FD92",version:"3.5.94"},{name:"camera-wireless-outline",hex:"FD93",version:"3.5.94"},{name:"campfire",hex:"FEFA",version:"3.8.95"},{name:"cancel",hex:"F739",version:"1.9.32"},{name:"candle",hex:"F5E2",version:"1.5.54"},{name:"candycane",hex:"F10A",version:"1.5.54"},{name:"cannabis",hex:"F7A5",version:"2.0.46"},{name:"caps-lock",hex:"FA9A",version:"2.7.94"},{name:"car",hex:"F10B",version:"1.5.54"},{name:"car-2-plus",hex:"F0037",version:"4.1.95"},{name:"car-3-plus",hex:"F0038",version:"4.1.95"},{name:"car-back",hex:"FDFE",version:"3.6.95"},{name:"car-battery",hex:"F10C",version:"1.5.54"},{name:"car-brake-abs",hex:"FC23",version:"3.2.89"},{name:"car-brake-alert",hex:"FC24",version:"3.2.89"},{name:"car-brake-hold",hex:"FD3A",version:"3.4.93"},{name:"car-brake-parking",hex:"FD3B",version:"3.4.93"},{name:"car-brake-retarder",hex:"F0039",version:"4.1.95"},{name:"car-child-seat",hex:"FFC3",version:"4.0.96"},{name:"car-clutch",hex:"F003A",version:"4.1.95"},{name:"car-connected",hex:"F10D",version:"1.5.54"},{name:"car-convertible",hex:"F7A6",version:"2.0.46"},{name:"car-coolant-level",hex:"F003B",version:"4.1.95"},{name:"car-cruise-control",hex:"FD3C",version:"3.4.93"},{name:"car-defrost-front",hex:"FD3D",version:"3.4.93"},{name:"car-defrost-rear",hex:"FD3E",version:"3.4.93"},{name:"car-door",hex:"FB47",version:"3.0.39"},{name:"car-door-lock",hex:"F00C8",version:"4.2.95"},{name:"car-electric",hex:"FB48",version:"3.0.39"},{name:"car-esp",hex:"FC25",version:"3.2.89"},{name:"car-estate",hex:"F7A7",version:"2.0.46"},{name:"car-hatchback",hex:"F7A8",version:"2.0.46"},{name:"car-info",hex:"F01E9",version:"4.5.95"},{name:"car-key",hex:"FB49",version:"3.0.39"},{name:"car-light-dimmed",hex:"FC26",version:"3.2.89"},{name:"car-light-fog",hex:"FC27",version:"3.2.89"},{name:"car-light-high",hex:"FC28",version:"3.2.89"},{name:"car-limousine",hex:"F8CC",version:"2.3.50"},{name:"car-multiple",hex:"FB4A",version:"3.0.39"},{name:"car-off",hex:"FDFF",version:"3.6.95"},{name:"car-parking-lights",hex:"FD3F",version:"3.4.93"},{name:"car-pickup",hex:"F7A9",version:"2.0.46"},{name:"car-seat",hex:"FFC4",version:"4.0.96"},{name:"car-seat-cooler",hex:"FFC5",version:"4.0.96"},{name:"car-seat-heater",hex:"FFC6",version:"4.0.96"},{name:"car-shift-pattern",hex:"FF5D",version:"3.9.97"},{name:"car-side",hex:"F7AA",version:"2.0.46"},{name:"car-sports",hex:"F7AB",version:"2.0.46"},{name:"car-tire-alert",hex:"FC29",version:"3.2.89"},{name:"car-traction-control",hex:"FD40",version:"3.4.93"},{name:"car-turbocharger",hex:"F003C",version:"4.1.95"},{name:"car-wash",hex:"F10E",version:"1.5.54"},{name:"car-windshield",hex:"F003D",version:"4.1.95"},{name:"car-windshield-outline",hex:"F003E",version:"4.1.95"},{name:"caravan",hex:"F7AC",version:"2.0.46"},{name:"card",hex:"FB4B",version:"3.0.39"},{name:"card-bulleted",hex:"FB4C",version:"3.0.39"},{name:"card-bulleted-off",hex:"FB4D",version:"3.0.39"},{name:"card-bulleted-off-outline",hex:"FB4E",version:"3.0.39"},{name:"card-bulleted-outline",hex:"FB4F",version:"3.0.39"},{name:"card-bulleted-settings",hex:"FB50",version:"3.0.39"},{name:"card-bulleted-settings-outline",hex:"FB51",version:"3.0.39"},{name:"card-outline",hex:"FB52",version:"3.0.39"},{name:"card-plus",hex:"F022A",version:"4.6.95"},{name:"card-plus-outline",hex:"F022B",version:"4.6.95"},{name:"card-search",hex:"F009F",version:"4.2.95"},{name:"card-search-outline",hex:"F00A0",version:"4.2.95"},{name:"card-text",hex:"FB53",version:"3.0.39"},{name:"card-text-outline",hex:"FB54",version:"3.0.39"},{name:"cards",hex:"F638",version:"1.6.50"},{name:"cards-club",hex:"F8CD",version:"2.3.50"},{name:"cards-diamond",hex:"F8CE",version:"2.3.50"},{name:"cards-diamond-outline",hex:"F003F",version:"4.1.95"},{name:"cards-heart",hex:"F8CF",version:"2.3.50"},{name:"cards-outline",hex:"F639",version:"1.6.50"},{name:"cards-playing-outline",hex:"F63A",version:"1.6.50"},{name:"cards-spade",hex:"F8D0",version:"2.3.50"},{name:"cards-variant",hex:"F6C6",version:"1.8.36"},{name:"carrot",hex:"F10F",version:"1.5.54"},{name:"cart",hex:"F110",version:"1.5.54"},{name:"cart-arrow-down",hex:"FD42",version:"3.4.93"},{name:"cart-arrow-right",hex:"FC2A",version:"3.2.89"},{name:"cart-arrow-up",hex:"FD43",version:"3.4.93"},{name:"cart-minus",hex:"FD44",version:"3.4.93"},{name:"cart-off",hex:"F66B",version:"1.6.50"},{name:"cart-outline",hex:"F111",version:"1.5.54"},{name:"cart-plus",hex:"F112",version:"1.5.54"},{name:"cart-remove",hex:"FD45",version:"3.4.93"},{name:"case-sensitive-alt",hex:"F113",version:"1.5.54"},{name:"cash",hex:"F114",version:"1.5.54"},{name:"cash-100",hex:"F115",version:"1.5.54"},{name:"cash-marker",hex:"FD94",version:"3.5.94"},{name:"cash-minus",hex:"F028B",version:"4.7.95"},{name:"cash-multiple",hex:"F116",version:"1.5.54"},{name:"cash-plus",hex:"F028C",version:"4.7.95"},{name:"cash-refund",hex:"FA9B",version:"2.7.94"},{name:"cash-register",hex:"FCD0",version:"3.3.92"},{name:"cash-remove",hex:"F028D",version:"4.7.95"},{name:"cash-usd",hex:"F01A1",version:"4.4.95"},{name:"cash-usd-outline",hex:"F117",version:"1.5.54"},{name:"cassette",hex:"F9D3",version:"2.5.94"},{name:"cast",hex:"F118",version:"1.5.54"},{name:"cast-audio",hex:"F0040",version:"4.1.95"},{name:"cast-connected",hex:"F119",version:"1.5.54"},{name:"cast-education",hex:"FE6D",version:"3.6.95"},{name:"cast-off",hex:"F789",version:"1.9.32"},{name:"castle",hex:"F11A",version:"1.5.54"},{name:"cat",hex:"F11B",version:"1.5.54"},{name:"cctv",hex:"F7AD",version:"2.0.46"},{name:"ceiling-light",hex:"F768",version:"1.9.32"},{name:"cellphone",hex:"F11C",version:"1.5.54"},{name:"cellphone-android",hex:"F11D",version:"1.5.54"},{name:"cellphone-arrow-down",hex:"F9D4",version:"2.5.94"},{name:"cellphone-basic",hex:"F11E",version:"1.5.54"},{name:"cellphone-dock",hex:"F11F",version:"1.5.54"},{name:"cellphone-erase",hex:"F94C",version:"2.4.85"},{name:"cellphone-information",hex:"FF5E",version:"3.9.97"},{name:"cellphone-iphone",hex:"F120",version:"1.5.54"},{name:"cellphone-key",hex:"F94D",version:"2.4.85"},{name:"cellphone-link",hex:"F121",version:"1.5.54"},{name:"cellphone-link-off",hex:"F122",version:"1.5.54"},{name:"cellphone-lock",hex:"F94E",version:"2.4.85"},{name:"cellphone-message",hex:"F8D2",version:"2.3.50"},{name:"cellphone-message-off",hex:"F00FD",version:"4.3.95"},{name:"cellphone-nfc",hex:"FEAD",version:"3.7.94"},{name:"cellphone-nfc-off",hex:"F0303",version:"4.8.95"},{name:"cellphone-off",hex:"F94F",version:"2.4.85"},{name:"cellphone-play",hex:"F0041",version:"4.1.95"},{name:"cellphone-screenshot",hex:"FA34",version:"2.6.95"},{name:"cellphone-settings",hex:"F123",version:"1.5.54"},{name:"cellphone-settings-variant",hex:"F950",version:"2.4.85"},{name:"cellphone-sound",hex:"F951",version:"2.4.85"},{name:"cellphone-text",hex:"F8D1",version:"2.3.50"},{name:"cellphone-wireless",hex:"F814",version:"2.1.19"},{name:"celtic-cross",hex:"FCD1",version:"3.3.92"},{name:"centos",hex:"F0145",version:"4.3.95"},{name:"certificate",hex:"F124",version:"1.5.54"},{name:"certificate-outline",hex:"F01B3",version:"4.4.95"},{name:"chair-rolling",hex:"FFBA",version:"3.9.97"},{name:"chair-school",hex:"F125",version:"1.5.54"},{name:"charity",hex:"FC2B",version:"3.2.89"},{name:"chart-arc",hex:"F126",version:"1.5.54"},{name:"chart-areaspline",hex:"F127",version:"1.5.54"},{name:"chart-areaspline-variant",hex:"FEAE",version:"3.7.94"},{name:"chart-bar",hex:"F128",version:"1.5.54"},{name:"chart-bar-stacked",hex:"F769",version:"1.9.32"},{name:"chart-bell-curve",hex:"FC2C",version:"3.2.89"},{name:"chart-bell-curve-cumulative",hex:"FFC7",version:"4.0.96"},{name:"chart-bubble",hex:"F5E3",version:"1.5.54"},{name:"chart-donut",hex:"F7AE",version:"2.0.46"},{name:"chart-donut-variant",hex:"F7AF",version:"2.0.46"},{name:"chart-gantt",hex:"F66C",version:"1.6.50"},{name:"chart-histogram",hex:"F129",version:"1.5.54"},{name:"chart-line",hex:"F12A",version:"1.5.54"},{name:"chart-line-stacked",hex:"F76A",version:"1.9.32"},{name:"chart-line-variant",hex:"F7B0",version:"2.0.46"},{name:"chart-multiline",hex:"F8D3",version:"2.3.50"},{name:"chart-multiple",hex:"F023E",version:"4.6.95"},{name:"chart-pie",hex:"F12B",version:"1.5.54"},{name:"chart-ppf",hex:"F03AB",version:"4.9.95"},{name:"chart-scatter-plot",hex:"FEAF",version:"3.7.94"},{name:"chart-scatter-plot-hexbin",hex:"F66D",version:"1.6.50"},{name:"chart-snakey",hex:"F020A",version:"4.5.95"},{name:"chart-snakey-variant",hex:"F020B",version:"4.5.95"},{name:"chart-timeline",hex:"F66E",version:"1.6.50"},{name:"chart-timeline-variant",hex:"FEB0",version:"3.7.94"},{name:"chart-tree",hex:"FEB1",version:"3.7.94"},{name:"chat",hex:"FB55",version:"3.0.39"},{name:"chat-alert",hex:"FB56",version:"3.0.39"},{name:"chat-alert-outline",hex:"F02F4",version:"4.8.95"},{name:"chat-outline",hex:"FEFB",version:"3.8.95"},{name:"chat-processing",hex:"FB57",version:"3.0.39"},{name:"chat-processing-outline",hex:"F02F5",version:"4.8.95"},{name:"chat-sleep",hex:"F02FC",version:"4.8.95"},{name:"chat-sleep-outline",hex:"F02FD",version:"4.8.95"},{name:"check",hex:"F12C",version:"1.5.54"},{name:"check-all",hex:"F12D",version:"1.5.54"},{name:"check-bold",hex:"FE6E",version:"3.6.95"},{name:"check-box-multiple-outline",hex:"FC2D",version:"3.2.89"},{name:"check-box-outline",hex:"FC2E",version:"3.2.89"},{name:"check-circle",hex:"F5E0",version:"1.5.54"},{name:"check-circle-outline",hex:"F5E1",version:"1.5.54"},{name:"check-decagram",hex:"F790",version:"2.0.46"},{name:"check-network",hex:"FC2F",version:"3.2.89"},{name:"check-network-outline",hex:"FC30",version:"3.2.89"},{name:"check-outline",hex:"F854",version:"2.1.99"},{name:"check-underline",hex:"FE70",version:"3.6.95"},{name:"check-underline-circle",hex:"FE71",version:"3.6.95"},{name:"check-underline-circle-outline",hex:"FE72",version:"3.6.95"},{name:"checkbook",hex:"FA9C",version:"2.7.94"},{name:"checkbox-blank",hex:"F12E",version:"1.5.54"},{name:"checkbox-blank-circle",hex:"F12F",version:"1.5.54"},{name:"checkbox-blank-circle-outline",hex:"F130",version:"1.5.54"},{name:"checkbox-blank-off",hex:"F0317",version:"4.8.95"},{name:"checkbox-blank-off-outline",hex:"F0318",version:"4.8.95"},{name:"checkbox-blank-outline",hex:"F131",version:"1.5.54"},{name:"checkbox-intermediate",hex:"F855",version:"2.1.99"},{name:"checkbox-marked",hex:"F132",version:"1.5.54"},{name:"checkbox-marked-circle",hex:"F133",version:"1.5.54"},{name:"checkbox-marked-circle-outline",hex:"F134",version:"1.5.54"},{name:"checkbox-marked-outline",hex:"F135",version:"1.5.54"},{name:"checkbox-multiple-blank",hex:"F136",version:"1.5.54"},{name:"checkbox-multiple-blank-circle",hex:"F63B",version:"1.6.50"},{name:"checkbox-multiple-blank-circle-outline",hex:"F63C",version:"1.6.50"},{name:"checkbox-multiple-blank-outline",hex:"F137",version:"1.5.54"},{name:"checkbox-multiple-marked",hex:"F138",version:"1.5.54"},{name:"checkbox-multiple-marked-circle",hex:"F63D",version:"1.6.50"},{name:"checkbox-multiple-marked-circle-outline",hex:"F63E",version:"1.6.50"},{name:"checkbox-multiple-marked-outline",hex:"F139",version:"1.5.54"},{name:"checkerboard",hex:"F13A",version:"1.5.54"},{name:"checkerboard-minus",hex:"F022D",version:"4.6.95"},{name:"checkerboard-plus",hex:"F022C",version:"4.6.95"},{name:"checkerboard-remove",hex:"F022E",version:"4.6.95"},{name:"cheese",hex:"F02E4",version:"4.7.95"},{name:"chef-hat",hex:"FB58",version:"3.0.39"},{name:"chemical-weapon",hex:"F13B",version:"1.5.54"},{name:"chess-bishop",hex:"F85B",version:"2.1.99"},{name:"chess-king",hex:"F856",version:"2.1.99"},{name:"chess-knight",hex:"F857",version:"2.1.99"},{name:"chess-pawn",hex:"F858",version:"2.1.99"},{name:"chess-queen",hex:"F859",version:"2.1.99"},{name:"chess-rook",hex:"F85A",version:"2.1.99"},{name:"chevron-double-down",hex:"F13C",version:"1.5.54"},{name:"chevron-double-left",hex:"F13D",version:"1.5.54"},{name:"chevron-double-right",hex:"F13E",version:"1.5.54"},{name:"chevron-double-up",hex:"F13F",version:"1.5.54"},{name:"chevron-down",hex:"F140",version:"1.5.54"},{name:"chevron-down-box",hex:"F9D5",version:"2.5.94"},{name:"chevron-down-box-outline",hex:"F9D6",version:"2.5.94"},{name:"chevron-down-circle",hex:"FB0B",version:"2.8.94"},{name:"chevron-down-circle-outline",hex:"FB0C",version:"2.8.94"},{name:"chevron-left",hex:"F141",version:"1.5.54"},{name:"chevron-left-box",hex:"F9D7",version:"2.5.94"},{name:"chevron-left-box-outline",hex:"F9D8",version:"2.5.94"},{name:"chevron-left-circle",hex:"FB0D",version:"2.8.94"},{name:"chevron-left-circle-outline",hex:"FB0E",version:"2.8.94"},{name:"chevron-right",hex:"F142",version:"1.5.54"},{name:"chevron-right-box",hex:"F9D9",version:"2.5.94"},{name:"chevron-right-box-outline",hex:"F9DA",version:"2.5.94"},{name:"chevron-right-circle",hex:"FB0F",version:"2.8.94"},{name:"chevron-right-circle-outline",hex:"FB10",version:"2.8.94"},{name:"chevron-triple-down",hex:"FD95",version:"3.5.94"},{name:"chevron-triple-left",hex:"FD96",version:"3.5.94"},{name:"chevron-triple-right",hex:"FD97",version:"3.5.94"},{name:"chevron-triple-up",hex:"FD98",version:"3.5.94"},{name:"chevron-up",hex:"F143",version:"1.5.54"},{name:"chevron-up-box",hex:"F9DB",version:"2.5.94"},{name:"chevron-up-box-outline",hex:"F9DC",version:"2.5.94"},{name:"chevron-up-circle",hex:"FB11",version:"2.8.94"},{name:"chevron-up-circle-outline",hex:"FB12",version:"2.8.94"},{name:"chili-hot",hex:"F7B1",version:"2.0.46"},{name:"chili-medium",hex:"F7B2",version:"2.0.46"},{name:"chili-mild",hex:"F7B3",version:"2.0.46"},{name:"chip",hex:"F61A",version:"1.6.50"},{name:"christianity",hex:"F952",version:"2.4.85"},{name:"christianity-outline",hex:"FCD2",version:"3.3.92"},{name:"church",hex:"F144",version:"1.5.54"},{name:"cigar",hex:"F01B4",version:"4.4.95"},{name:"circle",hex:"F764",version:"1.9.32"},{name:"circle-double",hex:"FEB2",version:"3.7.94"},{name:"circle-edit-outline",hex:"F8D4",version:"2.3.50"},{name:"circle-expand",hex:"FEB3",version:"3.7.94"},{name:"circle-medium",hex:"F9DD",version:"2.5.94"},{name:"circle-off-outline",hex:"F00FE",version:"4.3.95"},{name:"circle-outline",hex:"F765",version:"1.9.32"},{name:"circle-slice-1",hex:"FA9D",version:"2.7.94"},{name:"circle-slice-2",hex:"FA9E",version:"2.7.94"},{name:"circle-slice-3",hex:"FA9F",version:"2.7.94"},{name:"circle-slice-4",hex:"FAA0",version:"2.7.94"},{name:"circle-slice-5",hex:"FAA1",version:"2.7.94"},{name:"circle-slice-6",hex:"FAA2",version:"2.7.94"},{name:"circle-slice-7",hex:"FAA3",version:"2.7.94"},{name:"circle-slice-8",hex:"FAA4",version:"2.7.94"},{name:"circle-small",hex:"F9DE",version:"2.5.94"},{name:"circular-saw",hex:"FE73",version:"3.6.95"},{name:"cisco-webex",hex:"F145",version:"1.5.54"},{name:"city",hex:"F146",version:"1.5.54"},{name:"city-variant",hex:"FA35",version:"2.6.95"},{name:"city-variant-outline",hex:"FA36",version:"2.6.95"},{name:"clipboard",hex:"F147",version:"1.5.54"},{name:"clipboard-account",hex:"F148",version:"1.5.54"},{name:"clipboard-account-outline",hex:"FC31",version:"3.2.89"},{name:"clipboard-alert",hex:"F149",version:"1.5.54"},{name:"clipboard-alert-outline",hex:"FCD3",version:"3.3.92"},{name:"clipboard-arrow-down",hex:"F14A",version:"1.5.54"},{name:"clipboard-arrow-down-outline",hex:"FC32",version:"3.2.89"},{name:"clipboard-arrow-left",hex:"F14B",version:"1.5.54"},{name:"clipboard-arrow-left-outline",hex:"FCD4",version:"3.3.92"},{name:"clipboard-arrow-right",hex:"FCD5",version:"3.3.92"},{name:"clipboard-arrow-right-outline",hex:"FCD6",version:"3.3.92"},{name:"clipboard-arrow-up",hex:"FC33",version:"3.2.89"},{name:"clipboard-arrow-up-outline",hex:"FC34",version:"3.2.89"},{name:"clipboard-check",hex:"F14C",version:"1.5.54"},{name:"clipboard-check-multiple",hex:"F028E",version:"4.7.95"},{name:"clipboard-check-multiple-outline",hex:"F028F",version:"4.7.95"},{name:"clipboard-check-outline",hex:"F8A7",version:"2.2.43"},{name:"clipboard-file",hex:"F0290",version:"4.7.95"},{name:"clipboard-file-outline",hex:"F0291",version:"4.7.95"},{name:"clipboard-flow",hex:"F6C7",version:"1.8.36"},{name:"clipboard-flow-outline",hex:"F0142",version:"4.3.95"},{name:"clipboard-list",hex:"F00FF",version:"4.3.95"},{name:"clipboard-list-outline",hex:"F0100",version:"4.3.95"},{name:"clipboard-multiple",hex:"F0292",version:"4.7.95"},{name:"clipboard-multiple-outline",hex:"F0293",version:"4.7.95"},{name:"clipboard-outline",hex:"F14D",version:"1.5.54"},{name:"clipboard-play",hex:"FC35",version:"3.2.89"},{name:"clipboard-play-multiple",hex:"F0294",version:"4.7.95"},{name:"clipboard-play-multiple-outline",hex:"F0295",version:"4.7.95"},{name:"clipboard-play-outline",hex:"FC36",version:"3.2.89"},{name:"clipboard-plus",hex:"F750",version:"1.9.32"},{name:"clipboard-plus-outline",hex:"F034A",version:"4.8.95"},{name:"clipboard-pulse",hex:"F85C",version:"2.1.99"},{name:"clipboard-pulse-outline",hex:"F85D",version:"2.1.99"},{name:"clipboard-text",hex:"F14E",version:"1.5.54"},{name:"clipboard-text-multiple",hex:"F0296",version:"4.7.95"},{name:"clipboard-text-multiple-outline",hex:"F0297",version:"4.7.95"},{name:"clipboard-text-outline",hex:"FA37",version:"2.6.95"},{name:"clipboard-text-play",hex:"FC37",version:"3.2.89"},{name:"clipboard-text-play-outline",hex:"FC38",version:"3.2.89"},{name:"clippy",hex:"F14F",version:"1.5.54"},{name:"clock",hex:"F953",version:"2.4.85"},{name:"clock-alert",hex:"F954",version:"2.4.85"},{name:"clock-alert-outline",hex:"F5CE",version:"1.5.54"},{name:"clock-check",hex:"FFC8",version:"4.0.96"},{name:"clock-check-outline",hex:"FFC9",version:"4.0.96"},{name:"clock-digital",hex:"FEB4",version:"3.7.94"},{name:"clock-end",hex:"F151",version:"1.5.54"},{name:"clock-fast",hex:"F152",version:"1.5.54"},{name:"clock-in",hex:"F153",version:"1.5.54"},{name:"clock-out",hex:"F154",version:"1.5.54"},{name:"clock-outline",hex:"F150",version:"1.5.54"},{name:"clock-start",hex:"F155",version:"1.5.54"},{name:"close",hex:"F156",version:"1.5.54"},{name:"close-box",hex:"F157",version:"1.5.54"},{name:"close-box-multiple",hex:"FC39",version:"3.2.89"},{name:"close-box-multiple-outline",hex:"FC3A",version:"3.2.89"},{name:"close-box-outline",hex:"F158",version:"1.5.54"},{name:"close-circle",hex:"F159",version:"1.5.54"},{name:"close-circle-outline",hex:"F15A",version:"1.5.54"},{name:"close-network",hex:"F15B",version:"1.5.54"},{name:"close-network-outline",hex:"FC3B",version:"3.2.89"},{name:"close-octagon",hex:"F15C",version:"1.5.54"},{name:"close-octagon-outline",hex:"F15D",version:"1.5.54"},{name:"close-outline",hex:"F6C8",version:"1.8.36"},{name:"closed-caption",hex:"F15E",version:"1.5.54"},{name:"closed-caption-outline",hex:"FD99",version:"3.5.94"},{name:"cloud",hex:"F15F",version:"1.5.54"},{name:"cloud-alert",hex:"F9DF",version:"2.5.94"},{name:"cloud-braces",hex:"F7B4",version:"2.0.46"},{name:"cloud-check",hex:"F160",version:"1.5.54"},{name:"cloud-check-outline",hex:"F02F7",version:"4.8.95"},{name:"cloud-circle",hex:"F161",version:"1.5.54"},{name:"cloud-download",hex:"F162",version:"1.5.54"},{name:"cloud-download-outline",hex:"FB59",version:"3.0.39"},{name:"cloud-lock",hex:"F021C",version:"4.5.95"},{name:"cloud-lock-outline",hex:"F021D",version:"4.5.95"},{name:"cloud-off-outline",hex:"F164",version:"1.5.54"},{name:"cloud-outline",hex:"F163",version:"1.5.54"},{name:"cloud-print",hex:"F165",version:"1.5.54"},{name:"cloud-print-outline",hex:"F166",version:"1.5.54"},{name:"cloud-question",hex:"FA38",version:"2.6.95"},{name:"cloud-search",hex:"F955",version:"2.4.85"},{name:"cloud-search-outline",hex:"F956",version:"2.4.85"},{name:"cloud-sync",hex:"F63F",version:"1.6.50"},{name:"cloud-sync-outline",hex:"F0301",version:"4.8.95"},{name:"cloud-tags",hex:"F7B5",version:"2.0.46"},{name:"cloud-upload",hex:"F167",version:"1.5.54"},{name:"cloud-upload-outline",hex:"FB5A",version:"3.0.39"},{name:"clover",hex:"F815",version:"2.1.19"},{name:"coach-lamp",hex:"F0042",version:"4.1.95"},{name:"coat-rack",hex:"F00C9",version:"4.2.95"},{name:"code-array",hex:"F168",version:"1.5.54"},{name:"code-braces",hex:"F169",version:"1.5.54"},{name:"code-braces-box",hex:"F0101",version:"4.3.95"},{name:"code-brackets",hex:"F16A",version:"1.5.54"},{name:"code-equal",hex:"F16B",version:"1.5.54"},{name:"code-greater-than",hex:"F16C",version:"1.5.54"},{name:"code-greater-than-or-equal",hex:"F16D",version:"1.5.54"},{name:"code-less-than",hex:"F16E",version:"1.5.54"},{name:"code-less-than-or-equal",hex:"F16F",version:"1.5.54"},{name:"code-not-equal",hex:"F170",version:"1.5.54"},{name:"code-not-equal-variant",hex:"F171",version:"1.5.54"},{name:"code-parentheses",hex:"F172",version:"1.5.54"},{name:"code-parentheses-box",hex:"F0102",version:"4.3.95"},{name:"code-string",hex:"F173",version:"1.5.54"},{name:"code-tags",hex:"F174",version:"1.5.54"},{name:"code-tags-check",hex:"F693",version:"1.7.12"},{name:"codepen",hex:"F175",version:"1.5.54"},{name:"coffee",hex:"F176",version:"1.5.54"},{name:"coffee-maker",hex:"F00CA",version:"4.2.95"},{name:"coffee-off",hex:"FFCA",version:"3.9.97"},{name:"coffee-off-outline",hex:"FFCB",version:"3.9.97"},{name:"coffee-outline",hex:"F6C9",version:"1.8.36"},{name:"coffee-to-go",hex:"F177",version:"1.5.54"},{name:"coffee-to-go-outline",hex:"F0339",version:"4.8.95"},{name:"coffin",hex:"FB5B",version:"3.0.39"},{name:"cog-clockwise",hex:"F0208",version:"4.5.95"},{name:"cog-counterclockwise",hex:"F0209",version:"4.5.95"},{name:"cogs",hex:"F8D5",version:"2.3.50"},{name:"coin",hex:"F0196",version:"4.4.95"},{name:"coin-outline",hex:"F178",version:"1.5.54"},{name:"coins",hex:"F694",version:"1.7.12"},{name:"collage",hex:"F640",version:"1.6.50"},{name:"collapse-all",hex:"FAA5",version:"2.7.94"},{name:"collapse-all-outline",hex:"FAA6",version:"2.7.94"},{name:"color-helper",hex:"F179",version:"1.5.54"},{name:"comma",hex:"FE74",version:"3.6.95"},{name:"comma-box",hex:"FE75",version:"3.6.95"},{name:"comma-box-outline",hex:"FE76",version:"3.6.95"},{name:"comma-circle",hex:"FE77",version:"3.6.95"},{name:"comma-circle-outline",hex:"FE78",version:"3.6.95"},{name:"comment",hex:"F17A",version:"1.5.54"},{name:"comment-account",hex:"F17B",version:"1.5.54"},{name:"comment-account-outline",hex:"F17C",version:"1.5.54"},{name:"comment-alert",hex:"F17D",version:"1.5.54"},{name:"comment-alert-outline",hex:"F17E",version:"1.5.54"},{name:"comment-arrow-left",hex:"F9E0",version:"2.5.94"},{name:"comment-arrow-left-outline",hex:"F9E1",version:"2.5.94"},{name:"comment-arrow-right",hex:"F9E2",version:"2.5.94"},{name:"comment-arrow-right-outline",hex:"F9E3",version:"2.5.94"},{name:"comment-check",hex:"F17F",version:"1.5.54"},{name:"comment-check-outline",hex:"F180",version:"1.5.54"},{name:"comment-edit",hex:"F01EA",version:"4.5.95"},{name:"comment-edit-outline",hex:"F02EF",version:"4.8.95"},{name:"comment-eye",hex:"FA39",version:"2.6.95"},{name:"comment-eye-outline",hex:"FA3A",version:"2.6.95"},{name:"comment-multiple",hex:"F85E",version:"2.1.99"},{name:"comment-multiple-outline",hex:"F181",version:"1.5.54"},{name:"comment-outline",hex:"F182",version:"1.5.54"},{name:"comment-plus",hex:"F9E4",version:"2.5.94"},{name:"comment-plus-outline",hex:"F183",version:"1.5.54"},{name:"comment-processing",hex:"F184",version:"1.5.54"},{name:"comment-processing-outline",hex:"F185",version:"1.5.54"},{name:"comment-question",hex:"F816",version:"2.1.19"},{name:"comment-question-outline",hex:"F186",version:"1.5.54"},{name:"comment-quote",hex:"F0043",version:"4.1.95"},{name:"comment-quote-outline",hex:"F0044",version:"4.1.95"},{name:"comment-remove",hex:"F5DE",version:"1.5.54"},{name:"comment-remove-outline",hex:"F187",version:"1.5.54"},{name:"comment-search",hex:"FA3B",version:"2.6.95"},{name:"comment-search-outline",hex:"FA3C",version:"2.6.95"},{name:"comment-text",hex:"F188",version:"1.5.54"},{name:"comment-text-multiple",hex:"F85F",version:"2.1.99"},{name:"comment-text-multiple-outline",hex:"F860",version:"2.1.99"},{name:"comment-text-outline",hex:"F189",version:"1.5.54"},{name:"compare",hex:"F18A",version:"1.5.54"},{name:"compass",hex:"F18B",version:"1.5.54"},{name:"compass-off",hex:"FB5C",version:"3.0.39"},{name:"compass-off-outline",hex:"FB5D",version:"3.0.39"},{name:"compass-outline",hex:"F18C",version:"1.5.54"},{name:"compass-rose",hex:"F03AD",version:"4.9.95"},{name:"concourse-ci",hex:"F00CB",version:"4.2.95"},{name:"console",hex:"F18D",version:"1.5.54"},{name:"console-line",hex:"F7B6",version:"2.0.46"},{name:"console-network",hex:"F8A8",version:"2.2.43"},{name:"console-network-outline",hex:"FC3C",version:"3.2.89"},{name:"consolidate",hex:"F0103",version:"4.3.95"},{name:"contact-mail",hex:"F18E",version:"1.5.54"},{name:"contact-mail-outline",hex:"FEB5",version:"3.7.94"},{name:"contact-phone",hex:"FEB6",version:"3.7.94"},{name:"contact-phone-outline",hex:"FEB7",version:"3.7.94"},{name:"contactless-payment",hex:"FD46",version:"3.4.93"},{name:"contacts",hex:"F6CA",version:"1.8.36"},{name:"contain",hex:"FA3D",version:"2.6.95"},{name:"contain-end",hex:"FA3E",version:"2.6.95"},{name:"contain-start",hex:"FA3F",version:"2.6.95"},{name:"content-copy",hex:"F18F",version:"1.5.54"},{name:"content-cut",hex:"F190",version:"1.5.54"},{name:"content-duplicate",hex:"F191",version:"1.5.54"},{name:"content-paste",hex:"F192",version:"1.5.54"},{name:"content-save",hex:"F193",version:"1.5.54"},{name:"content-save-alert",hex:"FF5F",version:"3.9.97"},{name:"content-save-alert-outline",hex:"FF60",version:"3.9.97"},{name:"content-save-all",hex:"F194",version:"1.5.54"},{name:"content-save-all-outline",hex:"FF61",version:"3.9.97"},{name:"content-save-edit",hex:"FCD7",version:"3.3.92"},{name:"content-save-edit-outline",hex:"FCD8",version:"3.3.92"},{name:"content-save-move",hex:"FE79",version:"3.6.95"},{name:"content-save-move-outline",hex:"FE7A",version:"3.6.95"},{name:"content-save-outline",hex:"F817",version:"2.1.19"},{name:"content-save-settings",hex:"F61B",version:"1.6.50"},{name:"content-save-settings-outline",hex:"FB13",version:"2.8.94"},{name:"contrast",hex:"F195",version:"1.5.54"},{name:"contrast-box",hex:"F196",version:"1.5.54"},{name:"contrast-circle",hex:"F197",version:"1.5.54"},{name:"controller-classic",hex:"FB5E",version:"3.0.39"},{name:"controller-classic-outline",hex:"FB5F",version:"3.0.39"},{name:"cookie",hex:"F198",version:"1.5.54"},{name:"coolant-temperature",hex:"F3C8",version:"1.5.54"},{name:"copyright",hex:"F5E6",version:"1.5.54"},{name:"cordova",hex:"F957",version:"2.4.85"},{name:"corn",hex:"F7B7",version:"2.0.46"},{name:"counter",hex:"F199",version:"1.5.54"},{name:"cow",hex:"F19A",version:"1.5.54"},{name:"cowboy",hex:"FEB8",version:"3.7.94"},{name:"cpu-32-bit",hex:"FEFC",version:"3.8.95"},{name:"cpu-64-bit",hex:"FEFD",version:"3.8.95"},{name:"crane",hex:"F861",version:"2.1.99"},{name:"creation",hex:"F1C9",version:"1.7.12"},{name:"creative-commons",hex:"FD47",version:"3.4.93"},{name:"credit-card",hex:"F0010",version:"4.0.96"},{name:"credit-card-clock",hex:"FEFE",version:"3.8.95"},{name:"credit-card-clock-outline",hex:"FFBC",version:"3.8.95"},{name:"credit-card-marker",hex:"F6A7",version:"1.7.12"},{name:"credit-card-marker-outline",hex:"FD9A",version:"3.5.94"},{name:"credit-card-minus",hex:"FFCC",version:"4.0.96"},{name:"credit-card-minus-outline",hex:"FFCD",version:"4.0.96"},{name:"credit-card-multiple",hex:"F0011",version:"4.0.96"},{name:"credit-card-multiple-outline",hex:"F19C",version:"1.5.54"},{name:"credit-card-off",hex:"F0012",version:"4.0.96"},{name:"credit-card-off-outline",hex:"F5E4",version:"1.5.54"},{name:"credit-card-outline",hex:"F19B",version:"1.5.54"},{name:"credit-card-plus",hex:"F0013",version:"4.0.96"},{name:"credit-card-plus-outline",hex:"F675",version:"1.7.12"},{name:"credit-card-refund",hex:"F0014",version:"4.0.96"},{name:"credit-card-refund-outline",hex:"FAA7",version:"2.7.94"},{name:"credit-card-remove",hex:"FFCE",version:"4.0.96"},{name:"credit-card-remove-outline",hex:"FFCF",version:"4.0.96"},{name:"credit-card-scan",hex:"F0015",version:"4.0.96"},{name:"credit-card-scan-outline",hex:"F19D",version:"1.5.54"},{name:"credit-card-settings",hex:"F0016",version:"4.0.96"},{name:"credit-card-settings-outline",hex:"F8D6",version:"2.3.50"},{name:"credit-card-wireless",hex:"F801",version:"2.1.19"},{name:"credit-card-wireless-outline",hex:"FD48",version:"3.4.93"},{name:"cricket",hex:"FD49",version:"3.4.93"},{name:"crop",hex:"F19E",version:"1.5.54"},{name:"crop-free",hex:"F19F",version:"1.5.54"},{name:"crop-landscape",hex:"F1A0",version:"1.5.54"},{name:"crop-portrait",hex:"F1A1",version:"1.5.54"},{name:"crop-rotate",hex:"F695",version:"1.7.12"},{name:"crop-square",hex:"F1A2",version:"1.5.54"},{name:"crosshairs",hex:"F1A3",version:"1.5.54"},{name:"crosshairs-gps",hex:"F1A4",version:"1.5.54"},{name:"crosshairs-off",hex:"FF62",version:"3.9.97"},{name:"crosshairs-question",hex:"F0161",version:"4.4.95"},{name:"crown",hex:"F1A5",version:"1.5.54"},{name:"crown-outline",hex:"F01FB",version:"4.5.95"},{name:"cryengine",hex:"F958",version:"2.4.85"},{name:"crystal-ball",hex:"FB14",version:"2.8.94"},{name:"cube",hex:"F1A6",version:"1.5.54"},{name:"cube-outline",hex:"F1A7",version:"1.5.54"},{name:"cube-scan",hex:"FB60",version:"3.0.39"},{name:"cube-send",hex:"F1A8",version:"1.5.54"},{name:"cube-unfolded",hex:"F1A9",version:"1.5.54"},{name:"cup",hex:"F1AA",version:"1.5.54"},{name:"cup-off",hex:"F5E5",version:"1.5.54"},{name:"cup-off-outline",hex:"F03A8",version:"4.9.95"},{name:"cup-outline",hex:"F033A",version:"4.8.95"},{name:"cup-water",hex:"F1AB",version:"1.5.54"},{name:"cupboard",hex:"FF63",version:"3.9.97"},{name:"cupboard-outline",hex:"FF64",version:"3.9.97"},{name:"cupcake",hex:"F959",version:"2.4.85"},{name:"curling",hex:"F862",version:"2.1.99"},{name:"currency-bdt",hex:"F863",version:"2.1.99"},{name:"currency-brl",hex:"FB61",version:"3.0.39"},{name:"currency-btc",hex:"F1AC",version:"1.5.54"},{name:"currency-cny",hex:"F7B9",version:"2.0.46"},{name:"currency-eth",hex:"F7BA",version:"2.0.46"},{name:"currency-eur",hex:"F1AD",version:"1.5.54"},{name:"currency-eur-off",hex:"F0340",version:"4.8.95"},{name:"currency-gbp",hex:"F1AE",version:"1.5.54"},{name:"currency-ils",hex:"FC3D",version:"3.2.89"},{name:"currency-inr",hex:"F1AF",version:"1.5.54"},{name:"currency-jpy",hex:"F7BB",version:"2.0.46"},{name:"currency-krw",hex:"F7BC",version:"2.0.46"},{name:"currency-kzt",hex:"F864",version:"2.1.99"},{name:"currency-ngn",hex:"F1B0",version:"1.5.54"},{name:"currency-php",hex:"F9E5",version:"2.5.94"},{name:"currency-rial",hex:"FEB9",version:"3.7.94"},{name:"currency-rub",hex:"F1B1",version:"1.5.54"},{name:"currency-sign",hex:"F7BD",version:"2.0.46"},{name:"currency-try",hex:"F1B2",version:"1.5.54"},{name:"currency-twd",hex:"F7BE",version:"2.0.46"},{name:"currency-usd",hex:"F1B3",version:"1.5.54"},{name:"currency-usd-off",hex:"F679",version:"1.7.12"},{name:"current-ac",hex:"F95A",version:"2.4.85"},{name:"current-dc",hex:"F95B",version:"2.4.85"},{name:"cursor-default",hex:"F1B4",version:"1.5.54"},{name:"cursor-default-click",hex:"FCD9",version:"3.3.92"},{name:"cursor-default-click-outline",hex:"FCDA",version:"3.3.92"},{name:"cursor-default-gesture",hex:"F0152",version:"4.3.95"},{name:"cursor-default-gesture-outline",hex:"F0153",version:"4.3.95"},{name:"cursor-default-outline",hex:"F1B5",version:"1.5.54"},{name:"cursor-move",hex:"F1B6",version:"1.5.54"},{name:"cursor-pointer",hex:"F1B7",version:"1.5.54"},{name:"cursor-text",hex:"F5E7",version:"1.5.54"},{name:"database",hex:"F1B8",version:"1.5.54"},{name:"database-check",hex:"FAA8",version:"2.7.94"},{name:"database-edit",hex:"FB62",version:"3.0.39"},{name:"database-export",hex:"F95D",version:"2.4.85"},{name:"database-import",hex:"F95C",version:"2.4.85"},{name:"database-lock",hex:"FAA9",version:"2.7.94"},{name:"database-marker",hex:"F0321",version:"4.8.95"},{name:"database-minus",hex:"F1B9",version:"1.5.54"},{name:"database-plus",hex:"F1BA",version:"1.5.54"},{name:"database-refresh",hex:"FCDB",version:"3.3.92"},{name:"database-remove",hex:"FCDC",version:"3.3.92"},{name:"database-search",hex:"F865",version:"2.1.99"},{name:"database-settings",hex:"FCDD",version:"3.3.92"},{name:"death-star",hex:"F8D7",version:"2.3.50"},{name:"death-star-variant",hex:"F8D8",version:"2.3.50"},{name:"deathly-hallows",hex:"FB63",version:"3.0.39"},{name:"debian",hex:"F8D9",version:"2.3.50"},{name:"debug-step-into",hex:"F1BB",version:"1.5.54"},{name:"debug-step-out",hex:"F1BC",version:"1.5.54"},{name:"debug-step-over",hex:"F1BD",version:"1.5.54"},{name:"decagram",hex:"F76B",version:"1.9.32"},{name:"decagram-outline",hex:"F76C",version:"1.9.32"},{name:"decimal",hex:"F00CC",version:"4.2.95"},{name:"decimal-comma",hex:"F00CD",version:"4.2.95"},{name:"decimal-comma-decrease",hex:"F00CE",version:"4.2.95"},{name:"decimal-comma-increase",hex:"F00CF",version:"4.2.95"},{name:"decimal-decrease",hex:"F1BE",version:"1.5.54"},{name:"decimal-increase",hex:"F1BF",version:"1.5.54"},{name:"delete",hex:"F1C0",version:"1.5.54"},{name:"delete-alert",hex:"F00D0",version:"4.2.95"},{name:"delete-alert-outline",hex:"F00D1",version:"4.2.95"},{name:"delete-circle",hex:"F682",version:"1.7.12"},{name:"delete-circle-outline",hex:"FB64",version:"3.0.39"},{name:"delete-empty",hex:"F6CB",version:"1.8.36"},{name:"delete-empty-outline",hex:"FEBA",version:"3.7.94"},{name:"delete-forever",hex:"F5E8",version:"1.5.54"},{name:"delete-forever-outline",hex:"FB65",version:"3.0.39"},{name:"delete-off",hex:"F00D2",version:"4.2.95"},{name:"delete-off-outline",hex:"F00D3",version:"4.2.95"},{name:"delete-outline",hex:"F9E6",version:"2.5.94"},{name:"delete-restore",hex:"F818",version:"2.1.19"},{name:"delete-sweep",hex:"F5E9",version:"1.5.54"},{name:"delete-sweep-outline",hex:"FC3E",version:"3.2.89"},{name:"delete-variant",hex:"F1C1",version:"1.5.54"},{name:"delta",hex:"F1C2",version:"1.5.54"},{name:"desk",hex:"F0264",version:"4.6.95"},{name:"desk-lamp",hex:"F95E",version:"2.4.85"},{name:"deskphone",hex:"F1C3",version:"1.5.54"},{name:"desktop-classic",hex:"F7BF",version:"2.0.46"},{name:"desktop-mac",hex:"F1C4",version:"1.5.54"},{name:"desktop-mac-dashboard",hex:"F9E7",version:"2.5.94"},{name:"desktop-tower",hex:"F1C5",version:"1.5.54"},{name:"desktop-tower-monitor",hex:"FAAA",version:"2.7.94"},{name:"details",hex:"F1C6",version:"1.5.54"},{name:"dev-to",hex:"FD4A",version:"3.4.93"},{name:"developer-board",hex:"F696",version:"1.7.12"},{name:"deviantart",hex:"F1C7",version:"1.5.54"},{name:"devices",hex:"FFD0",version:"4.0.96"},{name:"diabetes",hex:"F0151",version:"4.3.95"},{name:"dialpad",hex:"F61C",version:"1.6.50"},{name:"diameter",hex:"FC3F",version:"3.2.89"},{name:"diameter-outline",hex:"FC40",version:"3.2.89"},{name:"diameter-variant",hex:"FC41",version:"3.2.89"},{name:"diamond",hex:"FB66",version:"3.0.39"},{name:"diamond-outline",hex:"FB67",version:"3.0.39"},{name:"diamond-stone",hex:"F1C8",version:"1.5.54"},{name:"dice-1",hex:"F1CA",version:"1.5.54"},{name:"dice-1-outline",hex:"F0175",version:"4.4.95"},{name:"dice-2",hex:"F1CB",version:"1.5.54"},{name:"dice-2-outline",hex:"F0176",version:"4.4.95"},{name:"dice-3",hex:"F1CC",version:"1.5.54"},{name:"dice-3-outline",hex:"F0177",version:"4.4.95"},{name:"dice-4",hex:"F1CD",version:"1.5.54"},{name:"dice-4-outline",hex:"F0178",version:"4.4.95"},{name:"dice-5",hex:"F1CE",version:"1.5.54"},{name:"dice-5-outline",hex:"F0179",version:"4.4.95"},{name:"dice-6",hex:"F1CF",version:"1.5.54"},{name:"dice-6-outline",hex:"F017A",version:"4.4.95"},{name:"dice-d10",hex:"F017E",version:"4.4.95"},{name:"dice-d10-outline",hex:"F76E",version:"1.9.32"},{name:"dice-d12",hex:"F017F",version:"4.4.95"},{name:"dice-d12-outline",hex:"F866",version:"2.1.99"},{name:"dice-d20",hex:"F0180",version:"4.4.95"},{name:"dice-d20-outline",hex:"F5EA",version:"1.5.54"},{name:"dice-d4",hex:"F017B",version:"4.4.95"},{name:"dice-d4-outline",hex:"F5EB",version:"1.5.54"},{name:"dice-d6",hex:"F017C",version:"4.4.95"},{name:"dice-d6-outline",hex:"F5EC",version:"1.5.54"},{name:"dice-d8",hex:"F017D",version:"4.4.95"},{name:"dice-d8-outline",hex:"F5ED",version:"1.5.54"},{name:"dice-multiple",hex:"F76D",version:"1.9.32"},{name:"dice-multiple-outline",hex:"F0181",version:"4.4.95"},{name:"dictionary",hex:"F61D",version:"1.6.50"},{name:"digital-ocean",hex:"F0262",version:"4.6.95"},{name:"dip-switch",hex:"F7C0",version:"2.0.46"},{name:"directions",hex:"F1D0",version:"1.5.54"},{name:"directions-fork",hex:"F641",version:"1.6.50"},{name:"disc",hex:"F5EE",version:"1.5.54"},{name:"disc-alert",hex:"F1D1",version:"1.5.54"},{name:"disc-player",hex:"F95F",version:"2.4.85"},{name:"discord",hex:"F66F",version:"1.6.50"},{name:"dishwasher",hex:"FAAB",version:"2.7.94"},{name:"dishwasher-alert",hex:"F01E3",version:"4.5.95"},{name:"dishwasher-off",hex:"F01E4",version:"4.5.95"},{name:"disqus",hex:"F1D2",version:"1.5.54"},{name:"disqus-outline",hex:"F1D3",version:"1.5.54"},{name:"distribute-horizontal-center",hex:"F01F4",version:"4.5.95"},{name:"distribute-horizontal-left",hex:"F01F3",version:"4.5.95"},{name:"distribute-horizontal-right",hex:"F01F5",version:"4.5.95"},{name:"distribute-vertical-bottom",hex:"F01F6",version:"4.5.95"},{name:"distribute-vertical-center",hex:"F01F7",version:"4.5.95"},{name:"distribute-vertical-top",hex:"F01F8",version:"4.5.95"},{name:"diving-flippers",hex:"FD9B",version:"3.5.94"},{name:"diving-helmet",hex:"FD9C",version:"3.5.94"},{name:"diving-scuba",hex:"FD9D",version:"3.5.94"},{name:"diving-scuba-flag",hex:"FD9E",version:"3.5.94"},{name:"diving-scuba-tank",hex:"FD9F",version:"3.5.94"},{name:"diving-scuba-tank-multiple",hex:"FDA0",version:"3.5.94"},{name:"diving-snorkel",hex:"FDA1",version:"3.5.94"},{name:"division",hex:"F1D4",version:"1.5.54"},{name:"division-box",hex:"F1D5",version:"1.5.54"},{name:"dlna",hex:"FA40",version:"2.6.95"},{name:"dna",hex:"F683",version:"1.7.12"},{name:"dns",hex:"F1D6",version:"1.5.54"},{name:"dns-outline",hex:"FB68",version:"3.0.39"},{name:"do-not-disturb",hex:"F697",version:"1.7.12"},{name:"do-not-disturb-off",hex:"F698",version:"1.7.12"},{name:"dock-bottom",hex:"F00D4",version:"4.2.95"},{name:"dock-left",hex:"F00D5",version:"4.2.95"},{name:"dock-right",hex:"F00D6",version:"4.2.95"},{name:"dock-window",hex:"F00D7",version:"4.2.95"},{name:"docker",hex:"F867",version:"2.1.99"},{name:"doctor",hex:"FA41",version:"2.6.95"},{name:"dog",hex:"FA42",version:"2.6.95"},{name:"dog-service",hex:"FAAC",version:"2.7.94"},{name:"dog-side",hex:"FA43",version:"2.6.95"},{name:"dolby",hex:"F6B2",version:"1.7.22"},{name:"dolly",hex:"FEBB",version:"3.7.94"},{name:"domain",hex:"F1D7",version:"1.5.54"},{name:"domain-off",hex:"FD4B",version:"3.4.93"},{name:"domain-plus",hex:"F00D8",version:"4.2.95"},{name:"domain-remove",hex:"F00D9",version:"4.2.95"},{name:"domino-mask",hex:"F0045",version:"4.1.95"},{name:"donkey",hex:"F7C1",version:"2.0.46"},{name:"door",hex:"F819",version:"2.1.19"},{name:"door-closed",hex:"F81A",version:"2.1.19"},{name:"door-closed-lock",hex:"F00DA",version:"4.2.95"},{name:"door-open",hex:"F81B",version:"2.1.19"},{name:"doorbell",hex:"F0311",version:"4.8.95"},{name:"doorbell-video",hex:"F868",version:"2.1.99"},{name:"dot-net",hex:"FAAD",version:"2.7.94"},{name:"dots-horizontal",hex:"F1D8",version:"1.5.54"},{name:"dots-horizontal-circle",hex:"F7C2",version:"2.0.46"},{name:"dots-horizontal-circle-outline",hex:"FB69",version:"3.0.39"},{name:"dots-vertical",hex:"F1D9",version:"1.5.54"},{name:"dots-vertical-circle",hex:"F7C3",version:"2.0.46"},{name:"dots-vertical-circle-outline",hex:"FB6A",version:"3.0.39"},{name:"douban",hex:"F699",version:"1.7.12"},{name:"download",hex:"F1DA",version:"1.5.54"},{name:"download-lock",hex:"F034B",version:"4.9.95"},{name:"download-lock-outline",hex:"F034C",version:"4.9.95"},{name:"download-multiple",hex:"F9E8",version:"2.5.94"},{name:"download-network",hex:"F6F3",version:"1.8.36"},{name:"download-network-outline",hex:"FC42",version:"3.2.89"},{name:"download-off",hex:"F00DB",version:"4.2.95"},{name:"download-off-outline",hex:"F00DC",version:"4.2.95"},{name:"download-outline",hex:"FB6B",version:"3.0.39"},{name:"drag",hex:"F1DB",version:"1.5.54"},{name:"drag-horizontal",hex:"F1DC",version:"1.5.54"},{name:"drag-horizontal-variant",hex:"F031B",version:"4.8.95"},{name:"drag-variant",hex:"FB6C",version:"3.0.39"},{name:"drag-vertical",hex:"F1DD",version:"1.5.54"},{name:"drag-vertical-variant",hex:"F031C",version:"4.8.95"},{name:"drama-masks",hex:"FCDE",version:"3.3.92"},{name:"draw",hex:"FF66",version:"3.9.97"},{name:"drawing",hex:"F1DE",version:"1.5.54"},{name:"drawing-box",hex:"F1DF",version:"1.5.54"},{name:"dresser",hex:"FF67",version:"3.9.97"},{name:"dresser-outline",hex:"FF68",version:"3.9.97"},{name:"dribbble",hex:"F1E0",version:"1.5.54",deprecated:true},{name:"dribbble-box",hex:"F1E1",version:"1.5.54",deprecated:true},{name:"drone",hex:"F1E2",version:"1.5.54"},{name:"dropbox",hex:"F1E3",version:"1.5.54"},{name:"drupal",hex:"F1E4",version:"1.5.54"},{name:"duck",hex:"F1E5",version:"1.5.54"},{name:"dumbbell",hex:"F1E6",version:"1.5.54"},{name:"dump-truck",hex:"FC43",version:"3.2.89"},{name:"ear-hearing",hex:"F7C4",version:"2.0.46"},{name:"ear-hearing-off",hex:"FA44",version:"2.6.95"},{name:"earth",hex:"F1E7",version:"1.5.54"},{name:"earth-arrow-right",hex:"F033C",version:"4.8.95"},{name:"earth-box",hex:"F6CC",version:"1.8.36"},{name:"earth-box-off",hex:"F6CD",version:"1.8.36"},{name:"earth-off",hex:"F1E8",version:"1.5.54"},{name:"edge",hex:"F1E9",version:"1.5.54"},{name:"edge-legacy",hex:"F027B",version:"4.6.95"},{name:"egg",hex:"FAAE",version:"2.7.94"},{name:"egg-easter",hex:"FAAF",version:"2.7.94"},{name:"eight-track",hex:"F9E9",version:"2.5.94"},{name:"eject",hex:"F1EA",version:"1.5.54"},{name:"eject-outline",hex:"FB6D",version:"3.0.39"},{name:"electric-switch",hex:"FEBC",version:"3.7.94"},{name:"electric-switch-closed",hex:"F0104",version:"4.3.95"},{name:"electron-framework",hex:"F0046",version:"4.1.95"},{name:"elephant",hex:"F7C5",version:"2.0.46"},{name:"elevation-decline",hex:"F1EB",version:"1.5.54"},{name:"elevation-rise",hex:"F1EC",version:"1.5.54"},{name:"elevator",hex:"F1ED",version:"1.5.54"},{name:"elevator-down",hex:"F02ED",version:"4.8.95"},{name:"elevator-passenger",hex:"F03AC",version:"4.9.95"},{name:"elevator-up",hex:"F02EC",version:"4.8.95"},{name:"ellipse",hex:"FEBD",version:"3.7.94"},{name:"ellipse-outline",hex:"FEBE",version:"3.7.94"},{name:"email",hex:"F1EE",version:"1.5.54"},{name:"email-alert",hex:"F6CE",version:"1.8.36"},{name:"email-alert-outline",hex:"FD1E",version:"3.4.93"},{name:"email-box",hex:"FCDF",version:"3.3.92"},{name:"email-check",hex:"FAB0",version:"2.7.94"},{name:"email-check-outline",hex:"FAB1",version:"2.7.94"},{name:"email-edit",hex:"FF00",version:"3.8.95"},{name:"email-edit-outline",hex:"FF01",version:"3.8.95"},{name:"email-lock",hex:"F1F1",version:"1.5.54"},{name:"email-mark-as-unread",hex:"FB6E",version:"3.0.39"},{name:"email-minus",hex:"FF02",version:"3.8.95"},{name:"email-minus-outline",hex:"FF03",version:"3.8.95"},{name:"email-multiple",hex:"FF04",version:"3.8.95"},{name:"email-multiple-outline",hex:"FF05",version:"3.8.95"},{name:"email-newsletter",hex:"FFD1",version:"4.0.96"},{name:"email-open",hex:"F1EF",version:"1.5.54"},{name:"email-open-multiple",hex:"FF06",version:"3.8.95"},{name:"email-open-multiple-outline",hex:"FF07",version:"3.8.95"},{name:"email-open-outline",hex:"F5EF",version:"1.5.54"},{name:"email-outline",hex:"F1F0",version:"1.5.54"},{name:"email-plus",hex:"F9EA",version:"2.5.94"},{name:"email-plus-outline",hex:"F9EB",version:"2.5.94"},{name:"email-receive",hex:"F0105",version:"4.3.95"},{name:"email-receive-outline",hex:"F0106",version:"4.3.95"},{name:"email-search",hex:"F960",version:"2.4.85"},{name:"email-search-outline",hex:"F961",version:"2.4.85"},{name:"email-send",hex:"F0107",version:"4.3.95"},{name:"email-send-outline",hex:"F0108",version:"4.3.95"},{name:"email-sync",hex:"F02F2",version:"4.8.95"},{name:"email-sync-outline",hex:"F02F3",version:"4.8.95"},{name:"email-variant",hex:"F5F0",version:"1.5.54"},{name:"ember",hex:"FB15",version:"2.8.94"},{name:"emby",hex:"F6B3",version:"1.7.22"},{name:"emoticon",hex:"FC44",version:"3.2.89"},{name:"emoticon-angry",hex:"FC45",version:"3.2.89"},{name:"emoticon-angry-outline",hex:"FC46",version:"3.2.89"},{name:"emoticon-confused",hex:"F0109",version:"4.3.95"},{name:"emoticon-confused-outline",hex:"F010A",version:"4.3.95"},{name:"emoticon-cool",hex:"FC47",version:"3.2.89"},{name:"emoticon-cool-outline",hex:"F1F3",version:"1.5.54"},{name:"emoticon-cry",hex:"FC48",version:"3.2.89"},{name:"emoticon-cry-outline",hex:"FC49",version:"3.2.89"},{name:"emoticon-dead",hex:"FC4A",version:"3.2.89"},{name:"emoticon-dead-outline",hex:"F69A",version:"1.7.12"},{name:"emoticon-devil",hex:"FC4B",version:"3.2.89"},{name:"emoticon-devil-outline",hex:"F1F4",version:"1.5.54"},{name:"emoticon-excited",hex:"FC4C",version:"3.2.89"},{name:"emoticon-excited-outline",hex:"F69B",version:"1.7.12"},{name:"emoticon-frown",hex:"FF69",version:"3.9.97"},{name:"emoticon-frown-outline",hex:"FF6A",version:"3.9.97"},{name:"emoticon-happy",hex:"FC4D",version:"3.2.89"},{name:"emoticon-happy-outline",hex:"F1F5",version:"1.5.54"},{name:"emoticon-kiss",hex:"FC4E",version:"3.2.89"},{name:"emoticon-kiss-outline",hex:"FC4F",version:"3.2.89"},{name:"emoticon-lol",hex:"F023F",version:"4.6.95"},{name:"emoticon-lol-outline",hex:"F0240",version:"4.6.95"},{name:"emoticon-neutral",hex:"FC50",version:"3.2.89"},{name:"emoticon-neutral-outline",hex:"F1F6",version:"1.5.54"},{name:"emoticon-outline",hex:"F1F2",version:"1.5.54"},{name:"emoticon-poop",hex:"F1F7",version:"1.5.54"},{name:"emoticon-poop-outline",hex:"FC51",version:"3.2.89"},{name:"emoticon-sad",hex:"FC52",version:"3.2.89"},{name:"emoticon-sad-outline",hex:"F1F8",version:"1.5.54"},{name:"emoticon-tongue",hex:"F1F9",version:"1.5.54"},{name:"emoticon-tongue-outline",hex:"FC53",version:"3.2.89"},{name:"emoticon-wink",hex:"FC54",version:"3.2.89"},{name:"emoticon-wink-outline",hex:"FC55",version:"3.2.89"},{name:"engine",hex:"F1FA",version:"1.5.54"},{name:"engine-off",hex:"FA45",version:"2.6.95"},{name:"engine-off-outline",hex:"FA46",version:"2.6.95"},{name:"engine-outline",hex:"F1FB",version:"1.5.54"},{name:"epsilon",hex:"F010B",version:"4.3.95"},{name:"equal",hex:"F1FC",version:"1.5.54"},{name:"equal-box",hex:"F1FD",version:"1.5.54"},{name:"equalizer",hex:"FEBF",version:"3.7.94"},{name:"equalizer-outline",hex:"FEC0",version:"3.7.94"},{name:"eraser",hex:"F1FE",version:"1.5.54"},{name:"eraser-variant",hex:"F642",version:"1.6.50"},{name:"escalator",hex:"F1FF",version:"1.5.54"},{name:"escalator-down",hex:"F02EB",version:"4.8.95"},{name:"escalator-up",hex:"F02EA",version:"4.8.95"},{name:"eslint",hex:"FC56",version:"3.2.89"},{name:"et",hex:"FAB2",version:"2.7.94"},{name:"ethereum",hex:"F869",version:"2.1.99"},{name:"ethernet",hex:"F200",version:"1.5.54"},{name:"ethernet-cable",hex:"F201",version:"1.5.54"},{name:"ethernet-cable-off",hex:"F202",version:"1.5.54"},{name:"etsy",hex:"F203",version:"1.5.54",deprecated:true},{name:"ev-station",hex:"F5F1",version:"1.5.54"},{name:"eventbrite",hex:"F7C6",version:"2.0.46",deprecated:true},{name:"evernote",hex:"F204",version:"1.5.54"},{name:"excavator",hex:"F0047",version:"4.1.95"},{name:"exclamation",hex:"F205",version:"1.5.54"},{name:"exclamation-thick",hex:"F0263",version:"4.6.95"},{name:"exit-run",hex:"FA47",version:"2.6.95"},{name:"exit-to-app",hex:"F206",version:"1.5.54"},{name:"expand-all",hex:"FAB3",version:"2.7.94"},{name:"expand-all-outline",hex:"FAB4",version:"2.7.94"},{name:"expansion-card",hex:"F8AD",version:"2.2.43"},{name:"expansion-card-variant",hex:"FFD2",version:"4.0.96"},{name:"exponent",hex:"F962",version:"2.4.85"},{name:"exponent-box",hex:"F963",version:"2.4.85"},{name:"export",hex:"F207",version:"1.5.54"},{name:"export-variant",hex:"FB6F",version:"3.0.39"},{name:"eye",hex:"F208",version:"1.5.54"},{name:"eye-check",hex:"FCE0",version:"3.3.92"},{name:"eye-check-outline",hex:"FCE1",version:"3.3.92"},{name:"eye-circle",hex:"FB70",version:"3.0.39"},{name:"eye-circle-outline",hex:"FB71",version:"3.0.39"},{name:"eye-minus",hex:"F0048",version:"4.1.95"},{name:"eye-minus-outline",hex:"F0049",version:"4.1.95"},{name:"eye-off",hex:"F209",version:"1.5.54"},{name:"eye-off-outline",hex:"F6D0",version:"1.8.36"},{name:"eye-outline",hex:"F6CF",version:"1.8.36"},{name:"eye-plus",hex:"F86A",version:"2.1.99"},{name:"eye-plus-outline",hex:"F86B",version:"2.1.99"},{name:"eye-settings",hex:"F86C",version:"2.1.99"},{name:"eye-settings-outline",hex:"F86D",version:"2.1.99"},{name:"eyedropper",hex:"F20A",version:"1.5.54"},{name:"eyedropper-variant",hex:"F20B",version:"1.5.54"},{name:"face",hex:"F643",version:"1.6.50"},{name:"face-agent",hex:"FD4C",version:"3.4.93"},{name:"face-outline",hex:"FB72",version:"3.0.39"},{name:"face-profile",hex:"F644",version:"1.6.50"},{name:"face-profile-woman",hex:"F00A1",version:"4.2.95"},{name:"face-recognition",hex:"FC57",version:"3.2.89"},{name:"face-woman",hex:"F00A2",version:"4.2.95"},{name:"face-woman-outline",hex:"F00A3",version:"4.2.95"},{name:"facebook",hex:"F20C",version:"1.5.54"},{name:"facebook-box",hex:"F20D",version:"1.5.54"},{name:"facebook-messenger",hex:"F20E",version:"1.5.54"},{name:"facebook-workplace",hex:"FB16",version:"2.8.94"},{name:"factory",hex:"F20F",version:"1.5.54"},{name:"fan",hex:"F210",version:"1.5.54"},{name:"fan-off",hex:"F81C",version:"2.1.19"},{name:"fast-forward",hex:"F211",version:"1.5.54"},{name:"fast-forward-10",hex:"FD4D",version:"3.4.93"},{name:"fast-forward-30",hex:"FCE2",version:"3.3.92"},{name:"fast-forward-5",hex:"F0223",version:"4.6.95"},{name:"fast-forward-outline",hex:"F6D1",version:"1.8.36"},{name:"fax",hex:"F212",version:"1.5.54"},{name:"feather",hex:"F6D2",version:"1.8.36"},{name:"feature-search",hex:"FA48",version:"2.6.95"},{name:"feature-search-outline",hex:"FA49",version:"2.6.95"},{name:"fedora",hex:"F8DA",version:"2.3.50"},{name:"ferris-wheel",hex:"FEC1",version:"3.7.94"},{name:"ferry",hex:"F213",version:"1.5.54"},{name:"file",hex:"F214",version:"1.5.54"},{name:"file-account",hex:"F73A",version:"1.9.32"},{name:"file-account-outline",hex:"F004A",version:"4.1.95"},{name:"file-alert",hex:"FA4A",version:"2.6.95"},{name:"file-alert-outline",hex:"FA4B",version:"2.6.95"},{name:"file-cabinet",hex:"FAB5",version:"2.7.94"},{name:"file-cad",hex:"FF08",version:"3.8.95"},{name:"file-cad-box",hex:"FF09",version:"3.8.95"},{name:"file-cancel",hex:"FDA2",version:"3.5.94"},{name:"file-cancel-outline",hex:"FDA3",version:"3.5.94"},{name:"file-certificate",hex:"F01B1",version:"4.4.95"},{name:"file-certificate-outline",hex:"F01B2",version:"4.4.95"},{name:"file-chart",hex:"F215",version:"1.5.54"},{name:"file-chart-outline",hex:"F004B",version:"4.1.95"},{name:"file-check",hex:"F216",version:"1.5.54"},{name:"file-check-outline",hex:"FE7B",version:"3.6.95"},{name:"file-clock",hex:"F030C",version:"4.8.95"},{name:"file-clock-outline",hex:"F030D",version:"4.8.95"},{name:"file-cloud",hex:"F217",version:"1.5.54"},{name:"file-cloud-outline",hex:"F004C",version:"4.1.95"},{name:"file-code",hex:"F22E",version:"1.5.54"},{name:"file-code-outline",hex:"F004D",version:"4.1.95"},{name:"file-compare",hex:"F8A9",version:"2.2.43"},{name:"file-delimited",hex:"F218",version:"1.5.54"},{name:"file-delimited-outline",hex:"FEC2",version:"3.7.94"},{name:"file-document",hex:"F219",version:"1.5.54"},{name:"file-document-box",hex:"F21A",version:"1.5.54"},{name:"file-document-box-check",hex:"FEC3",version:"3.7.94"},{name:"file-document-box-check-outline",hex:"FEC4",version:"3.7.94"},{name:"file-document-box-minus",hex:"FEC5",version:"3.7.94"},{name:"file-document-box-minus-outline",hex:"FEC6",version:"3.7.94"},{name:"file-document-box-multiple",hex:"FAB6",version:"2.7.94"},{name:"file-document-box-multiple-outline",hex:"FAB7",version:"2.7.94"},{name:"file-document-box-outline",hex:"F9EC",version:"2.5.94"},{name:"file-document-box-plus",hex:"FEC7",version:"3.7.94"},{name:"file-document-box-plus-outline",hex:"FEC8",version:"3.7.94"},{name:"file-document-box-remove",hex:"FEC9",version:"3.7.94"},{name:"file-document-box-remove-outline",hex:"FECA",version:"3.7.94"},{name:"file-document-box-search",hex:"FECB",version:"3.7.94"},{name:"file-document-box-search-outline",hex:"FECC",version:"3.7.94"},{name:"file-document-edit",hex:"FDA4",version:"3.5.94"},{name:"file-document-edit-outline",hex:"FDA5",version:"3.5.94"},{name:"file-document-outline",hex:"F9ED",version:"2.5.94"},{name:"file-download",hex:"F964",version:"2.4.85"},{name:"file-download-outline",hex:"F965",version:"2.4.85"},{name:"file-edit",hex:"F0212",version:"4.5.95"},{name:"file-edit-outline",hex:"F0213",version:"4.5.95"},{name:"file-excel",hex:"F21B",version:"1.5.54"},{name:"file-excel-box",hex:"F21C",version:"1.5.54"},{name:"file-excel-box-outline",hex:"F004E",version:"4.1.95"},{name:"file-excel-outline",hex:"F004F",version:"4.1.95"},{name:"file-export",hex:"F21D",version:"1.5.54"},{name:"file-export-outline",hex:"F0050",version:"4.1.95"},{name:"file-eye",hex:"FDA6",version:"3.5.94"},{name:"file-eye-outline",hex:"FDA7",version:"3.5.94"},{name:"file-find",hex:"F21E",version:"1.5.54"},{name:"file-find-outline",hex:"FB73",version:"3.0.39"},{name:"file-hidden",hex:"F613",version:"1.5.54"},{name:"file-image",hex:"F21F",version:"1.5.54"},{name:"file-image-outline",hex:"FECD",version:"3.7.94"},{name:"file-import",hex:"F220",version:"1.5.54"},{name:"file-import-outline",hex:"F0051",version:"4.1.95"},{name:"file-key",hex:"F01AF",version:"4.4.95"},{name:"file-key-outline",hex:"F01B0",version:"4.4.95"},{name:"file-link",hex:"F01A2",version:"4.4.95"},{name:"file-link-outline",hex:"F01A3",version:"4.4.95"},{name:"file-lock",hex:"F221",version:"1.5.54"},{name:"file-lock-outline",hex:"F0052",version:"4.1.95"},{name:"file-move",hex:"FAB8",version:"2.7.94"},{name:"file-move-outline",hex:"F0053",version:"4.1.95"},{name:"file-multiple",hex:"F222",version:"1.5.54"},{name:"file-multiple-outline",hex:"F0054",version:"4.1.95"},{name:"file-music",hex:"F223",version:"1.5.54"},{name:"file-music-outline",hex:"FE7C",version:"3.6.95"},{name:"file-outline",hex:"F224",version:"1.5.54"},{name:"file-pdf",hex:"F225",version:"1.5.54"},{name:"file-pdf-box",hex:"F226",version:"1.5.54"},{name:"file-pdf-box-outline",hex:"FFD3",version:"4.0.96"},{name:"file-pdf-outline",hex:"FE7D",version:"3.6.95"},{name:"file-percent",hex:"F81D",version:"2.1.19"},{name:"file-percent-outline",hex:"F0055",version:"4.1.95"},{name:"file-phone",hex:"F01A4",version:"4.4.95"},{name:"file-phone-outline",hex:"F01A5",version:"4.4.95"},{name:"file-plus",hex:"F751",version:"1.9.32"},{name:"file-plus-outline",hex:"FF0A",version:"3.8.95"},{name:"file-powerpoint",hex:"F227",version:"1.5.54"},{name:"file-powerpoint-box",hex:"F228",version:"1.5.54"},{name:"file-powerpoint-box-outline",hex:"F0056",version:"4.1.95"},{name:"file-powerpoint-outline",hex:"F0057",version:"4.1.95"},{name:"file-presentation-box",hex:"F229",version:"1.5.54"},{name:"file-question",hex:"F86E",version:"2.1.99"},{name:"file-question-outline",hex:"F0058",version:"4.1.95"},{name:"file-remove",hex:"FB74",version:"3.0.39"},{name:"file-remove-outline",hex:"F0059",version:"4.1.95"},{name:"file-replace",hex:"FB17",version:"2.8.94"},{name:"file-replace-outline",hex:"FB18",version:"2.8.94"},{name:"file-restore",hex:"F670",version:"1.6.50"},{name:"file-restore-outline",hex:"F005A",version:"4.1.95"},{name:"file-search",hex:"FC58",version:"3.2.89"},{name:"file-search-outline",hex:"FC59",version:"3.2.89"},{name:"file-send",hex:"F22A",version:"1.5.54"},{name:"file-send-outline",hex:"F005B",version:"4.1.95"},{name:"file-settings",hex:"F00A4",version:"4.2.95"},{name:"file-settings-outline",hex:"F00A5",version:"4.2.95"},{name:"file-settings-variant",hex:"F00A6",version:"4.2.95"},{name:"file-settings-variant-outline",hex:"F00A7",version:"4.2.95"},{name:"file-star",hex:"F005C",version:"4.1.95"},{name:"file-star-outline",hex:"F005D",version:"4.1.95"},{name:"file-swap",hex:"FFD4",version:"4.0.96"},{name:"file-swap-outline",hex:"FFD5",version:"4.0.96"},{name:"file-sync",hex:"F0241",version:"4.6.95"},{name:"file-sync-outline",hex:"F0242",version:"4.6.95"},{name:"file-table",hex:"FC5A",version:"3.2.89"},{name:"file-table-box",hex:"F010C",version:"4.3.95"},{name:"file-table-box-multiple",hex:"F010D",version:"4.3.95"},{name:"file-table-box-multiple-outline",hex:"F010E",version:"4.3.95"},{name:"file-table-box-outline",hex:"F010F",version:"4.3.95"},{name:"file-table-outline",hex:"FC5B",version:"3.2.89"},{name:"file-tree",hex:"F645",version:"1.6.50"},{name:"file-undo",hex:"F8DB",version:"2.3.50"},{name:"file-undo-outline",hex:"F005E",version:"4.1.95"},{name:"file-upload",hex:"FA4C",version:"2.6.95"},{name:"file-upload-outline",hex:"FA4D",version:"2.6.95"},{name:"file-video",hex:"F22B",version:"1.5.54"},{name:"file-video-outline",hex:"FE10",version:"3.6.95"},{name:"file-word",hex:"F22C",version:"1.5.54"},{name:"file-word-box",hex:"F22D",version:"1.5.54"},{name:"file-word-box-outline",hex:"F005F",version:"4.1.95"},{name:"file-word-outline",hex:"F0060",version:"4.1.95"},{name:"film",hex:"F22F",version:"1.5.54"},{name:"filmstrip",hex:"F230",version:"1.5.54"},{name:"filmstrip-off",hex:"F231",version:"1.5.54"},{name:"filter",hex:"F232",version:"1.5.54"},{name:"filter-menu",hex:"F0110",version:"4.3.95"},{name:"filter-menu-outline",hex:"F0111",version:"4.3.95"},{name:"filter-minus",hex:"FF0B",version:"3.8.95"},{name:"filter-minus-outline",hex:"FF0C",version:"3.8.95"},{name:"filter-outline",hex:"F233",version:"1.5.54"},{name:"filter-plus",hex:"FF0D",version:"3.8.95"},{name:"filter-plus-outline",hex:"FF0E",version:"3.8.95"},{name:"filter-remove",hex:"F234",version:"1.5.54"},{name:"filter-remove-outline",hex:"F235",version:"1.5.54"},{name:"filter-variant",hex:"F236",version:"1.5.54"},{name:"filter-variant-minus",hex:"F013D",version:"4.3.95"},{name:"filter-variant-plus",hex:"F013E",version:"4.3.95"},{name:"filter-variant-remove",hex:"F0061",version:"4.1.95"},{name:"finance",hex:"F81E",version:"2.1.19"},{name:"find-replace",hex:"F6D3",version:"1.8.36"},{name:"fingerprint",hex:"F237",version:"1.5.54"},{name:"fingerprint-off",hex:"FECE",version:"3.7.94"},{name:"fire",hex:"F238",version:"1.5.54"},{name:"fire-extinguisher",hex:"FF0F",version:"3.8.95"},{name:"fire-hydrant",hex:"F0162",version:"4.4.95"},{name:"fire-hydrant-alert",hex:"F0163",version:"4.4.95"},{name:"fire-hydrant-off",hex:"F0164",version:"4.4.95"},{name:"fire-truck",hex:"F8AA",version:"2.2.43"},{name:"firebase",hex:"F966",version:"2.4.85"},{name:"firefox",hex:"F239",version:"1.5.54"},{name:"fireplace",hex:"FE11",version:"3.6.95"},{name:"fireplace-off",hex:"FE12",version:"3.6.95"},{name:"firework",hex:"FE13",version:"3.6.95"},{name:"fish",hex:"F23A",version:"1.5.54"},{name:"fishbowl",hex:"FF10",version:"3.8.95"},{name:"fishbowl-outline",hex:"FF11",version:"3.8.95"},{name:"fit-to-page",hex:"FF12",version:"3.8.95"},{name:"fit-to-page-outline",hex:"FF13",version:"3.8.95"},{name:"flag",hex:"F23B",version:"1.5.54"},{name:"flag-checkered",hex:"F23C",version:"1.5.54"},{name:"flag-minus",hex:"FB75",version:"3.0.39"},{name:"flag-minus-outline",hex:"F00DD",version:"4.2.95"},{name:"flag-outline",hex:"F23D",version:"1.5.54"},{name:"flag-plus",hex:"FB76",version:"3.0.39"},{name:"flag-plus-outline",hex:"F00DE",version:"4.2.95"},{name:"flag-remove",hex:"FB77",version:"3.0.39"},{name:"flag-remove-outline",hex:"F00DF",version:"4.2.95"},{name:"flag-triangle",hex:"F23F",version:"1.5.54"},{name:"flag-variant",hex:"F240",version:"1.5.54"},{name:"flag-variant-outline",hex:"F23E",version:"1.5.54"},{name:"flare",hex:"FD4E",version:"3.4.93"},{name:"flash",hex:"F241",version:"1.5.54"},{name:"flash-alert",hex:"FF14",version:"3.8.95"},{name:"flash-alert-outline",hex:"FF15",version:"3.8.95"},{name:"flash-auto",hex:"F242",version:"1.5.54"},{name:"flash-circle",hex:"F81F",version:"2.1.19"},{name:"flash-off",hex:"F243",version:"1.5.54"},{name:"flash-outline",hex:"F6D4",version:"1.8.36"},{name:"flash-red-eye",hex:"F67A",version:"1.7.12"},{name:"flashlight",hex:"F244",version:"1.5.54"},{name:"flashlight-off",hex:"F245",version:"1.5.54"},{name:"flask",hex:"F093",version:"1.5.54"},{name:"flask-empty",hex:"F094",version:"1.5.54"},{name:"flask-empty-minus",hex:"F0265",version:"4.6.95"},{name:"flask-empty-minus-outline",hex:"F0266",version:"4.6.95"},{name:"flask-empty-outline",hex:"F095",version:"1.5.54"},{name:"flask-empty-plus",hex:"F0267",version:"4.6.95"},{name:"flask-empty-plus-outline",hex:"F0268",version:"4.6.95"},{name:"flask-empty-remove",hex:"F0269",version:"4.6.95"},{name:"flask-empty-remove-outline",hex:"F026A",version:"4.6.95"},{name:"flask-minus",hex:"F026B",version:"4.6.95"},{name:"flask-minus-outline",hex:"F026C",version:"4.6.95"},{name:"flask-outline",hex:"F096",version:"1.5.54"},{name:"flask-plus",hex:"F026D",version:"4.6.95"},{name:"flask-plus-outline",hex:"F026E",version:"4.6.95"},{name:"flask-remove",hex:"F026F",version:"4.6.95"},{name:"flask-remove-outline",hex:"F0270",version:"4.6.95"},{name:"flask-round-bottom",hex:"F0276",version:"4.6.95"},{name:"flask-round-bottom-empty",hex:"F0277",version:"4.6.95"},{name:"flask-round-bottom-empty-outline",hex:"F0278",version:"4.6.95"},{name:"flask-round-bottom-outline",hex:"F0279",version:"4.6.95"},{name:"flattr",hex:"F246",version:"1.5.54",deprecated:true},{name:"fleur-de-lis",hex:"F032E",version:"4.8.95"},{name:"flickr",hex:"FCE3",version:"3.3.92"},{name:"flip-horizontal",hex:"F0112",version:"4.3.95"},{name:"flip-to-back",hex:"F247",version:"1.5.54"},{name:"flip-to-front",hex:"F248",version:"1.5.54"},{name:"flip-vertical",hex:"F0113",version:"4.3.95"},{name:"floor-lamp",hex:"F8DC",version:"2.3.50"},{name:"floor-lamp-dual",hex:"F0062",version:"4.1.95"},{name:"floor-lamp-variant",hex:"F0063",version:"4.1.95"},{name:"floor-plan",hex:"F820",version:"2.1.19"},{name:"floppy",hex:"F249",version:"1.5.54"},{name:"floppy-variant",hex:"F9EE",version:"2.5.94"},{name:"flower",hex:"F24A",version:"1.5.54"},{name:"flower-outline",hex:"F9EF",version:"2.5.94"},{name:"flower-poppy",hex:"FCE4",version:"3.3.92"},{name:"flower-tulip",hex:"F9F0",version:"2.5.94"},{name:"flower-tulip-outline",hex:"F9F1",version:"2.5.94"},{name:"focus-auto",hex:"FF6B",version:"3.9.97"},{name:"focus-field",hex:"FF6C",version:"3.9.97"},{name:"focus-field-horizontal",hex:"FF6D",version:"3.9.97"},{name:"focus-field-vertical",hex:"FF6E",version:"3.9.97"},{name:"folder",hex:"F24B",version:"1.5.54"},{name:"folder-account",hex:"F24C",version:"1.5.54"},{name:"folder-account-outline",hex:"FB78",version:"3.0.39"},{name:"folder-alert",hex:"FDA8",version:"3.5.94"},{name:"folder-alert-outline",hex:"FDA9",version:"3.5.94"},{name:"folder-clock",hex:"FAB9",version:"2.7.94"},{name:"folder-clock-outline",hex:"FABA",version:"2.7.94"},{name:"folder-download",hex:"F24D",version:"1.5.54"},{name:"folder-download-outline",hex:"F0114",version:"4.3.95"},{name:"folder-edit",hex:"F8DD",version:"2.3.50"},{name:"folder-edit-outline",hex:"FDAA",version:"3.5.94"},{name:"folder-google-drive",hex:"F24E",version:"1.5.54"},{name:"folder-heart",hex:"F0115",version:"4.3.95"},{name:"folder-heart-outline",hex:"F0116",version:"4.3.95"},{name:"folder-home",hex:"F00E0",version:"4.2.95"},{name:"folder-home-outline",hex:"F00E1",version:"4.2.95"},{name:"folder-image",hex:"F24F",version:"1.5.54"},{name:"folder-information",hex:"F00E2",version:"4.2.95"},{name:"folder-information-outline",hex:"F00E3",version:"4.2.95"},{name:"folder-key",hex:"F8AB",version:"2.2.43"},{name:"folder-key-network",hex:"F8AC",version:"2.2.43"},{name:"folder-key-network-outline",hex:"FC5C",version:"3.2.89"},{name:"folder-key-outline",hex:"F0117",version:"4.3.95"},{name:"folder-lock",hex:"F250",version:"1.5.54"},{name:"folder-lock-open",hex:"F251",version:"1.5.54"},{name:"folder-marker",hex:"F0298",version:"4.7.95"},{name:"folder-marker-outline",hex:"F0299",version:"4.7.95"},{name:"folder-move",hex:"F252",version:"1.5.54"},{name:"folder-move-outline",hex:"F0271",version:"4.6.95"},{name:"folder-multiple",hex:"F253",version:"1.5.54"},{name:"folder-multiple-image",hex:"F254",version:"1.5.54"},{name:"folder-multiple-outline",hex:"F255",version:"1.5.54"},{name:"folder-music",hex:"F0384",version:"4.9.95"},{name:"folder-music-outline",hex:"F0385",version:"4.9.95"},{name:"folder-network",hex:"F86F",version:"2.1.99"},{name:"folder-network-outline",hex:"FC5D",version:"3.2.89"},{name:"folder-open",hex:"F76F",version:"1.9.32"},{name:"folder-open-outline",hex:"FDAB",version:"3.5.94"},{name:"folder-outline",hex:"F256",version:"1.5.54"},{name:"folder-plus",hex:"F257",version:"1.5.54"},{name:"folder-plus-outline",hex:"FB79",version:"3.0.39"},{name:"folder-pound",hex:"FCE5",version:"3.3.92"},{name:"folder-pound-outline",hex:"FCE6",version:"3.3.92"},{name:"folder-remove",hex:"F258",version:"1.5.54"},{name:"folder-remove-outline",hex:"FB7A",version:"3.0.39"},{name:"folder-search",hex:"F967",version:"2.4.85"},{name:"folder-search-outline",hex:"F968",version:"2.4.85"},{name:"folder-settings",hex:"F00A8",version:"4.2.95"},{name:"folder-settings-outline",hex:"F00A9",version:"4.2.95"},{name:"folder-settings-variant",hex:"F00AA",version:"4.2.95"},{name:"folder-settings-variant-outline",hex:"F00AB",version:"4.2.95"},{name:"folder-star",hex:"F69C",version:"1.7.12"},{name:"folder-star-outline",hex:"FB7B",version:"3.0.39"},{name:"folder-swap",hex:"FFD6",version:"4.0.96"},{name:"folder-swap-outline",hex:"FFD7",version:"4.0.96"},{name:"folder-sync",hex:"FCE7",version:"3.3.92"},{name:"folder-sync-outline",hex:"FCE8",version:"3.3.92"},{name:"folder-table",hex:"F030E",version:"4.8.95"},{name:"folder-table-outline",hex:"F030F",version:"4.8.95"},{name:"folder-text",hex:"FC5E",version:"3.2.89"},{name:"folder-text-outline",hex:"FC5F",version:"3.2.89"},{name:"folder-upload",hex:"F259",version:"1.5.54"},{name:"folder-upload-outline",hex:"F0118",version:"4.3.95"},{name:"folder-zip",hex:"F6EA",version:"1.8.36"},{name:"folder-zip-outline",hex:"F7B8",version:"2.0.46"},{name:"font-awesome",hex:"F03A",version:"1.5.54"},{name:"food",hex:"F25A",version:"1.5.54"},{name:"food-apple",hex:"F25B",version:"1.5.54"},{name:"food-apple-outline",hex:"FC60",version:"3.2.89"},{name:"food-croissant",hex:"F7C7",version:"2.0.46"},{name:"food-fork-drink",hex:"F5F2",version:"1.5.54"},{name:"food-off",hex:"F5F3",version:"1.5.54"},{name:"food-variant",hex:"F25C",version:"1.5.54"},{name:"foot-print",hex:"FF6F",version:"3.9.97"},{name:"football",hex:"F25D",version:"1.5.54"},{name:"football-australian",hex:"F25E",version:"1.5.54"},{name:"football-helmet",hex:"F25F",version:"1.5.54"},{name:"forklift",hex:"F7C8",version:"2.0.46"},{name:"format-align-bottom",hex:"F752",version:"1.9.32"},{name:"format-align-center",hex:"F260",version:"1.5.54"},{name:"format-align-justify",hex:"F261",version:"1.5.54"},{name:"format-align-left",hex:"F262",version:"1.5.54"},{name:"format-align-middle",hex:"F753",version:"1.9.32"},{name:"format-align-right",hex:"F263",version:"1.5.54"},{name:"format-align-top",hex:"F754",version:"1.9.32"},{name:"format-annotation-minus",hex:"FABB",version:"2.7.94"},{name:"format-annotation-plus",hex:"F646",version:"1.6.50"},{name:"format-bold",hex:"F264",version:"1.5.54"},{name:"format-clear",hex:"F265",version:"1.5.54"},{name:"format-color-fill",hex:"F266",version:"1.5.54"},{name:"format-color-highlight",hex:"FE14",version:"3.6.95"},{name:"format-color-marker-cancel",hex:"F033E",version:"4.8.95"},{name:"format-color-text",hex:"F69D",version:"1.7.12"},{name:"format-columns",hex:"F8DE",version:"2.3.50"},{name:"format-float-center",hex:"F267",version:"1.5.54"},{name:"format-float-left",hex:"F268",version:"1.5.54"},{name:"format-float-none",hex:"F269",version:"1.5.54"},{name:"format-float-right",hex:"F26A",version:"1.5.54"},{name:"format-font",hex:"F6D5",version:"1.8.36"},{name:"format-font-size-decrease",hex:"F9F2",version:"2.5.94"},{name:"format-font-size-increase",hex:"F9F3",version:"2.5.94"},{name:"format-header-1",hex:"F26B",version:"1.5.54"},{name:"format-header-2",hex:"F26C",version:"1.5.54"},{name:"format-header-3",hex:"F26D",version:"1.5.54"},{name:"format-header-4",hex:"F26E",version:"1.5.54"},{name:"format-header-5",hex:"F26F",version:"1.5.54"},{name:"format-header-6",hex:"F270",version:"1.5.54"},{name:"format-header-decrease",hex:"F271",version:"1.5.54"},{name:"format-header-equal",hex:"F272",version:"1.5.54"},{name:"format-header-increase",hex:"F273",version:"1.5.54"},{name:"format-header-pound",hex:"F274",version:"1.5.54"},{name:"format-horizontal-align-center",hex:"F61E",version:"1.6.50"},{name:"format-horizontal-align-left",hex:"F61F",version:"1.6.50"},{name:"format-horizontal-align-right",hex:"F620",version:"1.6.50"},{name:"format-indent-decrease",hex:"F275",version:"1.5.54"},{name:"format-indent-increase",hex:"F276",version:"1.5.54"},{name:"format-italic",hex:"F277",version:"1.5.54"},{name:"format-letter-case",hex:"FB19",version:"2.8.94"},{name:"format-letter-case-lower",hex:"FB1A",version:"2.8.94"},{name:"format-letter-case-upper",hex:"FB1B",version:"2.8.94"},{name:"format-letter-ends-with",hex:"FFD8",version:"4.0.96"},{name:"format-letter-matches",hex:"FFD9",version:"4.0.96"},{name:"format-letter-starts-with",hex:"FFDA",version:"4.0.96"},{name:"format-line-spacing",hex:"F278",version:"1.5.54"},{name:"format-line-style",hex:"F5C8",version:"1.5.54"},{name:"format-line-weight",hex:"F5C9",version:"1.5.54"},{name:"format-list-bulleted",hex:"F279",version:"1.5.54"},{name:"format-list-bulleted-square",hex:"FDAC",version:"3.5.94"},{name:"format-list-bulleted-triangle",hex:"FECF",version:"3.7.94"},{name:"format-list-bulleted-type",hex:"F27A",version:"1.5.54"},{name:"format-list-checkbox",hex:"F969",version:"2.4.85"},{name:"format-list-checks",hex:"F755",version:"1.9.32"},{name:"format-list-numbered",hex:"F27B",version:"1.5.54"},{name:"format-list-numbered-rtl",hex:"FCE9",version:"3.3.92"},{name:"format-list-text",hex:"F029A",version:"4.7.95"},{name:"format-overline",hex:"FED0",version:"3.7.94"},{name:"format-page-break",hex:"F6D6",version:"1.8.36"},{name:"format-paint",hex:"F27C",version:"1.5.54"},{name:"format-paragraph",hex:"F27D",version:"1.5.54"},{name:"format-pilcrow",hex:"F6D7",version:"1.8.36"},{name:"format-quote-close",hex:"F27E",version:"1.5.54"},{name:"format-quote-close-outline",hex:"F01D3",version:"4.5.95"},{name:"format-quote-open",hex:"F756",version:"1.9.32"},{name:"format-quote-open-outline",hex:"F01D2",version:"4.5.95"},{name:"format-rotate-90",hex:"F6A9",version:"1.7.12"},{name:"format-section",hex:"F69E",version:"1.7.12"},{name:"format-size",hex:"F27F",version:"1.5.54"},{name:"format-strikethrough",hex:"F280",version:"1.5.54"},{name:"format-strikethrough-variant",hex:"F281",version:"1.5.54"},{name:"format-subscript",hex:"F282",version:"1.5.54"},{name:"format-superscript",hex:"F283",version:"1.5.54"},{name:"format-text",hex:"F284",version:"1.5.54"},{name:"format-text-rotation-angle-down",hex:"FFDB",version:"4.0.96"},{name:"format-text-rotation-angle-up",hex:"FFDC",version:"4.0.96"},{name:"format-text-rotation-down",hex:"FD4F",version:"3.4.93"},{name:"format-text-rotation-down-vertical",hex:"FFDD",version:"4.0.96"},{name:"format-text-rotation-none",hex:"FD50",version:"3.4.93"},{name:"format-text-rotation-up",hex:"FFDE",version:"4.0.96"},{name:"format-text-rotation-vertical",hex:"FFDF",version:"4.0.96"},{name:"format-text-variant",hex:"FE15",version:"3.6.95"},{name:"format-text-wrapping-clip",hex:"FCEA",version:"3.3.92"},{name:"format-text-wrapping-overflow",hex:"FCEB",version:"3.3.92"},{name:"format-text-wrapping-wrap",hex:"FCEC",version:"3.3.92"},{name:"format-textbox",hex:"FCED",version:"3.3.92"},{name:"format-textdirection-l-to-r",hex:"F285",version:"1.5.54"},{name:"format-textdirection-r-to-l",hex:"F286",version:"1.5.54"},{name:"format-title",hex:"F5F4",version:"1.5.54"},{name:"format-underline",hex:"F287",version:"1.5.54"},{name:"format-vertical-align-bottom",hex:"F621",version:"1.6.50"},{name:"format-vertical-align-center",hex:"F622",version:"1.6.50"},{name:"format-vertical-align-top",hex:"F623",version:"1.6.50"},{name:"format-wrap-inline",hex:"F288",version:"1.5.54"},{name:"format-wrap-square",hex:"F289",version:"1.5.54"},{name:"format-wrap-tight",hex:"F28A",version:"1.5.54"},{name:"format-wrap-top-bottom",hex:"F28B",version:"1.5.54"},{name:"forum",hex:"F28C",version:"1.5.54"},{name:"forum-outline",hex:"F821",version:"2.1.19"},{name:"forward",hex:"F28D",version:"1.5.54"},{name:"forwardburger",hex:"FD51",version:"3.4.93"},{name:"fountain",hex:"F96A",version:"2.4.85"},{name:"fountain-pen",hex:"FCEE",version:"3.3.92"},{name:"fountain-pen-tip",hex:"FCEF",version:"3.3.92"},{name:"foursquare",hex:"F28E",version:"1.5.54",deprecated:true},{name:"freebsd",hex:"F8DF",version:"2.3.50"},{name:"frequently-asked-questions",hex:"FED1",version:"3.7.94"},{name:"fridge",hex:"F290",version:"1.5.54"},{name:"fridge-alert",hex:"F01DC",version:"4.5.95"},{name:"fridge-alert-outline",hex:"F01DD",version:"4.5.95"},{name:"fridge-bottom",hex:"F292",version:"1.5.54"},{name:"fridge-off",hex:"F01DA",version:"4.5.95"},{name:"fridge-off-outline",hex:"F01DB",version:"4.5.95"},{name:"fridge-outline",hex:"F28F",version:"1.5.54"},{name:"fridge-top",hex:"F291",version:"1.5.54"},{name:"fruit-cherries",hex:"F0064",version:"4.1.95"},{name:"fruit-citrus",hex:"F0065",version:"4.1.95"},{name:"fruit-grapes",hex:"F0066",version:"4.1.95"},{name:"fruit-grapes-outline",hex:"F0067",version:"4.1.95"},{name:"fruit-pineapple",hex:"F0068",version:"4.1.95"},{name:"fruit-watermelon",hex:"F0069",version:"4.1.95"},{name:"fuel",hex:"F7C9",version:"2.0.46"},{name:"fullscreen",hex:"F293",version:"1.5.54"},{name:"fullscreen-exit",hex:"F294",version:"1.5.54"},{name:"function",hex:"F295",version:"1.5.54"},{name:"function-variant",hex:"F870",version:"2.1.99"},{name:"furigana-horizontal",hex:"F00AC",version:"4.2.95"},{name:"furigana-vertical",hex:"F00AD",version:"4.2.95"},{name:"fuse",hex:"FC61",version:"3.2.89"},{name:"fuse-blade",hex:"FC62",version:"3.2.89"},{name:"gamepad",hex:"F296",version:"1.5.54"},{name:"gamepad-circle",hex:"FE16",version:"3.6.95"},{name:"gamepad-circle-down",hex:"FE17",version:"3.6.95"},{name:"gamepad-circle-left",hex:"FE18",version:"3.6.95"},{name:"gamepad-circle-outline",hex:"FE19",version:"3.6.95"},{name:"gamepad-circle-right",hex:"FE1A",version:"3.6.95"},{name:"gamepad-circle-up",hex:"FE1B",version:"3.6.95"},{name:"gamepad-down",hex:"FE1C",version:"3.6.95"},{name:"gamepad-left",hex:"FE1D",version:"3.6.95"},{name:"gamepad-right",hex:"FE1E",version:"3.6.95"},{name:"gamepad-round",hex:"FE1F",version:"3.6.95"},{name:"gamepad-round-down",hex:"FE7E",version:"3.6.95"},{name:"gamepad-round-left",hex:"FE7F",version:"3.6.95"},{name:"gamepad-round-outline",hex:"FE80",version:"3.6.95"},{name:"gamepad-round-right",hex:"FE81",version:"3.6.95"},{name:"gamepad-round-up",hex:"FE82",version:"3.6.95"},{name:"gamepad-square",hex:"FED2",version:"3.7.94"},{name:"gamepad-square-outline",hex:"FED3",version:"3.7.94"},{name:"gamepad-up",hex:"FE83",version:"3.6.95"},{name:"gamepad-variant",hex:"F297",version:"1.5.54"},{name:"gamepad-variant-outline",hex:"FED4",version:"3.7.94"},{name:"gamma",hex:"F0119",version:"4.3.95"},{name:"gantry-crane",hex:"FDAD",version:"3.5.94"},{name:"garage",hex:"F6D8",version:"1.8.36"},{name:"garage-alert",hex:"F871",version:"2.1.99"},{name:"garage-alert-variant",hex:"F0300",version:"4.8.95"},{name:"garage-open",hex:"F6D9",version:"1.8.36"},{name:"garage-open-variant",hex:"F02FF",version:"4.8.95"},{name:"garage-variant",hex:"F02FE",version:"4.8.95"},{name:"gas-cylinder",hex:"F647",version:"1.6.50"},{name:"gas-station",hex:"F298",version:"1.5.54"},{name:"gas-station-outline",hex:"FED5",version:"3.7.94"},{name:"gate",hex:"F299",version:"1.5.54"},{name:"gate-and",hex:"F8E0",version:"2.3.50"},{name:"gate-arrow-right",hex:"F0194",version:"4.4.95"},{name:"gate-nand",hex:"F8E1",version:"2.3.50"},{name:"gate-nor",hex:"F8E2",version:"2.3.50"},{name:"gate-not",hex:"F8E3",version:"2.3.50"},{name:"gate-open",hex:"F0195",version:"4.4.95"},{name:"gate-or",hex:"F8E4",version:"2.3.50"},{name:"gate-xnor",hex:"F8E5",version:"2.3.50"},{name:"gate-xor",hex:"F8E6",version:"2.3.50"},{name:"gatsby",hex:"FE84",version:"3.6.95"},{name:"gauge",hex:"F29A",version:"1.5.54"},{name:"gauge-empty",hex:"F872",version:"2.1.99"},{name:"gauge-full",hex:"F873",version:"2.1.99"},{name:"gauge-low",hex:"F874",version:"2.1.99"},{name:"gavel",hex:"F29B",version:"1.5.54"},{name:"gender-female",hex:"F29C",version:"1.5.54"},{name:"gender-male",hex:"F29D",version:"1.5.54"},{name:"gender-male-female",hex:"F29E",version:"1.5.54"},{name:"gender-male-female-variant",hex:"F016A",version:"4.4.95"},{name:"gender-non-binary",hex:"F016B",version:"4.4.95"},{name:"gender-transgender",hex:"F29F",version:"1.5.54"},{name:"gentoo",hex:"F8E7",version:"2.3.50"},{name:"gesture",hex:"F7CA",version:"2.0.46"},{name:"gesture-double-tap",hex:"F73B",version:"1.9.32"},{name:"gesture-pinch",hex:"FABC",version:"2.7.94"},{name:"gesture-spread",hex:"FABD",version:"2.7.94"},{name:"gesture-swipe",hex:"FD52",version:"3.4.93"},{name:"gesture-swipe-down",hex:"F73C",version:"1.9.32"},{name:"gesture-swipe-horizontal",hex:"FABE",version:"2.7.94"},{name:"gesture-swipe-left",hex:"F73D",version:"1.9.32"},{name:"gesture-swipe-right",hex:"F73E",version:"1.9.32"},{name:"gesture-swipe-up",hex:"F73F",version:"1.9.32"},{name:"gesture-swipe-vertical",hex:"FABF",version:"2.7.94"},{name:"gesture-tap",hex:"F740",version:"1.9.32"},{name:"gesture-tap-box",hex:"F02D4",version:"4.7.95"},{name:"gesture-tap-button",hex:"F02D3",version:"4.7.95"},{name:"gesture-tap-hold",hex:"FD53",version:"3.4.93"},{name:"gesture-two-double-tap",hex:"F741",version:"1.9.32"},{name:"gesture-two-tap",hex:"F742",version:"1.9.32"},{name:"ghost",hex:"F2A0",version:"1.5.54"},{name:"ghost-off",hex:"F9F4",version:"2.5.94"},{name:"gif",hex:"FD54",version:"3.4.93"},{name:"gift",hex:"FE85",version:"3.6.95"},{name:"gift-outline",hex:"F2A1",version:"1.5.54"},{name:"git",hex:"F2A2",version:"1.5.54"},{name:"github-box",hex:"F2A3",version:"1.5.54"},{name:"github-circle",hex:"F2A4",version:"1.5.54"},{name:"github-face",hex:"F6DA",version:"1.8.36"},{name:"gitlab",hex:"FB7C",version:"3.0.39"},{name:"glass-cocktail",hex:"F356",version:"1.5.54"},{name:"glass-flute",hex:"F2A5",version:"1.5.54"},{name:"glass-mug",hex:"F2A6",version:"1.5.54"},{name:"glass-mug-variant",hex:"F0141",version:"4.3.95"},{name:"glass-pint-outline",hex:"F0338",version:"4.8.95"},{name:"glass-stange",hex:"F2A7",version:"1.5.54"},{name:"glass-tulip",hex:"F2A8",version:"1.5.54"},{name:"glass-wine",hex:"F875",version:"2.1.99"},{name:"glassdoor",hex:"F2A9",version:"1.5.54",deprecated:true},{name:"glasses",hex:"F2AA",version:"1.5.54"},{name:"globe-light",hex:"F0302",version:"4.8.95"},{name:"globe-model",hex:"F8E8",version:"2.3.50"},{name:"gmail",hex:"F2AB",version:"1.5.54"},{name:"gnome",hex:"F2AC",version:"1.5.54"},{name:"go-kart",hex:"FD55",version:"3.4.93"},{name:"go-kart-track",hex:"FD56",version:"3.4.93"},{name:"gog",hex:"FB7D",version:"3.0.39"},{name:"gold",hex:"F027A",version:"4.6.95"},{name:"golf",hex:"F822",version:"2.1.19"},{name:"golf-cart",hex:"F01CF",version:"4.5.95"},{name:"golf-tee",hex:"F00AE",version:"4.2.95"},{name:"gondola",hex:"F685",version:"1.7.12"},{name:"goodreads",hex:"FD57",version:"3.4.93"},{name:"google",hex:"F2AD",version:"1.5.54"},{name:"google-adwords",hex:"FC63",version:"3.2.89"},{name:"google-analytics",hex:"F7CB",version:"2.0.46"},{name:"google-assistant",hex:"F7CC",version:"2.0.46"},{name:"google-cardboard",hex:"F2AE",version:"1.5.54"},{name:"google-chrome",hex:"F2AF",version:"1.5.54"},{name:"google-circles",hex:"F2B0",version:"1.5.54"},{name:"google-circles-communities",hex:"F2B1",version:"1.5.54"},{name:"google-circles-extended",hex:"F2B2",version:"1.5.54"},{name:"google-circles-group",hex:"F2B3",version:"1.5.54"},{name:"google-classroom",hex:"F2C0",version:"1.5.54"},{name:"google-cloud",hex:"F0221",version:"4.6.95"},{name:"google-controller",hex:"F2B4",version:"1.5.54"},{name:"google-controller-off",hex:"F2B5",version:"1.5.54"},{name:"google-downasaur",hex:"F038D",version:"4.9.95"},{name:"google-drive",hex:"F2B6",version:"1.5.54"},{name:"google-earth",hex:"F2B7",version:"1.5.54"},{name:"google-fit",hex:"F96B",version:"2.4.85"},{name:"google-glass",hex:"F2B8",version:"1.5.54"},{name:"google-hangouts",hex:"F2C9",version:"1.5.54"},{name:"google-home",hex:"F823",version:"2.1.19"},{name:"google-keep",hex:"F6DB",version:"1.8.36"},{name:"google-lens",hex:"F9F5",version:"2.5.94"},{name:"google-maps",hex:"F5F5",version:"1.5.54"},{name:"google-my-business",hex:"F006A",version:"4.1.95"},{name:"google-nearby",hex:"F2B9",version:"1.5.54"},{name:"google-pages",hex:"F2BA",version:"1.5.54"},{name:"google-photos",hex:"F6DC",version:"1.8.36"},{name:"google-physical-web",hex:"F2BB",version:"1.5.54"},{name:"google-play",hex:"F2BC",version:"1.5.54"},{name:"google-plus",hex:"F2BD",version:"1.5.54"},{name:"google-plus-box",hex:"F2BE",version:"1.5.54"},{name:"google-podcast",hex:"FED6",version:"3.7.94"},{name:"google-spreadsheet",hex:"F9F6",version:"2.5.94"},{name:"google-street-view",hex:"FC64",version:"3.2.89"},{name:"google-translate",hex:"F2BF",version:"1.5.54"},{name:"gradient",hex:"F69F",version:"1.7.12"},{name:"grain",hex:"FD58",version:"3.4.93"},{name:"graph",hex:"F006B",version:"4.1.95"},{name:"graph-outline",hex:"F006C",version:"4.1.95"},{name:"graphql",hex:"F876",version:"2.1.99"},{name:"grave-stone",hex:"FB7E",version:"3.0.39"},{name:"grease-pencil",hex:"F648",version:"1.6.50"},{name:"greater-than",hex:"F96C",version:"2.4.85"},{name:"greater-than-or-equal",hex:"F96D",version:"2.4.85"},{name:"grid",hex:"F2C1",version:"1.5.54"},{name:"grid-large",hex:"F757",version:"1.9.32"},{name:"grid-off",hex:"F2C2",version:"1.5.54"},{name:"grill",hex:"FE86",version:"3.6.95"},{name:"grill-outline",hex:"F01B5",version:"4.4.95"},{name:"group",hex:"F2C3",version:"1.5.54"},{name:"guitar-acoustic",hex:"F770",version:"1.9.32"},{name:"guitar-electric",hex:"F2C4",version:"1.5.54"},{name:"guitar-pick",hex:"F2C5",version:"1.5.54"},{name:"guitar-pick-outline",hex:"F2C6",version:"1.5.54"},{name:"guy-fawkes-mask",hex:"F824",version:"2.1.19"},{name:"hackernews",hex:"F624",version:"1.6.50"},{name:"hail",hex:"FAC0",version:"2.7.94"},{name:"hair-dryer",hex:"F011A",version:"4.3.95"},{name:"hair-dryer-outline",hex:"F011B",version:"4.3.95"},{name:"halloween",hex:"FB7F",version:"3.0.39"},{name:"hamburger",hex:"F684",version:"1.7.12"},{name:"hammer",hex:"F8E9",version:"2.3.50"},{name:"hammer-screwdriver",hex:"F034D",version:"4.9.95"},{name:"hammer-wrench",hex:"F034E",version:"4.9.95"},{name:"hand",hex:"FA4E",version:"2.6.95"},{name:"hand-heart",hex:"F011C",version:"4.3.95"},{name:"hand-left",hex:"FE87",version:"3.6.95"},{name:"hand-okay",hex:"FA4F",version:"2.6.95"},{name:"hand-peace",hex:"FA50",version:"2.6.95"},{name:"hand-peace-variant",hex:"FA51",version:"2.6.95"},{name:"hand-pointing-down",hex:"FA52",version:"2.6.95"},{name:"hand-pointing-left",hex:"FA53",version:"2.6.95"},{name:"hand-pointing-right",hex:"F2C7",version:"1.5.54"},{name:"hand-pointing-up",hex:"FA54",version:"2.6.95"},{name:"hand-right",hex:"FE88",version:"3.6.95"},{name:"hand-saw",hex:"FE89",version:"3.6.95"},{name:"handball",hex:"FF70",version:"3.9.97"},{name:"handcuffs",hex:"F0169",version:"4.4.95"},{name:"handshake",hex:"F0243",version:"4.6.95"},{name:"hanger",hex:"F2C8",version:"1.5.54"},{name:"hard-hat",hex:"F96E",version:"2.4.85"},{name:"harddisk",hex:"F2CA",version:"1.5.54"},{name:"harddisk-plus",hex:"F006D",version:"4.1.95"},{name:"harddisk-remove",hex:"F006E",version:"4.1.95"},{name:"hat-fedora",hex:"FB80",version:"3.0.39"},{name:"hazard-lights",hex:"FC65",version:"3.2.89"},{name:"hdr",hex:"FD59",version:"3.4.93"},{name:"hdr-off",hex:"FD5A",version:"3.4.93"},{name:"head",hex:"F0389",version:"4.9.95"},{name:"head-alert",hex:"F0363",version:"4.9.95"},{name:"head-alert-outline",hex:"F0364",version:"4.9.95"},{name:"head-check",hex:"F0365",version:"4.9.95"},{name:"head-check-outline",hex:"F0366",version:"4.9.95"},{name:"head-cog",hex:"F0367",version:"4.9.95"},{name:"head-cog-outline",hex:"F0368",version:"4.9.95"},{name:"head-dots-horizontal",hex:"F0369",version:"4.9.95"},{name:"head-dots-horizontal-outline",hex:"F036A",version:"4.9.95"},{name:"head-flash",hex:"F036B",version:"4.9.95"},{name:"head-flash-outline",hex:"F036C",version:"4.9.95"},{name:"head-heart",hex:"F036D",version:"4.9.95"},{name:"head-heart-outline",hex:"F036E",version:"4.9.95"},{name:"head-lightbulb",hex:"F036F",version:"4.9.95"},{name:"head-lightbulb-outline",hex:"F0370",version:"4.9.95"},{name:"head-minus",hex:"F0371",version:"4.9.95"},{name:"head-minus-outline",hex:"F0372",version:"4.9.95"},{name:"head-outline",hex:"F038A",version:"4.9.95"},{name:"head-plus",hex:"F0373",version:"4.9.95"},{name:"head-plus-outline",hex:"F0374",version:"4.9.95"},{name:"head-question",hex:"F0375",version:"4.9.95"},{name:"head-question-outline",hex:"F0376",version:"4.9.95"},{name:"head-remove",hex:"F0377",version:"4.9.95"},{name:"head-remove-outline",hex:"F0378",version:"4.9.95"},{name:"head-snowflake",hex:"F0379",version:"4.9.95"},{name:"head-snowflake-outline",hex:"F037A",version:"4.9.95"},{name:"head-sync",hex:"F037B",version:"4.9.95"},{name:"head-sync-outline",hex:"F037C",version:"4.9.95"},{name:"headphones",hex:"F2CB",version:"1.5.54"},{name:"headphones-bluetooth",hex:"F96F",version:"2.4.85"},{name:"headphones-box",hex:"F2CC",version:"1.5.54"},{name:"headphones-off",hex:"F7CD",version:"2.0.46"},{name:"headphones-settings",hex:"F2CD",version:"1.5.54"},{name:"headset",hex:"F2CE",version:"1.5.54"},{name:"headset-dock",hex:"F2CF",version:"1.5.54"},{name:"headset-off",hex:"F2D0",version:"1.5.54"},{name:"heart",hex:"F2D1",version:"1.5.54"},{name:"heart-box",hex:"F2D2",version:"1.5.54"},{name:"heart-box-outline",hex:"F2D3",version:"1.5.54"},{name:"heart-broken",hex:"F2D4",version:"1.5.54"},{name:"heart-broken-outline",hex:"FCF0",version:"3.3.92"},{name:"heart-circle",hex:"F970",version:"2.4.85"},{name:"heart-circle-outline",hex:"F971",version:"2.4.85"},{name:"heart-flash",hex:"FF16",version:"3.8.95"},{name:"heart-half",hex:"F6DE",version:"1.8.36"},{name:"heart-half-full",hex:"F6DD",version:"1.8.36"},{name:"heart-half-outline",hex:"F6DF",version:"1.8.36"},{name:"heart-multiple",hex:"FA55",version:"2.6.95"},{name:"heart-multiple-outline",hex:"FA56",version:"2.6.95"},{name:"heart-off",hex:"F758",version:"1.9.32"},{name:"heart-outline",hex:"F2D5",version:"1.5.54"},{name:"heart-pulse",hex:"F5F6",version:"1.5.54"},{name:"helicopter",hex:"FAC1",version:"2.7.94"},{name:"help",hex:"F2D6",version:"1.5.54"},{name:"help-box",hex:"F78A",version:"1.9.32"},{name:"help-circle",hex:"F2D7",version:"1.5.54"},{name:"help-circle-outline",hex:"F625",version:"1.6.50"},{name:"help-network",hex:"F6F4",version:"1.8.36"},{name:"help-network-outline",hex:"FC66",version:"3.2.89"},{name:"help-rhombus",hex:"FB81",version:"3.0.39"},{name:"help-rhombus-outline",hex:"FB82",version:"3.0.39"},{name:"hexadecimal",hex:"F02D2",version:"4.7.95"},{name:"hexagon",hex:"F2D8",version:"1.5.54"},{name:"hexagon-multiple",hex:"F6E0",version:"1.8.36"},{name:"hexagon-multiple-outline",hex:"F011D",version:"4.3.95"},{name:"hexagon-outline",hex:"F2D9",version:"1.5.54"},{name:"hexagon-slice-1",hex:"FAC2",version:"2.7.94"},{name:"hexagon-slice-2",hex:"FAC3",version:"2.7.94"},{name:"hexagon-slice-3",hex:"FAC4",version:"2.7.94"},{name:"hexagon-slice-4",hex:"FAC5",version:"2.7.94"},{name:"hexagon-slice-5",hex:"FAC6",version:"2.7.94"},{name:"hexagon-slice-6",hex:"FAC7",version:"2.7.94"},{name:"hexagram",hex:"FAC8",version:"2.7.94"},{name:"hexagram-outline",hex:"FAC9",version:"2.7.94"},{name:"high-definition",hex:"F7CE",version:"2.0.46"},{name:"high-definition-box",hex:"F877",version:"2.1.99"},{name:"highway",hex:"F5F7",version:"1.5.54"},{name:"hiking",hex:"FD5B",version:"3.4.93"},{name:"hinduism",hex:"F972",version:"2.4.85"},{name:"history",hex:"F2DA",version:"1.5.54"},{name:"hockey-puck",hex:"F878",version:"2.1.99"},{name:"hockey-sticks",hex:"F879",version:"2.1.99"},{name:"hololens",hex:"F2DB",version:"1.5.54"},{name:"home",hex:"F2DC",version:"1.5.54"},{name:"home-account",hex:"F825",version:"2.1.19"},{name:"home-alert",hex:"F87A",version:"2.1.99"},{name:"home-analytics",hex:"FED7",version:"3.7.94"},{name:"home-assistant",hex:"F7CF",version:"2.0.46"},{name:"home-automation",hex:"F7D0",version:"2.0.46"},{name:"home-circle",hex:"F7D1",version:"2.0.46"},{name:"home-circle-outline",hex:"F006F",version:"4.1.95"},{name:"home-city",hex:"FCF1",version:"3.3.92"},{name:"home-city-outline",hex:"FCF2",version:"3.3.92"},{name:"home-currency-usd",hex:"F8AE",version:"2.2.43"},{name:"home-edit",hex:"F0184",version:"4.4.95"},{name:"home-edit-outline",hex:"F0185",version:"4.4.95"},{name:"home-export-outline",hex:"FFB8",version:"3.9.97"},{name:"home-flood",hex:"FF17",version:"3.8.95"},{name:"home-floor-0",hex:"FDAE",version:"3.5.94"},{name:"home-floor-1",hex:"FD5C",version:"3.4.93"},{name:"home-floor-2",hex:"FD5D",version:"3.4.93"},{name:"home-floor-3",hex:"FD5E",version:"3.4.93"},{name:"home-floor-a",hex:"FD5F",version:"3.4.93"},{name:"home-floor-b",hex:"FD60",version:"3.4.93"},{name:"home-floor-g",hex:"FD61",version:"3.4.93"},{name:"home-floor-l",hex:"FD62",version:"3.4.93"},{name:"home-floor-negative-1",hex:"FDAF",version:"3.5.94"},{name:"home-group",hex:"FDB0",version:"3.5.94"},{name:"home-heart",hex:"F826",version:"2.1.19"},{name:"home-import-outline",hex:"FFB9",version:"3.9.97"},{name:"home-lightbulb",hex:"F027C",version:"4.6.95"},{name:"home-lightbulb-outline",hex:"F027D",version:"4.6.95"},{name:"home-lock",hex:"F8EA",version:"2.3.50"},{name:"home-lock-open",hex:"F8EB",version:"2.3.50"},{name:"home-map-marker",hex:"F5F8",version:"1.5.54"},{name:"home-minus",hex:"F973",version:"2.4.85"},{name:"home-modern",hex:"F2DD",version:"1.5.54"},{name:"home-outline",hex:"F6A0",version:"1.7.12"},{name:"home-plus",hex:"F974",version:"2.4.85"},{name:"home-remove",hex:"F0272",version:"4.6.95"},{name:"home-roof",hex:"F0156",version:"4.3.95"},{name:"home-thermometer",hex:"FF71",version:"3.9.97"},{name:"home-thermometer-outline",hex:"FF72",version:"3.9.97"},{name:"home-variant",hex:"F2DE",version:"1.5.54"},{name:"home-variant-outline",hex:"FB83",version:"3.0.39"},{name:"hook",hex:"F6E1",version:"1.8.36"},{name:"hook-off",hex:"F6E2",version:"1.8.36"},{name:"hops",hex:"F2DF",version:"1.5.54"},{name:"horizontal-rotate-clockwise",hex:"F011E",version:"4.3.95"},{name:"horizontal-rotate-counterclockwise",hex:"F011F",version:"4.3.95"},{name:"horseshoe",hex:"FA57",version:"2.6.95"},{name:"hospital",hex:"F0017",version:"4.0.96"},{name:"hospital-box",hex:"F2E0",version:"1.5.54"},{name:"hospital-box-outline",hex:"F0018",version:"4.0.96"},{name:"hospital-building",hex:"F2E1",version:"1.5.54"},{name:"hospital-marker",hex:"F2E2",version:"1.5.54"},{name:"hot-tub",hex:"F827",version:"2.1.19"},{name:"hotel",hex:"F2E3",version:"1.5.54"},{name:"houzz",hex:"F2E4",version:"1.5.54",deprecated:true},{name:"houzz-box",hex:"F2E5",version:"1.5.54",deprecated:true},{name:"hubspot",hex:"FCF3",version:"3.3.92"},{name:"hulu",hex:"F828",version:"2.1.19"},{name:"human",hex:"F2E6",version:"1.5.54"},{name:"human-child",hex:"F2E7",version:"1.5.54"},{name:"human-female",hex:"F649",version:"1.6.50"},{name:"human-female-boy",hex:"FA58",version:"2.6.95"},{name:"human-female-female",hex:"FA59",version:"2.6.95"},{name:"human-female-girl",hex:"FA5A",version:"2.6.95"},{name:"human-greeting",hex:"F64A",version:"1.6.50"},{name:"human-handsdown",hex:"F64B",version:"1.6.50"},{name:"human-handsup",hex:"F64C",version:"1.6.50"},{name:"human-male",hex:"F64D",version:"1.6.50"},{name:"human-male-boy",hex:"FA5B",version:"2.6.95"},{name:"human-male-female",hex:"F2E8",version:"1.5.54"},{name:"human-male-girl",hex:"FA5C",version:"2.6.95"},{name:"human-male-height",hex:"FF18",version:"3.8.95"},{name:"human-male-height-variant",hex:"FF19",version:"3.8.95"},{name:"human-male-male",hex:"FA5D",version:"2.6.95"},{name:"human-pregnant",hex:"F5CF",version:"1.5.54"},{name:"humble-bundle",hex:"F743",version:"1.9.32"},{name:"hvac",hex:"F037D",version:"4.9.95"},{name:"hydraulic-oil-level",hex:"F034F",version:"4.9.95"},{name:"hydraulic-oil-temperature",hex:"F0350",version:"4.9.95"},{name:"hydro-power",hex:"F0310",version:"4.8.95"},{name:"ice-cream",hex:"F829",version:"2.1.19"},{name:"ice-pop",hex:"FF1A",version:"3.8.95"},{name:"id-card",hex:"FFE0",version:"4.0.96"},{name:"identifier",hex:"FF1B",version:"3.8.95"},{name:"ideogram-cjk",hex:"F035C",version:"4.9.95"},{name:"ideogram-cjk-variant",hex:"F035D",version:"4.9.95"},{name:"iframe",hex:"FC67",version:"3.2.89"},{name:"iframe-array",hex:"F0120",version:"4.3.95"},{name:"iframe-array-outline",hex:"F0121",version:"4.3.95"},{name:"iframe-braces",hex:"F0122",version:"4.3.95"},{name:"iframe-braces-outline",hex:"F0123",version:"4.3.95"},{name:"iframe-outline",hex:"FC68",version:"3.2.89"},{name:"iframe-parentheses",hex:"F0124",version:"4.3.95"},{name:"iframe-parentheses-outline",hex:"F0125",version:"4.3.95"},{name:"iframe-variable",hex:"F0126",version:"4.3.95"},{name:"iframe-variable-outline",hex:"F0127",version:"4.3.95"},{name:"image",hex:"F2E9",version:"1.5.54"},{name:"image-album",hex:"F2EA",version:"1.5.54"},{name:"image-area",hex:"F2EB",version:"1.5.54"},{name:"image-area-close",hex:"F2EC",version:"1.5.54"},{name:"image-auto-adjust",hex:"FFE1",version:"4.0.96"},{name:"image-broken",hex:"F2ED",version:"1.5.54"},{name:"image-broken-variant",hex:"F2EE",version:"1.5.54"},{name:"image-edit",hex:"F020E",version:"4.5.95"},{name:"image-edit-outline",hex:"F020F",version:"4.5.95"},{name:"image-filter",hex:"F2EF",version:"1.5.54"},{name:"image-filter-black-white",hex:"F2F0",version:"1.5.54"},{name:"image-filter-center-focus",hex:"F2F1",version:"1.5.54"},{name:"image-filter-center-focus-strong",hex:"FF1C",version:"3.8.95"},{name:"image-filter-center-focus-strong-outline",hex:"FF1D",version:"3.8.95"},{name:"image-filter-center-focus-weak",hex:"F2F2",version:"1.5.54"},{name:"image-filter-drama",hex:"F2F3",version:"1.5.54"},{name:"image-filter-frames",hex:"F2F4",version:"1.5.54"},{name:"image-filter-hdr",hex:"F2F5",version:"1.5.54"},{name:"image-filter-none",hex:"F2F6",version:"1.5.54"},{name:"image-filter-tilt-shift",hex:"F2F7",version:"1.5.54"},{name:"image-filter-vintage",hex:"F2F8",version:"1.5.54"},{name:"image-frame",hex:"FE8A",version:"3.6.95"},{name:"image-move",hex:"F9F7",version:"2.5.94"},{name:"image-multiple",hex:"F2F9",version:"1.5.54"},{name:"image-off",hex:"F82A",version:"2.1.19"},{name:"image-off-outline",hex:"F01FC",version:"4.5.95"},{name:"image-outline",hex:"F975",version:"2.4.85"},{name:"image-plus",hex:"F87B",version:"2.1.99"},{name:"image-search",hex:"F976",version:"2.4.85"},{name:"image-search-outline",hex:"F977",version:"2.4.85"},{name:"image-size-select-actual",hex:"FC69",version:"3.2.89"},{name:"image-size-select-large",hex:"FC6A",version:"3.2.89"},{name:"image-size-select-small",hex:"FC6B",version:"3.2.89"},{name:"import",hex:"F2FA",version:"1.5.54"},{name:"inbox",hex:"F686",version:"1.7.12"},{name:"inbox-arrow-down",hex:"F2FB",version:"1.5.54"},{name:"inbox-arrow-down-outline",hex:"F029B",version:"4.7.95"},{name:"inbox-arrow-up",hex:"F3D1",version:"1.5.54"},{name:"inbox-arrow-up-outline",hex:"F029C",version:"4.7.95"},{name:"inbox-full",hex:"F029D",version:"4.7.95"},{name:"inbox-full-outline",hex:"F029E",version:"4.7.95"},{name:"inbox-multiple",hex:"F8AF",version:"2.2.43"},{name:"inbox-multiple-outline",hex:"FB84",version:"3.0.39"},{name:"inbox-outline",hex:"F029F",version:"4.7.95"},{name:"incognito",hex:"F5F9",version:"1.5.54"},{name:"infinity",hex:"F6E3",version:"1.8.36"},{name:"information",hex:"F2FC",version:"1.5.54"},{name:"information-outline",hex:"F2FD",version:"1.5.54"},{name:"information-variant",hex:"F64E",version:"1.6.50"},{name:"instagram",hex:"F2FE",version:"1.5.54"},{name:"instapaper",hex:"F2FF",version:"1.5.54",deprecated:true},{name:"instrument-triangle",hex:"F0070",version:"4.1.95"},{name:"internet-explorer",hex:"F300",version:"1.5.54"},{name:"invert-colors",hex:"F301",version:"1.5.54"},{name:"invert-colors-off",hex:"FE8B",version:"3.6.95"},{name:"iobroker",hex:"F0313",version:"4.8.95"},{name:"ip",hex:"FA5E",version:"2.6.95"},{name:"ip-network",hex:"FA5F",version:"2.6.95"},{name:"ip-network-outline",hex:"FC6C",version:"3.2.89"},{name:"ipod",hex:"FC6D",version:"3.2.89"},{name:"islam",hex:"F978",version:"2.4.85"},{name:"island",hex:"F0071",version:"4.1.95"},{name:"itunes",hex:"F676",version:"1.7.12",deprecated:true},{name:"iv-bag",hex:"F00E4",version:"4.2.95"},{name:"jabber",hex:"FDB1",version:"3.5.94"},{name:"jeepney",hex:"F302",version:"1.5.54"},{name:"jellyfish",hex:"FF1E",version:"3.8.95"},{name:"jellyfish-outline",hex:"FF1F",version:"3.8.95"},{name:"jira",hex:"F303",version:"1.5.54"},{name:"jquery",hex:"F87C",version:"2.1.99"},{name:"jsfiddle",hex:"F304",version:"1.5.54"},{name:"json",hex:"F626",version:"1.6.50"},{name:"judaism",hex:"F979",version:"2.4.85"},{name:"jump-rope",hex:"F032A",version:"4.8.95"},{name:"kabaddi",hex:"FD63",version:"3.4.93"},{name:"karate",hex:"F82B",version:"2.1.19"},{name:"keg",hex:"F305",version:"1.5.54"},{name:"kettle",hex:"F5FA",version:"1.5.54"},{name:"kettle-alert",hex:"F0342",version:"4.8.95"},{name:"kettle-alert-outline",hex:"F0343",version:"4.8.95"},{name:"kettle-off",hex:"F0346",version:"4.8.95"},{name:"kettle-off-outline",hex:"F0347",version:"4.8.95"},{name:"kettle-outline",hex:"FF73",version:"3.9.97"},{name:"kettle-steam",hex:"F0344",version:"4.8.95"},{name:"kettle-steam-outline",hex:"F0345",version:"4.8.95"},{name:"kettlebell",hex:"F032B",version:"4.8.95"},{name:"key",hex:"F306",version:"1.5.54"},{name:"key-arrow-right",hex:"F033D",version:"4.8.95"},{name:"key-change",hex:"F307",version:"1.5.54"},{name:"key-link",hex:"F01CA",version:"4.4.95"},{name:"key-minus",hex:"F308",version:"1.5.54"},{name:"key-outline",hex:"FDB2",version:"3.5.94"},{name:"key-plus",hex:"F309",version:"1.5.54"},{name:"key-remove",hex:"F30A",version:"1.5.54"},{name:"key-star",hex:"F01C9",version:"4.4.95"},{name:"key-variant",hex:"F30B",version:"1.5.54"},{name:"key-wireless",hex:"FFE2",version:"4.0.96"},{name:"keyboard",hex:"F30C",version:"1.5.54"},{name:"keyboard-backspace",hex:"F30D",version:"1.5.54"},{name:"keyboard-caps",hex:"F30E",version:"1.5.54"},{name:"keyboard-close",hex:"F30F",version:"1.5.54"},{name:"keyboard-esc",hex:"F02E2",version:"4.7.95"},{name:"keyboard-f1",hex:"F02D6",version:"4.7.95"},{name:"keyboard-f10",hex:"F02DF",version:"4.7.95"},{name:"keyboard-f11",hex:"F02E0",version:"4.7.95"},{name:"keyboard-f12",hex:"F02E1",version:"4.7.95"},{name:"keyboard-f2",hex:"F02D7",version:"4.7.95"},{name:"keyboard-f3",hex:"F02D8",version:"4.7.95"},{name:"keyboard-f4",hex:"F02D9",version:"4.7.95"},{name:"keyboard-f5",hex:"F02DA",version:"4.7.95"},{name:"keyboard-f6",hex:"F02DB",version:"4.7.95"},{name:"keyboard-f7",hex:"F02DC",version:"4.7.95"},{name:"keyboard-f8",hex:"F02DD",version:"4.7.95"},{name:"keyboard-f9",hex:"F02DE",version:"4.7.95"},{name:"keyboard-off",hex:"F310",version:"1.5.54"},{name:"keyboard-off-outline",hex:"FE8C",version:"3.6.95"},{name:"keyboard-outline",hex:"F97A",version:"2.4.85"},{name:"keyboard-return",hex:"F311",version:"1.5.54"},{name:"keyboard-settings",hex:"F9F8",version:"2.5.94"},{name:"keyboard-settings-outline",hex:"F9F9",version:"2.5.94"},{name:"keyboard-space",hex:"F0072",version:"4.1.95"},{name:"keyboard-tab",hex:"F312",version:"1.5.54"},{name:"keyboard-variant",hex:"F313",version:"1.5.54"},{name:"khanda",hex:"F0128",version:"4.3.95"},{name:"kickstarter",hex:"F744",version:"1.9.32"},{name:"klingon",hex:"F0386",version:"4.9.95"},{name:"knife",hex:"F9FA",version:"2.5.94"},{name:"knife-military",hex:"F9FB",version:"2.5.94"},{name:"kodi",hex:"F314",version:"1.5.54"},{name:"kotlin",hex:"F0244",version:"4.6.95"},{name:"kubernetes",hex:"F0129",version:"4.3.95"},{name:"label",hex:"F315",version:"1.5.54"},{name:"label-multiple",hex:"F03A0",version:"4.9.95"},{name:"label-multiple-outline",hex:"F03A1",version:"4.9.95"},{name:"label-off",hex:"FACA",version:"2.7.94"},{name:"label-off-outline",hex:"FACB",version:"2.7.94"},{name:"label-outline",hex:"F316",version:"1.5.54"},{name:"label-percent",hex:"F0315",version:"4.8.95"},{name:"label-percent-outline",hex:"F0316",version:"4.8.95"},{name:"label-variant",hex:"FACC",version:"2.7.94"},{name:"label-variant-outline",hex:"FACD",version:"2.7.94"},{name:"ladybug",hex:"F82C",version:"2.1.19"},{name:"lambda",hex:"F627",version:"1.6.50"},{name:"lamp",hex:"F6B4",version:"1.7.22"},{name:"lan",hex:"F317",version:"1.5.54"},{name:"lan-check",hex:"F02D5",version:"4.7.95"},{name:"lan-connect",hex:"F318",version:"1.5.54"},{name:"lan-disconnect",hex:"F319",version:"1.5.54"},{name:"lan-pending",hex:"F31A",version:"1.5.54"},{name:"language-c",hex:"F671",version:"1.6.50"},{name:"language-cpp",hex:"F672",version:"1.6.50"},{name:"language-csharp",hex:"F31B",version:"1.5.54"},{name:"language-css3",hex:"F31C",version:"1.5.54"},{name:"language-fortran",hex:"F0245",version:"4.6.95"},{name:"language-go",hex:"F7D2",version:"2.0.46"},{name:"language-haskell",hex:"FC6E",version:"3.2.89"},{name:"language-html5",hex:"F31D",version:"1.5.54"},{name:"language-java",hex:"FB1C",version:"2.8.94"},{name:"language-javascript",hex:"F31E",version:"1.5.54"},{name:"language-lua",hex:"F8B0",version:"2.2.43"},{name:"language-php",hex:"F31F",version:"1.5.54"},{name:"language-python",hex:"F320",version:"1.5.54"},{name:"language-python-text",hex:"F321",version:"1.5.54"},{name:"language-r",hex:"F7D3",version:"2.0.46"},{name:"language-ruby-on-rails",hex:"FACE",version:"2.7.94"},{name:"language-swift",hex:"F6E4",version:"1.8.36"},{name:"language-typescript",hex:"F6E5",version:"1.8.36"},{name:"laptop",hex:"F322",version:"1.5.54"},{name:"laptop-chromebook",hex:"F323",version:"1.5.54"},{name:"laptop-mac",hex:"F324",version:"1.5.54"},{name:"laptop-off",hex:"F6E6",version:"1.8.36"},{name:"laptop-windows",hex:"F325",version:"1.5.54"},{name:"laravel",hex:"FACF",version:"2.7.94"},{name:"lasso",hex:"FF20",version:"3.8.95"},{name:"lastfm",hex:"F326",version:"1.5.54",deprecated:true},{name:"lastpass",hex:"F446",version:"1.5.54"},{name:"latitude",hex:"FF74",version:"3.9.97"},{name:"launch",hex:"F327",version:"1.5.54"},{name:"lava-lamp",hex:"F7D4",version:"2.0.46"},{name:"layers",hex:"F328",version:"1.5.54"},{name:"layers-minus",hex:"FE8D",version:"3.6.95"},{name:"layers-off",hex:"F329",version:"1.5.54"},{name:"layers-off-outline",hex:"F9FC",version:"2.5.94"},{name:"layers-outline",hex:"F9FD",version:"2.5.94"},{name:"layers-plus",hex:"FE30",version:"3.6.95"},{name:"layers-remove",hex:"FE31",version:"3.6.95"},{name:"layers-search",hex:"F0231",version:"4.6.95"},{name:"layers-search-outline",hex:"F0232",version:"4.6.95"},{name:"layers-triple",hex:"FF75",version:"3.9.97"},{name:"layers-triple-outline",hex:"FF76",version:"3.9.97"},{name:"lead-pencil",hex:"F64F",version:"1.6.50"},{name:"leaf",hex:"F32A",version:"1.5.54"},{name:"leaf-maple",hex:"FC6F",version:"3.2.89"},{name:"leaf-maple-off",hex:"F0305",version:"4.8.95"},{name:"leaf-off",hex:"F0304",version:"4.8.95"},{name:"leak",hex:"FDB3",version:"3.5.94"},{name:"leak-off",hex:"FDB4",version:"3.5.94"},{name:"led-off",hex:"F32B",version:"1.5.54"},{name:"led-on",hex:"F32C",version:"1.5.54"},{name:"led-outline",hex:"F32D",version:"1.5.54"},{name:"led-strip",hex:"F7D5",version:"2.0.46"},{name:"led-strip-variant",hex:"F0073",version:"4.1.95"},{name:"led-variant-off",hex:"F32E",version:"1.5.54"},{name:"led-variant-on",hex:"F32F",version:"1.5.54"},{name:"led-variant-outline",hex:"F330",version:"1.5.54"},{name:"leek",hex:"F01A8",version:"4.4.95"},{name:"less-than",hex:"F97B",version:"2.4.85"},{name:"less-than-or-equal",hex:"F97C",version:"2.4.85"},{name:"library",hex:"F331",version:"1.5.54"},{name:"library-books",hex:"F332",version:"1.5.54"},{name:"library-movie",hex:"FCF4",version:"3.3.92"},{name:"library-music",hex:"F333",version:"1.5.54"},{name:"library-music-outline",hex:"FF21",version:"3.8.95"},{name:"library-shelves",hex:"FB85",version:"3.0.39"},{name:"library-video",hex:"FCF5",version:"3.3.92"},{name:"license",hex:"FFE3",version:"4.0.96"},{name:"lifebuoy",hex:"F87D",version:"2.1.99"},{name:"light-switch",hex:"F97D",version:"2.4.85"},{name:"lightbulb",hex:"F335",version:"1.5.54"},{name:"lightbulb-cfl",hex:"F0233",version:"4.6.95"},{name:"lightbulb-cfl-off",hex:"F0234",version:"4.6.95"},{name:"lightbulb-cfl-spiral",hex:"F02A0",version:"4.7.95"},{name:"lightbulb-cfl-spiral-off",hex:"F02EE",version:"4.8.95"},{name:"lightbulb-group",hex:"F027E",version:"4.6.95"},{name:"lightbulb-group-off",hex:"F02F8",version:"4.8.95"},{name:"lightbulb-group-off-outline",hex:"F02F9",version:"4.8.95"},{name:"lightbulb-group-outline",hex:"F027F",version:"4.6.95"},{name:"lightbulb-multiple",hex:"F0280",version:"4.6.95"},{name:"lightbulb-multiple-off",hex:"F02FA",version:"4.8.95"},{name:"lightbulb-multiple-off-outline",hex:"F02FB",version:"4.8.95"},{name:"lightbulb-multiple-outline",hex:"F0281",version:"4.6.95"},{name:"lightbulb-off",hex:"FE32",version:"3.6.95"},{name:"lightbulb-off-outline",hex:"FE33",version:"3.6.95"},{name:"lightbulb-on",hex:"F6E7",version:"1.8.36"},{name:"lightbulb-on-outline",hex:"F6E8",version:"1.8.36"},{name:"lightbulb-outline",hex:"F336",version:"1.5.54"},{name:"lighthouse",hex:"F9FE",version:"2.5.94"},{name:"lighthouse-on",hex:"F9FF",version:"2.5.94"},{name:"link",hex:"F337",version:"1.5.54"},{name:"link-box",hex:"FCF6",version:"3.3.92"},{name:"link-box-outline",hex:"FCF7",version:"3.3.92"},{name:"link-box-variant",hex:"FCF8",version:"3.3.92"},{name:"link-box-variant-outline",hex:"FCF9",version:"3.3.92"},{name:"link-lock",hex:"F00E5",version:"4.2.95"},{name:"link-off",hex:"F338",version:"1.5.54"},{name:"link-plus",hex:"FC70",version:"3.2.89"},{name:"link-variant",hex:"F339",version:"1.5.54"},{name:"link-variant-minus",hex:"F012A",version:"4.3.95"},{name:"link-variant-off",hex:"F33A",version:"1.5.54"},{name:"link-variant-plus",hex:"F012B",version:"4.3.95"},{name:"link-variant-remove",hex:"F012C",version:"4.3.95"},{name:"linkedin",hex:"F33B",version:"1.5.54"},{name:"linkedin-box",hex:"F33C",version:"1.5.54"},{name:"linux",hex:"F33D",version:"1.5.54"},{name:"linux-mint",hex:"F8EC",version:"2.3.50"},{name:"litecoin",hex:"FA60",version:"2.6.95"},{name:"loading",hex:"F771",version:"1.9.32"},{name:"location-enter",hex:"FFE4",version:"4.0.96"},{name:"location-exit",hex:"FFE5",version:"4.0.96"},{name:"lock",hex:"F33E",version:"1.5.54"},{name:"lock-alert",hex:"F8ED",version:"2.3.50"},{name:"lock-clock",hex:"F97E",version:"2.4.85"},{name:"lock-open",hex:"F33F",version:"1.5.54"},{name:"lock-open-outline",hex:"F340",version:"1.5.54"},{name:"lock-open-variant",hex:"FFE6",version:"4.0.96"},{name:"lock-open-variant-outline",hex:"FFE7",version:"4.0.96"},{name:"lock-outline",hex:"F341",version:"1.5.54"},{name:"lock-pattern",hex:"F6E9",version:"1.8.36"},{name:"lock-plus",hex:"F5FB",version:"1.5.54"},{name:"lock-question",hex:"F8EE",version:"2.3.50"},{name:"lock-reset",hex:"F772",version:"1.9.32"},{name:"lock-smart",hex:"F8B1",version:"2.2.43"},{name:"locker",hex:"F7D6",version:"2.0.46"},{name:"locker-multiple",hex:"F7D7",version:"2.0.46"},{name:"login",hex:"F342",version:"1.5.54"},{name:"login-variant",hex:"F5FC",version:"1.5.54"},{name:"logout",hex:"F343",version:"1.5.54"},{name:"logout-variant",hex:"F5FD",version:"1.5.54"},{name:"longitude",hex:"FF77",version:"3.9.97"},{name:"looks",hex:"F344",version:"1.5.54"},{name:"loupe",hex:"F345",version:"1.5.54"},{name:"lumx",hex:"F346",version:"1.5.54"},{name:"lungs",hex:"F00AF",version:"4.2.95"},{name:"lyft",hex:"FB1D",version:"2.8.94",deprecated:true},{name:"magnet",hex:"F347",version:"1.5.54"},{name:"magnet-on",hex:"F348",version:"1.5.54"},{name:"magnify",hex:"F349",version:"1.5.54"},{name:"magnify-close",hex:"F97F",version:"2.4.85"},{name:"magnify-minus",hex:"F34A",version:"1.5.54"},{name:"magnify-minus-cursor",hex:"FA61",version:"2.6.95"},{name:"magnify-minus-outline",hex:"F6EB",version:"1.8.36"},{name:"magnify-plus",hex:"F34B",version:"1.5.54"},{name:"magnify-plus-cursor",hex:"FA62",version:"2.6.95"},{name:"magnify-plus-outline",hex:"F6EC",version:"1.8.36"},{name:"magnify-remove-cursor",hex:"F0237",version:"4.6.95"},{name:"magnify-remove-outline",hex:"F0238",version:"4.6.95"},{name:"magnify-scan",hex:"F02A1",version:"4.7.95"},{name:"mail",hex:"FED8",version:"3.7.94"},{name:"mail-ru",hex:"F34C",version:"1.5.54",deprecated:true},{name:"mailbox",hex:"F6ED",version:"1.8.36"},{name:"mailbox-open",hex:"FD64",version:"3.4.93"},{name:"mailbox-open-outline",hex:"FD65",version:"3.4.93"},{name:"mailbox-open-up",hex:"FD66",version:"3.4.93"},{name:"mailbox-open-up-outline",hex:"FD67",version:"3.4.93"},{name:"mailbox-outline",hex:"FD68",version:"3.4.93"},{name:"mailbox-up",hex:"FD69",version:"3.4.93"},{name:"mailbox-up-outline",hex:"FD6A",version:"3.4.93"},{name:"map",hex:"F34D",version:"1.5.54"},{name:"map-check",hex:"FED9",version:"3.7.94"},{name:"map-check-outline",hex:"FEDA",version:"3.7.94"},{name:"map-clock",hex:"FCFA",version:"3.3.92"},{name:"map-clock-outline",hex:"FCFB",version:"3.3.92"},{name:"map-legend",hex:"FA00",version:"2.5.94"},{name:"map-marker",hex:"F34E",version:"1.5.54"},{name:"map-marker-alert",hex:"FF22",version:"3.8.95"},{name:"map-marker-alert-outline",hex:"FF23",version:"3.8.95"},{name:"map-marker-check",hex:"FC71",version:"3.2.89"},{name:"map-marker-check-outline",hex:"F0326",version:"4.8.95"},{name:"map-marker-circle",hex:"F34F",version:"1.5.54"},{name:"map-marker-distance",hex:"F8EF",version:"2.3.50"},{name:"map-marker-down",hex:"F012D",version:"4.3.95"},{name:"map-marker-left",hex:"F0306",version:"4.8.95"},{name:"map-marker-left-outline",hex:"F0308",version:"4.8.95"},{name:"map-marker-minus",hex:"F650",version:"1.6.50"},{name:"map-marker-minus-outline",hex:"F0324",version:"4.8.95"},{name:"map-marker-multiple",hex:"F350",version:"1.5.54"},{name:"map-marker-multiple-outline",hex:"F02A2",version:"4.7.95"},{name:"map-marker-off",hex:"F351",version:"1.5.54"},{name:"map-marker-off-outline",hex:"F0328",version:"4.8.95"},{name:"map-marker-outline",hex:"F7D8",version:"2.0.46"},{name:"map-marker-path",hex:"FCFC",version:"3.3.92"},{name:"map-marker-plus",hex:"F651",version:"1.6.50"},{name:"map-marker-plus-outline",hex:"F0323",version:"4.8.95"},{name:"map-marker-question",hex:"FF24",version:"3.8.95"},{name:"map-marker-question-outline",hex:"FF25",version:"3.8.95"},{name:"map-marker-radius",hex:"F352",version:"1.5.54"},{name:"map-marker-radius-outline",hex:"F0327",version:"4.8.95"},{name:"map-marker-remove",hex:"FF26",version:"3.8.95"},{name:"map-marker-remove-outline",hex:"F0325",version:"4.8.95"},{name:"map-marker-remove-variant",hex:"FF27",version:"3.8.95"},{name:"map-marker-right",hex:"F0307",version:"4.8.95"},{name:"map-marker-right-outline",hex:"F0309",version:"4.8.95"},{name:"map-marker-up",hex:"F012E",version:"4.3.95"},{name:"map-minus",hex:"F980",version:"2.4.85"},{name:"map-outline",hex:"F981",version:"2.4.85"},{name:"map-plus",hex:"F982",version:"2.4.85"},{name:"map-search",hex:"F983",version:"2.4.85"},{name:"map-search-outline",hex:"F984",version:"2.4.85"},{name:"mapbox",hex:"FB86",version:"3.0.39"},{name:"margin",hex:"F353",version:"1.5.54"},{name:"markdown",hex:"F354",version:"1.5.54"},{name:"markdown-outline",hex:"FF78",version:"3.9.97"},{name:"marker",hex:"F652",version:"1.6.50"},{name:"marker-cancel",hex:"FDB5",version:"3.5.94"},{name:"marker-check",hex:"F355",version:"1.5.54"},{name:"mastodon",hex:"FAD0",version:"2.7.94"},{name:"mastodon-variant",hex:"FAD1",version:"2.7.94"},{name:"material-design",hex:"F985",version:"2.4.85"},{name:"material-ui",hex:"F357",version:"1.5.54"},{name:"math-compass",hex:"F358",version:"1.5.54"},{name:"math-cos",hex:"FC72",version:"3.2.89"},{name:"math-integral",hex:"FFE8",version:"4.0.96"},{name:"math-integral-box",hex:"FFE9",version:"4.0.96"},{name:"math-log",hex:"F00B0",version:"4.2.95"},{name:"math-norm",hex:"FFEA",version:"4.0.96"},{name:"math-norm-box",hex:"FFEB",version:"4.0.96"},{name:"math-sin",hex:"FC73",version:"3.2.89"},{name:"math-tan",hex:"FC74",version:"3.2.89"},{name:"matrix",hex:"F628",version:"1.6.50"},{name:"medal",hex:"F986",version:"2.4.85"},{name:"medal-outline",hex:"F0351",version:"4.9.95"},{name:"medical-bag",hex:"F6EE",version:"1.8.36"},{name:"meditation",hex:"F01A6",version:"4.4.95"},{name:"medium",hex:"F35A",version:"1.5.54",deprecated:true},{name:"meetup",hex:"FAD2",version:"2.7.94",deprecated:true},{name:"memory",hex:"F35B",version:"1.5.54"},{name:"menu",hex:"F35C",version:"1.5.54"},{name:"menu-down",hex:"F35D",version:"1.5.54"},{name:"menu-down-outline",hex:"F6B5",version:"1.7.22"},{name:"menu-left",hex:"F35E",version:"1.5.54"},{name:"menu-left-outline",hex:"FA01",version:"2.5.94"},{name:"menu-open",hex:"FB87",version:"3.0.39"},{name:"menu-right",hex:"F35F",version:"1.5.54"},{name:"menu-right-outline",hex:"FA02",version:"2.5.94"},{name:"menu-swap",hex:"FA63",version:"2.6.95"},{name:"menu-swap-outline",hex:"FA64",version:"2.6.95"},{name:"menu-up",hex:"F360",version:"1.5.54"},{name:"menu-up-outline",hex:"F6B6",version:"1.7.22"},{name:"merge",hex:"FF79",version:"3.9.97"},{name:"message",hex:"F361",version:"1.5.54"},{name:"message-alert",hex:"F362",version:"1.5.54"},{name:"message-alert-outline",hex:"FA03",version:"2.5.94"},{name:"message-arrow-left",hex:"F031D",version:"4.8.95"},{name:"message-arrow-left-outline",hex:"F031E",version:"4.8.95"},{name:"message-arrow-right",hex:"F031F",version:"4.8.95"},{name:"message-arrow-right-outline",hex:"F0320",version:"4.8.95"},{name:"message-bulleted",hex:"F6A1",version:"1.7.12"},{name:"message-bulleted-off",hex:"F6A2",version:"1.7.12"},{name:"message-draw",hex:"F363",version:"1.5.54"},{name:"message-image",hex:"F364",version:"1.5.54"},{name:"message-image-outline",hex:"F0197",version:"4.4.95"},{name:"message-lock",hex:"FFEC",version:"4.0.96"},{name:"message-lock-outline",hex:"F0198",version:"4.4.95"},{name:"message-minus",hex:"F0199",version:"4.4.95"},{name:"message-minus-outline",hex:"F019A",version:"4.4.95"},{name:"message-outline",hex:"F365",version:"1.5.54"},{name:"message-plus",hex:"F653",version:"1.6.50"},{name:"message-plus-outline",hex:"F00E6",version:"4.2.95"},{name:"message-processing",hex:"F366",version:"1.5.54"},{name:"message-processing-outline",hex:"F019B",version:"4.4.95"},{name:"message-reply",hex:"F367",version:"1.5.54"},{name:"message-reply-text",hex:"F368",version:"1.5.54"},{name:"message-settings",hex:"F6EF",version:"1.8.36"},{name:"message-settings-outline",hex:"F019C",version:"4.4.95"},{name:"message-settings-variant",hex:"F6F0",version:"1.8.36"},{name:"message-settings-variant-outline",hex:"F019D",version:"4.4.95"},{name:"message-text",hex:"F369",version:"1.5.54"},{name:"message-text-clock",hex:"F019E",version:"4.4.95"},{name:"message-text-clock-outline",hex:"F019F",version:"4.4.95"},{name:"message-text-lock",hex:"FFED",version:"4.0.96"},{name:"message-text-lock-outline",hex:"F01A0",version:"4.4.95"},{name:"message-text-outline",hex:"F36A",version:"1.5.54"},{name:"message-video",hex:"F36B",version:"1.5.54"},{name:"meteor",hex:"F629",version:"1.6.50"},{name:"metronome",hex:"F7D9",version:"2.0.46"},{name:"metronome-tick",hex:"F7DA",version:"2.0.46"},{name:"micro-sd",hex:"F7DB",version:"2.0.46"},{name:"microphone",hex:"F36C",version:"1.5.54"},{name:"microphone-minus",hex:"F8B2",version:"2.2.43"},{name:"microphone-off",hex:"F36D",version:"1.5.54"},{name:"microphone-outline",hex:"F36E",version:"1.5.54"},{name:"microphone-plus",hex:"F8B3",version:"2.2.43"},{name:"microphone-settings",hex:"F36F",version:"1.5.54"},{name:"microphone-variant",hex:"F370",version:"1.5.54"},{name:"microphone-variant-off",hex:"F371",version:"1.5.54"},{name:"microscope",hex:"F654",version:"1.6.50"},{name:"microsoft",hex:"F372",version:"1.5.54"},{name:"microsoft-dynamics",hex:"F987",version:"2.4.85"},{name:"microwave",hex:"FC75",version:"3.2.89"},{name:"middleware",hex:"FF7A",version:"3.9.97"},{name:"middleware-outline",hex:"FF7B",version:"3.9.97"},{name:"midi",hex:"F8F0",version:"2.3.50"},{name:"midi-port",hex:"F8F1",version:"2.3.50"},{name:"mine",hex:"FDB6",version:"3.5.94"},{name:"minecraft",hex:"F373",version:"1.5.54"},{name:"mini-sd",hex:"FA04",version:"2.5.94"},{name:"minidisc",hex:"FA05",version:"2.5.94"},{name:"minus",hex:"F374",version:"1.5.54"},{name:"minus-box",hex:"F375",version:"1.5.54"},{name:"minus-box-multiple",hex:"F016C",version:"4.4.95"},{name:"minus-box-multiple-outline",hex:"F016D",version:"4.4.95"},{name:"minus-box-outline",hex:"F6F1",version:"1.8.36"},{name:"minus-circle",hex:"F376",version:"1.5.54"},{name:"minus-circle-outline",hex:"F377",version:"1.5.54"},{name:"minus-network",hex:"F378",version:"1.5.54"},{name:"minus-network-outline",hex:"FC76",version:"3.2.89"},{name:"mirror",hex:"F0228",version:"4.6.95"},{name:"mixcloud",hex:"F62A",version:"1.6.50",deprecated:true},{name:"mixed-martial-arts",hex:"FD6B",version:"3.4.93"},{name:"mixed-reality",hex:"F87E",version:"2.1.99"},{name:"mixer",hex:"F7DC",version:"2.0.46"},{name:"molecule",hex:"FB88",version:"3.0.39"},{name:"monitor",hex:"F379",version:"1.5.54"},{name:"monitor-cellphone",hex:"F988",version:"2.4.85"},{name:"monitor-cellphone-star",hex:"F989",version:"2.4.85"},{name:"monitor-clean",hex:"F012F",version:"4.3.95"},{name:"monitor-dashboard",hex:"FA06",version:"2.5.94"},{name:"monitor-edit",hex:"F02F1",version:"4.8.95"},{name:"monitor-lock",hex:"FDB7",version:"3.5.94"},{name:"monitor-multiple",hex:"F37A",version:"1.5.54"},{name:"monitor-off",hex:"FD6C",version:"3.4.93"},{name:"monitor-screenshot",hex:"FE34",version:"3.6.95"},{name:"monitor-speaker",hex:"FF7C",version:"3.9.97"},{name:"monitor-speaker-off",hex:"FF7D",version:"3.9.97"},{name:"monitor-star",hex:"FDB8",version:"3.5.94"},{name:"moon-first-quarter",hex:"FF7E",version:"3.9.97"},{name:"moon-full",hex:"FF7F",version:"3.9.97"},{name:"moon-last-quarter",hex:"FF80",version:"3.9.97"},{name:"moon-new",hex:"FF81",version:"3.9.97"},{name:"moon-waning-crescent",hex:"FF82",version:"3.9.97"},{name:"moon-waning-gibbous",hex:"FF83",version:"3.9.97"},{name:"moon-waxing-crescent",hex:"FF84",version:"3.9.97"},{name:"moon-waxing-gibbous",hex:"FF85",version:"3.9.97"},{name:"moped",hex:"F00B1",version:"4.2.95"},{name:"more",hex:"F37B",version:"1.5.54"},{name:"mother-heart",hex:"F033F",version:"4.8.95"},{name:"mother-nurse",hex:"FCFD",version:"3.3.92"},{name:"motion-sensor",hex:"FD6D",version:"3.4.93"},{name:"motorbike",hex:"F37C",version:"1.5.54"},{name:"mouse",hex:"F37D",version:"1.5.54"},{name:"mouse-bluetooth",hex:"F98A",version:"2.4.85"},{name:"mouse-off",hex:"F37E",version:"1.5.54"},{name:"mouse-variant",hex:"F37F",version:"1.5.54"},{name:"mouse-variant-off",hex:"F380",version:"1.5.54"},{name:"move-resize",hex:"F655",version:"1.6.50"},{name:"move-resize-variant",hex:"F656",version:"1.6.50"},{name:"movie",hex:"F381",version:"1.5.54"},{name:"movie-edit",hex:"F014D",version:"4.3.95"},{name:"movie-edit-outline",hex:"F014E",version:"4.3.95"},{name:"movie-filter",hex:"F014F",version:"4.3.95"},{name:"movie-filter-outline",hex:"F0150",version:"4.3.95"},{name:"movie-open",hex:"FFEE",version:"4.0.96"},{name:"movie-open-outline",hex:"FFEF",version:"4.0.96"},{name:"movie-outline",hex:"FDB9",version:"3.5.94"},{name:"movie-roll",hex:"F7DD",version:"2.0.46"},{name:"movie-search",hex:"F01FD",version:"4.5.95"},{name:"movie-search-outline",hex:"F01FE",version:"4.5.95"},{name:"muffin",hex:"F98B",version:"2.4.85"},{name:"multiplication",hex:"F382",version:"1.5.54"},{name:"multiplication-box",hex:"F383",version:"1.5.54"},{name:"mushroom",hex:"F7DE",version:"2.0.46"},{name:"mushroom-outline",hex:"F7DF",version:"2.0.46"},{name:"music",hex:"F759",version:"1.9.32"},{name:"music-accidental-double-flat",hex:"FF86",version:"3.9.97"},{name:"music-accidental-double-sharp",hex:"FF87",version:"3.9.97"},{name:"music-accidental-flat",hex:"FF88",version:"3.9.97"},{name:"music-accidental-natural",hex:"FF89",version:"3.9.97"},{name:"music-accidental-sharp",hex:"FF8A",version:"3.9.97"},{name:"music-box",hex:"F384",version:"1.5.54"},{name:"music-box-outline",hex:"F385",version:"1.5.54"},{name:"music-circle",hex:"F386",version:"1.5.54"},{name:"music-circle-outline",hex:"FAD3",version:"2.7.94"},{name:"music-clef-alto",hex:"FF8B",version:"3.9.97"},{name:"music-clef-bass",hex:"FF8C",version:"3.9.97"},{name:"music-clef-treble",hex:"FF8D",version:"3.9.97"},{name:"music-note",hex:"F387",version:"1.5.54"},{name:"music-note-bluetooth",hex:"F5FE",version:"1.5.54"},{name:"music-note-bluetooth-off",hex:"F5FF",version:"1.5.54"},{name:"music-note-eighth",hex:"F388",version:"1.5.54"},{name:"music-note-eighth-dotted",hex:"FF8E",version:"3.9.97"},{name:"music-note-half",hex:"F389",version:"1.5.54"},{name:"music-note-half-dotted",hex:"FF8F",version:"3.9.97"},{name:"music-note-off",hex:"F38A",version:"1.5.54"},{name:"music-note-off-outline",hex:"FF90",version:"3.9.97"},{name:"music-note-outline",hex:"FF91",version:"3.9.97"},{name:"music-note-plus",hex:"FDBA",version:"3.5.94"},{name:"music-note-quarter",hex:"F38B",version:"1.5.54"},{name:"music-note-quarter-dotted",hex:"FF92",version:"3.9.97"},{name:"music-note-sixteenth",hex:"F38C",version:"1.5.54"},{name:"music-note-sixteenth-dotted",hex:"FF93",version:"3.9.97"},{name:"music-note-whole",hex:"F38D",version:"1.5.54"},{name:"music-note-whole-dotted",hex:"FF94",version:"3.9.97"},{name:"music-off",hex:"F75A",version:"1.9.32"},{name:"music-rest-eighth",hex:"FF95",version:"3.9.97"},{name:"music-rest-half",hex:"FF96",version:"3.9.97"},{name:"music-rest-quarter",hex:"FF97",version:"3.9.97"},{name:"music-rest-sixteenth",hex:"FF98",version:"3.9.97"},{name:"music-rest-whole",hex:"FF99",version:"3.9.97"},{name:"nail",hex:"FDBB",version:"3.5.94"},{name:"nas",hex:"F8F2",version:"2.3.50"},{name:"nativescript",hex:"F87F",version:"2.1.99"},{name:"nature",hex:"F38E",version:"1.5.54"},{name:"nature-people",hex:"F38F",version:"1.5.54"},{name:"navigation",hex:"F390",version:"1.5.54"},{name:"near-me",hex:"F5CD",version:"1.5.54"},{name:"necklace",hex:"FF28",version:"3.8.95"},{name:"needle",hex:"F391",version:"1.5.54"},{name:"netflix",hex:"F745",version:"1.9.32"},{name:"network",hex:"F6F2",version:"1.8.36"},{name:"network-off",hex:"FC77",version:"3.2.89"},{name:"network-off-outline",hex:"FC78",version:"3.2.89"},{name:"network-outline",hex:"FC79",version:"3.2.89"},{name:"network-router",hex:"F00B2",version:"4.2.95"},{name:"network-strength-1",hex:"F8F3",version:"2.3.50"},{name:"network-strength-1-alert",hex:"F8F4",version:"2.3.50"},{name:"network-strength-2",hex:"F8F5",version:"2.3.50"},{name:"network-strength-2-alert",hex:"F8F6",version:"2.3.50"},{name:"network-strength-3",hex:"F8F7",version:"2.3.50"},{name:"network-strength-3-alert",hex:"F8F8",version:"2.3.50"},{name:"network-strength-4",hex:"F8F9",version:"2.3.50"},{name:"network-strength-4-alert",hex:"F8FA",version:"2.3.50"},{name:"network-strength-off",hex:"F8FB",version:"2.3.50"},{name:"network-strength-off-outline",hex:"F8FC",version:"2.3.50"},{name:"network-strength-outline",hex:"F8FD",version:"2.3.50"},{name:"new-box",hex:"F394",version:"1.5.54"},{name:"newspaper",hex:"F395",version:"1.5.54"},{name:"newspaper-minus",hex:"FF29",version:"3.8.95"},{name:"newspaper-plus",hex:"FF2A",version:"3.8.95"},{name:"newspaper-variant",hex:"F0023",version:"4.0.96"},{name:"newspaper-variant-multiple",hex:"F0024",version:"4.0.96"},{name:"newspaper-variant-multiple-outline",hex:"F0025",version:"4.0.96"},{name:"newspaper-variant-outline",hex:"F0026",version:"4.0.96"},{name:"nfc",hex:"F396",version:"1.5.54"},{name:"nfc-off",hex:"FE35",version:"3.6.95"},{name:"nfc-search-variant",hex:"FE36",version:"3.6.95"},{name:"nfc-tap",hex:"F397",version:"1.5.54"},{name:"nfc-variant",hex:"F398",version:"1.5.54"},{name:"nfc-variant-off",hex:"FE37",version:"3.6.95"},{name:"ninja",hex:"F773",version:"1.9.32"},{name:"nintendo-switch",hex:"F7E0",version:"2.0.46"},{name:"nix",hex:"F0130",version:"4.3.95"},{name:"nodejs",hex:"F399",version:"1.5.54"},{name:"noodles",hex:"F01A9",version:"4.4.95"},{name:"not-equal",hex:"F98C",version:"2.4.85"},{name:"not-equal-variant",hex:"F98D",version:"2.4.85"},{name:"note",hex:"F39A",version:"1.5.54"},{name:"note-multiple",hex:"F6B7",version:"1.7.22"},{name:"note-multiple-outline",hex:"F6B8",version:"1.7.22"},{name:"note-outline",hex:"F39B",version:"1.5.54"},{name:"note-plus",hex:"F39C",version:"1.5.54"},{name:"note-plus-outline",hex:"F39D",version:"1.5.54"},{name:"note-text",hex:"F39E",version:"1.5.54"},{name:"note-text-outline",hex:"F0202",version:"4.5.95"},{name:"notebook",hex:"F82D",version:"2.1.19"},{name:"notebook-multiple",hex:"FE38",version:"3.6.95"},{name:"notebook-outline",hex:"FEDC",version:"3.7.94"},{name:"notification-clear-all",hex:"F39F",version:"1.5.54"},{name:"npm",hex:"F6F6",version:"1.8.36"},{name:"npm-variant",hex:"F98E",version:"2.4.85"},{name:"npm-variant-outline",hex:"F98F",version:"2.4.85"},{name:"nuke",hex:"F6A3",version:"1.7.12"},{name:"null",hex:"F7E1",version:"2.0.46"},{name:"numeric",hex:"F3A0",version:"1.5.54"},{name:"numeric-0",hex:"0030",version:"2.8.94"},{name:"numeric-0-box",hex:"F3A1",version:"1.5.54"},{name:"numeric-0-box-multiple",hex:"FF2B",version:"3.8.95"},{name:"numeric-0-box-multiple-outline",hex:"F3A2",version:"1.5.54"},{name:"numeric-0-box-outline",hex:"F3A3",version:"1.5.54"},{name:"numeric-0-circle",hex:"FC7A",version:"3.2.89"},{name:"numeric-0-circle-outline",hex:"FC7B",version:"3.2.89"},{name:"numeric-1",hex:"0031",version:"2.8.94"},{name:"numeric-1-box",hex:"F3A4",version:"1.5.54"},{name:"numeric-1-box-multiple",hex:"FF2C",version:"3.8.95"},{name:"numeric-1-box-multiple-outline",hex:"F3A5",version:"1.5.54"},{name:"numeric-1-box-outline",hex:"F3A6",version:"1.5.54"},{name:"numeric-1-circle",hex:"FC7C",version:"3.2.89"},{name:"numeric-1-circle-outline",hex:"FC7D",version:"3.2.89"},{name:"numeric-10",hex:"F000A",version:"4.0.96"},{name:"numeric-10-box",hex:"FF9A",version:"3.9.97"},{name:"numeric-10-box-multiple",hex:"F000B",version:"4.0.96"},{name:"numeric-10-box-multiple-outline",hex:"F000C",version:"4.0.96"},{name:"numeric-10-box-outline",hex:"FF9B",version:"3.9.97"},{name:"numeric-10-circle",hex:"F000D",version:"4.0.96"},{name:"numeric-10-circle-outline",hex:"F000E",version:"4.0.96"},{name:"numeric-2",hex:"0032",version:"2.8.94"},{name:"numeric-2-box",hex:"F3A7",version:"1.5.54"},{name:"numeric-2-box-multiple",hex:"FF2D",version:"3.8.95"},{name:"numeric-2-box-multiple-outline",hex:"F3A8",version:"1.5.54"},{name:"numeric-2-box-outline",hex:"F3A9",version:"1.5.54"},{name:"numeric-2-circle",hex:"FC7E",version:"3.2.89"},{name:"numeric-2-circle-outline",hex:"FC7F",version:"3.2.89"},{name:"numeric-3",hex:"0033",version:"2.8.94"},{name:"numeric-3-box",hex:"F3AA",version:"1.5.54"},{name:"numeric-3-box-multiple",hex:"FF2E",version:"3.8.95"},{name:"numeric-3-box-multiple-outline",hex:"F3AB",version:"1.5.54"},{name:"numeric-3-box-outline",hex:"F3AC",version:"1.5.54"},{name:"numeric-3-circle",hex:"FC80",version:"3.2.89"},{name:"numeric-3-circle-outline",hex:"FC81",version:"3.2.89"},{name:"numeric-4",hex:"0034",version:"2.8.94"},{name:"numeric-4-box",hex:"F3AD",version:"1.5.54"},{name:"numeric-4-box-multiple",hex:"FF2F",version:"3.8.95"},{name:"numeric-4-box-multiple-outline",hex:"F3AE",version:"1.5.54"},{name:"numeric-4-box-outline",hex:"F3AF",version:"1.5.54"},{name:"numeric-4-circle",hex:"FC82",version:"3.2.89"},{name:"numeric-4-circle-outline",hex:"FC83",version:"3.2.89"},{name:"numeric-5",hex:"0035",version:"2.8.94"},{name:"numeric-5-box",hex:"F3B0",version:"1.5.54"},{name:"numeric-5-box-multiple",hex:"FF30",version:"3.8.95"},{name:"numeric-5-box-multiple-outline",hex:"F3B1",version:"1.5.54"},{name:"numeric-5-box-outline",hex:"F3B2",version:"1.5.54"},{name:"numeric-5-circle",hex:"FC84",version:"3.2.89"},{name:"numeric-5-circle-outline",hex:"FC85",version:"3.2.89"},{name:"numeric-6",hex:"0036",version:"2.8.94"},{name:"numeric-6-box",hex:"F3B3",version:"1.5.54"},{name:"numeric-6-box-multiple",hex:"FF31",version:"3.8.95"},{name:"numeric-6-box-multiple-outline",hex:"F3B4",version:"1.5.54"},{name:"numeric-6-box-outline",hex:"F3B5",version:"1.5.54"},{name:"numeric-6-circle",hex:"FC86",version:"3.2.89"},{name:"numeric-6-circle-outline",hex:"FC87",version:"3.2.89"},{name:"numeric-7",hex:"0037",version:"2.8.94"},{name:"numeric-7-box",hex:"F3B6",version:"1.5.54"},{name:"numeric-7-box-multiple",hex:"FF32",version:"3.8.95"},{name:"numeric-7-box-multiple-outline",hex:"F3B7",version:"1.5.54"},{name:"numeric-7-box-outline",hex:"F3B8",version:"1.5.54"},{name:"numeric-7-circle",hex:"FC88",version:"3.2.89"},{name:"numeric-7-circle-outline",hex:"FC89",version:"3.2.89"},{name:"numeric-8",hex:"0038",version:"2.8.94"},{name:"numeric-8-box",hex:"F3B9",version:"1.5.54"},{name:"numeric-8-box-multiple",hex:"FF33",version:"3.8.95"},{name:"numeric-8-box-multiple-outline",hex:"F3BA",version:"1.5.54"},{name:"numeric-8-box-outline",hex:"F3BB",version:"1.5.54"},{name:"numeric-8-circle",hex:"FC8A",version:"3.2.89"},{name:"numeric-8-circle-outline",hex:"FC8B",version:"3.2.89"},{name:"numeric-9",hex:"0039",version:"2.8.94"},{name:"numeric-9-box",hex:"F3BC",version:"1.5.54"},{name:"numeric-9-box-multiple",hex:"FF34",version:"3.8.95"},{name:"numeric-9-box-multiple-outline",hex:"F3BD",version:"1.5.54"},{name:"numeric-9-box-outline",hex:"F3BE",version:"1.5.54"},{name:"numeric-9-circle",hex:"FC8C",version:"3.2.89"},{name:"numeric-9-circle-outline",hex:"FC8D",version:"3.2.89"},{name:"numeric-9-plus",hex:"F000F",version:"4.0.96"},{name:"numeric-9-plus-box",hex:"F3BF",version:"1.5.54"},{name:"numeric-9-plus-box-multiple",hex:"FF35",version:"3.8.95"},{name:"numeric-9-plus-box-multiple-outline",hex:"F3C0",version:"1.5.54"},{name:"numeric-9-plus-box-outline",hex:"F3C1",version:"1.5.54"},{name:"numeric-9-plus-circle",hex:"FC8E",version:"3.2.89"},{name:"numeric-9-plus-circle-outline",hex:"FC8F",version:"3.2.89"},{name:"numeric-negative-1",hex:"F0074",version:"4.1.95"},{name:"nut",hex:"F6F7",version:"1.8.36"},{name:"nutrition",hex:"F3C2",version:"1.5.54"},{name:"nuxt",hex:"F0131",version:"4.3.95"},{name:"oar",hex:"F67B",version:"1.7.12"},{name:"ocarina",hex:"FDBC",version:"3.5.94"},{name:"oci",hex:"F0314",version:"4.8.95"},{name:"ocr",hex:"F0165",version:"4.4.95"},{name:"octagon",hex:"F3C3",version:"1.5.54"},{name:"octagon-outline",hex:"F3C4",version:"1.5.54"},{name:"octagram",hex:"F6F8",version:"1.8.36"},{name:"octagram-outline",hex:"F774",version:"1.9.32"},{name:"odnoklassniki",hex:"F3C5",version:"1.5.54"},{name:"offer",hex:"F0246",version:"4.6.95"},{name:"office",hex:"F3C6",version:"1.5.54"},{name:"office-building",hex:"F990",version:"2.4.85"},{name:"oil",hex:"F3C7",version:"1.5.54"},{name:"oil-lamp",hex:"FF36",version:"3.8.95"},{name:"oil-level",hex:"F0075",version:"4.1.95"},{name:"oil-temperature",hex:"F0019",version:"4.0.96"},{name:"omega",hex:"F3C9",version:"1.5.54"},{name:"one-up",hex:"FB89",version:"3.0.39"},{name:"onedrive",hex:"F3CA",version:"1.5.54"},{name:"onenote",hex:"F746",version:"1.9.32"},{name:"onepassword",hex:"F880",version:"2.1.99"},{name:"opacity",hex:"F5CC",version:"1.5.54"},{name:"open-in-app",hex:"F3CB",version:"1.5.54"},{name:"open-in-new",hex:"F3CC",version:"1.5.54"},{name:"open-source-initiative",hex:"FB8A",version:"3.0.39"},{name:"openid",hex:"F3CD",version:"1.5.54"},{name:"opera",hex:"F3CE",version:"1.5.54"},{name:"orbit",hex:"F018",version:"1.5.54"},{name:"origin",hex:"FB2B",version:"2.8.94"},{name:"ornament",hex:"F3CF",version:"1.5.54"},{name:"ornament-variant",hex:"F3D0",version:"1.5.54"},{name:"outdoor-lamp",hex:"F0076",version:"4.1.95"},{name:"outlook",hex:"FCFE",version:"3.3.92"},{name:"overscan",hex:"F0027",version:"4.0.96"},{name:"owl",hex:"F3D2",version:"1.5.54"},{name:"pac-man",hex:"FB8B",version:"3.0.39"},{name:"package",hex:"F3D3",version:"1.5.54"},{name:"package-down",hex:"F3D4",version:"1.5.54"},{name:"package-up",hex:"F3D5",version:"1.5.54"},{name:"package-variant",hex:"F3D6",version:"1.5.54"},{name:"package-variant-closed",hex:"F3D7",version:"1.5.54"},{name:"page-first",hex:"F600",version:"1.5.54"},{name:"page-last",hex:"F601",version:"1.5.54"},{name:"page-layout-body",hex:"F6F9",version:"1.8.36"},{name:"page-layout-footer",hex:"F6FA",version:"1.8.36"},{name:"page-layout-header",hex:"F6FB",version:"1.8.36"},{name:"page-layout-header-footer",hex:"FF9C",version:"3.9.97"},{name:"page-layout-sidebar-left",hex:"F6FC",version:"1.8.36"},{name:"page-layout-sidebar-right",hex:"F6FD",version:"1.8.36"},{name:"page-next",hex:"FB8C",version:"3.0.39"},{name:"page-next-outline",hex:"FB8D",version:"3.0.39"},{name:"page-previous",hex:"FB8E",version:"3.0.39"},{name:"page-previous-outline",hex:"FB8F",version:"3.0.39"},{name:"palette",hex:"F3D8",version:"1.5.54"},{name:"palette-advanced",hex:"F3D9",version:"1.5.54"},{name:"palette-outline",hex:"FE6C",version:"3.5.95"},{name:"palette-swatch",hex:"F8B4",version:"2.2.43"},{name:"palette-swatch-outline",hex:"F0387",version:"4.9.95"},{name:"palm-tree",hex:"F0077",version:"4.1.95"},{name:"pan",hex:"FB90",version:"3.0.39"},{name:"pan-bottom-left",hex:"FB91",version:"3.0.39"},{name:"pan-bottom-right",hex:"FB92",version:"3.0.39"},{name:"pan-down",hex:"FB93",version:"3.0.39"},{name:"pan-horizontal",hex:"FB94",version:"3.0.39"},{name:"pan-left",hex:"FB95",version:"3.0.39"},{name:"pan-right",hex:"FB96",version:"3.0.39"},{name:"pan-top-left",hex:"FB97",version:"3.0.39"},{name:"pan-top-right",hex:"FB98",version:"3.0.39"},{name:"pan-up",hex:"FB99",version:"3.0.39"},{name:"pan-vertical",hex:"FB9A",version:"3.0.39"},{name:"panda",hex:"F3DA",version:"1.5.54"},{name:"pandora",hex:"F3DB",version:"1.5.54"},{name:"panorama",hex:"F3DC",version:"1.5.54"},{name:"panorama-fisheye",hex:"F3DD",version:"1.5.54"},{name:"panorama-horizontal",hex:"F3DE",version:"1.5.54"},{name:"panorama-vertical",hex:"F3DF",version:"1.5.54"},{name:"panorama-wide-angle",hex:"F3E0",version:"1.5.54"},{name:"paper-cut-vertical",hex:"F3E1",version:"1.5.54"},{name:"paper-roll",hex:"F0182",version:"4.4.95"},{name:"paper-roll-outline",hex:"F0183",version:"4.4.95"},{name:"paperclip",hex:"F3E2",version:"1.5.54"},{name:"parachute",hex:"FC90",version:"3.2.89"},{name:"parachute-outline",hex:"FC91",version:"3.2.89"},{name:"parking",hex:"F3E3",version:"1.5.54"},{name:"party-popper",hex:"F0078",version:"4.1.95"},{name:"passport",hex:"F7E2",version:"2.0.46"},{name:"passport-biometric",hex:"FDBD",version:"3.5.94"},{name:"pasta",hex:"F018B",version:"4.4.95"},{name:"patio-heater",hex:"FF9D",version:"3.9.97"},{name:"patreon",hex:"F881",version:"2.1.99"},{name:"pause",hex:"F3E4",version:"1.5.54"},{name:"pause-circle",hex:"F3E5",version:"1.5.54"},{name:"pause-circle-outline",hex:"F3E6",version:"1.5.54"},{name:"pause-octagon",hex:"F3E7",version:"1.5.54"},{name:"pause-octagon-outline",hex:"F3E8",version:"1.5.54"},{name:"paw",hex:"F3E9",version:"1.5.54"},{name:"paw-off",hex:"F657",version:"1.6.50"},{name:"paypal",hex:"F882",version:"2.1.99",deprecated:true},{name:"pdf-box",hex:"FE39",version:"3.6.95"},{name:"peace",hex:"F883",version:"2.1.99"},{name:"peanut",hex:"F001E",version:"4.0.96"},{name:"peanut-off",hex:"F001F",version:"4.0.96"},{name:"peanut-off-outline",hex:"F0021",version:"4.0.96"},{name:"peanut-outline",hex:"F0020",version:"4.0.96"},{name:"pen",hex:"F3EA",version:"1.5.54"},{name:"pen-lock",hex:"FDBE",version:"3.5.94"},{name:"pen-minus",hex:"FDBF",version:"3.5.94"},{name:"pen-off",hex:"FDC0",version:"3.5.94"},{name:"pen-plus",hex:"FDC1",version:"3.5.94"},{name:"pen-remove",hex:"FDC2",version:"3.5.94"},{name:"pencil",hex:"F3EB",version:"1.5.54"},{name:"pencil-box",hex:"F3EC",version:"1.5.54"},{name:"pencil-box-multiple",hex:"F016F",version:"4.4.95"},{name:"pencil-box-multiple-outline",hex:"F0170",version:"4.4.95"},{name:"pencil-box-outline",hex:"F3ED",version:"1.5.54"},{name:"pencil-circle",hex:"F6FE",version:"1.8.36"},{name:"pencil-circle-outline",hex:"F775",version:"1.9.32"},{name:"pencil-lock",hex:"F3EE",version:"1.5.54"},{name:"pencil-lock-outline",hex:"FDC3",version:"3.5.94"},{name:"pencil-minus",hex:"FDC4",version:"3.5.94"},{name:"pencil-minus-outline",hex:"FDC5",version:"3.5.94"},{name:"pencil-off",hex:"F3EF",version:"1.5.54"},{name:"pencil-off-outline",hex:"FDC6",version:"3.5.94"},{name:"pencil-outline",hex:"FC92",version:"3.2.89"},{name:"pencil-plus",hex:"FDC7",version:"3.5.94"},{name:"pencil-plus-outline",hex:"FDC8",version:"3.5.94"},{name:"pencil-remove",hex:"FDC9",version:"3.5.94"},{name:"pencil-remove-outline",hex:"FDCA",version:"3.5.94"},{name:"pencil-ruler",hex:"F037E",version:"4.9.95"},{name:"penguin",hex:"FEDD",version:"3.7.94"},{name:"pentagon",hex:"F6FF",version:"1.8.36"},{name:"pentagon-outline",hex:"F700",version:"1.8.36"},{name:"percent",hex:"F3F0",version:"1.5.54"},{name:"percent-outline",hex:"F02A3",version:"4.7.95"},{name:"periodic-table",hex:"F8B5",version:"2.2.43"},{name:"periodic-table-co",hex:"F0329",version:"4.8.95"},{name:"periodic-table-co2",hex:"F7E3",version:"2.0.46"},{name:"periscope",hex:"F747",version:"1.9.32",deprecated:true},{name:"perspective-less",hex:"FCFF",version:"3.3.92"},{name:"perspective-more",hex:"FD00",version:"3.3.92"},{name:"pharmacy",hex:"F3F1",version:"1.5.54"},{name:"phone",hex:"F3F2",version:"1.5.54"},{name:"phone-alert",hex:"FF37",version:"3.8.95"},{name:"phone-alert-outline",hex:"F01B9",version:"4.5.95"},{name:"phone-bluetooth",hex:"F3F3",version:"1.5.54"},{name:"phone-bluetooth-outline",hex:"F01BA",version:"4.5.95"},{name:"phone-cancel",hex:"F00E7",version:"4.2.95"},{name:"phone-cancel-outline",hex:"F01BB",version:"4.5.95"},{name:"phone-check",hex:"F01D4",version:"4.5.95"},{name:"phone-check-outline",hex:"F01D5",version:"4.5.95"},{name:"phone-classic",hex:"F602",version:"1.5.54"},{name:"phone-classic-off",hex:"F02A4",version:"4.7.95"},{name:"phone-forward",hex:"F3F4",version:"1.5.54"},{name:"phone-forward-outline",hex:"F01BC",version:"4.5.95"},{name:"phone-hangup",hex:"F3F5",version:"1.5.54"},{name:"phone-hangup-outline",hex:"F01BD",version:"4.5.95"},{name:"phone-in-talk",hex:"F3F6",version:"1.5.54"},{name:"phone-in-talk-outline",hex:"F01AD",version:"4.4.95"},{name:"phone-incoming",hex:"F3F7",version:"1.5.54"},{name:"phone-incoming-outline",hex:"F01BE",version:"4.5.95"},{name:"phone-lock",hex:"F3F8",version:"1.5.54"},{name:"phone-lock-outline",hex:"F01BF",version:"4.5.95"},{name:"phone-log",hex:"F3F9",version:"1.5.54"},{name:"phone-log-outline",hex:"F01C0",version:"4.5.95"},{name:"phone-message",hex:"F01C1",version:"4.5.95"},{name:"phone-message-outline",hex:"F01C2",version:"4.5.95"},{name:"phone-minus",hex:"F658",version:"1.6.50"},{name:"phone-minus-outline",hex:"F01C3",version:"4.5.95"},{name:"phone-missed",hex:"F3FA",version:"1.5.54"},{name:"phone-missed-outline",hex:"F01D0",version:"4.5.95"},{name:"phone-off",hex:"FDCB",version:"3.5.94"},{name:"phone-off-outline",hex:"F01D1",version:"4.5.95"},{name:"phone-outgoing",hex:"F3FB",version:"1.5.54"},{name:"phone-outgoing-outline",hex:"F01C4",version:"4.5.95"},{name:"phone-outline",hex:"FDCC",version:"3.5.94"},{name:"phone-paused",hex:"F3FC",version:"1.5.54"},{name:"phone-paused-outline",hex:"F01C5",version:"4.5.95"},{name:"phone-plus",hex:"F659",version:"1.6.50"},{name:"phone-plus-outline",hex:"F01C6",version:"4.5.95"},{name:"phone-return",hex:"F82E",version:"2.1.19"},{name:"phone-return-outline",hex:"F01C7",version:"4.5.95"},{name:"phone-ring",hex:"F01D6",version:"4.5.95"},{name:"phone-ring-outline",hex:"F01D7",version:"4.5.95"},{name:"phone-rotate-landscape",hex:"F884",version:"2.1.99"},{name:"phone-rotate-portrait",hex:"F885",version:"2.1.99"},{name:"phone-settings",hex:"F3FD",version:"1.5.54"},{name:"phone-settings-outline",hex:"F01C8",version:"4.5.95"},{name:"phone-voip",hex:"F3FE",version:"1.5.54"},{name:"pi",hex:"F3FF",version:"1.5.54"},{name:"pi-box",hex:"F400",version:"1.5.54"},{name:"pi-hole",hex:"FDCD",version:"3.5.94"},{name:"piano",hex:"F67C",version:"1.7.12"},{name:"pickaxe",hex:"F8B6",version:"2.2.43"},{name:"picture-in-picture-bottom-right",hex:"FE3A",version:"3.6.95"},{name:"picture-in-picture-bottom-right-outline",hex:"FE3B",version:"3.6.95"},{name:"picture-in-picture-top-right",hex:"FE3C",version:"3.6.95"},{name:"picture-in-picture-top-right-outline",hex:"FE3D",version:"3.6.95"},{name:"pier",hex:"F886",version:"2.1.99"},{name:"pier-crane",hex:"F887",version:"2.1.99"},{name:"pig",hex:"F401",version:"1.5.54"},{name:"pig-variant",hex:"F0028",version:"4.0.96"},{name:"piggy-bank",hex:"F0029",version:"4.0.96"},{name:"pill",hex:"F402",version:"1.5.54"},{name:"pillar",hex:"F701",version:"1.8.36"},{name:"pin",hex:"F403",version:"1.5.54"},{name:"pin-off",hex:"F404",version:"1.5.54"},{name:"pin-off-outline",hex:"F92F",version:"2.3.54"},{name:"pin-outline",hex:"F930",version:"2.3.54"},{name:"pine-tree",hex:"F405",version:"1.5.54"},{name:"pine-tree-box",hex:"F406",version:"1.5.54"},{name:"pinterest",hex:"F407",version:"1.5.54"},{name:"pinterest-box",hex:"F408",version:"1.5.54"},{name:"pinwheel",hex:"FAD4",version:"2.7.94"},{name:"pinwheel-outline",hex:"FAD5",version:"2.7.94"},{name:"pipe",hex:"F7E4",version:"2.0.46"},{name:"pipe-disconnected",hex:"F7E5",version:"2.0.46"},{name:"pipe-leak",hex:"F888",version:"2.1.99"},{name:"pipe-wrench",hex:"F037F",version:"4.9.95"},{name:"pirate",hex:"FA07",version:"2.5.94"},{name:"pistol",hex:"F702",version:"1.8.36"},{name:"piston",hex:"F889",version:"2.1.99"},{name:"pizza",hex:"F409",version:"1.5.54"},{name:"play",hex:"F40A",version:"1.5.54"},{name:"play-box",hex:"F02A5",version:"4.7.95"},{name:"play-box-outline",hex:"F40B",version:"1.5.54"},{name:"play-circle",hex:"F40C",version:"1.5.54"},{name:"play-circle-outline",hex:"F40D",version:"1.5.54"},{name:"play-network",hex:"F88A",version:"2.1.99"},{name:"play-network-outline",hex:"FC93",version:"3.2.89"},{name:"play-outline",hex:"FF38",version:"3.8.95"},{name:"play-pause",hex:"F40E",version:"1.5.54"},{name:"play-protected-content",hex:"F40F",version:"1.5.54"},{name:"play-speed",hex:"F8FE",version:"2.3.50"},{name:"playlist-check",hex:"F5C7",version:"1.5.54"},{name:"playlist-edit",hex:"F8FF",version:"2.3.50"},{name:"playlist-minus",hex:"F410",version:"1.5.54"},{name:"playlist-music",hex:"FC94",version:"3.2.89"},{name:"playlist-music-outline",hex:"FC95",version:"3.2.89"},{name:"playlist-play",hex:"F411",version:"1.5.54"},{name:"playlist-plus",hex:"F412",version:"1.5.54"},{name:"playlist-remove",hex:"F413",version:"1.5.54"},{name:"playlist-star",hex:"FDCE",version:"3.5.94"},{name:"playstation",hex:"F414",version:"1.5.54"},{name:"plex",hex:"F6B9",version:"1.7.22"},{name:"plus",hex:"F415",version:"1.5.54"},{name:"plus-box",hex:"F416",version:"1.5.54"},{name:"plus-box-multiple",hex:"F334",version:"1.5.54"},{name:"plus-box-multiple-outline",hex:"F016E",version:"4.4.95"},{name:"plus-box-outline",hex:"F703",version:"1.8.36"},{name:"plus-circle",hex:"F417",version:"1.5.54"},{name:"plus-circle-multiple-outline",hex:"F418",version:"1.5.54"},{name:"plus-circle-outline",hex:"F419",version:"1.5.54"},{name:"plus-minus",hex:"F991",version:"2.4.85"},{name:"plus-minus-box",hex:"F992",version:"2.4.85"},{name:"plus-network",hex:"F41A",version:"1.5.54"},{name:"plus-network-outline",hex:"FC96",version:"3.2.89"},{name:"plus-one",hex:"F41B",version:"1.5.54"},{name:"plus-outline",hex:"F704",version:"1.8.36"},{name:"plus-thick",hex:"F0217",version:"4.5.95"},{name:"pocket",hex:"F41C",version:"1.5.54",deprecated:true},{name:"podcast",hex:"F993",version:"2.4.85"},{name:"podium",hex:"FD01",version:"3.3.92"},{name:"podium-bronze",hex:"FD02",version:"3.3.92"},{name:"podium-gold",hex:"FD03",version:"3.3.92"},{name:"podium-silver",hex:"FD04",version:"3.3.92"},{name:"point-of-sale",hex:"FD6E",version:"3.4.93"},{name:"pokeball",hex:"F41D",version:"1.5.54"},{name:"pokemon-go",hex:"FA08",version:"2.5.94"},{name:"poker-chip",hex:"F82F",version:"2.1.19"},{name:"polaroid",hex:"F41E",version:"1.5.54"},{name:"police-badge",hex:"F0192",version:"4.4.95"},{name:"police-badge-outline",hex:"F0193",version:"4.4.95"},{name:"poll",hex:"F41F",version:"1.5.54"},{name:"poll-box",hex:"F420",version:"1.5.54"},{name:"poll-box-outline",hex:"F02A6",version:"4.7.95"},{name:"polymer",hex:"F421",version:"1.5.54"},{name:"pool",hex:"F606",version:"1.5.54"},{name:"popcorn",hex:"F422",version:"1.5.54"},{name:"post",hex:"F002A",version:"4.0.96"},{name:"post-outline",hex:"F002B",version:"4.0.96"},{name:"postage-stamp",hex:"FC97",version:"3.2.89"},{name:"pot",hex:"F65A",version:"1.6.50"},{name:"pot-mix",hex:"F65B",version:"1.6.50"},{name:"pound",hex:"F423",version:"1.5.54"},{name:"pound-box",hex:"F424",version:"1.5.54"},{name:"pound-box-outline",hex:"F01AA",version:"4.4.95"},{name:"power",hex:"F425",version:"1.5.54"},{name:"power-cycle",hex:"F900",version:"2.3.50"},{name:"power-off",hex:"F901",version:"2.3.50"},{name:"power-on",hex:"F902",version:"2.3.50"},{name:"power-plug",hex:"F6A4",version:"1.7.12"},{name:"power-plug-off",hex:"F6A5",version:"1.7.12"},{name:"power-settings",hex:"F426",version:"1.5.54"},{name:"power-sleep",hex:"F903",version:"2.3.50"},{name:"power-socket",hex:"F427",version:"1.5.54"},{name:"power-socket-au",hex:"F904",version:"2.3.50"},{name:"power-socket-de",hex:"F0132",version:"4.3.95"},{name:"power-socket-eu",hex:"F7E6",version:"2.0.46"},{name:"power-socket-fr",hex:"F0133",version:"4.3.95"},{name:"power-socket-jp",hex:"F0134",version:"4.3.95"},{name:"power-socket-uk",hex:"F7E7",version:"2.0.46"},{name:"power-socket-us",hex:"F7E8",version:"2.0.46"},{name:"power-standby",hex:"F905",version:"2.3.50"},{name:"powershell",hex:"FA09",version:"2.5.94"},{name:"prescription",hex:"F705",version:"1.8.36"},{name:"presentation",hex:"F428",version:"1.5.54"},{name:"presentation-play",hex:"F429",version:"1.5.54"},{name:"printer",hex:"F42A",version:"1.5.54"},{name:"printer-3d",hex:"F42B",version:"1.5.54"},{name:"printer-3d-nozzle",hex:"FE3E",version:"3.6.95"},{name:"printer-3d-nozzle-alert",hex:"F01EB",version:"4.5.95"},{name:"printer-3d-nozzle-alert-outline",hex:"F01EC",version:"4.5.95"},{name:"printer-3d-nozzle-outline",hex:"FE3F",version:"3.6.95"},{name:"printer-alert",hex:"F42C",version:"1.5.54"},{name:"printer-check",hex:"F0171",version:"4.4.95"},{name:"printer-off",hex:"FE40",version:"3.6.95"},{name:"printer-pos",hex:"F0079",version:"4.1.95"},{name:"printer-settings",hex:"F706",version:"1.8.36"},{name:"printer-wireless",hex:"FA0A",version:"2.5.94"},{name:"priority-high",hex:"F603",version:"1.5.54"},{name:"priority-low",hex:"F604",version:"1.5.54"},{name:"professional-hexagon",hex:"F42D",version:"1.5.54"},{name:"progress-alert",hex:"FC98",version:"3.2.89"},{name:"progress-check",hex:"F994",version:"2.4.85"},{name:"progress-clock",hex:"F995",version:"2.4.85"},{name:"progress-close",hex:"F0135",version:"4.3.95"},{name:"progress-download",hex:"F996",version:"2.4.85"},{name:"progress-upload",hex:"F997",version:"2.4.85"},{name:"progress-wrench",hex:"FC99",version:"3.2.89"},{name:"projector",hex:"F42E",version:"1.5.54"},{name:"projector-screen",hex:"F42F",version:"1.5.54"},{name:"propane-tank",hex:"F0382",version:"4.9.95"},{name:"propane-tank-outline",hex:"F0383",version:"4.9.95"},{name:"protocol",hex:"FFF9",version:"4.0.96"},{name:"publish",hex:"F6A6",version:"1.7.12"},{name:"pulse",hex:"F430",version:"1.5.54"},{name:"pumpkin",hex:"FB9B",version:"3.0.39"},{name:"purse",hex:"FF39",version:"3.8.95"},{name:"purse-outline",hex:"FF3A",version:"3.8.95"},{name:"puzzle",hex:"F431",version:"1.5.54"},{name:"puzzle-outline",hex:"FA65",version:"2.6.95"},{name:"qi",hex:"F998",version:"2.4.85"},{name:"qqchat",hex:"F605",version:"1.5.54"},{name:"qrcode",hex:"F432",version:"1.5.54"},{name:"qrcode-edit",hex:"F8B7",version:"2.2.43"},{name:"qrcode-minus",hex:"F01B7",version:"4.4.95"},{name:"qrcode-plus",hex:"F01B6",version:"4.4.95"},{name:"qrcode-remove",hex:"F01B8",version:"4.4.95"},{name:"qrcode-scan",hex:"F433",version:"1.5.54"},{name:"quadcopter",hex:"F434",version:"1.5.54"},{name:"quality-high",hex:"F435",version:"1.5.54"},{name:"quality-low",hex:"FA0B",version:"2.5.94"},{name:"quality-medium",hex:"FA0C",version:"2.5.94"},{name:"quicktime",hex:"F436",version:"1.5.54",deprecated:true},{name:"quora",hex:"FD05",version:"3.3.92"},{name:"rabbit",hex:"F906",version:"2.3.50"},{name:"racing-helmet",hex:"FD6F",version:"3.4.93"},{name:"racquetball",hex:"FD70",version:"3.4.93"},{name:"radar",hex:"F437",version:"1.5.54"},{name:"radiator",hex:"F438",version:"1.5.54"},{name:"radiator-disabled",hex:"FAD6",version:"2.7.94"},{name:"radiator-off",hex:"FAD7",version:"2.7.94"},{name:"radio",hex:"F439",version:"1.5.54"},{name:"radio-am",hex:"FC9A",version:"3.2.89"},{name:"radio-fm",hex:"FC9B",version:"3.2.89"},{name:"radio-handheld",hex:"F43A",version:"1.5.54"},{name:"radio-off",hex:"F0247",version:"4.6.95"},{name:"radio-tower",hex:"F43B",version:"1.5.54"},{name:"radioactive",hex:"F43C",version:"1.5.54"},{name:"radioactive-off",hex:"FEDE",version:"3.7.94"},{name:"radiobox-blank",hex:"F43D",version:"1.5.54"},{name:"radiobox-marked",hex:"F43E",version:"1.5.54"},{name:"radius",hex:"FC9C",version:"3.2.89"},{name:"radius-outline",hex:"FC9D",version:"3.2.89"},{name:"railroad-light",hex:"FF3B",version:"3.8.95"},{name:"raspberry-pi",hex:"F43F",version:"1.5.54"},{name:"ray-end",hex:"F440",version:"1.5.54"},{name:"ray-end-arrow",hex:"F441",version:"1.5.54"},{name:"ray-start",hex:"F442",version:"1.5.54"},{name:"ray-start-arrow",hex:"F443",version:"1.5.54"},{name:"ray-start-end",hex:"F444",version:"1.5.54"},{name:"ray-vertex",hex:"F445",version:"1.5.54"},{name:"react",hex:"F707",version:"1.8.36"},{name:"read",hex:"F447",version:"1.5.54"},{name:"receipt",hex:"F449",version:"1.5.54"},{name:"record",hex:"F44A",version:"1.5.54"},{name:"record-circle",hex:"FEDF",version:"3.7.94"},{name:"record-circle-outline",hex:"FEE0",version:"3.7.94"},{name:"record-player",hex:"F999",version:"2.4.85"},{name:"record-rec",hex:"F44B",version:"1.5.54"},{name:"rectangle",hex:"FE41",version:"3.6.95"},{name:"rectangle-outline",hex:"FE42",version:"3.6.95"},{name:"recycle",hex:"F44C",version:"1.5.54"},{name:"reddit",hex:"F44D",version:"1.5.54"},{name:"redhat",hex:"F0146",version:"4.3.95"},{name:"redo",hex:"F44E",version:"1.5.54"},{name:"redo-variant",hex:"F44F",version:"1.5.54"},{name:"reflect-horizontal",hex:"FA0D",version:"2.5.94"},{name:"reflect-vertical",hex:"FA0E",version:"2.5.94"},{name:"refresh",hex:"F450",version:"1.5.54"},{name:"refresh-circle",hex:"F03A2",version:"4.9.95"},{name:"regex",hex:"F451",version:"1.5.54"},{name:"registered-trademark",hex:"FA66",version:"2.6.95"},{name:"relative-scale",hex:"F452",version:"1.5.54"},{name:"reload",hex:"F453",version:"1.5.54"},{name:"reload-alert",hex:"F0136",version:"4.3.95"},{name:"reminder",hex:"F88B",version:"2.1.99"},{name:"remote",hex:"F454",version:"1.5.54"},{name:"remote-desktop",hex:"F8B8",version:"2.2.43"},{name:"remote-off",hex:"FEE1",version:"3.7.94"},{name:"remote-tv",hex:"FEE2",version:"3.7.94"},{name:"remote-tv-off",hex:"FEE3",version:"3.7.94"},{name:"rename-box",hex:"F455",version:"1.5.54"},{name:"reorder-horizontal",hex:"F687",version:"1.7.12"},{name:"reorder-vertical",hex:"F688",version:"1.7.12"},{name:"repeat",hex:"F456",version:"1.5.54"},{name:"repeat-off",hex:"F457",version:"1.5.54"},{name:"repeat-once",hex:"F458",version:"1.5.54"},{name:"replay",hex:"F459",version:"1.5.54"},{name:"reply",hex:"F45A",version:"1.5.54"},{name:"reply-all",hex:"F45B",version:"1.5.54"},{name:"reply-all-outline",hex:"FF3C",version:"3.8.95"},{name:"reply-circle",hex:"F01D9",version:"4.5.95"},{name:"reply-outline",hex:"FF3D",version:"3.8.95"},{name:"reproduction",hex:"F45C",version:"1.5.54"},{name:"resistor",hex:"FB1F",version:"2.8.94"},{name:"resistor-nodes",hex:"FB20",version:"2.8.94"},{name:"resize",hex:"FA67",version:"2.6.95"},{name:"resize-bottom-right",hex:"F45D",version:"1.5.54"},{name:"responsive",hex:"F45E",version:"1.5.54"},{name:"restart",hex:"F708",version:"1.8.36"},{name:"restart-alert",hex:"F0137",version:"4.3.95"},{name:"restart-off",hex:"FD71",version:"3.4.93"},{name:"restore",hex:"F99A",version:"2.4.85"},{name:"restore-alert",hex:"F0138",version:"4.3.95"},{name:"rewind",hex:"F45F",version:"1.5.54"},{name:"rewind-10",hex:"FD06",version:"3.3.92"},{name:"rewind-30",hex:"FD72",version:"3.4.93"},{name:"rewind-5",hex:"F0224",version:"4.6.95"},{name:"rewind-outline",hex:"F709",version:"1.8.36"},{name:"rhombus",hex:"F70A",version:"1.8.36"},{name:"rhombus-medium",hex:"FA0F",version:"2.5.94"},{name:"rhombus-outline",hex:"F70B",version:"1.8.36"},{name:"rhombus-split",hex:"FA10",version:"2.5.94"},{name:"ribbon",hex:"F460",version:"1.5.54"},{name:"rice",hex:"F7E9",version:"2.0.46"},{name:"ring",hex:"F7EA",version:"2.0.46"},{name:"rivet",hex:"FE43",version:"3.6.95"},{name:"road",hex:"F461",version:"1.5.54"},{name:"road-variant",hex:"F462",version:"1.5.54"},{name:"robber",hex:"F007A",version:"4.1.95"},{name:"robot",hex:"F6A8",version:"1.7.12"},{name:"robot-industrial",hex:"FB21",version:"2.8.94"},{name:"robot-mower",hex:"F0222",version:"4.6.95"},{name:"robot-mower-outline",hex:"F021E",version:"4.5.95"},{name:"robot-vacuum",hex:"F70C",version:"1.8.36"},{name:"robot-vacuum-variant",hex:"F907",version:"2.3.50"},{name:"rocket",hex:"F463",version:"1.5.54"},{name:"rodent",hex:"F0352",version:"4.9.95"},{name:"roller-skate",hex:"FD07",version:"3.3.92"},{name:"rollerblade",hex:"FD08",version:"3.3.92"},{name:"rollupjs",hex:"FB9C",version:"3.0.39"},{name:"roman-numeral-1",hex:"F00B3",version:"4.2.95"},{name:"roman-numeral-10",hex:"F00BC",version:"4.2.95"},{name:"roman-numeral-2",hex:"F00B4",version:"4.2.95"},{name:"roman-numeral-3",hex:"F00B5",version:"4.2.95"},{name:"roman-numeral-4",hex:"F00B6",version:"4.2.95"},{name:"roman-numeral-5",hex:"F00B7",version:"4.2.95"},{name:"roman-numeral-6",hex:"F00B8",version:"4.2.95"},{name:"roman-numeral-7",hex:"F00B9",version:"4.2.95"},{name:"roman-numeral-8",hex:"F00BA",version:"4.2.95"},{name:"roman-numeral-9",hex:"F00BB",version:"4.2.95"},{name:"room-service",hex:"F88C",version:"2.1.99"},{name:"room-service-outline",hex:"FD73",version:"3.4.93"},{name:"rotate-3d",hex:"FEE4",version:"3.7.94"},{name:"rotate-3d-variant",hex:"F464",version:"1.5.54"},{name:"rotate-left",hex:"F465",version:"1.5.54"},{name:"rotate-left-variant",hex:"F466",version:"1.5.54"},{name:"rotate-orbit",hex:"FD74",version:"3.4.93"},{name:"rotate-right",hex:"F467",version:"1.5.54"},{name:"rotate-right-variant",hex:"F468",version:"1.5.54"},{name:"rounded-corner",hex:"F607",version:"1.5.54"},{name:"router",hex:"F020D",version:"4.5.95"},{name:"router-wireless",hex:"F469",version:"1.5.54"},{name:"router-wireless-settings",hex:"FA68",version:"2.6.95"},{name:"routes",hex:"F46A",version:"1.5.54"},{name:"routes-clock",hex:"F007B",version:"4.1.95"},{name:"rowing",hex:"F608",version:"1.5.54"},{name:"rss",hex:"F46B",version:"1.5.54"},{name:"rss-box",hex:"F46C",version:"1.5.54"},{name:"rss-off",hex:"FF3E",version:"3.8.95"},{name:"ruby",hex:"FD09",version:"3.3.92"},{name:"rugby",hex:"FD75",version:"3.4.93"},{name:"ruler",hex:"F46D",version:"1.5.54"},{name:"ruler-square",hex:"FC9E",version:"3.2.89"},{name:"ruler-square-compass",hex:"FEDB",version:"3.7.94"},{name:"run",hex:"F70D",version:"1.8.36"},{name:"run-fast",hex:"F46E",version:"1.5.54"},{name:"rv-truck",hex:"F01FF",version:"4.5.95"},{name:"sack",hex:"FD0A",version:"3.3.92"},{name:"sack-percent",hex:"FD0B",version:"3.3.92"},{name:"safe",hex:"FA69",version:"2.6.95"},{name:"safe-square",hex:"F02A7",version:"4.7.95"},{name:"safe-square-outline",hex:"F02A8",version:"4.7.95"},{name:"safety-goggles",hex:"FD0C",version:"3.3.92"},{name:"sailing",hex:"FEE5",version:"3.7.94"},{name:"sale",hex:"F46F",version:"1.5.54"},{name:"salesforce",hex:"F88D",version:"2.1.99"},{name:"sass",hex:"F7EB",version:"2.0.46"},{name:"satellite",hex:"F470",version:"1.5.54"},{name:"satellite-uplink",hex:"F908",version:"2.3.50"},{name:"satellite-variant",hex:"F471",version:"1.5.54"},{name:"sausage",hex:"F8B9",version:"2.2.43"},{name:"saw-blade",hex:"FE44",version:"3.6.95"},{name:"saxophone",hex:"F609",version:"1.5.54"},{name:"scale",hex:"F472",version:"1.5.54"},{name:"scale-balance",hex:"F5D1",version:"1.5.54"},{name:"scale-bathroom",hex:"F473",version:"1.5.54"},{name:"scale-off",hex:"F007C",version:"4.1.95"},{name:"scanner",hex:"F6AA",version:"1.7.12"},{name:"scanner-off",hex:"F909",version:"2.3.50"},{name:"scatter-plot",hex:"FEE6",version:"3.7.94"},{name:"scatter-plot-outline",hex:"FEE7",version:"3.7.94"},{name:"school",hex:"F474",version:"1.5.54"},{name:"school-outline",hex:"F01AB",version:"4.4.95"},{name:"scissors-cutting",hex:"FA6A",version:"2.6.95"},{name:"scooter",hex:"F0214",version:"4.5.95"},{name:"scoreboard",hex:"F02A9",version:"4.7.95"},{name:"scoreboard-outline",hex:"F02AA",version:"4.7.95"},{name:"screen-rotation",hex:"F475",version:"1.5.54"},{name:"screen-rotation-lock",hex:"F476",version:"1.5.54"},{name:"screw-flat-top",hex:"FDCF",version:"3.5.94"},{name:"screw-lag",hex:"FE54",version:"3.5.94"},{name:"screw-machine-flat-top",hex:"FE55",version:"3.5.94"},{name:"screw-machine-round-top",hex:"FE56",version:"3.5.94"},{name:"screw-round-top",hex:"FE57",version:"3.5.94"},{name:"screwdriver",hex:"F477",version:"1.5.54"},{name:"script",hex:"FB9D",version:"3.0.39"},{name:"script-outline",hex:"F478",version:"1.5.54"},{name:"script-text",hex:"FB9E",version:"3.0.39"},{name:"script-text-outline",hex:"FB9F",version:"3.0.39"},{name:"sd",hex:"F479",version:"1.5.54"},{name:"seal",hex:"F47A",version:"1.5.54"},{name:"seal-variant",hex:"FFFA",version:"4.0.96"},{name:"search-web",hex:"F70E",version:"1.8.36"},{name:"seat",hex:"FC9F",version:"3.2.89"},{name:"seat-flat",hex:"F47B",version:"1.5.54"},{name:"seat-flat-angled",hex:"F47C",version:"1.5.54"},{name:"seat-individual-suite",hex:"F47D",version:"1.5.54"},{name:"seat-legroom-extra",hex:"F47E",version:"1.5.54"},{name:"seat-legroom-normal",hex:"F47F",version:"1.5.54"},{name:"seat-legroom-reduced",hex:"F480",version:"1.5.54"},{name:"seat-outline",hex:"FCA0",version:"3.2.89"},{name:"seat-passenger",hex:"F0274",version:"4.6.95"},{name:"seat-recline-extra",hex:"F481",version:"1.5.54"},{name:"seat-recline-normal",hex:"F482",version:"1.5.54"},{name:"seatbelt",hex:"FCA1",version:"3.2.89"},{name:"security",hex:"F483",version:"1.5.54"},{name:"security-network",hex:"F484",version:"1.5.54"},{name:"seed",hex:"FE45",version:"3.6.95"},{name:"seed-outline",hex:"FE46",version:"3.6.95"},{name:"segment",hex:"FEE8",version:"3.7.94"},{name:"select",hex:"F485",version:"1.5.54"},{name:"select-all",hex:"F486",version:"1.5.54"},{name:"select-color",hex:"FD0D",version:"3.3.92"},{name:"select-compare",hex:"FAD8",version:"2.7.94"},{name:"select-drag",hex:"FA6B",version:"2.6.95"},{name:"select-group",hex:"FF9F",version:"3.9.97"},{name:"select-inverse",hex:"F487",version:"1.5.54"},{name:"select-marker",hex:"F02AB",version:"4.7.95"},{name:"select-multiple",hex:"F02AC",version:"4.7.95"},{name:"select-multiple-marker",hex:"F02AD",version:"4.7.95"},{name:"select-off",hex:"F488",version:"1.5.54"},{name:"select-place",hex:"FFFB",version:"4.0.96"},{name:"select-search",hex:"F022F",version:"4.6.95"},{name:"selection",hex:"F489",version:"1.5.54"},{name:"selection-drag",hex:"FA6C",version:"2.6.95"},{name:"selection-ellipse",hex:"FD0E",version:"3.3.92"},{name:"selection-ellipse-arrow-inside",hex:"FF3F",version:"3.8.95"},{name:"selection-marker",hex:"F02AE",version:"4.7.95"},{name:"selection-multiple-marker",hex:"F02AF",version:"4.7.95"},{name:"selection-mutliple",hex:"F02B0",version:"4.7.95"},{name:"selection-off",hex:"F776",version:"1.9.32"},{name:"selection-search",hex:"F0230",version:"4.6.95"},{name:"semantic-web",hex:"F0341",version:"4.8.95"},{name:"send",hex:"F48A",version:"1.5.54"},{name:"send-check",hex:"F018C",version:"4.4.95"},{name:"send-check-outline",hex:"F018D",version:"4.4.95"},{name:"send-circle",hex:"FE58",version:"3.5.94"},{name:"send-circle-outline",hex:"FE59",version:"3.5.94"},{name:"send-clock",hex:"F018E",version:"4.4.95"},{name:"send-clock-outline",hex:"F018F",version:"4.4.95"},{name:"send-lock",hex:"F7EC",version:"2.0.46"},{name:"send-lock-outline",hex:"F0191",version:"4.4.95"},{name:"send-outline",hex:"F0190",version:"4.4.95"},{name:"serial-port",hex:"F65C",version:"1.6.50"},{name:"server",hex:"F48B",version:"1.5.54"},{name:"server-minus",hex:"F48C",version:"1.5.54"},{name:"server-network",hex:"F48D",version:"1.5.54"},{name:"server-network-off",hex:"F48E",version:"1.5.54"},{name:"server-off",hex:"F48F",version:"1.5.54"},{name:"server-plus",hex:"F490",version:"1.5.54"},{name:"server-remove",hex:"F491",version:"1.5.54"},{name:"server-security",hex:"F492",version:"1.5.54"},{name:"set-all",hex:"F777",version:"1.9.32"},{name:"set-center",hex:"F778",version:"1.9.32"},{name:"set-center-right",hex:"F779",version:"1.9.32"},{name:"set-left",hex:"F77A",version:"1.9.32"},{name:"set-left-center",hex:"F77B",version:"1.9.32"},{name:"set-left-right",hex:"F77C",version:"1.9.32"},{name:"set-none",hex:"F77D",version:"1.9.32"},{name:"set-right",hex:"F77E",version:"1.9.32"},{name:"set-top-box",hex:"F99E",version:"2.4.85"},{name:"settings",hex:"F493",version:"1.5.54"},{name:"settings-box",hex:"F494",version:"1.5.54"},{name:"settings-helper",hex:"FA6D",version:"2.6.95"},{name:"settings-outline",hex:"F8BA",version:"2.2.43"},{name:"settings-transfer",hex:"F007D",version:"4.1.95"},{name:"settings-transfer-outline",hex:"F007E",version:"4.1.95"},{name:"shaker",hex:"F0139",version:"4.3.95"},{name:"shaker-outline",hex:"F013A",version:"4.3.95"},{name:"shape",hex:"F830",version:"2.1.19"},{name:"shape-circle-plus",hex:"F65D",version:"1.6.50"},{name:"shape-outline",hex:"F831",version:"2.1.19"},{name:"shape-oval-plus",hex:"F0225",version:"4.6.95"},{name:"shape-plus",hex:"F495",version:"1.5.54"},{name:"shape-polygon-plus",hex:"F65E",version:"1.6.50"},{name:"shape-rectangle-plus",hex:"F65F",version:"1.6.50"},{name:"shape-square-plus",hex:"F660",version:"1.6.50"},{name:"share",hex:"F496",version:"1.5.54"},{name:"share-all",hex:"F021F",version:"4.6.95"},{name:"share-all-outline",hex:"F0220",version:"4.6.95"},{name:"share-circle",hex:"F01D8",version:"4.5.95"},{name:"share-off",hex:"FF40",version:"3.8.95"},{name:"share-off-outline",hex:"FF41",version:"3.8.95"},{name:"share-outline",hex:"F931",version:"2.3.54"},{name:"share-variant",hex:"F497",version:"1.5.54"},{name:"sheep",hex:"FCA2",version:"3.2.89"},{name:"shield",hex:"F498",version:"1.5.54"},{name:"shield-account",hex:"F88E",version:"2.1.99"},{name:"shield-account-outline",hex:"FA11",version:"2.5.94"},{name:"shield-airplane",hex:"F6BA",version:"1.7.22"},{name:"shield-airplane-outline",hex:"FCA3",version:"3.2.89"},{name:"shield-alert",hex:"FEE9",version:"3.7.94"},{name:"shield-alert-outline",hex:"FEEA",version:"3.7.94"},{name:"shield-car",hex:"FFA0",version:"3.9.97"},{name:"shield-check",hex:"F565",version:"1.5.54"},{name:"shield-check-outline",hex:"FCA4",version:"3.2.89"},{name:"shield-cross",hex:"FCA5",version:"3.2.89"},{name:"shield-cross-outline",hex:"FCA6",version:"3.2.89"},{name:"shield-edit",hex:"F01CB",version:"4.5.95"},{name:"shield-edit-outline",hex:"F01CC",version:"4.5.95"},{name:"shield-half",hex:"F038B",version:"4.9.95"},{name:"shield-half-full",hex:"F77F",version:"1.9.32"},{name:"shield-home",hex:"F689",version:"1.7.12"},{name:"shield-home-outline",hex:"FCA7",version:"3.2.89"},{name:"shield-key",hex:"FBA0",version:"3.0.39"},{name:"shield-key-outline",hex:"FBA1",version:"3.0.39"},{name:"shield-link-variant",hex:"FD0F",version:"3.3.92"},{name:"shield-link-variant-outline",hex:"FD10",version:"3.3.92"},{name:"shield-lock",hex:"F99C",version:"2.4.85"},{name:"shield-lock-outline",hex:"FCA8",version:"3.2.89"},{name:"shield-off",hex:"F99D",version:"2.4.85"},{name:"shield-off-outline",hex:"F99B",version:"2.4.85"},{name:"shield-outline",hex:"F499",version:"1.5.54"},{name:"shield-plus",hex:"FAD9",version:"2.7.94"},{name:"shield-plus-outline",hex:"FADA",version:"2.7.94"},{name:"shield-refresh",hex:"F01CD",version:"4.5.95"},{name:"shield-refresh-outline",hex:"F01CE",version:"4.5.95"},{name:"shield-remove",hex:"FADB",version:"2.7.94"},{name:"shield-remove-outline",hex:"FADC",version:"2.7.94"},{name:"shield-search",hex:"FD76",version:"3.4.93"},{name:"shield-star",hex:"F0166",version:"4.4.95"},{name:"shield-star-outline",hex:"F0167",version:"4.4.95"},{name:"shield-sun",hex:"F007F",version:"4.1.95"},{name:"shield-sun-outline",hex:"F0080",version:"4.1.95"},{name:"ship-wheel",hex:"F832",version:"2.1.19"},{name:"shoe-formal",hex:"FB22",version:"2.8.94"},{name:"shoe-heel",hex:"FB23",version:"2.8.94"},{name:"shoe-print",hex:"FE5A",version:"3.5.94"},{name:"shopify",hex:"FADD",version:"2.7.94",deprecated:true},{name:"shopping",hex:"F49A",version:"1.5.54"},{name:"shopping-music",hex:"F49B",version:"1.5.54"},{name:"shopping-outline",hex:"F0200",version:"4.5.95"},{name:"shopping-search",hex:"FFA1",version:"3.9.97"},{name:"shovel",hex:"F70F",version:"1.8.36"},{name:"shovel-off",hex:"F710",version:"1.8.36"},{name:"shower",hex:"F99F",version:"2.4.85"},{name:"shower-head",hex:"F9A0",version:"2.4.85"},{name:"shredder",hex:"F49C",version:"1.5.54"},{name:"shuffle",hex:"F49D",version:"1.5.54"},{name:"shuffle-disabled",hex:"F49E",version:"1.5.54"},{name:"shuffle-variant",hex:"F49F",version:"1.5.54"},{name:"shuriken",hex:"F03AA",version:"4.9.95"},{name:"sigma",hex:"F4A0",version:"1.5.54"},{name:"sigma-lower",hex:"F62B",version:"1.6.50"},{name:"sign-caution",hex:"F4A1",version:"1.5.54"},{name:"sign-direction",hex:"F780",version:"1.9.32"},{name:"sign-direction-minus",hex:"F0022",version:"4.0.96"},{name:"sign-direction-plus",hex:"FFFD",version:"4.0.96"},{name:"sign-direction-remove",hex:"FFFE",version:"4.0.96"},{name:"sign-real-estate",hex:"F0143",version:"4.3.95"},{name:"sign-text",hex:"F781",version:"1.9.32"},{name:"signal",hex:"F4A2",version:"1.5.54"},{name:"signal-2g",hex:"F711",version:"1.8.36"},{name:"signal-3g",hex:"F712",version:"1.8.36"},{name:"signal-4g",hex:"F713",version:"1.8.36"},{name:"signal-5g",hex:"FA6E",version:"2.6.95"},{name:"signal-cellular-1",hex:"F8BB",version:"2.2.43"},{name:"signal-cellular-2",hex:"F8BC",version:"2.2.43"},{name:"signal-cellular-3",hex:"F8BD",version:"2.2.43"},{name:"signal-cellular-outline",hex:"F8BE",version:"2.2.43"},{name:"signal-distance-variant",hex:"FE47",version:"3.6.95"},{name:"signal-hspa",hex:"F714",version:"1.8.36"},{name:"signal-hspa-plus",hex:"F715",version:"1.8.36"},{name:"signal-off",hex:"F782",version:"1.9.32"},{name:"signal-variant",hex:"F60A",version:"1.5.54"},{name:"signature",hex:"FE5B",version:"3.5.94"},{name:"signature-freehand",hex:"FE5C",version:"3.5.94"},{name:"signature-image",hex:"FE5D",version:"3.5.94"},{name:"signature-text",hex:"FE5E",version:"3.5.94"},{name:"silo",hex:"FB24",version:"2.8.94"},{name:"silverware",hex:"F4A3",version:"1.5.54"},{name:"silverware-clean",hex:"FFFF",version:"4.0.96"},{name:"silverware-fork",hex:"F4A4",version:"1.5.54"},{name:"silverware-fork-knife",hex:"FA6F",version:"2.6.95"},{name:"silverware-spoon",hex:"F4A5",version:"1.5.54"},{name:"silverware-variant",hex:"F4A6",version:"1.5.54"},{name:"sim",hex:"F4A7",version:"1.5.54"},{name:"sim-alert",hex:"F4A8",version:"1.5.54"},{name:"sim-off",hex:"F4A9",version:"1.5.54"},{name:"simple-icons",hex:"F0348",version:"4.8.95"},{name:"sina-weibo",hex:"FADE",version:"2.7.94"},{name:"sitemap",hex:"F4AA",version:"1.5.54"},{name:"skate",hex:"FD11",version:"3.3.92"},{name:"skew-less",hex:"FD12",version:"3.3.92"},{name:"skew-more",hex:"FD13",version:"3.3.92"},{name:"ski",hex:"F032F",version:"4.8.95"},{name:"ski-cross-country",hex:"F0330",version:"4.8.95"},{name:"ski-water",hex:"F0331",version:"4.8.95"},{name:"skip-backward",hex:"F4AB",version:"1.5.54"},{name:"skip-backward-outline",hex:"FF42",version:"3.8.95"},{name:"skip-forward",hex:"F4AC",version:"1.5.54"},{name:"skip-forward-outline",hex:"FF43",version:"3.8.95"},{name:"skip-next",hex:"F4AD",version:"1.5.54"},{name:"skip-next-circle",hex:"F661",version:"1.6.50"},{name:"skip-next-circle-outline",hex:"F662",version:"1.6.50"},{name:"skip-next-outline",hex:"FF44",version:"3.8.95"},{name:"skip-previous",hex:"F4AE",version:"1.5.54"},{name:"skip-previous-circle",hex:"F663",version:"1.6.50"},{name:"skip-previous-circle-outline",hex:"F664",version:"1.6.50"},{name:"skip-previous-outline",hex:"FF45",version:"3.8.95"},{name:"skull",hex:"F68B",version:"1.7.12"},{name:"skull-crossbones",hex:"FBA2",version:"3.0.39"},{name:"skull-crossbones-outline",hex:"FBA3",version:"3.0.39"},{name:"skull-outline",hex:"FBA4",version:"3.0.39"},{name:"skype",hex:"F4AF",version:"1.5.54"},{name:"skype-business",hex:"F4B0",version:"1.5.54"},{name:"slack",hex:"F4B1",version:"1.5.54"},{name:"slackware",hex:"F90A",version:"2.3.50",deprecated:true},{name:"slash-forward",hex:"F0000",version:"4.0.96"},{name:"slash-forward-box",hex:"F0001",version:"4.0.96"},{name:"sleep",hex:"F4B2",version:"1.5.54"},{name:"sleep-off",hex:"F4B3",version:"1.5.54"},{name:"slope-downhill",hex:"FE5F",version:"3.5.94"},{name:"slope-uphill",hex:"FE60",version:"3.5.94"},{name:"slot-machine",hex:"F013F",version:"4.3.95"},{name:"slot-machine-outline",hex:"F0140",version:"4.3.95"},{name:"smart-card",hex:"F00E8",version:"4.2.95"},{name:"smart-card-outline",hex:"F00E9",version:"4.2.95"},{name:"smart-card-reader",hex:"F00EA",version:"4.2.95"},{name:"smart-card-reader-outline",hex:"F00EB",version:"4.2.95"},{name:"smog",hex:"FA70",version:"2.6.95"},{name:"smoke-detector",hex:"F392",version:"1.5.54"},{name:"smoking",hex:"F4B4",version:"1.5.54"},{name:"smoking-off",hex:"F4B5",version:"1.5.54"},{name:"snapchat",hex:"F4B6",version:"1.5.54"},{name:"snowboard",hex:"F0332",version:"4.8.95"},{name:"snowflake",hex:"F716",version:"1.8.36"},{name:"snowflake-alert",hex:"FF46",version:"3.8.95"},{name:"snowflake-melt",hex:"F02F6",version:"4.8.95"},{name:"snowflake-variant",hex:"FF47",version:"3.8.95"},{name:"snowman",hex:"F4B7",version:"1.5.54"},{name:"soccer",hex:"F4B8",version:"1.5.54"},{name:"soccer-field",hex:"F833",version:"2.1.19"},{name:"sofa",hex:"F4B9",version:"1.5.54"},{name:"solar-panel",hex:"FD77",version:"3.4.93"},{name:"solar-panel-large",hex:"FD78",version:"3.4.93"},{name:"solar-power",hex:"FA71",version:"2.6.95"},{name:"soldering-iron",hex:"F00BD",version:"4.2.95"},{name:"solid",hex:"F68C",version:"1.7.12"},{name:"sort",hex:"F4BA",version:"1.5.54"},{name:"sort-alphabetical",hex:"F4BB",version:"1.5.54"},{name:"sort-alphabetical-ascending",hex:"F0173",version:"4.4.95"},{name:"sort-alphabetical-descending",hex:"F0174",version:"4.4.95"},{name:"sort-ascending",hex:"F4BC",version:"1.5.54"},{name:"sort-descending",hex:"F4BD",version:"1.5.54"},{name:"sort-numeric",hex:"F4BE",version:"1.5.54"},{name:"sort-variant",hex:"F4BF",version:"1.5.54"},{name:"sort-variant-lock",hex:"FCA9",version:"3.2.89"},{name:"sort-variant-lock-open",hex:"FCAA",version:"3.2.89"},{name:"sort-variant-remove",hex:"F0172",version:"4.4.95"},{name:"soundcloud",hex:"F4C0",version:"1.5.54"},{name:"source-branch",hex:"F62C",version:"1.6.50"},{name:"source-commit",hex:"F717",version:"1.8.36"},{name:"source-commit-end",hex:"F718",version:"1.8.36"},{name:"source-commit-end-local",hex:"F719",version:"1.8.36"},{name:"source-commit-local",hex:"F71A",version:"1.8.36"},{name:"source-commit-next-local",hex:"F71B",version:"1.8.36"},{name:"source-commit-start",hex:"F71C",version:"1.8.36"},{name:"source-commit-start-next-local",hex:"F71D",version:"1.8.36"},{name:"source-fork",hex:"F4C1",version:"1.5.54"},{name:"source-merge",hex:"F62D",version:"1.6.50"},{name:"source-pull",hex:"F4C2",version:"1.5.54"},{name:"source-repository",hex:"FCAB",version:"3.2.89"},{name:"source-repository-multiple",hex:"FCAC",version:"3.2.89"},{name:"soy-sauce",hex:"F7ED",version:"2.0.46"},{name:"spa",hex:"FCAD",version:"3.2.89"},{name:"spa-outline",hex:"FCAE",version:"3.2.89"},{name:"space-invaders",hex:"FBA5",version:"3.0.39"},{name:"space-station",hex:"F03AE",version:"4.9.95"},{name:"spade",hex:"FE48",version:"3.6.95"},{name:"speaker",hex:"F4C3",version:"1.5.54"},{name:"speaker-bluetooth",hex:"F9A1",version:"2.4.85"},{name:"speaker-multiple",hex:"FD14",version:"3.3.92"},{name:"speaker-off",hex:"F4C4",version:"1.5.54"},{name:"speaker-wireless",hex:"F71E",version:"1.8.36"},{name:"speedometer",hex:"F4C5",version:"1.5.54"},{name:"speedometer-medium",hex:"FFA2",version:"3.9.97"},{name:"speedometer-slow",hex:"FFA3",version:"3.9.97"},{name:"spellcheck",hex:"F4C6",version:"1.5.54"},{name:"spider",hex:"F0215",version:"4.5.95"},{name:"spider-thread",hex:"F0216",version:"4.5.95"},{name:"spider-web",hex:"FBA6",version:"3.0.39"},{name:"spotify",hex:"F4C7",version:"1.5.54"},{name:"spotlight",hex:"F4C8",version:"1.5.54"},{name:"spotlight-beam",hex:"F4C9",version:"1.5.54"},{name:"spray",hex:"F665",version:"1.6.50"},{name:"spray-bottle",hex:"FADF",version:"2.7.94"},{name:"sprinkler",hex:"F0081",version:"4.1.95"},{name:"sprinkler-variant",hex:"F0082",version:"4.1.95"},{name:"sprout",hex:"FE49",version:"3.6.95"},{name:"sprout-outline",hex:"FE4A",version:"3.6.95"},{name:"square",hex:"F763",version:"1.9.32"},{name:"square-edit-outline",hex:"F90B",version:"2.3.50"},{name:"square-inc",hex:"F4CA",version:"1.5.54",deprecated:true},{name:"square-inc-cash",hex:"F4CB",version:"1.5.54",deprecated:true},{name:"square-medium",hex:"FA12",version:"2.5.94"},{name:"square-medium-outline",hex:"FA13",version:"2.5.94"},{name:"square-off",hex:"F0319",version:"4.8.95"},{name:"square-off-outline",hex:"F031A",version:"4.8.95"},{name:"square-outline",hex:"F762",version:"1.9.32"},{name:"square-root",hex:"F783",version:"1.9.32"},{name:"square-root-box",hex:"F9A2",version:"2.4.85"},{name:"square-small",hex:"FA14",version:"2.5.94"},{name:"squeegee",hex:"FAE0",version:"2.7.94"},{name:"ssh",hex:"F8BF",version:"2.2.43"},{name:"stack-exchange",hex:"F60B",version:"1.5.54"},{name:"stack-overflow",hex:"F4CC",version:"1.5.54"},{name:"stackpath",hex:"F359",version:"1.5.54"},{name:"stadium",hex:"F001A",version:"4.0.96"},{name:"stadium-variant",hex:"F71F",version:"1.8.36"},{name:"stairs",hex:"F4CD",version:"1.5.54"},{name:"stairs-down",hex:"F02E9",version:"4.8.95"},{name:"stairs-up",hex:"F02E8",version:"4.8.95"},{name:"stamper",hex:"FD15",version:"3.3.92"},{name:"standard-definition",hex:"F7EE",version:"2.0.46"},{name:"star",hex:"F4CE",version:"1.5.54"},{name:"star-box",hex:"FA72",version:"2.6.95"},{name:"star-box-multiple",hex:"F02B1",version:"4.7.95"},{name:"star-box-multiple-outline",hex:"F02B2",version:"4.7.95"},{name:"star-box-outline",hex:"FA73",version:"2.6.95"},{name:"star-circle",hex:"F4CF",version:"1.5.54"},{name:"star-circle-outline",hex:"F9A3",version:"2.4.85"},{name:"star-face",hex:"F9A4",version:"2.4.85"},{name:"star-four-points",hex:"FAE1",version:"2.7.94"},{name:"star-four-points-outline",hex:"FAE2",version:"2.7.94"},{name:"star-half",hex:"F4D0",version:"1.5.54"},{name:"star-off",hex:"F4D1",version:"1.5.54"},{name:"star-outline",hex:"F4D2",version:"1.5.54"},{name:"star-three-points",hex:"FAE3",version:"2.7.94"},{name:"star-three-points-outline",hex:"FAE4",version:"2.7.94"},{name:"state-machine",hex:"F021A",version:"4.5.95"},{name:"steam",hex:"F4D3",version:"1.5.54"},{name:"steam-box",hex:"F90C",version:"2.3.50"},{name:"steering",hex:"F4D4",version:"1.5.54"},{name:"steering-off",hex:"F90D",version:"2.3.50"},{name:"step-backward",hex:"F4D5",version:"1.5.54"},{name:"step-backward-2",hex:"F4D6",version:"1.5.54"},{name:"step-forward",hex:"F4D7",version:"1.5.54"},{name:"step-forward-2",hex:"F4D8",version:"1.5.54"},{name:"stethoscope",hex:"F4D9",version:"1.5.54"},{name:"sticker",hex:"F038F",version:"4.9.95"},{name:"sticker-alert",hex:"F0390",version:"4.9.95"},{name:"sticker-alert-outline",hex:"F0391",version:"4.9.95"},{name:"sticker-check",hex:"F0392",version:"4.9.95"},{name:"sticker-check-outline",hex:"F0393",version:"4.9.95"},{name:"sticker-circle-outline",hex:"F5D0",version:"1.5.54"},{name:"sticker-emoji",hex:"F784",version:"1.9.32"},{name:"sticker-minus",hex:"F0394",version:"4.9.95"},{name:"sticker-minus-outline",hex:"F0395",version:"4.9.95"},{name:"sticker-outline",hex:"F0396",version:"4.9.95"},{name:"sticker-plus",hex:"F0397",version:"4.9.95"},{name:"sticker-plus-outline",hex:"F0398",version:"4.9.95"},{name:"sticker-remove",hex:"F0399",version:"4.9.95"},{name:"sticker-remove-outline",hex:"F039A",version:"4.9.95"},{name:"stocking",hex:"F4DA",version:"1.5.54"},{name:"stomach",hex:"F00BE",version:"4.2.95"},{name:"stop",hex:"F4DB",version:"1.5.54"},{name:"stop-circle",hex:"F666",version:"1.6.50"},{name:"stop-circle-outline",hex:"F667",version:"1.6.50"},{name:"store",hex:"F4DC",version:"1.5.54"},{name:"store-24-hour",hex:"F4DD",version:"1.5.54"},{name:"store-outline",hex:"F038C",version:"4.9.95"},{name:"storefront",hex:"F00EC",version:"4.2.95"},{name:"stove",hex:"F4DE",version:"1.5.54"},{name:"strategy",hex:"F0201",version:"4.5.95"},{name:"strava",hex:"FB25",version:"2.8.94",deprecated:true},{name:"stretch-to-page",hex:"FF48",version:"3.8.95"},{name:"stretch-to-page-outline",hex:"FF49",version:"3.8.95"},{name:"string-lights",hex:"F02E5",version:"4.7.95"},{name:"string-lights-off",hex:"F02E6",version:"4.7.95"},{name:"subdirectory-arrow-left",hex:"F60C",version:"1.5.54"},{name:"subdirectory-arrow-right",hex:"F60D",version:"1.5.54"},{name:"subtitles",hex:"FA15",version:"2.5.94"},{name:"subtitles-outline",hex:"FA16",version:"2.5.94"},{name:"subway",hex:"F6AB",version:"1.7.12"},{name:"subway-alert-variant",hex:"FD79",version:"3.4.93"},{name:"subway-variant",hex:"F4DF",version:"1.5.54"},{name:"summit",hex:"F785",version:"1.9.32"},{name:"sunglasses",hex:"F4E0",version:"1.5.54"},{name:"surround-sound",hex:"F5C5",version:"1.5.54"},{name:"surround-sound-2-0",hex:"F7EF",version:"2.0.46"},{name:"surround-sound-3-1",hex:"F7F0",version:"2.0.46"},{name:"surround-sound-5-1",hex:"F7F1",version:"2.0.46"},{name:"surround-sound-7-1",hex:"F7F2",version:"2.0.46"},{name:"svg",hex:"F720",version:"1.8.36"},{name:"swap-horizontal",hex:"F4E1",version:"1.5.54"},{name:"swap-horizontal-bold",hex:"FBA9",version:"3.0.39"},{name:"swap-horizontal-circle",hex:"F0002",version:"4.0.96"},{name:"swap-horizontal-circle-outline",hex:"F0003",version:"4.0.96"},{name:"swap-horizontal-variant",hex:"F8C0",version:"2.2.43"},{name:"swap-vertical",hex:"F4E2",version:"1.5.54"},{name:"swap-vertical-bold",hex:"FBAA",version:"3.0.39"},{name:"swap-vertical-circle",hex:"F0004",version:"4.0.96"},{name:"swap-vertical-circle-outline",hex:"F0005",version:"4.0.96"},{name:"swap-vertical-variant",hex:"F8C1",version:"2.2.43"},{name:"swim",hex:"F4E3",version:"1.5.54"},{name:"switch",hex:"F4E4",version:"1.5.54"},{name:"sword",hex:"F4E5",version:"1.5.54"},{name:"sword-cross",hex:"F786",version:"1.9.32"},{name:"syllabary-hangul",hex:"F035E",version:"4.9.95"},{name:"syllabary-hiragana",hex:"F035F",version:"4.9.95"},{name:"syllabary-katakana",hex:"F0360",version:"4.9.95"},{name:"syllabary-katakana-half-width",hex:"F0361",version:"4.9.95"},{name:"symfony",hex:"FAE5",version:"2.7.94"},{name:"sync",hex:"F4E6",version:"1.5.54"},{name:"sync-alert",hex:"F4E7",version:"1.5.54"},{name:"sync-circle",hex:"F03A3",version:"4.9.95"},{name:"sync-off",hex:"F4E8",version:"1.5.54"},{name:"tab",hex:"F4E9",version:"1.5.54"},{name:"tab-minus",hex:"FB26",version:"2.8.94"},{name:"tab-plus",hex:"F75B",version:"1.9.32"},{name:"tab-remove",hex:"FB27",version:"2.8.94"},{name:"tab-unselected",hex:"F4EA",version:"1.5.54"},{name:"table",hex:"F4EB",version:"1.5.54"},{name:"table-border",hex:"FA17",version:"2.5.94"},{name:"table-chair",hex:"F0083",version:"4.1.95"},{name:"table-column",hex:"F834",version:"2.1.19"},{name:"table-column-plus-after",hex:"F4EC",version:"1.5.54"},{name:"table-column-plus-before",hex:"F4ED",version:"1.5.54"},{name:"table-column-remove",hex:"F4EE",version:"1.5.54"},{name:"table-column-width",hex:"F4EF",version:"1.5.54"},{name:"table-edit",hex:"F4F0",version:"1.5.54"},{name:"table-eye",hex:"F00BF",version:"4.2.95"},{name:"table-headers-eye",hex:"F0248",version:"4.6.95"},{name:"table-headers-eye-off",hex:"F0249",version:"4.6.95"},{name:"table-large",hex:"F4F1",version:"1.5.54"},{name:"table-large-plus",hex:"FFA4",version:"3.9.97"},{name:"table-large-remove",hex:"FFA5",version:"3.9.97"},{name:"table-merge-cells",hex:"F9A5",version:"2.4.85"},{name:"table-of-contents",hex:"F835",version:"2.1.19"},{name:"table-plus",hex:"FA74",version:"2.6.95"},{name:"table-remove",hex:"FA75",version:"2.6.95"},{name:"table-row",hex:"F836",version:"2.1.19"},{name:"table-row-height",hex:"F4F2",version:"1.5.54"},{name:"table-row-plus-after",hex:"F4F3",version:"1.5.54"},{name:"table-row-plus-before",hex:"F4F4",version:"1.5.54"},{name:"table-row-remove",hex:"F4F5",version:"1.5.54"},{name:"table-search",hex:"F90E",version:"2.3.50"},{name:"table-settings",hex:"F837",version:"2.1.19"},{name:"table-tennis",hex:"FE4B",version:"3.6.95"},{name:"tablet",hex:"F4F6",version:"1.5.54"},{name:"tablet-android",hex:"F4F7",version:"1.5.54"},{name:"tablet-cellphone",hex:"F9A6",version:"2.4.85"},{name:"tablet-dashboard",hex:"FEEB",version:"3.7.94"},{name:"tablet-ipad",hex:"F4F8",version:"1.5.54"},{name:"taco",hex:"F761",version:"1.9.32"},{name:"tag",hex:"F4F9",version:"1.5.54"},{name:"tag-faces",hex:"F4FA",version:"1.5.54"},{name:"tag-heart",hex:"F68A",version:"1.7.12"},{name:"tag-heart-outline",hex:"FBAB",version:"3.0.39"},{name:"tag-minus",hex:"F90F",version:"2.3.50"},{name:"tag-minus-outline",hex:"F024A",version:"4.6.95"},{name:"tag-multiple",hex:"F4FB",version:"1.5.54"},{name:"tag-multiple-outline",hex:"F0322",version:"4.8.95"},{name:"tag-off",hex:"F024B",version:"4.6.95"},{name:"tag-off-outline",hex:"F024C",version:"4.6.95"},{name:"tag-outline",hex:"F4FC",version:"1.5.54"},{name:"tag-plus",hex:"F721",version:"1.8.36"},{name:"tag-plus-outline",hex:"F024D",version:"4.6.95"},{name:"tag-remove",hex:"F722",version:"1.8.36"},{name:"tag-remove-outline",hex:"F024E",version:"4.6.95"},{name:"tag-text",hex:"F024F",version:"4.6.95"},{name:"tag-text-outline",hex:"F4FD",version:"1.5.54"},{name:"tank",hex:"FD16",version:"3.3.92"},{name:"tanker-truck",hex:"F0006",version:"4.0.96"},{name:"tape-measure",hex:"FB28",version:"2.8.94"},{name:"target",hex:"F4FE",version:"1.5.54"},{name:"target-account",hex:"FBAC",version:"3.0.39"},{name:"target-variant",hex:"FA76",version:"2.6.95"},{name:"taxi",hex:"F4FF",version:"1.5.54"},{name:"tea",hex:"FD7A",version:"3.4.93"},{name:"tea-outline",hex:"FD7B",version:"3.4.93"},{name:"teach",hex:"F88F",version:"2.1.99"},{name:"teamviewer",hex:"F500",version:"1.5.54"},{name:"telegram",hex:"F501",version:"1.5.54"},{name:"telescope",hex:"FB29",version:"2.8.94"},{name:"television",hex:"F502",version:"1.5.54"},{name:"television-ambient-light",hex:"F0381",version:"4.9.95"},{name:"television-box",hex:"F838",version:"2.1.19"},{name:"television-classic",hex:"F7F3",version:"2.0.46"},{name:"television-classic-off",hex:"F839",version:"2.1.19"},{name:"television-clean",hex:"F013B",version:"4.3.95"},{name:"television-guide",hex:"F503",version:"1.5.54"},{name:"television-off",hex:"F83A",version:"2.1.19"},{name:"television-pause",hex:"FFA6",version:"3.9.97"},{name:"television-play",hex:"FEEC",version:"3.7.94"},{name:"television-stop",hex:"FFA7",version:"3.9.97"},{name:"temperature-celsius",hex:"F504",version:"1.5.54"},{name:"temperature-fahrenheit",hex:"F505",version:"1.5.54"},{name:"temperature-kelvin",hex:"F506",version:"1.5.54"},{name:"tennis",hex:"FD7C",version:"3.4.93"},{name:"tennis-ball",hex:"F507",version:"1.5.54"},{name:"tent",hex:"F508",version:"1.5.54"},{name:"terraform",hex:"F0084",version:"4.1.95"},{name:"terrain",hex:"F509",version:"1.5.54"},{name:"test-tube",hex:"F668",version:"1.6.50"},{name:"test-tube-empty",hex:"F910",version:"2.3.50"},{name:"test-tube-off",hex:"F911",version:"2.3.50"},{name:"text",hex:"F9A7",version:"2.4.85"},{name:"text-recognition",hex:"F0168",version:"4.4.95"},{name:"text-shadow",hex:"F669",version:"1.6.50"},{name:"text-short",hex:"F9A8",version:"2.4.85"},{name:"text-subject",hex:"F9A9",version:"2.4.85"},{name:"text-to-speech",hex:"F50A",version:"1.5.54"},{name:"text-to-speech-off",hex:"F50B",version:"1.5.54"},{name:"textarea",hex:"F00C0",version:"4.2.95"},{name:"textbox",hex:"F60E",version:"1.5.54"},{name:"textbox-lock",hex:"F0388",version:"4.9.95"},{name:"textbox-password",hex:"F7F4",version:"2.0.46"},{name:"texture",hex:"F50C",version:"1.5.54"},{name:"texture-box",hex:"F0007",version:"4.0.96"},{name:"theater",hex:"F50D",version:"1.5.54"},{name:"theme-light-dark",hex:"F50E",version:"1.5.54"},{name:"thermometer",hex:"F50F",version:"1.5.54"},{name:"thermometer-alert",hex:"FE61",version:"3.5.94"},{name:"thermometer-chevron-down",hex:"FE62",version:"3.5.94"},{name:"thermometer-chevron-up",hex:"FE63",version:"3.5.94"},{name:"thermometer-high",hex:"F00ED",version:"4.2.95"},{name:"thermometer-lines",hex:"F510",version:"1.5.54"},{name:"thermometer-low",hex:"F00EE",version:"4.2.95"},{name:"thermometer-minus",hex:"FE64",version:"3.5.94"},{name:"thermometer-plus",hex:"FE65",version:"3.5.94"},{name:"thermostat",hex:"F393",version:"1.5.54"},{name:"thermostat-box",hex:"F890",version:"2.1.99"},{name:"thought-bubble",hex:"F7F5",version:"2.0.46"},{name:"thought-bubble-outline",hex:"F7F6",version:"2.0.46"},{name:"thumb-down",hex:"F511",version:"1.5.54"},{name:"thumb-down-outline",hex:"F512",version:"1.5.54"},{name:"thumb-up",hex:"F513",version:"1.5.54"},{name:"thumb-up-outline",hex:"F514",version:"1.5.54"},{name:"thumbs-up-down",hex:"F515",version:"1.5.54"},{name:"ticket",hex:"F516",version:"1.5.54"},{name:"ticket-account",hex:"F517",version:"1.5.54"},{name:"ticket-confirmation",hex:"F518",version:"1.5.54"},{name:"ticket-outline",hex:"F912",version:"2.3.50"},{name:"ticket-percent",hex:"F723",version:"1.8.36"},{name:"tie",hex:"F519",version:"1.5.54"},{name:"tilde",hex:"F724",version:"1.8.36"},{name:"timelapse",hex:"F51A",version:"1.5.54"},{name:"timeline",hex:"FBAD",version:"3.0.39"},{name:"timeline-alert",hex:"FFB2",version:"3.9.97"},{name:"timeline-alert-outline",hex:"FFB5",version:"3.9.97"},{name:"timeline-clock",hex:"F0226",version:"4.6.95"},{name:"timeline-clock-outline",hex:"F0227",version:"4.6.95"},{name:"timeline-help",hex:"FFB6",version:"3.9.97"},{name:"timeline-help-outline",hex:"FFB7",version:"3.9.97"},{name:"timeline-outline",hex:"FBAE",version:"3.0.39"},{name:"timeline-plus",hex:"FFB3",version:"3.9.97"},{name:"timeline-plus-outline",hex:"FFB4",version:"3.9.97"},{name:"timeline-text",hex:"FBAF",version:"3.0.39"},{name:"timeline-text-outline",hex:"FBB0",version:"3.0.39"},{name:"timer",hex:"F51B",version:"1.5.54"},{name:"timer-10",hex:"F51C",version:"1.5.54"},{name:"timer-3",hex:"F51D",version:"1.5.54"},{name:"timer-off",hex:"F51E",version:"1.5.54"},{name:"timer-sand",hex:"F51F",version:"1.5.54"},{name:"timer-sand-empty",hex:"F6AC",version:"1.7.12"},{name:"timer-sand-full",hex:"F78B",version:"1.9.32"},{name:"timetable",hex:"F520",version:"1.5.54"},{name:"toaster",hex:"F0085",version:"4.1.95"},{name:"toaster-off",hex:"F01E2",version:"4.5.95"},{name:"toaster-oven",hex:"FCAF",version:"3.2.89"},{name:"toggle-switch",hex:"F521",version:"1.5.54"},{name:"toggle-switch-off",hex:"F522",version:"1.5.54"},{name:"toggle-switch-off-outline",hex:"FA18",version:"2.5.94"},{name:"toggle-switch-outline",hex:"FA19",version:"2.5.94"},{name:"toilet",hex:"F9AA",version:"2.4.85"},{name:"toolbox",hex:"F9AB",version:"2.4.85"},{name:"toolbox-outline",hex:"F9AC",version:"2.4.85"},{name:"tools",hex:"F0086",version:"4.1.95"},{name:"tooltip",hex:"F523",version:"1.5.54"},{name:"tooltip-account",hex:"F00C",version:"1.5.54"},{name:"tooltip-edit",hex:"F524",version:"1.5.54"},{name:"tooltip-edit-outline",hex:"F02F0",version:"4.8.95"},{name:"tooltip-image",hex:"F525",version:"1.5.54"},{name:"tooltip-image-outline",hex:"FBB1",version:"3.0.39"},{name:"tooltip-outline",hex:"F526",version:"1.5.54"},{name:"tooltip-plus",hex:"FBB2",version:"3.0.39"},{name:"tooltip-plus-outline",hex:"F527",version:"1.5.54"},{name:"tooltip-text",hex:"F528",version:"1.5.54"},{name:"tooltip-text-outline",hex:"FBB3",version:"3.0.39"},{name:"tooth",hex:"F8C2",version:"2.2.43"},{name:"tooth-outline",hex:"F529",version:"1.5.54"},{name:"toothbrush",hex:"F0154",version:"4.3.95"},{name:"toothbrush-electric",hex:"F0157",version:"4.4.95"},{name:"toothbrush-paste",hex:"F0155",version:"4.3.95"},{name:"tor",hex:"F52A",version:"1.5.54",deprecated:true},{name:"tortoise",hex:"FD17",version:"3.3.92"},{name:"toslink",hex:"F02E3",version:"4.7.95"},{name:"tournament",hex:"F9AD",version:"2.4.85"},{name:"tower-beach",hex:"F680",version:"1.7.12"},{name:"tower-fire",hex:"F681",version:"1.7.12"},{name:"towing",hex:"F83B",version:"2.1.19"},{name:"toy-brick",hex:"F02B3",version:"4.7.95"},{name:"toy-brick-marker",hex:"F02B4",version:"4.7.95"},{name:"toy-brick-marker-outline",hex:"F02B5",version:"4.7.95"},{name:"toy-brick-minus",hex:"F02B6",version:"4.7.95"},{name:"toy-brick-minus-outline",hex:"F02B7",version:"4.7.95"},{name:"toy-brick-outline",hex:"F02B8",version:"4.7.95"},{name:"toy-brick-plus",hex:"F02B9",version:"4.7.95"},{name:"toy-brick-plus-outline",hex:"F02BA",version:"4.7.95"},{name:"toy-brick-remove",hex:"F02BB",version:"4.7.95"},{name:"toy-brick-remove-outline",hex:"F02BC",version:"4.7.95"},{name:"toy-brick-search",hex:"F02BD",version:"4.7.95"},{name:"toy-brick-search-outline",hex:"F02BE",version:"4.7.95"},{name:"track-light",hex:"F913",version:"2.3.50"},{name:"trackpad",hex:"F7F7",version:"2.0.46"},{name:"trackpad-lock",hex:"F932",version:"2.3.54"},{name:"tractor",hex:"F891",version:"2.1.99"},{name:"trademark",hex:"FA77",version:"2.6.95"},{name:"traffic-cone",hex:"F03A7",version:"4.9.95"},{name:"traffic-light",hex:"F52B",version:"1.5.54"},{name:"train",hex:"F52C",version:"1.5.54"},{name:"train-car",hex:"FBB4",version:"3.0.39"},{name:"train-variant",hex:"F8C3",version:"2.2.43"},{name:"tram",hex:"F52D",version:"1.5.54"},{name:"tram-side",hex:"F0008",version:"4.0.96"},{name:"transcribe",hex:"F52E",version:"1.5.54"},{name:"transcribe-close",hex:"F52F",version:"1.5.54"},{name:"transfer",hex:"F0087",version:"4.1.95"},{name:"transfer-down",hex:"FD7D",version:"3.4.93"},{name:"transfer-left",hex:"FD7E",version:"3.4.93"},{name:"transfer-right",hex:"F530",version:"1.5.54"},{name:"transfer-up",hex:"FD7F",version:"3.4.93"},{name:"transit-connection",hex:"FD18",version:"3.3.92"},{name:"transit-connection-variant",hex:"FD19",version:"3.3.92"},{name:"transit-detour",hex:"FFA8",version:"3.9.97"},{name:"transit-transfer",hex:"F6AD",version:"1.7.12"},{name:"transition",hex:"F914",version:"2.3.50"},{name:"transition-masked",hex:"F915",version:"2.3.50"},{name:"translate",hex:"F5CA",version:"1.5.54"},{name:"translate-off",hex:"FE66",version:"3.5.94"},{name:"transmission-tower",hex:"FD1A",version:"3.3.92"},{name:"trash-can",hex:"FA78",version:"2.6.95"},{name:"trash-can-outline",hex:"FA79",version:"2.6.95"},{name:"tray",hex:"F02BF",version:"4.7.95"},{name:"tray-alert",hex:"F02C0",version:"4.7.95"},{name:"tray-full",hex:"F02C1",version:"4.7.95"},{name:"tray-minus",hex:"F02C2",version:"4.7.95"},{name:"tray-plus",hex:"F02C3",version:"4.7.95"},{name:"tray-remove",hex:"F02C4",version:"4.7.95"},{name:"treasure-chest",hex:"F725",version:"1.8.36"},{name:"tree",hex:"F531",version:"1.5.54"},{name:"tree-outline",hex:"FE4C",version:"3.6.95"},{name:"trello",hex:"F532",version:"1.5.54"},{name:"trending-down",hex:"F533",version:"1.5.54"},{name:"trending-neutral",hex:"F534",version:"1.5.54"},{name:"trending-up",hex:"F535",version:"1.5.54"},{name:"triangle",hex:"F536",version:"1.5.54"},{name:"triangle-outline",hex:"F537",version:"1.5.54"},{name:"triforce",hex:"FBB5",version:"3.0.39"},{name:"trophy",hex:"F538",version:"1.5.54"},{name:"trophy-award",hex:"F539",version:"1.5.54"},{name:"trophy-broken",hex:"FD80",version:"3.4.93"},{name:"trophy-outline",hex:"F53A",version:"1.5.54"},{name:"trophy-variant",hex:"F53B",version:"1.5.54"},{name:"trophy-variant-outline",hex:"F53C",version:"1.5.54"},{name:"truck",hex:"F53D",version:"1.5.54"},{name:"truck-check",hex:"FCB0",version:"3.2.89"},{name:"truck-check-outline",hex:"F02C5",version:"4.7.95"},{name:"truck-delivery",hex:"F53E",version:"1.5.54"},{name:"truck-delivery-outline",hex:"F02C6",version:"4.7.95"},{name:"truck-fast",hex:"F787",version:"1.9.32"},{name:"truck-fast-outline",hex:"F02C7",version:"4.7.95"},{name:"truck-outline",hex:"F02C8",version:"4.7.95"},{name:"truck-trailer",hex:"F726",version:"1.8.36"},{name:"trumpet",hex:"F00C1",version:"4.2.95"},{name:"tshirt-crew",hex:"FA7A",version:"2.6.95"},{name:"tshirt-crew-outline",hex:"F53F",version:"1.5.54"},{name:"tshirt-v",hex:"FA7B",version:"2.6.95"},{name:"tshirt-v-outline",hex:"F540",version:"1.5.54"},{name:"tumble-dryer",hex:"F916",version:"2.3.50"},{name:"tumble-dryer-alert",hex:"F01E5",version:"4.5.95"},{name:"tumble-dryer-off",hex:"F01E6",version:"4.5.95"},{name:"tumblr",hex:"F541",version:"1.5.54",deprecated:true},{name:"tumblr-box",hex:"F917",version:"2.3.50",deprecated:true},{name:"tumblr-reblog",hex:"F542",version:"1.5.54",deprecated:true},{name:"tune",hex:"F62E",version:"1.6.50"},{name:"tune-vertical",hex:"F66A",version:"1.6.50"},{name:"turnstile",hex:"FCB1",version:"3.2.89"},{name:"turnstile-outline",hex:"FCB2",version:"3.2.89"},{name:"turtle",hex:"FCB3",version:"3.2.89"},{name:"twitch",hex:"F543",version:"1.5.54"},{name:"twitter",hex:"F544",version:"1.5.54"},{name:"twitter-box",hex:"F545",version:"1.5.54"},{name:"twitter-circle",hex:"F546",version:"1.5.54"},{name:"twitter-retweet",hex:"F547",version:"1.5.54"},{name:"two-factor-authentication",hex:"F9AE",version:"2.4.85"},{name:"typewriter",hex:"FF4A",version:"3.8.95"},{name:"uber",hex:"F748",version:"1.9.32",deprecated:true},{name:"ubisoft",hex:"FBB6",version:"3.0.39"},{name:"ubuntu",hex:"F548",version:"1.5.54"},{name:"ufo",hex:"F00EF",version:"4.2.95"},{name:"ufo-outline",hex:"F00F0",version:"4.2.95"},{name:"ultra-high-definition",hex:"F7F8",version:"2.0.46"},{name:"umbraco",hex:"F549",version:"1.5.54"},{name:"umbrella",hex:"F54A",version:"1.5.54"},{name:"umbrella-closed",hex:"F9AF",version:"2.4.85"},{name:"umbrella-outline",hex:"F54B",version:"1.5.54"},{name:"undo",hex:"F54C",version:"1.5.54"},{name:"undo-variant",hex:"F54D",version:"1.5.54"},{name:"unfold-less-horizontal",hex:"F54E",version:"1.5.54"},{name:"unfold-less-vertical",hex:"F75F",version:"1.9.32"},{name:"unfold-more-horizontal",hex:"F54F",version:"1.5.54"},{name:"unfold-more-vertical",hex:"F760",version:"1.9.32"},{name:"ungroup",hex:"F550",version:"1.5.54"},{name:"unicode",hex:"FEED",version:"3.7.94"},{name:"unity",hex:"F6AE",version:"1.7.12"},{name:"unreal",hex:"F9B0",version:"2.4.85"},{name:"untappd",hex:"F551",version:"1.5.54"},{name:"update",hex:"F6AF",version:"1.7.12"},{name:"upload",hex:"F552",version:"1.5.54"},{name:"upload-lock",hex:"F039E",version:"4.9.95"},{name:"upload-lock-outline",hex:"F039F",version:"4.9.95"},{name:"upload-multiple",hex:"F83C",version:"2.1.19"},{name:"upload-network",hex:"F6F5",version:"1.8.36"},{name:"upload-network-outline",hex:"FCB4",version:"3.2.89"},{name:"upload-off",hex:"F00F1",version:"4.2.95"},{name:"upload-off-outline",hex:"F00F2",version:"4.2.95"},{name:"upload-outline",hex:"FE67",version:"3.5.94"},{name:"usb",hex:"F553",version:"1.5.54"},{name:"usb-flash-drive",hex:"F02C9",version:"4.7.95"},{name:"usb-flash-drive-outline",hex:"F02CA",version:"4.7.95"},{name:"usb-port",hex:"F021B",version:"4.5.95"},{name:"valve",hex:"F0088",version:"4.1.95"},{name:"valve-closed",hex:"F0089",version:"4.1.95"},{name:"valve-open",hex:"F008A",version:"4.1.95"},{name:"van-passenger",hex:"F7F9",version:"2.0.46"},{name:"van-utility",hex:"F7FA",version:"2.0.46"},{name:"vanish",hex:"F7FB",version:"2.0.46"},{name:"vanity-light",hex:"F020C",version:"4.5.95"},{name:"variable",hex:"FAE6",version:"2.7.94"},{name:"variable-box",hex:"F013C",version:"4.3.95"},{name:"vector-arrange-above",hex:"F554",version:"1.5.54"},{name:"vector-arrange-below",hex:"F555",version:"1.5.54"},{name:"vector-bezier",hex:"FAE7",version:"2.7.94"},{name:"vector-circle",hex:"F556",version:"1.5.54"},{name:"vector-circle-variant",hex:"F557",version:"1.5.54"},{name:"vector-combine",hex:"F558",version:"1.5.54"},{name:"vector-curve",hex:"F559",version:"1.5.54"},{name:"vector-difference",hex:"F55A",version:"1.5.54"},{name:"vector-difference-ab",hex:"F55B",version:"1.5.54"},{name:"vector-difference-ba",hex:"F55C",version:"1.5.54"},{name:"vector-ellipse",hex:"F892",version:"2.1.99"},{name:"vector-intersection",hex:"F55D",version:"1.5.54"},{name:"vector-line",hex:"F55E",version:"1.5.54"},{name:"vector-link",hex:"F0009",version:"4.0.96"},{name:"vector-point",hex:"F55F",version:"1.5.54"},{name:"vector-polygon",hex:"F560",version:"1.5.54"},{name:"vector-polyline",hex:"F561",version:"1.5.54"},{name:"vector-polyline-edit",hex:"F0250",version:"4.6.95"},{name:"vector-polyline-minus",hex:"F0251",version:"4.6.95"},{name:"vector-polyline-plus",hex:"F0252",version:"4.6.95"},{name:"vector-polyline-remove",hex:"F0253",version:"4.6.95"},{name:"vector-radius",hex:"F749",version:"1.9.32"},{name:"vector-rectangle",hex:"F5C6",version:"1.5.54"},{name:"vector-selection",hex:"F562",version:"1.5.54"},{name:"vector-square",hex:"F001",version:"1.5.54"},{name:"vector-triangle",hex:"F563",version:"1.5.54"},{name:"vector-union",hex:"F564",version:"1.5.54"},{name:"venmo",hex:"F578",version:"1.5.54",deprecated:true},{name:"vhs",hex:"FA1A",version:"2.5.94"},{name:"vibrate",hex:"F566",version:"1.5.54"},{name:"vibrate-off",hex:"FCB5",version:"3.2.89"},{name:"video",hex:"F567",version:"1.5.54"},{name:"video-3d",hex:"F7FC",version:"2.0.46"},{name:"video-3d-variant",hex:"FEEE",version:"3.7.94"},{name:"video-4k-box",hex:"F83D",version:"2.1.19"},{name:"video-account",hex:"F918",version:"2.3.50"},{name:"video-check",hex:"F008B",version:"4.1.95"},{name:"video-check-outline",hex:"F008C",version:"4.1.95"},{name:"video-image",hex:"F919",version:"2.3.50"},{name:"video-input-antenna",hex:"F83E",version:"2.1.19"},{name:"video-input-component",hex:"F83F",version:"2.1.19"},{name:"video-input-hdmi",hex:"F840",version:"2.1.19"},{name:"video-input-scart",hex:"FFA9",version:"3.9.97"},{name:"video-input-svideo",hex:"F841",version:"2.1.19"},{name:"video-minus",hex:"F9B1",version:"2.4.85"},{name:"video-off",hex:"F568",version:"1.5.54"},{name:"video-off-outline",hex:"FBB7",version:"3.0.39"},{name:"video-outline",hex:"FBB8",version:"3.0.39"},{name:"video-plus",hex:"F9B2",version:"2.4.85"},{name:"video-stabilization",hex:"F91A",version:"2.3.50"},{name:"video-switch",hex:"F569",version:"1.5.54"},{name:"video-vintage",hex:"FA1B",version:"2.5.94"},{name:"video-wireless",hex:"FEEF",version:"3.7.94"},{name:"video-wireless-outline",hex:"FEF0",version:"3.7.94"},{name:"view-agenda",hex:"F56A",version:"1.5.54"},{name:"view-agenda-outline",hex:"F0203",version:"4.5.95"},{name:"view-array",hex:"F56B",version:"1.5.54"},{name:"view-carousel",hex:"F56C",version:"1.5.54"},{name:"view-column",hex:"F56D",version:"1.5.54"},{name:"view-comfy",hex:"FE4D",version:"3.6.95"},{name:"view-compact",hex:"FE4E",version:"3.6.95"},{name:"view-compact-outline",hex:"FE4F",version:"3.6.95"},{name:"view-dashboard",hex:"F56E",version:"1.5.54"},{name:"view-dashboard-outline",hex:"FA1C",version:"2.5.94"},{name:"view-dashboard-variant",hex:"F842",version:"2.1.19"},{name:"view-day",hex:"F56F",version:"1.5.54"},{name:"view-grid",hex:"F570",version:"1.5.54"},{name:"view-grid-outline",hex:"F0204",version:"4.5.95"},{name:"view-grid-plus",hex:"FFAA",version:"3.9.97"},{name:"view-grid-plus-outline",hex:"F0205",version:"4.5.95"},{name:"view-headline",hex:"F571",version:"1.5.54"},{name:"view-list",hex:"F572",version:"1.5.54"},{name:"view-module",hex:"F573",version:"1.5.54"},{name:"view-parallel",hex:"F727",version:"1.8.36"},{name:"view-quilt",hex:"F574",version:"1.5.54"},{name:"view-sequential",hex:"F728",version:"1.8.36"},{name:"view-split-horizontal",hex:"FBA7",version:"3.0.39"},{name:"view-split-vertical",hex:"FBA8",version:"3.0.39"},{name:"view-stream",hex:"F575",version:"1.5.54"},{name:"view-week",hex:"F576",version:"1.5.54"},{name:"vimeo",hex:"F577",version:"1.5.54"},{name:"violin",hex:"F60F",version:"1.5.54"},{name:"virtual-reality",hex:"F893",version:"2.1.99"},{name:"visual-studio",hex:"F610",version:"1.5.54"},{name:"visual-studio-code",hex:"FA1D",version:"2.5.94"},{name:"vk",hex:"F579",version:"1.5.54"},{name:"vk-box",hex:"F57A",version:"1.5.54"},{name:"vk-circle",hex:"F57B",version:"1.5.54"},{name:"vlc",hex:"F57C",version:"1.5.54"},{name:"voice",hex:"F5CB",version:"1.5.54"},{name:"voice-off",hex:"FEF1",version:"3.7.95"},{name:"voicemail",hex:"F57D",version:"1.5.54"},{name:"volleyball",hex:"F9B3",version:"2.4.85"},{name:"volume-high",hex:"F57E",version:"1.5.54"},{name:"volume-low",hex:"F57F",version:"1.5.54"},{name:"volume-medium",hex:"F580",version:"1.5.54"},{name:"volume-minus",hex:"F75D",version:"1.9.32"},{name:"volume-mute",hex:"F75E",version:"1.9.32"},{name:"volume-off",hex:"F581",version:"1.5.54"},{name:"volume-plus",hex:"F75C",version:"1.9.32"},{name:"volume-source",hex:"F014B",version:"4.3.95"},{name:"volume-variant-off",hex:"FE68",version:"3.5.94"},{name:"volume-vibrate",hex:"F014C",version:"4.3.95"},{name:"vote",hex:"FA1E",version:"2.5.94"},{name:"vote-outline",hex:"FA1F",version:"2.5.94"},{name:"vpn",hex:"F582",version:"1.5.54"},{name:"vuejs",hex:"F843",version:"2.1.19"},{name:"vuetify",hex:"FE50",version:"3.6.95"},{name:"walk",hex:"F583",version:"1.5.54"},{name:"wall",hex:"F7FD",version:"2.0.46"},{name:"wall-sconce",hex:"F91B",version:"2.3.50"},{name:"wall-sconce-flat",hex:"F91C",version:"2.3.50"},{name:"wall-sconce-variant",hex:"F91D",version:"2.3.50"},{name:"wallet",hex:"F584",version:"1.5.54"},{name:"wallet-giftcard",hex:"F585",version:"1.5.54"},{name:"wallet-membership",hex:"F586",version:"1.5.54"},{name:"wallet-outline",hex:"FBB9",version:"3.0.39"},{name:"wallet-plus",hex:"FFAB",version:"3.9.97"},{name:"wallet-plus-outline",hex:"FFAC",version:"3.9.97"},{name:"wallet-travel",hex:"F587",version:"1.5.54"},{name:"wallpaper",hex:"FE69",version:"3.5.94"},{name:"wan",hex:"F588",version:"1.5.54"},{name:"wardrobe",hex:"FFAD",version:"3.9.97"},{name:"wardrobe-outline",hex:"FFAE",version:"3.9.97"},{name:"warehouse",hex:"FFBB",version:"3.9.97"},{name:"washing-machine",hex:"F729",version:"1.8.36"},{name:"washing-machine-alert",hex:"F01E7",version:"4.5.95"},{name:"washing-machine-off",hex:"F01E8",version:"4.5.95"},{name:"watch",hex:"F589",version:"1.5.54"},{name:"watch-export",hex:"F58A",version:"1.5.54"},{name:"watch-export-variant",hex:"F894",version:"2.1.99"},{name:"watch-import",hex:"F58B",version:"1.5.54"},{name:"watch-import-variant",hex:"F895",version:"2.1.99"},{name:"watch-variant",hex:"F896",version:"2.1.99"},{name:"watch-vibrate",hex:"F6B0",version:"1.7.12"},{name:"watch-vibrate-off",hex:"FCB6",version:"3.2.89"},{name:"water",hex:"F58C",version:"1.5.54"},{name:"water-boiler",hex:"FFAF",version:"3.9.97"},{name:"water-boiler-alert",hex:"F01DE",version:"4.5.95"},{name:"water-boiler-off",hex:"F01DF",version:"4.5.95"},{name:"water-off",hex:"F58D",version:"1.5.54"},{name:"water-outline",hex:"FE6A",version:"3.5.94"},{name:"water-percent",hex:"F58E",version:"1.5.54"},{name:"water-polo",hex:"F02CB",version:"4.7.95"},{name:"water-pump",hex:"F58F",version:"1.5.54"},{name:"water-pump-off",hex:"FFB0",version:"3.9.97"},{name:"water-well",hex:"F008D",version:"4.1.95"},{name:"water-well-outline",hex:"F008E",version:"4.1.95"},{name:"watermark",hex:"F612",version:"1.5.54"},{name:"wave",hex:"FF4B",version:"3.8.95"},{name:"waves",hex:"F78C",version:"1.9.32"},{name:"waze",hex:"FBBA",version:"3.0.39"},{name:"weather-cloudy",hex:"F590",version:"1.5.54"},{name:"weather-cloudy-alert",hex:"FF4C",version:"3.8.95"},{name:"weather-cloudy-arrow-right",hex:"FE51",version:"3.6.95"},{name:"weather-fog",hex:"F591",version:"1.5.54"},{name:"weather-hail",hex:"F592",version:"1.5.54"},{name:"weather-hazy",hex:"FF4D",version:"3.8.95"},{name:"weather-hurricane",hex:"F897",version:"2.1.99"},{name:"weather-lightning",hex:"F593",version:"1.5.54"},{name:"weather-lightning-rainy",hex:"F67D",version:"1.7.12"},{name:"weather-night",hex:"F594",version:"1.5.54"},{name:"weather-night-partly-cloudy",hex:"FF4E",version:"3.8.95"},{name:"weather-partly-cloudy",hex:"F595",version:"1.5.54"},{name:"weather-partly-lightning",hex:"FF4F",version:"3.8.95"},{name:"weather-partly-rainy",hex:"FF50",version:"3.8.95"},{name:"weather-partly-snowy",hex:"FF51",version:"3.8.95"},{name:"weather-partly-snowy-rainy",hex:"FF52",version:"3.8.95"},{name:"weather-pouring",hex:"F596",version:"1.5.54"},{name:"weather-rainy",hex:"F597",version:"1.5.54"},{name:"weather-snowy",hex:"F598",version:"1.5.54"},{name:"weather-snowy-heavy",hex:"FF53",version:"3.8.95"},{name:"weather-snowy-rainy",hex:"F67E",version:"1.7.12"},{name:"weather-sunny",hex:"F599",version:"1.5.54"},{name:"weather-sunny-alert",hex:"FF54",version:"3.8.95"},{name:"weather-sunset",hex:"F59A",version:"1.5.54"},{name:"weather-sunset-down",hex:"F59B",version:"1.5.54"},{name:"weather-sunset-up",hex:"F59C",version:"1.5.54"},{name:"weather-tornado",hex:"FF55",version:"3.8.95"},{name:"weather-windy",hex:"F59D",version:"1.5.54"},{name:"weather-windy-variant",hex:"F59E",version:"1.5.54"},{name:"web",hex:"F59F",version:"1.5.54"},{name:"web-box",hex:"FFB1",version:"3.9.97"},{name:"web-clock",hex:"F0275",version:"4.6.95"},{name:"webcam",hex:"F5A0",version:"1.5.54"},{name:"webhook",hex:"F62F",version:"1.6.50"},{name:"webpack",hex:"F72A",version:"1.8.36"},{name:"webrtc",hex:"F0273",version:"4.6.95"},{name:"wechat",hex:"F611",version:"1.5.54"},{name:"weight",hex:"F5A1",version:"1.5.54"},{name:"weight-gram",hex:"FD1B",version:"3.3.92"},{name:"weight-kilogram",hex:"F5A2",version:"1.5.54"},{name:"weight-lifter",hex:"F0188",version:"4.4.95"},{name:"weight-pound",hex:"F9B4",version:"2.4.85"},{name:"whatsapp",hex:"F5A3",version:"1.5.54"},{name:"wheelchair-accessibility",hex:"F5A4",version:"1.5.54"},{name:"whistle",hex:"F9B5",version:"2.4.85"},{name:"whistle-outline",hex:"F02E7",version:"4.8.95"},{name:"white-balance-auto",hex:"F5A5",version:"1.5.54"},{name:"white-balance-incandescent",hex:"F5A6",version:"1.5.54"},{name:"white-balance-iridescent",hex:"F5A7",version:"1.5.54"},{name:"white-balance-sunny",hex:"F5A8",version:"1.5.54"},{name:"widgets",hex:"F72B",version:"1.8.36"},{name:"widgets-outline",hex:"F0380",version:"4.9.95"},{name:"wifi",hex:"F5A9",version:"1.5.54"},{name:"wifi-off",hex:"F5AA",version:"1.5.54"},{name:"wifi-star",hex:"FE6B",version:"3.5.94"},{name:"wifi-strength-1",hex:"F91E",version:"2.3.50"},{name:"wifi-strength-1-alert",hex:"F91F",version:"2.3.50"},{name:"wifi-strength-1-lock",hex:"F920",version:"2.3.50"},{name:"wifi-strength-2",hex:"F921",version:"2.3.50"},{name:"wifi-strength-2-alert",hex:"F922",version:"2.3.50"},{name:"wifi-strength-2-lock",hex:"F923",version:"2.3.50"},{name:"wifi-strength-3",hex:"F924",version:"2.3.50"},{name:"wifi-strength-3-alert",hex:"F925",version:"2.3.50"},{name:"wifi-strength-3-lock",hex:"F926",version:"2.3.50"},{name:"wifi-strength-4",hex:"F927",version:"2.3.50"},{name:"wifi-strength-4-alert",hex:"F928",version:"2.3.50"},{name:"wifi-strength-4-lock",hex:"F929",version:"2.3.50"},{name:"wifi-strength-alert-outline",hex:"F92A",version:"2.3.50"},{name:"wifi-strength-lock-outline",hex:"F92B",version:"2.3.50"},{name:"wifi-strength-off",hex:"F92C",version:"2.3.50"},{name:"wifi-strength-off-outline",hex:"F92D",version:"2.3.50"},{name:"wifi-strength-outline",hex:"F92E",version:"2.3.50"},{name:"wii",hex:"F5AB",version:"1.5.54"},{name:"wiiu",hex:"F72C",version:"1.8.36"},{name:"wikipedia",hex:"F5AC",version:"1.5.54"},{name:"wind-turbine",hex:"FD81",version:"3.4.93"},{name:"window-close",hex:"F5AD",version:"1.5.54"},{name:"window-closed",hex:"F5AE",version:"1.5.54"},{name:"window-closed-variant",hex:"F0206",version:"4.5.95"},{name:"window-maximize",hex:"F5AF",version:"1.5.54"},{name:"window-minimize",hex:"F5B0",version:"1.5.54"},{name:"window-open",hex:"F5B1",version:"1.5.54"},{name:"window-open-variant",hex:"F0207",version:"4.5.95"},{name:"window-restore",hex:"F5B2",version:"1.5.54"},{name:"window-shutter",hex:"F0147",version:"4.3.95"},{name:"window-shutter-alert",hex:"F0148",version:"4.3.95"},{name:"window-shutter-open",hex:"F0149",version:"4.3.95"},{name:"windows",hex:"F5B3",version:"1.5.54"},{name:"windows-classic",hex:"FA20",version:"2.5.94"},{name:"wiper",hex:"FAE8",version:"2.7.94"},{name:"wiper-wash",hex:"FD82",version:"3.4.93"},{name:"wordpress",hex:"F5B4",version:"1.5.54"},{name:"worker",hex:"F5B5",version:"1.5.54"},{name:"wrap",hex:"F5B6",version:"1.5.54"},{name:"wrap-disabled",hex:"FBBB",version:"3.0.39"},{name:"wrench",hex:"F5B7",version:"1.5.54"},{name:"wrench-outline",hex:"FBBC",version:"3.0.39"},{name:"wunderlist",hex:"F5B8",version:"1.5.54",deprecated:true},{name:"xamarin",hex:"F844",version:"2.1.19"},{name:"xamarin-outline",hex:"F845",version:"2.1.19"},{name:"xaml",hex:"F673",version:"1.6.50"},{name:"xbox",hex:"F5B9",version:"1.5.54"},{name:"xbox-controller",hex:"F5BA",version:"1.5.54"},{name:"xbox-controller-battery-alert",hex:"F74A",version:"1.9.32"},{name:"xbox-controller-battery-charging",hex:"FA21",version:"2.5.94"},{name:"xbox-controller-battery-empty",hex:"F74B",version:"1.9.32"},{name:"xbox-controller-battery-full",hex:"F74C",version:"1.9.32"},{name:"xbox-controller-battery-low",hex:"F74D",version:"1.9.32"},{name:"xbox-controller-battery-medium",hex:"F74E",version:"1.9.32"},{name:"xbox-controller-battery-unknown",hex:"F74F",version:"1.9.32"},{name:"xbox-controller-menu",hex:"FE52",version:"3.6.95"},{name:"xbox-controller-off",hex:"F5BB",version:"1.5.54"},{name:"xbox-controller-view",hex:"FE53",version:"3.6.95"},{name:"xda",hex:"F5BC",version:"1.5.54",deprecated:true},{name:"xing",hex:"F5BD",version:"1.5.54"},{name:"xing-box",hex:"F5BE",version:"1.5.54"},{name:"xing-circle",hex:"F5BF",version:"1.5.54"},{name:"xml",hex:"F5C0",version:"1.5.54"},{name:"xmpp",hex:"F7FE",version:"2.0.46"},{name:"yahoo",hex:"FB2A",version:"2.8.94"},{name:"yammer",hex:"F788",version:"1.9.32"},{name:"yeast",hex:"F5C1",version:"1.5.54"},{name:"yelp",hex:"F5C2",version:"1.5.54",deprecated:true},{name:"yin-yang",hex:"F67F",version:"1.7.12"},{name:"yoga",hex:"F01A7",version:"4.4.95"},{name:"youtube",hex:"F5C3",version:"1.5.54"},{name:"youtube-creator-studio",hex:"F846",version:"2.1.19"},{name:"youtube-gaming",hex:"F847",version:"2.1.19"},{name:"youtube-subscription",hex:"FD1C",version:"3.3.92"},{name:"youtube-tv",hex:"F448",version:"1.5.54"},{name:"z-wave",hex:"FAE9",version:"2.7.94"},{name:"zend",hex:"FAEA",version:"2.7.94"},{name:"zigbee",hex:"FD1D",version:"3.3.92"},{name:"zip-box",hex:"F5C4",version:"1.5.54"},{name:"zip-box-outline",hex:"F001B",version:"4.0.96"},{name:"zip-disk",hex:"FA22",version:"2.5.94"},{name:"zodiac-aquarius",hex:"FA7C",version:"2.6.95"},{name:"zodiac-aries",hex:"FA7D",version:"2.6.95"},{name:"zodiac-cancer",hex:"FA7E",version:"2.6.95"},{name:"zodiac-capricorn",hex:"FA7F",version:"2.6.95"},{name:"zodiac-gemini",hex:"FA80",version:"2.6.95"},{name:"zodiac-leo",hex:"FA81",version:"2.6.95"},{name:"zodiac-libra",hex:"FA82",version:"2.6.95"},{name:"zodiac-pisces",hex:"FA83",version:"2.6.95"},{name:"zodiac-sagittarius",hex:"FA84",version:"2.6.95"},{name:"zodiac-scorpio",hex:"FA85",version:"2.6.95"},{name:"zodiac-taurus",hex:"FA86",version:"2.6.95"},{name:"zodiac-virgo",hex:"FA87",version:"2.6.95"}];
icons.push({ "name": "blank", "hex": "f68c" });
icons.forEach(function (icon) {
var item = getIconItem(icon, isNew(icon), isDeprecated(icon));
document.getElementById('icons').appendChild(item);
if (isNew(icon)) {
var newItem = getIconItem(icon, false, false);
document.getElementById('newIcons').appendChild(newItem);
newIconsCount++;
}
if (isDeprecated(icon)) {
var deprecatedItem = getIconItem(icon, false, false);
document.getElementById('deprecatedIcons').appendChild(deprecatedItem);
deprecatedIconsCount++;
}
iconsCount++;
});
var whereDeprecated = function (icon) {
return icon.deprecated === true;
};
if (!(icons.find(whereDeprecated))) {
document.getElementById('deprecated').style.display = 'none';
}
document.getElementById('iconsCount').innerText = iconsCount;
document.getElementById('newIconsCount').innerText = newIconsCount;
document.getElementById('deprecatedIconsCount').innerText = deprecatedIconsCount;
document.getElementById('npm').addEventListener('click', function () {
copyText('npm install {{package_npm_font}}');
});
})();
</script>
</body>
</html>