From 3b1d00f685f89b7e3ad8c71376eae3c3eb7d0c87 Mon Sep 17 00:00:00 2001 From: jtbx Date: Sun, 1 Oct 2023 22:32:18 +0200 Subject: [PATCH] Add font-awesome v6.4.2 --- static/thirdparty/fontawesome6/LICENSE.txt | 165 + static/thirdparty/fontawesome6/css/all.css | 7970 + .../thirdparty/fontawesome6/css/all.min.css | 9 + static/thirdparty/fontawesome6/css/brands.css | 1537 + .../fontawesome6/css/brands.min.css | 6 + .../fontawesome6/css/fontawesome.css | 6372 + .../fontawesome6/css/fontawesome.min.css | 9 + .../thirdparty/fontawesome6/css/regular.css | 19 + .../fontawesome6/css/regular.min.css | 6 + static/thirdparty/fontawesome6/css/solid.css | 19 + .../thirdparty/fontawesome6/css/solid.min.css | 6 + .../fontawesome6/css/svg-with-js.css | 639 + .../fontawesome6/css/svg-with-js.min.css | 6 + .../fontawesome6/css/v4-font-face.css | 26 + .../fontawesome6/css/v4-font-face.min.css | 6 + .../thirdparty/fontawesome6/css/v4-shims.css | 2194 + .../fontawesome6/css/v4-shims.min.css | 6 + .../fontawesome6/css/v5-font-face.css | 22 + .../fontawesome6/css/v5-font-face.min.css | 6 + .../fontawesome6/metadata/categories.yml | 3060 + .../fontawesome6/metadata/icon-families.json | 111762 +++++++++++++++ .../fontawesome6/metadata/icon-families.yml | 51134 +++++++ .../fontawesome6/metadata/icons.json | 92168 ++++++++++++ .../fontawesome6/metadata/icons.yml | 41337 ++++++ .../fontawesome6/metadata/shims.json | 4052 + .../fontawesome6/metadata/shims.yml | 646 + .../fontawesome6/metadata/sponsors.yml | 1416 + .../fontawesome6/scss/_animated.scss | 153 + .../fontawesome6/scss/_bordered-pulled.scss | 20 + .../thirdparty/fontawesome6/scss/_core.scss | 43 + .../fontawesome6/scss/_fixed-width.scss | 7 + .../fontawesome6/scss/_functions.scss | 57 + .../thirdparty/fontawesome6/scss/_icons.scss | 10 + .../thirdparty/fontawesome6/scss/_list.scss | 18 + .../thirdparty/fontawesome6/scss/_mixins.scss | 75 + .../fontawesome6/scss/_rotated-flipped.scss | 31 + .../fontawesome6/scss/_screen-reader.scss | 14 + .../thirdparty/fontawesome6/scss/_shims.scss | 2042 + .../thirdparty/fontawesome6/scss/_sizing.scss | 16 + .../fontawesome6/scss/_stacked.scss | 32 + .../fontawesome6/scss/_variables.scss | 4971 + .../thirdparty/fontawesome6/scss/brands.scss | 30 + .../fontawesome6/scss/fontawesome.scss | 21 + .../thirdparty/fontawesome6/scss/regular.scss | 26 + .../thirdparty/fontawesome6/scss/solid.scss | 26 + .../fontawesome6/scss/v4-shims.scss | 11 + .../fontawesome6/webfonts/fa-brands-400.ttf | Bin 0 -> 189684 bytes .../fontawesome6/webfonts/fa-brands-400.woff2 | Bin 0 -> 109808 bytes .../fontawesome6/webfonts/fa-regular-400.ttf | Bin 0 -> 63348 bytes .../webfonts/fa-regular-400.woff2 | Bin 0 -> 24488 bytes .../fontawesome6/webfonts/fa-solid-900.ttf | Bin 0 -> 394668 bytes .../fontawesome6/webfonts/fa-solid-900.woff2 | Bin 0 -> 150020 bytes .../webfonts/fa-v4compatibility.ttf | Bin 0 -> 10172 bytes .../webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4568 bytes 54 files changed, 332201 insertions(+) create mode 100644 static/thirdparty/fontawesome6/LICENSE.txt create mode 100644 static/thirdparty/fontawesome6/css/all.css create mode 100644 static/thirdparty/fontawesome6/css/all.min.css create mode 100644 static/thirdparty/fontawesome6/css/brands.css create mode 100644 static/thirdparty/fontawesome6/css/brands.min.css create mode 100644 static/thirdparty/fontawesome6/css/fontawesome.css create mode 100644 static/thirdparty/fontawesome6/css/fontawesome.min.css create mode 100644 static/thirdparty/fontawesome6/css/regular.css create mode 100644 static/thirdparty/fontawesome6/css/regular.min.css create mode 100644 static/thirdparty/fontawesome6/css/solid.css create mode 100644 static/thirdparty/fontawesome6/css/solid.min.css create mode 100644 static/thirdparty/fontawesome6/css/svg-with-js.css create mode 100644 static/thirdparty/fontawesome6/css/svg-with-js.min.css create mode 100644 static/thirdparty/fontawesome6/css/v4-font-face.css create mode 100644 static/thirdparty/fontawesome6/css/v4-font-face.min.css create mode 100644 static/thirdparty/fontawesome6/css/v4-shims.css create mode 100644 static/thirdparty/fontawesome6/css/v4-shims.min.css create mode 100644 static/thirdparty/fontawesome6/css/v5-font-face.css create mode 100644 static/thirdparty/fontawesome6/css/v5-font-face.min.css create mode 100644 static/thirdparty/fontawesome6/metadata/categories.yml create mode 100644 static/thirdparty/fontawesome6/metadata/icon-families.json create mode 100644 static/thirdparty/fontawesome6/metadata/icon-families.yml create mode 100644 static/thirdparty/fontawesome6/metadata/icons.json create mode 100644 static/thirdparty/fontawesome6/metadata/icons.yml create mode 100644 static/thirdparty/fontawesome6/metadata/shims.json create mode 100644 static/thirdparty/fontawesome6/metadata/shims.yml create mode 100644 static/thirdparty/fontawesome6/metadata/sponsors.yml create mode 100644 static/thirdparty/fontawesome6/scss/_animated.scss create mode 100644 static/thirdparty/fontawesome6/scss/_bordered-pulled.scss create mode 100644 static/thirdparty/fontawesome6/scss/_core.scss create mode 100644 static/thirdparty/fontawesome6/scss/_fixed-width.scss create mode 100644 static/thirdparty/fontawesome6/scss/_functions.scss create mode 100644 static/thirdparty/fontawesome6/scss/_icons.scss create mode 100644 static/thirdparty/fontawesome6/scss/_list.scss create mode 100644 static/thirdparty/fontawesome6/scss/_mixins.scss create mode 100644 static/thirdparty/fontawesome6/scss/_rotated-flipped.scss create mode 100644 static/thirdparty/fontawesome6/scss/_screen-reader.scss create mode 100644 static/thirdparty/fontawesome6/scss/_shims.scss create mode 100644 static/thirdparty/fontawesome6/scss/_sizing.scss create mode 100644 static/thirdparty/fontawesome6/scss/_stacked.scss create mode 100644 static/thirdparty/fontawesome6/scss/_variables.scss create mode 100644 static/thirdparty/fontawesome6/scss/brands.scss create mode 100644 static/thirdparty/fontawesome6/scss/fontawesome.scss create mode 100644 static/thirdparty/fontawesome6/scss/regular.scss create mode 100644 static/thirdparty/fontawesome6/scss/solid.scss create mode 100644 static/thirdparty/fontawesome6/scss/v4-shims.scss create mode 100644 static/thirdparty/fontawesome6/webfonts/fa-brands-400.ttf create mode 100644 static/thirdparty/fontawesome6/webfonts/fa-brands-400.woff2 create mode 100644 static/thirdparty/fontawesome6/webfonts/fa-regular-400.ttf create mode 100644 static/thirdparty/fontawesome6/webfonts/fa-regular-400.woff2 create mode 100644 static/thirdparty/fontawesome6/webfonts/fa-solid-900.ttf create mode 100644 static/thirdparty/fontawesome6/webfonts/fa-solid-900.woff2 create mode 100644 static/thirdparty/fontawesome6/webfonts/fa-v4compatibility.ttf create mode 100644 static/thirdparty/fontawesome6/webfonts/fa-v4compatibility.woff2 diff --git a/static/thirdparty/fontawesome6/LICENSE.txt b/static/thirdparty/fontawesome6/LICENSE.txt new file mode 100644 index 0000000..39e18e3 --- /dev/null +++ b/static/thirdparty/fontawesome6/LICENSE.txt @@ -0,0 +1,165 @@ +Fonticons, Inc. (https://fontawesome.com) + +-------------------------------------------------------------------------------- + +Font Awesome Free License + +Font Awesome Free is free, open source, and GPL friendly. You can use it for +commercial projects, open source projects, or really almost whatever you want. +Full Font Awesome Free license: https://fontawesome.com/license/free. + +-------------------------------------------------------------------------------- + +# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) + +The Font Awesome Free download is licensed under a Creative Commons +Attribution 4.0 International License and applies to all icons packaged +as SVG and JS file types. + +-------------------------------------------------------------------------------- + +# Fonts: SIL OFL 1.1 License + +In the Font Awesome Free download, the SIL OFL license applies to all icons +packaged as web and desktop font files. + +Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com) +with Reserved Font Name: "Font Awesome". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE +Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting — in part or in whole — any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +-------------------------------------------------------------------------------- + +# Code: MIT License (https://opensource.org/licenses/MIT) + +In the Font Awesome Free download, the MIT license applies to all non-font and +non-icon files. + +Copyright 2023 Fonticons, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in the +Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +# Attribution + +Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font +Awesome Free files already contain embedded comments with sufficient +attribution, so you shouldn't need to do anything additional when using these +files normally. + +We've kept attribution comments terse, so we ask that you do not actively work +to remove them from files, especially code. They're a great way for folks to +learn about Font Awesome. + +-------------------------------------------------------------------------------- + +# Brand Icons + +All brand icons are trademarks of their respective owners. The use of these +trademarks does not indicate endorsement of the trademark holder by Font +Awesome, nor vice versa. **Please do not use brand logos for any purpose except +to represent the company, product, or service to which they refer.** diff --git a/static/thirdparty/fontawesome6/css/all.css b/static/thirdparty/fontawesome6/css/all.css new file mode 100644 index 0000000..04384c7 --- /dev/null +++ b/static/thirdparty/fontawesome6/css/all.css @@ -0,0 +1,7970 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +.fa { + font-family: var(--fa-style-family, "Font Awesome 6 Free"); + font-weight: var(--fa-style, 900); } + +.fa, +.fa-classic, +.fa-sharp, +.fas, +.fa-solid, +.far, +.fa-regular, +.fab, +.fa-brands { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: var(--fa-display, inline-block); + font-style: normal; + font-variant: normal; + line-height: 1; + text-rendering: auto; } + +.fas, +.fa-classic, +.fa-solid, +.far, +.fa-regular { + font-family: 'Font Awesome 6 Free'; } + +.fab, +.fa-brands { + font-family: 'Font Awesome 6 Brands'; } + +.fa-1x { + font-size: 1em; } + +.fa-2x { + font-size: 2em; } + +.fa-3x { + font-size: 3em; } + +.fa-4x { + font-size: 4em; } + +.fa-5x { + font-size: 5em; } + +.fa-6x { + font-size: 6em; } + +.fa-7x { + font-size: 7em; } + +.fa-8x { + font-size: 8em; } + +.fa-9x { + font-size: 9em; } + +.fa-10x { + font-size: 10em; } + +.fa-2xs { + font-size: 0.625em; + line-height: 0.1em; + vertical-align: 0.225em; } + +.fa-xs { + font-size: 0.75em; + line-height: 0.08333em; + vertical-align: 0.125em; } + +.fa-sm { + font-size: 0.875em; + line-height: 0.07143em; + vertical-align: 0.05357em; } + +.fa-lg { + font-size: 1.25em; + line-height: 0.05em; + vertical-align: -0.075em; } + +.fa-xl { + font-size: 1.5em; + line-height: 0.04167em; + vertical-align: -0.125em; } + +.fa-2xl { + font-size: 2em; + line-height: 0.03125em; + vertical-align: -0.1875em; } + +.fa-fw { + text-align: center; + width: 1.25em; } + +.fa-ul { + list-style-type: none; + margin-left: var(--fa-li-margin, 2.5em); + padding-left: 0; } + .fa-ul > li { + position: relative; } + +.fa-li { + left: calc(var(--fa-li-width, 2em) * -1); + position: absolute; + text-align: center; + width: var(--fa-li-width, 2em); + line-height: inherit; } + +.fa-border { + border-color: var(--fa-border-color, #eee); + border-radius: var(--fa-border-radius, 0.1em); + border-style: var(--fa-border-style, solid); + border-width: var(--fa-border-width, 0.08em); + padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } + +.fa-pull-left { + float: left; + margin-right: var(--fa-pull-margin, 0.3em); } + +.fa-pull-right { + float: right; + margin-left: var(--fa-pull-margin, 0.3em); } + +.fa-beat { + -webkit-animation-name: fa-beat; + animation-name: fa-beat; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-bounce { + -webkit-animation-name: fa-bounce; + animation-name: fa-bounce; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } + +.fa-fade { + -webkit-animation-name: fa-fade; + animation-name: fa-fade; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-beat-fade { + -webkit-animation-name: fa-beat-fade; + animation-name: fa-beat-fade; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-flip { + -webkit-animation-name: fa-flip; + animation-name: fa-flip; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-shake { + -webkit-animation-name: fa-shake; + animation-name: fa-shake; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, linear); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin { + -webkit-animation-name: fa-spin; + animation-name: fa-spin; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 2s); + animation-duration: var(--fa-animation-duration, 2s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, linear); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin-reverse { + --fa-animation-direction: reverse; } + +.fa-pulse, +.fa-spin-pulse { + -webkit-animation-name: fa-spin; + animation-name: fa-spin; + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); + animation-timing-function: var(--fa-animation-timing, steps(8)); } + +@media (prefers-reduced-motion: reduce) { + .fa-beat, + .fa-bounce, + .fa-fade, + .fa-beat-fade, + .fa-flip, + .fa-pulse, + .fa-shake, + .fa-spin, + .fa-spin-pulse { + -webkit-animation-delay: -1ms; + animation-delay: -1ms; + -webkit-animation-duration: 1ms; + animation-duration: 1ms; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-transition-delay: 0s; + transition-delay: 0s; + -webkit-transition-duration: 0s; + transition-duration: 0s; } } + +@-webkit-keyframes fa-beat { + 0%, 90% { + -webkit-transform: scale(1); + transform: scale(1); } + 45% { + -webkit-transform: scale(var(--fa-beat-scale, 1.25)); + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@keyframes fa-beat { + 0%, 90% { + -webkit-transform: scale(1); + transform: scale(1); } + 45% { + -webkit-transform: scale(var(--fa-beat-scale, 1.25)); + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@-webkit-keyframes fa-bounce { + 0% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 10% { + -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 100% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } } + +@keyframes fa-bounce { + 0% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 10% { + -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 100% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } } + +@-webkit-keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@-webkit-keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + -webkit-transform: scale(1); + transform: scale(1); } + 50% { + opacity: 1; + -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + -webkit-transform: scale(1); + transform: scale(1); } + 50% { + opacity: 1; + -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@-webkit-keyframes fa-flip { + 50% { + -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@keyframes fa-flip { + 50% { + -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@-webkit-keyframes fa-shake { + 0% { + -webkit-transform: rotate(-15deg); + transform: rotate(-15deg); } + 4% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); } + 8%, 24% { + -webkit-transform: rotate(-18deg); + transform: rotate(-18deg); } + 12%, 28% { + -webkit-transform: rotate(18deg); + transform: rotate(18deg); } + 16% { + -webkit-transform: rotate(-22deg); + transform: rotate(-22deg); } + 20% { + -webkit-transform: rotate(22deg); + transform: rotate(22deg); } + 32% { + -webkit-transform: rotate(-12deg); + transform: rotate(-12deg); } + 36% { + -webkit-transform: rotate(12deg); + transform: rotate(12deg); } + 40%, 100% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } } + +@keyframes fa-shake { + 0% { + -webkit-transform: rotate(-15deg); + transform: rotate(-15deg); } + 4% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); } + 8%, 24% { + -webkit-transform: rotate(-18deg); + transform: rotate(-18deg); } + 12%, 28% { + -webkit-transform: rotate(18deg); + transform: rotate(18deg); } + 16% { + -webkit-transform: rotate(-22deg); + transform: rotate(-22deg); } + 20% { + -webkit-transform: rotate(22deg); + transform: rotate(22deg); } + 32% { + -webkit-transform: rotate(-12deg); + transform: rotate(-12deg); } + 36% { + -webkit-transform: rotate(12deg); + transform: rotate(12deg); } + 40%, 100% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } } + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.fa-rotate-90 { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); } + +.fa-rotate-180 { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); } + +.fa-rotate-270 { + -webkit-transform: rotate(270deg); + transform: rotate(270deg); } + +.fa-flip-horizontal { + -webkit-transform: scale(-1, 1); + transform: scale(-1, 1); } + +.fa-flip-vertical { + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.fa-flip-both, +.fa-flip-horizontal.fa-flip-vertical { + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +.fa-rotate-by { + -webkit-transform: rotate(var(--fa-rotate-angle, none)); + transform: rotate(var(--fa-rotate-angle, none)); } + +.fa-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; } + +.fa-stack-1x, +.fa-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; + z-index: var(--fa-stack-z-index, auto); } + +.fa-stack-1x { + line-height: inherit; } + +.fa-stack-2x { + font-size: 2em; } + +.fa-inverse { + color: var(--fa-inverse, #fff); } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ + +.fa-0::before { + content: "\30"; } + +.fa-1::before { + content: "\31"; } + +.fa-2::before { + content: "\32"; } + +.fa-3::before { + content: "\33"; } + +.fa-4::before { + content: "\34"; } + +.fa-5::before { + content: "\35"; } + +.fa-6::before { + content: "\36"; } + +.fa-7::before { + content: "\37"; } + +.fa-8::before { + content: "\38"; } + +.fa-9::before { + content: "\39"; } + +.fa-fill-drip::before { + content: "\f576"; } + +.fa-arrows-to-circle::before { + content: "\e4bd"; } + +.fa-circle-chevron-right::before { + content: "\f138"; } + +.fa-chevron-circle-right::before { + content: "\f138"; } + +.fa-at::before { + content: "\40"; } + +.fa-trash-can::before { + content: "\f2ed"; } + +.fa-trash-alt::before { + content: "\f2ed"; } + +.fa-text-height::before { + content: "\f034"; } + +.fa-user-xmark::before { + content: "\f235"; } + +.fa-user-times::before { + content: "\f235"; } + +.fa-stethoscope::before { + content: "\f0f1"; } + +.fa-message::before { + content: "\f27a"; } + +.fa-comment-alt::before { + content: "\f27a"; } + +.fa-info::before { + content: "\f129"; } + +.fa-down-left-and-up-right-to-center::before { + content: "\f422"; } + +.fa-compress-alt::before { + content: "\f422"; } + +.fa-explosion::before { + content: "\e4e9"; } + +.fa-file-lines::before { + content: "\f15c"; } + +.fa-file-alt::before { + content: "\f15c"; } + +.fa-file-text::before { + content: "\f15c"; } + +.fa-wave-square::before { + content: "\f83e"; } + +.fa-ring::before { + content: "\f70b"; } + +.fa-building-un::before { + content: "\e4d9"; } + +.fa-dice-three::before { + content: "\f527"; } + +.fa-calendar-days::before { + content: "\f073"; } + +.fa-calendar-alt::before { + content: "\f073"; } + +.fa-anchor-circle-check::before { + content: "\e4aa"; } + +.fa-building-circle-arrow-right::before { + content: "\e4d1"; } + +.fa-volleyball::before { + content: "\f45f"; } + +.fa-volleyball-ball::before { + content: "\f45f"; } + +.fa-arrows-up-to-line::before { + content: "\e4c2"; } + +.fa-sort-down::before { + content: "\f0dd"; } + +.fa-sort-desc::before { + content: "\f0dd"; } + +.fa-circle-minus::before { + content: "\f056"; } + +.fa-minus-circle::before { + content: "\f056"; } + +.fa-door-open::before { + content: "\f52b"; } + +.fa-right-from-bracket::before { + content: "\f2f5"; } + +.fa-sign-out-alt::before { + content: "\f2f5"; } + +.fa-atom::before { + content: "\f5d2"; } + +.fa-soap::before { + content: "\e06e"; } + +.fa-icons::before { + content: "\f86d"; } + +.fa-heart-music-camera-bolt::before { + content: "\f86d"; } + +.fa-microphone-lines-slash::before { + content: "\f539"; } + +.fa-microphone-alt-slash::before { + content: "\f539"; } + +.fa-bridge-circle-check::before { + content: "\e4c9"; } + +.fa-pump-medical::before { + content: "\e06a"; } + +.fa-fingerprint::before { + content: "\f577"; } + +.fa-hand-point-right::before { + content: "\f0a4"; } + +.fa-magnifying-glass-location::before { + content: "\f689"; } + +.fa-search-location::before { + content: "\f689"; } + +.fa-forward-step::before { + content: "\f051"; } + +.fa-step-forward::before { + content: "\f051"; } + +.fa-face-smile-beam::before { + content: "\f5b8"; } + +.fa-smile-beam::before { + content: "\f5b8"; } + +.fa-flag-checkered::before { + content: "\f11e"; } + +.fa-football::before { + content: "\f44e"; } + +.fa-football-ball::before { + content: "\f44e"; } + +.fa-school-circle-exclamation::before { + content: "\e56c"; } + +.fa-crop::before { + content: "\f125"; } + +.fa-angles-down::before { + content: "\f103"; } + +.fa-angle-double-down::before { + content: "\f103"; } + +.fa-users-rectangle::before { + content: "\e594"; } + +.fa-people-roof::before { + content: "\e537"; } + +.fa-people-line::before { + content: "\e534"; } + +.fa-beer-mug-empty::before { + content: "\f0fc"; } + +.fa-beer::before { + content: "\f0fc"; } + +.fa-diagram-predecessor::before { + content: "\e477"; } + +.fa-arrow-up-long::before { + content: "\f176"; } + +.fa-long-arrow-up::before { + content: "\f176"; } + +.fa-fire-flame-simple::before { + content: "\f46a"; } + +.fa-burn::before { + content: "\f46a"; } + +.fa-person::before { + content: "\f183"; } + +.fa-male::before { + content: "\f183"; } + +.fa-laptop::before { + content: "\f109"; } + +.fa-file-csv::before { + content: "\f6dd"; } + +.fa-menorah::before { + content: "\f676"; } + +.fa-truck-plane::before { + content: "\e58f"; } + +.fa-record-vinyl::before { + content: "\f8d9"; } + +.fa-face-grin-stars::before { + content: "\f587"; } + +.fa-grin-stars::before { + content: "\f587"; } + +.fa-bong::before { + content: "\f55c"; } + +.fa-spaghetti-monster-flying::before { + content: "\f67b"; } + +.fa-pastafarianism::before { + content: "\f67b"; } + +.fa-arrow-down-up-across-line::before { + content: "\e4af"; } + +.fa-spoon::before { + content: "\f2e5"; } + +.fa-utensil-spoon::before { + content: "\f2e5"; } + +.fa-jar-wheat::before { + content: "\e517"; } + +.fa-envelopes-bulk::before { + content: "\f674"; } + +.fa-mail-bulk::before { + content: "\f674"; } + +.fa-file-circle-exclamation::before { + content: "\e4eb"; } + +.fa-circle-h::before { + content: "\f47e"; } + +.fa-hospital-symbol::before { + content: "\f47e"; } + +.fa-pager::before { + content: "\f815"; } + +.fa-address-book::before { + content: "\f2b9"; } + +.fa-contact-book::before { + content: "\f2b9"; } + +.fa-strikethrough::before { + content: "\f0cc"; } + +.fa-k::before { + content: "\4b"; } + +.fa-landmark-flag::before { + content: "\e51c"; } + +.fa-pencil::before { + content: "\f303"; } + +.fa-pencil-alt::before { + content: "\f303"; } + +.fa-backward::before { + content: "\f04a"; } + +.fa-caret-right::before { + content: "\f0da"; } + +.fa-comments::before { + content: "\f086"; } + +.fa-paste::before { + content: "\f0ea"; } + +.fa-file-clipboard::before { + content: "\f0ea"; } + +.fa-code-pull-request::before { + content: "\e13c"; } + +.fa-clipboard-list::before { + content: "\f46d"; } + +.fa-truck-ramp-box::before { + content: "\f4de"; } + +.fa-truck-loading::before { + content: "\f4de"; } + +.fa-user-check::before { + content: "\f4fc"; } + +.fa-vial-virus::before { + content: "\e597"; } + +.fa-sheet-plastic::before { + content: "\e571"; } + +.fa-blog::before { + content: "\f781"; } + +.fa-user-ninja::before { + content: "\f504"; } + +.fa-person-arrow-up-from-line::before { + content: "\e539"; } + +.fa-scroll-torah::before { + content: "\f6a0"; } + +.fa-torah::before { + content: "\f6a0"; } + +.fa-broom-ball::before { + content: "\f458"; } + +.fa-quidditch::before { + content: "\f458"; } + +.fa-quidditch-broom-ball::before { + content: "\f458"; } + +.fa-toggle-off::before { + content: "\f204"; } + +.fa-box-archive::before { + content: "\f187"; } + +.fa-archive::before { + content: "\f187"; } + +.fa-person-drowning::before { + content: "\e545"; } + +.fa-arrow-down-9-1::before { + content: "\f886"; } + +.fa-sort-numeric-desc::before { + content: "\f886"; } + +.fa-sort-numeric-down-alt::before { + content: "\f886"; } + +.fa-face-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-spray-can::before { + content: "\f5bd"; } + +.fa-truck-monster::before { + content: "\f63b"; } + +.fa-w::before { + content: "\57"; } + +.fa-earth-africa::before { + content: "\f57c"; } + +.fa-globe-africa::before { + content: "\f57c"; } + +.fa-rainbow::before { + content: "\f75b"; } + +.fa-circle-notch::before { + content: "\f1ce"; } + +.fa-tablet-screen-button::before { + content: "\f3fa"; } + +.fa-tablet-alt::before { + content: "\f3fa"; } + +.fa-paw::before { + content: "\f1b0"; } + +.fa-cloud::before { + content: "\f0c2"; } + +.fa-trowel-bricks::before { + content: "\e58a"; } + +.fa-face-flushed::before { + content: "\f579"; } + +.fa-flushed::before { + content: "\f579"; } + +.fa-hospital-user::before { + content: "\f80d"; } + +.fa-tent-arrow-left-right::before { + content: "\e57f"; } + +.fa-gavel::before { + content: "\f0e3"; } + +.fa-legal::before { + content: "\f0e3"; } + +.fa-binoculars::before { + content: "\f1e5"; } + +.fa-microphone-slash::before { + content: "\f131"; } + +.fa-box-tissue::before { + content: "\e05b"; } + +.fa-motorcycle::before { + content: "\f21c"; } + +.fa-bell-concierge::before { + content: "\f562"; } + +.fa-concierge-bell::before { + content: "\f562"; } + +.fa-pen-ruler::before { + content: "\f5ae"; } + +.fa-pencil-ruler::before { + content: "\f5ae"; } + +.fa-people-arrows::before { + content: "\e068"; } + +.fa-people-arrows-left-right::before { + content: "\e068"; } + +.fa-mars-and-venus-burst::before { + content: "\e523"; } + +.fa-square-caret-right::before { + content: "\f152"; } + +.fa-caret-square-right::before { + content: "\f152"; } + +.fa-scissors::before { + content: "\f0c4"; } + +.fa-cut::before { + content: "\f0c4"; } + +.fa-sun-plant-wilt::before { + content: "\e57a"; } + +.fa-toilets-portable::before { + content: "\e584"; } + +.fa-hockey-puck::before { + content: "\f453"; } + +.fa-table::before { + content: "\f0ce"; } + +.fa-magnifying-glass-arrow-right::before { + content: "\e521"; } + +.fa-tachograph-digital::before { + content: "\f566"; } + +.fa-digital-tachograph::before { + content: "\f566"; } + +.fa-users-slash::before { + content: "\e073"; } + +.fa-clover::before { + content: "\e139"; } + +.fa-reply::before { + content: "\f3e5"; } + +.fa-mail-reply::before { + content: "\f3e5"; } + +.fa-star-and-crescent::before { + content: "\f699"; } + +.fa-house-fire::before { + content: "\e50c"; } + +.fa-square-minus::before { + content: "\f146"; } + +.fa-minus-square::before { + content: "\f146"; } + +.fa-helicopter::before { + content: "\f533"; } + +.fa-compass::before { + content: "\f14e"; } + +.fa-square-caret-down::before { + content: "\f150"; } + +.fa-caret-square-down::before { + content: "\f150"; } + +.fa-file-circle-question::before { + content: "\e4ef"; } + +.fa-laptop-code::before { + content: "\f5fc"; } + +.fa-swatchbook::before { + content: "\f5c3"; } + +.fa-prescription-bottle::before { + content: "\f485"; } + +.fa-bars::before { + content: "\f0c9"; } + +.fa-navicon::before { + content: "\f0c9"; } + +.fa-people-group::before { + content: "\e533"; } + +.fa-hourglass-end::before { + content: "\f253"; } + +.fa-hourglass-3::before { + content: "\f253"; } + +.fa-heart-crack::before { + content: "\f7a9"; } + +.fa-heart-broken::before { + content: "\f7a9"; } + +.fa-square-up-right::before { + content: "\f360"; } + +.fa-external-link-square-alt::before { + content: "\f360"; } + +.fa-face-kiss-beam::before { + content: "\f597"; } + +.fa-kiss-beam::before { + content: "\f597"; } + +.fa-film::before { + content: "\f008"; } + +.fa-ruler-horizontal::before { + content: "\f547"; } + +.fa-people-robbery::before { + content: "\e536"; } + +.fa-lightbulb::before { + content: "\f0eb"; } + +.fa-caret-left::before { + content: "\f0d9"; } + +.fa-circle-exclamation::before { + content: "\f06a"; } + +.fa-exclamation-circle::before { + content: "\f06a"; } + +.fa-school-circle-xmark::before { + content: "\e56d"; } + +.fa-arrow-right-from-bracket::before { + content: "\f08b"; } + +.fa-sign-out::before { + content: "\f08b"; } + +.fa-circle-chevron-down::before { + content: "\f13a"; } + +.fa-chevron-circle-down::before { + content: "\f13a"; } + +.fa-unlock-keyhole::before { + content: "\f13e"; } + +.fa-unlock-alt::before { + content: "\f13e"; } + +.fa-cloud-showers-heavy::before { + content: "\f740"; } + +.fa-headphones-simple::before { + content: "\f58f"; } + +.fa-headphones-alt::before { + content: "\f58f"; } + +.fa-sitemap::before { + content: "\f0e8"; } + +.fa-circle-dollar-to-slot::before { + content: "\f4b9"; } + +.fa-donate::before { + content: "\f4b9"; } + +.fa-memory::before { + content: "\f538"; } + +.fa-road-spikes::before { + content: "\e568"; } + +.fa-fire-burner::before { + content: "\e4f1"; } + +.fa-flag::before { + content: "\f024"; } + +.fa-hanukiah::before { + content: "\f6e6"; } + +.fa-feather::before { + content: "\f52d"; } + +.fa-volume-low::before { + content: "\f027"; } + +.fa-volume-down::before { + content: "\f027"; } + +.fa-comment-slash::before { + content: "\f4b3"; } + +.fa-cloud-sun-rain::before { + content: "\f743"; } + +.fa-compress::before { + content: "\f066"; } + +.fa-wheat-awn::before { + content: "\e2cd"; } + +.fa-wheat-alt::before { + content: "\e2cd"; } + +.fa-ankh::before { + content: "\f644"; } + +.fa-hands-holding-child::before { + content: "\e4fa"; } + +.fa-asterisk::before { + content: "\2a"; } + +.fa-square-check::before { + content: "\f14a"; } + +.fa-check-square::before { + content: "\f14a"; } + +.fa-peseta-sign::before { + content: "\e221"; } + +.fa-heading::before { + content: "\f1dc"; } + +.fa-header::before { + content: "\f1dc"; } + +.fa-ghost::before { + content: "\f6e2"; } + +.fa-list::before { + content: "\f03a"; } + +.fa-list-squares::before { + content: "\f03a"; } + +.fa-square-phone-flip::before { + content: "\f87b"; } + +.fa-phone-square-alt::before { + content: "\f87b"; } + +.fa-cart-plus::before { + content: "\f217"; } + +.fa-gamepad::before { + content: "\f11b"; } + +.fa-circle-dot::before { + content: "\f192"; } + +.fa-dot-circle::before { + content: "\f192"; } + +.fa-face-dizzy::before { + content: "\f567"; } + +.fa-dizzy::before { + content: "\f567"; } + +.fa-egg::before { + content: "\f7fb"; } + +.fa-house-medical-circle-xmark::before { + content: "\e513"; } + +.fa-campground::before { + content: "\f6bb"; } + +.fa-folder-plus::before { + content: "\f65e"; } + +.fa-futbol::before { + content: "\f1e3"; } + +.fa-futbol-ball::before { + content: "\f1e3"; } + +.fa-soccer-ball::before { + content: "\f1e3"; } + +.fa-paintbrush::before { + content: "\f1fc"; } + +.fa-paint-brush::before { + content: "\f1fc"; } + +.fa-lock::before { + content: "\f023"; } + +.fa-gas-pump::before { + content: "\f52f"; } + +.fa-hot-tub-person::before { + content: "\f593"; } + +.fa-hot-tub::before { + content: "\f593"; } + +.fa-map-location::before { + content: "\f59f"; } + +.fa-map-marked::before { + content: "\f59f"; } + +.fa-house-flood-water::before { + content: "\e50e"; } + +.fa-tree::before { + content: "\f1bb"; } + +.fa-bridge-lock::before { + content: "\e4cc"; } + +.fa-sack-dollar::before { + content: "\f81d"; } + +.fa-pen-to-square::before { + content: "\f044"; } + +.fa-edit::before { + content: "\f044"; } + +.fa-car-side::before { + content: "\f5e4"; } + +.fa-share-nodes::before { + content: "\f1e0"; } + +.fa-share-alt::before { + content: "\f1e0"; } + +.fa-heart-circle-minus::before { + content: "\e4ff"; } + +.fa-hourglass-half::before { + content: "\f252"; } + +.fa-hourglass-2::before { + content: "\f252"; } + +.fa-microscope::before { + content: "\f610"; } + +.fa-sink::before { + content: "\e06d"; } + +.fa-bag-shopping::before { + content: "\f290"; } + +.fa-shopping-bag::before { + content: "\f290"; } + +.fa-arrow-down-z-a::before { + content: "\f881"; } + +.fa-sort-alpha-desc::before { + content: "\f881"; } + +.fa-sort-alpha-down-alt::before { + content: "\f881"; } + +.fa-mitten::before { + content: "\f7b5"; } + +.fa-person-rays::before { + content: "\e54d"; } + +.fa-users::before { + content: "\f0c0"; } + +.fa-eye-slash::before { + content: "\f070"; } + +.fa-flask-vial::before { + content: "\e4f3"; } + +.fa-hand::before { + content: "\f256"; } + +.fa-hand-paper::before { + content: "\f256"; } + +.fa-om::before { + content: "\f679"; } + +.fa-worm::before { + content: "\e599"; } + +.fa-house-circle-xmark::before { + content: "\e50b"; } + +.fa-plug::before { + content: "\f1e6"; } + +.fa-chevron-up::before { + content: "\f077"; } + +.fa-hand-spock::before { + content: "\f259"; } + +.fa-stopwatch::before { + content: "\f2f2"; } + +.fa-face-kiss::before { + content: "\f596"; } + +.fa-kiss::before { + content: "\f596"; } + +.fa-bridge-circle-xmark::before { + content: "\e4cb"; } + +.fa-face-grin-tongue::before { + content: "\f589"; } + +.fa-grin-tongue::before { + content: "\f589"; } + +.fa-chess-bishop::before { + content: "\f43a"; } + +.fa-face-grin-wink::before { + content: "\f58c"; } + +.fa-grin-wink::before { + content: "\f58c"; } + +.fa-ear-deaf::before { + content: "\f2a4"; } + +.fa-deaf::before { + content: "\f2a4"; } + +.fa-deafness::before { + content: "\f2a4"; } + +.fa-hard-of-hearing::before { + content: "\f2a4"; } + +.fa-road-circle-check::before { + content: "\e564"; } + +.fa-dice-five::before { + content: "\f523"; } + +.fa-square-rss::before { + content: "\f143"; } + +.fa-rss-square::before { + content: "\f143"; } + +.fa-land-mine-on::before { + content: "\e51b"; } + +.fa-i-cursor::before { + content: "\f246"; } + +.fa-stamp::before { + content: "\f5bf"; } + +.fa-stairs::before { + content: "\e289"; } + +.fa-i::before { + content: "\49"; } + +.fa-hryvnia-sign::before { + content: "\f6f2"; } + +.fa-hryvnia::before { + content: "\f6f2"; } + +.fa-pills::before { + content: "\f484"; } + +.fa-face-grin-wide::before { + content: "\f581"; } + +.fa-grin-alt::before { + content: "\f581"; } + +.fa-tooth::before { + content: "\f5c9"; } + +.fa-v::before { + content: "\56"; } + +.fa-bangladeshi-taka-sign::before { + content: "\e2e6"; } + +.fa-bicycle::before { + content: "\f206"; } + +.fa-staff-snake::before { + content: "\e579"; } + +.fa-rod-asclepius::before { + content: "\e579"; } + +.fa-rod-snake::before { + content: "\e579"; } + +.fa-staff-aesculapius::before { + content: "\e579"; } + +.fa-head-side-cough-slash::before { + content: "\e062"; } + +.fa-truck-medical::before { + content: "\f0f9"; } + +.fa-ambulance::before { + content: "\f0f9"; } + +.fa-wheat-awn-circle-exclamation::before { + content: "\e598"; } + +.fa-snowman::before { + content: "\f7d0"; } + +.fa-mortar-pestle::before { + content: "\f5a7"; } + +.fa-road-barrier::before { + content: "\e562"; } + +.fa-school::before { + content: "\f549"; } + +.fa-igloo::before { + content: "\f7ae"; } + +.fa-joint::before { + content: "\f595"; } + +.fa-angle-right::before { + content: "\f105"; } + +.fa-horse::before { + content: "\f6f0"; } + +.fa-q::before { + content: "\51"; } + +.fa-g::before { + content: "\47"; } + +.fa-notes-medical::before { + content: "\f481"; } + +.fa-temperature-half::before { + content: "\f2c9"; } + +.fa-temperature-2::before { + content: "\f2c9"; } + +.fa-thermometer-2::before { + content: "\f2c9"; } + +.fa-thermometer-half::before { + content: "\f2c9"; } + +.fa-dong-sign::before { + content: "\e169"; } + +.fa-capsules::before { + content: "\f46b"; } + +.fa-poo-storm::before { + content: "\f75a"; } + +.fa-poo-bolt::before { + content: "\f75a"; } + +.fa-face-frown-open::before { + content: "\f57a"; } + +.fa-frown-open::before { + content: "\f57a"; } + +.fa-hand-point-up::before { + content: "\f0a6"; } + +.fa-money-bill::before { + content: "\f0d6"; } + +.fa-bookmark::before { + content: "\f02e"; } + +.fa-align-justify::before { + content: "\f039"; } + +.fa-umbrella-beach::before { + content: "\f5ca"; } + +.fa-helmet-un::before { + content: "\e503"; } + +.fa-bullseye::before { + content: "\f140"; } + +.fa-bacon::before { + content: "\f7e5"; } + +.fa-hand-point-down::before { + content: "\f0a7"; } + +.fa-arrow-up-from-bracket::before { + content: "\e09a"; } + +.fa-folder::before { + content: "\f07b"; } + +.fa-folder-blank::before { + content: "\f07b"; } + +.fa-file-waveform::before { + content: "\f478"; } + +.fa-file-medical-alt::before { + content: "\f478"; } + +.fa-radiation::before { + content: "\f7b9"; } + +.fa-chart-simple::before { + content: "\e473"; } + +.fa-mars-stroke::before { + content: "\f229"; } + +.fa-vial::before { + content: "\f492"; } + +.fa-gauge::before { + content: "\f624"; } + +.fa-dashboard::before { + content: "\f624"; } + +.fa-gauge-med::before { + content: "\f624"; } + +.fa-tachometer-alt-average::before { + content: "\f624"; } + +.fa-wand-magic-sparkles::before { + content: "\e2ca"; } + +.fa-magic-wand-sparkles::before { + content: "\e2ca"; } + +.fa-e::before { + content: "\45"; } + +.fa-pen-clip::before { + content: "\f305"; } + +.fa-pen-alt::before { + content: "\f305"; } + +.fa-bridge-circle-exclamation::before { + content: "\e4ca"; } + +.fa-user::before { + content: "\f007"; } + +.fa-school-circle-check::before { + content: "\e56b"; } + +.fa-dumpster::before { + content: "\f793"; } + +.fa-van-shuttle::before { + content: "\f5b6"; } + +.fa-shuttle-van::before { + content: "\f5b6"; } + +.fa-building-user::before { + content: "\e4da"; } + +.fa-square-caret-left::before { + content: "\f191"; } + +.fa-caret-square-left::before { + content: "\f191"; } + +.fa-highlighter::before { + content: "\f591"; } + +.fa-key::before { + content: "\f084"; } + +.fa-bullhorn::before { + content: "\f0a1"; } + +.fa-globe::before { + content: "\f0ac"; } + +.fa-synagogue::before { + content: "\f69b"; } + +.fa-person-half-dress::before { + content: "\e548"; } + +.fa-road-bridge::before { + content: "\e563"; } + +.fa-location-arrow::before { + content: "\f124"; } + +.fa-c::before { + content: "\43"; } + +.fa-tablet-button::before { + content: "\f10a"; } + +.fa-building-lock::before { + content: "\e4d6"; } + +.fa-pizza-slice::before { + content: "\f818"; } + +.fa-money-bill-wave::before { + content: "\f53a"; } + +.fa-chart-area::before { + content: "\f1fe"; } + +.fa-area-chart::before { + content: "\f1fe"; } + +.fa-house-flag::before { + content: "\e50d"; } + +.fa-person-circle-minus::before { + content: "\e540"; } + +.fa-ban::before { + content: "\f05e"; } + +.fa-cancel::before { + content: "\f05e"; } + +.fa-camera-rotate::before { + content: "\e0d8"; } + +.fa-spray-can-sparkles::before { + content: "\f5d0"; } + +.fa-air-freshener::before { + content: "\f5d0"; } + +.fa-star::before { + content: "\f005"; } + +.fa-repeat::before { + content: "\f363"; } + +.fa-cross::before { + content: "\f654"; } + +.fa-box::before { + content: "\f466"; } + +.fa-venus-mars::before { + content: "\f228"; } + +.fa-arrow-pointer::before { + content: "\f245"; } + +.fa-mouse-pointer::before { + content: "\f245"; } + +.fa-maximize::before { + content: "\f31e"; } + +.fa-expand-arrows-alt::before { + content: "\f31e"; } + +.fa-charging-station::before { + content: "\f5e7"; } + +.fa-shapes::before { + content: "\f61f"; } + +.fa-triangle-circle-square::before { + content: "\f61f"; } + +.fa-shuffle::before { + content: "\f074"; } + +.fa-random::before { + content: "\f074"; } + +.fa-person-running::before { + content: "\f70c"; } + +.fa-running::before { + content: "\f70c"; } + +.fa-mobile-retro::before { + content: "\e527"; } + +.fa-grip-lines-vertical::before { + content: "\f7a5"; } + +.fa-spider::before { + content: "\f717"; } + +.fa-hands-bound::before { + content: "\e4f9"; } + +.fa-file-invoice-dollar::before { + content: "\f571"; } + +.fa-plane-circle-exclamation::before { + content: "\e556"; } + +.fa-x-ray::before { + content: "\f497"; } + +.fa-spell-check::before { + content: "\f891"; } + +.fa-slash::before { + content: "\f715"; } + +.fa-computer-mouse::before { + content: "\f8cc"; } + +.fa-mouse::before { + content: "\f8cc"; } + +.fa-arrow-right-to-bracket::before { + content: "\f090"; } + +.fa-sign-in::before { + content: "\f090"; } + +.fa-shop-slash::before { + content: "\e070"; } + +.fa-store-alt-slash::before { + content: "\e070"; } + +.fa-server::before { + content: "\f233"; } + +.fa-virus-covid-slash::before { + content: "\e4a9"; } + +.fa-shop-lock::before { + content: "\e4a5"; } + +.fa-hourglass-start::before { + content: "\f251"; } + +.fa-hourglass-1::before { + content: "\f251"; } + +.fa-blender-phone::before { + content: "\f6b6"; } + +.fa-building-wheat::before { + content: "\e4db"; } + +.fa-person-breastfeeding::before { + content: "\e53a"; } + +.fa-right-to-bracket::before { + content: "\f2f6"; } + +.fa-sign-in-alt::before { + content: "\f2f6"; } + +.fa-venus::before { + content: "\f221"; } + +.fa-passport::before { + content: "\f5ab"; } + +.fa-heart-pulse::before { + content: "\f21e"; } + +.fa-heartbeat::before { + content: "\f21e"; } + +.fa-people-carry-box::before { + content: "\f4ce"; } + +.fa-people-carry::before { + content: "\f4ce"; } + +.fa-temperature-high::before { + content: "\f769"; } + +.fa-microchip::before { + content: "\f2db"; } + +.fa-crown::before { + content: "\f521"; } + +.fa-weight-hanging::before { + content: "\f5cd"; } + +.fa-xmarks-lines::before { + content: "\e59a"; } + +.fa-file-prescription::before { + content: "\f572"; } + +.fa-weight-scale::before { + content: "\f496"; } + +.fa-weight::before { + content: "\f496"; } + +.fa-user-group::before { + content: "\f500"; } + +.fa-user-friends::before { + content: "\f500"; } + +.fa-arrow-up-a-z::before { + content: "\f15e"; } + +.fa-sort-alpha-up::before { + content: "\f15e"; } + +.fa-chess-knight::before { + content: "\f441"; } + +.fa-face-laugh-squint::before { + content: "\f59b"; } + +.fa-laugh-squint::before { + content: "\f59b"; } + +.fa-wheelchair::before { + content: "\f193"; } + +.fa-circle-arrow-up::before { + content: "\f0aa"; } + +.fa-arrow-circle-up::before { + content: "\f0aa"; } + +.fa-toggle-on::before { + content: "\f205"; } + +.fa-person-walking::before { + content: "\f554"; } + +.fa-walking::before { + content: "\f554"; } + +.fa-l::before { + content: "\4c"; } + +.fa-fire::before { + content: "\f06d"; } + +.fa-bed-pulse::before { + content: "\f487"; } + +.fa-procedures::before { + content: "\f487"; } + +.fa-shuttle-space::before { + content: "\f197"; } + +.fa-space-shuttle::before { + content: "\f197"; } + +.fa-face-laugh::before { + content: "\f599"; } + +.fa-laugh::before { + content: "\f599"; } + +.fa-folder-open::before { + content: "\f07c"; } + +.fa-heart-circle-plus::before { + content: "\e500"; } + +.fa-code-fork::before { + content: "\e13b"; } + +.fa-city::before { + content: "\f64f"; } + +.fa-microphone-lines::before { + content: "\f3c9"; } + +.fa-microphone-alt::before { + content: "\f3c9"; } + +.fa-pepper-hot::before { + content: "\f816"; } + +.fa-unlock::before { + content: "\f09c"; } + +.fa-colon-sign::before { + content: "\e140"; } + +.fa-headset::before { + content: "\f590"; } + +.fa-store-slash::before { + content: "\e071"; } + +.fa-road-circle-xmark::before { + content: "\e566"; } + +.fa-user-minus::before { + content: "\f503"; } + +.fa-mars-stroke-up::before { + content: "\f22a"; } + +.fa-mars-stroke-v::before { + content: "\f22a"; } + +.fa-champagne-glasses::before { + content: "\f79f"; } + +.fa-glass-cheers::before { + content: "\f79f"; } + +.fa-clipboard::before { + content: "\f328"; } + +.fa-house-circle-exclamation::before { + content: "\e50a"; } + +.fa-file-arrow-up::before { + content: "\f574"; } + +.fa-file-upload::before { + content: "\f574"; } + +.fa-wifi::before { + content: "\f1eb"; } + +.fa-wifi-3::before { + content: "\f1eb"; } + +.fa-wifi-strong::before { + content: "\f1eb"; } + +.fa-bath::before { + content: "\f2cd"; } + +.fa-bathtub::before { + content: "\f2cd"; } + +.fa-underline::before { + content: "\f0cd"; } + +.fa-user-pen::before { + content: "\f4ff"; } + +.fa-user-edit::before { + content: "\f4ff"; } + +.fa-signature::before { + content: "\f5b7"; } + +.fa-stroopwafel::before { + content: "\f551"; } + +.fa-bold::before { + content: "\f032"; } + +.fa-anchor-lock::before { + content: "\e4ad"; } + +.fa-building-ngo::before { + content: "\e4d7"; } + +.fa-manat-sign::before { + content: "\e1d5"; } + +.fa-not-equal::before { + content: "\f53e"; } + +.fa-border-top-left::before { + content: "\f853"; } + +.fa-border-style::before { + content: "\f853"; } + +.fa-map-location-dot::before { + content: "\f5a0"; } + +.fa-map-marked-alt::before { + content: "\f5a0"; } + +.fa-jedi::before { + content: "\f669"; } + +.fa-square-poll-vertical::before { + content: "\f681"; } + +.fa-poll::before { + content: "\f681"; } + +.fa-mug-hot::before { + content: "\f7b6"; } + +.fa-car-battery::before { + content: "\f5df"; } + +.fa-battery-car::before { + content: "\f5df"; } + +.fa-gift::before { + content: "\f06b"; } + +.fa-dice-two::before { + content: "\f528"; } + +.fa-chess-queen::before { + content: "\f445"; } + +.fa-glasses::before { + content: "\f530"; } + +.fa-chess-board::before { + content: "\f43c"; } + +.fa-building-circle-check::before { + content: "\e4d2"; } + +.fa-person-chalkboard::before { + content: "\e53d"; } + +.fa-mars-stroke-right::before { + content: "\f22b"; } + +.fa-mars-stroke-h::before { + content: "\f22b"; } + +.fa-hand-back-fist::before { + content: "\f255"; } + +.fa-hand-rock::before { + content: "\f255"; } + +.fa-square-caret-up::before { + content: "\f151"; } + +.fa-caret-square-up::before { + content: "\f151"; } + +.fa-cloud-showers-water::before { + content: "\e4e4"; } + +.fa-chart-bar::before { + content: "\f080"; } + +.fa-bar-chart::before { + content: "\f080"; } + +.fa-hands-bubbles::before { + content: "\e05e"; } + +.fa-hands-wash::before { + content: "\e05e"; } + +.fa-less-than-equal::before { + content: "\f537"; } + +.fa-train::before { + content: "\f238"; } + +.fa-eye-low-vision::before { + content: "\f2a8"; } + +.fa-low-vision::before { + content: "\f2a8"; } + +.fa-crow::before { + content: "\f520"; } + +.fa-sailboat::before { + content: "\e445"; } + +.fa-window-restore::before { + content: "\f2d2"; } + +.fa-square-plus::before { + content: "\f0fe"; } + +.fa-plus-square::before { + content: "\f0fe"; } + +.fa-torii-gate::before { + content: "\f6a1"; } + +.fa-frog::before { + content: "\f52e"; } + +.fa-bucket::before { + content: "\e4cf"; } + +.fa-image::before { + content: "\f03e"; } + +.fa-microphone::before { + content: "\f130"; } + +.fa-cow::before { + content: "\f6c8"; } + +.fa-caret-up::before { + content: "\f0d8"; } + +.fa-screwdriver::before { + content: "\f54a"; } + +.fa-folder-closed::before { + content: "\e185"; } + +.fa-house-tsunami::before { + content: "\e515"; } + +.fa-square-nfi::before { + content: "\e576"; } + +.fa-arrow-up-from-ground-water::before { + content: "\e4b5"; } + +.fa-martini-glass::before { + content: "\f57b"; } + +.fa-glass-martini-alt::before { + content: "\f57b"; } + +.fa-rotate-left::before { + content: "\f2ea"; } + +.fa-rotate-back::before { + content: "\f2ea"; } + +.fa-rotate-backward::before { + content: "\f2ea"; } + +.fa-undo-alt::before { + content: "\f2ea"; } + +.fa-table-columns::before { + content: "\f0db"; } + +.fa-columns::before { + content: "\f0db"; } + +.fa-lemon::before { + content: "\f094"; } + +.fa-head-side-mask::before { + content: "\e063"; } + +.fa-handshake::before { + content: "\f2b5"; } + +.fa-gem::before { + content: "\f3a5"; } + +.fa-dolly::before { + content: "\f472"; } + +.fa-dolly-box::before { + content: "\f472"; } + +.fa-smoking::before { + content: "\f48d"; } + +.fa-minimize::before { + content: "\f78c"; } + +.fa-compress-arrows-alt::before { + content: "\f78c"; } + +.fa-monument::before { + content: "\f5a6"; } + +.fa-snowplow::before { + content: "\f7d2"; } + +.fa-angles-right::before { + content: "\f101"; } + +.fa-angle-double-right::before { + content: "\f101"; } + +.fa-cannabis::before { + content: "\f55f"; } + +.fa-circle-play::before { + content: "\f144"; } + +.fa-play-circle::before { + content: "\f144"; } + +.fa-tablets::before { + content: "\f490"; } + +.fa-ethernet::before { + content: "\f796"; } + +.fa-euro-sign::before { + content: "\f153"; } + +.fa-eur::before { + content: "\f153"; } + +.fa-euro::before { + content: "\f153"; } + +.fa-chair::before { + content: "\f6c0"; } + +.fa-circle-check::before { + content: "\f058"; } + +.fa-check-circle::before { + content: "\f058"; } + +.fa-circle-stop::before { + content: "\f28d"; } + +.fa-stop-circle::before { + content: "\f28d"; } + +.fa-compass-drafting::before { + content: "\f568"; } + +.fa-drafting-compass::before { + content: "\f568"; } + +.fa-plate-wheat::before { + content: "\e55a"; } + +.fa-icicles::before { + content: "\f7ad"; } + +.fa-person-shelter::before { + content: "\e54f"; } + +.fa-neuter::before { + content: "\f22c"; } + +.fa-id-badge::before { + content: "\f2c1"; } + +.fa-marker::before { + content: "\f5a1"; } + +.fa-face-laugh-beam::before { + content: "\f59a"; } + +.fa-laugh-beam::before { + content: "\f59a"; } + +.fa-helicopter-symbol::before { + content: "\e502"; } + +.fa-universal-access::before { + content: "\f29a"; } + +.fa-circle-chevron-up::before { + content: "\f139"; } + +.fa-chevron-circle-up::before { + content: "\f139"; } + +.fa-lari-sign::before { + content: "\e1c8"; } + +.fa-volcano::before { + content: "\f770"; } + +.fa-person-walking-dashed-line-arrow-right::before { + content: "\e553"; } + +.fa-sterling-sign::before { + content: "\f154"; } + +.fa-gbp::before { + content: "\f154"; } + +.fa-pound-sign::before { + content: "\f154"; } + +.fa-viruses::before { + content: "\e076"; } + +.fa-square-person-confined::before { + content: "\e577"; } + +.fa-user-tie::before { + content: "\f508"; } + +.fa-arrow-down-long::before { + content: "\f175"; } + +.fa-long-arrow-down::before { + content: "\f175"; } + +.fa-tent-arrow-down-to-line::before { + content: "\e57e"; } + +.fa-certificate::before { + content: "\f0a3"; } + +.fa-reply-all::before { + content: "\f122"; } + +.fa-mail-reply-all::before { + content: "\f122"; } + +.fa-suitcase::before { + content: "\f0f2"; } + +.fa-person-skating::before { + content: "\f7c5"; } + +.fa-skating::before { + content: "\f7c5"; } + +.fa-filter-circle-dollar::before { + content: "\f662"; } + +.fa-funnel-dollar::before { + content: "\f662"; } + +.fa-camera-retro::before { + content: "\f083"; } + +.fa-circle-arrow-down::before { + content: "\f0ab"; } + +.fa-arrow-circle-down::before { + content: "\f0ab"; } + +.fa-file-import::before { + content: "\f56f"; } + +.fa-arrow-right-to-file::before { + content: "\f56f"; } + +.fa-square-arrow-up-right::before { + content: "\f14c"; } + +.fa-external-link-square::before { + content: "\f14c"; } + +.fa-box-open::before { + content: "\f49e"; } + +.fa-scroll::before { + content: "\f70e"; } + +.fa-spa::before { + content: "\f5bb"; } + +.fa-location-pin-lock::before { + content: "\e51f"; } + +.fa-pause::before { + content: "\f04c"; } + +.fa-hill-avalanche::before { + content: "\e507"; } + +.fa-temperature-empty::before { + content: "\f2cb"; } + +.fa-temperature-0::before { + content: "\f2cb"; } + +.fa-thermometer-0::before { + content: "\f2cb"; } + +.fa-thermometer-empty::before { + content: "\f2cb"; } + +.fa-bomb::before { + content: "\f1e2"; } + +.fa-registered::before { + content: "\f25d"; } + +.fa-address-card::before { + content: "\f2bb"; } + +.fa-contact-card::before { + content: "\f2bb"; } + +.fa-vcard::before { + content: "\f2bb"; } + +.fa-scale-unbalanced-flip::before { + content: "\f516"; } + +.fa-balance-scale-right::before { + content: "\f516"; } + +.fa-subscript::before { + content: "\f12c"; } + +.fa-diamond-turn-right::before { + content: "\f5eb"; } + +.fa-directions::before { + content: "\f5eb"; } + +.fa-burst::before { + content: "\e4dc"; } + +.fa-house-laptop::before { + content: "\e066"; } + +.fa-laptop-house::before { + content: "\e066"; } + +.fa-face-tired::before { + content: "\f5c8"; } + +.fa-tired::before { + content: "\f5c8"; } + +.fa-money-bills::before { + content: "\e1f3"; } + +.fa-smog::before { + content: "\f75f"; } + +.fa-crutch::before { + content: "\f7f7"; } + +.fa-cloud-arrow-up::before { + content: "\f0ee"; } + +.fa-cloud-upload::before { + content: "\f0ee"; } + +.fa-cloud-upload-alt::before { + content: "\f0ee"; } + +.fa-palette::before { + content: "\f53f"; } + +.fa-arrows-turn-right::before { + content: "\e4c0"; } + +.fa-vest::before { + content: "\e085"; } + +.fa-ferry::before { + content: "\e4ea"; } + +.fa-arrows-down-to-people::before { + content: "\e4b9"; } + +.fa-seedling::before { + content: "\f4d8"; } + +.fa-sprout::before { + content: "\f4d8"; } + +.fa-left-right::before { + content: "\f337"; } + +.fa-arrows-alt-h::before { + content: "\f337"; } + +.fa-boxes-packing::before { + content: "\e4c7"; } + +.fa-circle-arrow-left::before { + content: "\f0a8"; } + +.fa-arrow-circle-left::before { + content: "\f0a8"; } + +.fa-group-arrows-rotate::before { + content: "\e4f6"; } + +.fa-bowl-food::before { + content: "\e4c6"; } + +.fa-candy-cane::before { + content: "\f786"; } + +.fa-arrow-down-wide-short::before { + content: "\f160"; } + +.fa-sort-amount-asc::before { + content: "\f160"; } + +.fa-sort-amount-down::before { + content: "\f160"; } + +.fa-cloud-bolt::before { + content: "\f76c"; } + +.fa-thunderstorm::before { + content: "\f76c"; } + +.fa-text-slash::before { + content: "\f87d"; } + +.fa-remove-format::before { + content: "\f87d"; } + +.fa-face-smile-wink::before { + content: "\f4da"; } + +.fa-smile-wink::before { + content: "\f4da"; } + +.fa-file-word::before { + content: "\f1c2"; } + +.fa-file-powerpoint::before { + content: "\f1c4"; } + +.fa-arrows-left-right::before { + content: "\f07e"; } + +.fa-arrows-h::before { + content: "\f07e"; } + +.fa-house-lock::before { + content: "\e510"; } + +.fa-cloud-arrow-down::before { + content: "\f0ed"; } + +.fa-cloud-download::before { + content: "\f0ed"; } + +.fa-cloud-download-alt::before { + content: "\f0ed"; } + +.fa-children::before { + content: "\e4e1"; } + +.fa-chalkboard::before { + content: "\f51b"; } + +.fa-blackboard::before { + content: "\f51b"; } + +.fa-user-large-slash::before { + content: "\f4fa"; } + +.fa-user-alt-slash::before { + content: "\f4fa"; } + +.fa-envelope-open::before { + content: "\f2b6"; } + +.fa-handshake-simple-slash::before { + content: "\e05f"; } + +.fa-handshake-alt-slash::before { + content: "\e05f"; } + +.fa-mattress-pillow::before { + content: "\e525"; } + +.fa-guarani-sign::before { + content: "\e19a"; } + +.fa-arrows-rotate::before { + content: "\f021"; } + +.fa-refresh::before { + content: "\f021"; } + +.fa-sync::before { + content: "\f021"; } + +.fa-fire-extinguisher::before { + content: "\f134"; } + +.fa-cruzeiro-sign::before { + content: "\e152"; } + +.fa-greater-than-equal::before { + content: "\f532"; } + +.fa-shield-halved::before { + content: "\f3ed"; } + +.fa-shield-alt::before { + content: "\f3ed"; } + +.fa-book-atlas::before { + content: "\f558"; } + +.fa-atlas::before { + content: "\f558"; } + +.fa-virus::before { + content: "\e074"; } + +.fa-envelope-circle-check::before { + content: "\e4e8"; } + +.fa-layer-group::before { + content: "\f5fd"; } + +.fa-arrows-to-dot::before { + content: "\e4be"; } + +.fa-archway::before { + content: "\f557"; } + +.fa-heart-circle-check::before { + content: "\e4fd"; } + +.fa-house-chimney-crack::before { + content: "\f6f1"; } + +.fa-house-damage::before { + content: "\f6f1"; } + +.fa-file-zipper::before { + content: "\f1c6"; } + +.fa-file-archive::before { + content: "\f1c6"; } + +.fa-square::before { + content: "\f0c8"; } + +.fa-martini-glass-empty::before { + content: "\f000"; } + +.fa-glass-martini::before { + content: "\f000"; } + +.fa-couch::before { + content: "\f4b8"; } + +.fa-cedi-sign::before { + content: "\e0df"; } + +.fa-italic::before { + content: "\f033"; } + +.fa-church::before { + content: "\f51d"; } + +.fa-comments-dollar::before { + content: "\f653"; } + +.fa-democrat::before { + content: "\f747"; } + +.fa-z::before { + content: "\5a"; } + +.fa-person-skiing::before { + content: "\f7c9"; } + +.fa-skiing::before { + content: "\f7c9"; } + +.fa-road-lock::before { + content: "\e567"; } + +.fa-a::before { + content: "\41"; } + +.fa-temperature-arrow-down::before { + content: "\e03f"; } + +.fa-temperature-down::before { + content: "\e03f"; } + +.fa-feather-pointed::before { + content: "\f56b"; } + +.fa-feather-alt::before { + content: "\f56b"; } + +.fa-p::before { + content: "\50"; } + +.fa-snowflake::before { + content: "\f2dc"; } + +.fa-newspaper::before { + content: "\f1ea"; } + +.fa-rectangle-ad::before { + content: "\f641"; } + +.fa-ad::before { + content: "\f641"; } + +.fa-circle-arrow-right::before { + content: "\f0a9"; } + +.fa-arrow-circle-right::before { + content: "\f0a9"; } + +.fa-filter-circle-xmark::before { + content: "\e17b"; } + +.fa-locust::before { + content: "\e520"; } + +.fa-sort::before { + content: "\f0dc"; } + +.fa-unsorted::before { + content: "\f0dc"; } + +.fa-list-ol::before { + content: "\f0cb"; } + +.fa-list-1-2::before { + content: "\f0cb"; } + +.fa-list-numeric::before { + content: "\f0cb"; } + +.fa-person-dress-burst::before { + content: "\e544"; } + +.fa-money-check-dollar::before { + content: "\f53d"; } + +.fa-money-check-alt::before { + content: "\f53d"; } + +.fa-vector-square::before { + content: "\f5cb"; } + +.fa-bread-slice::before { + content: "\f7ec"; } + +.fa-language::before { + content: "\f1ab"; } + +.fa-face-kiss-wink-heart::before { + content: "\f598"; } + +.fa-kiss-wink-heart::before { + content: "\f598"; } + +.fa-filter::before { + content: "\f0b0"; } + +.fa-question::before { + content: "\3f"; } + +.fa-file-signature::before { + content: "\f573"; } + +.fa-up-down-left-right::before { + content: "\f0b2"; } + +.fa-arrows-alt::before { + content: "\f0b2"; } + +.fa-house-chimney-user::before { + content: "\e065"; } + +.fa-hand-holding-heart::before { + content: "\f4be"; } + +.fa-puzzle-piece::before { + content: "\f12e"; } + +.fa-money-check::before { + content: "\f53c"; } + +.fa-star-half-stroke::before { + content: "\f5c0"; } + +.fa-star-half-alt::before { + content: "\f5c0"; } + +.fa-code::before { + content: "\f121"; } + +.fa-whiskey-glass::before { + content: "\f7a0"; } + +.fa-glass-whiskey::before { + content: "\f7a0"; } + +.fa-building-circle-exclamation::before { + content: "\e4d3"; } + +.fa-magnifying-glass-chart::before { + content: "\e522"; } + +.fa-arrow-up-right-from-square::before { + content: "\f08e"; } + +.fa-external-link::before { + content: "\f08e"; } + +.fa-cubes-stacked::before { + content: "\e4e6"; } + +.fa-won-sign::before { + content: "\f159"; } + +.fa-krw::before { + content: "\f159"; } + +.fa-won::before { + content: "\f159"; } + +.fa-virus-covid::before { + content: "\e4a8"; } + +.fa-austral-sign::before { + content: "\e0a9"; } + +.fa-f::before { + content: "\46"; } + +.fa-leaf::before { + content: "\f06c"; } + +.fa-road::before { + content: "\f018"; } + +.fa-taxi::before { + content: "\f1ba"; } + +.fa-cab::before { + content: "\f1ba"; } + +.fa-person-circle-plus::before { + content: "\e541"; } + +.fa-chart-pie::before { + content: "\f200"; } + +.fa-pie-chart::before { + content: "\f200"; } + +.fa-bolt-lightning::before { + content: "\e0b7"; } + +.fa-sack-xmark::before { + content: "\e56a"; } + +.fa-file-excel::before { + content: "\f1c3"; } + +.fa-file-contract::before { + content: "\f56c"; } + +.fa-fish-fins::before { + content: "\e4f2"; } + +.fa-building-flag::before { + content: "\e4d5"; } + +.fa-face-grin-beam::before { + content: "\f582"; } + +.fa-grin-beam::before { + content: "\f582"; } + +.fa-object-ungroup::before { + content: "\f248"; } + +.fa-poop::before { + content: "\f619"; } + +.fa-location-pin::before { + content: "\f041"; } + +.fa-map-marker::before { + content: "\f041"; } + +.fa-kaaba::before { + content: "\f66b"; } + +.fa-toilet-paper::before { + content: "\f71e"; } + +.fa-helmet-safety::before { + content: "\f807"; } + +.fa-hard-hat::before { + content: "\f807"; } + +.fa-hat-hard::before { + content: "\f807"; } + +.fa-eject::before { + content: "\f052"; } + +.fa-circle-right::before { + content: "\f35a"; } + +.fa-arrow-alt-circle-right::before { + content: "\f35a"; } + +.fa-plane-circle-check::before { + content: "\e555"; } + +.fa-face-rolling-eyes::before { + content: "\f5a5"; } + +.fa-meh-rolling-eyes::before { + content: "\f5a5"; } + +.fa-object-group::before { + content: "\f247"; } + +.fa-chart-line::before { + content: "\f201"; } + +.fa-line-chart::before { + content: "\f201"; } + +.fa-mask-ventilator::before { + content: "\e524"; } + +.fa-arrow-right::before { + content: "\f061"; } + +.fa-signs-post::before { + content: "\f277"; } + +.fa-map-signs::before { + content: "\f277"; } + +.fa-cash-register::before { + content: "\f788"; } + +.fa-person-circle-question::before { + content: "\e542"; } + +.fa-h::before { + content: "\48"; } + +.fa-tarp::before { + content: "\e57b"; } + +.fa-screwdriver-wrench::before { + content: "\f7d9"; } + +.fa-tools::before { + content: "\f7d9"; } + +.fa-arrows-to-eye::before { + content: "\e4bf"; } + +.fa-plug-circle-bolt::before { + content: "\e55b"; } + +.fa-heart::before { + content: "\f004"; } + +.fa-mars-and-venus::before { + content: "\f224"; } + +.fa-house-user::before { + content: "\e1b0"; } + +.fa-home-user::before { + content: "\e1b0"; } + +.fa-dumpster-fire::before { + content: "\f794"; } + +.fa-house-crack::before { + content: "\e3b1"; } + +.fa-martini-glass-citrus::before { + content: "\f561"; } + +.fa-cocktail::before { + content: "\f561"; } + +.fa-face-surprise::before { + content: "\f5c2"; } + +.fa-surprise::before { + content: "\f5c2"; } + +.fa-bottle-water::before { + content: "\e4c5"; } + +.fa-circle-pause::before { + content: "\f28b"; } + +.fa-pause-circle::before { + content: "\f28b"; } + +.fa-toilet-paper-slash::before { + content: "\e072"; } + +.fa-apple-whole::before { + content: "\f5d1"; } + +.fa-apple-alt::before { + content: "\f5d1"; } + +.fa-kitchen-set::before { + content: "\e51a"; } + +.fa-r::before { + content: "\52"; } + +.fa-temperature-quarter::before { + content: "\f2ca"; } + +.fa-temperature-1::before { + content: "\f2ca"; } + +.fa-thermometer-1::before { + content: "\f2ca"; } + +.fa-thermometer-quarter::before { + content: "\f2ca"; } + +.fa-cube::before { + content: "\f1b2"; } + +.fa-bitcoin-sign::before { + content: "\e0b4"; } + +.fa-shield-dog::before { + content: "\e573"; } + +.fa-solar-panel::before { + content: "\f5ba"; } + +.fa-lock-open::before { + content: "\f3c1"; } + +.fa-elevator::before { + content: "\e16d"; } + +.fa-money-bill-transfer::before { + content: "\e528"; } + +.fa-money-bill-trend-up::before { + content: "\e529"; } + +.fa-house-flood-water-circle-arrow-right::before { + content: "\e50f"; } + +.fa-square-poll-horizontal::before { + content: "\f682"; } + +.fa-poll-h::before { + content: "\f682"; } + +.fa-circle::before { + content: "\f111"; } + +.fa-backward-fast::before { + content: "\f049"; } + +.fa-fast-backward::before { + content: "\f049"; } + +.fa-recycle::before { + content: "\f1b8"; } + +.fa-user-astronaut::before { + content: "\f4fb"; } + +.fa-plane-slash::before { + content: "\e069"; } + +.fa-trademark::before { + content: "\f25c"; } + +.fa-basketball::before { + content: "\f434"; } + +.fa-basketball-ball::before { + content: "\f434"; } + +.fa-satellite-dish::before { + content: "\f7c0"; } + +.fa-circle-up::before { + content: "\f35b"; } + +.fa-arrow-alt-circle-up::before { + content: "\f35b"; } + +.fa-mobile-screen-button::before { + content: "\f3cd"; } + +.fa-mobile-alt::before { + content: "\f3cd"; } + +.fa-volume-high::before { + content: "\f028"; } + +.fa-volume-up::before { + content: "\f028"; } + +.fa-users-rays::before { + content: "\e593"; } + +.fa-wallet::before { + content: "\f555"; } + +.fa-clipboard-check::before { + content: "\f46c"; } + +.fa-file-audio::before { + content: "\f1c7"; } + +.fa-burger::before { + content: "\f805"; } + +.fa-hamburger::before { + content: "\f805"; } + +.fa-wrench::before { + content: "\f0ad"; } + +.fa-bugs::before { + content: "\e4d0"; } + +.fa-rupee-sign::before { + content: "\f156"; } + +.fa-rupee::before { + content: "\f156"; } + +.fa-file-image::before { + content: "\f1c5"; } + +.fa-circle-question::before { + content: "\f059"; } + +.fa-question-circle::before { + content: "\f059"; } + +.fa-plane-departure::before { + content: "\f5b0"; } + +.fa-handshake-slash::before { + content: "\e060"; } + +.fa-book-bookmark::before { + content: "\e0bb"; } + +.fa-code-branch::before { + content: "\f126"; } + +.fa-hat-cowboy::before { + content: "\f8c0"; } + +.fa-bridge::before { + content: "\e4c8"; } + +.fa-phone-flip::before { + content: "\f879"; } + +.fa-phone-alt::before { + content: "\f879"; } + +.fa-truck-front::before { + content: "\e2b7"; } + +.fa-cat::before { + content: "\f6be"; } + +.fa-anchor-circle-exclamation::before { + content: "\e4ab"; } + +.fa-truck-field::before { + content: "\e58d"; } + +.fa-route::before { + content: "\f4d7"; } + +.fa-clipboard-question::before { + content: "\e4e3"; } + +.fa-panorama::before { + content: "\e209"; } + +.fa-comment-medical::before { + content: "\f7f5"; } + +.fa-teeth-open::before { + content: "\f62f"; } + +.fa-file-circle-minus::before { + content: "\e4ed"; } + +.fa-tags::before { + content: "\f02c"; } + +.fa-wine-glass::before { + content: "\f4e3"; } + +.fa-forward-fast::before { + content: "\f050"; } + +.fa-fast-forward::before { + content: "\f050"; } + +.fa-face-meh-blank::before { + content: "\f5a4"; } + +.fa-meh-blank::before { + content: "\f5a4"; } + +.fa-square-parking::before { + content: "\f540"; } + +.fa-parking::before { + content: "\f540"; } + +.fa-house-signal::before { + content: "\e012"; } + +.fa-bars-progress::before { + content: "\f828"; } + +.fa-tasks-alt::before { + content: "\f828"; } + +.fa-faucet-drip::before { + content: "\e006"; } + +.fa-cart-flatbed::before { + content: "\f474"; } + +.fa-dolly-flatbed::before { + content: "\f474"; } + +.fa-ban-smoking::before { + content: "\f54d"; } + +.fa-smoking-ban::before { + content: "\f54d"; } + +.fa-terminal::before { + content: "\f120"; } + +.fa-mobile-button::before { + content: "\f10b"; } + +.fa-house-medical-flag::before { + content: "\e514"; } + +.fa-basket-shopping::before { + content: "\f291"; } + +.fa-shopping-basket::before { + content: "\f291"; } + +.fa-tape::before { + content: "\f4db"; } + +.fa-bus-simple::before { + content: "\f55e"; } + +.fa-bus-alt::before { + content: "\f55e"; } + +.fa-eye::before { + content: "\f06e"; } + +.fa-face-sad-cry::before { + content: "\f5b3"; } + +.fa-sad-cry::before { + content: "\f5b3"; } + +.fa-audio-description::before { + content: "\f29e"; } + +.fa-person-military-to-person::before { + content: "\e54c"; } + +.fa-file-shield::before { + content: "\e4f0"; } + +.fa-user-slash::before { + content: "\f506"; } + +.fa-pen::before { + content: "\f304"; } + +.fa-tower-observation::before { + content: "\e586"; } + +.fa-file-code::before { + content: "\f1c9"; } + +.fa-signal::before { + content: "\f012"; } + +.fa-signal-5::before { + content: "\f012"; } + +.fa-signal-perfect::before { + content: "\f012"; } + +.fa-bus::before { + content: "\f207"; } + +.fa-heart-circle-xmark::before { + content: "\e501"; } + +.fa-house-chimney::before { + content: "\e3af"; } + +.fa-home-lg::before { + content: "\e3af"; } + +.fa-window-maximize::before { + content: "\f2d0"; } + +.fa-face-frown::before { + content: "\f119"; } + +.fa-frown::before { + content: "\f119"; } + +.fa-prescription::before { + content: "\f5b1"; } + +.fa-shop::before { + content: "\f54f"; } + +.fa-store-alt::before { + content: "\f54f"; } + +.fa-floppy-disk::before { + content: "\f0c7"; } + +.fa-save::before { + content: "\f0c7"; } + +.fa-vihara::before { + content: "\f6a7"; } + +.fa-scale-unbalanced::before { + content: "\f515"; } + +.fa-balance-scale-left::before { + content: "\f515"; } + +.fa-sort-up::before { + content: "\f0de"; } + +.fa-sort-asc::before { + content: "\f0de"; } + +.fa-comment-dots::before { + content: "\f4ad"; } + +.fa-commenting::before { + content: "\f4ad"; } + +.fa-plant-wilt::before { + content: "\e5aa"; } + +.fa-diamond::before { + content: "\f219"; } + +.fa-face-grin-squint::before { + content: "\f585"; } + +.fa-grin-squint::before { + content: "\f585"; } + +.fa-hand-holding-dollar::before { + content: "\f4c0"; } + +.fa-hand-holding-usd::before { + content: "\f4c0"; } + +.fa-bacterium::before { + content: "\e05a"; } + +.fa-hand-pointer::before { + content: "\f25a"; } + +.fa-drum-steelpan::before { + content: "\f56a"; } + +.fa-hand-scissors::before { + content: "\f257"; } + +.fa-hands-praying::before { + content: "\f684"; } + +.fa-praying-hands::before { + content: "\f684"; } + +.fa-arrow-rotate-right::before { + content: "\f01e"; } + +.fa-arrow-right-rotate::before { + content: "\f01e"; } + +.fa-arrow-rotate-forward::before { + content: "\f01e"; } + +.fa-redo::before { + content: "\f01e"; } + +.fa-biohazard::before { + content: "\f780"; } + +.fa-location-crosshairs::before { + content: "\f601"; } + +.fa-location::before { + content: "\f601"; } + +.fa-mars-double::before { + content: "\f227"; } + +.fa-child-dress::before { + content: "\e59c"; } + +.fa-users-between-lines::before { + content: "\e591"; } + +.fa-lungs-virus::before { + content: "\e067"; } + +.fa-face-grin-tears::before { + content: "\f588"; } + +.fa-grin-tears::before { + content: "\f588"; } + +.fa-phone::before { + content: "\f095"; } + +.fa-calendar-xmark::before { + content: "\f273"; } + +.fa-calendar-times::before { + content: "\f273"; } + +.fa-child-reaching::before { + content: "\e59d"; } + +.fa-head-side-virus::before { + content: "\e064"; } + +.fa-user-gear::before { + content: "\f4fe"; } + +.fa-user-cog::before { + content: "\f4fe"; } + +.fa-arrow-up-1-9::before { + content: "\f163"; } + +.fa-sort-numeric-up::before { + content: "\f163"; } + +.fa-door-closed::before { + content: "\f52a"; } + +.fa-shield-virus::before { + content: "\e06c"; } + +.fa-dice-six::before { + content: "\f526"; } + +.fa-mosquito-net::before { + content: "\e52c"; } + +.fa-bridge-water::before { + content: "\e4ce"; } + +.fa-person-booth::before { + content: "\f756"; } + +.fa-text-width::before { + content: "\f035"; } + +.fa-hat-wizard::before { + content: "\f6e8"; } + +.fa-pen-fancy::before { + content: "\f5ac"; } + +.fa-person-digging::before { + content: "\f85e"; } + +.fa-digging::before { + content: "\f85e"; } + +.fa-trash::before { + content: "\f1f8"; } + +.fa-gauge-simple::before { + content: "\f629"; } + +.fa-gauge-simple-med::before { + content: "\f629"; } + +.fa-tachometer-average::before { + content: "\f629"; } + +.fa-book-medical::before { + content: "\f7e6"; } + +.fa-poo::before { + content: "\f2fe"; } + +.fa-quote-right::before { + content: "\f10e"; } + +.fa-quote-right-alt::before { + content: "\f10e"; } + +.fa-shirt::before { + content: "\f553"; } + +.fa-t-shirt::before { + content: "\f553"; } + +.fa-tshirt::before { + content: "\f553"; } + +.fa-cubes::before { + content: "\f1b3"; } + +.fa-divide::before { + content: "\f529"; } + +.fa-tenge-sign::before { + content: "\f7d7"; } + +.fa-tenge::before { + content: "\f7d7"; } + +.fa-headphones::before { + content: "\f025"; } + +.fa-hands-holding::before { + content: "\f4c2"; } + +.fa-hands-clapping::before { + content: "\e1a8"; } + +.fa-republican::before { + content: "\f75e"; } + +.fa-arrow-left::before { + content: "\f060"; } + +.fa-person-circle-xmark::before { + content: "\e543"; } + +.fa-ruler::before { + content: "\f545"; } + +.fa-align-left::before { + content: "\f036"; } + +.fa-dice-d6::before { + content: "\f6d1"; } + +.fa-restroom::before { + content: "\f7bd"; } + +.fa-j::before { + content: "\4a"; } + +.fa-users-viewfinder::before { + content: "\e595"; } + +.fa-file-video::before { + content: "\f1c8"; } + +.fa-up-right-from-square::before { + content: "\f35d"; } + +.fa-external-link-alt::before { + content: "\f35d"; } + +.fa-table-cells::before { + content: "\f00a"; } + +.fa-th::before { + content: "\f00a"; } + +.fa-file-pdf::before { + content: "\f1c1"; } + +.fa-book-bible::before { + content: "\f647"; } + +.fa-bible::before { + content: "\f647"; } + +.fa-o::before { + content: "\4f"; } + +.fa-suitcase-medical::before { + content: "\f0fa"; } + +.fa-medkit::before { + content: "\f0fa"; } + +.fa-user-secret::before { + content: "\f21b"; } + +.fa-otter::before { + content: "\f700"; } + +.fa-person-dress::before { + content: "\f182"; } + +.fa-female::before { + content: "\f182"; } + +.fa-comment-dollar::before { + content: "\f651"; } + +.fa-business-time::before { + content: "\f64a"; } + +.fa-briefcase-clock::before { + content: "\f64a"; } + +.fa-table-cells-large::before { + content: "\f009"; } + +.fa-th-large::before { + content: "\f009"; } + +.fa-book-tanakh::before { + content: "\f827"; } + +.fa-tanakh::before { + content: "\f827"; } + +.fa-phone-volume::before { + content: "\f2a0"; } + +.fa-volume-control-phone::before { + content: "\f2a0"; } + +.fa-hat-cowboy-side::before { + content: "\f8c1"; } + +.fa-clipboard-user::before { + content: "\f7f3"; } + +.fa-child::before { + content: "\f1ae"; } + +.fa-lira-sign::before { + content: "\f195"; } + +.fa-satellite::before { + content: "\f7bf"; } + +.fa-plane-lock::before { + content: "\e558"; } + +.fa-tag::before { + content: "\f02b"; } + +.fa-comment::before { + content: "\f075"; } + +.fa-cake-candles::before { + content: "\f1fd"; } + +.fa-birthday-cake::before { + content: "\f1fd"; } + +.fa-cake::before { + content: "\f1fd"; } + +.fa-envelope::before { + content: "\f0e0"; } + +.fa-angles-up::before { + content: "\f102"; } + +.fa-angle-double-up::before { + content: "\f102"; } + +.fa-paperclip::before { + content: "\f0c6"; } + +.fa-arrow-right-to-city::before { + content: "\e4b3"; } + +.fa-ribbon::before { + content: "\f4d6"; } + +.fa-lungs::before { + content: "\f604"; } + +.fa-arrow-up-9-1::before { + content: "\f887"; } + +.fa-sort-numeric-up-alt::before { + content: "\f887"; } + +.fa-litecoin-sign::before { + content: "\e1d3"; } + +.fa-border-none::before { + content: "\f850"; } + +.fa-circle-nodes::before { + content: "\e4e2"; } + +.fa-parachute-box::before { + content: "\f4cd"; } + +.fa-indent::before { + content: "\f03c"; } + +.fa-truck-field-un::before { + content: "\e58e"; } + +.fa-hourglass::before { + content: "\f254"; } + +.fa-hourglass-empty::before { + content: "\f254"; } + +.fa-mountain::before { + content: "\f6fc"; } + +.fa-user-doctor::before { + content: "\f0f0"; } + +.fa-user-md::before { + content: "\f0f0"; } + +.fa-circle-info::before { + content: "\f05a"; } + +.fa-info-circle::before { + content: "\f05a"; } + +.fa-cloud-meatball::before { + content: "\f73b"; } + +.fa-camera::before { + content: "\f030"; } + +.fa-camera-alt::before { + content: "\f030"; } + +.fa-square-virus::before { + content: "\e578"; } + +.fa-meteor::before { + content: "\f753"; } + +.fa-car-on::before { + content: "\e4dd"; } + +.fa-sleigh::before { + content: "\f7cc"; } + +.fa-arrow-down-1-9::before { + content: "\f162"; } + +.fa-sort-numeric-asc::before { + content: "\f162"; } + +.fa-sort-numeric-down::before { + content: "\f162"; } + +.fa-hand-holding-droplet::before { + content: "\f4c1"; } + +.fa-hand-holding-water::before { + content: "\f4c1"; } + +.fa-water::before { + content: "\f773"; } + +.fa-calendar-check::before { + content: "\f274"; } + +.fa-braille::before { + content: "\f2a1"; } + +.fa-prescription-bottle-medical::before { + content: "\f486"; } + +.fa-prescription-bottle-alt::before { + content: "\f486"; } + +.fa-landmark::before { + content: "\f66f"; } + +.fa-truck::before { + content: "\f0d1"; } + +.fa-crosshairs::before { + content: "\f05b"; } + +.fa-person-cane::before { + content: "\e53c"; } + +.fa-tent::before { + content: "\e57d"; } + +.fa-vest-patches::before { + content: "\e086"; } + +.fa-check-double::before { + content: "\f560"; } + +.fa-arrow-down-a-z::before { + content: "\f15d"; } + +.fa-sort-alpha-asc::before { + content: "\f15d"; } + +.fa-sort-alpha-down::before { + content: "\f15d"; } + +.fa-money-bill-wheat::before { + content: "\e52a"; } + +.fa-cookie::before { + content: "\f563"; } + +.fa-arrow-rotate-left::before { + content: "\f0e2"; } + +.fa-arrow-left-rotate::before { + content: "\f0e2"; } + +.fa-arrow-rotate-back::before { + content: "\f0e2"; } + +.fa-arrow-rotate-backward::before { + content: "\f0e2"; } + +.fa-undo::before { + content: "\f0e2"; } + +.fa-hard-drive::before { + content: "\f0a0"; } + +.fa-hdd::before { + content: "\f0a0"; } + +.fa-face-grin-squint-tears::before { + content: "\f586"; } + +.fa-grin-squint-tears::before { + content: "\f586"; } + +.fa-dumbbell::before { + content: "\f44b"; } + +.fa-rectangle-list::before { + content: "\f022"; } + +.fa-list-alt::before { + content: "\f022"; } + +.fa-tarp-droplet::before { + content: "\e57c"; } + +.fa-house-medical-circle-check::before { + content: "\e511"; } + +.fa-person-skiing-nordic::before { + content: "\f7ca"; } + +.fa-skiing-nordic::before { + content: "\f7ca"; } + +.fa-calendar-plus::before { + content: "\f271"; } + +.fa-plane-arrival::before { + content: "\f5af"; } + +.fa-circle-left::before { + content: "\f359"; } + +.fa-arrow-alt-circle-left::before { + content: "\f359"; } + +.fa-train-subway::before { + content: "\f239"; } + +.fa-subway::before { + content: "\f239"; } + +.fa-chart-gantt::before { + content: "\e0e4"; } + +.fa-indian-rupee-sign::before { + content: "\e1bc"; } + +.fa-indian-rupee::before { + content: "\e1bc"; } + +.fa-inr::before { + content: "\e1bc"; } + +.fa-crop-simple::before { + content: "\f565"; } + +.fa-crop-alt::before { + content: "\f565"; } + +.fa-money-bill-1::before { + content: "\f3d1"; } + +.fa-money-bill-alt::before { + content: "\f3d1"; } + +.fa-left-long::before { + content: "\f30a"; } + +.fa-long-arrow-alt-left::before { + content: "\f30a"; } + +.fa-dna::before { + content: "\f471"; } + +.fa-virus-slash::before { + content: "\e075"; } + +.fa-minus::before { + content: "\f068"; } + +.fa-subtract::before { + content: "\f068"; } + +.fa-chess::before { + content: "\f439"; } + +.fa-arrow-left-long::before { + content: "\f177"; } + +.fa-long-arrow-left::before { + content: "\f177"; } + +.fa-plug-circle-check::before { + content: "\e55c"; } + +.fa-street-view::before { + content: "\f21d"; } + +.fa-franc-sign::before { + content: "\e18f"; } + +.fa-volume-off::before { + content: "\f026"; } + +.fa-hands-asl-interpreting::before { + content: "\f2a3"; } + +.fa-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-asl-interpreting::before { + content: "\f2a3"; } + +.fa-hands-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-gear::before { + content: "\f013"; } + +.fa-cog::before { + content: "\f013"; } + +.fa-droplet-slash::before { + content: "\f5c7"; } + +.fa-tint-slash::before { + content: "\f5c7"; } + +.fa-mosque::before { + content: "\f678"; } + +.fa-mosquito::before { + content: "\e52b"; } + +.fa-star-of-david::before { + content: "\f69a"; } + +.fa-person-military-rifle::before { + content: "\e54b"; } + +.fa-cart-shopping::before { + content: "\f07a"; } + +.fa-shopping-cart::before { + content: "\f07a"; } + +.fa-vials::before { + content: "\f493"; } + +.fa-plug-circle-plus::before { + content: "\e55f"; } + +.fa-place-of-worship::before { + content: "\f67f"; } + +.fa-grip-vertical::before { + content: "\f58e"; } + +.fa-arrow-turn-up::before { + content: "\f148"; } + +.fa-level-up::before { + content: "\f148"; } + +.fa-u::before { + content: "\55"; } + +.fa-square-root-variable::before { + content: "\f698"; } + +.fa-square-root-alt::before { + content: "\f698"; } + +.fa-clock::before { + content: "\f017"; } + +.fa-clock-four::before { + content: "\f017"; } + +.fa-backward-step::before { + content: "\f048"; } + +.fa-step-backward::before { + content: "\f048"; } + +.fa-pallet::before { + content: "\f482"; } + +.fa-faucet::before { + content: "\e005"; } + +.fa-baseball-bat-ball::before { + content: "\f432"; } + +.fa-s::before { + content: "\53"; } + +.fa-timeline::before { + content: "\e29c"; } + +.fa-keyboard::before { + content: "\f11c"; } + +.fa-caret-down::before { + content: "\f0d7"; } + +.fa-house-chimney-medical::before { + content: "\f7f2"; } + +.fa-clinic-medical::before { + content: "\f7f2"; } + +.fa-temperature-three-quarters::before { + content: "\f2c8"; } + +.fa-temperature-3::before { + content: "\f2c8"; } + +.fa-thermometer-3::before { + content: "\f2c8"; } + +.fa-thermometer-three-quarters::before { + content: "\f2c8"; } + +.fa-mobile-screen::before { + content: "\f3cf"; } + +.fa-mobile-android-alt::before { + content: "\f3cf"; } + +.fa-plane-up::before { + content: "\e22d"; } + +.fa-piggy-bank::before { + content: "\f4d3"; } + +.fa-battery-half::before { + content: "\f242"; } + +.fa-battery-3::before { + content: "\f242"; } + +.fa-mountain-city::before { + content: "\e52e"; } + +.fa-coins::before { + content: "\f51e"; } + +.fa-khanda::before { + content: "\f66d"; } + +.fa-sliders::before { + content: "\f1de"; } + +.fa-sliders-h::before { + content: "\f1de"; } + +.fa-folder-tree::before { + content: "\f802"; } + +.fa-network-wired::before { + content: "\f6ff"; } + +.fa-map-pin::before { + content: "\f276"; } + +.fa-hamsa::before { + content: "\f665"; } + +.fa-cent-sign::before { + content: "\e3f5"; } + +.fa-flask::before { + content: "\f0c3"; } + +.fa-person-pregnant::before { + content: "\e31e"; } + +.fa-wand-sparkles::before { + content: "\f72b"; } + +.fa-ellipsis-vertical::before { + content: "\f142"; } + +.fa-ellipsis-v::before { + content: "\f142"; } + +.fa-ticket::before { + content: "\f145"; } + +.fa-power-off::before { + content: "\f011"; } + +.fa-right-long::before { + content: "\f30b"; } + +.fa-long-arrow-alt-right::before { + content: "\f30b"; } + +.fa-flag-usa::before { + content: "\f74d"; } + +.fa-laptop-file::before { + content: "\e51d"; } + +.fa-tty::before { + content: "\f1e4"; } + +.fa-teletype::before { + content: "\f1e4"; } + +.fa-diagram-next::before { + content: "\e476"; } + +.fa-person-rifle::before { + content: "\e54e"; } + +.fa-house-medical-circle-exclamation::before { + content: "\e512"; } + +.fa-closed-captioning::before { + content: "\f20a"; } + +.fa-person-hiking::before { + content: "\f6ec"; } + +.fa-hiking::before { + content: "\f6ec"; } + +.fa-venus-double::before { + content: "\f226"; } + +.fa-images::before { + content: "\f302"; } + +.fa-calculator::before { + content: "\f1ec"; } + +.fa-people-pulling::before { + content: "\e535"; } + +.fa-n::before { + content: "\4e"; } + +.fa-cable-car::before { + content: "\f7da"; } + +.fa-tram::before { + content: "\f7da"; } + +.fa-cloud-rain::before { + content: "\f73d"; } + +.fa-building-circle-xmark::before { + content: "\e4d4"; } + +.fa-ship::before { + content: "\f21a"; } + +.fa-arrows-down-to-line::before { + content: "\e4b8"; } + +.fa-download::before { + content: "\f019"; } + +.fa-face-grin::before { + content: "\f580"; } + +.fa-grin::before { + content: "\f580"; } + +.fa-delete-left::before { + content: "\f55a"; } + +.fa-backspace::before { + content: "\f55a"; } + +.fa-eye-dropper::before { + content: "\f1fb"; } + +.fa-eye-dropper-empty::before { + content: "\f1fb"; } + +.fa-eyedropper::before { + content: "\f1fb"; } + +.fa-file-circle-check::before { + content: "\e5a0"; } + +.fa-forward::before { + content: "\f04e"; } + +.fa-mobile::before { + content: "\f3ce"; } + +.fa-mobile-android::before { + content: "\f3ce"; } + +.fa-mobile-phone::before { + content: "\f3ce"; } + +.fa-face-meh::before { + content: "\f11a"; } + +.fa-meh::before { + content: "\f11a"; } + +.fa-align-center::before { + content: "\f037"; } + +.fa-book-skull::before { + content: "\f6b7"; } + +.fa-book-dead::before { + content: "\f6b7"; } + +.fa-id-card::before { + content: "\f2c2"; } + +.fa-drivers-license::before { + content: "\f2c2"; } + +.fa-outdent::before { + content: "\f03b"; } + +.fa-dedent::before { + content: "\f03b"; } + +.fa-heart-circle-exclamation::before { + content: "\e4fe"; } + +.fa-house::before { + content: "\f015"; } + +.fa-home::before { + content: "\f015"; } + +.fa-home-alt::before { + content: "\f015"; } + +.fa-home-lg-alt::before { + content: "\f015"; } + +.fa-calendar-week::before { + content: "\f784"; } + +.fa-laptop-medical::before { + content: "\f812"; } + +.fa-b::before { + content: "\42"; } + +.fa-file-medical::before { + content: "\f477"; } + +.fa-dice-one::before { + content: "\f525"; } + +.fa-kiwi-bird::before { + content: "\f535"; } + +.fa-arrow-right-arrow-left::before { + content: "\f0ec"; } + +.fa-exchange::before { + content: "\f0ec"; } + +.fa-rotate-right::before { + content: "\f2f9"; } + +.fa-redo-alt::before { + content: "\f2f9"; } + +.fa-rotate-forward::before { + content: "\f2f9"; } + +.fa-utensils::before { + content: "\f2e7"; } + +.fa-cutlery::before { + content: "\f2e7"; } + +.fa-arrow-up-wide-short::before { + content: "\f161"; } + +.fa-sort-amount-up::before { + content: "\f161"; } + +.fa-mill-sign::before { + content: "\e1ed"; } + +.fa-bowl-rice::before { + content: "\e2eb"; } + +.fa-skull::before { + content: "\f54c"; } + +.fa-tower-broadcast::before { + content: "\f519"; } + +.fa-broadcast-tower::before { + content: "\f519"; } + +.fa-truck-pickup::before { + content: "\f63c"; } + +.fa-up-long::before { + content: "\f30c"; } + +.fa-long-arrow-alt-up::before { + content: "\f30c"; } + +.fa-stop::before { + content: "\f04d"; } + +.fa-code-merge::before { + content: "\f387"; } + +.fa-upload::before { + content: "\f093"; } + +.fa-hurricane::before { + content: "\f751"; } + +.fa-mound::before { + content: "\e52d"; } + +.fa-toilet-portable::before { + content: "\e583"; } + +.fa-compact-disc::before { + content: "\f51f"; } + +.fa-file-arrow-down::before { + content: "\f56d"; } + +.fa-file-download::before { + content: "\f56d"; } + +.fa-caravan::before { + content: "\f8ff"; } + +.fa-shield-cat::before { + content: "\e572"; } + +.fa-bolt::before { + content: "\f0e7"; } + +.fa-zap::before { + content: "\f0e7"; } + +.fa-glass-water::before { + content: "\e4f4"; } + +.fa-oil-well::before { + content: "\e532"; } + +.fa-vault::before { + content: "\e2c5"; } + +.fa-mars::before { + content: "\f222"; } + +.fa-toilet::before { + content: "\f7d8"; } + +.fa-plane-circle-xmark::before { + content: "\e557"; } + +.fa-yen-sign::before { + content: "\f157"; } + +.fa-cny::before { + content: "\f157"; } + +.fa-jpy::before { + content: "\f157"; } + +.fa-rmb::before { + content: "\f157"; } + +.fa-yen::before { + content: "\f157"; } + +.fa-ruble-sign::before { + content: "\f158"; } + +.fa-rouble::before { + content: "\f158"; } + +.fa-rub::before { + content: "\f158"; } + +.fa-ruble::before { + content: "\f158"; } + +.fa-sun::before { + content: "\f185"; } + +.fa-guitar::before { + content: "\f7a6"; } + +.fa-face-laugh-wink::before { + content: "\f59c"; } + +.fa-laugh-wink::before { + content: "\f59c"; } + +.fa-horse-head::before { + content: "\f7ab"; } + +.fa-bore-hole::before { + content: "\e4c3"; } + +.fa-industry::before { + content: "\f275"; } + +.fa-circle-down::before { + content: "\f358"; } + +.fa-arrow-alt-circle-down::before { + content: "\f358"; } + +.fa-arrows-turn-to-dots::before { + content: "\e4c1"; } + +.fa-florin-sign::before { + content: "\e184"; } + +.fa-arrow-down-short-wide::before { + content: "\f884"; } + +.fa-sort-amount-desc::before { + content: "\f884"; } + +.fa-sort-amount-down-alt::before { + content: "\f884"; } + +.fa-less-than::before { + content: "\3c"; } + +.fa-angle-down::before { + content: "\f107"; } + +.fa-car-tunnel::before { + content: "\e4de"; } + +.fa-head-side-cough::before { + content: "\e061"; } + +.fa-grip-lines::before { + content: "\f7a4"; } + +.fa-thumbs-down::before { + content: "\f165"; } + +.fa-user-lock::before { + content: "\f502"; } + +.fa-arrow-right-long::before { + content: "\f178"; } + +.fa-long-arrow-right::before { + content: "\f178"; } + +.fa-anchor-circle-xmark::before { + content: "\e4ac"; } + +.fa-ellipsis::before { + content: "\f141"; } + +.fa-ellipsis-h::before { + content: "\f141"; } + +.fa-chess-pawn::before { + content: "\f443"; } + +.fa-kit-medical::before { + content: "\f479"; } + +.fa-first-aid::before { + content: "\f479"; } + +.fa-person-through-window::before { + content: "\e5a9"; } + +.fa-toolbox::before { + content: "\f552"; } + +.fa-hands-holding-circle::before { + content: "\e4fb"; } + +.fa-bug::before { + content: "\f188"; } + +.fa-credit-card::before { + content: "\f09d"; } + +.fa-credit-card-alt::before { + content: "\f09d"; } + +.fa-car::before { + content: "\f1b9"; } + +.fa-automobile::before { + content: "\f1b9"; } + +.fa-hand-holding-hand::before { + content: "\e4f7"; } + +.fa-book-open-reader::before { + content: "\f5da"; } + +.fa-book-reader::before { + content: "\f5da"; } + +.fa-mountain-sun::before { + content: "\e52f"; } + +.fa-arrows-left-right-to-line::before { + content: "\e4ba"; } + +.fa-dice-d20::before { + content: "\f6cf"; } + +.fa-truck-droplet::before { + content: "\e58c"; } + +.fa-file-circle-xmark::before { + content: "\e5a1"; } + +.fa-temperature-arrow-up::before { + content: "\e040"; } + +.fa-temperature-up::before { + content: "\e040"; } + +.fa-medal::before { + content: "\f5a2"; } + +.fa-bed::before { + content: "\f236"; } + +.fa-square-h::before { + content: "\f0fd"; } + +.fa-h-square::before { + content: "\f0fd"; } + +.fa-podcast::before { + content: "\f2ce"; } + +.fa-temperature-full::before { + content: "\f2c7"; } + +.fa-temperature-4::before { + content: "\f2c7"; } + +.fa-thermometer-4::before { + content: "\f2c7"; } + +.fa-thermometer-full::before { + content: "\f2c7"; } + +.fa-bell::before { + content: "\f0f3"; } + +.fa-superscript::before { + content: "\f12b"; } + +.fa-plug-circle-xmark::before { + content: "\e560"; } + +.fa-star-of-life::before { + content: "\f621"; } + +.fa-phone-slash::before { + content: "\f3dd"; } + +.fa-paint-roller::before { + content: "\f5aa"; } + +.fa-handshake-angle::before { + content: "\f4c4"; } + +.fa-hands-helping::before { + content: "\f4c4"; } + +.fa-location-dot::before { + content: "\f3c5"; } + +.fa-map-marker-alt::before { + content: "\f3c5"; } + +.fa-file::before { + content: "\f15b"; } + +.fa-greater-than::before { + content: "\3e"; } + +.fa-person-swimming::before { + content: "\f5c4"; } + +.fa-swimmer::before { + content: "\f5c4"; } + +.fa-arrow-down::before { + content: "\f063"; } + +.fa-droplet::before { + content: "\f043"; } + +.fa-tint::before { + content: "\f043"; } + +.fa-eraser::before { + content: "\f12d"; } + +.fa-earth-americas::before { + content: "\f57d"; } + +.fa-earth::before { + content: "\f57d"; } + +.fa-earth-america::before { + content: "\f57d"; } + +.fa-globe-americas::before { + content: "\f57d"; } + +.fa-person-burst::before { + content: "\e53b"; } + +.fa-dove::before { + content: "\f4ba"; } + +.fa-battery-empty::before { + content: "\f244"; } + +.fa-battery-0::before { + content: "\f244"; } + +.fa-socks::before { + content: "\f696"; } + +.fa-inbox::before { + content: "\f01c"; } + +.fa-section::before { + content: "\e447"; } + +.fa-gauge-high::before { + content: "\f625"; } + +.fa-tachometer-alt::before { + content: "\f625"; } + +.fa-tachometer-alt-fast::before { + content: "\f625"; } + +.fa-envelope-open-text::before { + content: "\f658"; } + +.fa-hospital::before { + content: "\f0f8"; } + +.fa-hospital-alt::before { + content: "\f0f8"; } + +.fa-hospital-wide::before { + content: "\f0f8"; } + +.fa-wine-bottle::before { + content: "\f72f"; } + +.fa-chess-rook::before { + content: "\f447"; } + +.fa-bars-staggered::before { + content: "\f550"; } + +.fa-reorder::before { + content: "\f550"; } + +.fa-stream::before { + content: "\f550"; } + +.fa-dharmachakra::before { + content: "\f655"; } + +.fa-hotdog::before { + content: "\f80f"; } + +.fa-person-walking-with-cane::before { + content: "\f29d"; } + +.fa-blind::before { + content: "\f29d"; } + +.fa-drum::before { + content: "\f569"; } + +.fa-ice-cream::before { + content: "\f810"; } + +.fa-heart-circle-bolt::before { + content: "\e4fc"; } + +.fa-fax::before { + content: "\f1ac"; } + +.fa-paragraph::before { + content: "\f1dd"; } + +.fa-check-to-slot::before { + content: "\f772"; } + +.fa-vote-yea::before { + content: "\f772"; } + +.fa-star-half::before { + content: "\f089"; } + +.fa-boxes-stacked::before { + content: "\f468"; } + +.fa-boxes::before { + content: "\f468"; } + +.fa-boxes-alt::before { + content: "\f468"; } + +.fa-link::before { + content: "\f0c1"; } + +.fa-chain::before { + content: "\f0c1"; } + +.fa-ear-listen::before { + content: "\f2a2"; } + +.fa-assistive-listening-systems::before { + content: "\f2a2"; } + +.fa-tree-city::before { + content: "\e587"; } + +.fa-play::before { + content: "\f04b"; } + +.fa-font::before { + content: "\f031"; } + +.fa-rupiah-sign::before { + content: "\e23d"; } + +.fa-magnifying-glass::before { + content: "\f002"; } + +.fa-search::before { + content: "\f002"; } + +.fa-table-tennis-paddle-ball::before { + content: "\f45d"; } + +.fa-ping-pong-paddle-ball::before { + content: "\f45d"; } + +.fa-table-tennis::before { + content: "\f45d"; } + +.fa-person-dots-from-line::before { + content: "\f470"; } + +.fa-diagnoses::before { + content: "\f470"; } + +.fa-trash-can-arrow-up::before { + content: "\f82a"; } + +.fa-trash-restore-alt::before { + content: "\f82a"; } + +.fa-naira-sign::before { + content: "\e1f6"; } + +.fa-cart-arrow-down::before { + content: "\f218"; } + +.fa-walkie-talkie::before { + content: "\f8ef"; } + +.fa-file-pen::before { + content: "\f31c"; } + +.fa-file-edit::before { + content: "\f31c"; } + +.fa-receipt::before { + content: "\f543"; } + +.fa-square-pen::before { + content: "\f14b"; } + +.fa-pen-square::before { + content: "\f14b"; } + +.fa-pencil-square::before { + content: "\f14b"; } + +.fa-suitcase-rolling::before { + content: "\f5c1"; } + +.fa-person-circle-exclamation::before { + content: "\e53f"; } + +.fa-chevron-down::before { + content: "\f078"; } + +.fa-battery-full::before { + content: "\f240"; } + +.fa-battery::before { + content: "\f240"; } + +.fa-battery-5::before { + content: "\f240"; } + +.fa-skull-crossbones::before { + content: "\f714"; } + +.fa-code-compare::before { + content: "\e13a"; } + +.fa-list-ul::before { + content: "\f0ca"; } + +.fa-list-dots::before { + content: "\f0ca"; } + +.fa-school-lock::before { + content: "\e56f"; } + +.fa-tower-cell::before { + content: "\e585"; } + +.fa-down-long::before { + content: "\f309"; } + +.fa-long-arrow-alt-down::before { + content: "\f309"; } + +.fa-ranking-star::before { + content: "\e561"; } + +.fa-chess-king::before { + content: "\f43f"; } + +.fa-person-harassing::before { + content: "\e549"; } + +.fa-brazilian-real-sign::before { + content: "\e46c"; } + +.fa-landmark-dome::before { + content: "\f752"; } + +.fa-landmark-alt::before { + content: "\f752"; } + +.fa-arrow-up::before { + content: "\f062"; } + +.fa-tv::before { + content: "\f26c"; } + +.fa-television::before { + content: "\f26c"; } + +.fa-tv-alt::before { + content: "\f26c"; } + +.fa-shrimp::before { + content: "\e448"; } + +.fa-list-check::before { + content: "\f0ae"; } + +.fa-tasks::before { + content: "\f0ae"; } + +.fa-jug-detergent::before { + content: "\e519"; } + +.fa-circle-user::before { + content: "\f2bd"; } + +.fa-user-circle::before { + content: "\f2bd"; } + +.fa-user-shield::before { + content: "\f505"; } + +.fa-wind::before { + content: "\f72e"; } + +.fa-car-burst::before { + content: "\f5e1"; } + +.fa-car-crash::before { + content: "\f5e1"; } + +.fa-y::before { + content: "\59"; } + +.fa-person-snowboarding::before { + content: "\f7ce"; } + +.fa-snowboarding::before { + content: "\f7ce"; } + +.fa-truck-fast::before { + content: "\f48b"; } + +.fa-shipping-fast::before { + content: "\f48b"; } + +.fa-fish::before { + content: "\f578"; } + +.fa-user-graduate::before { + content: "\f501"; } + +.fa-circle-half-stroke::before { + content: "\f042"; } + +.fa-adjust::before { + content: "\f042"; } + +.fa-clapperboard::before { + content: "\e131"; } + +.fa-circle-radiation::before { + content: "\f7ba"; } + +.fa-radiation-alt::before { + content: "\f7ba"; } + +.fa-baseball::before { + content: "\f433"; } + +.fa-baseball-ball::before { + content: "\f433"; } + +.fa-jet-fighter-up::before { + content: "\e518"; } + +.fa-diagram-project::before { + content: "\f542"; } + +.fa-project-diagram::before { + content: "\f542"; } + +.fa-copy::before { + content: "\f0c5"; } + +.fa-volume-xmark::before { + content: "\f6a9"; } + +.fa-volume-mute::before { + content: "\f6a9"; } + +.fa-volume-times::before { + content: "\f6a9"; } + +.fa-hand-sparkles::before { + content: "\e05d"; } + +.fa-grip::before { + content: "\f58d"; } + +.fa-grip-horizontal::before { + content: "\f58d"; } + +.fa-share-from-square::before { + content: "\f14d"; } + +.fa-share-square::before { + content: "\f14d"; } + +.fa-child-combatant::before { + content: "\e4e0"; } + +.fa-child-rifle::before { + content: "\e4e0"; } + +.fa-gun::before { + content: "\e19b"; } + +.fa-square-phone::before { + content: "\f098"; } + +.fa-phone-square::before { + content: "\f098"; } + +.fa-plus::before { + content: "\2b"; } + +.fa-add::before { + content: "\2b"; } + +.fa-expand::before { + content: "\f065"; } + +.fa-computer::before { + content: "\e4e5"; } + +.fa-xmark::before { + content: "\f00d"; } + +.fa-close::before { + content: "\f00d"; } + +.fa-multiply::before { + content: "\f00d"; } + +.fa-remove::before { + content: "\f00d"; } + +.fa-times::before { + content: "\f00d"; } + +.fa-arrows-up-down-left-right::before { + content: "\f047"; } + +.fa-arrows::before { + content: "\f047"; } + +.fa-chalkboard-user::before { + content: "\f51c"; } + +.fa-chalkboard-teacher::before { + content: "\f51c"; } + +.fa-peso-sign::before { + content: "\e222"; } + +.fa-building-shield::before { + content: "\e4d8"; } + +.fa-baby::before { + content: "\f77c"; } + +.fa-users-line::before { + content: "\e592"; } + +.fa-quote-left::before { + content: "\f10d"; } + +.fa-quote-left-alt::before { + content: "\f10d"; } + +.fa-tractor::before { + content: "\f722"; } + +.fa-trash-arrow-up::before { + content: "\f829"; } + +.fa-trash-restore::before { + content: "\f829"; } + +.fa-arrow-down-up-lock::before { + content: "\e4b0"; } + +.fa-lines-leaning::before { + content: "\e51e"; } + +.fa-ruler-combined::before { + content: "\f546"; } + +.fa-copyright::before { + content: "\f1f9"; } + +.fa-equals::before { + content: "\3d"; } + +.fa-blender::before { + content: "\f517"; } + +.fa-teeth::before { + content: "\f62e"; } + +.fa-shekel-sign::before { + content: "\f20b"; } + +.fa-ils::before { + content: "\f20b"; } + +.fa-shekel::before { + content: "\f20b"; } + +.fa-sheqel::before { + content: "\f20b"; } + +.fa-sheqel-sign::before { + content: "\f20b"; } + +.fa-map::before { + content: "\f279"; } + +.fa-rocket::before { + content: "\f135"; } + +.fa-photo-film::before { + content: "\f87c"; } + +.fa-photo-video::before { + content: "\f87c"; } + +.fa-folder-minus::before { + content: "\f65d"; } + +.fa-store::before { + content: "\f54e"; } + +.fa-arrow-trend-up::before { + content: "\e098"; } + +.fa-plug-circle-minus::before { + content: "\e55e"; } + +.fa-sign-hanging::before { + content: "\f4d9"; } + +.fa-sign::before { + content: "\f4d9"; } + +.fa-bezier-curve::before { + content: "\f55b"; } + +.fa-bell-slash::before { + content: "\f1f6"; } + +.fa-tablet::before { + content: "\f3fb"; } + +.fa-tablet-android::before { + content: "\f3fb"; } + +.fa-school-flag::before { + content: "\e56e"; } + +.fa-fill::before { + content: "\f575"; } + +.fa-angle-up::before { + content: "\f106"; } + +.fa-drumstick-bite::before { + content: "\f6d7"; } + +.fa-holly-berry::before { + content: "\f7aa"; } + +.fa-chevron-left::before { + content: "\f053"; } + +.fa-bacteria::before { + content: "\e059"; } + +.fa-hand-lizard::before { + content: "\f258"; } + +.fa-notdef::before { + content: "\e1fe"; } + +.fa-disease::before { + content: "\f7fa"; } + +.fa-briefcase-medical::before { + content: "\f469"; } + +.fa-genderless::before { + content: "\f22d"; } + +.fa-chevron-right::before { + content: "\f054"; } + +.fa-retweet::before { + content: "\f079"; } + +.fa-car-rear::before { + content: "\f5de"; } + +.fa-car-alt::before { + content: "\f5de"; } + +.fa-pump-soap::before { + content: "\e06b"; } + +.fa-video-slash::before { + content: "\f4e2"; } + +.fa-battery-quarter::before { + content: "\f243"; } + +.fa-battery-2::before { + content: "\f243"; } + +.fa-radio::before { + content: "\f8d7"; } + +.fa-baby-carriage::before { + content: "\f77d"; } + +.fa-carriage-baby::before { + content: "\f77d"; } + +.fa-traffic-light::before { + content: "\f637"; } + +.fa-thermometer::before { + content: "\f491"; } + +.fa-vr-cardboard::before { + content: "\f729"; } + +.fa-hand-middle-finger::before { + content: "\f806"; } + +.fa-percent::before { + content: "\25"; } + +.fa-percentage::before { + content: "\25"; } + +.fa-truck-moving::before { + content: "\f4df"; } + +.fa-glass-water-droplet::before { + content: "\e4f5"; } + +.fa-display::before { + content: "\e163"; } + +.fa-face-smile::before { + content: "\f118"; } + +.fa-smile::before { + content: "\f118"; } + +.fa-thumbtack::before { + content: "\f08d"; } + +.fa-thumb-tack::before { + content: "\f08d"; } + +.fa-trophy::before { + content: "\f091"; } + +.fa-person-praying::before { + content: "\f683"; } + +.fa-pray::before { + content: "\f683"; } + +.fa-hammer::before { + content: "\f6e3"; } + +.fa-hand-peace::before { + content: "\f25b"; } + +.fa-rotate::before { + content: "\f2f1"; } + +.fa-sync-alt::before { + content: "\f2f1"; } + +.fa-spinner::before { + content: "\f110"; } + +.fa-robot::before { + content: "\f544"; } + +.fa-peace::before { + content: "\f67c"; } + +.fa-gears::before { + content: "\f085"; } + +.fa-cogs::before { + content: "\f085"; } + +.fa-warehouse::before { + content: "\f494"; } + +.fa-arrow-up-right-dots::before { + content: "\e4b7"; } + +.fa-splotch::before { + content: "\f5bc"; } + +.fa-face-grin-hearts::before { + content: "\f584"; } + +.fa-grin-hearts::before { + content: "\f584"; } + +.fa-dice-four::before { + content: "\f524"; } + +.fa-sim-card::before { + content: "\f7c4"; } + +.fa-transgender::before { + content: "\f225"; } + +.fa-transgender-alt::before { + content: "\f225"; } + +.fa-mercury::before { + content: "\f223"; } + +.fa-arrow-turn-down::before { + content: "\f149"; } + +.fa-level-down::before { + content: "\f149"; } + +.fa-person-falling-burst::before { + content: "\e547"; } + +.fa-award::before { + content: "\f559"; } + +.fa-ticket-simple::before { + content: "\f3ff"; } + +.fa-ticket-alt::before { + content: "\f3ff"; } + +.fa-building::before { + content: "\f1ad"; } + +.fa-angles-left::before { + content: "\f100"; } + +.fa-angle-double-left::before { + content: "\f100"; } + +.fa-qrcode::before { + content: "\f029"; } + +.fa-clock-rotate-left::before { + content: "\f1da"; } + +.fa-history::before { + content: "\f1da"; } + +.fa-face-grin-beam-sweat::before { + content: "\f583"; } + +.fa-grin-beam-sweat::before { + content: "\f583"; } + +.fa-file-export::before { + content: "\f56e"; } + +.fa-arrow-right-from-file::before { + content: "\f56e"; } + +.fa-shield::before { + content: "\f132"; } + +.fa-shield-blank::before { + content: "\f132"; } + +.fa-arrow-up-short-wide::before { + content: "\f885"; } + +.fa-sort-amount-up-alt::before { + content: "\f885"; } + +.fa-house-medical::before { + content: "\e3b2"; } + +.fa-golf-ball-tee::before { + content: "\f450"; } + +.fa-golf-ball::before { + content: "\f450"; } + +.fa-circle-chevron-left::before { + content: "\f137"; } + +.fa-chevron-circle-left::before { + content: "\f137"; } + +.fa-house-chimney-window::before { + content: "\e00d"; } + +.fa-pen-nib::before { + content: "\f5ad"; } + +.fa-tent-arrow-turn-left::before { + content: "\e580"; } + +.fa-tents::before { + content: "\e582"; } + +.fa-wand-magic::before { + content: "\f0d0"; } + +.fa-magic::before { + content: "\f0d0"; } + +.fa-dog::before { + content: "\f6d3"; } + +.fa-carrot::before { + content: "\f787"; } + +.fa-moon::before { + content: "\f186"; } + +.fa-wine-glass-empty::before { + content: "\f5ce"; } + +.fa-wine-glass-alt::before { + content: "\f5ce"; } + +.fa-cheese::before { + content: "\f7ef"; } + +.fa-yin-yang::before { + content: "\f6ad"; } + +.fa-music::before { + content: "\f001"; } + +.fa-code-commit::before { + content: "\f386"; } + +.fa-temperature-low::before { + content: "\f76b"; } + +.fa-person-biking::before { + content: "\f84a"; } + +.fa-biking::before { + content: "\f84a"; } + +.fa-broom::before { + content: "\f51a"; } + +.fa-shield-heart::before { + content: "\e574"; } + +.fa-gopuram::before { + content: "\f664"; } + +.fa-earth-oceania::before { + content: "\e47b"; } + +.fa-globe-oceania::before { + content: "\e47b"; } + +.fa-square-xmark::before { + content: "\f2d3"; } + +.fa-times-square::before { + content: "\f2d3"; } + +.fa-xmark-square::before { + content: "\f2d3"; } + +.fa-hashtag::before { + content: "\23"; } + +.fa-up-right-and-down-left-from-center::before { + content: "\f424"; } + +.fa-expand-alt::before { + content: "\f424"; } + +.fa-oil-can::before { + content: "\f613"; } + +.fa-t::before { + content: "\54"; } + +.fa-hippo::before { + content: "\f6ed"; } + +.fa-chart-column::before { + content: "\e0e3"; } + +.fa-infinity::before { + content: "\f534"; } + +.fa-vial-circle-check::before { + content: "\e596"; } + +.fa-person-arrow-down-to-line::before { + content: "\e538"; } + +.fa-voicemail::before { + content: "\f897"; } + +.fa-fan::before { + content: "\f863"; } + +.fa-person-walking-luggage::before { + content: "\e554"; } + +.fa-up-down::before { + content: "\f338"; } + +.fa-arrows-alt-v::before { + content: "\f338"; } + +.fa-cloud-moon-rain::before { + content: "\f73c"; } + +.fa-calendar::before { + content: "\f133"; } + +.fa-trailer::before { + content: "\e041"; } + +.fa-bahai::before { + content: "\f666"; } + +.fa-haykal::before { + content: "\f666"; } + +.fa-sd-card::before { + content: "\f7c2"; } + +.fa-dragon::before { + content: "\f6d5"; } + +.fa-shoe-prints::before { + content: "\f54b"; } + +.fa-circle-plus::before { + content: "\f055"; } + +.fa-plus-circle::before { + content: "\f055"; } + +.fa-face-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-hand-holding::before { + content: "\f4bd"; } + +.fa-plug-circle-exclamation::before { + content: "\e55d"; } + +.fa-link-slash::before { + content: "\f127"; } + +.fa-chain-broken::before { + content: "\f127"; } + +.fa-chain-slash::before { + content: "\f127"; } + +.fa-unlink::before { + content: "\f127"; } + +.fa-clone::before { + content: "\f24d"; } + +.fa-person-walking-arrow-loop-left::before { + content: "\e551"; } + +.fa-arrow-up-z-a::before { + content: "\f882"; } + +.fa-sort-alpha-up-alt::before { + content: "\f882"; } + +.fa-fire-flame-curved::before { + content: "\f7e4"; } + +.fa-fire-alt::before { + content: "\f7e4"; } + +.fa-tornado::before { + content: "\f76f"; } + +.fa-file-circle-plus::before { + content: "\e494"; } + +.fa-book-quran::before { + content: "\f687"; } + +.fa-quran::before { + content: "\f687"; } + +.fa-anchor::before { + content: "\f13d"; } + +.fa-border-all::before { + content: "\f84c"; } + +.fa-face-angry::before { + content: "\f556"; } + +.fa-angry::before { + content: "\f556"; } + +.fa-cookie-bite::before { + content: "\f564"; } + +.fa-arrow-trend-down::before { + content: "\e097"; } + +.fa-rss::before { + content: "\f09e"; } + +.fa-feed::before { + content: "\f09e"; } + +.fa-draw-polygon::before { + content: "\f5ee"; } + +.fa-scale-balanced::before { + content: "\f24e"; } + +.fa-balance-scale::before { + content: "\f24e"; } + +.fa-gauge-simple-high::before { + content: "\f62a"; } + +.fa-tachometer::before { + content: "\f62a"; } + +.fa-tachometer-fast::before { + content: "\f62a"; } + +.fa-shower::before { + content: "\f2cc"; } + +.fa-desktop::before { + content: "\f390"; } + +.fa-desktop-alt::before { + content: "\f390"; } + +.fa-m::before { + content: "\4d"; } + +.fa-table-list::before { + content: "\f00b"; } + +.fa-th-list::before { + content: "\f00b"; } + +.fa-comment-sms::before { + content: "\f7cd"; } + +.fa-sms::before { + content: "\f7cd"; } + +.fa-book::before { + content: "\f02d"; } + +.fa-user-plus::before { + content: "\f234"; } + +.fa-check::before { + content: "\f00c"; } + +.fa-battery-three-quarters::before { + content: "\f241"; } + +.fa-battery-4::before { + content: "\f241"; } + +.fa-house-circle-check::before { + content: "\e509"; } + +.fa-angle-left::before { + content: "\f104"; } + +.fa-diagram-successor::before { + content: "\e47a"; } + +.fa-truck-arrow-right::before { + content: "\e58b"; } + +.fa-arrows-split-up-and-left::before { + content: "\e4bc"; } + +.fa-hand-fist::before { + content: "\f6de"; } + +.fa-fist-raised::before { + content: "\f6de"; } + +.fa-cloud-moon::before { + content: "\f6c3"; } + +.fa-briefcase::before { + content: "\f0b1"; } + +.fa-person-falling::before { + content: "\e546"; } + +.fa-image-portrait::before { + content: "\f3e0"; } + +.fa-portrait::before { + content: "\f3e0"; } + +.fa-user-tag::before { + content: "\f507"; } + +.fa-rug::before { + content: "\e569"; } + +.fa-earth-europe::before { + content: "\f7a2"; } + +.fa-globe-europe::before { + content: "\f7a2"; } + +.fa-cart-flatbed-suitcase::before { + content: "\f59d"; } + +.fa-luggage-cart::before { + content: "\f59d"; } + +.fa-rectangle-xmark::before { + content: "\f410"; } + +.fa-rectangle-times::before { + content: "\f410"; } + +.fa-times-rectangle::before { + content: "\f410"; } + +.fa-window-close::before { + content: "\f410"; } + +.fa-baht-sign::before { + content: "\e0ac"; } + +.fa-book-open::before { + content: "\f518"; } + +.fa-book-journal-whills::before { + content: "\f66a"; } + +.fa-journal-whills::before { + content: "\f66a"; } + +.fa-handcuffs::before { + content: "\e4f8"; } + +.fa-triangle-exclamation::before { + content: "\f071"; } + +.fa-exclamation-triangle::before { + content: "\f071"; } + +.fa-warning::before { + content: "\f071"; } + +.fa-database::before { + content: "\f1c0"; } + +.fa-share::before { + content: "\f064"; } + +.fa-arrow-turn-right::before { + content: "\f064"; } + +.fa-mail-forward::before { + content: "\f064"; } + +.fa-bottle-droplet::before { + content: "\e4c4"; } + +.fa-mask-face::before { + content: "\e1d7"; } + +.fa-hill-rockslide::before { + content: "\e508"; } + +.fa-right-left::before { + content: "\f362"; } + +.fa-exchange-alt::before { + content: "\f362"; } + +.fa-paper-plane::before { + content: "\f1d8"; } + +.fa-road-circle-exclamation::before { + content: "\e565"; } + +.fa-dungeon::before { + content: "\f6d9"; } + +.fa-align-right::before { + content: "\f038"; } + +.fa-money-bill-1-wave::before { + content: "\f53b"; } + +.fa-money-bill-wave-alt::before { + content: "\f53b"; } + +.fa-life-ring::before { + content: "\f1cd"; } + +.fa-hands::before { + content: "\f2a7"; } + +.fa-sign-language::before { + content: "\f2a7"; } + +.fa-signing::before { + content: "\f2a7"; } + +.fa-calendar-day::before { + content: "\f783"; } + +.fa-water-ladder::before { + content: "\f5c5"; } + +.fa-ladder-water::before { + content: "\f5c5"; } + +.fa-swimming-pool::before { + content: "\f5c5"; } + +.fa-arrows-up-down::before { + content: "\f07d"; } + +.fa-arrows-v::before { + content: "\f07d"; } + +.fa-face-grimace::before { + content: "\f57f"; } + +.fa-grimace::before { + content: "\f57f"; } + +.fa-wheelchair-move::before { + content: "\e2ce"; } + +.fa-wheelchair-alt::before { + content: "\e2ce"; } + +.fa-turn-down::before { + content: "\f3be"; } + +.fa-level-down-alt::before { + content: "\f3be"; } + +.fa-person-walking-arrow-right::before { + content: "\e552"; } + +.fa-square-envelope::before { + content: "\f199"; } + +.fa-envelope-square::before { + content: "\f199"; } + +.fa-dice::before { + content: "\f522"; } + +.fa-bowling-ball::before { + content: "\f436"; } + +.fa-brain::before { + content: "\f5dc"; } + +.fa-bandage::before { + content: "\f462"; } + +.fa-band-aid::before { + content: "\f462"; } + +.fa-calendar-minus::before { + content: "\f272"; } + +.fa-circle-xmark::before { + content: "\f057"; } + +.fa-times-circle::before { + content: "\f057"; } + +.fa-xmark-circle::before { + content: "\f057"; } + +.fa-gifts::before { + content: "\f79c"; } + +.fa-hotel::before { + content: "\f594"; } + +.fa-earth-asia::before { + content: "\f57e"; } + +.fa-globe-asia::before { + content: "\f57e"; } + +.fa-id-card-clip::before { + content: "\f47f"; } + +.fa-id-card-alt::before { + content: "\f47f"; } + +.fa-magnifying-glass-plus::before { + content: "\f00e"; } + +.fa-search-plus::before { + content: "\f00e"; } + +.fa-thumbs-up::before { + content: "\f164"; } + +.fa-user-clock::before { + content: "\f4fd"; } + +.fa-hand-dots::before { + content: "\f461"; } + +.fa-allergies::before { + content: "\f461"; } + +.fa-file-invoice::before { + content: "\f570"; } + +.fa-window-minimize::before { + content: "\f2d1"; } + +.fa-mug-saucer::before { + content: "\f0f4"; } + +.fa-coffee::before { + content: "\f0f4"; } + +.fa-brush::before { + content: "\f55d"; } + +.fa-mask::before { + content: "\f6fa"; } + +.fa-magnifying-glass-minus::before { + content: "\f010"; } + +.fa-search-minus::before { + content: "\f010"; } + +.fa-ruler-vertical::before { + content: "\f548"; } + +.fa-user-large::before { + content: "\f406"; } + +.fa-user-alt::before { + content: "\f406"; } + +.fa-train-tram::before { + content: "\e5b4"; } + +.fa-user-nurse::before { + content: "\f82f"; } + +.fa-syringe::before { + content: "\f48e"; } + +.fa-cloud-sun::before { + content: "\f6c4"; } + +.fa-stopwatch-20::before { + content: "\e06f"; } + +.fa-square-full::before { + content: "\f45c"; } + +.fa-magnet::before { + content: "\f076"; } + +.fa-jar::before { + content: "\e516"; } + +.fa-note-sticky::before { + content: "\f249"; } + +.fa-sticky-note::before { + content: "\f249"; } + +.fa-bug-slash::before { + content: "\e490"; } + +.fa-arrow-up-from-water-pump::before { + content: "\e4b6"; } + +.fa-bone::before { + content: "\f5d7"; } + +.fa-user-injured::before { + content: "\f728"; } + +.fa-face-sad-tear::before { + content: "\f5b4"; } + +.fa-sad-tear::before { + content: "\f5b4"; } + +.fa-plane::before { + content: "\f072"; } + +.fa-tent-arrows-down::before { + content: "\e581"; } + +.fa-exclamation::before { + content: "\21"; } + +.fa-arrows-spin::before { + content: "\e4bb"; } + +.fa-print::before { + content: "\f02f"; } + +.fa-turkish-lira-sign::before { + content: "\e2bb"; } + +.fa-try::before { + content: "\e2bb"; } + +.fa-turkish-lira::before { + content: "\e2bb"; } + +.fa-dollar-sign::before { + content: "\24"; } + +.fa-dollar::before { + content: "\24"; } + +.fa-usd::before { + content: "\24"; } + +.fa-x::before { + content: "\58"; } + +.fa-magnifying-glass-dollar::before { + content: "\f688"; } + +.fa-search-dollar::before { + content: "\f688"; } + +.fa-users-gear::before { + content: "\f509"; } + +.fa-users-cog::before { + content: "\f509"; } + +.fa-person-military-pointing::before { + content: "\e54a"; } + +.fa-building-columns::before { + content: "\f19c"; } + +.fa-bank::before { + content: "\f19c"; } + +.fa-institution::before { + content: "\f19c"; } + +.fa-museum::before { + content: "\f19c"; } + +.fa-university::before { + content: "\f19c"; } + +.fa-umbrella::before { + content: "\f0e9"; } + +.fa-trowel::before { + content: "\e589"; } + +.fa-d::before { + content: "\44"; } + +.fa-stapler::before { + content: "\e5af"; } + +.fa-masks-theater::before { + content: "\f630"; } + +.fa-theater-masks::before { + content: "\f630"; } + +.fa-kip-sign::before { + content: "\e1c4"; } + +.fa-hand-point-left::before { + content: "\f0a5"; } + +.fa-handshake-simple::before { + content: "\f4c6"; } + +.fa-handshake-alt::before { + content: "\f4c6"; } + +.fa-jet-fighter::before { + content: "\f0fb"; } + +.fa-fighter-jet::before { + content: "\f0fb"; } + +.fa-square-share-nodes::before { + content: "\f1e1"; } + +.fa-share-alt-square::before { + content: "\f1e1"; } + +.fa-barcode::before { + content: "\f02a"; } + +.fa-plus-minus::before { + content: "\e43c"; } + +.fa-video::before { + content: "\f03d"; } + +.fa-video-camera::before { + content: "\f03d"; } + +.fa-graduation-cap::before { + content: "\f19d"; } + +.fa-mortar-board::before { + content: "\f19d"; } + +.fa-hand-holding-medical::before { + content: "\e05c"; } + +.fa-person-circle-check::before { + content: "\e53e"; } + +.fa-turn-up::before { + content: "\f3bf"; } + +.fa-level-up-alt::before { + content: "\f3bf"; } + +.sr-only, +.fa-sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } + +.sr-only-focusable:not(:focus), +.fa-sr-only-focusable:not(:focus) { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } +:root, :host { + --fa-style-family-brands: 'Font Awesome 6 Brands'; + --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; } + +@font-face { + font-family: 'Font Awesome 6 Brands'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +.fab, +.fa-brands { + font-weight: 400; } + +.fa-monero:before { + content: "\f3d0"; } + +.fa-hooli:before { + content: "\f427"; } + +.fa-yelp:before { + content: "\f1e9"; } + +.fa-cc-visa:before { + content: "\f1f0"; } + +.fa-lastfm:before { + content: "\f202"; } + +.fa-shopware:before { + content: "\f5b5"; } + +.fa-creative-commons-nc:before { + content: "\f4e8"; } + +.fa-aws:before { + content: "\f375"; } + +.fa-redhat:before { + content: "\f7bc"; } + +.fa-yoast:before { + content: "\f2b1"; } + +.fa-cloudflare:before { + content: "\e07d"; } + +.fa-ups:before { + content: "\f7e0"; } + +.fa-wpexplorer:before { + content: "\f2de"; } + +.fa-dyalog:before { + content: "\f399"; } + +.fa-bity:before { + content: "\f37a"; } + +.fa-stackpath:before { + content: "\f842"; } + +.fa-buysellads:before { + content: "\f20d"; } + +.fa-first-order:before { + content: "\f2b0"; } + +.fa-modx:before { + content: "\f285"; } + +.fa-guilded:before { + content: "\e07e"; } + +.fa-vnv:before { + content: "\f40b"; } + +.fa-square-js:before { + content: "\f3b9"; } + +.fa-js-square:before { + content: "\f3b9"; } + +.fa-microsoft:before { + content: "\f3ca"; } + +.fa-qq:before { + content: "\f1d6"; } + +.fa-orcid:before { + content: "\f8d2"; } + +.fa-java:before { + content: "\f4e4"; } + +.fa-invision:before { + content: "\f7b0"; } + +.fa-creative-commons-pd-alt:before { + content: "\f4ed"; } + +.fa-centercode:before { + content: "\f380"; } + +.fa-glide-g:before { + content: "\f2a6"; } + +.fa-drupal:before { + content: "\f1a9"; } + +.fa-hire-a-helper:before { + content: "\f3b0"; } + +.fa-creative-commons-by:before { + content: "\f4e7"; } + +.fa-unity:before { + content: "\e049"; } + +.fa-whmcs:before { + content: "\f40d"; } + +.fa-rocketchat:before { + content: "\f3e8"; } + +.fa-vk:before { + content: "\f189"; } + +.fa-untappd:before { + content: "\f405"; } + +.fa-mailchimp:before { + content: "\f59e"; } + +.fa-css3-alt:before { + content: "\f38b"; } + +.fa-square-reddit:before { + content: "\f1a2"; } + +.fa-reddit-square:before { + content: "\f1a2"; } + +.fa-vimeo-v:before { + content: "\f27d"; } + +.fa-contao:before { + content: "\f26d"; } + +.fa-square-font-awesome:before { + content: "\e5ad"; } + +.fa-deskpro:before { + content: "\f38f"; } + +.fa-sistrix:before { + content: "\f3ee"; } + +.fa-square-instagram:before { + content: "\e055"; } + +.fa-instagram-square:before { + content: "\e055"; } + +.fa-battle-net:before { + content: "\f835"; } + +.fa-the-red-yeti:before { + content: "\f69d"; } + +.fa-square-hacker-news:before { + content: "\f3af"; } + +.fa-hacker-news-square:before { + content: "\f3af"; } + +.fa-edge:before { + content: "\f282"; } + +.fa-threads:before { + content: "\e618"; } + +.fa-napster:before { + content: "\f3d2"; } + +.fa-square-snapchat:before { + content: "\f2ad"; } + +.fa-snapchat-square:before { + content: "\f2ad"; } + +.fa-google-plus-g:before { + content: "\f0d5"; } + +.fa-artstation:before { + content: "\f77a"; } + +.fa-markdown:before { + content: "\f60f"; } + +.fa-sourcetree:before { + content: "\f7d3"; } + +.fa-google-plus:before { + content: "\f2b3"; } + +.fa-diaspora:before { + content: "\f791"; } + +.fa-foursquare:before { + content: "\f180"; } + +.fa-stack-overflow:before { + content: "\f16c"; } + +.fa-github-alt:before { + content: "\f113"; } + +.fa-phoenix-squadron:before { + content: "\f511"; } + +.fa-pagelines:before { + content: "\f18c"; } + +.fa-algolia:before { + content: "\f36c"; } + +.fa-red-river:before { + content: "\f3e3"; } + +.fa-creative-commons-sa:before { + content: "\f4ef"; } + +.fa-safari:before { + content: "\f267"; } + +.fa-google:before { + content: "\f1a0"; } + +.fa-square-font-awesome-stroke:before { + content: "\f35c"; } + +.fa-font-awesome-alt:before { + content: "\f35c"; } + +.fa-atlassian:before { + content: "\f77b"; } + +.fa-linkedin-in:before { + content: "\f0e1"; } + +.fa-digital-ocean:before { + content: "\f391"; } + +.fa-nimblr:before { + content: "\f5a8"; } + +.fa-chromecast:before { + content: "\f838"; } + +.fa-evernote:before { + content: "\f839"; } + +.fa-hacker-news:before { + content: "\f1d4"; } + +.fa-creative-commons-sampling:before { + content: "\f4f0"; } + +.fa-adversal:before { + content: "\f36a"; } + +.fa-creative-commons:before { + content: "\f25e"; } + +.fa-watchman-monitoring:before { + content: "\e087"; } + +.fa-fonticons:before { + content: "\f280"; } + +.fa-weixin:before { + content: "\f1d7"; } + +.fa-shirtsinbulk:before { + content: "\f214"; } + +.fa-codepen:before { + content: "\f1cb"; } + +.fa-git-alt:before { + content: "\f841"; } + +.fa-lyft:before { + content: "\f3c3"; } + +.fa-rev:before { + content: "\f5b2"; } + +.fa-windows:before { + content: "\f17a"; } + +.fa-wizards-of-the-coast:before { + content: "\f730"; } + +.fa-square-viadeo:before { + content: "\f2aa"; } + +.fa-viadeo-square:before { + content: "\f2aa"; } + +.fa-meetup:before { + content: "\f2e0"; } + +.fa-centos:before { + content: "\f789"; } + +.fa-adn:before { + content: "\f170"; } + +.fa-cloudsmith:before { + content: "\f384"; } + +.fa-pied-piper-alt:before { + content: "\f1a8"; } + +.fa-square-dribbble:before { + content: "\f397"; } + +.fa-dribbble-square:before { + content: "\f397"; } + +.fa-codiepie:before { + content: "\f284"; } + +.fa-node:before { + content: "\f419"; } + +.fa-mix:before { + content: "\f3cb"; } + +.fa-steam:before { + content: "\f1b6"; } + +.fa-cc-apple-pay:before { + content: "\f416"; } + +.fa-scribd:before { + content: "\f28a"; } + +.fa-debian:before { + content: "\e60b"; } + +.fa-openid:before { + content: "\f19b"; } + +.fa-instalod:before { + content: "\e081"; } + +.fa-expeditedssl:before { + content: "\f23e"; } + +.fa-sellcast:before { + content: "\f2da"; } + +.fa-square-twitter:before { + content: "\f081"; } + +.fa-twitter-square:before { + content: "\f081"; } + +.fa-r-project:before { + content: "\f4f7"; } + +.fa-delicious:before { + content: "\f1a5"; } + +.fa-freebsd:before { + content: "\f3a4"; } + +.fa-vuejs:before { + content: "\f41f"; } + +.fa-accusoft:before { + content: "\f369"; } + +.fa-ioxhost:before { + content: "\f208"; } + +.fa-fonticons-fi:before { + content: "\f3a2"; } + +.fa-app-store:before { + content: "\f36f"; } + +.fa-cc-mastercard:before { + content: "\f1f1"; } + +.fa-itunes-note:before { + content: "\f3b5"; } + +.fa-golang:before { + content: "\e40f"; } + +.fa-kickstarter:before { + content: "\f3bb"; } + +.fa-grav:before { + content: "\f2d6"; } + +.fa-weibo:before { + content: "\f18a"; } + +.fa-uncharted:before { + content: "\e084"; } + +.fa-firstdraft:before { + content: "\f3a1"; } + +.fa-square-youtube:before { + content: "\f431"; } + +.fa-youtube-square:before { + content: "\f431"; } + +.fa-wikipedia-w:before { + content: "\f266"; } + +.fa-wpressr:before { + content: "\f3e4"; } + +.fa-rendact:before { + content: "\f3e4"; } + +.fa-angellist:before { + content: "\f209"; } + +.fa-galactic-republic:before { + content: "\f50c"; } + +.fa-nfc-directional:before { + content: "\e530"; } + +.fa-skype:before { + content: "\f17e"; } + +.fa-joget:before { + content: "\f3b7"; } + +.fa-fedora:before { + content: "\f798"; } + +.fa-stripe-s:before { + content: "\f42a"; } + +.fa-meta:before { + content: "\e49b"; } + +.fa-laravel:before { + content: "\f3bd"; } + +.fa-hotjar:before { + content: "\f3b1"; } + +.fa-bluetooth-b:before { + content: "\f294"; } + +.fa-sticker-mule:before { + content: "\f3f7"; } + +.fa-creative-commons-zero:before { + content: "\f4f3"; } + +.fa-hips:before { + content: "\f452"; } + +.fa-behance:before { + content: "\f1b4"; } + +.fa-reddit:before { + content: "\f1a1"; } + +.fa-discord:before { + content: "\f392"; } + +.fa-chrome:before { + content: "\f268"; } + +.fa-app-store-ios:before { + content: "\f370"; } + +.fa-cc-discover:before { + content: "\f1f2"; } + +.fa-wpbeginner:before { + content: "\f297"; } + +.fa-confluence:before { + content: "\f78d"; } + +.fa-mdb:before { + content: "\f8ca"; } + +.fa-dochub:before { + content: "\f394"; } + +.fa-accessible-icon:before { + content: "\f368"; } + +.fa-ebay:before { + content: "\f4f4"; } + +.fa-amazon:before { + content: "\f270"; } + +.fa-unsplash:before { + content: "\e07c"; } + +.fa-yarn:before { + content: "\f7e3"; } + +.fa-square-steam:before { + content: "\f1b7"; } + +.fa-steam-square:before { + content: "\f1b7"; } + +.fa-500px:before { + content: "\f26e"; } + +.fa-square-vimeo:before { + content: "\f194"; } + +.fa-vimeo-square:before { + content: "\f194"; } + +.fa-asymmetrik:before { + content: "\f372"; } + +.fa-font-awesome:before { + content: "\f2b4"; } + +.fa-font-awesome-flag:before { + content: "\f2b4"; } + +.fa-font-awesome-logo-full:before { + content: "\f2b4"; } + +.fa-gratipay:before { + content: "\f184"; } + +.fa-apple:before { + content: "\f179"; } + +.fa-hive:before { + content: "\e07f"; } + +.fa-gitkraken:before { + content: "\f3a6"; } + +.fa-keybase:before { + content: "\f4f5"; } + +.fa-apple-pay:before { + content: "\f415"; } + +.fa-padlet:before { + content: "\e4a0"; } + +.fa-amazon-pay:before { + content: "\f42c"; } + +.fa-square-github:before { + content: "\f092"; } + +.fa-github-square:before { + content: "\f092"; } + +.fa-stumbleupon:before { + content: "\f1a4"; } + +.fa-fedex:before { + content: "\f797"; } + +.fa-phoenix-framework:before { + content: "\f3dc"; } + +.fa-shopify:before { + content: "\e057"; } + +.fa-neos:before { + content: "\f612"; } + +.fa-square-threads:before { + content: "\e619"; } + +.fa-hackerrank:before { + content: "\f5f7"; } + +.fa-researchgate:before { + content: "\f4f8"; } + +.fa-swift:before { + content: "\f8e1"; } + +.fa-angular:before { + content: "\f420"; } + +.fa-speakap:before { + content: "\f3f3"; } + +.fa-angrycreative:before { + content: "\f36e"; } + +.fa-y-combinator:before { + content: "\f23b"; } + +.fa-empire:before { + content: "\f1d1"; } + +.fa-envira:before { + content: "\f299"; } + +.fa-square-gitlab:before { + content: "\e5ae"; } + +.fa-gitlab-square:before { + content: "\e5ae"; } + +.fa-studiovinari:before { + content: "\f3f8"; } + +.fa-pied-piper:before { + content: "\f2ae"; } + +.fa-wordpress:before { + content: "\f19a"; } + +.fa-product-hunt:before { + content: "\f288"; } + +.fa-firefox:before { + content: "\f269"; } + +.fa-linode:before { + content: "\f2b8"; } + +.fa-goodreads:before { + content: "\f3a8"; } + +.fa-square-odnoklassniki:before { + content: "\f264"; } + +.fa-odnoklassniki-square:before { + content: "\f264"; } + +.fa-jsfiddle:before { + content: "\f1cc"; } + +.fa-sith:before { + content: "\f512"; } + +.fa-themeisle:before { + content: "\f2b2"; } + +.fa-page4:before { + content: "\f3d7"; } + +.fa-hashnode:before { + content: "\e499"; } + +.fa-react:before { + content: "\f41b"; } + +.fa-cc-paypal:before { + content: "\f1f4"; } + +.fa-squarespace:before { + content: "\f5be"; } + +.fa-cc-stripe:before { + content: "\f1f5"; } + +.fa-creative-commons-share:before { + content: "\f4f2"; } + +.fa-bitcoin:before { + content: "\f379"; } + +.fa-keycdn:before { + content: "\f3ba"; } + +.fa-opera:before { + content: "\f26a"; } + +.fa-itch-io:before { + content: "\f83a"; } + +.fa-umbraco:before { + content: "\f8e8"; } + +.fa-galactic-senate:before { + content: "\f50d"; } + +.fa-ubuntu:before { + content: "\f7df"; } + +.fa-draft2digital:before { + content: "\f396"; } + +.fa-stripe:before { + content: "\f429"; } + +.fa-houzz:before { + content: "\f27c"; } + +.fa-gg:before { + content: "\f260"; } + +.fa-dhl:before { + content: "\f790"; } + +.fa-square-pinterest:before { + content: "\f0d3"; } + +.fa-pinterest-square:before { + content: "\f0d3"; } + +.fa-xing:before { + content: "\f168"; } + +.fa-blackberry:before { + content: "\f37b"; } + +.fa-creative-commons-pd:before { + content: "\f4ec"; } + +.fa-playstation:before { + content: "\f3df"; } + +.fa-quinscape:before { + content: "\f459"; } + +.fa-less:before { + content: "\f41d"; } + +.fa-blogger-b:before { + content: "\f37d"; } + +.fa-opencart:before { + content: "\f23d"; } + +.fa-vine:before { + content: "\f1ca"; } + +.fa-paypal:before { + content: "\f1ed"; } + +.fa-gitlab:before { + content: "\f296"; } + +.fa-typo3:before { + content: "\f42b"; } + +.fa-reddit-alien:before { + content: "\f281"; } + +.fa-yahoo:before { + content: "\f19e"; } + +.fa-dailymotion:before { + content: "\e052"; } + +.fa-affiliatetheme:before { + content: "\f36b"; } + +.fa-pied-piper-pp:before { + content: "\f1a7"; } + +.fa-bootstrap:before { + content: "\f836"; } + +.fa-odnoklassniki:before { + content: "\f263"; } + +.fa-nfc-symbol:before { + content: "\e531"; } + +.fa-ethereum:before { + content: "\f42e"; } + +.fa-speaker-deck:before { + content: "\f83c"; } + +.fa-creative-commons-nc-eu:before { + content: "\f4e9"; } + +.fa-patreon:before { + content: "\f3d9"; } + +.fa-avianex:before { + content: "\f374"; } + +.fa-ello:before { + content: "\f5f1"; } + +.fa-gofore:before { + content: "\f3a7"; } + +.fa-bimobject:before { + content: "\f378"; } + +.fa-facebook-f:before { + content: "\f39e"; } + +.fa-square-google-plus:before { + content: "\f0d4"; } + +.fa-google-plus-square:before { + content: "\f0d4"; } + +.fa-mandalorian:before { + content: "\f50f"; } + +.fa-first-order-alt:before { + content: "\f50a"; } + +.fa-osi:before { + content: "\f41a"; } + +.fa-google-wallet:before { + content: "\f1ee"; } + +.fa-d-and-d-beyond:before { + content: "\f6ca"; } + +.fa-periscope:before { + content: "\f3da"; } + +.fa-fulcrum:before { + content: "\f50b"; } + +.fa-cloudscale:before { + content: "\f383"; } + +.fa-forumbee:before { + content: "\f211"; } + +.fa-mizuni:before { + content: "\f3cc"; } + +.fa-schlix:before { + content: "\f3ea"; } + +.fa-square-xing:before { + content: "\f169"; } + +.fa-xing-square:before { + content: "\f169"; } + +.fa-bandcamp:before { + content: "\f2d5"; } + +.fa-wpforms:before { + content: "\f298"; } + +.fa-cloudversify:before { + content: "\f385"; } + +.fa-usps:before { + content: "\f7e1"; } + +.fa-megaport:before { + content: "\f5a3"; } + +.fa-magento:before { + content: "\f3c4"; } + +.fa-spotify:before { + content: "\f1bc"; } + +.fa-optin-monster:before { + content: "\f23c"; } + +.fa-fly:before { + content: "\f417"; } + +.fa-aviato:before { + content: "\f421"; } + +.fa-itunes:before { + content: "\f3b4"; } + +.fa-cuttlefish:before { + content: "\f38c"; } + +.fa-blogger:before { + content: "\f37c"; } + +.fa-flickr:before { + content: "\f16e"; } + +.fa-viber:before { + content: "\f409"; } + +.fa-soundcloud:before { + content: "\f1be"; } + +.fa-digg:before { + content: "\f1a6"; } + +.fa-tencent-weibo:before { + content: "\f1d5"; } + +.fa-symfony:before { + content: "\f83d"; } + +.fa-maxcdn:before { + content: "\f136"; } + +.fa-etsy:before { + content: "\f2d7"; } + +.fa-facebook-messenger:before { + content: "\f39f"; } + +.fa-audible:before { + content: "\f373"; } + +.fa-think-peaks:before { + content: "\f731"; } + +.fa-bilibili:before { + content: "\e3d9"; } + +.fa-erlang:before { + content: "\f39d"; } + +.fa-x-twitter:before { + content: "\e61b"; } + +.fa-cotton-bureau:before { + content: "\f89e"; } + +.fa-dashcube:before { + content: "\f210"; } + +.fa-42-group:before { + content: "\e080"; } + +.fa-innosoft:before { + content: "\e080"; } + +.fa-stack-exchange:before { + content: "\f18d"; } + +.fa-elementor:before { + content: "\f430"; } + +.fa-square-pied-piper:before { + content: "\e01e"; } + +.fa-pied-piper-square:before { + content: "\e01e"; } + +.fa-creative-commons-nd:before { + content: "\f4eb"; } + +.fa-palfed:before { + content: "\f3d8"; } + +.fa-superpowers:before { + content: "\f2dd"; } + +.fa-resolving:before { + content: "\f3e7"; } + +.fa-xbox:before { + content: "\f412"; } + +.fa-searchengin:before { + content: "\f3eb"; } + +.fa-tiktok:before { + content: "\e07b"; } + +.fa-square-facebook:before { + content: "\f082"; } + +.fa-facebook-square:before { + content: "\f082"; } + +.fa-renren:before { + content: "\f18b"; } + +.fa-linux:before { + content: "\f17c"; } + +.fa-glide:before { + content: "\f2a5"; } + +.fa-linkedin:before { + content: "\f08c"; } + +.fa-hubspot:before { + content: "\f3b2"; } + +.fa-deploydog:before { + content: "\f38e"; } + +.fa-twitch:before { + content: "\f1e8"; } + +.fa-ravelry:before { + content: "\f2d9"; } + +.fa-mixer:before { + content: "\e056"; } + +.fa-square-lastfm:before { + content: "\f203"; } + +.fa-lastfm-square:before { + content: "\f203"; } + +.fa-vimeo:before { + content: "\f40a"; } + +.fa-mendeley:before { + content: "\f7b3"; } + +.fa-uniregistry:before { + content: "\f404"; } + +.fa-figma:before { + content: "\f799"; } + +.fa-creative-commons-remix:before { + content: "\f4ee"; } + +.fa-cc-amazon-pay:before { + content: "\f42d"; } + +.fa-dropbox:before { + content: "\f16b"; } + +.fa-instagram:before { + content: "\f16d"; } + +.fa-cmplid:before { + content: "\e360"; } + +.fa-facebook:before { + content: "\f09a"; } + +.fa-gripfire:before { + content: "\f3ac"; } + +.fa-jedi-order:before { + content: "\f50e"; } + +.fa-uikit:before { + content: "\f403"; } + +.fa-fort-awesome-alt:before { + content: "\f3a3"; } + +.fa-phabricator:before { + content: "\f3db"; } + +.fa-ussunnah:before { + content: "\f407"; } + +.fa-earlybirds:before { + content: "\f39a"; } + +.fa-trade-federation:before { + content: "\f513"; } + +.fa-autoprefixer:before { + content: "\f41c"; } + +.fa-whatsapp:before { + content: "\f232"; } + +.fa-slideshare:before { + content: "\f1e7"; } + +.fa-google-play:before { + content: "\f3ab"; } + +.fa-viadeo:before { + content: "\f2a9"; } + +.fa-line:before { + content: "\f3c0"; } + +.fa-google-drive:before { + content: "\f3aa"; } + +.fa-servicestack:before { + content: "\f3ec"; } + +.fa-simplybuilt:before { + content: "\f215"; } + +.fa-bitbucket:before { + content: "\f171"; } + +.fa-imdb:before { + content: "\f2d8"; } + +.fa-deezer:before { + content: "\e077"; } + +.fa-raspberry-pi:before { + content: "\f7bb"; } + +.fa-jira:before { + content: "\f7b1"; } + +.fa-docker:before { + content: "\f395"; } + +.fa-screenpal:before { + content: "\e570"; } + +.fa-bluetooth:before { + content: "\f293"; } + +.fa-gitter:before { + content: "\f426"; } + +.fa-d-and-d:before { + content: "\f38d"; } + +.fa-microblog:before { + content: "\e01a"; } + +.fa-cc-diners-club:before { + content: "\f24c"; } + +.fa-gg-circle:before { + content: "\f261"; } + +.fa-pied-piper-hat:before { + content: "\f4e5"; } + +.fa-kickstarter-k:before { + content: "\f3bc"; } + +.fa-yandex:before { + content: "\f413"; } + +.fa-readme:before { + content: "\f4d5"; } + +.fa-html5:before { + content: "\f13b"; } + +.fa-sellsy:before { + content: "\f213"; } + +.fa-sass:before { + content: "\f41e"; } + +.fa-wirsindhandwerk:before { + content: "\e2d0"; } + +.fa-wsh:before { + content: "\e2d0"; } + +.fa-buromobelexperte:before { + content: "\f37f"; } + +.fa-salesforce:before { + content: "\f83b"; } + +.fa-octopus-deploy:before { + content: "\e082"; } + +.fa-medapps:before { + content: "\f3c6"; } + +.fa-ns8:before { + content: "\f3d5"; } + +.fa-pinterest-p:before { + content: "\f231"; } + +.fa-apper:before { + content: "\f371"; } + +.fa-fort-awesome:before { + content: "\f286"; } + +.fa-waze:before { + content: "\f83f"; } + +.fa-cc-jcb:before { + content: "\f24b"; } + +.fa-snapchat:before { + content: "\f2ab"; } + +.fa-snapchat-ghost:before { + content: "\f2ab"; } + +.fa-fantasy-flight-games:before { + content: "\f6dc"; } + +.fa-rust:before { + content: "\e07a"; } + +.fa-wix:before { + content: "\f5cf"; } + +.fa-square-behance:before { + content: "\f1b5"; } + +.fa-behance-square:before { + content: "\f1b5"; } + +.fa-supple:before { + content: "\f3f9"; } + +.fa-rebel:before { + content: "\f1d0"; } + +.fa-css3:before { + content: "\f13c"; } + +.fa-staylinked:before { + content: "\f3f5"; } + +.fa-kaggle:before { + content: "\f5fa"; } + +.fa-space-awesome:before { + content: "\e5ac"; } + +.fa-deviantart:before { + content: "\f1bd"; } + +.fa-cpanel:before { + content: "\f388"; } + +.fa-goodreads-g:before { + content: "\f3a9"; } + +.fa-square-git:before { + content: "\f1d2"; } + +.fa-git-square:before { + content: "\f1d2"; } + +.fa-square-tumblr:before { + content: "\f174"; } + +.fa-tumblr-square:before { + content: "\f174"; } + +.fa-trello:before { + content: "\f181"; } + +.fa-creative-commons-nc-jp:before { + content: "\f4ea"; } + +.fa-get-pocket:before { + content: "\f265"; } + +.fa-perbyte:before { + content: "\e083"; } + +.fa-grunt:before { + content: "\f3ad"; } + +.fa-weebly:before { + content: "\f5cc"; } + +.fa-connectdevelop:before { + content: "\f20e"; } + +.fa-leanpub:before { + content: "\f212"; } + +.fa-black-tie:before { + content: "\f27e"; } + +.fa-themeco:before { + content: "\f5c6"; } + +.fa-python:before { + content: "\f3e2"; } + +.fa-android:before { + content: "\f17b"; } + +.fa-bots:before { + content: "\e340"; } + +.fa-free-code-camp:before { + content: "\f2c5"; } + +.fa-hornbill:before { + content: "\f592"; } + +.fa-js:before { + content: "\f3b8"; } + +.fa-ideal:before { + content: "\e013"; } + +.fa-git:before { + content: "\f1d3"; } + +.fa-dev:before { + content: "\f6cc"; } + +.fa-sketch:before { + content: "\f7c6"; } + +.fa-yandex-international:before { + content: "\f414"; } + +.fa-cc-amex:before { + content: "\f1f3"; } + +.fa-uber:before { + content: "\f402"; } + +.fa-github:before { + content: "\f09b"; } + +.fa-php:before { + content: "\f457"; } + +.fa-alipay:before { + content: "\f642"; } + +.fa-youtube:before { + content: "\f167"; } + +.fa-skyatlas:before { + content: "\f216"; } + +.fa-firefox-browser:before { + content: "\e007"; } + +.fa-replyd:before { + content: "\f3e6"; } + +.fa-suse:before { + content: "\f7d6"; } + +.fa-jenkins:before { + content: "\f3b6"; } + +.fa-twitter:before { + content: "\f099"; } + +.fa-rockrms:before { + content: "\f3e9"; } + +.fa-pinterest:before { + content: "\f0d2"; } + +.fa-buffer:before { + content: "\f837"; } + +.fa-npm:before { + content: "\f3d4"; } + +.fa-yammer:before { + content: "\f840"; } + +.fa-btc:before { + content: "\f15a"; } + +.fa-dribbble:before { + content: "\f17d"; } + +.fa-stumbleupon-circle:before { + content: "\f1a3"; } + +.fa-internet-explorer:before { + content: "\f26b"; } + +.fa-stubber:before { + content: "\e5c7"; } + +.fa-telegram:before { + content: "\f2c6"; } + +.fa-telegram-plane:before { + content: "\f2c6"; } + +.fa-old-republic:before { + content: "\f510"; } + +.fa-odysee:before { + content: "\e5c6"; } + +.fa-square-whatsapp:before { + content: "\f40c"; } + +.fa-whatsapp-square:before { + content: "\f40c"; } + +.fa-node-js:before { + content: "\f3d3"; } + +.fa-edge-legacy:before { + content: "\e078"; } + +.fa-slack:before { + content: "\f198"; } + +.fa-slack-hash:before { + content: "\f198"; } + +.fa-medrt:before { + content: "\f3c8"; } + +.fa-usb:before { + content: "\f287"; } + +.fa-tumblr:before { + content: "\f173"; } + +.fa-vaadin:before { + content: "\f408"; } + +.fa-quora:before { + content: "\f2c4"; } + +.fa-square-x-twitter:before { + content: "\e61a"; } + +.fa-reacteurope:before { + content: "\f75d"; } + +.fa-medium:before { + content: "\f23a"; } + +.fa-medium-m:before { + content: "\f23a"; } + +.fa-amilia:before { + content: "\f36d"; } + +.fa-mixcloud:before { + content: "\f289"; } + +.fa-flipboard:before { + content: "\f44d"; } + +.fa-viacoin:before { + content: "\f237"; } + +.fa-critical-role:before { + content: "\f6c9"; } + +.fa-sitrox:before { + content: "\e44a"; } + +.fa-discourse:before { + content: "\f393"; } + +.fa-joomla:before { + content: "\f1aa"; } + +.fa-mastodon:before { + content: "\f4f6"; } + +.fa-airbnb:before { + content: "\f834"; } + +.fa-wolf-pack-battalion:before { + content: "\f514"; } + +.fa-buy-n-large:before { + content: "\f8a6"; } + +.fa-gulp:before { + content: "\f3ae"; } + +.fa-creative-commons-sampling-plus:before { + content: "\f4f1"; } + +.fa-strava:before { + content: "\f428"; } + +.fa-ember:before { + content: "\f423"; } + +.fa-canadian-maple-leaf:before { + content: "\f785"; } + +.fa-teamspeak:before { + content: "\f4f9"; } + +.fa-pushed:before { + content: "\f3e1"; } + +.fa-wordpress-simple:before { + content: "\f411"; } + +.fa-nutritionix:before { + content: "\f3d6"; } + +.fa-wodu:before { + content: "\e088"; } + +.fa-google-pay:before { + content: "\e079"; } + +.fa-intercom:before { + content: "\f7af"; } + +.fa-zhihu:before { + content: "\f63f"; } + +.fa-korvue:before { + content: "\f42f"; } + +.fa-pix:before { + content: "\e43a"; } + +.fa-steam-symbol:before { + content: "\f3f6"; } +:root, :host { + --fa-style-family-classic: 'Font Awesome 6 Free'; + --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } + +.far, +.fa-regular { + font-weight: 400; } +:root, :host { + --fa-style-family-classic: 'Font Awesome 6 Free'; + --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 900; + font-display: block; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +.fas, +.fa-solid { + font-weight: 900; } +@font-face { + font-family: 'Font Awesome 5 Brands'; + font-display: block; + font-weight: 400; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: 'Font Awesome 5 Free'; + font-display: block; + font-weight: 900; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: 'Font Awesome 5 Free'; + font-display: block; + font-weight: 400; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); + unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype"); + unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; } diff --git a/static/thirdparty/fontawesome6/css/all.min.css b/static/thirdparty/fontawesome6/css/all.min.css new file mode 100644 index 0000000..d949e4f --- /dev/null +++ b/static/thirdparty/fontawesome6/css/all.min.css @@ -0,0 +1,9 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)} + +.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"} +.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a} \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/css/brands.css b/static/thirdparty/fontawesome6/css/brands.css new file mode 100644 index 0000000..082acee --- /dev/null +++ b/static/thirdparty/fontawesome6/css/brands.css @@ -0,0 +1,1537 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +:root, :host { + --fa-style-family-brands: 'Font Awesome 6 Brands'; + --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; } + +@font-face { + font-family: 'Font Awesome 6 Brands'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +.fab, +.fa-brands { + font-weight: 400; } + +.fa-monero:before { + content: "\f3d0"; } + +.fa-hooli:before { + content: "\f427"; } + +.fa-yelp:before { + content: "\f1e9"; } + +.fa-cc-visa:before { + content: "\f1f0"; } + +.fa-lastfm:before { + content: "\f202"; } + +.fa-shopware:before { + content: "\f5b5"; } + +.fa-creative-commons-nc:before { + content: "\f4e8"; } + +.fa-aws:before { + content: "\f375"; } + +.fa-redhat:before { + content: "\f7bc"; } + +.fa-yoast:before { + content: "\f2b1"; } + +.fa-cloudflare:before { + content: "\e07d"; } + +.fa-ups:before { + content: "\f7e0"; } + +.fa-wpexplorer:before { + content: "\f2de"; } + +.fa-dyalog:before { + content: "\f399"; } + +.fa-bity:before { + content: "\f37a"; } + +.fa-stackpath:before { + content: "\f842"; } + +.fa-buysellads:before { + content: "\f20d"; } + +.fa-first-order:before { + content: "\f2b0"; } + +.fa-modx:before { + content: "\f285"; } + +.fa-guilded:before { + content: "\e07e"; } + +.fa-vnv:before { + content: "\f40b"; } + +.fa-square-js:before { + content: "\f3b9"; } + +.fa-js-square:before { + content: "\f3b9"; } + +.fa-microsoft:before { + content: "\f3ca"; } + +.fa-qq:before { + content: "\f1d6"; } + +.fa-orcid:before { + content: "\f8d2"; } + +.fa-java:before { + content: "\f4e4"; } + +.fa-invision:before { + content: "\f7b0"; } + +.fa-creative-commons-pd-alt:before { + content: "\f4ed"; } + +.fa-centercode:before { + content: "\f380"; } + +.fa-glide-g:before { + content: "\f2a6"; } + +.fa-drupal:before { + content: "\f1a9"; } + +.fa-hire-a-helper:before { + content: "\f3b0"; } + +.fa-creative-commons-by:before { + content: "\f4e7"; } + +.fa-unity:before { + content: "\e049"; } + +.fa-whmcs:before { + content: "\f40d"; } + +.fa-rocketchat:before { + content: "\f3e8"; } + +.fa-vk:before { + content: "\f189"; } + +.fa-untappd:before { + content: "\f405"; } + +.fa-mailchimp:before { + content: "\f59e"; } + +.fa-css3-alt:before { + content: "\f38b"; } + +.fa-square-reddit:before { + content: "\f1a2"; } + +.fa-reddit-square:before { + content: "\f1a2"; } + +.fa-vimeo-v:before { + content: "\f27d"; } + +.fa-contao:before { + content: "\f26d"; } + +.fa-square-font-awesome:before { + content: "\e5ad"; } + +.fa-deskpro:before { + content: "\f38f"; } + +.fa-sistrix:before { + content: "\f3ee"; } + +.fa-square-instagram:before { + content: "\e055"; } + +.fa-instagram-square:before { + content: "\e055"; } + +.fa-battle-net:before { + content: "\f835"; } + +.fa-the-red-yeti:before { + content: "\f69d"; } + +.fa-square-hacker-news:before { + content: "\f3af"; } + +.fa-hacker-news-square:before { + content: "\f3af"; } + +.fa-edge:before { + content: "\f282"; } + +.fa-threads:before { + content: "\e618"; } + +.fa-napster:before { + content: "\f3d2"; } + +.fa-square-snapchat:before { + content: "\f2ad"; } + +.fa-snapchat-square:before { + content: "\f2ad"; } + +.fa-google-plus-g:before { + content: "\f0d5"; } + +.fa-artstation:before { + content: "\f77a"; } + +.fa-markdown:before { + content: "\f60f"; } + +.fa-sourcetree:before { + content: "\f7d3"; } + +.fa-google-plus:before { + content: "\f2b3"; } + +.fa-diaspora:before { + content: "\f791"; } + +.fa-foursquare:before { + content: "\f180"; } + +.fa-stack-overflow:before { + content: "\f16c"; } + +.fa-github-alt:before { + content: "\f113"; } + +.fa-phoenix-squadron:before { + content: "\f511"; } + +.fa-pagelines:before { + content: "\f18c"; } + +.fa-algolia:before { + content: "\f36c"; } + +.fa-red-river:before { + content: "\f3e3"; } + +.fa-creative-commons-sa:before { + content: "\f4ef"; } + +.fa-safari:before { + content: "\f267"; } + +.fa-google:before { + content: "\f1a0"; } + +.fa-square-font-awesome-stroke:before { + content: "\f35c"; } + +.fa-font-awesome-alt:before { + content: "\f35c"; } + +.fa-atlassian:before { + content: "\f77b"; } + +.fa-linkedin-in:before { + content: "\f0e1"; } + +.fa-digital-ocean:before { + content: "\f391"; } + +.fa-nimblr:before { + content: "\f5a8"; } + +.fa-chromecast:before { + content: "\f838"; } + +.fa-evernote:before { + content: "\f839"; } + +.fa-hacker-news:before { + content: "\f1d4"; } + +.fa-creative-commons-sampling:before { + content: "\f4f0"; } + +.fa-adversal:before { + content: "\f36a"; } + +.fa-creative-commons:before { + content: "\f25e"; } + +.fa-watchman-monitoring:before { + content: "\e087"; } + +.fa-fonticons:before { + content: "\f280"; } + +.fa-weixin:before { + content: "\f1d7"; } + +.fa-shirtsinbulk:before { + content: "\f214"; } + +.fa-codepen:before { + content: "\f1cb"; } + +.fa-git-alt:before { + content: "\f841"; } + +.fa-lyft:before { + content: "\f3c3"; } + +.fa-rev:before { + content: "\f5b2"; } + +.fa-windows:before { + content: "\f17a"; } + +.fa-wizards-of-the-coast:before { + content: "\f730"; } + +.fa-square-viadeo:before { + content: "\f2aa"; } + +.fa-viadeo-square:before { + content: "\f2aa"; } + +.fa-meetup:before { + content: "\f2e0"; } + +.fa-centos:before { + content: "\f789"; } + +.fa-adn:before { + content: "\f170"; } + +.fa-cloudsmith:before { + content: "\f384"; } + +.fa-pied-piper-alt:before { + content: "\f1a8"; } + +.fa-square-dribbble:before { + content: "\f397"; } + +.fa-dribbble-square:before { + content: "\f397"; } + +.fa-codiepie:before { + content: "\f284"; } + +.fa-node:before { + content: "\f419"; } + +.fa-mix:before { + content: "\f3cb"; } + +.fa-steam:before { + content: "\f1b6"; } + +.fa-cc-apple-pay:before { + content: "\f416"; } + +.fa-scribd:before { + content: "\f28a"; } + +.fa-debian:before { + content: "\e60b"; } + +.fa-openid:before { + content: "\f19b"; } + +.fa-instalod:before { + content: "\e081"; } + +.fa-expeditedssl:before { + content: "\f23e"; } + +.fa-sellcast:before { + content: "\f2da"; } + +.fa-square-twitter:before { + content: "\f081"; } + +.fa-twitter-square:before { + content: "\f081"; } + +.fa-r-project:before { + content: "\f4f7"; } + +.fa-delicious:before { + content: "\f1a5"; } + +.fa-freebsd:before { + content: "\f3a4"; } + +.fa-vuejs:before { + content: "\f41f"; } + +.fa-accusoft:before { + content: "\f369"; } + +.fa-ioxhost:before { + content: "\f208"; } + +.fa-fonticons-fi:before { + content: "\f3a2"; } + +.fa-app-store:before { + content: "\f36f"; } + +.fa-cc-mastercard:before { + content: "\f1f1"; } + +.fa-itunes-note:before { + content: "\f3b5"; } + +.fa-golang:before { + content: "\e40f"; } + +.fa-kickstarter:before { + content: "\f3bb"; } + +.fa-grav:before { + content: "\f2d6"; } + +.fa-weibo:before { + content: "\f18a"; } + +.fa-uncharted:before { + content: "\e084"; } + +.fa-firstdraft:before { + content: "\f3a1"; } + +.fa-square-youtube:before { + content: "\f431"; } + +.fa-youtube-square:before { + content: "\f431"; } + +.fa-wikipedia-w:before { + content: "\f266"; } + +.fa-wpressr:before { + content: "\f3e4"; } + +.fa-rendact:before { + content: "\f3e4"; } + +.fa-angellist:before { + content: "\f209"; } + +.fa-galactic-republic:before { + content: "\f50c"; } + +.fa-nfc-directional:before { + content: "\e530"; } + +.fa-skype:before { + content: "\f17e"; } + +.fa-joget:before { + content: "\f3b7"; } + +.fa-fedora:before { + content: "\f798"; } + +.fa-stripe-s:before { + content: "\f42a"; } + +.fa-meta:before { + content: "\e49b"; } + +.fa-laravel:before { + content: "\f3bd"; } + +.fa-hotjar:before { + content: "\f3b1"; } + +.fa-bluetooth-b:before { + content: "\f294"; } + +.fa-sticker-mule:before { + content: "\f3f7"; } + +.fa-creative-commons-zero:before { + content: "\f4f3"; } + +.fa-hips:before { + content: "\f452"; } + +.fa-behance:before { + content: "\f1b4"; } + +.fa-reddit:before { + content: "\f1a1"; } + +.fa-discord:before { + content: "\f392"; } + +.fa-chrome:before { + content: "\f268"; } + +.fa-app-store-ios:before { + content: "\f370"; } + +.fa-cc-discover:before { + content: "\f1f2"; } + +.fa-wpbeginner:before { + content: "\f297"; } + +.fa-confluence:before { + content: "\f78d"; } + +.fa-mdb:before { + content: "\f8ca"; } + +.fa-dochub:before { + content: "\f394"; } + +.fa-accessible-icon:before { + content: "\f368"; } + +.fa-ebay:before { + content: "\f4f4"; } + +.fa-amazon:before { + content: "\f270"; } + +.fa-unsplash:before { + content: "\e07c"; } + +.fa-yarn:before { + content: "\f7e3"; } + +.fa-square-steam:before { + content: "\f1b7"; } + +.fa-steam-square:before { + content: "\f1b7"; } + +.fa-500px:before { + content: "\f26e"; } + +.fa-square-vimeo:before { + content: "\f194"; } + +.fa-vimeo-square:before { + content: "\f194"; } + +.fa-asymmetrik:before { + content: "\f372"; } + +.fa-font-awesome:before { + content: "\f2b4"; } + +.fa-font-awesome-flag:before { + content: "\f2b4"; } + +.fa-font-awesome-logo-full:before { + content: "\f2b4"; } + +.fa-gratipay:before { + content: "\f184"; } + +.fa-apple:before { + content: "\f179"; } + +.fa-hive:before { + content: "\e07f"; } + +.fa-gitkraken:before { + content: "\f3a6"; } + +.fa-keybase:before { + content: "\f4f5"; } + +.fa-apple-pay:before { + content: "\f415"; } + +.fa-padlet:before { + content: "\e4a0"; } + +.fa-amazon-pay:before { + content: "\f42c"; } + +.fa-square-github:before { + content: "\f092"; } + +.fa-github-square:before { + content: "\f092"; } + +.fa-stumbleupon:before { + content: "\f1a4"; } + +.fa-fedex:before { + content: "\f797"; } + +.fa-phoenix-framework:before { + content: "\f3dc"; } + +.fa-shopify:before { + content: "\e057"; } + +.fa-neos:before { + content: "\f612"; } + +.fa-square-threads:before { + content: "\e619"; } + +.fa-hackerrank:before { + content: "\f5f7"; } + +.fa-researchgate:before { + content: "\f4f8"; } + +.fa-swift:before { + content: "\f8e1"; } + +.fa-angular:before { + content: "\f420"; } + +.fa-speakap:before { + content: "\f3f3"; } + +.fa-angrycreative:before { + content: "\f36e"; } + +.fa-y-combinator:before { + content: "\f23b"; } + +.fa-empire:before { + content: "\f1d1"; } + +.fa-envira:before { + content: "\f299"; } + +.fa-square-gitlab:before { + content: "\e5ae"; } + +.fa-gitlab-square:before { + content: "\e5ae"; } + +.fa-studiovinari:before { + content: "\f3f8"; } + +.fa-pied-piper:before { + content: "\f2ae"; } + +.fa-wordpress:before { + content: "\f19a"; } + +.fa-product-hunt:before { + content: "\f288"; } + +.fa-firefox:before { + content: "\f269"; } + +.fa-linode:before { + content: "\f2b8"; } + +.fa-goodreads:before { + content: "\f3a8"; } + +.fa-square-odnoklassniki:before { + content: "\f264"; } + +.fa-odnoklassniki-square:before { + content: "\f264"; } + +.fa-jsfiddle:before { + content: "\f1cc"; } + +.fa-sith:before { + content: "\f512"; } + +.fa-themeisle:before { + content: "\f2b2"; } + +.fa-page4:before { + content: "\f3d7"; } + +.fa-hashnode:before { + content: "\e499"; } + +.fa-react:before { + content: "\f41b"; } + +.fa-cc-paypal:before { + content: "\f1f4"; } + +.fa-squarespace:before { + content: "\f5be"; } + +.fa-cc-stripe:before { + content: "\f1f5"; } + +.fa-creative-commons-share:before { + content: "\f4f2"; } + +.fa-bitcoin:before { + content: "\f379"; } + +.fa-keycdn:before { + content: "\f3ba"; } + +.fa-opera:before { + content: "\f26a"; } + +.fa-itch-io:before { + content: "\f83a"; } + +.fa-umbraco:before { + content: "\f8e8"; } + +.fa-galactic-senate:before { + content: "\f50d"; } + +.fa-ubuntu:before { + content: "\f7df"; } + +.fa-draft2digital:before { + content: "\f396"; } + +.fa-stripe:before { + content: "\f429"; } + +.fa-houzz:before { + content: "\f27c"; } + +.fa-gg:before { + content: "\f260"; } + +.fa-dhl:before { + content: "\f790"; } + +.fa-square-pinterest:before { + content: "\f0d3"; } + +.fa-pinterest-square:before { + content: "\f0d3"; } + +.fa-xing:before { + content: "\f168"; } + +.fa-blackberry:before { + content: "\f37b"; } + +.fa-creative-commons-pd:before { + content: "\f4ec"; } + +.fa-playstation:before { + content: "\f3df"; } + +.fa-quinscape:before { + content: "\f459"; } + +.fa-less:before { + content: "\f41d"; } + +.fa-blogger-b:before { + content: "\f37d"; } + +.fa-opencart:before { + content: "\f23d"; } + +.fa-vine:before { + content: "\f1ca"; } + +.fa-paypal:before { + content: "\f1ed"; } + +.fa-gitlab:before { + content: "\f296"; } + +.fa-typo3:before { + content: "\f42b"; } + +.fa-reddit-alien:before { + content: "\f281"; } + +.fa-yahoo:before { + content: "\f19e"; } + +.fa-dailymotion:before { + content: "\e052"; } + +.fa-affiliatetheme:before { + content: "\f36b"; } + +.fa-pied-piper-pp:before { + content: "\f1a7"; } + +.fa-bootstrap:before { + content: "\f836"; } + +.fa-odnoklassniki:before { + content: "\f263"; } + +.fa-nfc-symbol:before { + content: "\e531"; } + +.fa-ethereum:before { + content: "\f42e"; } + +.fa-speaker-deck:before { + content: "\f83c"; } + +.fa-creative-commons-nc-eu:before { + content: "\f4e9"; } + +.fa-patreon:before { + content: "\f3d9"; } + +.fa-avianex:before { + content: "\f374"; } + +.fa-ello:before { + content: "\f5f1"; } + +.fa-gofore:before { + content: "\f3a7"; } + +.fa-bimobject:before { + content: "\f378"; } + +.fa-facebook-f:before { + content: "\f39e"; } + +.fa-square-google-plus:before { + content: "\f0d4"; } + +.fa-google-plus-square:before { + content: "\f0d4"; } + +.fa-mandalorian:before { + content: "\f50f"; } + +.fa-first-order-alt:before { + content: "\f50a"; } + +.fa-osi:before { + content: "\f41a"; } + +.fa-google-wallet:before { + content: "\f1ee"; } + +.fa-d-and-d-beyond:before { + content: "\f6ca"; } + +.fa-periscope:before { + content: "\f3da"; } + +.fa-fulcrum:before { + content: "\f50b"; } + +.fa-cloudscale:before { + content: "\f383"; } + +.fa-forumbee:before { + content: "\f211"; } + +.fa-mizuni:before { + content: "\f3cc"; } + +.fa-schlix:before { + content: "\f3ea"; } + +.fa-square-xing:before { + content: "\f169"; } + +.fa-xing-square:before { + content: "\f169"; } + +.fa-bandcamp:before { + content: "\f2d5"; } + +.fa-wpforms:before { + content: "\f298"; } + +.fa-cloudversify:before { + content: "\f385"; } + +.fa-usps:before { + content: "\f7e1"; } + +.fa-megaport:before { + content: "\f5a3"; } + +.fa-magento:before { + content: "\f3c4"; } + +.fa-spotify:before { + content: "\f1bc"; } + +.fa-optin-monster:before { + content: "\f23c"; } + +.fa-fly:before { + content: "\f417"; } + +.fa-aviato:before { + content: "\f421"; } + +.fa-itunes:before { + content: "\f3b4"; } + +.fa-cuttlefish:before { + content: "\f38c"; } + +.fa-blogger:before { + content: "\f37c"; } + +.fa-flickr:before { + content: "\f16e"; } + +.fa-viber:before { + content: "\f409"; } + +.fa-soundcloud:before { + content: "\f1be"; } + +.fa-digg:before { + content: "\f1a6"; } + +.fa-tencent-weibo:before { + content: "\f1d5"; } + +.fa-symfony:before { + content: "\f83d"; } + +.fa-maxcdn:before { + content: "\f136"; } + +.fa-etsy:before { + content: "\f2d7"; } + +.fa-facebook-messenger:before { + content: "\f39f"; } + +.fa-audible:before { + content: "\f373"; } + +.fa-think-peaks:before { + content: "\f731"; } + +.fa-bilibili:before { + content: "\e3d9"; } + +.fa-erlang:before { + content: "\f39d"; } + +.fa-x-twitter:before { + content: "\e61b"; } + +.fa-cotton-bureau:before { + content: "\f89e"; } + +.fa-dashcube:before { + content: "\f210"; } + +.fa-42-group:before { + content: "\e080"; } + +.fa-innosoft:before { + content: "\e080"; } + +.fa-stack-exchange:before { + content: "\f18d"; } + +.fa-elementor:before { + content: "\f430"; } + +.fa-square-pied-piper:before { + content: "\e01e"; } + +.fa-pied-piper-square:before { + content: "\e01e"; } + +.fa-creative-commons-nd:before { + content: "\f4eb"; } + +.fa-palfed:before { + content: "\f3d8"; } + +.fa-superpowers:before { + content: "\f2dd"; } + +.fa-resolving:before { + content: "\f3e7"; } + +.fa-xbox:before { + content: "\f412"; } + +.fa-searchengin:before { + content: "\f3eb"; } + +.fa-tiktok:before { + content: "\e07b"; } + +.fa-square-facebook:before { + content: "\f082"; } + +.fa-facebook-square:before { + content: "\f082"; } + +.fa-renren:before { + content: "\f18b"; } + +.fa-linux:before { + content: "\f17c"; } + +.fa-glide:before { + content: "\f2a5"; } + +.fa-linkedin:before { + content: "\f08c"; } + +.fa-hubspot:before { + content: "\f3b2"; } + +.fa-deploydog:before { + content: "\f38e"; } + +.fa-twitch:before { + content: "\f1e8"; } + +.fa-ravelry:before { + content: "\f2d9"; } + +.fa-mixer:before { + content: "\e056"; } + +.fa-square-lastfm:before { + content: "\f203"; } + +.fa-lastfm-square:before { + content: "\f203"; } + +.fa-vimeo:before { + content: "\f40a"; } + +.fa-mendeley:before { + content: "\f7b3"; } + +.fa-uniregistry:before { + content: "\f404"; } + +.fa-figma:before { + content: "\f799"; } + +.fa-creative-commons-remix:before { + content: "\f4ee"; } + +.fa-cc-amazon-pay:before { + content: "\f42d"; } + +.fa-dropbox:before { + content: "\f16b"; } + +.fa-instagram:before { + content: "\f16d"; } + +.fa-cmplid:before { + content: "\e360"; } + +.fa-facebook:before { + content: "\f09a"; } + +.fa-gripfire:before { + content: "\f3ac"; } + +.fa-jedi-order:before { + content: "\f50e"; } + +.fa-uikit:before { + content: "\f403"; } + +.fa-fort-awesome-alt:before { + content: "\f3a3"; } + +.fa-phabricator:before { + content: "\f3db"; } + +.fa-ussunnah:before { + content: "\f407"; } + +.fa-earlybirds:before { + content: "\f39a"; } + +.fa-trade-federation:before { + content: "\f513"; } + +.fa-autoprefixer:before { + content: "\f41c"; } + +.fa-whatsapp:before { + content: "\f232"; } + +.fa-slideshare:before { + content: "\f1e7"; } + +.fa-google-play:before { + content: "\f3ab"; } + +.fa-viadeo:before { + content: "\f2a9"; } + +.fa-line:before { + content: "\f3c0"; } + +.fa-google-drive:before { + content: "\f3aa"; } + +.fa-servicestack:before { + content: "\f3ec"; } + +.fa-simplybuilt:before { + content: "\f215"; } + +.fa-bitbucket:before { + content: "\f171"; } + +.fa-imdb:before { + content: "\f2d8"; } + +.fa-deezer:before { + content: "\e077"; } + +.fa-raspberry-pi:before { + content: "\f7bb"; } + +.fa-jira:before { + content: "\f7b1"; } + +.fa-docker:before { + content: "\f395"; } + +.fa-screenpal:before { + content: "\e570"; } + +.fa-bluetooth:before { + content: "\f293"; } + +.fa-gitter:before { + content: "\f426"; } + +.fa-d-and-d:before { + content: "\f38d"; } + +.fa-microblog:before { + content: "\e01a"; } + +.fa-cc-diners-club:before { + content: "\f24c"; } + +.fa-gg-circle:before { + content: "\f261"; } + +.fa-pied-piper-hat:before { + content: "\f4e5"; } + +.fa-kickstarter-k:before { + content: "\f3bc"; } + +.fa-yandex:before { + content: "\f413"; } + +.fa-readme:before { + content: "\f4d5"; } + +.fa-html5:before { + content: "\f13b"; } + +.fa-sellsy:before { + content: "\f213"; } + +.fa-sass:before { + content: "\f41e"; } + +.fa-wirsindhandwerk:before { + content: "\e2d0"; } + +.fa-wsh:before { + content: "\e2d0"; } + +.fa-buromobelexperte:before { + content: "\f37f"; } + +.fa-salesforce:before { + content: "\f83b"; } + +.fa-octopus-deploy:before { + content: "\e082"; } + +.fa-medapps:before { + content: "\f3c6"; } + +.fa-ns8:before { + content: "\f3d5"; } + +.fa-pinterest-p:before { + content: "\f231"; } + +.fa-apper:before { + content: "\f371"; } + +.fa-fort-awesome:before { + content: "\f286"; } + +.fa-waze:before { + content: "\f83f"; } + +.fa-cc-jcb:before { + content: "\f24b"; } + +.fa-snapchat:before { + content: "\f2ab"; } + +.fa-snapchat-ghost:before { + content: "\f2ab"; } + +.fa-fantasy-flight-games:before { + content: "\f6dc"; } + +.fa-rust:before { + content: "\e07a"; } + +.fa-wix:before { + content: "\f5cf"; } + +.fa-square-behance:before { + content: "\f1b5"; } + +.fa-behance-square:before { + content: "\f1b5"; } + +.fa-supple:before { + content: "\f3f9"; } + +.fa-rebel:before { + content: "\f1d0"; } + +.fa-css3:before { + content: "\f13c"; } + +.fa-staylinked:before { + content: "\f3f5"; } + +.fa-kaggle:before { + content: "\f5fa"; } + +.fa-space-awesome:before { + content: "\e5ac"; } + +.fa-deviantart:before { + content: "\f1bd"; } + +.fa-cpanel:before { + content: "\f388"; } + +.fa-goodreads-g:before { + content: "\f3a9"; } + +.fa-square-git:before { + content: "\f1d2"; } + +.fa-git-square:before { + content: "\f1d2"; } + +.fa-square-tumblr:before { + content: "\f174"; } + +.fa-tumblr-square:before { + content: "\f174"; } + +.fa-trello:before { + content: "\f181"; } + +.fa-creative-commons-nc-jp:before { + content: "\f4ea"; } + +.fa-get-pocket:before { + content: "\f265"; } + +.fa-perbyte:before { + content: "\e083"; } + +.fa-grunt:before { + content: "\f3ad"; } + +.fa-weebly:before { + content: "\f5cc"; } + +.fa-connectdevelop:before { + content: "\f20e"; } + +.fa-leanpub:before { + content: "\f212"; } + +.fa-black-tie:before { + content: "\f27e"; } + +.fa-themeco:before { + content: "\f5c6"; } + +.fa-python:before { + content: "\f3e2"; } + +.fa-android:before { + content: "\f17b"; } + +.fa-bots:before { + content: "\e340"; } + +.fa-free-code-camp:before { + content: "\f2c5"; } + +.fa-hornbill:before { + content: "\f592"; } + +.fa-js:before { + content: "\f3b8"; } + +.fa-ideal:before { + content: "\e013"; } + +.fa-git:before { + content: "\f1d3"; } + +.fa-dev:before { + content: "\f6cc"; } + +.fa-sketch:before { + content: "\f7c6"; } + +.fa-yandex-international:before { + content: "\f414"; } + +.fa-cc-amex:before { + content: "\f1f3"; } + +.fa-uber:before { + content: "\f402"; } + +.fa-github:before { + content: "\f09b"; } + +.fa-php:before { + content: "\f457"; } + +.fa-alipay:before { + content: "\f642"; } + +.fa-youtube:before { + content: "\f167"; } + +.fa-skyatlas:before { + content: "\f216"; } + +.fa-firefox-browser:before { + content: "\e007"; } + +.fa-replyd:before { + content: "\f3e6"; } + +.fa-suse:before { + content: "\f7d6"; } + +.fa-jenkins:before { + content: "\f3b6"; } + +.fa-twitter:before { + content: "\f099"; } + +.fa-rockrms:before { + content: "\f3e9"; } + +.fa-pinterest:before { + content: "\f0d2"; } + +.fa-buffer:before { + content: "\f837"; } + +.fa-npm:before { + content: "\f3d4"; } + +.fa-yammer:before { + content: "\f840"; } + +.fa-btc:before { + content: "\f15a"; } + +.fa-dribbble:before { + content: "\f17d"; } + +.fa-stumbleupon-circle:before { + content: "\f1a3"; } + +.fa-internet-explorer:before { + content: "\f26b"; } + +.fa-stubber:before { + content: "\e5c7"; } + +.fa-telegram:before { + content: "\f2c6"; } + +.fa-telegram-plane:before { + content: "\f2c6"; } + +.fa-old-republic:before { + content: "\f510"; } + +.fa-odysee:before { + content: "\e5c6"; } + +.fa-square-whatsapp:before { + content: "\f40c"; } + +.fa-whatsapp-square:before { + content: "\f40c"; } + +.fa-node-js:before { + content: "\f3d3"; } + +.fa-edge-legacy:before { + content: "\e078"; } + +.fa-slack:before { + content: "\f198"; } + +.fa-slack-hash:before { + content: "\f198"; } + +.fa-medrt:before { + content: "\f3c8"; } + +.fa-usb:before { + content: "\f287"; } + +.fa-tumblr:before { + content: "\f173"; } + +.fa-vaadin:before { + content: "\f408"; } + +.fa-quora:before { + content: "\f2c4"; } + +.fa-square-x-twitter:before { + content: "\e61a"; } + +.fa-reacteurope:before { + content: "\f75d"; } + +.fa-medium:before { + content: "\f23a"; } + +.fa-medium-m:before { + content: "\f23a"; } + +.fa-amilia:before { + content: "\f36d"; } + +.fa-mixcloud:before { + content: "\f289"; } + +.fa-flipboard:before { + content: "\f44d"; } + +.fa-viacoin:before { + content: "\f237"; } + +.fa-critical-role:before { + content: "\f6c9"; } + +.fa-sitrox:before { + content: "\e44a"; } + +.fa-discourse:before { + content: "\f393"; } + +.fa-joomla:before { + content: "\f1aa"; } + +.fa-mastodon:before { + content: "\f4f6"; } + +.fa-airbnb:before { + content: "\f834"; } + +.fa-wolf-pack-battalion:before { + content: "\f514"; } + +.fa-buy-n-large:before { + content: "\f8a6"; } + +.fa-gulp:before { + content: "\f3ae"; } + +.fa-creative-commons-sampling-plus:before { + content: "\f4f1"; } + +.fa-strava:before { + content: "\f428"; } + +.fa-ember:before { + content: "\f423"; } + +.fa-canadian-maple-leaf:before { + content: "\f785"; } + +.fa-teamspeak:before { + content: "\f4f9"; } + +.fa-pushed:before { + content: "\f3e1"; } + +.fa-wordpress-simple:before { + content: "\f411"; } + +.fa-nutritionix:before { + content: "\f3d6"; } + +.fa-wodu:before { + content: "\e088"; } + +.fa-google-pay:before { + content: "\e079"; } + +.fa-intercom:before { + content: "\f7af"; } + +.fa-zhihu:before { + content: "\f63f"; } + +.fa-korvue:before { + content: "\f42f"; } + +.fa-pix:before { + content: "\e43a"; } + +.fa-steam-symbol:before { + content: "\f3f6"; } diff --git a/static/thirdparty/fontawesome6/css/brands.min.css b/static/thirdparty/fontawesome6/css/brands.min.css new file mode 100644 index 0000000..3c911a9 --- /dev/null +++ b/static/thirdparty/fontawesome6/css/brands.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"} \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/css/fontawesome.css b/static/thirdparty/fontawesome6/css/fontawesome.css new file mode 100644 index 0000000..b35a770 --- /dev/null +++ b/static/thirdparty/fontawesome6/css/fontawesome.css @@ -0,0 +1,6372 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +.fa { + font-family: var(--fa-style-family, "Font Awesome 6 Free"); + font-weight: var(--fa-style, 900); } + +.fa, +.fa-classic, +.fa-sharp, +.fas, +.fa-solid, +.far, +.fa-regular, +.fab, +.fa-brands { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: var(--fa-display, inline-block); + font-style: normal; + font-variant: normal; + line-height: 1; + text-rendering: auto; } + +.fas, +.fa-classic, +.fa-solid, +.far, +.fa-regular { + font-family: 'Font Awesome 6 Free'; } + +.fab, +.fa-brands { + font-family: 'Font Awesome 6 Brands'; } + +.fa-1x { + font-size: 1em; } + +.fa-2x { + font-size: 2em; } + +.fa-3x { + font-size: 3em; } + +.fa-4x { + font-size: 4em; } + +.fa-5x { + font-size: 5em; } + +.fa-6x { + font-size: 6em; } + +.fa-7x { + font-size: 7em; } + +.fa-8x { + font-size: 8em; } + +.fa-9x { + font-size: 9em; } + +.fa-10x { + font-size: 10em; } + +.fa-2xs { + font-size: 0.625em; + line-height: 0.1em; + vertical-align: 0.225em; } + +.fa-xs { + font-size: 0.75em; + line-height: 0.08333em; + vertical-align: 0.125em; } + +.fa-sm { + font-size: 0.875em; + line-height: 0.07143em; + vertical-align: 0.05357em; } + +.fa-lg { + font-size: 1.25em; + line-height: 0.05em; + vertical-align: -0.075em; } + +.fa-xl { + font-size: 1.5em; + line-height: 0.04167em; + vertical-align: -0.125em; } + +.fa-2xl { + font-size: 2em; + line-height: 0.03125em; + vertical-align: -0.1875em; } + +.fa-fw { + text-align: center; + width: 1.25em; } + +.fa-ul { + list-style-type: none; + margin-left: var(--fa-li-margin, 2.5em); + padding-left: 0; } + .fa-ul > li { + position: relative; } + +.fa-li { + left: calc(var(--fa-li-width, 2em) * -1); + position: absolute; + text-align: center; + width: var(--fa-li-width, 2em); + line-height: inherit; } + +.fa-border { + border-color: var(--fa-border-color, #eee); + border-radius: var(--fa-border-radius, 0.1em); + border-style: var(--fa-border-style, solid); + border-width: var(--fa-border-width, 0.08em); + padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } + +.fa-pull-left { + float: left; + margin-right: var(--fa-pull-margin, 0.3em); } + +.fa-pull-right { + float: right; + margin-left: var(--fa-pull-margin, 0.3em); } + +.fa-beat { + -webkit-animation-name: fa-beat; + animation-name: fa-beat; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-bounce { + -webkit-animation-name: fa-bounce; + animation-name: fa-bounce; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } + +.fa-fade { + -webkit-animation-name: fa-fade; + animation-name: fa-fade; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-beat-fade { + -webkit-animation-name: fa-beat-fade; + animation-name: fa-beat-fade; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-flip { + -webkit-animation-name: fa-flip; + animation-name: fa-flip; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-shake { + -webkit-animation-name: fa-shake; + animation-name: fa-shake; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, linear); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin { + -webkit-animation-name: fa-spin; + animation-name: fa-spin; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 2s); + animation-duration: var(--fa-animation-duration, 2s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, linear); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin-reverse { + --fa-animation-direction: reverse; } + +.fa-pulse, +.fa-spin-pulse { + -webkit-animation-name: fa-spin; + animation-name: fa-spin; + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); + animation-timing-function: var(--fa-animation-timing, steps(8)); } + +@media (prefers-reduced-motion: reduce) { + .fa-beat, + .fa-bounce, + .fa-fade, + .fa-beat-fade, + .fa-flip, + .fa-pulse, + .fa-shake, + .fa-spin, + .fa-spin-pulse { + -webkit-animation-delay: -1ms; + animation-delay: -1ms; + -webkit-animation-duration: 1ms; + animation-duration: 1ms; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-transition-delay: 0s; + transition-delay: 0s; + -webkit-transition-duration: 0s; + transition-duration: 0s; } } + +@-webkit-keyframes fa-beat { + 0%, 90% { + -webkit-transform: scale(1); + transform: scale(1); } + 45% { + -webkit-transform: scale(var(--fa-beat-scale, 1.25)); + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@keyframes fa-beat { + 0%, 90% { + -webkit-transform: scale(1); + transform: scale(1); } + 45% { + -webkit-transform: scale(var(--fa-beat-scale, 1.25)); + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@-webkit-keyframes fa-bounce { + 0% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 10% { + -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 100% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } } + +@keyframes fa-bounce { + 0% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 10% { + -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 100% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } } + +@-webkit-keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@-webkit-keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + -webkit-transform: scale(1); + transform: scale(1); } + 50% { + opacity: 1; + -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + -webkit-transform: scale(1); + transform: scale(1); } + 50% { + opacity: 1; + -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@-webkit-keyframes fa-flip { + 50% { + -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@keyframes fa-flip { + 50% { + -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@-webkit-keyframes fa-shake { + 0% { + -webkit-transform: rotate(-15deg); + transform: rotate(-15deg); } + 4% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); } + 8%, 24% { + -webkit-transform: rotate(-18deg); + transform: rotate(-18deg); } + 12%, 28% { + -webkit-transform: rotate(18deg); + transform: rotate(18deg); } + 16% { + -webkit-transform: rotate(-22deg); + transform: rotate(-22deg); } + 20% { + -webkit-transform: rotate(22deg); + transform: rotate(22deg); } + 32% { + -webkit-transform: rotate(-12deg); + transform: rotate(-12deg); } + 36% { + -webkit-transform: rotate(12deg); + transform: rotate(12deg); } + 40%, 100% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } } + +@keyframes fa-shake { + 0% { + -webkit-transform: rotate(-15deg); + transform: rotate(-15deg); } + 4% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); } + 8%, 24% { + -webkit-transform: rotate(-18deg); + transform: rotate(-18deg); } + 12%, 28% { + -webkit-transform: rotate(18deg); + transform: rotate(18deg); } + 16% { + -webkit-transform: rotate(-22deg); + transform: rotate(-22deg); } + 20% { + -webkit-transform: rotate(22deg); + transform: rotate(22deg); } + 32% { + -webkit-transform: rotate(-12deg); + transform: rotate(-12deg); } + 36% { + -webkit-transform: rotate(12deg); + transform: rotate(12deg); } + 40%, 100% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } } + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.fa-rotate-90 { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); } + +.fa-rotate-180 { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); } + +.fa-rotate-270 { + -webkit-transform: rotate(270deg); + transform: rotate(270deg); } + +.fa-flip-horizontal { + -webkit-transform: scale(-1, 1); + transform: scale(-1, 1); } + +.fa-flip-vertical { + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.fa-flip-both, +.fa-flip-horizontal.fa-flip-vertical { + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +.fa-rotate-by { + -webkit-transform: rotate(var(--fa-rotate-angle, none)); + transform: rotate(var(--fa-rotate-angle, none)); } + +.fa-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; } + +.fa-stack-1x, +.fa-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; + z-index: var(--fa-stack-z-index, auto); } + +.fa-stack-1x { + line-height: inherit; } + +.fa-stack-2x { + font-size: 2em; } + +.fa-inverse { + color: var(--fa-inverse, #fff); } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ + +.fa-0::before { + content: "\30"; } + +.fa-1::before { + content: "\31"; } + +.fa-2::before { + content: "\32"; } + +.fa-3::before { + content: "\33"; } + +.fa-4::before { + content: "\34"; } + +.fa-5::before { + content: "\35"; } + +.fa-6::before { + content: "\36"; } + +.fa-7::before { + content: "\37"; } + +.fa-8::before { + content: "\38"; } + +.fa-9::before { + content: "\39"; } + +.fa-fill-drip::before { + content: "\f576"; } + +.fa-arrows-to-circle::before { + content: "\e4bd"; } + +.fa-circle-chevron-right::before { + content: "\f138"; } + +.fa-chevron-circle-right::before { + content: "\f138"; } + +.fa-at::before { + content: "\40"; } + +.fa-trash-can::before { + content: "\f2ed"; } + +.fa-trash-alt::before { + content: "\f2ed"; } + +.fa-text-height::before { + content: "\f034"; } + +.fa-user-xmark::before { + content: "\f235"; } + +.fa-user-times::before { + content: "\f235"; } + +.fa-stethoscope::before { + content: "\f0f1"; } + +.fa-message::before { + content: "\f27a"; } + +.fa-comment-alt::before { + content: "\f27a"; } + +.fa-info::before { + content: "\f129"; } + +.fa-down-left-and-up-right-to-center::before { + content: "\f422"; } + +.fa-compress-alt::before { + content: "\f422"; } + +.fa-explosion::before { + content: "\e4e9"; } + +.fa-file-lines::before { + content: "\f15c"; } + +.fa-file-alt::before { + content: "\f15c"; } + +.fa-file-text::before { + content: "\f15c"; } + +.fa-wave-square::before { + content: "\f83e"; } + +.fa-ring::before { + content: "\f70b"; } + +.fa-building-un::before { + content: "\e4d9"; } + +.fa-dice-three::before { + content: "\f527"; } + +.fa-calendar-days::before { + content: "\f073"; } + +.fa-calendar-alt::before { + content: "\f073"; } + +.fa-anchor-circle-check::before { + content: "\e4aa"; } + +.fa-building-circle-arrow-right::before { + content: "\e4d1"; } + +.fa-volleyball::before { + content: "\f45f"; } + +.fa-volleyball-ball::before { + content: "\f45f"; } + +.fa-arrows-up-to-line::before { + content: "\e4c2"; } + +.fa-sort-down::before { + content: "\f0dd"; } + +.fa-sort-desc::before { + content: "\f0dd"; } + +.fa-circle-minus::before { + content: "\f056"; } + +.fa-minus-circle::before { + content: "\f056"; } + +.fa-door-open::before { + content: "\f52b"; } + +.fa-right-from-bracket::before { + content: "\f2f5"; } + +.fa-sign-out-alt::before { + content: "\f2f5"; } + +.fa-atom::before { + content: "\f5d2"; } + +.fa-soap::before { + content: "\e06e"; } + +.fa-icons::before { + content: "\f86d"; } + +.fa-heart-music-camera-bolt::before { + content: "\f86d"; } + +.fa-microphone-lines-slash::before { + content: "\f539"; } + +.fa-microphone-alt-slash::before { + content: "\f539"; } + +.fa-bridge-circle-check::before { + content: "\e4c9"; } + +.fa-pump-medical::before { + content: "\e06a"; } + +.fa-fingerprint::before { + content: "\f577"; } + +.fa-hand-point-right::before { + content: "\f0a4"; } + +.fa-magnifying-glass-location::before { + content: "\f689"; } + +.fa-search-location::before { + content: "\f689"; } + +.fa-forward-step::before { + content: "\f051"; } + +.fa-step-forward::before { + content: "\f051"; } + +.fa-face-smile-beam::before { + content: "\f5b8"; } + +.fa-smile-beam::before { + content: "\f5b8"; } + +.fa-flag-checkered::before { + content: "\f11e"; } + +.fa-football::before { + content: "\f44e"; } + +.fa-football-ball::before { + content: "\f44e"; } + +.fa-school-circle-exclamation::before { + content: "\e56c"; } + +.fa-crop::before { + content: "\f125"; } + +.fa-angles-down::before { + content: "\f103"; } + +.fa-angle-double-down::before { + content: "\f103"; } + +.fa-users-rectangle::before { + content: "\e594"; } + +.fa-people-roof::before { + content: "\e537"; } + +.fa-people-line::before { + content: "\e534"; } + +.fa-beer-mug-empty::before { + content: "\f0fc"; } + +.fa-beer::before { + content: "\f0fc"; } + +.fa-diagram-predecessor::before { + content: "\e477"; } + +.fa-arrow-up-long::before { + content: "\f176"; } + +.fa-long-arrow-up::before { + content: "\f176"; } + +.fa-fire-flame-simple::before { + content: "\f46a"; } + +.fa-burn::before { + content: "\f46a"; } + +.fa-person::before { + content: "\f183"; } + +.fa-male::before { + content: "\f183"; } + +.fa-laptop::before { + content: "\f109"; } + +.fa-file-csv::before { + content: "\f6dd"; } + +.fa-menorah::before { + content: "\f676"; } + +.fa-truck-plane::before { + content: "\e58f"; } + +.fa-record-vinyl::before { + content: "\f8d9"; } + +.fa-face-grin-stars::before { + content: "\f587"; } + +.fa-grin-stars::before { + content: "\f587"; } + +.fa-bong::before { + content: "\f55c"; } + +.fa-spaghetti-monster-flying::before { + content: "\f67b"; } + +.fa-pastafarianism::before { + content: "\f67b"; } + +.fa-arrow-down-up-across-line::before { + content: "\e4af"; } + +.fa-spoon::before { + content: "\f2e5"; } + +.fa-utensil-spoon::before { + content: "\f2e5"; } + +.fa-jar-wheat::before { + content: "\e517"; } + +.fa-envelopes-bulk::before { + content: "\f674"; } + +.fa-mail-bulk::before { + content: "\f674"; } + +.fa-file-circle-exclamation::before { + content: "\e4eb"; } + +.fa-circle-h::before { + content: "\f47e"; } + +.fa-hospital-symbol::before { + content: "\f47e"; } + +.fa-pager::before { + content: "\f815"; } + +.fa-address-book::before { + content: "\f2b9"; } + +.fa-contact-book::before { + content: "\f2b9"; } + +.fa-strikethrough::before { + content: "\f0cc"; } + +.fa-k::before { + content: "\4b"; } + +.fa-landmark-flag::before { + content: "\e51c"; } + +.fa-pencil::before { + content: "\f303"; } + +.fa-pencil-alt::before { + content: "\f303"; } + +.fa-backward::before { + content: "\f04a"; } + +.fa-caret-right::before { + content: "\f0da"; } + +.fa-comments::before { + content: "\f086"; } + +.fa-paste::before { + content: "\f0ea"; } + +.fa-file-clipboard::before { + content: "\f0ea"; } + +.fa-code-pull-request::before { + content: "\e13c"; } + +.fa-clipboard-list::before { + content: "\f46d"; } + +.fa-truck-ramp-box::before { + content: "\f4de"; } + +.fa-truck-loading::before { + content: "\f4de"; } + +.fa-user-check::before { + content: "\f4fc"; } + +.fa-vial-virus::before { + content: "\e597"; } + +.fa-sheet-plastic::before { + content: "\e571"; } + +.fa-blog::before { + content: "\f781"; } + +.fa-user-ninja::before { + content: "\f504"; } + +.fa-person-arrow-up-from-line::before { + content: "\e539"; } + +.fa-scroll-torah::before { + content: "\f6a0"; } + +.fa-torah::before { + content: "\f6a0"; } + +.fa-broom-ball::before { + content: "\f458"; } + +.fa-quidditch::before { + content: "\f458"; } + +.fa-quidditch-broom-ball::before { + content: "\f458"; } + +.fa-toggle-off::before { + content: "\f204"; } + +.fa-box-archive::before { + content: "\f187"; } + +.fa-archive::before { + content: "\f187"; } + +.fa-person-drowning::before { + content: "\e545"; } + +.fa-arrow-down-9-1::before { + content: "\f886"; } + +.fa-sort-numeric-desc::before { + content: "\f886"; } + +.fa-sort-numeric-down-alt::before { + content: "\f886"; } + +.fa-face-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-spray-can::before { + content: "\f5bd"; } + +.fa-truck-monster::before { + content: "\f63b"; } + +.fa-w::before { + content: "\57"; } + +.fa-earth-africa::before { + content: "\f57c"; } + +.fa-globe-africa::before { + content: "\f57c"; } + +.fa-rainbow::before { + content: "\f75b"; } + +.fa-circle-notch::before { + content: "\f1ce"; } + +.fa-tablet-screen-button::before { + content: "\f3fa"; } + +.fa-tablet-alt::before { + content: "\f3fa"; } + +.fa-paw::before { + content: "\f1b0"; } + +.fa-cloud::before { + content: "\f0c2"; } + +.fa-trowel-bricks::before { + content: "\e58a"; } + +.fa-face-flushed::before { + content: "\f579"; } + +.fa-flushed::before { + content: "\f579"; } + +.fa-hospital-user::before { + content: "\f80d"; } + +.fa-tent-arrow-left-right::before { + content: "\e57f"; } + +.fa-gavel::before { + content: "\f0e3"; } + +.fa-legal::before { + content: "\f0e3"; } + +.fa-binoculars::before { + content: "\f1e5"; } + +.fa-microphone-slash::before { + content: "\f131"; } + +.fa-box-tissue::before { + content: "\e05b"; } + +.fa-motorcycle::before { + content: "\f21c"; } + +.fa-bell-concierge::before { + content: "\f562"; } + +.fa-concierge-bell::before { + content: "\f562"; } + +.fa-pen-ruler::before { + content: "\f5ae"; } + +.fa-pencil-ruler::before { + content: "\f5ae"; } + +.fa-people-arrows::before { + content: "\e068"; } + +.fa-people-arrows-left-right::before { + content: "\e068"; } + +.fa-mars-and-venus-burst::before { + content: "\e523"; } + +.fa-square-caret-right::before { + content: "\f152"; } + +.fa-caret-square-right::before { + content: "\f152"; } + +.fa-scissors::before { + content: "\f0c4"; } + +.fa-cut::before { + content: "\f0c4"; } + +.fa-sun-plant-wilt::before { + content: "\e57a"; } + +.fa-toilets-portable::before { + content: "\e584"; } + +.fa-hockey-puck::before { + content: "\f453"; } + +.fa-table::before { + content: "\f0ce"; } + +.fa-magnifying-glass-arrow-right::before { + content: "\e521"; } + +.fa-tachograph-digital::before { + content: "\f566"; } + +.fa-digital-tachograph::before { + content: "\f566"; } + +.fa-users-slash::before { + content: "\e073"; } + +.fa-clover::before { + content: "\e139"; } + +.fa-reply::before { + content: "\f3e5"; } + +.fa-mail-reply::before { + content: "\f3e5"; } + +.fa-star-and-crescent::before { + content: "\f699"; } + +.fa-house-fire::before { + content: "\e50c"; } + +.fa-square-minus::before { + content: "\f146"; } + +.fa-minus-square::before { + content: "\f146"; } + +.fa-helicopter::before { + content: "\f533"; } + +.fa-compass::before { + content: "\f14e"; } + +.fa-square-caret-down::before { + content: "\f150"; } + +.fa-caret-square-down::before { + content: "\f150"; } + +.fa-file-circle-question::before { + content: "\e4ef"; } + +.fa-laptop-code::before { + content: "\f5fc"; } + +.fa-swatchbook::before { + content: "\f5c3"; } + +.fa-prescription-bottle::before { + content: "\f485"; } + +.fa-bars::before { + content: "\f0c9"; } + +.fa-navicon::before { + content: "\f0c9"; } + +.fa-people-group::before { + content: "\e533"; } + +.fa-hourglass-end::before { + content: "\f253"; } + +.fa-hourglass-3::before { + content: "\f253"; } + +.fa-heart-crack::before { + content: "\f7a9"; } + +.fa-heart-broken::before { + content: "\f7a9"; } + +.fa-square-up-right::before { + content: "\f360"; } + +.fa-external-link-square-alt::before { + content: "\f360"; } + +.fa-face-kiss-beam::before { + content: "\f597"; } + +.fa-kiss-beam::before { + content: "\f597"; } + +.fa-film::before { + content: "\f008"; } + +.fa-ruler-horizontal::before { + content: "\f547"; } + +.fa-people-robbery::before { + content: "\e536"; } + +.fa-lightbulb::before { + content: "\f0eb"; } + +.fa-caret-left::before { + content: "\f0d9"; } + +.fa-circle-exclamation::before { + content: "\f06a"; } + +.fa-exclamation-circle::before { + content: "\f06a"; } + +.fa-school-circle-xmark::before { + content: "\e56d"; } + +.fa-arrow-right-from-bracket::before { + content: "\f08b"; } + +.fa-sign-out::before { + content: "\f08b"; } + +.fa-circle-chevron-down::before { + content: "\f13a"; } + +.fa-chevron-circle-down::before { + content: "\f13a"; } + +.fa-unlock-keyhole::before { + content: "\f13e"; } + +.fa-unlock-alt::before { + content: "\f13e"; } + +.fa-cloud-showers-heavy::before { + content: "\f740"; } + +.fa-headphones-simple::before { + content: "\f58f"; } + +.fa-headphones-alt::before { + content: "\f58f"; } + +.fa-sitemap::before { + content: "\f0e8"; } + +.fa-circle-dollar-to-slot::before { + content: "\f4b9"; } + +.fa-donate::before { + content: "\f4b9"; } + +.fa-memory::before { + content: "\f538"; } + +.fa-road-spikes::before { + content: "\e568"; } + +.fa-fire-burner::before { + content: "\e4f1"; } + +.fa-flag::before { + content: "\f024"; } + +.fa-hanukiah::before { + content: "\f6e6"; } + +.fa-feather::before { + content: "\f52d"; } + +.fa-volume-low::before { + content: "\f027"; } + +.fa-volume-down::before { + content: "\f027"; } + +.fa-comment-slash::before { + content: "\f4b3"; } + +.fa-cloud-sun-rain::before { + content: "\f743"; } + +.fa-compress::before { + content: "\f066"; } + +.fa-wheat-awn::before { + content: "\e2cd"; } + +.fa-wheat-alt::before { + content: "\e2cd"; } + +.fa-ankh::before { + content: "\f644"; } + +.fa-hands-holding-child::before { + content: "\e4fa"; } + +.fa-asterisk::before { + content: "\2a"; } + +.fa-square-check::before { + content: "\f14a"; } + +.fa-check-square::before { + content: "\f14a"; } + +.fa-peseta-sign::before { + content: "\e221"; } + +.fa-heading::before { + content: "\f1dc"; } + +.fa-header::before { + content: "\f1dc"; } + +.fa-ghost::before { + content: "\f6e2"; } + +.fa-list::before { + content: "\f03a"; } + +.fa-list-squares::before { + content: "\f03a"; } + +.fa-square-phone-flip::before { + content: "\f87b"; } + +.fa-phone-square-alt::before { + content: "\f87b"; } + +.fa-cart-plus::before { + content: "\f217"; } + +.fa-gamepad::before { + content: "\f11b"; } + +.fa-circle-dot::before { + content: "\f192"; } + +.fa-dot-circle::before { + content: "\f192"; } + +.fa-face-dizzy::before { + content: "\f567"; } + +.fa-dizzy::before { + content: "\f567"; } + +.fa-egg::before { + content: "\f7fb"; } + +.fa-house-medical-circle-xmark::before { + content: "\e513"; } + +.fa-campground::before { + content: "\f6bb"; } + +.fa-folder-plus::before { + content: "\f65e"; } + +.fa-futbol::before { + content: "\f1e3"; } + +.fa-futbol-ball::before { + content: "\f1e3"; } + +.fa-soccer-ball::before { + content: "\f1e3"; } + +.fa-paintbrush::before { + content: "\f1fc"; } + +.fa-paint-brush::before { + content: "\f1fc"; } + +.fa-lock::before { + content: "\f023"; } + +.fa-gas-pump::before { + content: "\f52f"; } + +.fa-hot-tub-person::before { + content: "\f593"; } + +.fa-hot-tub::before { + content: "\f593"; } + +.fa-map-location::before { + content: "\f59f"; } + +.fa-map-marked::before { + content: "\f59f"; } + +.fa-house-flood-water::before { + content: "\e50e"; } + +.fa-tree::before { + content: "\f1bb"; } + +.fa-bridge-lock::before { + content: "\e4cc"; } + +.fa-sack-dollar::before { + content: "\f81d"; } + +.fa-pen-to-square::before { + content: "\f044"; } + +.fa-edit::before { + content: "\f044"; } + +.fa-car-side::before { + content: "\f5e4"; } + +.fa-share-nodes::before { + content: "\f1e0"; } + +.fa-share-alt::before { + content: "\f1e0"; } + +.fa-heart-circle-minus::before { + content: "\e4ff"; } + +.fa-hourglass-half::before { + content: "\f252"; } + +.fa-hourglass-2::before { + content: "\f252"; } + +.fa-microscope::before { + content: "\f610"; } + +.fa-sink::before { + content: "\e06d"; } + +.fa-bag-shopping::before { + content: "\f290"; } + +.fa-shopping-bag::before { + content: "\f290"; } + +.fa-arrow-down-z-a::before { + content: "\f881"; } + +.fa-sort-alpha-desc::before { + content: "\f881"; } + +.fa-sort-alpha-down-alt::before { + content: "\f881"; } + +.fa-mitten::before { + content: "\f7b5"; } + +.fa-person-rays::before { + content: "\e54d"; } + +.fa-users::before { + content: "\f0c0"; } + +.fa-eye-slash::before { + content: "\f070"; } + +.fa-flask-vial::before { + content: "\e4f3"; } + +.fa-hand::before { + content: "\f256"; } + +.fa-hand-paper::before { + content: "\f256"; } + +.fa-om::before { + content: "\f679"; } + +.fa-worm::before { + content: "\e599"; } + +.fa-house-circle-xmark::before { + content: "\e50b"; } + +.fa-plug::before { + content: "\f1e6"; } + +.fa-chevron-up::before { + content: "\f077"; } + +.fa-hand-spock::before { + content: "\f259"; } + +.fa-stopwatch::before { + content: "\f2f2"; } + +.fa-face-kiss::before { + content: "\f596"; } + +.fa-kiss::before { + content: "\f596"; } + +.fa-bridge-circle-xmark::before { + content: "\e4cb"; } + +.fa-face-grin-tongue::before { + content: "\f589"; } + +.fa-grin-tongue::before { + content: "\f589"; } + +.fa-chess-bishop::before { + content: "\f43a"; } + +.fa-face-grin-wink::before { + content: "\f58c"; } + +.fa-grin-wink::before { + content: "\f58c"; } + +.fa-ear-deaf::before { + content: "\f2a4"; } + +.fa-deaf::before { + content: "\f2a4"; } + +.fa-deafness::before { + content: "\f2a4"; } + +.fa-hard-of-hearing::before { + content: "\f2a4"; } + +.fa-road-circle-check::before { + content: "\e564"; } + +.fa-dice-five::before { + content: "\f523"; } + +.fa-square-rss::before { + content: "\f143"; } + +.fa-rss-square::before { + content: "\f143"; } + +.fa-land-mine-on::before { + content: "\e51b"; } + +.fa-i-cursor::before { + content: "\f246"; } + +.fa-stamp::before { + content: "\f5bf"; } + +.fa-stairs::before { + content: "\e289"; } + +.fa-i::before { + content: "\49"; } + +.fa-hryvnia-sign::before { + content: "\f6f2"; } + +.fa-hryvnia::before { + content: "\f6f2"; } + +.fa-pills::before { + content: "\f484"; } + +.fa-face-grin-wide::before { + content: "\f581"; } + +.fa-grin-alt::before { + content: "\f581"; } + +.fa-tooth::before { + content: "\f5c9"; } + +.fa-v::before { + content: "\56"; } + +.fa-bangladeshi-taka-sign::before { + content: "\e2e6"; } + +.fa-bicycle::before { + content: "\f206"; } + +.fa-staff-snake::before { + content: "\e579"; } + +.fa-rod-asclepius::before { + content: "\e579"; } + +.fa-rod-snake::before { + content: "\e579"; } + +.fa-staff-aesculapius::before { + content: "\e579"; } + +.fa-head-side-cough-slash::before { + content: "\e062"; } + +.fa-truck-medical::before { + content: "\f0f9"; } + +.fa-ambulance::before { + content: "\f0f9"; } + +.fa-wheat-awn-circle-exclamation::before { + content: "\e598"; } + +.fa-snowman::before { + content: "\f7d0"; } + +.fa-mortar-pestle::before { + content: "\f5a7"; } + +.fa-road-barrier::before { + content: "\e562"; } + +.fa-school::before { + content: "\f549"; } + +.fa-igloo::before { + content: "\f7ae"; } + +.fa-joint::before { + content: "\f595"; } + +.fa-angle-right::before { + content: "\f105"; } + +.fa-horse::before { + content: "\f6f0"; } + +.fa-q::before { + content: "\51"; } + +.fa-g::before { + content: "\47"; } + +.fa-notes-medical::before { + content: "\f481"; } + +.fa-temperature-half::before { + content: "\f2c9"; } + +.fa-temperature-2::before { + content: "\f2c9"; } + +.fa-thermometer-2::before { + content: "\f2c9"; } + +.fa-thermometer-half::before { + content: "\f2c9"; } + +.fa-dong-sign::before { + content: "\e169"; } + +.fa-capsules::before { + content: "\f46b"; } + +.fa-poo-storm::before { + content: "\f75a"; } + +.fa-poo-bolt::before { + content: "\f75a"; } + +.fa-face-frown-open::before { + content: "\f57a"; } + +.fa-frown-open::before { + content: "\f57a"; } + +.fa-hand-point-up::before { + content: "\f0a6"; } + +.fa-money-bill::before { + content: "\f0d6"; } + +.fa-bookmark::before { + content: "\f02e"; } + +.fa-align-justify::before { + content: "\f039"; } + +.fa-umbrella-beach::before { + content: "\f5ca"; } + +.fa-helmet-un::before { + content: "\e503"; } + +.fa-bullseye::before { + content: "\f140"; } + +.fa-bacon::before { + content: "\f7e5"; } + +.fa-hand-point-down::before { + content: "\f0a7"; } + +.fa-arrow-up-from-bracket::before { + content: "\e09a"; } + +.fa-folder::before { + content: "\f07b"; } + +.fa-folder-blank::before { + content: "\f07b"; } + +.fa-file-waveform::before { + content: "\f478"; } + +.fa-file-medical-alt::before { + content: "\f478"; } + +.fa-radiation::before { + content: "\f7b9"; } + +.fa-chart-simple::before { + content: "\e473"; } + +.fa-mars-stroke::before { + content: "\f229"; } + +.fa-vial::before { + content: "\f492"; } + +.fa-gauge::before { + content: "\f624"; } + +.fa-dashboard::before { + content: "\f624"; } + +.fa-gauge-med::before { + content: "\f624"; } + +.fa-tachometer-alt-average::before { + content: "\f624"; } + +.fa-wand-magic-sparkles::before { + content: "\e2ca"; } + +.fa-magic-wand-sparkles::before { + content: "\e2ca"; } + +.fa-e::before { + content: "\45"; } + +.fa-pen-clip::before { + content: "\f305"; } + +.fa-pen-alt::before { + content: "\f305"; } + +.fa-bridge-circle-exclamation::before { + content: "\e4ca"; } + +.fa-user::before { + content: "\f007"; } + +.fa-school-circle-check::before { + content: "\e56b"; } + +.fa-dumpster::before { + content: "\f793"; } + +.fa-van-shuttle::before { + content: "\f5b6"; } + +.fa-shuttle-van::before { + content: "\f5b6"; } + +.fa-building-user::before { + content: "\e4da"; } + +.fa-square-caret-left::before { + content: "\f191"; } + +.fa-caret-square-left::before { + content: "\f191"; } + +.fa-highlighter::before { + content: "\f591"; } + +.fa-key::before { + content: "\f084"; } + +.fa-bullhorn::before { + content: "\f0a1"; } + +.fa-globe::before { + content: "\f0ac"; } + +.fa-synagogue::before { + content: "\f69b"; } + +.fa-person-half-dress::before { + content: "\e548"; } + +.fa-road-bridge::before { + content: "\e563"; } + +.fa-location-arrow::before { + content: "\f124"; } + +.fa-c::before { + content: "\43"; } + +.fa-tablet-button::before { + content: "\f10a"; } + +.fa-building-lock::before { + content: "\e4d6"; } + +.fa-pizza-slice::before { + content: "\f818"; } + +.fa-money-bill-wave::before { + content: "\f53a"; } + +.fa-chart-area::before { + content: "\f1fe"; } + +.fa-area-chart::before { + content: "\f1fe"; } + +.fa-house-flag::before { + content: "\e50d"; } + +.fa-person-circle-minus::before { + content: "\e540"; } + +.fa-ban::before { + content: "\f05e"; } + +.fa-cancel::before { + content: "\f05e"; } + +.fa-camera-rotate::before { + content: "\e0d8"; } + +.fa-spray-can-sparkles::before { + content: "\f5d0"; } + +.fa-air-freshener::before { + content: "\f5d0"; } + +.fa-star::before { + content: "\f005"; } + +.fa-repeat::before { + content: "\f363"; } + +.fa-cross::before { + content: "\f654"; } + +.fa-box::before { + content: "\f466"; } + +.fa-venus-mars::before { + content: "\f228"; } + +.fa-arrow-pointer::before { + content: "\f245"; } + +.fa-mouse-pointer::before { + content: "\f245"; } + +.fa-maximize::before { + content: "\f31e"; } + +.fa-expand-arrows-alt::before { + content: "\f31e"; } + +.fa-charging-station::before { + content: "\f5e7"; } + +.fa-shapes::before { + content: "\f61f"; } + +.fa-triangle-circle-square::before { + content: "\f61f"; } + +.fa-shuffle::before { + content: "\f074"; } + +.fa-random::before { + content: "\f074"; } + +.fa-person-running::before { + content: "\f70c"; } + +.fa-running::before { + content: "\f70c"; } + +.fa-mobile-retro::before { + content: "\e527"; } + +.fa-grip-lines-vertical::before { + content: "\f7a5"; } + +.fa-spider::before { + content: "\f717"; } + +.fa-hands-bound::before { + content: "\e4f9"; } + +.fa-file-invoice-dollar::before { + content: "\f571"; } + +.fa-plane-circle-exclamation::before { + content: "\e556"; } + +.fa-x-ray::before { + content: "\f497"; } + +.fa-spell-check::before { + content: "\f891"; } + +.fa-slash::before { + content: "\f715"; } + +.fa-computer-mouse::before { + content: "\f8cc"; } + +.fa-mouse::before { + content: "\f8cc"; } + +.fa-arrow-right-to-bracket::before { + content: "\f090"; } + +.fa-sign-in::before { + content: "\f090"; } + +.fa-shop-slash::before { + content: "\e070"; } + +.fa-store-alt-slash::before { + content: "\e070"; } + +.fa-server::before { + content: "\f233"; } + +.fa-virus-covid-slash::before { + content: "\e4a9"; } + +.fa-shop-lock::before { + content: "\e4a5"; } + +.fa-hourglass-start::before { + content: "\f251"; } + +.fa-hourglass-1::before { + content: "\f251"; } + +.fa-blender-phone::before { + content: "\f6b6"; } + +.fa-building-wheat::before { + content: "\e4db"; } + +.fa-person-breastfeeding::before { + content: "\e53a"; } + +.fa-right-to-bracket::before { + content: "\f2f6"; } + +.fa-sign-in-alt::before { + content: "\f2f6"; } + +.fa-venus::before { + content: "\f221"; } + +.fa-passport::before { + content: "\f5ab"; } + +.fa-heart-pulse::before { + content: "\f21e"; } + +.fa-heartbeat::before { + content: "\f21e"; } + +.fa-people-carry-box::before { + content: "\f4ce"; } + +.fa-people-carry::before { + content: "\f4ce"; } + +.fa-temperature-high::before { + content: "\f769"; } + +.fa-microchip::before { + content: "\f2db"; } + +.fa-crown::before { + content: "\f521"; } + +.fa-weight-hanging::before { + content: "\f5cd"; } + +.fa-xmarks-lines::before { + content: "\e59a"; } + +.fa-file-prescription::before { + content: "\f572"; } + +.fa-weight-scale::before { + content: "\f496"; } + +.fa-weight::before { + content: "\f496"; } + +.fa-user-group::before { + content: "\f500"; } + +.fa-user-friends::before { + content: "\f500"; } + +.fa-arrow-up-a-z::before { + content: "\f15e"; } + +.fa-sort-alpha-up::before { + content: "\f15e"; } + +.fa-chess-knight::before { + content: "\f441"; } + +.fa-face-laugh-squint::before { + content: "\f59b"; } + +.fa-laugh-squint::before { + content: "\f59b"; } + +.fa-wheelchair::before { + content: "\f193"; } + +.fa-circle-arrow-up::before { + content: "\f0aa"; } + +.fa-arrow-circle-up::before { + content: "\f0aa"; } + +.fa-toggle-on::before { + content: "\f205"; } + +.fa-person-walking::before { + content: "\f554"; } + +.fa-walking::before { + content: "\f554"; } + +.fa-l::before { + content: "\4c"; } + +.fa-fire::before { + content: "\f06d"; } + +.fa-bed-pulse::before { + content: "\f487"; } + +.fa-procedures::before { + content: "\f487"; } + +.fa-shuttle-space::before { + content: "\f197"; } + +.fa-space-shuttle::before { + content: "\f197"; } + +.fa-face-laugh::before { + content: "\f599"; } + +.fa-laugh::before { + content: "\f599"; } + +.fa-folder-open::before { + content: "\f07c"; } + +.fa-heart-circle-plus::before { + content: "\e500"; } + +.fa-code-fork::before { + content: "\e13b"; } + +.fa-city::before { + content: "\f64f"; } + +.fa-microphone-lines::before { + content: "\f3c9"; } + +.fa-microphone-alt::before { + content: "\f3c9"; } + +.fa-pepper-hot::before { + content: "\f816"; } + +.fa-unlock::before { + content: "\f09c"; } + +.fa-colon-sign::before { + content: "\e140"; } + +.fa-headset::before { + content: "\f590"; } + +.fa-store-slash::before { + content: "\e071"; } + +.fa-road-circle-xmark::before { + content: "\e566"; } + +.fa-user-minus::before { + content: "\f503"; } + +.fa-mars-stroke-up::before { + content: "\f22a"; } + +.fa-mars-stroke-v::before { + content: "\f22a"; } + +.fa-champagne-glasses::before { + content: "\f79f"; } + +.fa-glass-cheers::before { + content: "\f79f"; } + +.fa-clipboard::before { + content: "\f328"; } + +.fa-house-circle-exclamation::before { + content: "\e50a"; } + +.fa-file-arrow-up::before { + content: "\f574"; } + +.fa-file-upload::before { + content: "\f574"; } + +.fa-wifi::before { + content: "\f1eb"; } + +.fa-wifi-3::before { + content: "\f1eb"; } + +.fa-wifi-strong::before { + content: "\f1eb"; } + +.fa-bath::before { + content: "\f2cd"; } + +.fa-bathtub::before { + content: "\f2cd"; } + +.fa-underline::before { + content: "\f0cd"; } + +.fa-user-pen::before { + content: "\f4ff"; } + +.fa-user-edit::before { + content: "\f4ff"; } + +.fa-signature::before { + content: "\f5b7"; } + +.fa-stroopwafel::before { + content: "\f551"; } + +.fa-bold::before { + content: "\f032"; } + +.fa-anchor-lock::before { + content: "\e4ad"; } + +.fa-building-ngo::before { + content: "\e4d7"; } + +.fa-manat-sign::before { + content: "\e1d5"; } + +.fa-not-equal::before { + content: "\f53e"; } + +.fa-border-top-left::before { + content: "\f853"; } + +.fa-border-style::before { + content: "\f853"; } + +.fa-map-location-dot::before { + content: "\f5a0"; } + +.fa-map-marked-alt::before { + content: "\f5a0"; } + +.fa-jedi::before { + content: "\f669"; } + +.fa-square-poll-vertical::before { + content: "\f681"; } + +.fa-poll::before { + content: "\f681"; } + +.fa-mug-hot::before { + content: "\f7b6"; } + +.fa-car-battery::before { + content: "\f5df"; } + +.fa-battery-car::before { + content: "\f5df"; } + +.fa-gift::before { + content: "\f06b"; } + +.fa-dice-two::before { + content: "\f528"; } + +.fa-chess-queen::before { + content: "\f445"; } + +.fa-glasses::before { + content: "\f530"; } + +.fa-chess-board::before { + content: "\f43c"; } + +.fa-building-circle-check::before { + content: "\e4d2"; } + +.fa-person-chalkboard::before { + content: "\e53d"; } + +.fa-mars-stroke-right::before { + content: "\f22b"; } + +.fa-mars-stroke-h::before { + content: "\f22b"; } + +.fa-hand-back-fist::before { + content: "\f255"; } + +.fa-hand-rock::before { + content: "\f255"; } + +.fa-square-caret-up::before { + content: "\f151"; } + +.fa-caret-square-up::before { + content: "\f151"; } + +.fa-cloud-showers-water::before { + content: "\e4e4"; } + +.fa-chart-bar::before { + content: "\f080"; } + +.fa-bar-chart::before { + content: "\f080"; } + +.fa-hands-bubbles::before { + content: "\e05e"; } + +.fa-hands-wash::before { + content: "\e05e"; } + +.fa-less-than-equal::before { + content: "\f537"; } + +.fa-train::before { + content: "\f238"; } + +.fa-eye-low-vision::before { + content: "\f2a8"; } + +.fa-low-vision::before { + content: "\f2a8"; } + +.fa-crow::before { + content: "\f520"; } + +.fa-sailboat::before { + content: "\e445"; } + +.fa-window-restore::before { + content: "\f2d2"; } + +.fa-square-plus::before { + content: "\f0fe"; } + +.fa-plus-square::before { + content: "\f0fe"; } + +.fa-torii-gate::before { + content: "\f6a1"; } + +.fa-frog::before { + content: "\f52e"; } + +.fa-bucket::before { + content: "\e4cf"; } + +.fa-image::before { + content: "\f03e"; } + +.fa-microphone::before { + content: "\f130"; } + +.fa-cow::before { + content: "\f6c8"; } + +.fa-caret-up::before { + content: "\f0d8"; } + +.fa-screwdriver::before { + content: "\f54a"; } + +.fa-folder-closed::before { + content: "\e185"; } + +.fa-house-tsunami::before { + content: "\e515"; } + +.fa-square-nfi::before { + content: "\e576"; } + +.fa-arrow-up-from-ground-water::before { + content: "\e4b5"; } + +.fa-martini-glass::before { + content: "\f57b"; } + +.fa-glass-martini-alt::before { + content: "\f57b"; } + +.fa-rotate-left::before { + content: "\f2ea"; } + +.fa-rotate-back::before { + content: "\f2ea"; } + +.fa-rotate-backward::before { + content: "\f2ea"; } + +.fa-undo-alt::before { + content: "\f2ea"; } + +.fa-table-columns::before { + content: "\f0db"; } + +.fa-columns::before { + content: "\f0db"; } + +.fa-lemon::before { + content: "\f094"; } + +.fa-head-side-mask::before { + content: "\e063"; } + +.fa-handshake::before { + content: "\f2b5"; } + +.fa-gem::before { + content: "\f3a5"; } + +.fa-dolly::before { + content: "\f472"; } + +.fa-dolly-box::before { + content: "\f472"; } + +.fa-smoking::before { + content: "\f48d"; } + +.fa-minimize::before { + content: "\f78c"; } + +.fa-compress-arrows-alt::before { + content: "\f78c"; } + +.fa-monument::before { + content: "\f5a6"; } + +.fa-snowplow::before { + content: "\f7d2"; } + +.fa-angles-right::before { + content: "\f101"; } + +.fa-angle-double-right::before { + content: "\f101"; } + +.fa-cannabis::before { + content: "\f55f"; } + +.fa-circle-play::before { + content: "\f144"; } + +.fa-play-circle::before { + content: "\f144"; } + +.fa-tablets::before { + content: "\f490"; } + +.fa-ethernet::before { + content: "\f796"; } + +.fa-euro-sign::before { + content: "\f153"; } + +.fa-eur::before { + content: "\f153"; } + +.fa-euro::before { + content: "\f153"; } + +.fa-chair::before { + content: "\f6c0"; } + +.fa-circle-check::before { + content: "\f058"; } + +.fa-check-circle::before { + content: "\f058"; } + +.fa-circle-stop::before { + content: "\f28d"; } + +.fa-stop-circle::before { + content: "\f28d"; } + +.fa-compass-drafting::before { + content: "\f568"; } + +.fa-drafting-compass::before { + content: "\f568"; } + +.fa-plate-wheat::before { + content: "\e55a"; } + +.fa-icicles::before { + content: "\f7ad"; } + +.fa-person-shelter::before { + content: "\e54f"; } + +.fa-neuter::before { + content: "\f22c"; } + +.fa-id-badge::before { + content: "\f2c1"; } + +.fa-marker::before { + content: "\f5a1"; } + +.fa-face-laugh-beam::before { + content: "\f59a"; } + +.fa-laugh-beam::before { + content: "\f59a"; } + +.fa-helicopter-symbol::before { + content: "\e502"; } + +.fa-universal-access::before { + content: "\f29a"; } + +.fa-circle-chevron-up::before { + content: "\f139"; } + +.fa-chevron-circle-up::before { + content: "\f139"; } + +.fa-lari-sign::before { + content: "\e1c8"; } + +.fa-volcano::before { + content: "\f770"; } + +.fa-person-walking-dashed-line-arrow-right::before { + content: "\e553"; } + +.fa-sterling-sign::before { + content: "\f154"; } + +.fa-gbp::before { + content: "\f154"; } + +.fa-pound-sign::before { + content: "\f154"; } + +.fa-viruses::before { + content: "\e076"; } + +.fa-square-person-confined::before { + content: "\e577"; } + +.fa-user-tie::before { + content: "\f508"; } + +.fa-arrow-down-long::before { + content: "\f175"; } + +.fa-long-arrow-down::before { + content: "\f175"; } + +.fa-tent-arrow-down-to-line::before { + content: "\e57e"; } + +.fa-certificate::before { + content: "\f0a3"; } + +.fa-reply-all::before { + content: "\f122"; } + +.fa-mail-reply-all::before { + content: "\f122"; } + +.fa-suitcase::before { + content: "\f0f2"; } + +.fa-person-skating::before { + content: "\f7c5"; } + +.fa-skating::before { + content: "\f7c5"; } + +.fa-filter-circle-dollar::before { + content: "\f662"; } + +.fa-funnel-dollar::before { + content: "\f662"; } + +.fa-camera-retro::before { + content: "\f083"; } + +.fa-circle-arrow-down::before { + content: "\f0ab"; } + +.fa-arrow-circle-down::before { + content: "\f0ab"; } + +.fa-file-import::before { + content: "\f56f"; } + +.fa-arrow-right-to-file::before { + content: "\f56f"; } + +.fa-square-arrow-up-right::before { + content: "\f14c"; } + +.fa-external-link-square::before { + content: "\f14c"; } + +.fa-box-open::before { + content: "\f49e"; } + +.fa-scroll::before { + content: "\f70e"; } + +.fa-spa::before { + content: "\f5bb"; } + +.fa-location-pin-lock::before { + content: "\e51f"; } + +.fa-pause::before { + content: "\f04c"; } + +.fa-hill-avalanche::before { + content: "\e507"; } + +.fa-temperature-empty::before { + content: "\f2cb"; } + +.fa-temperature-0::before { + content: "\f2cb"; } + +.fa-thermometer-0::before { + content: "\f2cb"; } + +.fa-thermometer-empty::before { + content: "\f2cb"; } + +.fa-bomb::before { + content: "\f1e2"; } + +.fa-registered::before { + content: "\f25d"; } + +.fa-address-card::before { + content: "\f2bb"; } + +.fa-contact-card::before { + content: "\f2bb"; } + +.fa-vcard::before { + content: "\f2bb"; } + +.fa-scale-unbalanced-flip::before { + content: "\f516"; } + +.fa-balance-scale-right::before { + content: "\f516"; } + +.fa-subscript::before { + content: "\f12c"; } + +.fa-diamond-turn-right::before { + content: "\f5eb"; } + +.fa-directions::before { + content: "\f5eb"; } + +.fa-burst::before { + content: "\e4dc"; } + +.fa-house-laptop::before { + content: "\e066"; } + +.fa-laptop-house::before { + content: "\e066"; } + +.fa-face-tired::before { + content: "\f5c8"; } + +.fa-tired::before { + content: "\f5c8"; } + +.fa-money-bills::before { + content: "\e1f3"; } + +.fa-smog::before { + content: "\f75f"; } + +.fa-crutch::before { + content: "\f7f7"; } + +.fa-cloud-arrow-up::before { + content: "\f0ee"; } + +.fa-cloud-upload::before { + content: "\f0ee"; } + +.fa-cloud-upload-alt::before { + content: "\f0ee"; } + +.fa-palette::before { + content: "\f53f"; } + +.fa-arrows-turn-right::before { + content: "\e4c0"; } + +.fa-vest::before { + content: "\e085"; } + +.fa-ferry::before { + content: "\e4ea"; } + +.fa-arrows-down-to-people::before { + content: "\e4b9"; } + +.fa-seedling::before { + content: "\f4d8"; } + +.fa-sprout::before { + content: "\f4d8"; } + +.fa-left-right::before { + content: "\f337"; } + +.fa-arrows-alt-h::before { + content: "\f337"; } + +.fa-boxes-packing::before { + content: "\e4c7"; } + +.fa-circle-arrow-left::before { + content: "\f0a8"; } + +.fa-arrow-circle-left::before { + content: "\f0a8"; } + +.fa-group-arrows-rotate::before { + content: "\e4f6"; } + +.fa-bowl-food::before { + content: "\e4c6"; } + +.fa-candy-cane::before { + content: "\f786"; } + +.fa-arrow-down-wide-short::before { + content: "\f160"; } + +.fa-sort-amount-asc::before { + content: "\f160"; } + +.fa-sort-amount-down::before { + content: "\f160"; } + +.fa-cloud-bolt::before { + content: "\f76c"; } + +.fa-thunderstorm::before { + content: "\f76c"; } + +.fa-text-slash::before { + content: "\f87d"; } + +.fa-remove-format::before { + content: "\f87d"; } + +.fa-face-smile-wink::before { + content: "\f4da"; } + +.fa-smile-wink::before { + content: "\f4da"; } + +.fa-file-word::before { + content: "\f1c2"; } + +.fa-file-powerpoint::before { + content: "\f1c4"; } + +.fa-arrows-left-right::before { + content: "\f07e"; } + +.fa-arrows-h::before { + content: "\f07e"; } + +.fa-house-lock::before { + content: "\e510"; } + +.fa-cloud-arrow-down::before { + content: "\f0ed"; } + +.fa-cloud-download::before { + content: "\f0ed"; } + +.fa-cloud-download-alt::before { + content: "\f0ed"; } + +.fa-children::before { + content: "\e4e1"; } + +.fa-chalkboard::before { + content: "\f51b"; } + +.fa-blackboard::before { + content: "\f51b"; } + +.fa-user-large-slash::before { + content: "\f4fa"; } + +.fa-user-alt-slash::before { + content: "\f4fa"; } + +.fa-envelope-open::before { + content: "\f2b6"; } + +.fa-handshake-simple-slash::before { + content: "\e05f"; } + +.fa-handshake-alt-slash::before { + content: "\e05f"; } + +.fa-mattress-pillow::before { + content: "\e525"; } + +.fa-guarani-sign::before { + content: "\e19a"; } + +.fa-arrows-rotate::before { + content: "\f021"; } + +.fa-refresh::before { + content: "\f021"; } + +.fa-sync::before { + content: "\f021"; } + +.fa-fire-extinguisher::before { + content: "\f134"; } + +.fa-cruzeiro-sign::before { + content: "\e152"; } + +.fa-greater-than-equal::before { + content: "\f532"; } + +.fa-shield-halved::before { + content: "\f3ed"; } + +.fa-shield-alt::before { + content: "\f3ed"; } + +.fa-book-atlas::before { + content: "\f558"; } + +.fa-atlas::before { + content: "\f558"; } + +.fa-virus::before { + content: "\e074"; } + +.fa-envelope-circle-check::before { + content: "\e4e8"; } + +.fa-layer-group::before { + content: "\f5fd"; } + +.fa-arrows-to-dot::before { + content: "\e4be"; } + +.fa-archway::before { + content: "\f557"; } + +.fa-heart-circle-check::before { + content: "\e4fd"; } + +.fa-house-chimney-crack::before { + content: "\f6f1"; } + +.fa-house-damage::before { + content: "\f6f1"; } + +.fa-file-zipper::before { + content: "\f1c6"; } + +.fa-file-archive::before { + content: "\f1c6"; } + +.fa-square::before { + content: "\f0c8"; } + +.fa-martini-glass-empty::before { + content: "\f000"; } + +.fa-glass-martini::before { + content: "\f000"; } + +.fa-couch::before { + content: "\f4b8"; } + +.fa-cedi-sign::before { + content: "\e0df"; } + +.fa-italic::before { + content: "\f033"; } + +.fa-church::before { + content: "\f51d"; } + +.fa-comments-dollar::before { + content: "\f653"; } + +.fa-democrat::before { + content: "\f747"; } + +.fa-z::before { + content: "\5a"; } + +.fa-person-skiing::before { + content: "\f7c9"; } + +.fa-skiing::before { + content: "\f7c9"; } + +.fa-road-lock::before { + content: "\e567"; } + +.fa-a::before { + content: "\41"; } + +.fa-temperature-arrow-down::before { + content: "\e03f"; } + +.fa-temperature-down::before { + content: "\e03f"; } + +.fa-feather-pointed::before { + content: "\f56b"; } + +.fa-feather-alt::before { + content: "\f56b"; } + +.fa-p::before { + content: "\50"; } + +.fa-snowflake::before { + content: "\f2dc"; } + +.fa-newspaper::before { + content: "\f1ea"; } + +.fa-rectangle-ad::before { + content: "\f641"; } + +.fa-ad::before { + content: "\f641"; } + +.fa-circle-arrow-right::before { + content: "\f0a9"; } + +.fa-arrow-circle-right::before { + content: "\f0a9"; } + +.fa-filter-circle-xmark::before { + content: "\e17b"; } + +.fa-locust::before { + content: "\e520"; } + +.fa-sort::before { + content: "\f0dc"; } + +.fa-unsorted::before { + content: "\f0dc"; } + +.fa-list-ol::before { + content: "\f0cb"; } + +.fa-list-1-2::before { + content: "\f0cb"; } + +.fa-list-numeric::before { + content: "\f0cb"; } + +.fa-person-dress-burst::before { + content: "\e544"; } + +.fa-money-check-dollar::before { + content: "\f53d"; } + +.fa-money-check-alt::before { + content: "\f53d"; } + +.fa-vector-square::before { + content: "\f5cb"; } + +.fa-bread-slice::before { + content: "\f7ec"; } + +.fa-language::before { + content: "\f1ab"; } + +.fa-face-kiss-wink-heart::before { + content: "\f598"; } + +.fa-kiss-wink-heart::before { + content: "\f598"; } + +.fa-filter::before { + content: "\f0b0"; } + +.fa-question::before { + content: "\3f"; } + +.fa-file-signature::before { + content: "\f573"; } + +.fa-up-down-left-right::before { + content: "\f0b2"; } + +.fa-arrows-alt::before { + content: "\f0b2"; } + +.fa-house-chimney-user::before { + content: "\e065"; } + +.fa-hand-holding-heart::before { + content: "\f4be"; } + +.fa-puzzle-piece::before { + content: "\f12e"; } + +.fa-money-check::before { + content: "\f53c"; } + +.fa-star-half-stroke::before { + content: "\f5c0"; } + +.fa-star-half-alt::before { + content: "\f5c0"; } + +.fa-code::before { + content: "\f121"; } + +.fa-whiskey-glass::before { + content: "\f7a0"; } + +.fa-glass-whiskey::before { + content: "\f7a0"; } + +.fa-building-circle-exclamation::before { + content: "\e4d3"; } + +.fa-magnifying-glass-chart::before { + content: "\e522"; } + +.fa-arrow-up-right-from-square::before { + content: "\f08e"; } + +.fa-external-link::before { + content: "\f08e"; } + +.fa-cubes-stacked::before { + content: "\e4e6"; } + +.fa-won-sign::before { + content: "\f159"; } + +.fa-krw::before { + content: "\f159"; } + +.fa-won::before { + content: "\f159"; } + +.fa-virus-covid::before { + content: "\e4a8"; } + +.fa-austral-sign::before { + content: "\e0a9"; } + +.fa-f::before { + content: "\46"; } + +.fa-leaf::before { + content: "\f06c"; } + +.fa-road::before { + content: "\f018"; } + +.fa-taxi::before { + content: "\f1ba"; } + +.fa-cab::before { + content: "\f1ba"; } + +.fa-person-circle-plus::before { + content: "\e541"; } + +.fa-chart-pie::before { + content: "\f200"; } + +.fa-pie-chart::before { + content: "\f200"; } + +.fa-bolt-lightning::before { + content: "\e0b7"; } + +.fa-sack-xmark::before { + content: "\e56a"; } + +.fa-file-excel::before { + content: "\f1c3"; } + +.fa-file-contract::before { + content: "\f56c"; } + +.fa-fish-fins::before { + content: "\e4f2"; } + +.fa-building-flag::before { + content: "\e4d5"; } + +.fa-face-grin-beam::before { + content: "\f582"; } + +.fa-grin-beam::before { + content: "\f582"; } + +.fa-object-ungroup::before { + content: "\f248"; } + +.fa-poop::before { + content: "\f619"; } + +.fa-location-pin::before { + content: "\f041"; } + +.fa-map-marker::before { + content: "\f041"; } + +.fa-kaaba::before { + content: "\f66b"; } + +.fa-toilet-paper::before { + content: "\f71e"; } + +.fa-helmet-safety::before { + content: "\f807"; } + +.fa-hard-hat::before { + content: "\f807"; } + +.fa-hat-hard::before { + content: "\f807"; } + +.fa-eject::before { + content: "\f052"; } + +.fa-circle-right::before { + content: "\f35a"; } + +.fa-arrow-alt-circle-right::before { + content: "\f35a"; } + +.fa-plane-circle-check::before { + content: "\e555"; } + +.fa-face-rolling-eyes::before { + content: "\f5a5"; } + +.fa-meh-rolling-eyes::before { + content: "\f5a5"; } + +.fa-object-group::before { + content: "\f247"; } + +.fa-chart-line::before { + content: "\f201"; } + +.fa-line-chart::before { + content: "\f201"; } + +.fa-mask-ventilator::before { + content: "\e524"; } + +.fa-arrow-right::before { + content: "\f061"; } + +.fa-signs-post::before { + content: "\f277"; } + +.fa-map-signs::before { + content: "\f277"; } + +.fa-cash-register::before { + content: "\f788"; } + +.fa-person-circle-question::before { + content: "\e542"; } + +.fa-h::before { + content: "\48"; } + +.fa-tarp::before { + content: "\e57b"; } + +.fa-screwdriver-wrench::before { + content: "\f7d9"; } + +.fa-tools::before { + content: "\f7d9"; } + +.fa-arrows-to-eye::before { + content: "\e4bf"; } + +.fa-plug-circle-bolt::before { + content: "\e55b"; } + +.fa-heart::before { + content: "\f004"; } + +.fa-mars-and-venus::before { + content: "\f224"; } + +.fa-house-user::before { + content: "\e1b0"; } + +.fa-home-user::before { + content: "\e1b0"; } + +.fa-dumpster-fire::before { + content: "\f794"; } + +.fa-house-crack::before { + content: "\e3b1"; } + +.fa-martini-glass-citrus::before { + content: "\f561"; } + +.fa-cocktail::before { + content: "\f561"; } + +.fa-face-surprise::before { + content: "\f5c2"; } + +.fa-surprise::before { + content: "\f5c2"; } + +.fa-bottle-water::before { + content: "\e4c5"; } + +.fa-circle-pause::before { + content: "\f28b"; } + +.fa-pause-circle::before { + content: "\f28b"; } + +.fa-toilet-paper-slash::before { + content: "\e072"; } + +.fa-apple-whole::before { + content: "\f5d1"; } + +.fa-apple-alt::before { + content: "\f5d1"; } + +.fa-kitchen-set::before { + content: "\e51a"; } + +.fa-r::before { + content: "\52"; } + +.fa-temperature-quarter::before { + content: "\f2ca"; } + +.fa-temperature-1::before { + content: "\f2ca"; } + +.fa-thermometer-1::before { + content: "\f2ca"; } + +.fa-thermometer-quarter::before { + content: "\f2ca"; } + +.fa-cube::before { + content: "\f1b2"; } + +.fa-bitcoin-sign::before { + content: "\e0b4"; } + +.fa-shield-dog::before { + content: "\e573"; } + +.fa-solar-panel::before { + content: "\f5ba"; } + +.fa-lock-open::before { + content: "\f3c1"; } + +.fa-elevator::before { + content: "\e16d"; } + +.fa-money-bill-transfer::before { + content: "\e528"; } + +.fa-money-bill-trend-up::before { + content: "\e529"; } + +.fa-house-flood-water-circle-arrow-right::before { + content: "\e50f"; } + +.fa-square-poll-horizontal::before { + content: "\f682"; } + +.fa-poll-h::before { + content: "\f682"; } + +.fa-circle::before { + content: "\f111"; } + +.fa-backward-fast::before { + content: "\f049"; } + +.fa-fast-backward::before { + content: "\f049"; } + +.fa-recycle::before { + content: "\f1b8"; } + +.fa-user-astronaut::before { + content: "\f4fb"; } + +.fa-plane-slash::before { + content: "\e069"; } + +.fa-trademark::before { + content: "\f25c"; } + +.fa-basketball::before { + content: "\f434"; } + +.fa-basketball-ball::before { + content: "\f434"; } + +.fa-satellite-dish::before { + content: "\f7c0"; } + +.fa-circle-up::before { + content: "\f35b"; } + +.fa-arrow-alt-circle-up::before { + content: "\f35b"; } + +.fa-mobile-screen-button::before { + content: "\f3cd"; } + +.fa-mobile-alt::before { + content: "\f3cd"; } + +.fa-volume-high::before { + content: "\f028"; } + +.fa-volume-up::before { + content: "\f028"; } + +.fa-users-rays::before { + content: "\e593"; } + +.fa-wallet::before { + content: "\f555"; } + +.fa-clipboard-check::before { + content: "\f46c"; } + +.fa-file-audio::before { + content: "\f1c7"; } + +.fa-burger::before { + content: "\f805"; } + +.fa-hamburger::before { + content: "\f805"; } + +.fa-wrench::before { + content: "\f0ad"; } + +.fa-bugs::before { + content: "\e4d0"; } + +.fa-rupee-sign::before { + content: "\f156"; } + +.fa-rupee::before { + content: "\f156"; } + +.fa-file-image::before { + content: "\f1c5"; } + +.fa-circle-question::before { + content: "\f059"; } + +.fa-question-circle::before { + content: "\f059"; } + +.fa-plane-departure::before { + content: "\f5b0"; } + +.fa-handshake-slash::before { + content: "\e060"; } + +.fa-book-bookmark::before { + content: "\e0bb"; } + +.fa-code-branch::before { + content: "\f126"; } + +.fa-hat-cowboy::before { + content: "\f8c0"; } + +.fa-bridge::before { + content: "\e4c8"; } + +.fa-phone-flip::before { + content: "\f879"; } + +.fa-phone-alt::before { + content: "\f879"; } + +.fa-truck-front::before { + content: "\e2b7"; } + +.fa-cat::before { + content: "\f6be"; } + +.fa-anchor-circle-exclamation::before { + content: "\e4ab"; } + +.fa-truck-field::before { + content: "\e58d"; } + +.fa-route::before { + content: "\f4d7"; } + +.fa-clipboard-question::before { + content: "\e4e3"; } + +.fa-panorama::before { + content: "\e209"; } + +.fa-comment-medical::before { + content: "\f7f5"; } + +.fa-teeth-open::before { + content: "\f62f"; } + +.fa-file-circle-minus::before { + content: "\e4ed"; } + +.fa-tags::before { + content: "\f02c"; } + +.fa-wine-glass::before { + content: "\f4e3"; } + +.fa-forward-fast::before { + content: "\f050"; } + +.fa-fast-forward::before { + content: "\f050"; } + +.fa-face-meh-blank::before { + content: "\f5a4"; } + +.fa-meh-blank::before { + content: "\f5a4"; } + +.fa-square-parking::before { + content: "\f540"; } + +.fa-parking::before { + content: "\f540"; } + +.fa-house-signal::before { + content: "\e012"; } + +.fa-bars-progress::before { + content: "\f828"; } + +.fa-tasks-alt::before { + content: "\f828"; } + +.fa-faucet-drip::before { + content: "\e006"; } + +.fa-cart-flatbed::before { + content: "\f474"; } + +.fa-dolly-flatbed::before { + content: "\f474"; } + +.fa-ban-smoking::before { + content: "\f54d"; } + +.fa-smoking-ban::before { + content: "\f54d"; } + +.fa-terminal::before { + content: "\f120"; } + +.fa-mobile-button::before { + content: "\f10b"; } + +.fa-house-medical-flag::before { + content: "\e514"; } + +.fa-basket-shopping::before { + content: "\f291"; } + +.fa-shopping-basket::before { + content: "\f291"; } + +.fa-tape::before { + content: "\f4db"; } + +.fa-bus-simple::before { + content: "\f55e"; } + +.fa-bus-alt::before { + content: "\f55e"; } + +.fa-eye::before { + content: "\f06e"; } + +.fa-face-sad-cry::before { + content: "\f5b3"; } + +.fa-sad-cry::before { + content: "\f5b3"; } + +.fa-audio-description::before { + content: "\f29e"; } + +.fa-person-military-to-person::before { + content: "\e54c"; } + +.fa-file-shield::before { + content: "\e4f0"; } + +.fa-user-slash::before { + content: "\f506"; } + +.fa-pen::before { + content: "\f304"; } + +.fa-tower-observation::before { + content: "\e586"; } + +.fa-file-code::before { + content: "\f1c9"; } + +.fa-signal::before { + content: "\f012"; } + +.fa-signal-5::before { + content: "\f012"; } + +.fa-signal-perfect::before { + content: "\f012"; } + +.fa-bus::before { + content: "\f207"; } + +.fa-heart-circle-xmark::before { + content: "\e501"; } + +.fa-house-chimney::before { + content: "\e3af"; } + +.fa-home-lg::before { + content: "\e3af"; } + +.fa-window-maximize::before { + content: "\f2d0"; } + +.fa-face-frown::before { + content: "\f119"; } + +.fa-frown::before { + content: "\f119"; } + +.fa-prescription::before { + content: "\f5b1"; } + +.fa-shop::before { + content: "\f54f"; } + +.fa-store-alt::before { + content: "\f54f"; } + +.fa-floppy-disk::before { + content: "\f0c7"; } + +.fa-save::before { + content: "\f0c7"; } + +.fa-vihara::before { + content: "\f6a7"; } + +.fa-scale-unbalanced::before { + content: "\f515"; } + +.fa-balance-scale-left::before { + content: "\f515"; } + +.fa-sort-up::before { + content: "\f0de"; } + +.fa-sort-asc::before { + content: "\f0de"; } + +.fa-comment-dots::before { + content: "\f4ad"; } + +.fa-commenting::before { + content: "\f4ad"; } + +.fa-plant-wilt::before { + content: "\e5aa"; } + +.fa-diamond::before { + content: "\f219"; } + +.fa-face-grin-squint::before { + content: "\f585"; } + +.fa-grin-squint::before { + content: "\f585"; } + +.fa-hand-holding-dollar::before { + content: "\f4c0"; } + +.fa-hand-holding-usd::before { + content: "\f4c0"; } + +.fa-bacterium::before { + content: "\e05a"; } + +.fa-hand-pointer::before { + content: "\f25a"; } + +.fa-drum-steelpan::before { + content: "\f56a"; } + +.fa-hand-scissors::before { + content: "\f257"; } + +.fa-hands-praying::before { + content: "\f684"; } + +.fa-praying-hands::before { + content: "\f684"; } + +.fa-arrow-rotate-right::before { + content: "\f01e"; } + +.fa-arrow-right-rotate::before { + content: "\f01e"; } + +.fa-arrow-rotate-forward::before { + content: "\f01e"; } + +.fa-redo::before { + content: "\f01e"; } + +.fa-biohazard::before { + content: "\f780"; } + +.fa-location-crosshairs::before { + content: "\f601"; } + +.fa-location::before { + content: "\f601"; } + +.fa-mars-double::before { + content: "\f227"; } + +.fa-child-dress::before { + content: "\e59c"; } + +.fa-users-between-lines::before { + content: "\e591"; } + +.fa-lungs-virus::before { + content: "\e067"; } + +.fa-face-grin-tears::before { + content: "\f588"; } + +.fa-grin-tears::before { + content: "\f588"; } + +.fa-phone::before { + content: "\f095"; } + +.fa-calendar-xmark::before { + content: "\f273"; } + +.fa-calendar-times::before { + content: "\f273"; } + +.fa-child-reaching::before { + content: "\e59d"; } + +.fa-head-side-virus::before { + content: "\e064"; } + +.fa-user-gear::before { + content: "\f4fe"; } + +.fa-user-cog::before { + content: "\f4fe"; } + +.fa-arrow-up-1-9::before { + content: "\f163"; } + +.fa-sort-numeric-up::before { + content: "\f163"; } + +.fa-door-closed::before { + content: "\f52a"; } + +.fa-shield-virus::before { + content: "\e06c"; } + +.fa-dice-six::before { + content: "\f526"; } + +.fa-mosquito-net::before { + content: "\e52c"; } + +.fa-bridge-water::before { + content: "\e4ce"; } + +.fa-person-booth::before { + content: "\f756"; } + +.fa-text-width::before { + content: "\f035"; } + +.fa-hat-wizard::before { + content: "\f6e8"; } + +.fa-pen-fancy::before { + content: "\f5ac"; } + +.fa-person-digging::before { + content: "\f85e"; } + +.fa-digging::before { + content: "\f85e"; } + +.fa-trash::before { + content: "\f1f8"; } + +.fa-gauge-simple::before { + content: "\f629"; } + +.fa-gauge-simple-med::before { + content: "\f629"; } + +.fa-tachometer-average::before { + content: "\f629"; } + +.fa-book-medical::before { + content: "\f7e6"; } + +.fa-poo::before { + content: "\f2fe"; } + +.fa-quote-right::before { + content: "\f10e"; } + +.fa-quote-right-alt::before { + content: "\f10e"; } + +.fa-shirt::before { + content: "\f553"; } + +.fa-t-shirt::before { + content: "\f553"; } + +.fa-tshirt::before { + content: "\f553"; } + +.fa-cubes::before { + content: "\f1b3"; } + +.fa-divide::before { + content: "\f529"; } + +.fa-tenge-sign::before { + content: "\f7d7"; } + +.fa-tenge::before { + content: "\f7d7"; } + +.fa-headphones::before { + content: "\f025"; } + +.fa-hands-holding::before { + content: "\f4c2"; } + +.fa-hands-clapping::before { + content: "\e1a8"; } + +.fa-republican::before { + content: "\f75e"; } + +.fa-arrow-left::before { + content: "\f060"; } + +.fa-person-circle-xmark::before { + content: "\e543"; } + +.fa-ruler::before { + content: "\f545"; } + +.fa-align-left::before { + content: "\f036"; } + +.fa-dice-d6::before { + content: "\f6d1"; } + +.fa-restroom::before { + content: "\f7bd"; } + +.fa-j::before { + content: "\4a"; } + +.fa-users-viewfinder::before { + content: "\e595"; } + +.fa-file-video::before { + content: "\f1c8"; } + +.fa-up-right-from-square::before { + content: "\f35d"; } + +.fa-external-link-alt::before { + content: "\f35d"; } + +.fa-table-cells::before { + content: "\f00a"; } + +.fa-th::before { + content: "\f00a"; } + +.fa-file-pdf::before { + content: "\f1c1"; } + +.fa-book-bible::before { + content: "\f647"; } + +.fa-bible::before { + content: "\f647"; } + +.fa-o::before { + content: "\4f"; } + +.fa-suitcase-medical::before { + content: "\f0fa"; } + +.fa-medkit::before { + content: "\f0fa"; } + +.fa-user-secret::before { + content: "\f21b"; } + +.fa-otter::before { + content: "\f700"; } + +.fa-person-dress::before { + content: "\f182"; } + +.fa-female::before { + content: "\f182"; } + +.fa-comment-dollar::before { + content: "\f651"; } + +.fa-business-time::before { + content: "\f64a"; } + +.fa-briefcase-clock::before { + content: "\f64a"; } + +.fa-table-cells-large::before { + content: "\f009"; } + +.fa-th-large::before { + content: "\f009"; } + +.fa-book-tanakh::before { + content: "\f827"; } + +.fa-tanakh::before { + content: "\f827"; } + +.fa-phone-volume::before { + content: "\f2a0"; } + +.fa-volume-control-phone::before { + content: "\f2a0"; } + +.fa-hat-cowboy-side::before { + content: "\f8c1"; } + +.fa-clipboard-user::before { + content: "\f7f3"; } + +.fa-child::before { + content: "\f1ae"; } + +.fa-lira-sign::before { + content: "\f195"; } + +.fa-satellite::before { + content: "\f7bf"; } + +.fa-plane-lock::before { + content: "\e558"; } + +.fa-tag::before { + content: "\f02b"; } + +.fa-comment::before { + content: "\f075"; } + +.fa-cake-candles::before { + content: "\f1fd"; } + +.fa-birthday-cake::before { + content: "\f1fd"; } + +.fa-cake::before { + content: "\f1fd"; } + +.fa-envelope::before { + content: "\f0e0"; } + +.fa-angles-up::before { + content: "\f102"; } + +.fa-angle-double-up::before { + content: "\f102"; } + +.fa-paperclip::before { + content: "\f0c6"; } + +.fa-arrow-right-to-city::before { + content: "\e4b3"; } + +.fa-ribbon::before { + content: "\f4d6"; } + +.fa-lungs::before { + content: "\f604"; } + +.fa-arrow-up-9-1::before { + content: "\f887"; } + +.fa-sort-numeric-up-alt::before { + content: "\f887"; } + +.fa-litecoin-sign::before { + content: "\e1d3"; } + +.fa-border-none::before { + content: "\f850"; } + +.fa-circle-nodes::before { + content: "\e4e2"; } + +.fa-parachute-box::before { + content: "\f4cd"; } + +.fa-indent::before { + content: "\f03c"; } + +.fa-truck-field-un::before { + content: "\e58e"; } + +.fa-hourglass::before { + content: "\f254"; } + +.fa-hourglass-empty::before { + content: "\f254"; } + +.fa-mountain::before { + content: "\f6fc"; } + +.fa-user-doctor::before { + content: "\f0f0"; } + +.fa-user-md::before { + content: "\f0f0"; } + +.fa-circle-info::before { + content: "\f05a"; } + +.fa-info-circle::before { + content: "\f05a"; } + +.fa-cloud-meatball::before { + content: "\f73b"; } + +.fa-camera::before { + content: "\f030"; } + +.fa-camera-alt::before { + content: "\f030"; } + +.fa-square-virus::before { + content: "\e578"; } + +.fa-meteor::before { + content: "\f753"; } + +.fa-car-on::before { + content: "\e4dd"; } + +.fa-sleigh::before { + content: "\f7cc"; } + +.fa-arrow-down-1-9::before { + content: "\f162"; } + +.fa-sort-numeric-asc::before { + content: "\f162"; } + +.fa-sort-numeric-down::before { + content: "\f162"; } + +.fa-hand-holding-droplet::before { + content: "\f4c1"; } + +.fa-hand-holding-water::before { + content: "\f4c1"; } + +.fa-water::before { + content: "\f773"; } + +.fa-calendar-check::before { + content: "\f274"; } + +.fa-braille::before { + content: "\f2a1"; } + +.fa-prescription-bottle-medical::before { + content: "\f486"; } + +.fa-prescription-bottle-alt::before { + content: "\f486"; } + +.fa-landmark::before { + content: "\f66f"; } + +.fa-truck::before { + content: "\f0d1"; } + +.fa-crosshairs::before { + content: "\f05b"; } + +.fa-person-cane::before { + content: "\e53c"; } + +.fa-tent::before { + content: "\e57d"; } + +.fa-vest-patches::before { + content: "\e086"; } + +.fa-check-double::before { + content: "\f560"; } + +.fa-arrow-down-a-z::before { + content: "\f15d"; } + +.fa-sort-alpha-asc::before { + content: "\f15d"; } + +.fa-sort-alpha-down::before { + content: "\f15d"; } + +.fa-money-bill-wheat::before { + content: "\e52a"; } + +.fa-cookie::before { + content: "\f563"; } + +.fa-arrow-rotate-left::before { + content: "\f0e2"; } + +.fa-arrow-left-rotate::before { + content: "\f0e2"; } + +.fa-arrow-rotate-back::before { + content: "\f0e2"; } + +.fa-arrow-rotate-backward::before { + content: "\f0e2"; } + +.fa-undo::before { + content: "\f0e2"; } + +.fa-hard-drive::before { + content: "\f0a0"; } + +.fa-hdd::before { + content: "\f0a0"; } + +.fa-face-grin-squint-tears::before { + content: "\f586"; } + +.fa-grin-squint-tears::before { + content: "\f586"; } + +.fa-dumbbell::before { + content: "\f44b"; } + +.fa-rectangle-list::before { + content: "\f022"; } + +.fa-list-alt::before { + content: "\f022"; } + +.fa-tarp-droplet::before { + content: "\e57c"; } + +.fa-house-medical-circle-check::before { + content: "\e511"; } + +.fa-person-skiing-nordic::before { + content: "\f7ca"; } + +.fa-skiing-nordic::before { + content: "\f7ca"; } + +.fa-calendar-plus::before { + content: "\f271"; } + +.fa-plane-arrival::before { + content: "\f5af"; } + +.fa-circle-left::before { + content: "\f359"; } + +.fa-arrow-alt-circle-left::before { + content: "\f359"; } + +.fa-train-subway::before { + content: "\f239"; } + +.fa-subway::before { + content: "\f239"; } + +.fa-chart-gantt::before { + content: "\e0e4"; } + +.fa-indian-rupee-sign::before { + content: "\e1bc"; } + +.fa-indian-rupee::before { + content: "\e1bc"; } + +.fa-inr::before { + content: "\e1bc"; } + +.fa-crop-simple::before { + content: "\f565"; } + +.fa-crop-alt::before { + content: "\f565"; } + +.fa-money-bill-1::before { + content: "\f3d1"; } + +.fa-money-bill-alt::before { + content: "\f3d1"; } + +.fa-left-long::before { + content: "\f30a"; } + +.fa-long-arrow-alt-left::before { + content: "\f30a"; } + +.fa-dna::before { + content: "\f471"; } + +.fa-virus-slash::before { + content: "\e075"; } + +.fa-minus::before { + content: "\f068"; } + +.fa-subtract::before { + content: "\f068"; } + +.fa-chess::before { + content: "\f439"; } + +.fa-arrow-left-long::before { + content: "\f177"; } + +.fa-long-arrow-left::before { + content: "\f177"; } + +.fa-plug-circle-check::before { + content: "\e55c"; } + +.fa-street-view::before { + content: "\f21d"; } + +.fa-franc-sign::before { + content: "\e18f"; } + +.fa-volume-off::before { + content: "\f026"; } + +.fa-hands-asl-interpreting::before { + content: "\f2a3"; } + +.fa-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-asl-interpreting::before { + content: "\f2a3"; } + +.fa-hands-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-gear::before { + content: "\f013"; } + +.fa-cog::before { + content: "\f013"; } + +.fa-droplet-slash::before { + content: "\f5c7"; } + +.fa-tint-slash::before { + content: "\f5c7"; } + +.fa-mosque::before { + content: "\f678"; } + +.fa-mosquito::before { + content: "\e52b"; } + +.fa-star-of-david::before { + content: "\f69a"; } + +.fa-person-military-rifle::before { + content: "\e54b"; } + +.fa-cart-shopping::before { + content: "\f07a"; } + +.fa-shopping-cart::before { + content: "\f07a"; } + +.fa-vials::before { + content: "\f493"; } + +.fa-plug-circle-plus::before { + content: "\e55f"; } + +.fa-place-of-worship::before { + content: "\f67f"; } + +.fa-grip-vertical::before { + content: "\f58e"; } + +.fa-arrow-turn-up::before { + content: "\f148"; } + +.fa-level-up::before { + content: "\f148"; } + +.fa-u::before { + content: "\55"; } + +.fa-square-root-variable::before { + content: "\f698"; } + +.fa-square-root-alt::before { + content: "\f698"; } + +.fa-clock::before { + content: "\f017"; } + +.fa-clock-four::before { + content: "\f017"; } + +.fa-backward-step::before { + content: "\f048"; } + +.fa-step-backward::before { + content: "\f048"; } + +.fa-pallet::before { + content: "\f482"; } + +.fa-faucet::before { + content: "\e005"; } + +.fa-baseball-bat-ball::before { + content: "\f432"; } + +.fa-s::before { + content: "\53"; } + +.fa-timeline::before { + content: "\e29c"; } + +.fa-keyboard::before { + content: "\f11c"; } + +.fa-caret-down::before { + content: "\f0d7"; } + +.fa-house-chimney-medical::before { + content: "\f7f2"; } + +.fa-clinic-medical::before { + content: "\f7f2"; } + +.fa-temperature-three-quarters::before { + content: "\f2c8"; } + +.fa-temperature-3::before { + content: "\f2c8"; } + +.fa-thermometer-3::before { + content: "\f2c8"; } + +.fa-thermometer-three-quarters::before { + content: "\f2c8"; } + +.fa-mobile-screen::before { + content: "\f3cf"; } + +.fa-mobile-android-alt::before { + content: "\f3cf"; } + +.fa-plane-up::before { + content: "\e22d"; } + +.fa-piggy-bank::before { + content: "\f4d3"; } + +.fa-battery-half::before { + content: "\f242"; } + +.fa-battery-3::before { + content: "\f242"; } + +.fa-mountain-city::before { + content: "\e52e"; } + +.fa-coins::before { + content: "\f51e"; } + +.fa-khanda::before { + content: "\f66d"; } + +.fa-sliders::before { + content: "\f1de"; } + +.fa-sliders-h::before { + content: "\f1de"; } + +.fa-folder-tree::before { + content: "\f802"; } + +.fa-network-wired::before { + content: "\f6ff"; } + +.fa-map-pin::before { + content: "\f276"; } + +.fa-hamsa::before { + content: "\f665"; } + +.fa-cent-sign::before { + content: "\e3f5"; } + +.fa-flask::before { + content: "\f0c3"; } + +.fa-person-pregnant::before { + content: "\e31e"; } + +.fa-wand-sparkles::before { + content: "\f72b"; } + +.fa-ellipsis-vertical::before { + content: "\f142"; } + +.fa-ellipsis-v::before { + content: "\f142"; } + +.fa-ticket::before { + content: "\f145"; } + +.fa-power-off::before { + content: "\f011"; } + +.fa-right-long::before { + content: "\f30b"; } + +.fa-long-arrow-alt-right::before { + content: "\f30b"; } + +.fa-flag-usa::before { + content: "\f74d"; } + +.fa-laptop-file::before { + content: "\e51d"; } + +.fa-tty::before { + content: "\f1e4"; } + +.fa-teletype::before { + content: "\f1e4"; } + +.fa-diagram-next::before { + content: "\e476"; } + +.fa-person-rifle::before { + content: "\e54e"; } + +.fa-house-medical-circle-exclamation::before { + content: "\e512"; } + +.fa-closed-captioning::before { + content: "\f20a"; } + +.fa-person-hiking::before { + content: "\f6ec"; } + +.fa-hiking::before { + content: "\f6ec"; } + +.fa-venus-double::before { + content: "\f226"; } + +.fa-images::before { + content: "\f302"; } + +.fa-calculator::before { + content: "\f1ec"; } + +.fa-people-pulling::before { + content: "\e535"; } + +.fa-n::before { + content: "\4e"; } + +.fa-cable-car::before { + content: "\f7da"; } + +.fa-tram::before { + content: "\f7da"; } + +.fa-cloud-rain::before { + content: "\f73d"; } + +.fa-building-circle-xmark::before { + content: "\e4d4"; } + +.fa-ship::before { + content: "\f21a"; } + +.fa-arrows-down-to-line::before { + content: "\e4b8"; } + +.fa-download::before { + content: "\f019"; } + +.fa-face-grin::before { + content: "\f580"; } + +.fa-grin::before { + content: "\f580"; } + +.fa-delete-left::before { + content: "\f55a"; } + +.fa-backspace::before { + content: "\f55a"; } + +.fa-eye-dropper::before { + content: "\f1fb"; } + +.fa-eye-dropper-empty::before { + content: "\f1fb"; } + +.fa-eyedropper::before { + content: "\f1fb"; } + +.fa-file-circle-check::before { + content: "\e5a0"; } + +.fa-forward::before { + content: "\f04e"; } + +.fa-mobile::before { + content: "\f3ce"; } + +.fa-mobile-android::before { + content: "\f3ce"; } + +.fa-mobile-phone::before { + content: "\f3ce"; } + +.fa-face-meh::before { + content: "\f11a"; } + +.fa-meh::before { + content: "\f11a"; } + +.fa-align-center::before { + content: "\f037"; } + +.fa-book-skull::before { + content: "\f6b7"; } + +.fa-book-dead::before { + content: "\f6b7"; } + +.fa-id-card::before { + content: "\f2c2"; } + +.fa-drivers-license::before { + content: "\f2c2"; } + +.fa-outdent::before { + content: "\f03b"; } + +.fa-dedent::before { + content: "\f03b"; } + +.fa-heart-circle-exclamation::before { + content: "\e4fe"; } + +.fa-house::before { + content: "\f015"; } + +.fa-home::before { + content: "\f015"; } + +.fa-home-alt::before { + content: "\f015"; } + +.fa-home-lg-alt::before { + content: "\f015"; } + +.fa-calendar-week::before { + content: "\f784"; } + +.fa-laptop-medical::before { + content: "\f812"; } + +.fa-b::before { + content: "\42"; } + +.fa-file-medical::before { + content: "\f477"; } + +.fa-dice-one::before { + content: "\f525"; } + +.fa-kiwi-bird::before { + content: "\f535"; } + +.fa-arrow-right-arrow-left::before { + content: "\f0ec"; } + +.fa-exchange::before { + content: "\f0ec"; } + +.fa-rotate-right::before { + content: "\f2f9"; } + +.fa-redo-alt::before { + content: "\f2f9"; } + +.fa-rotate-forward::before { + content: "\f2f9"; } + +.fa-utensils::before { + content: "\f2e7"; } + +.fa-cutlery::before { + content: "\f2e7"; } + +.fa-arrow-up-wide-short::before { + content: "\f161"; } + +.fa-sort-amount-up::before { + content: "\f161"; } + +.fa-mill-sign::before { + content: "\e1ed"; } + +.fa-bowl-rice::before { + content: "\e2eb"; } + +.fa-skull::before { + content: "\f54c"; } + +.fa-tower-broadcast::before { + content: "\f519"; } + +.fa-broadcast-tower::before { + content: "\f519"; } + +.fa-truck-pickup::before { + content: "\f63c"; } + +.fa-up-long::before { + content: "\f30c"; } + +.fa-long-arrow-alt-up::before { + content: "\f30c"; } + +.fa-stop::before { + content: "\f04d"; } + +.fa-code-merge::before { + content: "\f387"; } + +.fa-upload::before { + content: "\f093"; } + +.fa-hurricane::before { + content: "\f751"; } + +.fa-mound::before { + content: "\e52d"; } + +.fa-toilet-portable::before { + content: "\e583"; } + +.fa-compact-disc::before { + content: "\f51f"; } + +.fa-file-arrow-down::before { + content: "\f56d"; } + +.fa-file-download::before { + content: "\f56d"; } + +.fa-caravan::before { + content: "\f8ff"; } + +.fa-shield-cat::before { + content: "\e572"; } + +.fa-bolt::before { + content: "\f0e7"; } + +.fa-zap::before { + content: "\f0e7"; } + +.fa-glass-water::before { + content: "\e4f4"; } + +.fa-oil-well::before { + content: "\e532"; } + +.fa-vault::before { + content: "\e2c5"; } + +.fa-mars::before { + content: "\f222"; } + +.fa-toilet::before { + content: "\f7d8"; } + +.fa-plane-circle-xmark::before { + content: "\e557"; } + +.fa-yen-sign::before { + content: "\f157"; } + +.fa-cny::before { + content: "\f157"; } + +.fa-jpy::before { + content: "\f157"; } + +.fa-rmb::before { + content: "\f157"; } + +.fa-yen::before { + content: "\f157"; } + +.fa-ruble-sign::before { + content: "\f158"; } + +.fa-rouble::before { + content: "\f158"; } + +.fa-rub::before { + content: "\f158"; } + +.fa-ruble::before { + content: "\f158"; } + +.fa-sun::before { + content: "\f185"; } + +.fa-guitar::before { + content: "\f7a6"; } + +.fa-face-laugh-wink::before { + content: "\f59c"; } + +.fa-laugh-wink::before { + content: "\f59c"; } + +.fa-horse-head::before { + content: "\f7ab"; } + +.fa-bore-hole::before { + content: "\e4c3"; } + +.fa-industry::before { + content: "\f275"; } + +.fa-circle-down::before { + content: "\f358"; } + +.fa-arrow-alt-circle-down::before { + content: "\f358"; } + +.fa-arrows-turn-to-dots::before { + content: "\e4c1"; } + +.fa-florin-sign::before { + content: "\e184"; } + +.fa-arrow-down-short-wide::before { + content: "\f884"; } + +.fa-sort-amount-desc::before { + content: "\f884"; } + +.fa-sort-amount-down-alt::before { + content: "\f884"; } + +.fa-less-than::before { + content: "\3c"; } + +.fa-angle-down::before { + content: "\f107"; } + +.fa-car-tunnel::before { + content: "\e4de"; } + +.fa-head-side-cough::before { + content: "\e061"; } + +.fa-grip-lines::before { + content: "\f7a4"; } + +.fa-thumbs-down::before { + content: "\f165"; } + +.fa-user-lock::before { + content: "\f502"; } + +.fa-arrow-right-long::before { + content: "\f178"; } + +.fa-long-arrow-right::before { + content: "\f178"; } + +.fa-anchor-circle-xmark::before { + content: "\e4ac"; } + +.fa-ellipsis::before { + content: "\f141"; } + +.fa-ellipsis-h::before { + content: "\f141"; } + +.fa-chess-pawn::before { + content: "\f443"; } + +.fa-kit-medical::before { + content: "\f479"; } + +.fa-first-aid::before { + content: "\f479"; } + +.fa-person-through-window::before { + content: "\e5a9"; } + +.fa-toolbox::before { + content: "\f552"; } + +.fa-hands-holding-circle::before { + content: "\e4fb"; } + +.fa-bug::before { + content: "\f188"; } + +.fa-credit-card::before { + content: "\f09d"; } + +.fa-credit-card-alt::before { + content: "\f09d"; } + +.fa-car::before { + content: "\f1b9"; } + +.fa-automobile::before { + content: "\f1b9"; } + +.fa-hand-holding-hand::before { + content: "\e4f7"; } + +.fa-book-open-reader::before { + content: "\f5da"; } + +.fa-book-reader::before { + content: "\f5da"; } + +.fa-mountain-sun::before { + content: "\e52f"; } + +.fa-arrows-left-right-to-line::before { + content: "\e4ba"; } + +.fa-dice-d20::before { + content: "\f6cf"; } + +.fa-truck-droplet::before { + content: "\e58c"; } + +.fa-file-circle-xmark::before { + content: "\e5a1"; } + +.fa-temperature-arrow-up::before { + content: "\e040"; } + +.fa-temperature-up::before { + content: "\e040"; } + +.fa-medal::before { + content: "\f5a2"; } + +.fa-bed::before { + content: "\f236"; } + +.fa-square-h::before { + content: "\f0fd"; } + +.fa-h-square::before { + content: "\f0fd"; } + +.fa-podcast::before { + content: "\f2ce"; } + +.fa-temperature-full::before { + content: "\f2c7"; } + +.fa-temperature-4::before { + content: "\f2c7"; } + +.fa-thermometer-4::before { + content: "\f2c7"; } + +.fa-thermometer-full::before { + content: "\f2c7"; } + +.fa-bell::before { + content: "\f0f3"; } + +.fa-superscript::before { + content: "\f12b"; } + +.fa-plug-circle-xmark::before { + content: "\e560"; } + +.fa-star-of-life::before { + content: "\f621"; } + +.fa-phone-slash::before { + content: "\f3dd"; } + +.fa-paint-roller::before { + content: "\f5aa"; } + +.fa-handshake-angle::before { + content: "\f4c4"; } + +.fa-hands-helping::before { + content: "\f4c4"; } + +.fa-location-dot::before { + content: "\f3c5"; } + +.fa-map-marker-alt::before { + content: "\f3c5"; } + +.fa-file::before { + content: "\f15b"; } + +.fa-greater-than::before { + content: "\3e"; } + +.fa-person-swimming::before { + content: "\f5c4"; } + +.fa-swimmer::before { + content: "\f5c4"; } + +.fa-arrow-down::before { + content: "\f063"; } + +.fa-droplet::before { + content: "\f043"; } + +.fa-tint::before { + content: "\f043"; } + +.fa-eraser::before { + content: "\f12d"; } + +.fa-earth-americas::before { + content: "\f57d"; } + +.fa-earth::before { + content: "\f57d"; } + +.fa-earth-america::before { + content: "\f57d"; } + +.fa-globe-americas::before { + content: "\f57d"; } + +.fa-person-burst::before { + content: "\e53b"; } + +.fa-dove::before { + content: "\f4ba"; } + +.fa-battery-empty::before { + content: "\f244"; } + +.fa-battery-0::before { + content: "\f244"; } + +.fa-socks::before { + content: "\f696"; } + +.fa-inbox::before { + content: "\f01c"; } + +.fa-section::before { + content: "\e447"; } + +.fa-gauge-high::before { + content: "\f625"; } + +.fa-tachometer-alt::before { + content: "\f625"; } + +.fa-tachometer-alt-fast::before { + content: "\f625"; } + +.fa-envelope-open-text::before { + content: "\f658"; } + +.fa-hospital::before { + content: "\f0f8"; } + +.fa-hospital-alt::before { + content: "\f0f8"; } + +.fa-hospital-wide::before { + content: "\f0f8"; } + +.fa-wine-bottle::before { + content: "\f72f"; } + +.fa-chess-rook::before { + content: "\f447"; } + +.fa-bars-staggered::before { + content: "\f550"; } + +.fa-reorder::before { + content: "\f550"; } + +.fa-stream::before { + content: "\f550"; } + +.fa-dharmachakra::before { + content: "\f655"; } + +.fa-hotdog::before { + content: "\f80f"; } + +.fa-person-walking-with-cane::before { + content: "\f29d"; } + +.fa-blind::before { + content: "\f29d"; } + +.fa-drum::before { + content: "\f569"; } + +.fa-ice-cream::before { + content: "\f810"; } + +.fa-heart-circle-bolt::before { + content: "\e4fc"; } + +.fa-fax::before { + content: "\f1ac"; } + +.fa-paragraph::before { + content: "\f1dd"; } + +.fa-check-to-slot::before { + content: "\f772"; } + +.fa-vote-yea::before { + content: "\f772"; } + +.fa-star-half::before { + content: "\f089"; } + +.fa-boxes-stacked::before { + content: "\f468"; } + +.fa-boxes::before { + content: "\f468"; } + +.fa-boxes-alt::before { + content: "\f468"; } + +.fa-link::before { + content: "\f0c1"; } + +.fa-chain::before { + content: "\f0c1"; } + +.fa-ear-listen::before { + content: "\f2a2"; } + +.fa-assistive-listening-systems::before { + content: "\f2a2"; } + +.fa-tree-city::before { + content: "\e587"; } + +.fa-play::before { + content: "\f04b"; } + +.fa-font::before { + content: "\f031"; } + +.fa-rupiah-sign::before { + content: "\e23d"; } + +.fa-magnifying-glass::before { + content: "\f002"; } + +.fa-search::before { + content: "\f002"; } + +.fa-table-tennis-paddle-ball::before { + content: "\f45d"; } + +.fa-ping-pong-paddle-ball::before { + content: "\f45d"; } + +.fa-table-tennis::before { + content: "\f45d"; } + +.fa-person-dots-from-line::before { + content: "\f470"; } + +.fa-diagnoses::before { + content: "\f470"; } + +.fa-trash-can-arrow-up::before { + content: "\f82a"; } + +.fa-trash-restore-alt::before { + content: "\f82a"; } + +.fa-naira-sign::before { + content: "\e1f6"; } + +.fa-cart-arrow-down::before { + content: "\f218"; } + +.fa-walkie-talkie::before { + content: "\f8ef"; } + +.fa-file-pen::before { + content: "\f31c"; } + +.fa-file-edit::before { + content: "\f31c"; } + +.fa-receipt::before { + content: "\f543"; } + +.fa-square-pen::before { + content: "\f14b"; } + +.fa-pen-square::before { + content: "\f14b"; } + +.fa-pencil-square::before { + content: "\f14b"; } + +.fa-suitcase-rolling::before { + content: "\f5c1"; } + +.fa-person-circle-exclamation::before { + content: "\e53f"; } + +.fa-chevron-down::before { + content: "\f078"; } + +.fa-battery-full::before { + content: "\f240"; } + +.fa-battery::before { + content: "\f240"; } + +.fa-battery-5::before { + content: "\f240"; } + +.fa-skull-crossbones::before { + content: "\f714"; } + +.fa-code-compare::before { + content: "\e13a"; } + +.fa-list-ul::before { + content: "\f0ca"; } + +.fa-list-dots::before { + content: "\f0ca"; } + +.fa-school-lock::before { + content: "\e56f"; } + +.fa-tower-cell::before { + content: "\e585"; } + +.fa-down-long::before { + content: "\f309"; } + +.fa-long-arrow-alt-down::before { + content: "\f309"; } + +.fa-ranking-star::before { + content: "\e561"; } + +.fa-chess-king::before { + content: "\f43f"; } + +.fa-person-harassing::before { + content: "\e549"; } + +.fa-brazilian-real-sign::before { + content: "\e46c"; } + +.fa-landmark-dome::before { + content: "\f752"; } + +.fa-landmark-alt::before { + content: "\f752"; } + +.fa-arrow-up::before { + content: "\f062"; } + +.fa-tv::before { + content: "\f26c"; } + +.fa-television::before { + content: "\f26c"; } + +.fa-tv-alt::before { + content: "\f26c"; } + +.fa-shrimp::before { + content: "\e448"; } + +.fa-list-check::before { + content: "\f0ae"; } + +.fa-tasks::before { + content: "\f0ae"; } + +.fa-jug-detergent::before { + content: "\e519"; } + +.fa-circle-user::before { + content: "\f2bd"; } + +.fa-user-circle::before { + content: "\f2bd"; } + +.fa-user-shield::before { + content: "\f505"; } + +.fa-wind::before { + content: "\f72e"; } + +.fa-car-burst::before { + content: "\f5e1"; } + +.fa-car-crash::before { + content: "\f5e1"; } + +.fa-y::before { + content: "\59"; } + +.fa-person-snowboarding::before { + content: "\f7ce"; } + +.fa-snowboarding::before { + content: "\f7ce"; } + +.fa-truck-fast::before { + content: "\f48b"; } + +.fa-shipping-fast::before { + content: "\f48b"; } + +.fa-fish::before { + content: "\f578"; } + +.fa-user-graduate::before { + content: "\f501"; } + +.fa-circle-half-stroke::before { + content: "\f042"; } + +.fa-adjust::before { + content: "\f042"; } + +.fa-clapperboard::before { + content: "\e131"; } + +.fa-circle-radiation::before { + content: "\f7ba"; } + +.fa-radiation-alt::before { + content: "\f7ba"; } + +.fa-baseball::before { + content: "\f433"; } + +.fa-baseball-ball::before { + content: "\f433"; } + +.fa-jet-fighter-up::before { + content: "\e518"; } + +.fa-diagram-project::before { + content: "\f542"; } + +.fa-project-diagram::before { + content: "\f542"; } + +.fa-copy::before { + content: "\f0c5"; } + +.fa-volume-xmark::before { + content: "\f6a9"; } + +.fa-volume-mute::before { + content: "\f6a9"; } + +.fa-volume-times::before { + content: "\f6a9"; } + +.fa-hand-sparkles::before { + content: "\e05d"; } + +.fa-grip::before { + content: "\f58d"; } + +.fa-grip-horizontal::before { + content: "\f58d"; } + +.fa-share-from-square::before { + content: "\f14d"; } + +.fa-share-square::before { + content: "\f14d"; } + +.fa-child-combatant::before { + content: "\e4e0"; } + +.fa-child-rifle::before { + content: "\e4e0"; } + +.fa-gun::before { + content: "\e19b"; } + +.fa-square-phone::before { + content: "\f098"; } + +.fa-phone-square::before { + content: "\f098"; } + +.fa-plus::before { + content: "\2b"; } + +.fa-add::before { + content: "\2b"; } + +.fa-expand::before { + content: "\f065"; } + +.fa-computer::before { + content: "\e4e5"; } + +.fa-xmark::before { + content: "\f00d"; } + +.fa-close::before { + content: "\f00d"; } + +.fa-multiply::before { + content: "\f00d"; } + +.fa-remove::before { + content: "\f00d"; } + +.fa-times::before { + content: "\f00d"; } + +.fa-arrows-up-down-left-right::before { + content: "\f047"; } + +.fa-arrows::before { + content: "\f047"; } + +.fa-chalkboard-user::before { + content: "\f51c"; } + +.fa-chalkboard-teacher::before { + content: "\f51c"; } + +.fa-peso-sign::before { + content: "\e222"; } + +.fa-building-shield::before { + content: "\e4d8"; } + +.fa-baby::before { + content: "\f77c"; } + +.fa-users-line::before { + content: "\e592"; } + +.fa-quote-left::before { + content: "\f10d"; } + +.fa-quote-left-alt::before { + content: "\f10d"; } + +.fa-tractor::before { + content: "\f722"; } + +.fa-trash-arrow-up::before { + content: "\f829"; } + +.fa-trash-restore::before { + content: "\f829"; } + +.fa-arrow-down-up-lock::before { + content: "\e4b0"; } + +.fa-lines-leaning::before { + content: "\e51e"; } + +.fa-ruler-combined::before { + content: "\f546"; } + +.fa-copyright::before { + content: "\f1f9"; } + +.fa-equals::before { + content: "\3d"; } + +.fa-blender::before { + content: "\f517"; } + +.fa-teeth::before { + content: "\f62e"; } + +.fa-shekel-sign::before { + content: "\f20b"; } + +.fa-ils::before { + content: "\f20b"; } + +.fa-shekel::before { + content: "\f20b"; } + +.fa-sheqel::before { + content: "\f20b"; } + +.fa-sheqel-sign::before { + content: "\f20b"; } + +.fa-map::before { + content: "\f279"; } + +.fa-rocket::before { + content: "\f135"; } + +.fa-photo-film::before { + content: "\f87c"; } + +.fa-photo-video::before { + content: "\f87c"; } + +.fa-folder-minus::before { + content: "\f65d"; } + +.fa-store::before { + content: "\f54e"; } + +.fa-arrow-trend-up::before { + content: "\e098"; } + +.fa-plug-circle-minus::before { + content: "\e55e"; } + +.fa-sign-hanging::before { + content: "\f4d9"; } + +.fa-sign::before { + content: "\f4d9"; } + +.fa-bezier-curve::before { + content: "\f55b"; } + +.fa-bell-slash::before { + content: "\f1f6"; } + +.fa-tablet::before { + content: "\f3fb"; } + +.fa-tablet-android::before { + content: "\f3fb"; } + +.fa-school-flag::before { + content: "\e56e"; } + +.fa-fill::before { + content: "\f575"; } + +.fa-angle-up::before { + content: "\f106"; } + +.fa-drumstick-bite::before { + content: "\f6d7"; } + +.fa-holly-berry::before { + content: "\f7aa"; } + +.fa-chevron-left::before { + content: "\f053"; } + +.fa-bacteria::before { + content: "\e059"; } + +.fa-hand-lizard::before { + content: "\f258"; } + +.fa-notdef::before { + content: "\e1fe"; } + +.fa-disease::before { + content: "\f7fa"; } + +.fa-briefcase-medical::before { + content: "\f469"; } + +.fa-genderless::before { + content: "\f22d"; } + +.fa-chevron-right::before { + content: "\f054"; } + +.fa-retweet::before { + content: "\f079"; } + +.fa-car-rear::before { + content: "\f5de"; } + +.fa-car-alt::before { + content: "\f5de"; } + +.fa-pump-soap::before { + content: "\e06b"; } + +.fa-video-slash::before { + content: "\f4e2"; } + +.fa-battery-quarter::before { + content: "\f243"; } + +.fa-battery-2::before { + content: "\f243"; } + +.fa-radio::before { + content: "\f8d7"; } + +.fa-baby-carriage::before { + content: "\f77d"; } + +.fa-carriage-baby::before { + content: "\f77d"; } + +.fa-traffic-light::before { + content: "\f637"; } + +.fa-thermometer::before { + content: "\f491"; } + +.fa-vr-cardboard::before { + content: "\f729"; } + +.fa-hand-middle-finger::before { + content: "\f806"; } + +.fa-percent::before { + content: "\25"; } + +.fa-percentage::before { + content: "\25"; } + +.fa-truck-moving::before { + content: "\f4df"; } + +.fa-glass-water-droplet::before { + content: "\e4f5"; } + +.fa-display::before { + content: "\e163"; } + +.fa-face-smile::before { + content: "\f118"; } + +.fa-smile::before { + content: "\f118"; } + +.fa-thumbtack::before { + content: "\f08d"; } + +.fa-thumb-tack::before { + content: "\f08d"; } + +.fa-trophy::before { + content: "\f091"; } + +.fa-person-praying::before { + content: "\f683"; } + +.fa-pray::before { + content: "\f683"; } + +.fa-hammer::before { + content: "\f6e3"; } + +.fa-hand-peace::before { + content: "\f25b"; } + +.fa-rotate::before { + content: "\f2f1"; } + +.fa-sync-alt::before { + content: "\f2f1"; } + +.fa-spinner::before { + content: "\f110"; } + +.fa-robot::before { + content: "\f544"; } + +.fa-peace::before { + content: "\f67c"; } + +.fa-gears::before { + content: "\f085"; } + +.fa-cogs::before { + content: "\f085"; } + +.fa-warehouse::before { + content: "\f494"; } + +.fa-arrow-up-right-dots::before { + content: "\e4b7"; } + +.fa-splotch::before { + content: "\f5bc"; } + +.fa-face-grin-hearts::before { + content: "\f584"; } + +.fa-grin-hearts::before { + content: "\f584"; } + +.fa-dice-four::before { + content: "\f524"; } + +.fa-sim-card::before { + content: "\f7c4"; } + +.fa-transgender::before { + content: "\f225"; } + +.fa-transgender-alt::before { + content: "\f225"; } + +.fa-mercury::before { + content: "\f223"; } + +.fa-arrow-turn-down::before { + content: "\f149"; } + +.fa-level-down::before { + content: "\f149"; } + +.fa-person-falling-burst::before { + content: "\e547"; } + +.fa-award::before { + content: "\f559"; } + +.fa-ticket-simple::before { + content: "\f3ff"; } + +.fa-ticket-alt::before { + content: "\f3ff"; } + +.fa-building::before { + content: "\f1ad"; } + +.fa-angles-left::before { + content: "\f100"; } + +.fa-angle-double-left::before { + content: "\f100"; } + +.fa-qrcode::before { + content: "\f029"; } + +.fa-clock-rotate-left::before { + content: "\f1da"; } + +.fa-history::before { + content: "\f1da"; } + +.fa-face-grin-beam-sweat::before { + content: "\f583"; } + +.fa-grin-beam-sweat::before { + content: "\f583"; } + +.fa-file-export::before { + content: "\f56e"; } + +.fa-arrow-right-from-file::before { + content: "\f56e"; } + +.fa-shield::before { + content: "\f132"; } + +.fa-shield-blank::before { + content: "\f132"; } + +.fa-arrow-up-short-wide::before { + content: "\f885"; } + +.fa-sort-amount-up-alt::before { + content: "\f885"; } + +.fa-house-medical::before { + content: "\e3b2"; } + +.fa-golf-ball-tee::before { + content: "\f450"; } + +.fa-golf-ball::before { + content: "\f450"; } + +.fa-circle-chevron-left::before { + content: "\f137"; } + +.fa-chevron-circle-left::before { + content: "\f137"; } + +.fa-house-chimney-window::before { + content: "\e00d"; } + +.fa-pen-nib::before { + content: "\f5ad"; } + +.fa-tent-arrow-turn-left::before { + content: "\e580"; } + +.fa-tents::before { + content: "\e582"; } + +.fa-wand-magic::before { + content: "\f0d0"; } + +.fa-magic::before { + content: "\f0d0"; } + +.fa-dog::before { + content: "\f6d3"; } + +.fa-carrot::before { + content: "\f787"; } + +.fa-moon::before { + content: "\f186"; } + +.fa-wine-glass-empty::before { + content: "\f5ce"; } + +.fa-wine-glass-alt::before { + content: "\f5ce"; } + +.fa-cheese::before { + content: "\f7ef"; } + +.fa-yin-yang::before { + content: "\f6ad"; } + +.fa-music::before { + content: "\f001"; } + +.fa-code-commit::before { + content: "\f386"; } + +.fa-temperature-low::before { + content: "\f76b"; } + +.fa-person-biking::before { + content: "\f84a"; } + +.fa-biking::before { + content: "\f84a"; } + +.fa-broom::before { + content: "\f51a"; } + +.fa-shield-heart::before { + content: "\e574"; } + +.fa-gopuram::before { + content: "\f664"; } + +.fa-earth-oceania::before { + content: "\e47b"; } + +.fa-globe-oceania::before { + content: "\e47b"; } + +.fa-square-xmark::before { + content: "\f2d3"; } + +.fa-times-square::before { + content: "\f2d3"; } + +.fa-xmark-square::before { + content: "\f2d3"; } + +.fa-hashtag::before { + content: "\23"; } + +.fa-up-right-and-down-left-from-center::before { + content: "\f424"; } + +.fa-expand-alt::before { + content: "\f424"; } + +.fa-oil-can::before { + content: "\f613"; } + +.fa-t::before { + content: "\54"; } + +.fa-hippo::before { + content: "\f6ed"; } + +.fa-chart-column::before { + content: "\e0e3"; } + +.fa-infinity::before { + content: "\f534"; } + +.fa-vial-circle-check::before { + content: "\e596"; } + +.fa-person-arrow-down-to-line::before { + content: "\e538"; } + +.fa-voicemail::before { + content: "\f897"; } + +.fa-fan::before { + content: "\f863"; } + +.fa-person-walking-luggage::before { + content: "\e554"; } + +.fa-up-down::before { + content: "\f338"; } + +.fa-arrows-alt-v::before { + content: "\f338"; } + +.fa-cloud-moon-rain::before { + content: "\f73c"; } + +.fa-calendar::before { + content: "\f133"; } + +.fa-trailer::before { + content: "\e041"; } + +.fa-bahai::before { + content: "\f666"; } + +.fa-haykal::before { + content: "\f666"; } + +.fa-sd-card::before { + content: "\f7c2"; } + +.fa-dragon::before { + content: "\f6d5"; } + +.fa-shoe-prints::before { + content: "\f54b"; } + +.fa-circle-plus::before { + content: "\f055"; } + +.fa-plus-circle::before { + content: "\f055"; } + +.fa-face-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-hand-holding::before { + content: "\f4bd"; } + +.fa-plug-circle-exclamation::before { + content: "\e55d"; } + +.fa-link-slash::before { + content: "\f127"; } + +.fa-chain-broken::before { + content: "\f127"; } + +.fa-chain-slash::before { + content: "\f127"; } + +.fa-unlink::before { + content: "\f127"; } + +.fa-clone::before { + content: "\f24d"; } + +.fa-person-walking-arrow-loop-left::before { + content: "\e551"; } + +.fa-arrow-up-z-a::before { + content: "\f882"; } + +.fa-sort-alpha-up-alt::before { + content: "\f882"; } + +.fa-fire-flame-curved::before { + content: "\f7e4"; } + +.fa-fire-alt::before { + content: "\f7e4"; } + +.fa-tornado::before { + content: "\f76f"; } + +.fa-file-circle-plus::before { + content: "\e494"; } + +.fa-book-quran::before { + content: "\f687"; } + +.fa-quran::before { + content: "\f687"; } + +.fa-anchor::before { + content: "\f13d"; } + +.fa-border-all::before { + content: "\f84c"; } + +.fa-face-angry::before { + content: "\f556"; } + +.fa-angry::before { + content: "\f556"; } + +.fa-cookie-bite::before { + content: "\f564"; } + +.fa-arrow-trend-down::before { + content: "\e097"; } + +.fa-rss::before { + content: "\f09e"; } + +.fa-feed::before { + content: "\f09e"; } + +.fa-draw-polygon::before { + content: "\f5ee"; } + +.fa-scale-balanced::before { + content: "\f24e"; } + +.fa-balance-scale::before { + content: "\f24e"; } + +.fa-gauge-simple-high::before { + content: "\f62a"; } + +.fa-tachometer::before { + content: "\f62a"; } + +.fa-tachometer-fast::before { + content: "\f62a"; } + +.fa-shower::before { + content: "\f2cc"; } + +.fa-desktop::before { + content: "\f390"; } + +.fa-desktop-alt::before { + content: "\f390"; } + +.fa-m::before { + content: "\4d"; } + +.fa-table-list::before { + content: "\f00b"; } + +.fa-th-list::before { + content: "\f00b"; } + +.fa-comment-sms::before { + content: "\f7cd"; } + +.fa-sms::before { + content: "\f7cd"; } + +.fa-book::before { + content: "\f02d"; } + +.fa-user-plus::before { + content: "\f234"; } + +.fa-check::before { + content: "\f00c"; } + +.fa-battery-three-quarters::before { + content: "\f241"; } + +.fa-battery-4::before { + content: "\f241"; } + +.fa-house-circle-check::before { + content: "\e509"; } + +.fa-angle-left::before { + content: "\f104"; } + +.fa-diagram-successor::before { + content: "\e47a"; } + +.fa-truck-arrow-right::before { + content: "\e58b"; } + +.fa-arrows-split-up-and-left::before { + content: "\e4bc"; } + +.fa-hand-fist::before { + content: "\f6de"; } + +.fa-fist-raised::before { + content: "\f6de"; } + +.fa-cloud-moon::before { + content: "\f6c3"; } + +.fa-briefcase::before { + content: "\f0b1"; } + +.fa-person-falling::before { + content: "\e546"; } + +.fa-image-portrait::before { + content: "\f3e0"; } + +.fa-portrait::before { + content: "\f3e0"; } + +.fa-user-tag::before { + content: "\f507"; } + +.fa-rug::before { + content: "\e569"; } + +.fa-earth-europe::before { + content: "\f7a2"; } + +.fa-globe-europe::before { + content: "\f7a2"; } + +.fa-cart-flatbed-suitcase::before { + content: "\f59d"; } + +.fa-luggage-cart::before { + content: "\f59d"; } + +.fa-rectangle-xmark::before { + content: "\f410"; } + +.fa-rectangle-times::before { + content: "\f410"; } + +.fa-times-rectangle::before { + content: "\f410"; } + +.fa-window-close::before { + content: "\f410"; } + +.fa-baht-sign::before { + content: "\e0ac"; } + +.fa-book-open::before { + content: "\f518"; } + +.fa-book-journal-whills::before { + content: "\f66a"; } + +.fa-journal-whills::before { + content: "\f66a"; } + +.fa-handcuffs::before { + content: "\e4f8"; } + +.fa-triangle-exclamation::before { + content: "\f071"; } + +.fa-exclamation-triangle::before { + content: "\f071"; } + +.fa-warning::before { + content: "\f071"; } + +.fa-database::before { + content: "\f1c0"; } + +.fa-share::before { + content: "\f064"; } + +.fa-arrow-turn-right::before { + content: "\f064"; } + +.fa-mail-forward::before { + content: "\f064"; } + +.fa-bottle-droplet::before { + content: "\e4c4"; } + +.fa-mask-face::before { + content: "\e1d7"; } + +.fa-hill-rockslide::before { + content: "\e508"; } + +.fa-right-left::before { + content: "\f362"; } + +.fa-exchange-alt::before { + content: "\f362"; } + +.fa-paper-plane::before { + content: "\f1d8"; } + +.fa-road-circle-exclamation::before { + content: "\e565"; } + +.fa-dungeon::before { + content: "\f6d9"; } + +.fa-align-right::before { + content: "\f038"; } + +.fa-money-bill-1-wave::before { + content: "\f53b"; } + +.fa-money-bill-wave-alt::before { + content: "\f53b"; } + +.fa-life-ring::before { + content: "\f1cd"; } + +.fa-hands::before { + content: "\f2a7"; } + +.fa-sign-language::before { + content: "\f2a7"; } + +.fa-signing::before { + content: "\f2a7"; } + +.fa-calendar-day::before { + content: "\f783"; } + +.fa-water-ladder::before { + content: "\f5c5"; } + +.fa-ladder-water::before { + content: "\f5c5"; } + +.fa-swimming-pool::before { + content: "\f5c5"; } + +.fa-arrows-up-down::before { + content: "\f07d"; } + +.fa-arrows-v::before { + content: "\f07d"; } + +.fa-face-grimace::before { + content: "\f57f"; } + +.fa-grimace::before { + content: "\f57f"; } + +.fa-wheelchair-move::before { + content: "\e2ce"; } + +.fa-wheelchair-alt::before { + content: "\e2ce"; } + +.fa-turn-down::before { + content: "\f3be"; } + +.fa-level-down-alt::before { + content: "\f3be"; } + +.fa-person-walking-arrow-right::before { + content: "\e552"; } + +.fa-square-envelope::before { + content: "\f199"; } + +.fa-envelope-square::before { + content: "\f199"; } + +.fa-dice::before { + content: "\f522"; } + +.fa-bowling-ball::before { + content: "\f436"; } + +.fa-brain::before { + content: "\f5dc"; } + +.fa-bandage::before { + content: "\f462"; } + +.fa-band-aid::before { + content: "\f462"; } + +.fa-calendar-minus::before { + content: "\f272"; } + +.fa-circle-xmark::before { + content: "\f057"; } + +.fa-times-circle::before { + content: "\f057"; } + +.fa-xmark-circle::before { + content: "\f057"; } + +.fa-gifts::before { + content: "\f79c"; } + +.fa-hotel::before { + content: "\f594"; } + +.fa-earth-asia::before { + content: "\f57e"; } + +.fa-globe-asia::before { + content: "\f57e"; } + +.fa-id-card-clip::before { + content: "\f47f"; } + +.fa-id-card-alt::before { + content: "\f47f"; } + +.fa-magnifying-glass-plus::before { + content: "\f00e"; } + +.fa-search-plus::before { + content: "\f00e"; } + +.fa-thumbs-up::before { + content: "\f164"; } + +.fa-user-clock::before { + content: "\f4fd"; } + +.fa-hand-dots::before { + content: "\f461"; } + +.fa-allergies::before { + content: "\f461"; } + +.fa-file-invoice::before { + content: "\f570"; } + +.fa-window-minimize::before { + content: "\f2d1"; } + +.fa-mug-saucer::before { + content: "\f0f4"; } + +.fa-coffee::before { + content: "\f0f4"; } + +.fa-brush::before { + content: "\f55d"; } + +.fa-mask::before { + content: "\f6fa"; } + +.fa-magnifying-glass-minus::before { + content: "\f010"; } + +.fa-search-minus::before { + content: "\f010"; } + +.fa-ruler-vertical::before { + content: "\f548"; } + +.fa-user-large::before { + content: "\f406"; } + +.fa-user-alt::before { + content: "\f406"; } + +.fa-train-tram::before { + content: "\e5b4"; } + +.fa-user-nurse::before { + content: "\f82f"; } + +.fa-syringe::before { + content: "\f48e"; } + +.fa-cloud-sun::before { + content: "\f6c4"; } + +.fa-stopwatch-20::before { + content: "\e06f"; } + +.fa-square-full::before { + content: "\f45c"; } + +.fa-magnet::before { + content: "\f076"; } + +.fa-jar::before { + content: "\e516"; } + +.fa-note-sticky::before { + content: "\f249"; } + +.fa-sticky-note::before { + content: "\f249"; } + +.fa-bug-slash::before { + content: "\e490"; } + +.fa-arrow-up-from-water-pump::before { + content: "\e4b6"; } + +.fa-bone::before { + content: "\f5d7"; } + +.fa-user-injured::before { + content: "\f728"; } + +.fa-face-sad-tear::before { + content: "\f5b4"; } + +.fa-sad-tear::before { + content: "\f5b4"; } + +.fa-plane::before { + content: "\f072"; } + +.fa-tent-arrows-down::before { + content: "\e581"; } + +.fa-exclamation::before { + content: "\21"; } + +.fa-arrows-spin::before { + content: "\e4bb"; } + +.fa-print::before { + content: "\f02f"; } + +.fa-turkish-lira-sign::before { + content: "\e2bb"; } + +.fa-try::before { + content: "\e2bb"; } + +.fa-turkish-lira::before { + content: "\e2bb"; } + +.fa-dollar-sign::before { + content: "\24"; } + +.fa-dollar::before { + content: "\24"; } + +.fa-usd::before { + content: "\24"; } + +.fa-x::before { + content: "\58"; } + +.fa-magnifying-glass-dollar::before { + content: "\f688"; } + +.fa-search-dollar::before { + content: "\f688"; } + +.fa-users-gear::before { + content: "\f509"; } + +.fa-users-cog::before { + content: "\f509"; } + +.fa-person-military-pointing::before { + content: "\e54a"; } + +.fa-building-columns::before { + content: "\f19c"; } + +.fa-bank::before { + content: "\f19c"; } + +.fa-institution::before { + content: "\f19c"; } + +.fa-museum::before { + content: "\f19c"; } + +.fa-university::before { + content: "\f19c"; } + +.fa-umbrella::before { + content: "\f0e9"; } + +.fa-trowel::before { + content: "\e589"; } + +.fa-d::before { + content: "\44"; } + +.fa-stapler::before { + content: "\e5af"; } + +.fa-masks-theater::before { + content: "\f630"; } + +.fa-theater-masks::before { + content: "\f630"; } + +.fa-kip-sign::before { + content: "\e1c4"; } + +.fa-hand-point-left::before { + content: "\f0a5"; } + +.fa-handshake-simple::before { + content: "\f4c6"; } + +.fa-handshake-alt::before { + content: "\f4c6"; } + +.fa-jet-fighter::before { + content: "\f0fb"; } + +.fa-fighter-jet::before { + content: "\f0fb"; } + +.fa-square-share-nodes::before { + content: "\f1e1"; } + +.fa-share-alt-square::before { + content: "\f1e1"; } + +.fa-barcode::before { + content: "\f02a"; } + +.fa-plus-minus::before { + content: "\e43c"; } + +.fa-video::before { + content: "\f03d"; } + +.fa-video-camera::before { + content: "\f03d"; } + +.fa-graduation-cap::before { + content: "\f19d"; } + +.fa-mortar-board::before { + content: "\f19d"; } + +.fa-hand-holding-medical::before { + content: "\e05c"; } + +.fa-person-circle-check::before { + content: "\e53e"; } + +.fa-turn-up::before { + content: "\f3bf"; } + +.fa-level-up-alt::before { + content: "\f3bf"; } + +.sr-only, +.fa-sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } + +.sr-only-focusable:not(:focus), +.fa-sr-only-focusable:not(:focus) { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } diff --git a/static/thirdparty/fontawesome6/css/fontawesome.min.css b/static/thirdparty/fontawesome6/css/fontawesome.min.css new file mode 100644 index 0000000..9a90619 --- /dev/null +++ b/static/thirdparty/fontawesome6/css/fontawesome.min.css @@ -0,0 +1,9 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)} + +.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"} +.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0} \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/css/regular.css b/static/thirdparty/fontawesome6/css/regular.css new file mode 100644 index 0000000..0238d75 --- /dev/null +++ b/static/thirdparty/fontawesome6/css/regular.css @@ -0,0 +1,19 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +:root, :host { + --fa-style-family-classic: 'Font Awesome 6 Free'; + --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } + +.far, +.fa-regular { + font-weight: 400; } diff --git a/static/thirdparty/fontawesome6/css/regular.min.css b/static/thirdparty/fontawesome6/css/regular.min.css new file mode 100644 index 0000000..1feae61 --- /dev/null +++ b/static/thirdparty/fontawesome6/css/regular.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400} \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/css/solid.css b/static/thirdparty/fontawesome6/css/solid.css new file mode 100644 index 0000000..515d738 --- /dev/null +++ b/static/thirdparty/fontawesome6/css/solid.css @@ -0,0 +1,19 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +:root, :host { + --fa-style-family-classic: 'Font Awesome 6 Free'; + --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 900; + font-display: block; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +.fas, +.fa-solid { + font-weight: 900; } diff --git a/static/thirdparty/fontawesome6/css/solid.min.css b/static/thirdparty/fontawesome6/css/solid.min.css new file mode 100644 index 0000000..770d98f --- /dev/null +++ b/static/thirdparty/fontawesome6/css/solid.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900} \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/css/svg-with-js.css b/static/thirdparty/fontawesome6/css/svg-with-js.css new file mode 100644 index 0000000..8bee141 --- /dev/null +++ b/static/thirdparty/fontawesome6/css/svg-with-js.css @@ -0,0 +1,639 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +:root, :host { + --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid'; + --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular'; + --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light'; + --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin'; + --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone'; + --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp'; + --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp'; + --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp'; + --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; } + +svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa { + overflow: visible; + box-sizing: content-box; } + +.svg-inline--fa { + display: var(--fa-display, inline-block); + height: 1em; + overflow: visible; + vertical-align: -.125em; } + .svg-inline--fa.fa-2xs { + vertical-align: 0.1em; } + .svg-inline--fa.fa-xs { + vertical-align: 0em; } + .svg-inline--fa.fa-sm { + vertical-align: -0.07143em; } + .svg-inline--fa.fa-lg { + vertical-align: -0.2em; } + .svg-inline--fa.fa-xl { + vertical-align: -0.25em; } + .svg-inline--fa.fa-2xl { + vertical-align: -0.3125em; } + .svg-inline--fa.fa-pull-left { + margin-right: var(--fa-pull-margin, 0.3em); + width: auto; } + .svg-inline--fa.fa-pull-right { + margin-left: var(--fa-pull-margin, 0.3em); + width: auto; } + .svg-inline--fa.fa-li { + width: var(--fa-li-width, 2em); + top: 0.25em; } + .svg-inline--fa.fa-fw { + width: var(--fa-fw-width, 1.25em); } + +.fa-layers svg.svg-inline--fa { + bottom: 0; + left: 0; + margin: auto; + position: absolute; + right: 0; + top: 0; } + +.fa-layers-text, .fa-layers-counter { + display: inline-block; + position: absolute; + text-align: center; } + +.fa-layers { + display: inline-block; + height: 1em; + position: relative; + text-align: center; + vertical-align: -.125em; + width: 1em; } + .fa-layers svg.svg-inline--fa { + -webkit-transform-origin: center center; + transform-origin: center center; } + +.fa-layers-text { + left: 50%; + top: 50%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + -webkit-transform-origin: center center; + transform-origin: center center; } + +.fa-layers-counter { + background-color: var(--fa-counter-background-color, #ff253a); + border-radius: var(--fa-counter-border-radius, 1em); + box-sizing: border-box; + color: var(--fa-inverse, #fff); + line-height: var(--fa-counter-line-height, 1); + max-width: var(--fa-counter-max-width, 5em); + min-width: var(--fa-counter-min-width, 1.5em); + overflow: hidden; + padding: var(--fa-counter-padding, 0.25em 0.5em); + right: var(--fa-right, 0); + text-overflow: ellipsis; + top: var(--fa-top, 0); + -webkit-transform: scale(var(--fa-counter-scale, 0.25)); + transform: scale(var(--fa-counter-scale, 0.25)); + -webkit-transform-origin: top right; + transform-origin: top right; } + +.fa-layers-bottom-right { + bottom: var(--fa-bottom, 0); + right: var(--fa-right, 0); + top: auto; + -webkit-transform: scale(var(--fa-layers-scale, 0.25)); + transform: scale(var(--fa-layers-scale, 0.25)); + -webkit-transform-origin: bottom right; + transform-origin: bottom right; } + +.fa-layers-bottom-left { + bottom: var(--fa-bottom, 0); + left: var(--fa-left, 0); + right: auto; + top: auto; + -webkit-transform: scale(var(--fa-layers-scale, 0.25)); + transform: scale(var(--fa-layers-scale, 0.25)); + -webkit-transform-origin: bottom left; + transform-origin: bottom left; } + +.fa-layers-top-right { + top: var(--fa-top, 0); + right: var(--fa-right, 0); + -webkit-transform: scale(var(--fa-layers-scale, 0.25)); + transform: scale(var(--fa-layers-scale, 0.25)); + -webkit-transform-origin: top right; + transform-origin: top right; } + +.fa-layers-top-left { + left: var(--fa-left, 0); + right: auto; + top: var(--fa-top, 0); + -webkit-transform: scale(var(--fa-layers-scale, 0.25)); + transform: scale(var(--fa-layers-scale, 0.25)); + -webkit-transform-origin: top left; + transform-origin: top left; } + +.fa-1x { + font-size: 1em; } + +.fa-2x { + font-size: 2em; } + +.fa-3x { + font-size: 3em; } + +.fa-4x { + font-size: 4em; } + +.fa-5x { + font-size: 5em; } + +.fa-6x { + font-size: 6em; } + +.fa-7x { + font-size: 7em; } + +.fa-8x { + font-size: 8em; } + +.fa-9x { + font-size: 9em; } + +.fa-10x { + font-size: 10em; } + +.fa-2xs { + font-size: 0.625em; + line-height: 0.1em; + vertical-align: 0.225em; } + +.fa-xs { + font-size: 0.75em; + line-height: 0.08333em; + vertical-align: 0.125em; } + +.fa-sm { + font-size: 0.875em; + line-height: 0.07143em; + vertical-align: 0.05357em; } + +.fa-lg { + font-size: 1.25em; + line-height: 0.05em; + vertical-align: -0.075em; } + +.fa-xl { + font-size: 1.5em; + line-height: 0.04167em; + vertical-align: -0.125em; } + +.fa-2xl { + font-size: 2em; + line-height: 0.03125em; + vertical-align: -0.1875em; } + +.fa-fw { + text-align: center; + width: 1.25em; } + +.fa-ul { + list-style-type: none; + margin-left: var(--fa-li-margin, 2.5em); + padding-left: 0; } + .fa-ul > li { + position: relative; } + +.fa-li { + left: calc(var(--fa-li-width, 2em) * -1); + position: absolute; + text-align: center; + width: var(--fa-li-width, 2em); + line-height: inherit; } + +.fa-border { + border-color: var(--fa-border-color, #eee); + border-radius: var(--fa-border-radius, 0.1em); + border-style: var(--fa-border-style, solid); + border-width: var(--fa-border-width, 0.08em); + padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } + +.fa-pull-left { + float: left; + margin-right: var(--fa-pull-margin, 0.3em); } + +.fa-pull-right { + float: right; + margin-left: var(--fa-pull-margin, 0.3em); } + +.fa-beat { + -webkit-animation-name: fa-beat; + animation-name: fa-beat; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-bounce { + -webkit-animation-name: fa-bounce; + animation-name: fa-bounce; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } + +.fa-fade { + -webkit-animation-name: fa-fade; + animation-name: fa-fade; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-beat-fade { + -webkit-animation-name: fa-beat-fade; + animation-name: fa-beat-fade; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-flip { + -webkit-animation-name: fa-flip; + animation-name: fa-flip; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-shake { + -webkit-animation-name: fa-shake; + animation-name: fa-shake; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, linear); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin { + -webkit-animation-name: fa-spin; + animation-name: fa-spin; + -webkit-animation-delay: var(--fa-animation-delay, 0s); + animation-delay: var(--fa-animation-delay, 0s); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 2s); + animation-duration: var(--fa-animation-duration, 2s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, linear); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin-reverse { + --fa-animation-direction: reverse; } + +.fa-pulse, +.fa-spin-pulse { + -webkit-animation-name: fa-spin; + animation-name: fa-spin; + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); + animation-timing-function: var(--fa-animation-timing, steps(8)); } + +@media (prefers-reduced-motion: reduce) { + .fa-beat, + .fa-bounce, + .fa-fade, + .fa-beat-fade, + .fa-flip, + .fa-pulse, + .fa-shake, + .fa-spin, + .fa-spin-pulse { + -webkit-animation-delay: -1ms; + animation-delay: -1ms; + -webkit-animation-duration: 1ms; + animation-duration: 1ms; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-transition-delay: 0s; + transition-delay: 0s; + -webkit-transition-duration: 0s; + transition-duration: 0s; } } + +@-webkit-keyframes fa-beat { + 0%, 90% { + -webkit-transform: scale(1); + transform: scale(1); } + 45% { + -webkit-transform: scale(var(--fa-beat-scale, 1.25)); + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@keyframes fa-beat { + 0%, 90% { + -webkit-transform: scale(1); + transform: scale(1); } + 45% { + -webkit-transform: scale(var(--fa-beat-scale, 1.25)); + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@-webkit-keyframes fa-bounce { + 0% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 10% { + -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 100% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } } + +@keyframes fa-bounce { + 0% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 10% { + -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 100% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } } + +@-webkit-keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@-webkit-keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + -webkit-transform: scale(1); + transform: scale(1); } + 50% { + opacity: 1; + -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + -webkit-transform: scale(1); + transform: scale(1); } + 50% { + opacity: 1; + -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@-webkit-keyframes fa-flip { + 50% { + -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@keyframes fa-flip { + 50% { + -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@-webkit-keyframes fa-shake { + 0% { + -webkit-transform: rotate(-15deg); + transform: rotate(-15deg); } + 4% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); } + 8%, 24% { + -webkit-transform: rotate(-18deg); + transform: rotate(-18deg); } + 12%, 28% { + -webkit-transform: rotate(18deg); + transform: rotate(18deg); } + 16% { + -webkit-transform: rotate(-22deg); + transform: rotate(-22deg); } + 20% { + -webkit-transform: rotate(22deg); + transform: rotate(22deg); } + 32% { + -webkit-transform: rotate(-12deg); + transform: rotate(-12deg); } + 36% { + -webkit-transform: rotate(12deg); + transform: rotate(12deg); } + 40%, 100% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } } + +@keyframes fa-shake { + 0% { + -webkit-transform: rotate(-15deg); + transform: rotate(-15deg); } + 4% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); } + 8%, 24% { + -webkit-transform: rotate(-18deg); + transform: rotate(-18deg); } + 12%, 28% { + -webkit-transform: rotate(18deg); + transform: rotate(18deg); } + 16% { + -webkit-transform: rotate(-22deg); + transform: rotate(-22deg); } + 20% { + -webkit-transform: rotate(22deg); + transform: rotate(22deg); } + 32% { + -webkit-transform: rotate(-12deg); + transform: rotate(-12deg); } + 36% { + -webkit-transform: rotate(12deg); + transform: rotate(12deg); } + 40%, 100% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } } + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.fa-rotate-90 { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); } + +.fa-rotate-180 { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); } + +.fa-rotate-270 { + -webkit-transform: rotate(270deg); + transform: rotate(270deg); } + +.fa-flip-horizontal { + -webkit-transform: scale(-1, 1); + transform: scale(-1, 1); } + +.fa-flip-vertical { + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.fa-flip-both, +.fa-flip-horizontal.fa-flip-vertical { + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +.fa-rotate-by { + -webkit-transform: rotate(var(--fa-rotate-angle, none)); + transform: rotate(var(--fa-rotate-angle, none)); } + +.fa-stack { + display: inline-block; + vertical-align: middle; + height: 2em; + position: relative; + width: 2.5em; } + +.fa-stack-1x, +.fa-stack-2x { + bottom: 0; + left: 0; + margin: auto; + position: absolute; + right: 0; + top: 0; + z-index: var(--fa-stack-z-index, auto); } + +.svg-inline--fa.fa-stack-1x { + height: 1em; + width: 1.25em; } + +.svg-inline--fa.fa-stack-2x { + height: 2em; + width: 2.5em; } + +.fa-inverse { + color: var(--fa-inverse, #fff); } + +.sr-only, +.fa-sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } + +.sr-only-focusable:not(:focus), +.fa-sr-only-focusable:not(:focus) { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } + +.svg-inline--fa .fa-primary { + fill: var(--fa-primary-color, currentColor); + opacity: var(--fa-primary-opacity, 1); } + +.svg-inline--fa .fa-secondary { + fill: var(--fa-secondary-color, currentColor); + opacity: var(--fa-secondary-opacity, 0.4); } + +.svg-inline--fa.fa-swap-opacity .fa-primary { + opacity: var(--fa-secondary-opacity, 0.4); } + +.svg-inline--fa.fa-swap-opacity .fa-secondary { + opacity: var(--fa-primary-opacity, 1); } + +.svg-inline--fa mask .fa-primary, +.svg-inline--fa mask .fa-secondary { + fill: black; } + +.fad.fa-inverse, +.fa-duotone.fa-inverse { + color: var(--fa-inverse, #fff); } diff --git a/static/thirdparty/fontawesome6/css/svg-with-js.min.css b/static/thirdparty/fontawesome6/css/svg-with-js.min.css new file mode 100644 index 0000000..9d5a9b9 --- /dev/null +++ b/static/thirdparty/fontawesome6/css/svg-with-js.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Solid";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Regular";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Light";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Thin";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-counter-scale,.25));transform:scale(var(--fa-counter-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top left;transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)} \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/css/v4-font-face.css b/static/thirdparty/fontawesome6/css/v4-font-face.css new file mode 100644 index 0000000..ce56d8f --- /dev/null +++ b/static/thirdparty/fontawesome6/css/v4-font-face.css @@ -0,0 +1,26 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); + unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype"); + unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; } diff --git a/static/thirdparty/fontawesome6/css/v4-font-face.min.css b/static/thirdparty/fontawesome6/css/v4-font-face.min.css new file mode 100644 index 0000000..71e6ee6 --- /dev/null +++ b/static/thirdparty/fontawesome6/css/v4-font-face.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a} \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/css/v4-shims.css b/static/thirdparty/fontawesome6/css/v4-shims.css new file mode 100644 index 0000000..a85953d --- /dev/null +++ b/static/thirdparty/fontawesome6/css/v4-shims.css @@ -0,0 +1,2194 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +.fa.fa-glass:before { + content: "\f000"; } + +.fa.fa-envelope-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-envelope-o:before { + content: "\f0e0"; } + +.fa.fa-star-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-star-o:before { + content: "\f005"; } + +.fa.fa-remove:before { + content: "\f00d"; } + +.fa.fa-close:before { + content: "\f00d"; } + +.fa.fa-gear:before { + content: "\f013"; } + +.fa.fa-trash-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-trash-o:before { + content: "\f2ed"; } + +.fa.fa-home:before { + content: "\f015"; } + +.fa.fa-file-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-o:before { + content: "\f15b"; } + +.fa.fa-clock-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-clock-o:before { + content: "\f017"; } + +.fa.fa-arrow-circle-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-arrow-circle-o-down:before { + content: "\f358"; } + +.fa.fa-arrow-circle-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-arrow-circle-o-up:before { + content: "\f35b"; } + +.fa.fa-play-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-play-circle-o:before { + content: "\f144"; } + +.fa.fa-repeat:before { + content: "\f01e"; } + +.fa.fa-rotate-right:before { + content: "\f01e"; } + +.fa.fa-refresh:before { + content: "\f021"; } + +.fa.fa-list-alt { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-list-alt:before { + content: "\f022"; } + +.fa.fa-dedent:before { + content: "\f03b"; } + +.fa.fa-video-camera:before { + content: "\f03d"; } + +.fa.fa-picture-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-picture-o:before { + content: "\f03e"; } + +.fa.fa-photo { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-photo:before { + content: "\f03e"; } + +.fa.fa-image { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-image:before { + content: "\f03e"; } + +.fa.fa-map-marker:before { + content: "\f3c5"; } + +.fa.fa-pencil-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-pencil-square-o:before { + content: "\f044"; } + +.fa.fa-edit { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-edit:before { + content: "\f044"; } + +.fa.fa-share-square-o:before { + content: "\f14d"; } + +.fa.fa-check-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-check-square-o:before { + content: "\f14a"; } + +.fa.fa-arrows:before { + content: "\f0b2"; } + +.fa.fa-times-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-times-circle-o:before { + content: "\f057"; } + +.fa.fa-check-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-check-circle-o:before { + content: "\f058"; } + +.fa.fa-mail-forward:before { + content: "\f064"; } + +.fa.fa-expand:before { + content: "\f424"; } + +.fa.fa-compress:before { + content: "\f422"; } + +.fa.fa-eye { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-eye-slash { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-warning:before { + content: "\f071"; } + +.fa.fa-calendar:before { + content: "\f073"; } + +.fa.fa-arrows-v:before { + content: "\f338"; } + +.fa.fa-arrows-h:before { + content: "\f337"; } + +.fa.fa-bar-chart:before { + content: "\e0e3"; } + +.fa.fa-bar-chart-o:before { + content: "\e0e3"; } + +.fa.fa-twitter-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-twitter-square:before { + content: "\f081"; } + +.fa.fa-facebook-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-facebook-square:before { + content: "\f082"; } + +.fa.fa-gears:before { + content: "\f085"; } + +.fa.fa-thumbs-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-thumbs-o-up:before { + content: "\f164"; } + +.fa.fa-thumbs-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-thumbs-o-down:before { + content: "\f165"; } + +.fa.fa-heart-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-heart-o:before { + content: "\f004"; } + +.fa.fa-sign-out:before { + content: "\f2f5"; } + +.fa.fa-linkedin-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-linkedin-square:before { + content: "\f08c"; } + +.fa.fa-thumb-tack:before { + content: "\f08d"; } + +.fa.fa-external-link:before { + content: "\f35d"; } + +.fa.fa-sign-in:before { + content: "\f2f6"; } + +.fa.fa-github-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-github-square:before { + content: "\f092"; } + +.fa.fa-lemon-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-lemon-o:before { + content: "\f094"; } + +.fa.fa-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-square-o:before { + content: "\f0c8"; } + +.fa.fa-bookmark-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-bookmark-o:before { + content: "\f02e"; } + +.fa.fa-twitter { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-facebook { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-facebook:before { + content: "\f39e"; } + +.fa.fa-facebook-f { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-facebook-f:before { + content: "\f39e"; } + +.fa.fa-github { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-credit-card { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-feed:before { + content: "\f09e"; } + +.fa.fa-hdd-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hdd-o:before { + content: "\f0a0"; } + +.fa.fa-hand-o-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-o-right:before { + content: "\f0a4"; } + +.fa.fa-hand-o-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-o-left:before { + content: "\f0a5"; } + +.fa.fa-hand-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-o-up:before { + content: "\f0a6"; } + +.fa.fa-hand-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-o-down:before { + content: "\f0a7"; } + +.fa.fa-globe:before { + content: "\f57d"; } + +.fa.fa-tasks:before { + content: "\f828"; } + +.fa.fa-arrows-alt:before { + content: "\f31e"; } + +.fa.fa-group:before { + content: "\f0c0"; } + +.fa.fa-chain:before { + content: "\f0c1"; } + +.fa.fa-cut:before { + content: "\f0c4"; } + +.fa.fa-files-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-files-o:before { + content: "\f0c5"; } + +.fa.fa-floppy-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-floppy-o:before { + content: "\f0c7"; } + +.fa.fa-save { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-save:before { + content: "\f0c7"; } + +.fa.fa-navicon:before { + content: "\f0c9"; } + +.fa.fa-reorder:before { + content: "\f0c9"; } + +.fa.fa-magic:before { + content: "\e2ca"; } + +.fa.fa-pinterest { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pinterest-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pinterest-square:before { + content: "\f0d3"; } + +.fa.fa-google-plus-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-plus-square:before { + content: "\f0d4"; } + +.fa.fa-google-plus { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-plus:before { + content: "\f0d5"; } + +.fa.fa-money:before { + content: "\f3d1"; } + +.fa.fa-unsorted:before { + content: "\f0dc"; } + +.fa.fa-sort-desc:before { + content: "\f0dd"; } + +.fa.fa-sort-asc:before { + content: "\f0de"; } + +.fa.fa-linkedin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-linkedin:before { + content: "\f0e1"; } + +.fa.fa-rotate-left:before { + content: "\f0e2"; } + +.fa.fa-legal:before { + content: "\f0e3"; } + +.fa.fa-tachometer:before { + content: "\f625"; } + +.fa.fa-dashboard:before { + content: "\f625"; } + +.fa.fa-comment-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-comment-o:before { + content: "\f075"; } + +.fa.fa-comments-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-comments-o:before { + content: "\f086"; } + +.fa.fa-flash:before { + content: "\f0e7"; } + +.fa.fa-clipboard:before { + content: "\f0ea"; } + +.fa.fa-lightbulb-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-lightbulb-o:before { + content: "\f0eb"; } + +.fa.fa-exchange:before { + content: "\f362"; } + +.fa.fa-cloud-download:before { + content: "\f0ed"; } + +.fa.fa-cloud-upload:before { + content: "\f0ee"; } + +.fa.fa-bell-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-bell-o:before { + content: "\f0f3"; } + +.fa.fa-cutlery:before { + content: "\f2e7"; } + +.fa.fa-file-text-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-text-o:before { + content: "\f15c"; } + +.fa.fa-building-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-building-o:before { + content: "\f1ad"; } + +.fa.fa-hospital-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hospital-o:before { + content: "\f0f8"; } + +.fa.fa-tablet:before { + content: "\f3fa"; } + +.fa.fa-mobile:before { + content: "\f3cd"; } + +.fa.fa-mobile-phone:before { + content: "\f3cd"; } + +.fa.fa-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-circle-o:before { + content: "\f111"; } + +.fa.fa-mail-reply:before { + content: "\f3e5"; } + +.fa.fa-github-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-folder-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-folder-o:before { + content: "\f07b"; } + +.fa.fa-folder-open-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-folder-open-o:before { + content: "\f07c"; } + +.fa.fa-smile-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-smile-o:before { + content: "\f118"; } + +.fa.fa-frown-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-frown-o:before { + content: "\f119"; } + +.fa.fa-meh-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-meh-o:before { + content: "\f11a"; } + +.fa.fa-keyboard-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-keyboard-o:before { + content: "\f11c"; } + +.fa.fa-flag-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-flag-o:before { + content: "\f024"; } + +.fa.fa-mail-reply-all:before { + content: "\f122"; } + +.fa.fa-star-half-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-star-half-o:before { + content: "\f5c0"; } + +.fa.fa-star-half-empty { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-star-half-empty:before { + content: "\f5c0"; } + +.fa.fa-star-half-full { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-star-half-full:before { + content: "\f5c0"; } + +.fa.fa-code-fork:before { + content: "\f126"; } + +.fa.fa-chain-broken:before { + content: "\f127"; } + +.fa.fa-unlink:before { + content: "\f127"; } + +.fa.fa-calendar-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-calendar-o:before { + content: "\f133"; } + +.fa.fa-maxcdn { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-html5 { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-css3 { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-unlock-alt:before { + content: "\f09c"; } + +.fa.fa-minus-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-minus-square-o:before { + content: "\f146"; } + +.fa.fa-level-up:before { + content: "\f3bf"; } + +.fa.fa-level-down:before { + content: "\f3be"; } + +.fa.fa-pencil-square:before { + content: "\f14b"; } + +.fa.fa-external-link-square:before { + content: "\f360"; } + +.fa.fa-compass { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-caret-square-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-caret-square-o-down:before { + content: "\f150"; } + +.fa.fa-toggle-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-toggle-down:before { + content: "\f150"; } + +.fa.fa-caret-square-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-caret-square-o-up:before { + content: "\f151"; } + +.fa.fa-toggle-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-toggle-up:before { + content: "\f151"; } + +.fa.fa-caret-square-o-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-caret-square-o-right:before { + content: "\f152"; } + +.fa.fa-toggle-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-toggle-right:before { + content: "\f152"; } + +.fa.fa-eur:before { + content: "\f153"; } + +.fa.fa-euro:before { + content: "\f153"; } + +.fa.fa-gbp:before { + content: "\f154"; } + +.fa.fa-usd:before { + content: "\24"; } + +.fa.fa-dollar:before { + content: "\24"; } + +.fa.fa-inr:before { + content: "\e1bc"; } + +.fa.fa-rupee:before { + content: "\e1bc"; } + +.fa.fa-jpy:before { + content: "\f157"; } + +.fa.fa-cny:before { + content: "\f157"; } + +.fa.fa-rmb:before { + content: "\f157"; } + +.fa.fa-yen:before { + content: "\f157"; } + +.fa.fa-rub:before { + content: "\f158"; } + +.fa.fa-ruble:before { + content: "\f158"; } + +.fa.fa-rouble:before { + content: "\f158"; } + +.fa.fa-krw:before { + content: "\f159"; } + +.fa.fa-won:before { + content: "\f159"; } + +.fa.fa-btc { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bitcoin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bitcoin:before { + content: "\f15a"; } + +.fa.fa-file-text:before { + content: "\f15c"; } + +.fa.fa-sort-alpha-asc:before { + content: "\f15d"; } + +.fa.fa-sort-alpha-desc:before { + content: "\f881"; } + +.fa.fa-sort-amount-asc:before { + content: "\f884"; } + +.fa.fa-sort-amount-desc:before { + content: "\f160"; } + +.fa.fa-sort-numeric-asc:before { + content: "\f162"; } + +.fa.fa-sort-numeric-desc:before { + content: "\f886"; } + +.fa.fa-youtube-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-youtube-square:before { + content: "\f431"; } + +.fa.fa-youtube { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-xing { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-xing-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-xing-square:before { + content: "\f169"; } + +.fa.fa-youtube-play { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-youtube-play:before { + content: "\f167"; } + +.fa.fa-dropbox { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-stack-overflow { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-instagram { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-flickr { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-adn { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bitbucket { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bitbucket-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bitbucket-square:before { + content: "\f171"; } + +.fa.fa-tumblr { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-tumblr-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-tumblr-square:before { + content: "\f174"; } + +.fa.fa-long-arrow-down:before { + content: "\f309"; } + +.fa.fa-long-arrow-up:before { + content: "\f30c"; } + +.fa.fa-long-arrow-left:before { + content: "\f30a"; } + +.fa.fa-long-arrow-right:before { + content: "\f30b"; } + +.fa.fa-apple { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-windows { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-android { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-linux { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-dribbble { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-skype { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-foursquare { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-trello { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gratipay { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gittip { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gittip:before { + content: "\f184"; } + +.fa.fa-sun-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-sun-o:before { + content: "\f185"; } + +.fa.fa-moon-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-moon-o:before { + content: "\f186"; } + +.fa.fa-vk { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-weibo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-renren { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pagelines { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-stack-exchange { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-arrow-circle-o-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-arrow-circle-o-right:before { + content: "\f35a"; } + +.fa.fa-arrow-circle-o-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-arrow-circle-o-left:before { + content: "\f359"; } + +.fa.fa-caret-square-o-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-caret-square-o-left:before { + content: "\f191"; } + +.fa.fa-toggle-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-toggle-left:before { + content: "\f191"; } + +.fa.fa-dot-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-dot-circle-o:before { + content: "\f192"; } + +.fa.fa-vimeo-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-vimeo-square:before { + content: "\f194"; } + +.fa.fa-try:before { + content: "\e2bb"; } + +.fa.fa-turkish-lira:before { + content: "\e2bb"; } + +.fa.fa-plus-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-plus-square-o:before { + content: "\f0fe"; } + +.fa.fa-slack { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wordpress { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-openid { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-institution:before { + content: "\f19c"; } + +.fa.fa-bank:before { + content: "\f19c"; } + +.fa.fa-mortar-board:before { + content: "\f19d"; } + +.fa.fa-yahoo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-reddit { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-reddit-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-reddit-square:before { + content: "\f1a2"; } + +.fa.fa-stumbleupon-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-stumbleupon { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-delicious { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-digg { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pied-piper-pp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pied-piper-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-drupal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-joomla { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-behance { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-behance-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-behance-square:before { + content: "\f1b5"; } + +.fa.fa-steam { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-steam-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-steam-square:before { + content: "\f1b7"; } + +.fa.fa-automobile:before { + content: "\f1b9"; } + +.fa.fa-cab:before { + content: "\f1ba"; } + +.fa.fa-spotify { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-deviantart { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-soundcloud { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-file-pdf-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-pdf-o:before { + content: "\f1c1"; } + +.fa.fa-file-word-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-word-o:before { + content: "\f1c2"; } + +.fa.fa-file-excel-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-excel-o:before { + content: "\f1c3"; } + +.fa.fa-file-powerpoint-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-powerpoint-o:before { + content: "\f1c4"; } + +.fa.fa-file-image-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-image-o:before { + content: "\f1c5"; } + +.fa.fa-file-photo-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-photo-o:before { + content: "\f1c5"; } + +.fa.fa-file-picture-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-picture-o:before { + content: "\f1c5"; } + +.fa.fa-file-archive-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-archive-o:before { + content: "\f1c6"; } + +.fa.fa-file-zip-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-zip-o:before { + content: "\f1c6"; } + +.fa.fa-file-audio-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-audio-o:before { + content: "\f1c7"; } + +.fa.fa-file-sound-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-sound-o:before { + content: "\f1c7"; } + +.fa.fa-file-video-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-video-o:before { + content: "\f1c8"; } + +.fa.fa-file-movie-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-movie-o:before { + content: "\f1c8"; } + +.fa.fa-file-code-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-code-o:before { + content: "\f1c9"; } + +.fa.fa-vine { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-codepen { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-jsfiddle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-life-bouy:before { + content: "\f1cd"; } + +.fa.fa-life-buoy:before { + content: "\f1cd"; } + +.fa.fa-life-saver:before { + content: "\f1cd"; } + +.fa.fa-support:before { + content: "\f1cd"; } + +.fa.fa-circle-o-notch:before { + content: "\f1ce"; } + +.fa.fa-rebel { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-ra { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-ra:before { + content: "\f1d0"; } + +.fa.fa-resistance { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-resistance:before { + content: "\f1d0"; } + +.fa.fa-empire { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-ge { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-ge:before { + content: "\f1d1"; } + +.fa.fa-git-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-git-square:before { + content: "\f1d2"; } + +.fa.fa-git { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-hacker-news { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-y-combinator-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-y-combinator-square:before { + content: "\f1d4"; } + +.fa.fa-yc-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-yc-square:before { + content: "\f1d4"; } + +.fa.fa-tencent-weibo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-qq { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-weixin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wechat { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wechat:before { + content: "\f1d7"; } + +.fa.fa-send:before { + content: "\f1d8"; } + +.fa.fa-paper-plane-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-paper-plane-o:before { + content: "\f1d8"; } + +.fa.fa-send-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-send-o:before { + content: "\f1d8"; } + +.fa.fa-circle-thin { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-circle-thin:before { + content: "\f111"; } + +.fa.fa-header:before { + content: "\f1dc"; } + +.fa.fa-futbol-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-futbol-o:before { + content: "\f1e3"; } + +.fa.fa-soccer-ball-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-soccer-ball-o:before { + content: "\f1e3"; } + +.fa.fa-slideshare { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-twitch { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-yelp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-newspaper-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-newspaper-o:before { + content: "\f1ea"; } + +.fa.fa-paypal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-wallet { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-visa { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-mastercard { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-discover { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-amex { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-paypal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-stripe { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bell-slash-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-bell-slash-o:before { + content: "\f1f6"; } + +.fa.fa-trash:before { + content: "\f2ed"; } + +.fa.fa-copyright { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-eyedropper:before { + content: "\f1fb"; } + +.fa.fa-area-chart:before { + content: "\f1fe"; } + +.fa.fa-pie-chart:before { + content: "\f200"; } + +.fa.fa-line-chart:before { + content: "\f201"; } + +.fa.fa-lastfm { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-lastfm-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-lastfm-square:before { + content: "\f203"; } + +.fa.fa-ioxhost { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-angellist { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-cc:before { + content: "\f20a"; } + +.fa.fa-ils:before { + content: "\f20b"; } + +.fa.fa-shekel:before { + content: "\f20b"; } + +.fa.fa-sheqel:before { + content: "\f20b"; } + +.fa.fa-buysellads { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-connectdevelop { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-dashcube { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-forumbee { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-leanpub { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-sellsy { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-shirtsinbulk { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-simplybuilt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-skyatlas { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-diamond { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-diamond:before { + content: "\f3a5"; } + +.fa.fa-transgender:before { + content: "\f224"; } + +.fa.fa-intersex:before { + content: "\f224"; } + +.fa.fa-transgender-alt:before { + content: "\f225"; } + +.fa.fa-facebook-official { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-facebook-official:before { + content: "\f09a"; } + +.fa.fa-pinterest-p { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-whatsapp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-hotel:before { + content: "\f236"; } + +.fa.fa-viacoin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-medium { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-y-combinator { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-yc { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-yc:before { + content: "\f23b"; } + +.fa.fa-optin-monster { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-opencart { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-expeditedssl { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-battery-4:before { + content: "\f240"; } + +.fa.fa-battery:before { + content: "\f240"; } + +.fa.fa-battery-3:before { + content: "\f241"; } + +.fa.fa-battery-2:before { + content: "\f242"; } + +.fa.fa-battery-1:before { + content: "\f243"; } + +.fa.fa-battery-0:before { + content: "\f244"; } + +.fa.fa-object-group { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-object-ungroup { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-sticky-note-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-sticky-note-o:before { + content: "\f249"; } + +.fa.fa-cc-jcb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-diners-club { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-clone { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hourglass-o:before { + content: "\f254"; } + +.fa.fa-hourglass-1:before { + content: "\f251"; } + +.fa.fa-hourglass-2:before { + content: "\f252"; } + +.fa.fa-hourglass-3:before { + content: "\f253"; } + +.fa.fa-hand-rock-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-rock-o:before { + content: "\f255"; } + +.fa.fa-hand-grab-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-grab-o:before { + content: "\f255"; } + +.fa.fa-hand-paper-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-paper-o:before { + content: "\f256"; } + +.fa.fa-hand-stop-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-stop-o:before { + content: "\f256"; } + +.fa.fa-hand-scissors-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-scissors-o:before { + content: "\f257"; } + +.fa.fa-hand-lizard-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-lizard-o:before { + content: "\f258"; } + +.fa.fa-hand-spock-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-spock-o:before { + content: "\f259"; } + +.fa.fa-hand-pointer-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-pointer-o:before { + content: "\f25a"; } + +.fa.fa-hand-peace-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-peace-o:before { + content: "\f25b"; } + +.fa.fa-registered { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-creative-commons { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gg { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gg-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-odnoklassniki { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-odnoklassniki-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-odnoklassniki-square:before { + content: "\f264"; } + +.fa.fa-get-pocket { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wikipedia-w { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-safari { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-chrome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-firefox { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-opera { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-internet-explorer { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-television:before { + content: "\f26c"; } + +.fa.fa-contao { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-500px { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-amazon { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-calendar-plus-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-calendar-plus-o:before { + content: "\f271"; } + +.fa.fa-calendar-minus-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-calendar-minus-o:before { + content: "\f272"; } + +.fa.fa-calendar-times-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-calendar-times-o:before { + content: "\f273"; } + +.fa.fa-calendar-check-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-calendar-check-o:before { + content: "\f274"; } + +.fa.fa-map-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-map-o:before { + content: "\f279"; } + +.fa.fa-commenting:before { + content: "\f4ad"; } + +.fa.fa-commenting-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-commenting-o:before { + content: "\f4ad"; } + +.fa.fa-houzz { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-vimeo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-vimeo:before { + content: "\f27d"; } + +.fa.fa-black-tie { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-fonticons { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-reddit-alien { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-edge { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-credit-card-alt:before { + content: "\f09d"; } + +.fa.fa-codiepie { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-modx { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-fort-awesome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-usb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-product-hunt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-mixcloud { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-scribd { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pause-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-pause-circle-o:before { + content: "\f28b"; } + +.fa.fa-stop-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-stop-circle-o:before { + content: "\f28d"; } + +.fa.fa-bluetooth { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bluetooth-b { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gitlab { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wpbeginner { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wpforms { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-envira { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wheelchair-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wheelchair-alt:before { + content: "\f368"; } + +.fa.fa-question-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-question-circle-o:before { + content: "\f059"; } + +.fa.fa-volume-control-phone:before { + content: "\f2a0"; } + +.fa.fa-asl-interpreting:before { + content: "\f2a3"; } + +.fa.fa-deafness:before { + content: "\f2a4"; } + +.fa.fa-hard-of-hearing:before { + content: "\f2a4"; } + +.fa.fa-glide { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-glide-g { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-signing:before { + content: "\f2a7"; } + +.fa.fa-viadeo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-viadeo-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-viadeo-square:before { + content: "\f2aa"; } + +.fa.fa-snapchat { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-snapchat-ghost { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-snapchat-ghost:before { + content: "\f2ab"; } + +.fa.fa-snapchat-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-snapchat-square:before { + content: "\f2ad"; } + +.fa.fa-pied-piper { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-first-order { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-yoast { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-themeisle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-plus-official { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-plus-official:before { + content: "\f2b3"; } + +.fa.fa-google-plus-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-plus-circle:before { + content: "\f2b3"; } + +.fa.fa-font-awesome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-fa { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-fa:before { + content: "\f2b4"; } + +.fa.fa-handshake-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-handshake-o:before { + content: "\f2b5"; } + +.fa.fa-envelope-open-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-envelope-open-o:before { + content: "\f2b6"; } + +.fa.fa-linode { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-address-book-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-address-book-o:before { + content: "\f2b9"; } + +.fa.fa-vcard:before { + content: "\f2bb"; } + +.fa.fa-address-card-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-address-card-o:before { + content: "\f2bb"; } + +.fa.fa-vcard-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-vcard-o:before { + content: "\f2bb"; } + +.fa.fa-user-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-user-circle-o:before { + content: "\f2bd"; } + +.fa.fa-user-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-user-o:before { + content: "\f007"; } + +.fa.fa-id-badge { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-drivers-license:before { + content: "\f2c2"; } + +.fa.fa-id-card-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-id-card-o:before { + content: "\f2c2"; } + +.fa.fa-drivers-license-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-drivers-license-o:before { + content: "\f2c2"; } + +.fa.fa-quora { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-free-code-camp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-telegram { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-thermometer-4:before { + content: "\f2c7"; } + +.fa.fa-thermometer:before { + content: "\f2c7"; } + +.fa.fa-thermometer-3:before { + content: "\f2c8"; } + +.fa.fa-thermometer-2:before { + content: "\f2c9"; } + +.fa.fa-thermometer-1:before { + content: "\f2ca"; } + +.fa.fa-thermometer-0:before { + content: "\f2cb"; } + +.fa.fa-bathtub:before { + content: "\f2cd"; } + +.fa.fa-s15:before { + content: "\f2cd"; } + +.fa.fa-window-maximize { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-window-restore { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-times-rectangle:before { + content: "\f410"; } + +.fa.fa-window-close-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-window-close-o:before { + content: "\f410"; } + +.fa.fa-times-rectangle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-times-rectangle-o:before { + content: "\f410"; } + +.fa.fa-bandcamp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-grav { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-etsy { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-imdb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-ravelry { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-eercast { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-eercast:before { + content: "\f2da"; } + +.fa.fa-snowflake-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-snowflake-o:before { + content: "\f2dc"; } + +.fa.fa-superpowers { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wpexplorer { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-meetup { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } diff --git a/static/thirdparty/fontawesome6/css/v4-shims.min.css b/static/thirdparty/fontawesome6/css/v4-shims.min.css new file mode 100644 index 0000000..64e4e8d --- /dev/null +++ b/static/thirdparty/fontawesome6/css/v4-shims.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400} \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/css/v5-font-face.css b/static/thirdparty/fontawesome6/css/v5-font-face.css new file mode 100644 index 0000000..653b478 --- /dev/null +++ b/static/thirdparty/fontawesome6/css/v5-font-face.css @@ -0,0 +1,22 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +@font-face { + font-family: 'Font Awesome 5 Brands'; + font-display: block; + font-weight: 400; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: 'Font Awesome 5 Free'; + font-display: block; + font-weight: 900; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: 'Font Awesome 5 Free'; + font-display: block; + font-weight: 400; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } diff --git a/static/thirdparty/fontawesome6/css/v5-font-face.min.css b/static/thirdparty/fontawesome6/css/v5-font-face.min.css new file mode 100644 index 0000000..ca2f91a --- /dev/null +++ b/static/thirdparty/fontawesome6/css/v5-font-face.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")} \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/metadata/categories.yml b/static/thirdparty/fontawesome6/metadata/categories.yml new file mode 100644 index 0000000..b0a11b5 --- /dev/null +++ b/static/thirdparty/fontawesome6/metadata/categories.yml @@ -0,0 +1,3060 @@ +accessibility: + icons: + - accessible-icon + - address-card + - audio-description + - braille + - circle-info + - circle-question + - closed-captioning + - ear-deaf + - ear-listen + - eye + - eye-low-vision + - fingerprint + - hands + - hands-asl-interpreting + - handshake-angle + - person-cane + - person-walking-with-cane + - phone-volume + - question + - tty + - universal-access + - wheelchair + - wheelchair-move + label: Accessibility +alert: + icons: + - bell + - bell-slash + - circle-exclamation + - circle-radiation + - exclamation + - question + - radiation + - skull-crossbones + - triangle-exclamation + label: Alert +alphabet: + icons: + - a + - address-card + - b + - c + - circle-h + - d + - e + - f + - g + - h + - i + - j + - k + - l + - m + - 'n' + - o + - p + - q + - r + - s + - square-h + - t + - u + - v + - w + - x + - 'y' + - z + label: Alphabet +animals: + icons: + - bugs + - cat + - cow + - crow + - dog + - dove + - dragon + - feather + - feather-pointed + - fish + - fish-fins + - frog + - hippo + - horse + - horse-head + - kiwi-bird + - locust + - mosquito + - otter + - paw + - shield-cat + - shield-dog + - shrimp + - spider + - worm + label: Animals +arrows: + icons: + - angle-down + - angle-left + - angle-right + - angle-up + - angles-down + - angles-left + - angles-right + - angles-up + - arrow-down + - arrow-down-1-9 + - arrow-down-9-1 + - arrow-down-a-z + - arrow-down-long + - arrow-down-short-wide + - arrow-down-up-across-line + - arrow-down-up-lock + - arrow-down-wide-short + - arrow-down-z-a + - arrow-left + - arrow-left-long + - arrow-pointer + - arrow-right + - arrow-right-arrow-left + - arrow-right-from-bracket + - arrow-right-long + - arrow-right-to-bracket + - arrow-rotate-left + - arrow-rotate-right + - arrow-trend-down + - arrow-trend-up + - arrow-turn-down + - arrow-turn-up + - arrow-up + - arrow-up-1-9 + - arrow-up-9-1 + - arrow-up-a-z + - arrow-up-from-bracket + - arrow-up-long + - arrow-up-right-dots + - arrow-up-right-from-square + - arrow-up-short-wide + - arrow-up-wide-short + - arrow-up-z-a + - arrows-down-to-line + - arrows-left-right + - arrows-left-right-to-line + - arrows-rotate + - arrows-spin + - arrows-split-up-and-left + - arrows-to-circle + - arrows-to-dot + - arrows-to-eye + - arrows-turn-right + - arrows-turn-to-dots + - arrows-up-down + - arrows-up-down-left-right + - arrows-up-to-line + - caret-down + - caret-left + - caret-right + - caret-up + - chevron-down + - chevron-left + - chevron-right + - chevron-up + - circle-arrow-down + - circle-arrow-left + - circle-arrow-right + - circle-arrow-up + - circle-chevron-down + - circle-chevron-left + - circle-chevron-right + - circle-chevron-up + - circle-down + - circle-left + - circle-right + - circle-up + - clock-rotate-left + - cloud-arrow-down + - cloud-arrow-up + - down-left-and-up-right-to-center + - down-long + - download + - left-long + - left-right + - location-arrow + - maximize + - recycle + - repeat + - reply + - reply-all + - retweet + - right-from-bracket + - right-left + - right-long + - right-to-bracket + - rotate + - rotate-left + - rotate-right + - share + - share-from-square + - shuffle + - sort + - sort-down + - sort-up + - square-arrow-up-right + - square-caret-down + - square-caret-left + - square-caret-right + - square-caret-up + - square-up-right + - turn-down + - turn-up + - up-down + - up-down-left-right + - up-long + - up-right-and-down-left-from-center + - up-right-from-square + - upload + label: Arrows +astronomy: + icons: + - binoculars + - globe + - meteor + - moon + - satellite + - satellite-dish + - shuttle-space + - user-astronaut + label: Astronomy +automotive: + icons: + - bus + - bus-simple + - car + - car-battery + - car-burst + - car-on + - car-rear + - car-side + - car-tunnel + - caravan + - charging-station + - gas-pump + - gauge + - gauge-high + - gauge-simple + - gauge-simple-high + - motorcycle + - oil-can + - spray-can-sparkles + - taxi + - trailer + - truck + - truck-field + - truck-field-un + - truck-medical + - truck-monster + - truck-pickup + - van-shuttle + label: Automotive +buildings: + icons: + - archway + - arrow-right-to-city + - building + - building-circle-arrow-right + - building-circle-check + - building-circle-exclamation + - building-circle-xmark + - building-columns + - building-flag + - building-lock + - building-ngo + - building-shield + - building-un + - building-user + - building-wheat + - campground + - church + - city + - dungeon + - gopuram + - hospital + - hospital-user + - hotel + - house + - house-chimney + - house-chimney-crack + - house-chimney-medical + - house-chimney-window + - house-circle-check + - house-circle-exclamation + - house-circle-xmark + - house-crack + - house-fire + - house-flag + - house-lock + - house-medical + - house-medical-circle-check + - house-medical-circle-exclamation + - house-medical-circle-xmark + - house-medical-flag + - igloo + - industry + - kaaba + - landmark + - landmark-dome + - landmark-flag + - monument + - mosque + - mountain-city + - oil-well + - place-of-worship + - school + - school-circle-check + - school-circle-exclamation + - school-circle-xmark + - school-flag + - school-lock + - shop + - shop-lock + - store + - synagogue + - tent + - tent-arrow-down-to-line + - tent-arrow-left-right + - tent-arrow-turn-left + - tent-arrows-down + - tents + - toilet-portable + - toilets-portable + - torii-gate + - tower-observation + - tree-city + - vihara + - warehouse + label: Buildings +business: + icons: + - address-book + - address-card + - arrows-spin + - arrows-to-dot + - arrows-to-eye + - bars-progress + - bars-staggered + - book + - box-archive + - boxes-packing + - briefcase + - building + - bullhorn + - bullseye + - business-time + - cake-candles + - calculator + - calendar + - calendar-days + - certificate + - chart-line + - chart-pie + - chart-simple + - city + - clipboard + - clipboard-question + - compass + - copy + - copyright + - envelope + - envelope-circle-check + - envelope-open + - eraser + - fax + - file + - file-circle-plus + - file-lines + - floppy-disk + - folder + - folder-minus + - folder-open + - folder-plus + - folder-tree + - glasses + - globe + - highlighter + - house-laptop + - industry + - landmark + - laptop-file + - list-check + - magnifying-glass-arrow-right + - magnifying-glass-chart + - marker + - mug-saucer + - network-wired + - note-sticky + - paperclip + - paste + - pen + - pen-clip + - pen-fancy + - pen-nib + - pen-to-square + - pencil + - percent + - person-chalkboard + - phone + - phone-flip + - phone-slash + - phone-volume + - print + - registered + - scale-balanced + - scale-unbalanced + - scale-unbalanced-flip + - scissors + - signature + - sitemap + - socks + - square-envelope + - square-pen + - square-phone + - square-phone-flip + - square-poll-horizontal + - square-poll-vertical + - stapler + - table + - table-columns + - tag + - tags + - thumbtack + - timeline + - trademark + - vault + - wallet + label: Business +camping: + icons: + - binoculars + - bottle-water + - bucket + - campground + - caravan + - compass + - faucet + - faucet-drip + - fire + - fire-burner + - fire-flame-curved + - frog + - kit-medical + - map + - map-location + - map-location-dot + - mattress-pillow + - mosquito + - mosquito-net + - mountain + - mountain-sun + - people-roof + - person-hiking + - person-shelter + - route + - signs-post + - tarp + - tarp-droplet + - tent + - tent-arrow-down-to-line + - tent-arrow-left-right + - tent-arrow-turn-left + - tent-arrows-down + - tents + - toilet-paper + - trailer + - tree + label: Camping +charity: + icons: + - circle-dollar-to-slot + - dollar-sign + - dove + - gift + - globe + - hand-holding-dollar + - hand-holding-droplet + - hand-holding-hand + - hand-holding-heart + - hands-holding-child + - hands-holding-circle + - handshake + - handshake-angle + - handshake-simple + - heart + - leaf + - parachute-box + - piggy-bank + - ribbon + - seedling + label: Charity +charts-diagrams: + icons: + - bars-progress + - chart-area + - chart-bar + - chart-column + - chart-gantt + - chart-line + - chart-pie + - chart-simple + - circle-half-stroke + - diagram-next + - diagram-predecessor + - diagram-project + - diagram-successor + - square-poll-horizontal + - square-poll-vertical + label: Charts + Diagrams +childhood: + icons: + - apple-whole + - baby + - baby-carriage + - baseball-bat-ball + - bath + - bucket + - cake-candles + - child + - child-dress + - child-reaching + - children + - cookie + - cookie-bite + - cubes-stacked + - gamepad + - hands-holding-child + - ice-cream + - mitten + - person-biking + - person-breastfeeding + - puzzle-piece + - robot + - school + - shapes + - snowman + label: Childhood +clothing-fashion: + icons: + - glasses + - graduation-cap + - hat-cowboy + - hat-cowboy-side + - hat-wizard + - mitten + - shirt + - shoe-prints + - socks + - user-tie + - vest + - vest-patches + label: Clothing + Fashion +coding: + icons: + - barcode + - bars + - bars-staggered + - bath + - box-archive + - bug + - bug-slash + - circle-nodes + - code + - code-branch + - code-commit + - code-compare + - code-fork + - code-merge + - code-pull-request + - cube + - cubes + - diagram-project + - file + - file-code + - file-lines + - filter + - fire-extinguisher + - folder + - folder-open + - font-awesome + - gear + - gears + - keyboard + - laptop-code + - microchip + - mug-saucer + - network-wired + - notdef + - qrcode + - rectangle-xmark + - shield + - shield-halved + - sitemap + - terminal + - user-secret + - window-maximize + - window-minimize + - window-restore + label: Coding +communication: + icons: + - address-book + - address-card + - at + - blender-phone + - bluetooth-b + - bullhorn + - comment + - comment-dots + - comment-medical + - comment-slash + - comment-sms + - comments + - ear-listen + - envelope + - envelope-circle-check + - envelope-open + - face-frown + - face-meh + - face-smile + - fax + - hands-asl-interpreting + - icons + - inbox + - language + - message + - microphone + - microphone-lines + - microphone-lines-slash + - microphone-slash + - mobile + - mobile-button + - mobile-retro + - mobile-screen + - mobile-screen-button + - paper-plane + - phone + - phone-flip + - phone-slash + - phone-volume + - poo + - quote-left + - quote-right + - square-envelope + - square-phone + - square-phone-flip + - square-rss + - tower-cell + - tty + - video + - video-slash + - voicemail + - walkie-talkie + label: Communication +connectivity: + icons: + - bluetooth + - circle-nodes + - cloud + - cloud-arrow-down + - cloud-arrow-up + - ethernet + - globe + - house-signal + - rss + - satellite-dish + - signal + - tower-broadcast + - tower-cell + - wifi + label: Connectivity +construction: + icons: + - arrow-up-from-ground-water + - bore-hole + - brush + - bucket + - compass-drafting + - dumpster + - dumpster-fire + - hammer + - helmet-safety + - mound + - paint-roller + - pen-ruler + - pencil + - person-digging + - ruler + - ruler-combined + - ruler-horizontal + - ruler-vertical + - screwdriver + - screwdriver-wrench + - sheet-plastic + - tarp + - tarp-droplet + - toilet-portable + - toilets-portable + - toolbox + - trowel + - trowel-bricks + - truck-pickup + - wrench + label: Construction +design: + icons: + - bezier-curve + - brush + - circle-half-stroke + - circle-nodes + - clone + - compass-drafting + - copy + - crop + - crop-simple + - crosshairs + - cube + - cubes + - draw-polygon + - droplet + - droplet-slash + - eraser + - eye + - eye-dropper + - eye-slash + - fill + - fill-drip + - floppy-disk + - font-awesome + - highlighter + - icons + - layer-group + - lines-leaning + - marker + - object-group + - object-ungroup + - paint-roller + - paintbrush + - palette + - paste + - pen + - pen-clip + - pen-fancy + - pen-nib + - pen-ruler + - pen-to-square + - pencil + - ruler-combined + - ruler-horizontal + - ruler-vertical + - scissors + - splotch + - spray-can + - stamp + - stapler + - swatchbook + - vector-square + - wand-magic + - wand-magic-sparkles + label: Design +devices-hardware: + icons: + - blender-phone + - camera + - camera-retro + - car-battery + - compact-disc + - computer + - computer-mouse + - database + - desktop + - display + - download + - ethernet + - fax + - floppy-disk + - gamepad + - hard-drive + - headphones + - house-laptop + - keyboard + - laptop + - laptop-file + - memory + - microchip + - mobile + - mobile-button + - mobile-retro + - mobile-screen + - mobile-screen-button + - plug + - power-off + - print + - satellite + - satellite-dish + - sd-card + - server + - sim-card + - tablet + - tablet-button + - tablet-screen-button + - tachograph-digital + - tv + - upload + - walkie-talkie + label: Devices + Hardware +disaster: + icons: + - biohazard + - bugs + - burst + - child-combatant + - circle-radiation + - cloud-bolt + - cloud-showers-heavy + - cloud-showers-water + - helmet-un + - hill-avalanche + - hill-rockslide + - house-chimney-crack + - house-crack + - house-fire + - house-flood-water + - house-flood-water-circle-arrow-right + - house-tsunami + - hurricane + - locust + - mosquito + - person-drowning + - person-rifle + - person-walking-arrow-loop-left + - person-walking-arrow-right + - person-walking-dashed-line-arrow-right + - plant-wilt + - radiation + - snowflake + - sun-plant-wilt + - temperature-arrow-down + - temperature-arrow-up + - tornado + - volcano + - wheat-awn-circle-exclamation + - wind + - worm + - xmarks-lines + label: Disaster + Crisis +editing: + icons: + - arrows-rotate + - bandage + - bars + - brush + - chart-simple + - check + - check-double + - circle-check + - circle-half-stroke + - crop + - crop-simple + - cube + - delete-left + - ellipsis + - ellipsis-vertical + - eye-dropper + - eye-slash + - gear + - grip + - grip-lines + - grip-lines-vertical + - grip-vertical + - link + - link-slash + - minus + - paintbrush + - pen + - pen-clip + - pen-fancy + - pen-nib + - pen-ruler + - pen-to-square + - pencil + - plus + - rotate + - scissors + - signature + - sliders + - square-check + - square-pen + - trash + - trash-arrow-up + - trash-can + - trash-can-arrow-up + - wand-magic + - wand-magic-sparkles + - xmark + label: Editing +education: + icons: + - apple-whole + - atom + - award + - bell + - bell-slash + - book-open + - book-open-reader + - chalkboard + - chalkboard-user + - graduation-cap + - laptop-code + - laptop-file + - masks-theater + - microscope + - music + - person-chalkboard + - school + - school-circle-check + - school-circle-exclamation + - school-circle-xmark + - school-flag + - school-lock + - shapes + - user-graduate + label: Education +emoji: + icons: + - face-angry + - face-dizzy + - face-flushed + - face-frown + - face-frown-open + - face-grimace + - face-grin + - face-grin-beam + - face-grin-beam-sweat + - face-grin-hearts + - face-grin-squint + - face-grin-squint-tears + - face-grin-stars + - face-grin-tears + - face-grin-tongue + - face-grin-tongue-squint + - face-grin-tongue-wink + - face-grin-wide + - face-grin-wink + - face-kiss + - face-kiss-beam + - face-kiss-wink-heart + - face-laugh + - face-laugh-beam + - face-laugh-squint + - face-laugh-wink + - face-meh + - face-meh-blank + - face-rolling-eyes + - face-sad-cry + - face-sad-tear + - face-smile + - face-smile-beam + - face-smile-wink + - face-surprise + - face-tired + label: Emoji +energy: + icons: + - arrow-up-from-ground-water + - atom + - battery-empty + - battery-full + - battery-half + - battery-quarter + - battery-three-quarters + - bolt + - car-battery + - charging-station + - circle-radiation + - explosion + - fan + - fire + - fire-flame-curved + - fire-flame-simple + - gas-pump + - industry + - leaf + - lightbulb + - oil-well + - plug + - plug-circle-bolt + - plug-circle-check + - plug-circle-exclamation + - plug-circle-minus + - plug-circle-plus + - plug-circle-xmark + - poop + - power-off + - radiation + - seedling + - solar-panel + - sun + - tower-broadcast + - water + - wind + label: Energy +files: + icons: + - box-archive + - clone + - copy + - file + - file-arrow-down + - file-arrow-up + - file-audio + - file-circle-check + - file-circle-exclamation + - file-circle-minus + - file-circle-plus + - file-circle-question + - file-circle-xmark + - file-code + - file-csv + - file-excel + - file-export + - file-image + - file-import + - file-lines + - file-pdf + - file-pen + - file-powerpoint + - file-shield + - file-video + - file-word + - file-zipper + - floppy-disk + - folder + - folder-closed + - folder-open + - note-sticky + - paste + - photo-film + - scissors + label: Files +film-video: + icons: + - audio-description + - circle + - clapperboard + - closed-captioning + - compact-disc + - file-audio + - file-video + - film + - headphones + - microphone + - microphone-lines + - microphone-lines-slash + - microphone-slash + - photo-film + - podcast + - square-rss + - ticket + - tower-broadcast + - tower-cell + - tv + - video + - video-slash + - youtube + label: Film + Video +food-beverage: + icons: + - apple-whole + - bacon + - beer-mug-empty + - blender + - bone + - bottle-droplet + - bottle-water + - bowl-food + - bowl-rice + - bread-slice + - burger + - cake-candles + - candy-cane + - carrot + - champagne-glasses + - cheese + - cloud-meatball + - cookie + - cubes-stacked + - drumstick-bite + - egg + - fish + - fish-fins + - flask + - glass-water + - glass-water-droplet + - hotdog + - ice-cream + - jar + - jar-wheat + - lemon + - martini-glass + - martini-glass-citrus + - martini-glass-empty + - mug-hot + - mug-saucer + - pepper-hot + - pizza-slice + - plate-wheat + - seedling + - shrimp + - stroopwafel + - wheat-awn + - wheat-awn-circle-exclamation + - whiskey-glass + - wine-bottle + - wine-glass + - wine-glass-empty + label: Food + Beverage +fruits-vegetables: + icons: + - apple-whole + - carrot + - leaf + - lemon + - pepper-hot + - seedling + label: Fruits + Vegetables +gaming: + icons: + - book-skull + - chess + - chess-bishop + - chess-board + - chess-king + - chess-knight + - chess-pawn + - chess-queen + - chess-rook + - critical-role + - d-and-d + - d-and-d-beyond + - diamond + - dice + - dice-d20 + - dice-d6 + - dice-five + - dice-four + - dice-one + - dice-six + - dice-three + - dice-two + - dragon + - dungeon + - fantasy-flight-games + - gamepad + - ghost + - hand-fist + - hat-wizard + - headset + - heart + - playstation + - puzzle-piece + - ring + - scroll + - shield-halved + - skull-crossbones + - square-full + - square-steam + - steam + - steam-symbol + - twitch + - vr-cardboard + - wand-sparkles + - wizards-of-the-coast + - xbox + label: Gaming +gender: + icons: + - genderless + - mars + - mars-and-venus + - mars-double + - mars-stroke + - mars-stroke-right + - mars-stroke-up + - mercury + - neuter + - person-half-dress + - transgender + - venus + - venus-double + - venus-mars + label: Genders +halloween: + icons: + - book-skull + - broom + - cat + - cloud-moon + - crow + - ghost + - hat-wizard + - mask + - skull + - skull-crossbones + - spider + - toilet-paper + - wand-sparkles + label: Halloween +hands: + icons: + - hand + - hand-back-fist + - hand-dots + - hand-fist + - hand-holding + - hand-holding-dollar + - hand-holding-droplet + - hand-holding-hand + - hand-holding-heart + - hand-holding-medical + - hand-lizard + - hand-middle-finger + - hand-peace + - hand-point-down + - hand-point-left + - hand-point-right + - hand-point-up + - hand-pointer + - hand-scissors + - hand-sparkles + - hand-spock + - hands-bound + - hands-bubbles + - hands-clapping + - hands-holding + - hands-holding-child + - hands-holding-circle + - hands-praying + - handshake + - handshake-angle + - handshake-simple + - handshake-simple-slash + - handshake-slash + - thumbs-down + - thumbs-up + label: Hands +holidays: + icons: + - candy-cane + - carrot + - champagne-glasses + - cookie-bite + - face-grin-hearts + - face-kiss-wink-heart + - gift + - gifts + - heart + - holly-berry + - menorah + - mug-hot + - sleigh + - snowman + label: Holidays +household: + icons: + - arrow-up-from-water-pump + - bath + - bed + - bell + - blender + - box-tissue + - chair + - computer + - couch + - door-closed + - door-open + - dungeon + - fan + - faucet + - faucet-drip + - fire-burner + - house-chimney-user + - house-chimney-window + - house-fire + - house-laptop + - house-lock + - house-signal + - house-user + - jar + - jar-wheat + - jug-detergent + - kitchen-set + - lightbulb + - mattress-pillow + - mug-saucer + - people-roof + - plug + - pump-soap + - rug + - sheet-plastic + - shower + - sink + - snowflake + - soap + - spoon + - stairs + - temperature-arrow-down + - temperature-arrow-up + - toilet + - toilet-paper + - toilet-paper-slash + - tv + - utensils + label: Household +humanitarian: + icons: + - anchor + - anchor-circle-check + - anchor-circle-exclamation + - anchor-circle-xmark + - anchor-lock + - arrow-down-up-across-line + - arrow-down-up-lock + - arrow-right-to-city + - arrow-up-from-ground-water + - arrow-up-from-water-pump + - arrow-up-right-dots + - arrow-up-right-from-square + - arrows-down-to-line + - arrows-down-to-people + - arrows-left-right-to-line + - arrows-spin + - arrows-split-up-and-left + - arrows-to-circle + - arrows-to-dot + - arrows-to-eye + - arrows-turn-right + - arrows-turn-to-dots + - arrows-up-to-line + - baby + - bacterium + - ban + - bed + - biohazard + - book-bookmark + - bore-hole + - bottle-droplet + - bottle-water + - bowl-food + - bowl-rice + - boxes-packing + - bridge + - bridge-circle-check + - bridge-circle-exclamation + - bridge-circle-xmark + - bridge-lock + - bridge-water + - bucket + - bugs + - building + - building-circle-arrow-right + - building-circle-check + - building-circle-exclamation + - building-circle-xmark + - building-columns + - building-flag + - building-lock + - building-ngo + - building-shield + - building-un + - building-user + - building-wheat + - burst + - bus + - car + - car-on + - car-tunnel + - child-combatant + - children + - church + - circle-h + - circle-nodes + - clipboard-question + - clipboard-user + - cloud-bolt + - cloud-showers-heavy + - cloud-showers-water + - computer + - cow + - cubes-stacked + - display + - droplet + - envelope + - envelope-circle-check + - explosion + - faucet-drip + - fax + - ferry + - file + - file-circle-check + - file-circle-exclamation + - file-circle-minus + - file-circle-plus + - file-circle-question + - file-circle-xmark + - file-csv + - file-pdf + - file-pen + - file-shield + - fire-burner + - fire-flame-simple + - fish-fins + - flag + - flask-vial + - gas-pump + - glass-water + - glass-water-droplet + - gopuram + - group-arrows-rotate + - hammer + - hand-holding-hand + - handcuffs + - hands-bound + - hands-bubbles + - hands-holding-child + - hands-holding-circle + - handshake-simple + - headset + - heart-circle-bolt + - heart-circle-check + - heart-circle-exclamation + - heart-circle-minus + - heart-circle-plus + - heart-circle-xmark + - helicopter + - helicopter-symbol + - helmet-un + - hill-avalanche + - hill-rockslide + - hospital + - hotel + - house-chimney + - house-chimney-crack + - house-circle-check + - house-circle-exclamation + - house-circle-xmark + - house-fire + - house-flag + - house-flood-water + - house-flood-water-circle-arrow-right + - house-lock + - house-medical + - house-medical-circle-check + - house-medical-circle-exclamation + - house-medical-circle-xmark + - house-medical-flag + - house-signal + - house-tsunami + - hurricane + - id-card + - jar + - jar-wheat + - jet-fighter-up + - jug-detergent + - kitchen-set + - land-mine-on + - landmark + - landmark-dome + - landmark-flag + - laptop + - laptop-file + - life-ring + - lines-leaning + - location-pin-lock + - locust + - lungs + - magnifying-glass-arrow-right + - magnifying-glass-chart + - mars-and-venus + - mars-and-venus-burst + - mask-face + - mask-ventilator + - mattress-pillow + - microscope + - mobile-retro + - mobile-screen + - money-bill-transfer + - money-bill-trend-up + - money-bill-wheat + - money-bills + - mosque + - mosquito + - mosquito-net + - mound + - mountain-city + - mountain-sun + - oil-well + - parachute-box + - people-arrows + - people-group + - people-line + - people-pulling + - people-robbery + - people-roof + - person + - person-arrow-down-to-line + - person-arrow-up-from-line + - person-breastfeeding + - person-burst + - person-cane + - person-chalkboard + - person-circle-check + - person-circle-exclamation + - person-circle-minus + - person-circle-plus + - person-circle-question + - person-circle-xmark + - person-digging + - person-dress + - person-dress-burst + - person-drowning + - person-falling + - person-falling-burst + - person-half-dress + - person-harassing + - person-military-pointing + - person-military-rifle + - person-military-to-person + - person-pregnant + - person-rays + - person-rifle + - person-shelter + - person-through-window + - person-walking + - person-walking-arrow-loop-left + - person-walking-arrow-right + - person-walking-dashed-line-arrow-right + - person-walking-luggage + - pills + - plane-circle-check + - plane-circle-exclamation + - plane-circle-xmark + - plane-lock + - plane-up + - plant-wilt + - plate-wheat + - plug + - plug-circle-bolt + - plug-circle-check + - plug-circle-exclamation + - plug-circle-minus + - plug-circle-plus + - plug-circle-xmark + - pump-soap + - radiation + - radio + - ranking-star + - road + - road-barrier + - road-bridge + - road-circle-check + - road-circle-exclamation + - road-circle-xmark + - road-lock + - road-spikes + - rug + - sack-dollar + - sack-xmark + - sailboat + - satellite-dish + - scale-balanced + - school + - school-circle-check + - school-circle-exclamation + - school-circle-xmark + - school-flag + - school-lock + - seedling + - sheet-plastic + - shield-cat + - shield-dog + - shield-heart + - ship + - shirt + - shop + - shop-lock + - shower + - skull-crossbones + - snowflake + - soap + - square-nfi + - square-person-confined + - square-virus + - staff-snake + - stethoscope + - suitcase-medical + - sun-plant-wilt + - syringe + - tarp + - tarp-droplet + - temperature-arrow-down + - temperature-arrow-up + - tent + - tent-arrow-down-to-line + - tent-arrow-left-right + - tent-arrow-turn-left + - tent-arrows-down + - tents + - toilet + - toilet-portable + - toilets-portable + - tornado + - tower-broadcast + - tower-cell + - tower-observation + - train-subway + - trash-can + - tree-city + - trowel + - trowel-bricks + - truck + - truck-arrow-right + - truck-droplet + - truck-field + - truck-field-un + - truck-front + - truck-medical + - truck-plane + - user-doctor + - user-injured + - users-between-lines + - users-line + - users-rays + - users-rectangle + - users-viewfinder + - vial-circle-check + - vial-virus + - vihara + - virus + - virus-covid + - volcano + - walkie-talkie + - wheat-awn + - wheat-awn-circle-exclamation + - wheelchair-move + - wifi + - wind + - worm + - xmarks-lines + label: Humanitarian +logistics: + icons: + - anchor + - anchor-circle-check + - anchor-circle-exclamation + - anchor-circle-xmark + - anchor-lock + - box + - boxes-packing + - boxes-stacked + - bridge + - bridge-circle-check + - bridge-circle-exclamation + - bridge-circle-xmark + - bridge-lock + - bridge-water + - bus + - bus-simple + - car + - car-tunnel + - cart-flatbed + - chart-simple + - clipboard-check + - clipboard-list + - clipboard-question + - dolly + - ferry + - gas-pump + - gears + - helicopter + - helicopter-symbol + - helmet-safety + - jet-fighter-up + - pallet + - plane-circle-check + - plane-circle-exclamation + - plane-circle-xmark + - plane-lock + - road + - road-barrier + - road-bridge + - road-circle-check + - road-circle-exclamation + - road-circle-xmark + - road-lock + - sailboat + - square-nfi + - train + - train-subway + - truck + - truck-arrow-right + - truck-fast + - truck-field + - truck-field-un + - truck-front + - truck-plane + - warehouse + - xmarks-lines + label: Logistics +maps: + icons: + - anchor + - bag-shopping + - basket-shopping + - bath + - bed + - beer-mug-empty + - bell + - bell-slash + - bicycle + - binoculars + - bomb + - book + - book-atlas + - bookmark + - bridge + - bridge-water + - briefcase + - building + - building-columns + - cake-candles + - car + - cart-shopping + - circle-info + - crosshairs + - diamond-turn-right + - dollar-sign + - draw-polygon + - droplet + - eye + - eye-low-vision + - eye-slash + - fire + - fire-extinguisher + - fire-flame-curved + - flag + - flag-checkered + - flask + - gamepad + - gavel + - gift + - globe + - graduation-cap + - heart + - heart-pulse + - helicopter + - helicopter-symbol + - hospital + - house + - image + - images + - industry + - info + - jet-fighter + - key + - landmark + - landmark-flag + - layer-group + - leaf + - lemon + - life-ring + - lightbulb + - location-arrow + - location-crosshairs + - location-dot + - location-pin + - location-pin-lock + - magnet + - magnifying-glass + - magnifying-glass-minus + - magnifying-glass-plus + - map + - map-pin + - martini-glass-empty + - money-bill + - money-bill-1 + - monument + - motorcycle + - mountain-sun + - mug-saucer + - music + - newspaper + - paw + - person + - person-walking-with-cane + - phone + - phone-flip + - phone-volume + - plane + - plug + - plus + - print + - recycle + - restroom + - road + - rocket + - route + - scale-balanced + - scale-unbalanced + - scale-unbalanced-flip + - ship + - shoe-prints + - shower + - signs-post + - snowplow + - spoon + - square-h + - square-parking + - square-phone + - square-phone-flip + - square-plus + - street-view + - suitcase + - suitcase-medical + - tag + - tags + - taxi + - thumbtack + - ticket + - ticket-simple + - traffic-light + - train + - train-subway + - train-tram + - tree + - trophy + - truck + - truck-medical + - tty + - umbrella + - utensils + - vest + - vest-patches + - wheelchair + - wheelchair-move + - wifi + - wine-glass + - wrench + label: Maps +maritime: + icons: + - anchor + - anchor-circle-check + - anchor-circle-exclamation + - anchor-circle-xmark + - anchor-lock + - ferry + - fish + - fish-fins + - otter + - person-swimming + - sailboat + - ship + - shrimp + - water + label: Maritime +marketing: + icons: + - arrows-spin + - arrows-to-dot + - arrows-to-eye + - bullhorn + - bullseye + - chart-simple + - comment-dollar + - comments-dollar + - envelope-open-text + - envelopes-bulk + - filter-circle-dollar + - group-arrows-rotate + - lightbulb + - magnifying-glass-arrow-right + - magnifying-glass-chart + - magnifying-glass-dollar + - magnifying-glass-location + - people-group + - person-rays + - ranking-star + - rectangle-ad + - square-poll-horizontal + - square-poll-vertical + - timeline + label: Marketing +mathematics: + icons: + - calculator + - circle-minus + - circle-plus + - circle-xmark + - divide + - equals + - greater-than + - greater-than-equal + - infinity + - less-than + - less-than-equal + - minus + - not-equal + - percent + - plus + - plus-minus + - square-minus + - square-root-variable + - square-xmark + - subscript + - superscript + - wave-square + - xmark + label: Mathematics +media-playback: + icons: + - arrow-rotate-left + - arrow-rotate-right + - arrows-rotate + - backward + - backward-fast + - backward-step + - circle-pause + - circle-play + - circle-stop + - compress + - down-left-and-up-right-to-center + - eject + - expand + - forward + - forward-fast + - forward-step + - hand + - maximize + - minimize + - music + - pause + - phone-volume + - play + - plus-minus + - repeat + - rotate + - rotate-left + - rotate-right + - rss + - shuffle + - sliders + - stop + - up-right-and-down-left-from-center + - volume-high + - volume-low + - volume-off + - volume-xmark + label: Media Playback +medical-health: + icons: + - accessible-icon + - bacteria + - bacterium + - ban-smoking + - bandage + - bed-pulse + - biohazard + - bone + - bong + - book-medical + - brain + - briefcase-medical + - cannabis + - capsules + - circle-h + - circle-radiation + - clipboard-user + - clock-rotate-left + - comment-medical + - crutch + - disease + - dna + - eye + - eye-dropper + - file-medical + - file-prescription + - file-waveform + - fire-flame-simple + - flask + - flask-vial + - hand-dots + - hand-holding-medical + - head-side-cough + - head-side-cough-slash + - head-side-mask + - head-side-virus + - heart + - heart-circle-bolt + - heart-circle-check + - heart-circle-exclamation + - heart-circle-minus + - heart-circle-plus + - heart-circle-xmark + - heart-pulse + - hospital + - hospital-user + - house-chimney-medical + - house-medical + - house-medical-circle-check + - house-medical-circle-exclamation + - house-medical-circle-xmark + - house-medical-flag + - id-card-clip + - joint + - kit-medical + - laptop-medical + - lungs + - lungs-virus + - mask-face + - mask-ventilator + - microscope + - mortar-pestle + - notes-medical + - pager + - person-breastfeeding + - person-cane + - person-dots-from-line + - person-half-dress + - pills + - plus + - poop + - prescription + - prescription-bottle + - prescription-bottle-medical + - pump-medical + - radiation + - receipt + - shield-virus + - skull + - skull-crossbones + - smoking + - square-h + - square-plus + - square-virus + - staff-snake + - star-of-life + - stethoscope + - suitcase-medical + - syringe + - tablets + - teeth + - teeth-open + - thermometer + - tooth + - truck-medical + - user-doctor + - user-nurse + - vial + - vial-circle-check + - vial-virus + - vials + - virus + - virus-covid + - virus-covid-slash + - virus-slash + - viruses + - weight-scale + - wheelchair + - wheelchair-move + - x-ray + label: Medical + Health +money: + icons: + - austral-sign + - baht-sign + - bangladeshi-taka-sign + - bitcoin + - bitcoin-sign + - brazilian-real-sign + - btc + - cash-register + - cedi-sign + - cent-sign + - chart-line + - chart-pie + - circle-dollar-to-slot + - coins + - colon-sign + - comment-dollar + - comments-dollar + - credit-card + - cruzeiro-sign + - dollar-sign + - dong-sign + - ethereum + - euro-sign + - file-invoice + - file-invoice-dollar + - florin-sign + - franc-sign + - gg + - gg-circle + - guarani-sign + - hand-holding-dollar + - hryvnia-sign + - indian-rupee-sign + - kip-sign + - landmark + - lari-sign + - lira-sign + - litecoin-sign + - manat-sign + - mill-sign + - money-bill + - money-bill-1 + - money-bill-1-wave + - money-bill-transfer + - money-bill-trend-up + - money-bill-wave + - money-bill-wheat + - money-bills + - money-check + - money-check-dollar + - naira-sign + - percent + - peseta-sign + - peso-sign + - piggy-bank + - receipt + - ruble-sign + - rupee-sign + - rupiah-sign + - sack-dollar + - sack-xmark + - scale-balanced + - scale-unbalanced + - scale-unbalanced-flip + - shekel-sign + - stamp + - sterling-sign + - tenge-sign + - turkish-lira-sign + - vault + - wallet + - won-sign + - yen-sign + label: Money +moving: + icons: + - box-archive + - box-open + - boxes-packing + - caravan + - couch + - dolly + - house-chimney + - people-carry-box + - route + - sign-hanging + - suitcase + - tape + - trailer + - truck-moving + - truck-ramp-box + - wine-glass + label: Moving +music-audio: + icons: + - compact-disc + - drum + - drum-steelpan + - file-audio + - guitar + - headphones + - headphones-simple + - microphone + - microphone-lines + - microphone-lines-slash + - microphone-slash + - music + - napster + - radio + - record-vinyl + - sliders + - soundcloud + - spotify + - volume-high + - volume-low + - volume-off + - volume-xmark + label: Music + Audio +nature: + icons: + - binoculars + - bug + - bugs + - cannabis + - cloud-sun + - clover + - feather + - feather-pointed + - fire + - frog + - icicles + - leaf + - locust + - mosquito + - mound + - mountain + - mountain-city + - mountain-sun + - person-hiking + - plant-wilt + - seedling + - signs-post + - spider + - tree + - volcano + - water + - wind + - worm + label: Nature +numbers: + icons: + - '0' + - '1' + - '2' + - '3' + - '4' + - '5' + - '6' + - '7' + - '8' + - '9' + label: Numbers +photos-images: + icons: + - bolt + - bolt-lightning + - camera + - camera-retro + - camera-rotate + - chalkboard + - circle-half-stroke + - clone + - droplet + - eye + - eye-dropper + - eye-slash + - file-image + - film + - id-badge + - id-card + - image + - image-portrait + - images + - minimize + - panorama + - photo-film + - sliders + - unsplash + label: Photos + Images +political: + icons: + - award + - building-flag + - bullhorn + - check-double + - check-to-slot + - circle-dollar-to-slot + - democrat + - dove + - dumpster-fire + - flag-usa + - hand-fist + - handshake + - landmark-dome + - landmark-flag + - person-booth + - piggy-bank + - republican + - scale-balanced + - scale-unbalanced + - scale-unbalanced-flip + label: Political +punctuation-symbols: + icons: + - asterisk + - at + - check + - check-double + - circle-exclamation + - circle-question + - equals + - exclamation + - greater-than + - hashtag + - less-than + - minus + - percent + - plus + - question + - quote-left + - quote-right + - section + label: Punctuation + Symbols +religion: + icons: + - ankh + - atom + - bahai + - book-bible + - book-journal-whills + - book-quran + - book-tanakh + - church + - cross + - dharmachakra + - dove + - gopuram + - hamsa + - hands-praying + - hanukiah + - jedi + - kaaba + - khanda + - menorah + - mosque + - om + - peace + - person-praying + - place-of-worship + - scroll-torah + - spaghetti-monster-flying + - star-and-crescent + - star-of-david + - synagogue + - torii-gate + - vihara + - yin-yang + label: Religion +science: + icons: + - atom + - biohazard + - brain + - capsules + - circle-radiation + - clipboard-check + - disease + - dna + - eye-dropper + - filter + - fire + - fire-flame-curved + - fire-flame-simple + - flask + - flask-vial + - frog + - magnet + - microscope + - mortar-pestle + - pills + - prescription-bottle + - radiation + - seedling + - skull-crossbones + - square-virus + - syringe + - tablets + - temperature-high + - temperature-low + - vial + - vial-circle-check + - vial-virus + - vials + label: Science +science-fiction: + icons: + - atom + - book-journal-whills + - explosion + - galactic-republic + - galactic-senate + - hand-spock + - jedi + - jedi-order + - old-republic + - robot + - rocket + - space-awesome + - user-astronaut + label: Science Fiction +security: + icons: + - ban + - bug + - bug-slash + - building-lock + - building-shield + - burst + - car-on + - door-closed + - door-open + - dungeon + - explosion + - eye + - eye-slash + - file-contract + - file-shield + - file-signature + - fingerprint + - gun + - handcuffs + - hands-bound + - hands-holding-child + - hands-holding-circle + - house-fire + - house-lock + - id-badge + - id-card + - id-card-clip + - key + - land-mine-on + - lock + - lock-open + - mars-and-venus-burst + - mask + - passport + - people-pulling + - people-robbery + - person-burst + - person-dress-burst + - person-falling-burst + - person-harassing + - person-military-pointing + - person-military-rifle + - person-military-to-person + - person-rifle + - person-shelter + - person-through-window + - road-spikes + - shield + - shield-cat + - shield-dog + - shield-halved + - shield-heart + - skull-crossbones + - square-person-confined + - tower-observation + - unlock + - unlock-keyhole + - user-lock + - user-secret + - user-shield + - vault + label: Security +shapes: + icons: + - bookmark + - burst + - calendar + - certificate + - circle + - circle-half-stroke + - cloud + - clover + - comment + - crown + - cubes-stacked + - diamond + - file + - folder + - heart + - heart-crack + - lines-leaning + - location-pin + - play + - shapes + - shield + - square + - star + - ticket-simple + label: Shapes +shopping: + icons: + - alipay + - amazon-pay + - apple-pay + - bag-shopping + - barcode + - basket-shopping + - bell + - bitcoin + - bookmark + - btc + - bullhorn + - camera + - camera-retro + - cart-arrow-down + - cart-plus + - cart-shopping + - cash-register + - cc-amazon-pay + - cc-amex + - cc-apple-pay + - cc-diners-club + - cc-discover + - cc-jcb + - cc-mastercard + - cc-paypal + - cc-stripe + - cc-visa + - certificate + - credit-card + - ethereum + - gem + - gift + - gifts + - google-pay + - google-wallet + - handshake + - heart + - key + - money-check + - money-check-dollar + - nfc-directional + - nfc-symbol + - paypal + - person-booth + - receipt + - shirt + - shop + - shop-lock + - shop-slash + - star + - store + - store-slash + - stripe + - stripe-s + - tag + - tags + - thumbs-down + - thumbs-up + - trophy + - truck + - truck-fast + label: Shopping +social: + icons: + - bell + - cake-candles + - camera + - circle-user + - comment + - envelope + - hashtag + - heart + - icons + - image + - images + - location-dot + - location-pin + - message + - photo-film + - retweet + - share + - share-from-square + - share-nodes + - square-poll-horizontal + - square-poll-vertical + - square-share-nodes + - star + - thumbs-down + - thumbs-up + - thumbtack + - user + - user-group + - user-plus + - users + - video + label: Social +spinners: + icons: + - arrows-spin + - asterisk + - atom + - bahai + - certificate + - circle-notch + - compact-disc + - compass + - crosshairs + - dharmachakra + - fan + - gear + - hurricane + - life-ring + - palette + - ring + - rotate + - slash + - snowflake + - spinner + - stroopwafel + - sun + - yin-yang + label: Spinners +sports-fitness: + icons: + - baseball + - baseball-bat-ball + - basketball + - bicycle + - bowling-ball + - broom-ball + - dumbbell + - fire-flame-curved + - fire-flame-simple + - football + - futbol + - golf-ball-tee + - heart + - heart-pulse + - hockey-puck + - medal + - mound + - person-biking + - person-hiking + - person-running + - person-skating + - person-skiing + - person-skiing-nordic + - person-snowboarding + - person-swimming + - person-walking + - ranking-star + - shoe-prints + - spa + - stopwatch-20 + - table-tennis-paddle-ball + - volleyball + - weight-hanging + label: Sports + Fitness +text-formatting: + icons: + - align-center + - align-justify + - align-left + - align-right + - bold + - border-all + - border-none + - border-top-left + - check + - check-double + - circle-check + - filter-circle-xmark + - font + - heading + - highlighter + - i-cursor + - icons + - indent + - italic + - list + - list-check + - list-ol + - list-ul + - outdent + - paragraph + - rectangle-list + - spell-check + - square-check + - strikethrough + - subscript + - superscript + - table + - table-cells + - table-cells-large + - table-columns + - table-list + - text-height + - text-slash + - text-width + - underline + label: Text Formatting +time: + icons: + - bell + - bell-slash + - calendar + - calendar-check + - calendar-day + - calendar-days + - calendar-minus + - calendar-plus + - calendar-week + - calendar-xmark + - clock + - hourglass + - hourglass-end + - hourglass-half + - hourglass-start + - stopwatch + - stopwatch-20 + label: Time +toggle: + icons: + - bullseye + - circle + - circle-check + - circle-dot + - location-crosshairs + - microphone + - microphone-slash + - plane-up + - signal + - star + - star-half + - star-half-stroke + - toggle-off + - toggle-on + - wifi + label: Toggle +transportation: + icons: + - accessible-icon + - baby-carriage + - bicycle + - bus + - bus-simple + - cable-car + - car + - car-burst + - car-rear + - car-side + - car-tunnel + - cart-shopping + - ferry + - helicopter + - horse + - jet-fighter + - jet-fighter-up + - motorcycle + - mound + - paper-plane + - plane + - plane-slash + - plane-up + - road + - road-barrier + - road-spikes + - rocket + - sailboat + - ship + - shuttle-space + - sleigh + - snowplow + - taxi + - tractor + - train + - train-subway + - train-tram + - truck + - truck-arrow-right + - truck-droplet + - truck-field + - truck-field-un + - truck-front + - truck-medical + - truck-monster + - truck-pickup + - truck-plane + - van-shuttle + - wheelchair + - wheelchair-move + label: Transportation +travel-hotel: + icons: + - archway + - baby-carriage + - ban-smoking + - bath + - bed + - bell-concierge + - book-atlas + - briefcase + - bus + - bus-simple + - cable-car + - car + - caravan + - cart-flatbed-suitcase + - dice + - dice-five + - door-closed + - door-open + - dumbbell + - earth-africa + - earth-americas + - earth-asia + - earth-europe + - earth-oceania + - elevator + - hot-tub-person + - hotel + - infinity + - key + - kitchen-set + - map + - map-location + - map-location-dot + - martini-glass + - martini-glass-citrus + - martini-glass-empty + - monument + - mountain-city + - mug-saucer + - passport + - person-swimming + - person-walking-luggage + - plane + - plane-arrival + - plane-circle-check + - plane-circle-exclamation + - plane-circle-xmark + - plane-departure + - plane-lock + - plane-slash + - plane-up + - shower + - smoking + - snowflake + - spa + - stairs + - suitcase + - suitcase-rolling + - taxi + - toilet + - toilet-paper + - train-tram + - tree-city + - tv + - umbrella-beach + - utensils + - van-shuttle + - water-ladder + - wheelchair + - wheelchair-move + - wifi + - wine-glass + - wine-glass-empty + label: Travel + Hotel +users-people: + icons: + - accessible-icon + - address-book + - address-card + - arrows-down-to-people + - baby + - bed + - chalkboard-user + - child + - child-dress + - child-reaching + - children + - circle-user + - clipboard-user + - elevator + - face-frown + - face-meh + - face-smile + - head-side-cough + - head-side-cough-slash + - head-side-mask + - head-side-virus + - hospital-user + - hot-tub-person + - house-chimney-user + - house-user + - id-badge + - id-card + - id-card-clip + - image-portrait + - mars-and-venus-burst + - people-arrows + - people-carry-box + - people-group + - people-line + - people-pulling + - people-robbery + - people-roof + - person + - person-arrow-down-to-line + - person-arrow-up-from-line + - person-biking + - person-booth + - person-breastfeeding + - person-burst + - person-cane + - person-chalkboard + - person-circle-check + - person-circle-exclamation + - person-circle-minus + - person-circle-plus + - person-circle-question + - person-circle-xmark + - person-digging + - person-dots-from-line + - person-dress + - person-dress-burst + - person-drowning + - person-falling + - person-falling-burst + - person-half-dress + - person-harassing + - person-hiking + - person-military-pointing + - person-military-rifle + - person-military-to-person + - person-praying + - person-pregnant + - person-rays + - person-rifle + - person-running + - person-shelter + - person-skating + - person-skiing + - person-skiing-nordic + - person-snowboarding + - person-swimming + - person-through-window + - person-walking + - person-walking-arrow-loop-left + - person-walking-arrow-right + - person-walking-dashed-line-arrow-right + - person-walking-luggage + - person-walking-with-cane + - poo + - restroom + - skull + - square-person-confined + - street-view + - user + - user-astronaut + - user-check + - user-clock + - user-doctor + - user-gear + - user-graduate + - user-group + - user-injured + - user-large + - user-large-slash + - user-lock + - user-minus + - user-ninja + - user-nurse + - user-pen + - user-plus + - user-secret + - user-shield + - user-slash + - user-tag + - user-tie + - user-xmark + - users + - users-between-lines + - users-gear + - users-line + - users-rays + - users-rectangle + - users-slash + - users-viewfinder + - wheelchair + - wheelchair-move + label: Users + People +weather: + icons: + - bolt + - bolt-lightning + - cloud + - cloud-bolt + - cloud-meatball + - cloud-moon + - cloud-moon-rain + - cloud-rain + - cloud-showers-heavy + - cloud-showers-water + - cloud-sun + - cloud-sun-rain + - house-tsunami + - hurricane + - icicles + - meteor + - moon + - poo-storm + - rainbow + - smog + - snowflake + - sun + - sun-plant-wilt + - temperature-arrow-down + - temperature-arrow-up + - temperature-empty + - temperature-full + - temperature-half + - temperature-high + - temperature-low + - temperature-quarter + - temperature-three-quarters + - tornado + - umbrella + - volcano + - water + - wind + label: Weather +writing: + icons: + - blog + - book + - book-bookmark + - bookmark + - box-archive + - envelope + - envelope-open + - eraser + - file + - file-lines + - folder + - folder-open + - keyboard + - newspaper + - notdef + - note-sticky + - paper-plane + - paperclip + - paragraph + - pen + - pen-clip + - pen-to-square + - pencil + - quote-left + - quote-right + - signature + - square-pen + - thumbtack + label: Writing diff --git a/static/thirdparty/fontawesome6/metadata/icon-families.json b/static/thirdparty/fontawesome6/metadata/icon-families.json new file mode 100644 index 0000000..0fb9f58 --- /dev/null +++ b/static/thirdparty/fontawesome6/metadata/icon-families.json @@ -0,0 +1,111762 @@ +{ + "0": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Zero", + "nada", + "none", + "zero", + "zilch" + ] + }, + "unicode": "30", + "label": "0", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 192C0 103.6 71.6 32 160 32s160 71.6 160 160V320c0 88.4-71.6 160-160 160S0 408.4 0 320V192zM160 96c-53 0-96 43-96 96V320c0 53 43 96 96 96s96-43 96-96V192c0-53-43-96-96-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "1": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit One", + "one" + ] + }, + "unicode": "31", + "label": "1", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M160 64c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.8 1.6l-96 64C-.5 111.2-4.4 131 5.4 145.8s29.7 18.7 44.4 8.9L96 123.8V416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160V64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "2": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Two", + "two" + ] + }, + "unicode": "32", + "label": "2", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M142.9 96c-21.5 0-42.2 8.5-57.4 23.8L54.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L40.2 74.5C67.5 47.3 104.4 32 142.9 32C223 32 288 97 288 177.1c0 38.5-15.3 75.4-42.5 102.6L109.3 416H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L200.2 234.5c15.2-15.2 23.8-35.9 23.8-57.4c0-44.8-36.3-81.1-81.1-81.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "3": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Three", + "three" + ] + }, + "unicode": "33", + "label": "3", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H272c13.2 0 25 8.1 29.8 20.4s1.5 26.3-8.2 35.2L162.3 208H184c75.1 0 136 60.9 136 136s-60.9 136-136 136H105.4C63 480 24.2 456 5.3 418.1l-1.9-3.8c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l1.9 3.8c8.1 16.3 24.8 26.5 42.9 26.5H184c39.8 0 72-32.2 72-72s-32.2-72-72-72H80c-13.2 0-25-8.1-29.8-20.4s-1.5-26.3 8.2-35.2L189.7 96H32C14.3 96 0 81.7 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "4": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Four", + "four" + ] + }, + "unicode": "34", + "label": "4", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M189 77.6c7.5-16 .7-35.1-15.3-42.6s-35.1-.7-42.6 15.3L3 322.4c-4.7 9.9-3.9 21.5 1.9 30.8S21 368 32 368H256v80c0 17.7 14.3 32 32 32s32-14.3 32-32V368h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320V160c0-17.7-14.3-32-32-32s-32 14.3-32 32V304H82.4L189 77.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "5": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Five", + "five" + ] + }, + "unicode": "35", + "label": "5", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M32.5 58.3C35.3 43.1 48.5 32 64 32H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H90.7L70.3 208H184c75.1 0 136 60.9 136 136s-60.9 136-136 136H100.5c-39.4 0-75.4-22.3-93-57.5l-4.1-8.2c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l4.1 8.2c6.8 13.6 20.6 22.1 35.8 22.1H184c39.8 0 72-32.2 72-72s-32.2-72-72-72H32c-9.5 0-18.5-4.2-24.6-11.5s-8.6-16.9-6.9-26.2l32-176z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "6": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Six", + "six" + ] + }, + "unicode": "36", + "label": "6", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M232.4 84.7c11.4-13.5 9.7-33.7-3.8-45.1s-33.7-9.7-45.1 3.8L38.6 214.7C14.7 242.9 1.1 278.4 .1 315.2c0 1.4-.1 2.9-.1 4.3c0 .2 0 .3 0 .5c0 88.4 71.6 160 160 160s160-71.6 160-160c0-85.5-67.1-155.4-151.5-159.8l63.9-75.6zM256 320A96 96 0 1 1 64 320a96 96 0 1 1 192 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "7": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Seven", + "seven" + ] + }, + "unicode": "37", + "label": "7", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H288c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-224 384c-8.9 15.3-28.5 20.4-43.8 11.5s-20.4-28.5-11.5-43.8L232.3 96H32C14.3 96 0 81.7 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "8": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Eight", + "eight" + ] + }, + "unicode": "38", + "label": "8", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M304 160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160c0 34.6 13.7 66 36 89C20.5 272.3 0 309.8 0 352c0 70.7 57.3 128 128 128h64c70.7 0 128-57.3 128-128c0-42.2-20.5-79.7-52-103c22.3-23 36-54.4 36-89zM176.1 288H192c35.3 0 64 28.7 64 64s-28.7 64-64 64H128c-35.3 0-64-28.7-64-64s28.7-64 64-64h15.9c0 0 .1 0 .1 0h32c0 0 .1 0 .1 0zm0-64c0 0 0 0 0 0H144c0 0 0 0 0 0c-35.3 0-64-28.7-64-64c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64c0 35.3-28.6 64-64 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "9": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Nine", + "nine" + ] + }, + "unicode": "39", + "label": "9", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 192a96 96 0 1 0 192 0A96 96 0 1 0 64 192zm87.5 159.8C67.1 347.4 0 277.5 0 192C0 103.6 71.6 32 160 32s160 71.6 160 160c0 2.6-.1 5.3-.2 7.9c-1.7 35.7-15.2 70-38.4 97.4l-145 171.4c-11.4 13.5-31.6 15.2-45.1 3.8s-15.2-31.6-3.8-45.1l63.9-75.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "42-group": { + "aliases": { + "names": [ + "innosoft" + ] + }, + "changes": [ + "5.15.0", + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e080", + "label": "42.group", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "500px": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f26e", + "label": "500px", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "a": { + "aliases": { + "unicodes": { + "composite": [ + "61" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter A", + "Latin Small Letter A", + "letter" + ] + }, + "unicode": "41", + "label": "A", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M221.5 51.7C216.6 39.8 204.9 32 192 32s-24.6 7.8-29.5 19.7l-120 288-40 96c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L93.3 384H290.7l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-40-96-120-288zM264 320H120l72-172.8L264 320z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "accessible-icon": { + "aliases": { + "unicodes": { + "composite": [ + "f29b" + ] + } + }, + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accessibility", + "handicap", + "person", + "wheelchair", + "wheelchair-alt" + ] + }, + "unicode": "f368", + "label": "Accessible Icon", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "accusoft": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f369", + "label": "Accusoft", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "address-book": { + "aliases": { + "names": [ + "contact-book" + ], + "unicodes": { + "composite": [ + "f2ba" + ], + "secondary": [ + "10f2b9" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.3", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "contact", + "directory", + "index", + "little black book", + "rolodex" + ] + }, + "unicode": "f2b9", + "label": "Address Book", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 0C60.7 0 32 28.7 32 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H96zM208 288h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80zM496 192c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V336z" + }, + "regular": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M384 48c8.8 0 16 7.2 16 16V448c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H384zM96 0C60.7 0 32 28.7 32 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H96zM240 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H208zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80zM496 192c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V336z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "address-card": { + "aliases": { + "names": [ + "contact-card", + "vcard" + ], + "unicodes": { + "composite": [ + "f2bc" + ], + "secondary": [ + "10f2bb" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.3", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "about", + "contact", + "id", + "identification", + "postcard", + "profile", + "registration" + ] + }, + "unicode": "f2bb", + "label": "Address Card", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 256h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + }, + "regular": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M512 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H512zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM208 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H304c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H176zM376 144c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "adn": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f170", + "label": "App.net", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "adversal": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f36a", + "label": "Adversal", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "affiliatetheme": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f36b", + "label": "affiliatetheme", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "airbnb": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f834", + "label": "Airbnb", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "algolia": { + "changes": [ + "5.0.0", + "6.3.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f36c", + "label": "Algolia", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1675090779, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0C116.1 0 2 112.7 0 252.1C-2 393.6 112.9 510.8 254.5 511.6c43.7 .3 85.9-10.4 123.3-30.7c3.6-2 4.2-7 1.1-9.7l-24-21.2c-4.9-4.3-11.8-5.5-17.8-3c-26.1 11.1-54.5 16.8-83.7 16.4C139 461.9 46.5 366.8 48.3 252.4C50.1 139.5 142.6 48.2 256 48.2H463.7V417.2L345.9 312.5c-3.8-3.4-9.7-2.7-12.7 1.3c-18.9 25-49.7 40.6-83.9 38.2c-47.5-3.3-85.9-41.5-89.5-88.9c-4.2-56.6 40.6-103.9 96.3-103.9c50.4 0 91.9 38.8 96.2 88c.4 4.4 2.4 8.5 5.7 11.4l30.7 27.2c3.5 3.1 9 1.2 9.9-3.4c2.2-11.8 3-24.2 2.1-36.8c-4.9-72-63.3-130-135.4-134.4c-82.7-5.1-151.8 59.5-154 140.6c-2.1 78.9 62.6 147 141.6 148.7c33 .7 63.6-9.6 88.3-27.6L495 509.4c6.6 5.8 17 1.2 17-7.7V9.7c0-5.4-4.4-9.7-9.7-9.7H256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "align-center": { + "aliases": { + "unicodes": { + "secondary": [ + "10f037" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "format", + "middle", + "paragraph", + "text" + ] + }, + "unicode": "f037", + "label": "Align Center", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 64c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "align-justify": { + "aliases": { + "unicodes": { + "secondary": [ + "10f039" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "format", + "paragraph", + "text" + ] + }, + "unicode": "f039", + "label": "Align Justify", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32zm0 256c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32zM0 192c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zM448 448c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "align-left": { + "aliases": { + "unicodes": { + "secondary": [ + "10f036" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "format", + "paragraph", + "text" + ] + }, + "unicode": "f036", + "label": "Align Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "align-right": { + "aliases": { + "unicodes": { + "secondary": [ + "10f038" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "format", + "paragraph", + "text" + ] + }, + "unicode": "f038", + "label": "Align Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 64c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "alipay": { + "changes": [ + "5.3.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f642", + "label": "Alipay", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "amazon": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f270", + "label": "Amazon", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "amazon-pay": { + "changes": [ + "5.0.2", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f42c", + "label": "Amazon Pay", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a595.88 595.88 0 0 0 127.4 46.3 616.61 616.61 0 0 0 63.2 11.8 603.33 603.33 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.66 603.66 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.31 473.31 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21.3 21.3 0 0 0-2.5.3H308a21.3 21.3 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426.3 426.3 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.33 443.33 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.92 80.92 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.29 4.29 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zM124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1zm205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a7.84 7.84 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.56 180.56 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.36 7.36 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26.2 26.2 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.33 61.33 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.42 88.42 0 0 0-21-3.9 147.32 147.32 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.75 13.75 0 0 0-3.7 3.5 5.11 5.11 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16.2 16.2 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.64 71.64 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 145.91 145.91 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43.1 43.1 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.13 42.13 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108.18 108.18 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.63 131.63 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.62 26.62 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "amilia": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f36d", + "label": "Amilia", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "anchor": { + "aliases": { + "unicodes": { + "composite": [ + "2693" + ], + "secondary": [ + "10f13d" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anchor", + "berth", + "boat", + "dock", + "embed", + "link", + "maritime", + "moor", + "port", + "secure", + "ship", + "tool" + ] + }, + "unicode": "f13d", + "label": "Anchor", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c88.4 0 160-71.6 160-160v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0l-56 56c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 53-43 96-96 96H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "anchor-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "marina", + "not affected", + "ok", + "okay", + "port" + ] + }, + "unicode": "e4aa", + "label": "Anchor Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "anchor-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "marina", + "port" + ] + }, + "unicode": "e4ab", + "label": "Anchor Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "anchor-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "destroy", + "marina", + "port" + ] + }, + "unicode": "e4ac", + "label": "Anchor Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "anchor-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "closed", + "lockdown", + "marina", + "port", + "quarantine" + ] + }, + "unicode": "e4ad", + "label": "Anchor Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8 0 15.9-.6 23.6-1.7c-4.8-9-7.6-19.3-7.6-30.3V446.7c-5.2 .9-10.5 1.3-16 1.3H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM528 240c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "android": { + "changes": [ + "3.2.0", + "5.0.0", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [ + "robot" + ] + }, + "unicode": "f17b", + "label": "Android", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "angellist": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f209", + "label": "AngelList", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "angle-down": { + "aliases": { + "unicodes": { + "composite": [ + "2304" + ], + "secondary": [ + "10f107" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Down Arrowhead", + "arrow", + "caret", + "download", + "expand" + ] + }, + "unicode": "f107", + "label": "Angle Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "angle-left": { + "aliases": { + "unicodes": { + "composite": [ + "2039" + ], + "secondary": [ + "10f104" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Single Left-Pointing Angle Quotation Mark", + "arrow", + "back", + "caret", + "less", + "previous" + ] + }, + "unicode": "f104", + "label": "Angle Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "angle-right": { + "aliases": { + "unicodes": { + "composite": [ + "203a" + ], + "secondary": [ + "10f105" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Single Right-Pointing Angle Quotation Mark", + "arrow", + "care", + "forward", + "more", + "next" + ] + }, + "unicode": "f105", + "label": "Angle Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "angle-up": { + "aliases": { + "unicodes": { + "composite": [ + "2303" + ], + "secondary": [ + "10f106" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Up Arrowhead", + "arrow", + "caret", + "collapse", + "upload" + ] + }, + "unicode": "f106", + "label": "Angle Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "angles-down": { + "aliases": { + "names": [ + "angle-double-down" + ], + "unicodes": { + "secondary": [ + "10f103" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrows", + "caret", + "download", + "expand" + ] + }, + "unicode": "f103", + "label": "Angles Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "angles-left": { + "aliases": { + "names": [ + "angle-double-left" + ], + "unicodes": { + "composite": [ + "ab" + ], + "secondary": [ + "10f100" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Left-Pointing Double Angle Quotation Mark", + "arrows", + "back", + "caret", + "laquo", + "previous", + "quote" + ] + }, + "unicode": "f100", + "label": "Angles Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "angles-right": { + "aliases": { + "names": [ + "angle-double-right" + ], + "unicodes": { + "composite": [ + "bb" + ], + "secondary": [ + "10f101" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Right-Pointing Double Angle Quotation Mark", + "arrows", + "caret", + "forward", + "more", + "next", + "quote", + "raquo" + ] + }, + "unicode": "f101", + "label": "Angles Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "angles-up": { + "aliases": { + "names": [ + "angle-double-up" + ], + "unicodes": { + "secondary": [ + "10f102" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrows", + "caret", + "collapse", + "upload" + ] + }, + "unicode": "f102", + "label": "Angles Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "angrycreative": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f36e", + "label": "Angry Creative", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "angular": { + "changes": [ + "5.0.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f420", + "label": "Angular", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M185.7 268.1h76.2l-38.1-91.6-38.1 91.6zM223.8 32L16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ankh": { + "aliases": { + "unicodes": { + "composite": [ + "2625" + ], + "secondary": [ + "10f644" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Ankh", + "amulet", + "copper", + "coptic christianity", + "copts", + "crux ansata", + "egypt", + "venus" + ] + }, + "unicode": "f644", + "label": "Ankh", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M96 128c0-35.3 28.7-64 64-64s64 28.7 64 64c0 41.6-20.7 76.6-46.6 104.1c-5.9 6.2-11.8 11.8-17.4 16.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7 204.6 96 169.6 96 128zM160 0C89.3 0 32 57.3 32 128c0 52.4 21.5 95.5 46.8 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96V480c0 17.7 14.3 32 32 32s32-14.3 32-32V320h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H241.2c25.4-32.5 46.8-75.6 46.8-128C288 57.3 230.7 0 160 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "app-store": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f36f", + "label": "App Store", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "app-store-ios": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f370", + "label": "iOS App Store", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "apper": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f371", + "label": "Apper Systems AB", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "apple": { + "changes": [ + "3.2.0", + "5.0.0", + "5.0.7", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fruit", + "ios", + "mac", + "operating system", + "os", + "osx" + ] + }, + "unicode": "f179", + "label": "Apple", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "apple-pay": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f415", + "label": "Apple Pay", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "apple-whole": { + "aliases": { + "names": [ + "apple-alt" + ], + "unicodes": { + "composite": [ + "1f34e", + "1f34f" + ], + "secondary": [ + "10f5d1" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apple", + "fall", + "fruit", + "fuji", + "green", + "green apple", + "macintosh", + "orchard", + "red", + "red apple", + "seasonal", + "vegan" + ] + }, + "unicode": "f5d1", + "label": "Apple Whole", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 112c-8.8 0-16-7.2-16-16V80c0-44.2 35.8-80 80-80h16c8.8 0 16 7.2 16 16V32c0 44.2-35.8 80-80 80H224zM0 288c0-76.3 35.7-160 112-160c27.3 0 59.7 10.3 82.7 19.3c18.8 7.3 39.9 7.3 58.7 0c22.9-8.9 55.4-19.3 82.7-19.3c76.3 0 112 83.7 112 160c0 128-80 224-160 224c-16.5 0-38.1-6.6-51.5-11.3c-8.1-2.8-16.9-2.8-25 0c-13.4 4.7-35 11.3-51.5 11.3C80 512 0 416 0 288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "archway": { + "aliases": { + "unicodes": { + "secondary": [ + "10f557" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arc", + "monument", + "road", + "street", + "tunnel" + ] + }, + "unicode": "f557", + "label": "Archway", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32H96h64V352c0-53 43-96 96-96s96 43 96 96V480h64 64c17.7 0 32-14.3 32-32s-14.3-32-32-32V128H32V416z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-down": { + "aliases": { + "unicodes": { + "composite": [ + "2193" + ], + "secondary": [ + "10f063" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Downwards Arrow", + "download" + ] + }, + "unicode": "f063", + "label": "Arrow Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-down-1-9": { + "aliases": { + "names": [ + "sort-numeric-asc", + "sort-numeric-down" + ], + "unicodes": { + "secondary": [ + "10f162" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "numbers", + "order", + "sort-numeric-asc" + ] + }, + "unicode": "f162", + "label": "Arrow Down 1 9", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M450.7 38c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2V160H384c-17.7 0-32 14.3-32 32s14.3 32 32 32h48 48c17.7 0 32-14.3 32-32s-14.3-32-32-32H464V64c0-10.3-4.9-19.9-13.3-26zM160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V365.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM418.3 307a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 307zM405.1 419.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-down-9-1": { + "aliases": { + "names": [ + "sort-numeric-desc", + "sort-numeric-down-alt" + ], + "unicodes": { + "secondary": [ + "10f886" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "numbers", + "order", + "sort-numeric-asc" + ] + }, + "unicode": "f886", + "label": "Arrow Down 9 1", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V365.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM450.7 294c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2V416H384c-17.7 0-32 14.3-32 32s14.3 32 32 32h48 48c17.7 0 32-14.3 32-32s-14.3-32-32-32H464V320c0-10.3-4.9-19.9-13.3-26zM418.3 91a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 91zM405.1 203.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-down-a-z": { + "aliases": { + "names": [ + "sort-alpha-asc", + "sort-alpha-down" + ], + "unicodes": { + "secondary": [ + "10f15d" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabetical", + "arrange", + "filter", + "order", + "sort-alpha-asc" + ] + }, + "unicode": "f15d", + "label": "Arrow Down A Z", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 320c0-17.7 14.3-32 32-32H480c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 416H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 352H352c-17.7 0-32-14.3-32-32zM416 32c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 224H371.8l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128C392.8 38.8 403.9 32 416 32zM395.8 176h40.4L416 135.6 395.8 176z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-down-long": { + "aliases": { + "names": [ + "long-arrow-down" + ], + "unicodes": { + "secondary": [ + "10f175" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download", + "long-arrow-down" + ] + }, + "unicode": "f175", + "label": "Arrow Down Long", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7 224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 370.7L86.6 329.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-down-short-wide": { + "aliases": { + "names": [ + "sort-amount-desc", + "sort-amount-down-alt" + ], + "unicodes": { + "secondary": [ + "10f884" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "order", + "sort-amount-asc" + ] + }, + "unicode": "f884", + "label": "Arrow Down Short Wide", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-down-up-across-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "border", + "crossing", + "transfer" + ] + }, + "unicode": "e4af", + "label": "Arrow Down Up Across Line", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M137.4 502.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V288H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H448V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L384 109.3V224H192 128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96V402.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96zM128 192h64V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192zM448 320H384V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-down-up-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "border", + "closed", + "crossing", + "lockdown", + "quarantine", + "transfer" + ] + }, + "unicode": "e4b0", + "label": "Arrow Down Up Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M150.6 502.6l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7V288H416V272c0-17.2 3.9-33.5 10.8-48H352V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-6-6-14.1-9.4-22.6-9.4s-16.6 3.4-22.6 9.4l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 109.3V224l-128 0H96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32H96V402.7L54.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0zM160 192V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192h64zM288 320V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320H288zm240-80c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-down-wide-short": { + "aliases": { + "names": [ + "sort-amount-asc", + "sort-amount-down" + ], + "unicodes": { + "secondary": [ + "10f160" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "number", + "order", + "sort-amount-asc" + ] + }, + "unicode": "f160", + "label": "Arrow Down Wide Short", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H320z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-down-z-a": { + "aliases": { + "names": [ + "sort-alpha-desc", + "sort-alpha-down-alt" + ], + "unicodes": { + "secondary": [ + "10f881" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabetical", + "arrange", + "filter", + "order", + "sort-alpha-asc" + ] + }, + "unicode": "f881", + "label": "Arrow Down Z A", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 64c0-17.7 14.3-32 32-32H480c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 96H352c-17.7 0-32-14.3-32-32zm96 192c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 448H371.8l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128c5.4-10.8 16.5-17.7 28.6-17.7zM395.8 400h40.4L416 359.6 395.8 400z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-left": { + "aliases": { + "unicodes": { + "composite": [ + "2190" + ], + "secondary": [ + "10f060" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Leftwards Arrow", + "back", + "previous" + ] + }, + "unicode": "f060", + "label": "Arrow Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-left-long": { + "aliases": { + "names": [ + "long-arrow-left" + ], + "unicodes": { + "secondary": [ + "10f177" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "long-arrow-left", + "previous" + ] + }, + "unicode": "f177", + "label": "Arrow Left Long", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288 480 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-370.7 0 73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-pointer": { + "aliases": { + "names": [ + "mouse-pointer" + ], + "unicodes": { + "secondary": [ + "10f245" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.0.3", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "cursor", + "select" + ] + }, + "unicode": "f245", + "label": "Arrow Pointer", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 55.2V426c0 12.2 9.9 22 22 22c6.3 0 12.4-2.7 16.6-7.5L121.2 346l58.1 116.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9L179.8 320H297.9c12.2 0 22.1-9.9 22.1-22.1c0-6.3-2.7-12.3-7.4-16.5L38.6 37.9C34.3 34.1 28.9 32 23.2 32C10.4 32 0 42.4 0 55.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-right": { + "aliases": { + "unicodes": { + "composite": [ + "2192" + ], + "secondary": [ + "10f061" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Rightwards Arrow", + "forward", + "next" + ] + }, + "unicode": "f061", + "label": "Arrow Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-right-arrow-left": { + "aliases": { + "names": [ + "exchange" + ], + "unicodes": { + "composite": [ + "21c4" + ], + "secondary": [ + "10f0ec" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Rightwards Arrow Over Leftwards Arrow", + "arrow", + "arrows", + "reciprocate", + "return", + "swap", + "transfer" + ] + }, + "unicode": "f0ec", + "label": "Arrow Right Arrow Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M438.6 150.6c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 96 32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l306.7 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96zm-333.3 352c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 416 416 416c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-right-from-bracket": { + "aliases": { + "names": [ + "sign-out" + ], + "unicodes": { + "secondary": [ + "10f08b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "exit", + "leave", + "log out", + "logout" + ] + }, + "unicode": "f08b", + "label": "Arrow Right From Bracket", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-right-long": { + "aliases": { + "names": [ + "long-arrow-right" + ], + "unicodes": { + "secondary": [ + "10f178" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "long-arrow-right", + "next" + ] + }, + "unicode": "f178", + "label": "Arrow Right Long", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-right-to-bracket": { + "aliases": { + "names": [ + "sign-in" + ], + "unicodes": { + "secondary": [ + "10f090" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "enter", + "join", + "log in", + "login", + "sign in", + "sign up", + "sign-in", + "signin", + "signup" + ] + }, + "unicode": "f090", + "label": "Arrow Right To Bracket", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 96l64 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm-9.4 182.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-right-to-city": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "exodus", + "rural", + "urban" + ] + }, + "unicode": "e4b3", + "label": "Arrow Right To City", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 48c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48V192h40V120c0-13.3 10.7-24 24-24s24 10.7 24 24v72h24c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H432 336c-26.5 0-48-21.5-48-48V48zm64 32v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H368zM352 272v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H528zM512 368v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H528c-8.8 0-16 7.2-16 16zM166.6 153.4l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L146.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H146.7l-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-rotate-left": { + "aliases": { + "names": [ + "arrow-left-rotate", + "arrow-rotate-back", + "arrow-rotate-backward", + "undo" + ], + "unicodes": { + "composite": [ + "21ba" + ], + "secondary": [ + "10f0e2" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Anticlockwise Open Circle Arrow", + "back", + "control z", + "exchange", + "oops", + "return", + "rotate", + "swap" + ] + }, + "unicode": "f0e2", + "label": "Arrow Rotate Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M125.7 160H176c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32s32 14.3 32 32v51.2L97.6 97.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3s-163.8-62.5-226.3 0L125.7 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-rotate-right": { + "aliases": { + "names": [ + "arrow-right-rotate", + "arrow-rotate-forward", + "redo" + ], + "unicodes": { + "composite": [ + "21bb" + ], + "secondary": [ + "10f01e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Clockwise Open Circle Arrow", + "forward", + "refresh", + "reload", + "repeat" + ] + }, + "unicode": "f01e", + "label": "Arrow Rotate Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H464c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0s-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3s163.8-62.5 226.3 0L386.3 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-trend-down": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "line", + "stocks", + "trend" + ] + }, + "unicode": "e097", + "label": "Arrow Trend Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 352c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v82.7L342.6 137.4c-12.5-12.5-32.8-12.5-45.3 0L192 242.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0L320 205.3 466.7 352H384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-trend-up": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "line", + "stocks", + "trend" + ] + }, + "unicode": "e098", + "label": "Arrow Trend Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 160c-17.7 0-32-14.3-32-32s14.3-32 32-32H544c17.7 0 32 14.3 32 32V288c0 17.7-14.3 32-32 32s-32-14.3-32-32V205.3L342.6 374.6c-12.5 12.5-32.8 12.5-45.3 0L192 269.3 54.6 406.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0L320 306.7 466.7 160H384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-turn-down": { + "aliases": { + "names": [ + "level-down" + ], + "unicodes": { + "secondary": [ + "10f149" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow" + ] + }, + "unicode": "f149", + "label": "Arrow Turn Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 64C14.3 64 0 49.7 0 32S14.3 0 32 0l96 0c53 0 96 43 96 96l0 306.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 402.7 160 96c0-17.7-14.3-32-32-32L32 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-turn-up": { + "aliases": { + "names": [ + "level-up" + ], + "unicodes": { + "secondary": [ + "10f148" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow" + ] + }, + "unicode": "f148", + "label": "Arrow Turn Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96-43 96-96l0-306.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 416c0 17.7-14.3 32-32 32l-96 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up": { + "aliases": { + "unicodes": { + "composite": [ + "2191" + ], + "secondary": [ + "10f062" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Upwards Arrow", + "forward", + "upload" + ] + }, + "unicode": "f062", + "label": "Arrow Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-1-9": { + "aliases": { + "names": [ + "sort-numeric-up" + ], + "unicodes": { + "secondary": [ + "10f163" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "numbers", + "order", + "sort-numeric-desc" + ] + }, + "unicode": "f163", + "label": "Arrow Up 1 9", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M450.7 38c8.3 6 13.3 15.7 13.3 26v96h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 384c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V108.4l-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zM160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM445.7 364.9A32 32 0 1 0 418.3 307a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 408.4 344 375.2 344 336c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 467c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-9-1": { + "aliases": { + "names": [ + "sort-numeric-up-alt" + ], + "unicodes": { + "secondary": [ + "10f887" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "numbers", + "order", + "sort-numeric-desc" + ] + }, + "unicode": "f887", + "label": "Arrow Up 9 1", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM450.7 294c8.3 6 13.3 15.7 13.3 26v96h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 384c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V364.4l-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zm-5-145.1A32 32 0 1 0 418.3 91a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 192.4 344 159.2 344 120c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 251c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-a-z": { + "aliases": { + "names": [ + "sort-alpha-up" + ], + "unicodes": { + "secondary": [ + "10f15e" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabetical", + "arrange", + "filter", + "order", + "sort-alpha-desc" + ] + }, + "unicode": "f15e", + "label": "Arrow Up A Z", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 320c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H429.3l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H352c-17.7 0-32 14.3-32 32zM416 32c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 38.8 428.1 32 416 32zM395.8 176L416 135.6 436.2 176H395.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-from-bracket": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "share", + "transfer", + "upload" + ] + }, + "unicode": "e09a", + "label": "Arrow Up From Bracket", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M246.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 109.3V320c0 17.7 14.3 32 32 32s32-14.3 32-32V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 53 43 96 96 96H352c53 0 96-43 96-96V352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-from-ground-water": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "groundwater", + "spring", + "water supply", + "water table" + ] + }, + "unicode": "e4b5", + "label": "Arrow Up From Ground Water", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 352c17.7 0 32-14.3 32-32V109.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3V320c0 17.7 14.3 32 32 32zm-18.5 69.9C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM192 192H48c-26.5 0-48 21.5-48 48V425c5.3-3.1 11.2-5.4 17.5-6.9c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.1 20.3V192zm384 48c0-26.5-21.5-48-48-48H384V416.5h0c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c6.3 1.5 12.1 3.8 17.5 6.9V240z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-from-water-pump": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "flood", + "groundwater", + "pump", + "submersible", + "sump pump" + ] + }, + "unicode": "e4b6", + "label": "Arrow Up From Water Pump", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 0C85.5 0 64 21.5 64 48V256H48c-26.5 0-48 21.5-48 48v96c0 8 2 15.6 5.4 22.2c3.8-1.7 7.8-3.1 12-4.1c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c4.2 1 8.2 2.4 12 4.1C574 415.6 576 408 576 400V304c0-26.5-21.5-48-48-48H480l0-146.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 109.3 416 256H288V48c0-26.5-21.5-48-48-48H112zM306.5 421.9c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-long": { + "aliases": { + "names": [ + "long-arrow-up" + ], + "unicodes": { + "secondary": [ + "10f176" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "long-arrow-up", + "upload" + ] + }, + "unicode": "f176", + "label": "Arrow Up Long", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M214.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-right-dots": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "growth", + "increase", + "population" + ] + }, + "unicode": "e4b7", + "label": "Arrow Up Right Dots", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h50.7L9.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3V160c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H160zM576 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM448 208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm128 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM272 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM144 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM576 336a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-48-80a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-right-from-square": { + "aliases": { + "names": [ + "external-link" + ], + "unicodes": { + "secondary": [ + "10f08e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "new", + "open", + "send", + "share" + ] + }, + "unicode": "f08e", + "label": "Arrow Up Right From Square", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-short-wide": { + "aliases": { + "names": [ + "sort-amount-up-alt" + ], + "unicodes": { + "secondary": [ + "10f885" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "order", + "sort-amount-desc" + ] + }, + "unicode": "f885", + "label": "Arrow Up Short Wide", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H320z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-wide-short": { + "aliases": { + "names": [ + "sort-amount-up" + ], + "unicodes": { + "secondary": [ + "10f161" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "order", + "sort-amount-desc" + ] + }, + "unicode": "f161", + "label": "Arrow Up Wide Short", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 480h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrow-up-z-a": { + "aliases": { + "names": [ + "sort-alpha-up-alt" + ], + "unicodes": { + "secondary": [ + "10f882" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabetical", + "arrange", + "filter", + "order", + "sort-alpha-desc" + ] + }, + "unicode": "f882", + "label": "Arrow Up Z A", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 64c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H429.3l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H352c-17.7 0-32 14.3-32 32zm96 192c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 262.8 428.1 256 416 256zM395.8 400L416 359.6 436.2 400H395.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-down-to-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "scale down", + "sink" + ] + }, + "unicode": "e4b8", + "label": "Arrows Down To Line", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M544 416L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zm22.6-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L480 274.7 480 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96zm-320-45.3c-12.5-12.5-32.8-12.5-45.3 0L160 274.7 160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7L54.6 233.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-down-to-people": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "focus", + "targeted" + ] + }, + "unicode": "e4b9", + "label": "Arrows Down To People", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 0c-13.3 0-24 10.7-24 24V142.1L97 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24zM360 200a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM184 296a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm312 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 345.5V400c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V345.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H486.2c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3H310.2c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6H134.2c-32.4 0-62.1 17.8-77.5 46.3L18.9 468.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V441.5zM415 153l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V142.1l-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-left-right": { + "aliases": { + "names": [ + "arrows-h" + ], + "unicodes": { + "secondary": [ + "10f07e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "expand", + "horizontal", + "landscape", + "resize", + "wide" + ] + }, + "unicode": "f07e", + "label": "Arrows Left Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M406.6 374.6l96-96c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224l-293.5 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288l293.5 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-left-right-to-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "analysis", + "expand", + "gap" + ] + }, + "unicode": "e4ba", + "label": "Arrows Left Right To Line", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 64c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64zm214.6 73.4c12.5 12.5 12.5 32.8 0 45.3L205.3 224l229.5 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 288l-229.5 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0zM640 96V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-rotate": { + "aliases": { + "names": [ + "refresh", + "sync" + ], + "unicodes": { + "composite": [ + "1f5d8" + ], + "secondary": [ + "10f021" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Clockwise Right and Left Semicircle Arrows", + "exchange", + "refresh", + "reload", + "rotate", + "swap" + ] + }, + "unicode": "f021", + "label": "Arrows Rotate", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H463.5c0 0 0 0 0 0h.4c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1V448c0 17.7 14.3 32 32 32s32-14.3 32-32V396.9l17.6 17.5 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352H176c17.7 0 32-14.3 32-32s-14.3-32-32-32H48.4c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-spin": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cycle", + "rotate", + "spin", + "whirl" + ] + }, + "unicode": "e4bb", + "label": "Arrows Spin", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 96c38.4 0 73.7 13.5 101.3 36.1l-32.6 32.6c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9H448c8.8 0 16-7.2 16-16V64c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4 3.5l-34 34C363.4 52.6 312.1 32 256 32c-10.9 0-21.5 .8-32 2.3V99.2c10.3-2.1 21-3.2 32-3.2zM132.1 154.7l32.6 32.6c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8V64c0-8.8-7.2-16-16-16H64c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l34 34C52.6 148.6 32 199.9 32 256c0 10.9 .8 21.5 2.3 32H99.2c-2.1-10.3-3.2-21-3.2-32c0-38.4 13.5-73.7 36.1-101.3zM477.7 224H412.8c2.1 10.3 3.2 21 3.2 32c0 38.4-13.5 73.7-36.1 101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8V448c0 8.8 7.2 16 16 16H448c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4 363.4 480 312.1 480 256c0-10.9-.8-21.5-2.3-32zM256 416c-38.4 0-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6 5.9-11.5 3.5-17.4s-8.3-9.9-14.8-9.9H64c-8.8 0-16 7.2-16 16l0 112c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l34-34C148.6 459.4 199.9 480 256 480c10.9 0 21.5-.8 32-2.3V412.8c-10.3 2.1-21 3.2-32 3.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-split-up-and-left": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agile", + "split" + ] + }, + "unicode": "e4bc", + "label": "Arrows Split Up And Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M246.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L352 109.3V384c0 35.3 28.7 64 64 64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H416c-70.7 0-128-57.3-128-128c0-35.3-28.7-64-64-64H109.3l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 256H224c23.3 0 45.2 6.2 64 17.1V109.3l-41.4 41.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-to-circle": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "center", + "concentrate", + "coordinate", + "coordination", + "focal point", + "focus" + ] + }, + "unicode": "e4bd", + "label": "Arrows To Circle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M9.4 9.4C21.9-3.1 42.1-3.1 54.6 9.4L160 114.7V96c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 4.3-.9 8.5-2.4 12.2c-1.6 3.7-3.8 7.3-6.9 10.3l-.1 .1c-3.1 3-6.6 5.3-10.3 6.9c-3.8 1.6-7.9 2.4-12.2 2.4H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h18.7L9.4 54.6C-3.1 42.1-3.1 21.9 9.4 9.4zM256 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM114.7 352H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h96 0l.1 0c8.8 0 16.7 3.6 22.5 9.3l.1 .1c3 3.1 5.3 6.6 6.9 10.3c1.6 3.8 2.4 7.9 2.4 12.2v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V397.3L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L114.7 352zM416 96c0-17.7 14.3-32 32-32s32 14.3 32 32v18.7L585.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 160H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H448c-8.8 0-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2l0-.1v0V96zM525.3 352L630.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 397.3V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V320v0c0 0 0-.1 0-.1c0-4.3 .9-8.4 2.4-12.2c1.6-3.8 3.9-7.3 6.9-10.4c5.8-5.8 13.7-9.3 22.5-9.4c0 0 .1 0 .1 0h0 96c17.7 0 32 14.3 32 32s-14.3 32-32 32H525.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-to-dot": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "assembly point", + "center", + "condense", + "focus", + "minimize" + ] + }, + "unicode": "e4be", + "label": "Arrows To Dot", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c17.7 0 32 14.3 32 32V64h32c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-64 64c-12.5 12.5-32.8 12.5-45.3 0l-64-64c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8h32V32c0-17.7 14.3-32 32-32zM169.4 393.4l64-64c12.5-12.5 32.8-12.5 45.3 0l64 64c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H288v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H192c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9zM32 224H64V192c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c12.5 12.5 12.5 32.8 0 45.3l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3l64-64c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v32c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-64-64zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-to-eye": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "center", + "coordinated assessment", + "focus" + ] + }, + "unicode": "e4bf", + "label": "Arrows To Eye", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M15 15C24.4 5.7 39.6 5.7 49 15l63 63V40c0-13.3 10.7-24 24-24s24 10.7 24 24v96c0 13.3-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H78.1L15 49C5.7 39.6 5.7 24.4 15 15zM133.5 243.9C158.6 193.6 222.7 112 320 112s161.4 81.6 186.5 131.9c3.8 7.6 3.8 16.5 0 24.2C481.4 318.4 417.3 400 320 400s-161.4-81.6-186.5-131.9c-3.8-7.6-3.8-16.5 0-24.2zM320 320a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM591 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-63 63H600c13.3 0 24 10.7 24 24s-10.7 24-24 24H504c-13.3 0-24-10.7-24-24V40c0-13.3 10.7-24 24-24s24 10.7 24 24V78.1l63-63zM15 497c-9.4-9.4-9.4-24.6 0-33.9l63-63H40c-13.3 0-24-10.7-24-24s10.7-24 24-24h96c13.3 0 24 10.7 24 24v96c0 13.3-10.7 24-24 24s-24-10.7-24-24V433.9L49 497c-9.4 9.4-24.6 9.4-33.9 0zm576 0l-63-63V472c0 13.3-10.7 24-24 24s-24-10.7-24-24V376c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H561.9l63 63c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-turn-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrows" + ] + }, + "unicode": "e4c0", + "label": "Arrows Turn Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M297.4 9.4c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 160H128c-35.3 0-64 28.7-64 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V224C0 153.3 57.3 96 128 96H338.7L297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm-96 256c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416H96c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448c0-53 43-96 96-96H242.7l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-turn-to-dots": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "destination", + "nexus" + ] + }, + "unicode": "e4c1", + "label": "Arrows Turn To Dots", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M249.4 25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 96 416 96c53 0 96 43 96 96v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7-14.3-32-32-32l-146.7 0 25.4 25.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3l80-80zm13.3 256l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416 96 416c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448c0-53 43-96 96-96l146.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0zM384 384a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192A64 64 0 1 1 64 64a64 64 0 1 1 0 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-up-down": { + "aliases": { + "names": [ + "arrows-v" + ], + "unicodes": { + "secondary": [ + "10f07d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "expand", + "portrait", + "resize", + "tall", + "vertical" + ] + }, + "unicode": "f07d", + "label": "Arrows Up Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L128 109.3V402.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-up-down-left-right": { + "aliases": { + "names": [ + "arrows" + ], + "unicodes": { + "secondary": [ + "10f047" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "arrows", + "bigger", + "enlarge", + "expand", + "fullscreen", + "move", + "position", + "reorder", + "resize" + ] + }, + "unicode": "f047", + "label": "Arrows Up Down Left Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l9.4-9.4V224H109.3l9.4-9.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4H224V402.7l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-9.4 9.4V288H402.7l-9.4 9.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4H288V109.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "arrows-up-to-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "rise", + "scale up" + ] + }, + "unicode": "e4c2", + "label": "Arrows Up To Line", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M32 96l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96zM9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L96 237.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96zm320 45.3c12.5 12.5 32.8 12.5 45.3 0L416 237.3 416 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "artstation": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f77a", + "label": "Artstation", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "asterisk": { + "aliases": { + "unicodes": { + "composite": [ + "2731", + "f069" + ], + "primary": [ + "f069" + ], + "secondary": [ + "102a", + "10f069" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Asterisk", + "Heavy Asterisk", + "annotation", + "details", + "reference", + "star" + ] + }, + "unicode": "2a", + "label": "Asterisk", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 32c17.7 0 32 14.3 32 32V199.5l111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11L224 312.5V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V312.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256 15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11L160 199.5V64c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "asymmetrik": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f372", + "label": "Asymmetrik, Ltd.", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "at": { + "aliases": { + "unicodes": { + "composite": [ + "f1fa" + ], + "primary": [ + "f1fa" + ], + "secondary": [ + "10f1fa" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Commercial At", + "address", + "author", + "e-mail", + "email", + "fluctuate", + "handle" + ] + }, + "unicode": "40", + "label": "At", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767248, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256v32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9C320 371.1 289.5 384 256 384c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32v80 32c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "atlassian": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f77b", + "label": "Atlassian", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "atom": { + "aliases": { + "unicodes": { + "composite": [ + "269b" + ], + "secondary": [ + "10f5d2" + ] + } + }, + "changes": [ + "5.2.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atheism", + "atheist", + "atom", + "atom symbol", + "chemistry", + "electron", + "ion", + "isotope", + "neutron", + "nuclear", + "proton", + "science" + ] + }, + "unicode": "f5d2", + "label": "Atom", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 398.8c-11.8 5.1-23.4 9.7-34.9 13.5c16.7 33.8 31 35.7 34.9 35.7s18.1-1.9 34.9-35.7c-11.4-3.9-23.1-8.4-34.9-13.5zM446 256c33 45.2 44.3 90.9 23.6 128c-20.2 36.3-62.5 49.3-115.2 43.2c-22 52.1-55.6 84.8-98.4 84.8s-76.4-32.7-98.4-84.8c-52.7 6.1-95-6.8-115.2-43.2C21.7 346.9 33 301.2 66 256c-33-45.2-44.3-90.9-23.6-128c20.2-36.3 62.5-49.3 115.2-43.2C179.6 32.7 213.2 0 256 0s76.4 32.7 98.4 84.8c52.7-6.1 95 6.8 115.2 43.2c20.7 37.1 9.4 82.8-23.6 128zm-65.8 67.4c-1.7 14.2-3.9 28-6.7 41.2c31.8 1.4 38.6-8.7 40.2-11.7c2.3-4.2 7-17.9-11.9-48.1c-6.8 6.3-14 12.5-21.6 18.6zm-6.7-175.9c2.8 13.1 5 26.9 6.7 41.2c7.6 6.1 14.8 12.3 21.6 18.6c18.9-30.2 14.2-44 11.9-48.1c-1.6-2.9-8.4-13-40.2-11.7zM290.9 99.7C274.1 65.9 259.9 64 256 64s-18.1 1.9-34.9 35.7c11.4 3.9 23.1 8.4 34.9 13.5c11.8-5.1 23.4-9.7 34.9-13.5zm-159 88.9c1.7-14.3 3.9-28 6.7-41.2c-31.8-1.4-38.6 8.7-40.2 11.7c-2.3 4.2-7 17.9 11.9 48.1c6.8-6.3 14-12.5 21.6-18.6zM110.2 304.8C91.4 335 96 348.7 98.3 352.9c1.6 2.9 8.4 13 40.2 11.7c-2.8-13.1-5-26.9-6.7-41.2c-7.6-6.1-14.8-12.3-21.6-18.6zM336 256a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zm-80-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "audible": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f373", + "label": "Audible", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "audio-description": { + "aliases": { + "unicodes": { + "secondary": [ + "10f29e" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blind", + "narration", + "video", + "visual" + ] + }, + "unicode": "f29e", + "label": "Audio Description", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM213.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-9.4-18.9H150.9l-9.4 18.9c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zm-.4 106.6L192 237.7l-21.1 42.2h42.2zM304 184c0-13.3 10.7-24 24-24h56c53 0 96 43 96 96s-43 96-96 96H328c-13.3 0-24-10.7-24-24V184zm48 24v96h32c26.5 0 48-21.5 48-48s-21.5-48-48-48H352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "austral-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Austral Sign", + "currency" + ] + }, + "unicode": "e0a9", + "label": "Austral Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M253.5 51.7C248.6 39.8 236.9 32 224 32s-24.6 7.8-29.5 19.7L122.7 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96L82.7 320H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H56L34.5 435.7c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L125.3 384H322.7l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8L392 384h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H365.3L352 288h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H325.3L253.5 51.7zM256 224H192l32-76.8L256 224zm-90.7 64H282.7L296 320H152l13.3-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "autoprefixer": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f41c", + "label": "Autoprefixer", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "avianex": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f374", + "label": "avianex", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "aviato": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f421", + "label": "Aviato", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "award": { + "aliases": { + "unicodes": { + "secondary": [ + "10f559" + ] + } + }, + "changes": [ + "5.1.0", + "5.2.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "honor", + "praise", + "prize", + "recognition", + "ribbon", + "trophy" + ] + }, + "unicode": "f559", + "label": "Award", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M173.8 5.5c11-7.3 25.4-7.3 36.4 0L228 17.2c6 3.9 13 5.8 20.1 5.4l21.3-1.3c13.2-.8 25.6 6.4 31.5 18.2l9.6 19.1c3.2 6.4 8.4 11.5 14.7 14.7L344.5 83c11.8 5.9 19 18.3 18.2 31.5l-1.3 21.3c-.4 7.1 1.5 14.2 5.4 20.1l11.8 17.8c7.3 11 7.3 25.4 0 36.4L366.8 228c-3.9 6-5.8 13-5.4 20.1l1.3 21.3c.8 13.2-6.4 25.6-18.2 31.5l-19.1 9.6c-6.4 3.2-11.5 8.4-14.7 14.7L301 344.5c-5.9 11.8-18.3 19-31.5 18.2l-21.3-1.3c-7.1-.4-14.2 1.5-20.1 5.4l-17.8 11.8c-11 7.3-25.4 7.3-36.4 0L156 366.8c-6-3.9-13-5.8-20.1-5.4l-21.3 1.3c-13.2 .8-25.6-6.4-31.5-18.2l-9.6-19.1c-3.2-6.4-8.4-11.5-14.7-14.7L39.5 301c-11.8-5.9-19-18.3-18.2-31.5l1.3-21.3c.4-7.1-1.5-14.2-5.4-20.1L5.5 210.2c-7.3-11-7.3-25.4 0-36.4L17.2 156c3.9-6 5.8-13 5.4-20.1l-1.3-21.3c-.8-13.2 6.4-25.6 18.2-31.5l19.1-9.6C65 70.2 70.2 65 73.4 58.6L83 39.5c5.9-11.8 18.3-19 31.5-18.2l21.3 1.3c7.1 .4 14.2-1.5 20.1-5.4L173.8 5.5zM272 192a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM1.3 441.8L44.4 339.3c.2 .1 .3 .2 .4 .4l9.6 19.1c11.7 23.2 36 37.3 62 35.8l21.3-1.3c.2 0 .5 0 .7 .2l17.8 11.8c5.1 3.3 10.5 5.9 16.1 7.7l-37.6 89.3c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2L74.4 455.5l-56.1 8.3c-5.7 .8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L211.7 413c5.6-1.8 11-4.3 16.1-7.7l17.8-11.8c.2-.1 .4-.2 .7-.2l21.3 1.3c26 1.5 50.3-12.6 62-35.8l9.6-19.1c.1-.2 .2-.3 .4-.4l43.2 102.5c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "aws": { + "changes": [ + "5.0.0", + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f375", + "label": "Amazon Web Services (AWS)", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "b": { + "aliases": { + "unicodes": { + "composite": [ + "62" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter B", + "Latin Small Letter B", + "letter" + ] + }, + "unicode": "42", + "label": "B", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V256 416c0 35.3 28.7 64 64 64H192c70.7 0 128-57.3 128-128c0-46.5-24.8-87.3-62-109.7c18.7-22.3 30-51 30-82.3c0-70.7-57.3-128-128-128H64zm96 192H64V96h96c35.3 0 64 28.7 64 64s-28.7 64-64 64zM64 288h96 32c35.3 0 64 28.7 64 64s-28.7 64-64 64H64V288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "baby": { + "aliases": { + "unicodes": { + "secondary": [ + "10f77c" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f77c", + "label": "Baby", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M152 88a72 72 0 1 1 144 0A72 72 0 1 1 152 88zM39.7 144.5c13-17.9 38-21.8 55.9-8.8L131.8 162c26.8 19.5 59.1 30 92.2 30s65.4-10.5 92.2-30l36.2-26.4c17.9-13 42.9-9 55.9 8.8s9 42.9-8.8 55.9l-36.2 26.4c-13.6 9.9-28.1 18.2-43.3 25V288H128V251.7c-15.2-6.7-29.7-15.1-43.3-25L48.5 200.3c-17.9-13-21.8-38-8.8-55.9zm89.8 184.8l60.6 53-26 37.2 24.3 24.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-48-48C70 438.6 68.1 417 79.2 401.1l50.2-71.8zm128.5 53l60.6-53 50.2 71.8c11.1 15.9 9.2 37.5-4.5 51.2l-48 48c-15.6 15.6-40.9 15.6-56.6 0s-15.6-40.9 0-56.6L284 419.4l-26-37.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "baby-carriage": { + "aliases": { + "names": [ + "carriage-baby" + ], + "unicodes": { + "secondary": [ + "10f77d" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buggy", + "carrier", + "infant", + "push", + "stroller", + "transportation", + "walk", + "wheels" + ] + }, + "unicode": "f77d", + "label": "Baby Carriage", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 192H.1C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8L256 192zm128-32c0-35.3 28.7-64 64-64h32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0v64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224l224 0 160 0V160zM80 416a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm240 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "backward": { + "aliases": { + "unicodes": { + "composite": [ + "23ea" + ], + "secondary": [ + "10f04a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "double", + "fast reverse button", + "previous", + "rewind" + ] + }, + "unicode": "f04a", + "label": "Backward", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M459.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4L288 214.3V256v41.7L459.5 440.6zM256 352V256 128 96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160C4.2 237.5 0 246.5 0 256s4.2 18.5 11.5 24.6l192 160c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "backward-fast": { + "aliases": { + "names": [ + "fast-backward" + ], + "unicodes": { + "composite": [ + "23ee" + ], + "secondary": [ + "10f049" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "beginning", + "first", + "last track button", + "previous", + "previous scene", + "previous track", + "rewind", + "start", + "triangle" + ] + }, + "unicode": "f049", + "label": "Backward Fast", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M493.6 445c-11.2 5.3-24.5 3.6-34.1-4.4L288 297.7V416c0 12.4-7.2 23.7-18.4 29s-24.5 3.6-34.1-4.4L64 297.7V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64s32 14.3 32 32V214.3L235.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S288 83.6 288 96V214.3L459.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S512 83.6 512 96V416c0 12.4-7.2 23.7-18.4 29z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "backward-step": { + "aliases": { + "names": [ + "step-backward" + ], + "unicodes": { + "secondary": [ + "10f048" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beginning", + "first", + "previous", + "rewind", + "start" + ] + }, + "unicode": "f048", + "label": "Backward Step", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M267.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160L64 241V96c0-17.7-14.3-32-32-32S0 78.3 0 96V416c0 17.7 14.3 32 32 32s32-14.3 32-32V271l11.5 9.6 192 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bacon": { + "aliases": { + "unicodes": { + "composite": [ + "1f953" + ], + "secondary": [ + "10f7e5" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bacon", + "blt", + "breakfast", + "food", + "ham", + "lard", + "meat", + "pancetta", + "pork", + "rasher" + ] + }, + "unicode": "f7e5", + "label": "Bacon", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M439.2 1.2c11.2-3.2 23.2-.1 31.4 8.1L518 56.7l-26.5 7.9c-58 16.6-98.1 39.6-129.6 67.4c-31.2 27.5-53.2 59.1-75.1 90.9l-2.3 3.3C241.6 288.7 195 356.6 72.8 417.7L37.9 435.2 9.4 406.6c-7.3-7.3-10.6-17.6-9-27.8s8.1-18.9 17.3-23.5C136.1 296.2 180.9 231 223.3 169.3l2.3-3.4c21.8-31.8 44.9-64.9 77.7-93.9c33.4-29.5 75.8-53.6 135.9-70.8zM61.8 459l25.4-12.7c129.5-64.7 179.9-138.1 223.8-202l2.2-3.3c22.1-32.1 42.1-60.5 69.9-85.1c27.5-24.3 63.4-45.2 117.3-60.6l0 0 .2-.1 43.1-12.9 23 23c8 8 11.2 19.7 8.3 30.7s-11.3 19.6-22.2 22.7c-51.9 14.8-85.6 34.7-111.1 57.2c-26.1 23-45.1 49.9-67.3 82.1l-2.2 3.2C327.8 365.9 275.5 442 142.3 508.6c-12.3 6.2-27.2 3.7-36.9-6L61.8 459z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bacteria": { + "aliases": { + "unicodes": { + "secondary": [ + "10e059" + ] + } + }, + "changes": [ + "5.13.0", + "5.13.1", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "antibiotic", + "antibody", + "covid-19", + "health", + "organism", + "sick" + ] + }, + "unicode": "e059", + "label": "Bacteria", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M304.9 .7c-9.6-2.7-19.5 2.8-22.3 12.4l-4.3 15.2c-8.3-.6-16.8 0-25.2 1.9c-7.3 1.7-14.3 3.5-21.1 5.5l-5.5-12.7c-3.9-9.1-14.5-13.4-23.6-9.5s-13.4 14.5-9.5 23.6l4.4 10.4c-16.6 6.7-31.7 14.4-45.4 22.8L147 62c-5.5-8.3-16.7-10.5-25-5s-10.5 16.7-5 25l6 9c-13.7 11-25.5 22.8-35.8 34.9l-10-8c-7.8-6.2-19.1-5-25.3 2.8s-5 19.1 2.8 25.3L65.9 155c-1.8 2.8-3.5 5.7-5.1 8.5c-6.6 11.4-11.8 22.6-16 33l-8-3.2c-9.2-3.7-19.7 .8-23.4 10s.8 19.7 10 23.4l10.4 4.2c-.2 .8-.4 1.5-.5 2.3c-2.2 9.3-3.4 17.3-4.1 23.4c-.4 3.1-.6 5.7-.8 7.8c-.1 1.1-.1 2-.2 2.8l-.1 1.1 0 .5 0 .2 0 .1c0 0 0 .1 29.1 1l-.1 0L28 269.3c-.1 3.1 0 6.1 .2 9.1l-15.2 4.3C3.5 285.4-2 295.4 .7 304.9s12.7 15.1 22.3 12.4l15.6-4.5c7.6 13.6 18.9 25 32.6 32.6L66.7 361c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.3-12.4l4.3-15.2c1.2 .1 2.4 .2 3.6 .2c15.6 .5 30.3-3.3 43-10.2l9 9c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-7.2-7.2c9.3-12.6 15.2-27.8 16.3-44.5l7.1 3c9.1 3.9 19.7-.3 23.6-9.5s-.3-19.7-9.5-23.6l-8.6-3.7c6.4-9.9 17.3-22.4 36.9-33.3l1.3 4.4c2.7 9.6 12.7 15.1 22.3 12.4s15.1-12.7 12.4-22.3l-2.3-8.1c3.8-1.1 7.7-2.1 11.9-3.1c11.6-2.7 22.1-7.7 31.1-14.4l7.2 7.2c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-9-9c7.6-13.9 11.3-30.1 10.1-46.6l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3S370.6 64 361 66.7l-15.6 4.5c-7.7-13.9-19.1-25.1-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3zM112 272l-48-1.5 0 0c11.7 .4 27.3 .9 48 1.6zm16-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-48a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM322.7 489c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.2-12.4l4.3-15.2c8.3 .6 16.8 0 25.2-1.9c7.3-1.7 14.3-3.5 21.1-5.5l5.5 12.7c3.9 9.1 14.5 13.4 23.6 9.5s13.4-14.5 9.5-23.6l-4.4-10.4c16.6-6.7 31.7-14.4 45.4-22.8L493 450c5.5 8.3 16.7 10.5 25 5s10.5-16.7 5-25l-6-9c13.7-11 25.5-22.8 35.8-34.9l10 8c7.8 6.2 19.1 5 25.3-2.8s5-19.1-2.8-25.3L574.1 357c1.8-2.8 3.5-5.7 5.1-8.5c6.6-11.4 11.8-22.6 16-33l8 3.2c9.2 3.7 19.7-.8 23.4-10s-.8-19.7-10-23.4l-10.4-4.2c.2-.8 .4-1.5 .5-2.3c2.2-9.3 3.4-17.3 4.1-23.4c.4-3.1 .6-5.7 .8-7.8c.1-1.1 .1-2 .2-2.8l.1-1.1 0-.5 0-.2 0-.1c0 0 0-.1-29.1-1l.1 0 29.1 .9c.1-3.1 0-6.1-.2-9.1l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3s-12.7-15.1-22.3-12.4l-15.6 4.5c-7.6-13.6-18.9-25-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3s-19.5 2.8-22.3 12.4l-4.3 15.2c-1.2-.1-2.4-.2-3.6-.2c-15.6-.5-30.3 3.3-43 10.2l-9-9c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l7.2 7.2c-9.3 12.6-15.2 27.8-16.3 44.5l-7.1-3c-9.1-3.9-19.7 .3-23.6 9.5s.3 19.7 9.5 23.6l8.6 3.7c-6.4 9.9-17.3 22.4-36.9 33.3l-1.3-4.4c-2.7-9.6-12.7-15.1-22.3-12.4s-15.1 12.7-12.4 22.3l2.3 8.1c-3.8 1.1-7.7 2.1-11.9 3.1c-11.6 2.7-22.1 7.7-31.1 14.4l-7.2-7.2c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l9 9c-7.6 13.9-11.3 30.1-10.1 46.6l-15.2 4.3c-9.6 2.7-15.1 12.7-12.4 22.2s12.7 15.1 22.3 12.4l15.6-4.5c7.7 13.9 19.1 25.1 32.6 32.6L322.7 489zM576 241.5l0 0c-11.7-.4-27.3-.9-48-1.6l48 1.5zM448 384a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bacterium": { + "aliases": { + "unicodes": { + "secondary": [ + "10e05a" + ] + } + }, + "changes": [ + "5.13.0", + "5.13.1", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "antibiotic", + "antibody", + "covid-19", + "health", + "organism", + "sick" + ] + }, + "unicode": "e05a", + "label": "Bacterium", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M423.1 30.6c3.6-12.7-3.7-26-16.5-29.7s-26 3.7-29.7 16.5l-4.2 14.7c-9.8-.4-19.9 .5-29.9 2.8c-12.1 2.8-23.7 5.9-34.9 9.4l-5.9-13.7c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8 19.3-12.6 31.5l4.9 11.3c-22 9.4-42 20.1-60.2 31.8L196 82.7c-7.4-11-22.3-14-33.3-6.7s-14 22.3-6.7 33.3l7.8 11.6c-18 15-33.7 30.8-47.3 47.1L103 157.3c-10.4-8.3-25.5-6.6-33.7 3.7s-6.6 25.5 3.7 33.7l15 12c-2.1 3.2-4.1 6.5-6 9.7c-9.4 15.7-17 31-23.2 45.3l-9.9-3.9c-12.3-4.9-26.3 1.1-31.2 13.4s1.1 26.3 13.4 31.2l11.6 4.6c-.3 1.1-.6 2.1-.9 3.1c-3.5 12.5-5.7 23.2-7.1 31.3c-.7 4.1-1.2 7.5-1.6 10.3c-.2 1.4-.3 2.6-.4 3.6l-.1 1.4-.1 .6 0 .3 0 .1c0 0 0 .1 39.2 3.7l0 0-39.2-3.6c-.5 5-.6 10-.4 14.9l-14.7 4.2C4.7 380.6-2.7 393.8 .9 406.6s16.9 20.1 29.7 16.5l13.8-3.9c10.6 20.7 27.6 37.8 48.5 48.5l-3.9 13.7c-3.6 12.7 3.7 26 16.5 29.7s26-3.7 29.7-16.5l4.2-14.7c23.8 1 46.3-5.5 65.1-17.6L215 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c9.1-14.1 15.1-30.5 17-48.3l.1-.8c.3-1.7 1-5.1 2.3-9.8l.2-.8 12.6 5.4c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9 24.9-31.6 48.6-46l2.1 7.5c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7L371 259.2c6.9-2.2 14.3-4.3 22.2-6.1c12.9-3 24.7-8 35.2-14.8L439 249c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c12.2-19 18.6-41.6 17.6-65.1l14.7-4.2c12.7-3.6 20.1-16.9 16.5-29.7s-16.9-20.1-29.7-16.5l-13.7 3.9c-10.8-21.2-28-38-48.5-48.5l3.9-13.8zM92.1 363.3l0 0L144 368l-51.9-4.7zM112 320a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM240 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bag-shopping": { + "aliases": { + "names": [ + "shopping-bag" + ], + "unicodes": { + "secondary": [ + "10f290" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "checkout", + "grocery", + "payment", + "purchase" + ] + }, + "unicode": "f290", + "label": "Bag Shopping", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64v48H160V112zm-48 48H48c-26.5 0-48 21.5-48 48V416c0 53 43 96 96 96H352c53 0 96-43 96-96V208c0-26.5-21.5-48-48-48H336V112C336 50.1 285.9 0 224 0S112 50.1 112 112v48zm24 48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm152 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bahai": { + "aliases": { + "names": [ + "haykal" + ], + "unicodes": { + "secondary": [ + "10f666" + ] + } + }, + "changes": [ + "5.3.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bahai", + "bahá'í", + "star" + ] + }, + "unicode": "f666", + "label": "Bahai", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 0c14.5 0 27.2 9.7 30.9 23.8l23.9 89.6 75.9-53.3c11.9-8.3 27.8-7.6 39 1.7s14.6 24.9 8.4 38.1l-39.3 84 92.4 8c14.4 1.2 26.2 12 28.8 26.3s-4.9 28.5-18 34.6l-84.1 39.1 65.7 65.5c10.3 10.2 12.4 26.1 5.1 38.7s-22 18.7-36 14.9L391 386.8l8.2 92.4c1.3 14.4-7.3 27.9-20.9 32.9s-28.9 .1-37.2-11.7l-53.1-76-53.1 76c-8.3 11.9-23.6 16.7-37.2 11.7s-22.2-18.5-20.9-32.9l8.2-92.4L95.4 410.9c-14 3.8-28.8-2.3-36-14.9s-5.2-28.4 5.1-38.7l65.7-65.5L46 252.7c-13.1-6.1-20.5-20.3-18-34.6s14.3-25.1 28.8-26.3l92.4-8-39.3-84c-6.1-13.1-2.7-28.8 8.4-38.1s27.1-10 39-1.7l75.9 53.3 23.9-89.6C260.8 9.7 273.5 0 288 0zm0 156.2l-4.8 18c-2.7 10.1-10.2 18.2-20 21.8s-20.8 2.1-29.3-3.9l-15.2-10.7 7.9 16.8c4.4 9.5 4 20.5-1.3 29.6s-14.5 15-25 15.9l-18.5 1.6 16.8 7.8c9.5 4.4 16.2 13.2 18 23.5s-1.5 20.8-8.9 28.2l-13.2 13.1 17.9-4.8c10.1-2.7 20.9-.3 28.9 6.4s12.2 16.9 11.3 27.3l-1.6 18.5 10.6-15.2c6-8.6 15.8-13.7 26.2-13.7s20.2 5.1 26.2 13.7l10.6 15.2-1.6-18.5c-.9-10.4 3.3-20.6 11.3-27.3s18.8-9.1 28.9-6.4l17.9 4.8-13.2-13.1c-7.4-7.4-10.7-17.9-8.9-28.2s8.5-19.1 18-23.5l16.8-7.8-18.5-1.6c-10.4-.9-19.7-6.8-25-15.9s-5.7-20.1-1.3-29.6l7.9-16.8-15.2 10.7c-8.6 6-19.5 7.5-29.3 3.9s-17.3-11.7-20-21.8l-4.8-18z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "baht-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "currency" + ] + }, + "unicode": "e0ac", + "label": "Baht Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M144 0c-17.7 0-32 14.3-32 32V64H37.6C16.8 64 0 80.8 0 101.6V224v41.7V288 406.3c0 23 18.7 41.7 41.7 41.7H112v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1C280.3 222.6 288 200.2 288 176c0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32zM112 128v96H64V128h48zm64 96V128c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-64 64v96H64V288h48zm64 96V288h32c26.5 0 48 21.5 48 48s-21.5 48-48 48H176z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ban": { + "aliases": { + "names": [ + "cancel" + ], + "unicodes": { + "composite": [ + "1f6ab" + ], + "secondary": [ + "10f05e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abort", + "ban", + "block", + "cancel", + "delete", + "entry", + "forbidden", + "hide", + "no", + "not", + "prohibit", + "prohibited", + "remove", + "stop", + "trash" + ] + }, + "unicode": "f05e", + "label": "Ban", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5zm45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5L412.5 367.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ban-smoking": { + "aliases": { + "names": [ + "smoking-ban" + ], + "unicodes": { + "composite": [ + "1f6ad" + ], + "secondary": [ + "10f54d" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ban", + "cancel", + "forbidden", + "no", + "no smoking", + "non-smoking", + "not", + "prohibited", + "smoking" + ] + }, + "unicode": "f54d", + "label": "Ban Smoking", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M99.5 144.8L178.7 224l96 96 92.5 92.5C335.9 434.9 297.5 448 256 448C150 448 64 362 64 256c0-41.5 13.1-79.9 35.5-111.2zM333.3 288l-32-32H384v32H333.3zm32 32H400c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H269.3L144.8 99.5C176.1 77.1 214.5 64 256 64c106 0 192 86 192 192c0 41.5-13.1 79.9-35.5 111.2L365.3 320zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM272 96c-8.8 0-16 7.2-16 16c0 26.5 21.5 48 48 48h32c8.8 0 16 7.2 16 16s7.2 16 16 16s16-7.2 16-16c0-26.5-21.5-48-48-48H304c-8.8 0-16-7.2-16-16s-7.2-16-16-16zM229.5 320l-96-96H112c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16H229.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bandage": { + "aliases": { + "names": [ + "band-aid" + ], + "unicodes": { + "composite": [ + "1fa79" + ], + "secondary": [ + "10f462" + ] + } + }, + "changes": [ + "5.0.7", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "adhesive bandage", + "bandage", + "boo boo", + "first aid", + "ouch" + ] + }, + "unicode": "f462", + "label": "Bandage", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766749, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 416h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H480V416zM448 96H192V416H448V96zM64 96C28.7 96 0 124.7 0 160V352c0 35.3 28.7 64 64 64h96V96H64zM248 208a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM248 304a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bandcamp": { + "changes": [ + "4.7.0", + "5.0.0", + "5.13.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2d5", + "label": "Bandcamp", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bangladeshi-taka-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bdt", + "currency", + "tk" + ] + }, + "unicode": "e2e6", + "label": "Bangladeshi Taka Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M36 32.2C18.4 30.1 2.4 42.5 .2 60S10.5 93.6 28 95.8l7.9 1c16 2 28 15.6 28 31.8V160H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V384c0 53 43 96 96 96h32c106 0 192-86 192-192V256c0-53-43-96-96-96H272c-17.7 0-32 14.3-32 32s14.3 32 32 32h16c17.7 0 32 14.3 32 32v32c0 70.7-57.3 128-128 128H160c-17.7 0-32-14.3-32-32V224h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V128.5c0-48.4-36.1-89.3-84.1-95.3l-7.9-1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "barcode": { + "aliases": { + "unicodes": { + "secondary": [ + "10f02a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "info", + "laser", + "price", + "scan", + "upc" + ] + }, + "unicode": "f02a", + "label": "Barcode", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M24 32C10.7 32 0 42.7 0 56V456c0 13.3 10.7 24 24 24H40c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H24zm88 0c-8.8 0-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V48c0-8.8-7.2-16-16-16zm72 0c-13.3 0-24 10.7-24 24V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H184zm96 0c-13.3 0-24 10.7-24 24V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H280zM448 56V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H472c-13.3 0-24 10.7-24 24zm-64-8V464c0 8.8 7.2 16 16 16s16-7.2 16-16V48c0-8.8-7.2-16-16-16s-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bars": { + "aliases": { + "names": [ + "navicon" + ], + "unicodes": { + "secondary": [ + "10f0c9" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "drag", + "hamburger", + "list", + "menu", + "nav", + "navigation", + "ol", + "reorder", + "settings", + "todo", + "ul" + ] + }, + "unicode": "f0c9", + "label": "Bars", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bars-progress": { + "aliases": { + "names": [ + "tasks-alt" + ], + "unicodes": { + "secondary": [ + "10f828" + ] + } + }, + "changes": [ + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "downloading", + "downloads", + "loading", + "poll", + "progress", + "project management", + "settings", + "to do" + ] + }, + "unicode": "f828", + "label": "Bars Progress", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 160H320V128H448v32zM48 64C21.5 64 0 85.5 0 112v64c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48zM448 352v32H192V352H448zM48 288c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V336c0-26.5-21.5-48-48-48H48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bars-staggered": { + "aliases": { + "names": [ + "reorder", + "stream" + ], + "unicodes": { + "secondary": [ + "10f550" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "flow", + "list", + "timeline" + ] + }, + "unicode": "f550", + "label": "Bars Staggered", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM64 256c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "baseball": { + "aliases": { + "names": [ + "baseball-ball" + ], + "unicodes": { + "composite": [ + "1f94e", + "26be" + ], + "secondary": [ + "10f433" + ] + } + }, + "changes": [ + "5.0.5", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "baseball", + "foul", + "glove", + "hardball", + "league", + "leather", + "mlb", + "softball", + "sport", + "underarm" + ] + }, + "unicode": "f433", + "label": "Baseball", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M62.7 223.4c-4.8 .4-9.7 .6-14.7 .6c-15.6 0-30.8-2-45.2-5.9C19.2 107.1 107.1 19.2 218.1 2.8C222 17.2 224 32.4 224 48c0 4.9-.2 9.8-.6 14.7c-.7 8.8 5.8 16.5 14.6 17.3s16.5-5.8 17.3-14.6c.5-5.7 .7-11.5 .7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8 0 3.7-.1 5.6-.1C397.4 0 512 114.6 512 256c0 1.9 0 3.7-.1 5.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8 0-11.6 .2-17.3 .7c-8.8 .7-15.4 8.5-14.6 17.3s8.5 15.4 17.3 14.6c4.8-.4 9.7-.6 14.7-.6c15.6 0 30.8 2 45.2 5.9C492.8 404.9 404.9 492.8 293.9 509.2C290 494.8 288 479.6 288 464c0-4.9 .2-9.8 .6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5 5.8-17.3 14.6c-.5 5.7-.7 11.5-.7 17.3c0 16.5 1.9 32.6 5.6 47.9c-1.8 0-3.7 .1-5.6 .1C114.6 512 0 397.4 0 256c0-1.9 0-3.7 .1-5.6C15.4 254.1 31.5 256 48 256c5.8 0 11.6-.2 17.3-.7c8.8-.7 15.4-8.5 14.6-17.3s-8.5-15.4-17.3-14.6zM121.3 208c-8 3.7-11.6 13.2-7.9 21.2s13.2 11.6 21.2 7.9c45.2-20.8 81.7-57.2 102.5-102.5c3.7-8 .2-17.5-7.9-21.2s-17.5-.2-21.2 7.9c-17.6 38.3-48.5 69.2-86.7 86.7zm277.2 74.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2 20.8-81.7 57.2-102.5 102.5c-3.7 8-.2 17.5 7.9 21.2s17.5 .2 21.2-7.9c17.6-38.3 48.5-69.2 86.7-86.7c8-3.7 11.6-13.2 7.9-21.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "baseball-bat-ball": { + "aliases": { + "unicodes": { + "secondary": [ + "10f432" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bat", + "league", + "mlb", + "slugger", + "softball", + "sport" + ] + }, + "unicode": "f432", + "label": "Baseball Bat Ball", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M424 0c-12.4 0-24.2 4.9-33 13.7L233.5 171.2c-10.5 10.5-19.8 22.1-27.7 34.6L132.7 321.6c-7.3 11.5-15.8 22.2-25.5 31.9L69.9 390.7l51.3 51.3 37.3-37.3c9.6-9.6 20.3-18.2 31.9-25.5l115.8-73.1c12.5-7.9 24.1-17.2 34.6-27.7L498.3 121c8.7-8.7 13.7-20.6 13.7-33s-4.9-24.2-13.7-33L457 13.7C448.2 4.9 436.4 0 424 0zm88 432a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM15 399c-9.4 9.4-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L49 399c-9.4-9.4-24.6-9.4-33.9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "basket-shopping": { + "aliases": { + "names": [ + "shopping-basket" + ], + "unicodes": { + "secondary": [ + "10f291" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "checkout", + "grocery", + "payment", + "purchase" + ] + }, + "unicode": "f291", + "label": "Basket Shopping", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M253.3 35.1c6.1-11.8 1.5-26.3-10.2-32.4s-26.3-1.5-32.4 10.2L117.6 192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32L83.9 463.5C91 492 116.6 512 146 512H430c29.4 0 55-20 62.1-48.5L544 256c17.7 0 32-14.3 32-32s-14.3-32-32-32H458.4L365.3 12.9C359.2 1.2 344.7-3.4 332.9 2.7s-16.3 20.6-10.2 32.4L404.3 192H171.7L253.3 35.1zM192 304v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16s16 7.2 16 16zm96-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16zm128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "basketball": { + "aliases": { + "names": [ + "basketball-ball" + ], + "unicodes": { + "composite": [ + "1f3c0" + ], + "secondary": [ + "10f434" + ] + } + }, + "changes": [ + "5.0.5", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "basketball", + "dribble", + "dunk", + "hoop", + "nba" + ] + }, + "unicode": "f434", + "label": "Basketball", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M86.6 64l85.2 85.2C194.5 121.7 208 86.4 208 48c0-14.7-2-28.9-5.7-42.4C158.6 15 119 35.5 86.6 64zM64 86.6C35.5 119 15 158.6 5.6 202.3C19.1 206 33.3 208 48 208c38.4 0 73.7-13.5 101.3-36.1L64 86.6zM256 0c-7.3 0-14.6 .3-21.8 .9C238 16 240 31.8 240 48c0 47.3-17.1 90.5-45.4 124L256 233.4 425.4 64C380.2 24.2 320.9 0 256 0zM48 240c-16.2 0-32-2-47.1-5.8C.3 241.4 0 248.7 0 256c0 64.9 24.2 124.2 64 169.4L233.4 256 172 194.6C138.5 222.9 95.3 240 48 240zm463.1 37.8c.6-7.2 .9-14.5 .9-21.8c0-64.9-24.2-124.2-64-169.4L278.6 256 340 317.4c33.4-28.3 76.7-45.4 124-45.4c16.2 0 32 2 47.1 5.8zm-4.7 31.9C492.9 306 478.7 304 464 304c-38.4 0-73.7 13.5-101.3 36.1L448 425.4c28.5-32.3 49.1-71.9 58.4-115.7zM340.1 362.7C317.5 390.3 304 425.6 304 464c0 14.7 2 28.9 5.7 42.4C353.4 497 393 476.5 425.4 448l-85.2-85.2zM317.4 340L256 278.6 86.6 448c45.1 39.8 104.4 64 169.4 64c7.3 0 14.6-.3 21.8-.9C274 496 272 480.2 272 464c0-47.3 17.1-90.5 45.4-124z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bath": { + "aliases": { + "names": [ + "bathtub" + ], + "unicodes": { + "composite": [ + "1f6c1" + ], + "secondary": [ + "10f2cd" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bath", + "bathtub", + "clean", + "shower", + "tub", + "wash" + ] + }, + "unicode": "f2cd", + "label": "Bath", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 77.3c0-7.3 5.9-13.3 13.3-13.3c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9C130 91.8 128 101.7 128 112c0 19.9 7.2 38 19.2 52c-5.3 9.2-4 21.1 3.8 29c9.4 9.4 24.6 9.4 33.9 0L289 89c9.4-9.4 9.4-24.6 0-33.9c-7.9-7.9-19.8-9.1-29-3.8C246 39.2 227.9 32 208 32c-10.3 0-20.2 2-29.2 5.5L163.9 22.6C149.4 8.1 129.7 0 109.3 0C66.6 0 32 34.6 32 77.3V256c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H96V77.3zM32 352v16c0 28.4 12.4 54 32 71.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V464H384v16c0 17.7 14.3 32 32 32s32-14.3 32-32V439.6c19.6-17.6 32-43.1 32-71.6V352H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "battery-empty": { + "aliases": { + "names": [ + "battery-0" + ], + "unicodes": { + "secondary": [ + "10f244" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "charge", + "dead", + "power", + "status" + ] + }, + "unicode": "f244", + "label": "Battery Empty", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M80 160c-8.8 0-16 7.2-16 16V336c0 8.8 7.2 16 16 16H464c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H80zM0 176c0-44.2 35.8-80 80-80H464c44.2 0 80 35.8 80 80v16c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32v16c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V176z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "battery-full": { + "aliases": { + "names": [ + "battery", + "battery-5" + ], + "unicodes": { + "composite": [ + "1f50b" + ], + "secondary": [ + "10f240" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "batter", + "battery", + "charge", + "power", + "status" + ] + }, + "unicode": "f240", + "label": "Battery Full", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm368 96H96V320H448V192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "battery-half": { + "aliases": { + "names": [ + "battery-3" + ], + "unicodes": { + "secondary": [ + "10f242" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "charge", + "power", + "status" + ] + }, + "unicode": "f242", + "label": "Battery Half", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm208 96H96V320H288V192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "battery-quarter": { + "aliases": { + "names": [ + "battery-2" + ], + "unicodes": { + "secondary": [ + "10f243" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "charge", + "low", + "power", + "status" + ] + }, + "unicode": "f243", + "label": "Battery Quarter", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm112 96H96V320h96V192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "battery-three-quarters": { + "aliases": { + "names": [ + "battery-4" + ], + "unicodes": { + "secondary": [ + "10f241" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "charge", + "power", + "status" + ] + }, + "unicode": "f241", + "label": "Battery Three Quarters", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm272 96H96V320H352V192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "battle-net": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f835", + "label": "Battle.net", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bed": { + "aliases": { + "unicodes": { + "composite": [ + "1f6cc" + ], + "secondary": [ + "10f236" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hospital", + "hotel", + "lodging", + "mattress", + "patient", + "person in bed", + "rest", + "sleep", + "travel" + ] + }, + "unicode": "f236", + "label": "Bed", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 32c17.7 0 32 14.3 32 32V320H288V160c0-17.7 14.3-32 32-32H544c53 0 96 43 96 96V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V416H352 320 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 46.3 14.3 32 32 32zm144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bed-pulse": { + "aliases": { + "names": [ + "procedures" + ], + "unicodes": { + "secondary": [ + "10f487" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "EKG", + "bed", + "electrocardiogram", + "health", + "hospital", + "life", + "patient", + "vital" + ] + }, + "unicode": "f487", + "label": "Bed Pulse", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M483.2 9.6L524 64h92c13.3 0 24 10.7 24 24s-10.7 24-24 24H512c-7.6 0-14.7-3.6-19.2-9.6L468.7 70.3l-47 99.9c-3.7 7.8-11.3 13.1-19.9 13.7s-16.9-3.4-21.7-10.6L339.2 112H216c-13.3 0-24-10.7-24-24s10.7-24 24-24H352c8 0 15.5 4 20 10.7l24.4 36.6 45.9-97.5C445.9 6.2 453.2 1 461.6 .1s16.6 2.7 21.6 9.5zM320 160h12.7l20.7 31.1c11.2 16.8 30.6 26.3 50.7 24.8s37.9-13.7 46.5-32L461.9 160H544c53 0 96 43 96 96V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H352 320 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64s32 14.3 32 32V352H288V192c0-17.7 14.3-32 32-32zm-144 0a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "beer-mug-empty": { + "aliases": { + "names": [ + "beer" + ], + "unicodes": { + "secondary": [ + "10f0fc" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "ale", + "bar", + "beverage", + "brew", + "brewery", + "drink", + "foam", + "lager", + "liquor", + "mug", + "stein" + ] + }, + "unicode": "f0fc", + "label": "Beer Mug Empty", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 64c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32V96h51.2c42.4 0 76.8 34.4 76.8 76.8V274.9c0 30.4-17.9 57.9-45.6 70.2L384 381.7V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V64zM384 311.6l56.4-25.1c4.6-2.1 7.6-6.6 7.6-11.7V172.8c0-7.1-5.7-12.8-12.8-12.8H384V311.6zM160 144c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "behance": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1b4", + "label": "Behance", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bell": { + "aliases": { + "unicodes": { + "composite": [ + "1f514", + "f0a2" + ], + "secondary": [ + "10f0f3" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.2.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alarm", + "alert", + "bel", + "bell", + "chime", + "notification", + "reminder" + ] + }, + "unicode": "f0f3", + "label": "Bell", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z" + }, + "regular": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0c-17.7 0-32 14.3-32 32V49.9C119.5 61.4 64 124.2 64 200v33.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416H424c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6C399.5 322.9 384 278.8 384 233.4V200c0-75.8-55.5-138.6-128-150.1V32c0-17.7-14.3-32-32-32zm0 96h8c57.4 0 104 46.6 104 104v33.4c0 47.9 13.9 94.6 39.7 134.6H72.3C98.1 328 112 281.3 112 233.4V200c0-57.4 46.6-104 104-104h8zm64 352H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "bell-concierge": { + "aliases": { + "names": [ + "concierge-bell" + ], + "unicodes": { + "composite": [ + "1f6ce" + ], + "secondary": [ + "10f562" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "attention", + "bell", + "bellhop", + "bellhop bell", + "hotel", + "receptionist", + "service", + "support" + ] + }, + "unicode": "f562", + "label": "Bell Concierge", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M216 64c-13.3 0-24 10.7-24 24s10.7 24 24 24h16v33.3C119.6 157.2 32 252.4 32 368H480c0-115.6-87.6-210.8-200-222.7V112h16c13.3 0 24-10.7 24-24s-10.7-24-24-24H256 216zM24 400c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bell-slash": { + "aliases": { + "unicodes": { + "composite": [ + "1f515", + "f1f7" + ], + "secondary": [ + "10f1f6" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alert", + "bell", + "bell with slash", + "cancel", + "disabled", + "forbidden", + "mute", + "notification", + "off", + "quiet", + "reminder", + "silent" + ] + }, + "unicode": "f1f6", + "label": "Bell Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-87.5-68.6c.5-1.7 .7-3.5 .7-5.4c0-27.6-11-54.1-30.5-73.7L512 320c-20.5-20.5-32-48.3-32-77.3V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V51.2c-42.6 8.6-79 34.2-102 69.3L38.8 5.1zM160 242.7c0 29-11.5 56.8-32 77.3l-1.5 1.5C107 341 96 367.5 96 395.2c0 11.5 9.3 20.8 20.8 20.8H406.2L160 222.1v20.7zM384 448H320 256c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z" + }, + "regular": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L542.6 400c2.7-7.8 1.3-16.5-3.9-23l-14.9-18.6C495.5 322.9 480 278.8 480 233.4V200c0-75.8-55.5-138.6-128-150.1V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V49.9c-43.9 7-81.5 32.7-104.4 68.7L38.8 5.1zM221.7 148.4C239.6 117.1 273.3 96 312 96h8 8c57.4 0 104 46.6 104 104v33.4c0 32.7 6.4 64.8 18.7 94.5L221.7 148.4zM406.2 416l-60.9-48H168.3c21.2-32.8 34.4-70.3 38.4-109.1L160 222.1v11.4c0 45.4-15.5 89.5-43.8 124.9L101.3 377c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6H406.2zM384 448H320 256c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "bezier-curve": { + "aliases": { + "unicodes": { + "secondary": [ + "10f55b" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "curves", + "illustrator", + "lines", + "path", + "vector" + ] + }, + "unicode": "f55b", + "label": "Bezier Curve", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M296 136V88h48v48H296zM288 32c-26.5 0-48 21.5-48 48v4H121.6C111.2 62.7 89.3 48 64 48C28.7 48 0 76.7 0 112s28.7 64 64 64c25.3 0 47.2-14.7 57.6-36h66.9c-58.9 39.6-98.9 105-104 180H80c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-3.3c5.9-67 48.5-123.4 107.5-149.1c8.6 12.7 23.2 21.1 39.8 21.1h64c16.6 0 31.1-8.4 39.8-21.1c59 25.7 101.6 82.1 107.5 149.1H496c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-4.5c-5-75-45.1-140.4-104-180h66.9c10.4 21.3 32.3 36 57.6 36c35.3 0 64-28.7 64-64s-28.7-64-64-64c-25.3 0-47.2 14.7-57.6 36H400V80c0-26.5-21.5-48-48-48H288zM88 376h48v48H88V376zm416 48V376h48v48H504z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bicycle": { + "aliases": { + "unicodes": { + "composite": [ + "1f6b2" + ], + "secondary": [ + "10f206" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bicycle", + "bike", + "gears", + "pedal", + "transportation", + "vehicle" + ] + }, + "unicode": "f206", + "label": "Bicycle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h25.7l34.6 64H222.9l-27.4-38C191 99.7 183.7 96 176 96H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h43.7l22.1 30.7-26.6 53.1c-10-2.5-20.5-3.8-31.2-3.8C57.3 224 0 281.3 0 352s57.3 128 128 128c65.3 0 119.1-48.9 127-112h49c8.5 0 16.3-4.5 20.7-11.8l84.8-143.5 21.7 40.1C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L375.4 48.8C369.8 38.4 359 32 347.2 32H312zM458.6 303.7l32.3 59.7c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-32.3-59.7c3.6-.6 7.4-.9 11.2-.9c39.8 0 72 32.2 72 72s-32.2 72-72 72s-72-32.2-72-72c0-18.6 7-35.5 18.6-48.3zM133.2 368h65c-7.3 32.1-36 56-70.2 56c-39.8 0-72-32.2-72-72s32.2-72 72-72c1.7 0 3.4 .1 5.1 .2l-24.2 48.5c-9 18.1 4.1 39.4 24.3 39.4zm33.7-48l50.7-101.3 72.9 101.2-.1 .1H166.8zm90.6-128H365.9L317 274.8 257.4 192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bilibili": { + "changes": [ + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e3d9", + "label": "Bilibili", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M488.6 104.1C505.3 122.2 513 143.8 511.9 169.8V372.2C511.5 398.6 502.7 420.3 485.4 437.3C468.2 454.3 446.3 463.2 419.9 464H92.02C65.57 463.2 43.81 454.2 26.74 436.8C9.682 419.4 .7667 396.5 0 368.2V169.8C.7667 143.8 9.682 122.2 26.74 104.1C43.81 87.75 65.57 78.77 92.02 78H121.4L96.05 52.19C90.3 46.46 87.42 39.19 87.42 30.4C87.42 21.6 90.3 14.34 96.05 8.603C101.8 2.868 109.1 0 117.9 0C126.7 0 134 2.868 139.8 8.603L213.1 78H301.1L375.6 8.603C381.7 2.868 389.2 0 398 0C406.8 0 414.1 2.868 419.9 8.603C425.6 14.34 428.5 21.6 428.5 30.4C428.5 39.19 425.6 46.46 419.9 52.19L394.6 78L423.9 78C450.3 78.77 471.9 87.75 488.6 104.1H488.6zM449.8 173.8C449.4 164.2 446.1 156.4 439.1 150.3C433.9 144.2 425.1 140.9 416.4 140.5H96.05C86.46 140.9 78.6 144.2 72.47 150.3C66.33 156.4 63.07 164.2 62.69 173.8V368.2C62.69 377.4 65.95 385.2 72.47 391.7C78.99 398.2 86.85 401.5 96.05 401.5H416.4C425.6 401.5 433.4 398.2 439.7 391.7C446 385.2 449.4 377.4 449.8 368.2L449.8 173.8zM185.5 216.5C191.8 222.8 195.2 230.6 195.6 239.7V273C195.2 282.2 191.9 289.9 185.8 296.2C179.6 302.5 171.8 305.7 162.2 305.7C152.6 305.7 144.7 302.5 138.6 296.2C132.5 289.9 129.2 282.2 128.8 273V239.7C129.2 230.6 132.6 222.8 138.9 216.5C145.2 210.2 152.1 206.9 162.2 206.5C171.4 206.9 179.2 210.2 185.5 216.5H185.5zM377 216.5C383.3 222.8 386.7 230.6 387.1 239.7V273C386.7 282.2 383.4 289.9 377.3 296.2C371.2 302.5 363.3 305.7 353.7 305.7C344.1 305.7 336.3 302.5 330.1 296.2C323.1 289.9 320.7 282.2 320.4 273V239.7C320.7 230.6 324.1 222.8 330.4 216.5C336.7 210.2 344.5 206.9 353.7 206.5C362.9 206.9 370.7 210.2 377 216.5H377z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bimobject": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f378", + "label": "BIMobject", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "binoculars": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1e5" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "glasses", + "magnify", + "scenic", + "spyglass", + "view" + ] + }, + "unicode": "f1e5", + "label": "Binoculars", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 32h32c17.7 0 32 14.3 32 32V96H96V64c0-17.7 14.3-32 32-32zm64 96V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V388.9c0-34.6 9.4-68.6 27.2-98.3C40.9 267.8 49.7 242.4 53 216L60.5 156c2-16 15.6-28 31.8-28H192zm227.8 0c16.1 0 29.8 12 31.8 28L459 216c3.3 26.4 12.1 51.8 25.8 74.6c17.8 29.7 27.2 63.7 27.2 98.3V448c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V128h99.8zM320 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V96H320V64zm-32 64V288H224V128h64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "biohazard": { + "aliases": { + "unicodes": { + "composite": [ + "2623" + ], + "secondary": [ + "10f780" + ] + } + }, + "changes": [ + "5.6.0", + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "biohazard", + "covid-19", + "danger", + "dangerous", + "epidemic", + "hazmat", + "medical", + "pandemic", + "radioactive", + "sign", + "toxic", + "waste", + "zombie" + ] + }, + "unicode": "f780", + "label": "Biohazard", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M173.2 0c-1.8 0-3.5 .7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73c-22 2.4-43.8 9.1-64.2 20.5C37.9 232.8 13.3 262.4 .4 296c-.7 1.7-.5 3.7 .5 5.2c2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6c1 1.6 2.6 2.7 4.5 3c36.5 5.9 75.2 .1 109.7-19.2c20.4-11.4 37.4-26.5 50.5-43.8c13.1 17.3 30.1 32.4 50.5 43.8c34.5 19.3 73.3 25.2 109.7 19.2c1.9-.3 3.5-1.4 4.5-3c2.2-3.7 .1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3c1-1.6 1.1-3.5 .5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5c-20.4-11.4-42.2-18.1-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9zM240 272a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM181.7 417.6c6.3-11.8 9.8-25.1 8.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1 .6-27.1 2.7c7.8 57.1 38.7 106.8 82.9 139.4c6.8-6.7 12.6-14.1 16.8-22.1zM288 64c-28.8 0-56.3 5.9-81.2 16.5c2 8.3 5 16.2 9 23.5c6.8 12.4 16.7 23.1 30.1 30.3c13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3c4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64zM426.9 310c-7.2 26.4-21.7 49.7-41.2 67.8c-1.2 14.7 2.2 28.1 8.6 39.8c4.3 8 10 15.4 16.8 22.1c44.3-32.6 75.2-82.3 82.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8 .6-27.5 4.4-40 12.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bitbucket": { + "aliases": { + "unicodes": { + "composite": [ + "f172" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atlassian", + "bitbucket-square", + "git" + ] + }, + "unicode": "f171", + "label": "Bitbucket", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M22.2 32A16 16 0 0 0 6 47.8a26.35 26.35 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 24.58 24.58 0 0 0-2.8-.2L22.2 32zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bitcoin": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f379", + "label": "Bitcoin", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bitcoin-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Bitcoin Sign", + "currency" + ] + }, + "unicode": "e0b4", + "label": "Bitcoin Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M48 32C48 14.3 62.3 0 80 0s32 14.3 32 32V64h32V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64c0 1.5-.1 3.1-.3 4.5C254.1 82.2 288 125.1 288 176c0 24.2-7.7 46.6-20.7 64.9c31.7 19.8 52.7 55 52.7 95.1c0 61.9-50.1 112-112 112v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H112v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H41.7C18.7 448 0 429.3 0 406.3V288 265.7 224 101.6C0 80.8 16.8 64 37.6 64H48V32zM64 224H176c26.5 0 48-21.5 48-48s-21.5-48-48-48H64v96zm112 64H64v96H208c26.5 0 48-21.5 48-48s-21.5-48-48-48H176z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bity": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f37a", + "label": "Bity", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "black-tie": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f27e", + "label": "Font Awesome Black Tie", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "blackberry": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f37b", + "label": "BlackBerry", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "blender": { + "aliases": { + "unicodes": { + "secondary": [ + "10f517" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cocktail", + "milkshake", + "mixer", + "puree", + "smoothie" + ] + }, + "unicode": "f517", + "label": "Blender", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0h64 32H470.1c21.1 0 36.4 20.1 30.9 40.4L494.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16H485.8l-17.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16H459.6l-17.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16h97.5L416 352H160l-8.7-96H64c-35.3 0-64-28.7-64-64V64zM145.5 192L133.8 64H64V192h81.5zM144 384H432c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48H144c-26.5 0-48-21.5-48-48V432c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "blender-phone": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6b6" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "appliance", + "cocktail", + "fantasy", + "milkshake", + "mixer", + "puree", + "silly", + "smoothie" + ] + }, + "unicode": "f6b6", + "label": "Blender Phone", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M224 352L196.8 52.3C194.2 24.2 216.3 0 244.6 0H534.1c21.1 0 36.4 20.1 30.9 40.4L558.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16H549.8l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16H523.6l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16h97.5L480 352H224zm-16 32H496c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V432c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM147.5 30.7c10.8 6.7 15.3 21 10.6 33.4l-22 57.8c-4.2 10.9-14.5 17.6-25.3 16.4l-33.3-3.6c-13.6 42.2-13.6 88.4 0 130.7l33.3-3.6c10.9-1.2 21.2 5.5 25.3 16.4l22 57.8c4.7 12.4 .2 26.7-10.6 33.4l-44 27.2c-9.7 6-21.9 4.2-29.8-4.3C-24.6 286-24.6 114 73.7 7.8C81.6-.7 93.8-2.5 103.5 3.5l44 27.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "blog": { + "aliases": { + "unicodes": { + "secondary": [ + "10f781" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "journal", + "log", + "online", + "personal", + "post", + "web 2.0", + "wordpress", + "writing" + ] + }, + "unicode": "f781", + "label": "Blog", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 32c0 17.7 14.3 32 32 32c123.7 0 224 100.3 224 224c0 17.7 14.3 32 32 32s32-14.3 32-32C512 128.9 383.1 0 224 0c-17.7 0-32 14.3-32 32zm0 96c0 17.7 14.3 32 32 32c70.7 0 128 57.3 128 128c0 17.7 14.3 32 32 32s32-14.3 32-32c0-106-86-192-192-192c-17.7 0-32 14.3-32 32zM96 144c0-26.5-21.5-48-48-48S0 117.5 0 144V368c0 79.5 64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144H128v96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48V144z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "blogger": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f37c", + "label": "Blogger", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "blogger-b": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f37d", + "label": "Blogger B", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bluetooth": { + "aliases": { + "unicodes": { + "secondary": [ + "10f293" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "signal" + ] + }, + "unicode": "f293", + "label": "Bluetooth", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bluetooth-b": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f294", + "label": "Bluetooth", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bold": { + "aliases": { + "unicodes": { + "secondary": [ + "10f032" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emphasis", + "format", + "text" + ] + }, + "unicode": "f032", + "label": "Bold", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H80 96 224c70.7 0 128 57.3 128 128c0 31.3-11.3 60.1-30 82.3c37.1 22.4 62 63.1 62 109.7c0 70.7-57.3 128-128 128H96 80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V256 96H32C14.3 96 0 81.7 0 64zM224 224c35.3 0 64-28.7 64-64s-28.7-64-64-64H112V224H224zM112 288V416H256c35.3 0 64-28.7 64-64s-28.7-64-64-64H224 112z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bolt": { + "aliases": { + "names": [ + "zap" + ], + "unicodes": { + "composite": [ + "26a1" + ], + "secondary": [ + "10f0e7" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.5.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "charge", + "danger", + "electric", + "electricity", + "flash", + "high voltage", + "lightning", + "voltage", + "weather", + "zap" + ] + }, + "unicode": "f0e7", + "label": "Bolt", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288H175.5L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7H272.5L349.4 44.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bolt-lightning": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electricity", + "flash", + "lightning", + "weather", + "zap" + ] + }, + "unicode": "e0b7", + "label": "Bolt Lightning", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 256L28.5 28c2-16 15.6-28 31.8-28H228.9c15 0 27.1 12.1 27.1 27.1c0 3.2-.6 6.5-1.7 9.5L208 160H347.3c20.2 0 36.7 16.4 36.7 36.7c0 7.4-2.2 14.6-6.4 20.7l-192.2 281c-5.9 8.6-15.6 13.7-25.9 13.7h-2.9c-15.7 0-28.5-12.8-28.5-28.5c0-2.3 .3-4.6 .9-6.9L176 288H32c-17.7 0-32-14.3-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bomb": { + "aliases": { + "unicodes": { + "composite": [ + "1f4a3" + ], + "secondary": [ + "10f1e2" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bomb", + "comic", + "error", + "explode", + "fuse", + "grenade", + "warning" + ] + }, + "unicode": "f1e2", + "label": "Bomb", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M459.1 52.4L442.6 6.5C440.7 2.6 436.5 0 432.1 0s-8.5 2.6-10.4 6.5L405.2 52.4l-46 16.8c-4.3 1.6-7.3 5.9-7.2 10.4c0 4.5 3 8.7 7.2 10.2l45.7 16.8 16.8 45.8c1.5 4.4 5.8 7.5 10.4 7.5s8.9-3.1 10.4-7.5l16.5-45.8 45.7-16.8c4.2-1.5 7.2-5.7 7.2-10.2c0-4.6-3-8.9-7.2-10.4L459.1 52.4zm-132.4 53c-12.5-12.5-32.8-12.5-45.3 0l-2.9 2.9C256.5 100.3 232.7 96 208 96C93.1 96 0 189.1 0 304S93.1 512 208 512s208-93.1 208-208c0-24.7-4.3-48.5-12.2-70.5l2.9-2.9c12.5-12.5 12.5-32.8 0-45.3l-80-80zM200 192c-57.4 0-104 46.6-104 104v8c0 8.8-7.2 16-16 16s-16-7.2-16-16v-8c0-75.1 60.9-136 136-136h8c8.8 0 16 7.2 16 16s-7.2 16-16 16h-8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bone": { + "aliases": { + "unicodes": { + "composite": [ + "1f9b4" + ], + "secondary": [ + "10f5d7" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bone", + "calcium", + "dog", + "skeletal", + "skeleton", + "tibia" + ] + }, + "unicode": "f5d7", + "label": "Bone", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766749, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M153.7 144.8c6.9 16.3 20.6 31.2 38.3 31.2H384c17.7 0 31.4-14.9 38.3-31.2C434.4 116.1 462.9 96 496 96c44.2 0 80 35.8 80 80c0 30.4-17 56.9-42 70.4c-3.6 1.9-6 5.5-6 9.6s2.4 7.7 6 9.6c25 13.5 42 40 42 70.4c0 44.2-35.8 80-80 80c-33.1 0-61.6-20.1-73.7-48.8C415.4 350.9 401.7 336 384 336H192c-17.7 0-31.4 14.9-38.3 31.2C141.6 395.9 113.1 416 80 416c-44.2 0-80-35.8-80-80c0-30.4 17-56.9 42-70.4c3.6-1.9 6-5.5 6-9.6s-2.4-7.7-6-9.6C17 232.9 0 206.4 0 176c0-44.2 35.8-80 80-80c33.1 0 61.6 20.1 73.7 48.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bong": { + "aliases": { + "unicodes": { + "secondary": [ + "10f55c" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aparatus", + "cannabis", + "marijuana", + "pipe", + "smoke", + "smoking" + ] + }, + "unicode": "f55c", + "label": "Bong", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M160 208.5c0 29.1-15.6 53.9-37.2 67.8c-17.2 11.1-31.5 26.1-41.7 43.7H302.9c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8V64H160V208.5zM288 64V208.5c0 5.7 3.1 10.9 7.9 14c11.2 7.2 21.5 15.5 30.9 24.8L366.1 208l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l24 24 24 24c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7-43.3 43.3C374 314.1 384 347.9 384 384c0 39.4-11.9 76.1-32.2 106.5c-9.6 14.4-26.5 21.5-43.8 21.5H76.1c-17.3 0-34.2-7.1-43.8-21.5C11.9 460.1 0 423.4 0 384c0-67.8 35.1-127.3 88.1-161.5c4.8-3.1 7.9-8.3 7.9-14V64C78.3 64 64 49.7 64 32S78.3 0 96 0h16H272h16c17.7 0 32 14.3 32 32s-14.3 32-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "book": { + "aliases": { + "unicodes": { + "composite": [ + "1f4d4" + ], + "secondary": [ + "10f02d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "cover", + "decorated", + "diary", + "documentation", + "journal", + "library", + "notebook", + "notebook with decorative cover", + "read", + "research" + ] + }, + "unicode": "f02d", + "label": "Book", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "book-atlas": { + "aliases": { + "names": [ + "atlas" + ], + "unicodes": { + "secondary": [ + "10f558" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "directions", + "geography", + "globe", + "library", + "map", + "research", + "travel", + "wayfinding" + ] + }, + "unicode": "f558", + "label": "Book Atlas", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM247.4 283.8c-3.7 3.7-6.2 4.2-7.4 4.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9h63c-1.5 22.6-6 42.4-12.2 56.9c-3.8 8.9-8 15.2-11.8 18.9zm42.7-9.9c7.3-18.3 12-41.1 13.4-65.9h31.1c-4.7 27.9-21.4 51.7-44.5 65.9zm0-163.8c23.2 14.2 39.9 38 44.5 65.9H303.5c-1.4-24.7-6.1-47.5-13.4-65.9zM368 192a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM145.3 208h31.1c1.4 24.7 6.1 47.5 13.4 65.9c-23.2-14.2-39.9-38-44.5-65.9zm31.1-32H145.3c4.7-27.9 21.4-51.7 44.5-65.9c-7.3 18.3-12 41.1-13.4 65.9zm56.1-75.8c3.7-3.7 6.2-4.2 7.4-4.2s3.7 .5 7.4 4.2c3.8 3.7 8 10 11.8 18.9c6.2 14.5 10.8 34.3 12.2 56.9h-63c1.5-22.6 6-42.4 12.2-56.9c3.8-8.9 8-15.2 11.8-18.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "book-bible": { + "aliases": { + "names": [ + "bible" + ], + "unicodes": { + "secondary": [ + "10f647" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "catholicism", + "christianity", + "god", + "holy" + ] + }, + "unicode": "f647", + "label": "Book Bible", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zM208 80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272V304c0 8.8-7.2 16-16 16H224c-8.8 0-16-7.2-16-16V192H160c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h48V80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "book-bookmark": { + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "library", + "research" + ] + }, + "unicode": "e0bb", + "label": "Book Bookmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 43 43 0 96 0h96V190.7c0 13.4 15.5 20.9 26 12.5L272 160l54 43.2c10.5 8.4 26 .9 26-12.5V0h32 32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "book-journal-whills": { + "aliases": { + "names": [ + "journal-whills" + ], + "unicodes": { + "secondary": [ + "10f66a" + ] + } + }, + "changes": [ + "5.3.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "force", + "jedi", + "sith", + "star wars", + "yoda" + ] + }, + "unicode": "f66a", + "label": "Book Journal Whills", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zm90.4-234.4l-21.2-21.2c-3 10.1-5.1 20.6-5.1 31.6c0 .2 0 .5 .1 .8s.1 .5 .1 .8L165.2 226c2.5 2.1 3.4 5.8 2.3 8.9c-1.3 3-4.1 5.1-7.5 5.1c-1.9-.1-3.8-.8-5.2-2l-23.6-20.6C142.8 267 186.9 304 240 304s97.3-37 108.9-86.6L325.3 238c-1.4 1.2-3.3 2-5.3 2c-2.2-.1-4.4-1.1-6-2.8c-1.2-1.5-1.9-3.4-2-5.2c.1-2.2 1.1-4.4 2.8-6l37.1-32.5c0-.3 0-.5 .1-.8s.1-.5 .1-.8c0-11-2.1-21.5-5.1-31.6l-21.2 21.2c-3.1 3.1-8.1 3.1-11.3 0s-3.1-8.1 0-11.2l26.4-26.5c-8.2-17-20.5-31.7-35.9-42.6c-2.7-1.9-6.2 1.4-5 4.5c8.5 22.4 3.6 48-13 65.6c-3.2 3.4-3.6 8.9-.9 12.7c9.8 14 12.7 31.9 7.5 48.5c-5.9 19.4-22 34.1-41.9 38.3l-1.4-34.3 12.6 8.6c.6 .4 1.5 .6 2.3 .6c1.5 0 2.7-.8 3.5-2s.6-2.8-.1-4L260 225.4l18-3.6c1.8-.4 3.1-2.1 3.1-4s-1.4-3.5-3.1-3.9l-18-3.7 8.5-14.3c.8-1.2 .9-2.9 .1-4.1s-2-2-3.5-2l-.1 0c-.7 .1-1.5 .3-2.1 .7l-14.1 9.6L244 87.9c-.1-2.2-1.9-3.9-4-3.9s-3.9 1.6-4 3.9l-4.6 110.8-12-8.1c-1.5-1.1-3.6-.9-5 .4s-1.6 3.4-.8 5l8.6 14.3-18 3.7c-1.8 .4-3.1 2-3.1 3.9s1.4 3.6 3.1 4l18 3.8-8.6 14.2c-.2 .6-.5 1.4-.5 2c0 1.1 .5 2.1 1.2 3c.8 .6 1.8 1 2.8 1c.7 0 1.6-.2 2.2-.6l10.4-7.1-1.4 32.8c-19.9-4.1-36-18.9-41.9-38.3c-5.1-16.6-2.2-34.4 7.6-48.5c2.7-3.9 2.3-9.3-.9-12.7c-16.6-17.5-21.6-43.1-13.1-65.5c1.2-3.1-2.3-6.4-5-4.5c-15.3 10.9-27.6 25.6-35.8 42.6l26.4 26.5c3.1 3.1 3.1 8.1 0 11.2s-8.1 3.1-11.2 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "book-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7e6" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "diary", + "documentation", + "health", + "history", + "journal", + "library", + "read", + "record", + "research" + ] + }, + "unicode": "f7e6", + "label": "Book Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM208 112v48H160c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h48c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H272V112c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "book-open": { + "aliases": { + "unicodes": { + "composite": [ + "1f4d6", + "1f56e" + ], + "secondary": [ + "10f518" + ] + } + }, + "changes": [ + "5.0.13", + "5.1.0", + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Book", + "book", + "flyer", + "library", + "notebook", + "open", + "open book", + "pamphlet", + "reading", + "research" + ] + }, + "unicode": "f518", + "label": "Book Open", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5V78.6c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32C93.5 32 46.3 45.3 18.1 56.1C6.8 60.5 0 71.7 0 83.8V454.1c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6c11.3 3.8 24.1-4.6 24.1-16.5V83.8c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6c-3.3 2.6-5 6.8-5 11V456c0 11.4 11.7 19.3 22.4 15.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "book-open-reader": { + "aliases": { + "names": [ + "book-reader" + ], + "unicodes": { + "secondary": [ + "10f5da" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "flyer", + "library", + "notebook", + "open book", + "pamphlet", + "reading", + "research" + ] + }, + "unicode": "f5da", + "label": "Book Open Reader", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 96a96 96 0 1 1 192 0A96 96 0 1 1 160 96zm80 152V512l-48.4-24.2c-20.9-10.4-43.5-17-66.8-19.3l-96-9.6C12.5 457.2 0 443.5 0 427V224c0-17.7 14.3-32 32-32H62.3c63.6 0 125.6 19.6 177.7 56zm32 264V248c52.1-36.4 114.1-56 177.7-56H480c17.7 0 32 14.3 32 32V427c0 16.4-12.5 30.2-28.8 31.8l-96 9.6c-23.2 2.3-45.9 8.9-66.8 19.3L272 512z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "book-quran": { + "aliases": { + "names": [ + "quran" + ], + "unicodes": { + "secondary": [ + "10f687" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "islam", + "muslim", + "religion" + ] + }, + "unicode": "f687", + "label": "Book Quran", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 0c53 0 96 43 96 96V416c0 53-43 96-96 96H64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V384c-17.7 0-32-14.3-32-32V32C0 14.3 14.3 0 32 0H64 352zm0 384H96v64H352c17.7 0 32-14.3 32-32s-14.3-32-32-32zM274.1 150.2l-8.9 21.4-23.1 1.9c-5.7 .5-8 7.5-3.7 11.2L256 199.8l-5.4 22.6c-1.3 5.5 4.7 9.9 9.6 6.9L280 217.2l19.8 12.1c4.9 3 10.9-1.4 9.6-6.9L304 199.8l17.6-15.1c4.3-3.7 2-10.8-3.7-11.2l-23.1-1.9-8.9-21.4c-2.2-5.3-9.6-5.3-11.8 0zM96 192c0 70.7 57.3 128 128 128c25.6 0 49.5-7.5 69.5-20.5c3.2-2.1 4.5-6.2 3.1-9.7s-5.2-5.6-9-4.8c-6.1 1.2-12.5 1.9-19 1.9c-52.4 0-94.9-42.5-94.9-94.9s42.5-94.9 94.9-94.9c6.5 0 12.8 .7 19 1.9c3.8 .8 7.5-1.3 9-4.8s.2-7.6-3.1-9.7C273.5 71.5 249.6 64 224 64C153.3 64 96 121.3 96 192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "book-skull": { + "aliases": { + "names": [ + "book-dead" + ], + "unicodes": { + "secondary": [ + "10f6b7" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "crossbones", + "d&d", + "dark arts", + "death", + "dnd", + "documentation", + "evil", + "fantasy", + "halloween", + "holiday", + "library", + "necronomicon", + "read", + "research", + "skull", + "spell" + ] + }, + "unicode": "f6b7", + "label": "Book Skull", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM320 112c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2V176c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V163.2c19.4-11.7 32-30.3 32-51.2zM208 96a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM134.3 209.3c-8.1-3.5-17.5 .3-21 8.4s.3 17.5 8.4 21L199.4 272l-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6 134.3 209.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "book-tanakh": { + "aliases": { + "names": [ + "tanakh" + ], + "unicodes": { + "secondary": [ + "10f827" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "jewish", + "judaism", + "religion" + ] + }, + "unicode": "f827", + "label": "Book Tanakh", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 0c53 0 96 43 96 96V416c0 53-43 96-96 96H64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V384c-17.7 0-32-14.3-32-32V32C0 14.3 14.3 0 32 0H64 352zm0 384H96v64H352c17.7 0 32-14.3 32-32s-14.3-32-32-32zM138.7 208l13.9 24H124.9l13.9-24zm-13.9-24L97.1 232c-6.2 10.7 1.5 24 13.9 24h55.4l27.7 48c6.2 10.7 21.6 10.7 27.7 0l27.7-48H305c12.3 0 20-13.3 13.9-24l-27.7-48 27.7-48c6.2-10.7-1.5-24-13.9-24H249.6L221.9 64c-6.2-10.7-21.6-10.7-27.7 0l-27.7 48H111c-12.3 0-20 13.3-13.9 24l27.7 48zm27.7 0l27.7-48h55.4l27.7 48-27.7 48H180.3l-27.7-48zm0-48l-13.9 24-13.9-24h27.7zm41.6-24L208 88l13.9 24H194.1zm69.3 24h27.7l-13.9 24-13.9-24zm13.9 72l13.9 24H263.4l13.9-24zm-55.4 48L208 280l-13.9-24h27.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bookmark": { + "aliases": { + "unicodes": { + "composite": [ + "1f516", + "f097" + ], + "secondary": [ + "10f02e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bookmark", + "favorite", + "library", + "mark", + "marker", + "read", + "remember", + "research", + "save" + ] + }, + "unicode": "f02e", + "label": "Bookmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z" + }, + "regular": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0l0 48V441.4l130.1-92.9c8.3-6 19.6-6 27.9 0L336 441.4V48H48V0H336c26.5 0 48 21.5 48 48V488c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488V48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "bootstrap": { + "changes": [ + "5.8.0", + "5.15.4", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f836", + "label": "Bootstrap", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "border-all": { + "aliases": { + "unicodes": { + "secondary": [ + "10f84c" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cell", + "grid", + "outline", + "stroke", + "table" + ] + }, + "unicode": "f84c", + "label": "Border All", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 96V224H256V96H384zm0 192V416H256V288H384zM192 224H64V96H192V224zM64 288H192V416H64V288zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "border-none": { + "aliases": { + "unicodes": { + "secondary": [ + "10f850" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cell", + "grid", + "outline", + "stroke", + "table" + ] + }, + "unicode": "f850", + "label": "Border None", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm96-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM320 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-320a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-448a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm192 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 320a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM416 192a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "border-top-left": { + "aliases": { + "names": [ + "border-style" + ], + "unicodes": { + "secondary": [ + "10f853" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cell", + "outline", + "stroke", + "table" + ] + }, + "unicode": "f853", + "label": "Border Top Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-336c0-8.8 7.2-16 16-16l336 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32C35.8 32 0 67.8 0 112L0 448zm160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-96 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm0 32a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bore-hole": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bore", + "bury", + "drill", + "hole" + ] + }, + "unicode": "e4c3", + "label": "Bore Hole", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c-17.7 0-32 14.3-32 32V296.6c-19.1 11.1-32 31.7-32 55.4c0 35.3 28.7 64 64 64s64-28.7 64-64c0-23.7-12.9-44.4-32-55.4V32c0-17.7-14.3-32-32-32zM48 128c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H384c-17.7 0-32 14.3-32 32V352c0 53-43 96-96 96s-96-43-96-96V160c0-17.7-14.3-32-32-32H48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bots": { + "changes": [ + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e340", + "label": "Bots", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M86.344,197.834a51.767,51.767,0,0,0-41.57,20.058V156.018a8.19,8.19,0,0,0-8.19-8.19H8.19A8.19,8.19,0,0,0,0,156.018V333.551a8.189,8.189,0,0,0,8.19,8.189H36.584a8.189,8.189,0,0,0,8.19-8.189v-8.088c11.628,13.373,25.874,19.769,41.573,19.769,34.6,0,61.922-26.164,61.922-73.843C148.266,225.452,121.229,197.834,86.344,197.834ZM71.516,305.691c-9.593,0-21.221-4.942-26.745-12.5V250.164c5.528-7.558,17.152-12.791,26.745-12.791,17.734,0,31.107,13.082,31.107,34.013C102.623,292.609,89.25,305.691,71.516,305.691Zm156.372-59.032a17.4,17.4,0,1,0,17.4,17.4A17.4,17.4,0,0,0,227.888,246.659ZM273.956,156.7V112.039a13.308,13.308,0,1,0-10.237,0V156.7a107.49,107.49,0,1,0,10.237,0Zm85.993,107.367c0,30.531-40.792,55.281-91.112,55.281s-91.111-24.75-91.111-55.281,40.792-55.281,91.111-55.281S359.949,233.532,359.949,264.062Zm-50.163,17.4a17.4,17.4,0,1,0-17.4-17.4h0A17.4,17.4,0,0,0,309.786,281.466ZM580.7,250.455c-14.828-2.617-22.387-3.78-22.387-9.885,0-5.523,7.268-9.884,17.735-9.884a65.56,65.56,0,0,1,34.484,10.1,8.171,8.171,0,0,0,11.288-2.468c.07-.11.138-.221.2-.333l8.611-14.886a8.2,8.2,0,0,0-2.867-11.123,99.863,99.863,0,0,0-52.014-14.138c-38.956,0-60.179,21.514-60.179,46.225,0,36.342,33.725,41.864,57.563,45.642,13.373,2.326,24.13,4.361,24.13,11.048,0,6.4-5.523,10.757-18.9,10.757-13.552,0-30.994-6.222-42.623-13.579a8.206,8.206,0,0,0-11.335,2.491c-.035.054-.069.108-.1.164l-10.2,16.891a8.222,8.222,0,0,0,2.491,11.066c15.224,10.3,37.663,16.692,59.441,16.692,40.409,0,63.957-19.769,63.957-46.515C640,260.63,604.537,254.816,580.7,250.455Zm-95.928,60.787a8.211,8.211,0,0,0-9.521-5.938,23.168,23.168,0,0,1-4.155.387c-7.849,0-12.5-6.106-12.5-14.245V240.28h20.349a8.143,8.143,0,0,0,8.141-8.143V209.466a8.143,8.143,0,0,0-8.141-8.143H458.594V171.091a8.143,8.143,0,0,0-8.143-8.143H422.257a8.143,8.143,0,0,0-8.143,8.143h0v30.232H399a8.143,8.143,0,0,0-8.143,8.143h0v22.671A8.143,8.143,0,0,0,399,240.28h15.115v63.667c0,27.037,15.408,41.282,43.9,41.282,12.183,0,21.383-2.2,27.6-5.446a8.161,8.161,0,0,0,4.145-9.278Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bottle-droplet": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "drink", + "oil", + "olive oil", + "wine" + ] + }, + "unicode": "e4c4", + "label": "Bottle Droplet", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8v64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V256c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1V56c0-4.4 3.6-8 8-8c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0 0 0 0H104l0 0 0 0L96 0zm64 382c-26.5 0-48-20.1-48-45c0-16.8 22.1-48.1 36.3-66.4c6-7.8 17.5-7.8 23.5 0C185.9 288.9 208 320.2 208 337c0 24.9-21.5 45-48 45z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bottle-water": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "h2o", + "plastic", + "water" + ] + }, + "unicode": "e4c5", + "label": "Bottle Water", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M120 0h80c13.3 0 24 10.7 24 24V64H96V24c0-13.3 10.7-24 24-24zM32 151.7c0-15.6 9-29.8 23.2-36.5l24.4-11.4c11-5.1 23-7.8 35.1-7.8h90.6c12.1 0 24.1 2.7 35.1 7.8l24.4 11.4c14.1 6.6 23.2 20.8 23.2 36.5c0 14.4-7.5 27-18.9 34.1c11.5 8.8 18.9 22.6 18.9 38.2c0 16.7-8.5 31.4-21.5 40c12.9 8.6 21.5 23.3 21.5 40s-8.5 31.4-21.5 40c12.9 8.6 21.5 23.3 21.5 40s-8.5 31.4-21.5 40c12.9 8.6 21.5 23.3 21.5 40c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48c0-16.7 8.5-31.4 21.5-40C40.5 415.4 32 400.7 32 384s8.5-31.4 21.5-40C40.5 335.4 32 320.7 32 304s8.5-31.4 21.5-40C40.5 255.4 32 240.7 32 224c0-15.6 7.4-29.4 18.9-38.2C39.5 178.7 32 166.1 32 151.7zM96 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zm16 112c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bowl-food": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "catfood", + "dogfood", + "food", + "rice" + ] + }, + "unicode": "e4c6", + "label": "Bowl Food", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 192c0-35.3 28.7-64 64-64c.5 0 1.1 0 1.6 0C73 91.5 105.3 64 144 64c15 0 29 4.1 40.9 11.2C198.2 49.6 225.1 32 256 32s57.8 17.6 71.1 43.2C339 68.1 353 64 368 64c38.7 0 71 27.5 78.4 64c.5 0 1.1 0 1.6 0c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32H8.6C3.1 214.6 0 203.7 0 192zm0 91.4C0 268.3 12.3 256 27.4 256H484.6c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28H140.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bowl-rice": { + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boiled", + "cooked", + "cooked rice", + "rice", + "steamed" + ] + }, + "unicode": "e2eb", + "label": "Bowl Rice", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 56c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24zm24 48h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24zM56 176H72c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24zM0 283.4C0 268.3 12.3 256 27.4 256H484.6c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28H140.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4zM224 200c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H248c-13.3 0-24-10.7-24-24zm-96 0c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H104c-13.3 0-24-10.7-24-24s10.7-24 24-24zm216 96c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H344c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H296c-13.3 0-24-10.7-24-24s10.7-24 24-24zm120 96c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H440c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H392c-13.3 0-24-10.7-24-24s10.7-24 24-24zM296 32h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H296c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bowling-ball": { + "aliases": { + "unicodes": { + "secondary": [ + "10f436" + ] + } + }, + "changes": [ + "5.0.5", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alley", + "candlepin", + "gutter", + "lane", + "strike", + "tenpin" + ] + }, + "unicode": "f436", + "label": "Bowling Ball", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM240 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM208 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-64-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "box": { + "aliases": { + "unicodes": { + "composite": [ + "1f4e6" + ], + "secondary": [ + "10f466" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "box", + "container", + "package", + "parcel", + "storage" + ] + }, + "unicode": "f466", + "label": "Box", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M50.7 58.5L0 160H208V32H93.7C75.5 32 58.9 42.3 50.7 58.5zM240 160H448L397.3 58.5C389.1 42.3 372.5 32 354.3 32H240V160zm208 32H0V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "box-archive": { + "aliases": { + "names": [ + "archive" + ], + "unicodes": { + "secondary": [ + "10f187" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "box", + "package", + "save", + "storage" + ] + }, + "unicode": "f187", + "label": "Box Archive", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32H480c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H32C14.3 128 0 113.7 0 96V64C0 46.3 14.3 32 32 32zm0 128H480V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V160zm128 80c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "box-open": { + "aliases": { + "unicodes": { + "secondary": [ + "10f49e" + ] + } + }, + "changes": [ + "5.0.9", + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "container", + "package", + "storage", + "unpack" + ] + }, + "unicode": "f49e", + "label": "Box Open", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M58.9 42.1c3-6.1 9.6-9.6 16.3-8.7L320 64 564.8 33.4c6.7-.8 13.3 2.7 16.3 8.7l41.7 83.4c9 17.9-.6 39.6-19.8 45.1L439.6 217.3c-13.9 4-28.8-1.9-36.2-14.3L320 64 236.6 203c-7.4 12.4-22.3 18.3-36.2 14.3L37.1 170.6c-19.3-5.5-28.8-27.2-19.8-45.1L58.9 42.1zM321.1 128l54.9 91.4c14.9 24.8 44.6 36.6 72.5 28.6L576 211.6v167c0 22-15 41.2-36.4 46.6l-204.1 51c-10.2 2.6-20.9 2.6-31 0l-204.1-51C79 419.7 64 400.5 64 378.5v-167L191.6 248c27.8 8 57.6-3.8 72.5-28.6L318.9 128h2.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "box-tissue": { + "aliases": { + "unicodes": { + "secondary": [ + "10e05b" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cough", + "covid-19", + "kleenex", + "mucus", + "nose", + "sneeze", + "snot" + ] + }, + "unicode": "e05b", + "label": "Box Tissue", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M92.5 0H208c40 0 52 24 64 48s24 48 64 48h85.2C436 96 448 108 448 122.8c0 3.4-.7 6.8-1.9 10L409.6 224 384 288H128l-16-64L64.9 35.4c-.6-2.3-.9-4.6-.9-6.9C64 12.8 76.8 0 92.5 0zM79 224l16 64H80c-8.8 0-16 7.2-16 16s7.2 16 16 16h48H384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H418.5l25.6-64H464c26.5 0 48 21.5 48 48V384H0V272c0-26.5 21.5-48 48-48H79zM0 416H512v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V416z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "boxes-packing": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "box", + "package", + "storage", + "supplies" + ] + }, + "unicode": "e4c7", + "label": "Boxes Packing", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 48c0-26.5 21.5-48 48-48H592c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H381.3c1.8-5 2.7-10.4 2.7-16V253.3c18.6-6.6 32-24.4 32-45.3V176c0-26.5-21.5-48-48-48H256V48zM571.3 347.3c6.2-6.2 6.2-16.4 0-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6 0l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 310.6V432c0 8.8 7.2 16 16 16s16-7.2 16-16V310.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0zM0 176c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H16c-8.8 0-16-7.2-16-16V176zm352 80V480c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V256H352zM144 320c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H144z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "boxes-stacked": { + "aliases": { + "names": [ + "boxes", + "boxes-alt" + ], + "unicodes": { + "composite": [ + "f4a1" + ], + "primary": [ + "f4a1" + ], + "secondary": [ + "10f468", + "10f4a1" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archives", + "inventory", + "storage", + "warehouse" + ] + }, + "unicode": "f468", + "label": "Boxes Stacked", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M248 0H208c-26.5 0-48 21.5-48 48V160c0 35.3 28.7 64 64 64H352c35.3 0 64-28.7 64-64V48c0-26.5-21.5-48-48-48H328V80c0 8.8-7.2 16-16 16H264c-8.8 0-16-7.2-16-16V0zM64 256c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H184v80c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V256H64zM352 512H512c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H472v80c0 8.8-7.2 16-16 16H408c-8.8 0-16-7.2-16-16V256H352c-15 0-28.8 5.1-39.7 13.8c4.9 10.4 7.7 22 7.7 34.2V464c0 12.2-2.8 23.8-7.7 34.2C323.2 506.9 337 512 352 512z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "braille": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2a1" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabet", + "blind", + "dots", + "raised", + "vision" + ] + }, + "unicode": "f2a1", + "label": "Braille", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 96a64 64 0 1 1 128 0A64 64 0 1 1 0 96zM224 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM80 416a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM224 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM352 96a64 64 0 1 1 128 0A64 64 0 1 1 352 96zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0A64 64 0 1 1 512 96zm64 176a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM416 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "brain": { + "aliases": { + "unicodes": { + "composite": [ + "1f9e0" + ], + "secondary": [ + "10f5dc" + ] + } + }, + "changes": [ + "5.2.0", + "5.9.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "brain", + "cerebellum", + "gray matter", + "intellect", + "intelligent", + "medulla oblongata", + "mind", + "noodle", + "wit" + ] + }, + "unicode": "f5dc", + "label": "Brain", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766749, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M184 0c30.9 0 56 25.1 56 56V456c0 30.9-25.1 56-56 56c-28.9 0-52.7-21.9-55.7-50.1c-5.2 1.4-10.7 2.1-16.3 2.1c-35.3 0-64-28.7-64-64c0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1C131.3 21.9 155.1 0 184 0zM328 0c28.9 0 52.6 21.9 55.7 49.9c27.8 7 48.3 32.1 48.3 62.1c0 6-.8 11.9-2.4 17.4c28.8 6.2 50.4 31.9 50.4 62.6c0 15-5.1 28.8-13.8 39.7C493.3 244.5 512 272.1 512 304c0 34.2-21.4 63.4-51.6 74.8c2.3 6.6 3.6 13.8 3.6 21.2c0 35.3-28.7 64-64 64c-5.6 0-11.1-.7-16.3-2.1c-3 28.2-26.8 50.1-55.7 50.1c-30.9 0-56-25.1-56-56V56c0-30.9 25.1-56 56-56z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "brazilian-real-sign": { + "changes": [ + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "brazilian real sign", + "currency" + ] + }, + "unicode": "e46c", + "label": "Brazilian Real Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M400 0c17.7 0 32 14.3 32 32V50.2c12.5 2.3 24.7 6.4 36.2 12.1l10.1 5.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-10.2-5.1c-9.9-5-20.9-7.5-32-7.5h-1.7c-29.8 0-53.9 24.1-53.9 53.9c0 22 13.4 41.8 33.9 50l52 20.8c44.7 17.9 74.1 61.2 74.1 109.4v3.4c0 51.2-33.6 94.6-80 109.2V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V460.6c-15-3.5-29.4-9.7-42.3-18.3l-23.4-15.6c-14.7-9.8-18.7-29.7-8.9-44.4s29.7-18.7 44.4-8.9L361.2 389c10.8 7.2 23.4 11 36.3 11c27.9 0 50.5-22.6 50.5-50.5v-3.4c0-22-13.4-41.8-33.9-50l-52-20.8C317.3 257.4 288 214.1 288 165.9C288 114 321.5 70 368 54.2V32c0-17.7 14.3-32 32-32zM0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bread-slice": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7ec" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bake", + "bakery", + "baking", + "dough", + "flour", + "gluten", + "grain", + "sandwich", + "sourdough", + "toast", + "wheat", + "yeast" + ] + }, + "unicode": "f7ec", + "label": "Bread Slice", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 32C192 32 0 64 0 192c0 35.3 28.7 64 64 64V432c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V256c35.3 0 64-28.7 64-64C512 64 320 32 256 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bridge": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "road" + ] + }, + "unicode": "e4c8", + "label": "Bridge", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H72v64H0V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96s96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96V160H504V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM456 96v64H376V96h80zM328 96v64H248V96h80zM200 96v64H120V96h80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bridge-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "not affected", + "ok", + "okay", + "road" + ] + }, + "unicode": "e4c9", + "label": "Bridge Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bridge-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "bridge", + "road" + ] + }, + "unicode": "e4ca", + "label": "Bridge Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bridge-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "destroy", + "road" + ] + }, + "unicode": "e4cb", + "label": "Bridge Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bridge-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "closed", + "lockdown", + "quarantine", + "road" + ] + }, + "unicode": "e4cc", + "label": "Bridge Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 64c0-17.7 14.3-32 32-32H576c17.7 0 32 14.3 32 32s-14.3 32-32 32H536v64h-8c-61.9 0-112 50.1-112 112v24.6c-9.9 5.8-18.2 14.1-23.8 24.1c-17.6-20-43.4-32.7-72.2-32.7c-53 0-96 43-96 96v64c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V384c0-53-43-96-96-96V160h72V96H64C46.3 96 32 81.7 32 64zM408 96v64h80V96H408zm-48 64V96H280v64h80zM152 96v64h80V96H152zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bridge-water": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "road" + ] + }, + "unicode": "e4ce", + "label": "Bridge Water", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 96C0 78.3 14.3 64 32 64H544c17.7 0 32 14.3 32 32v35.6c0 15.7-12.7 28.4-28.4 28.4c-37.3 0-67.6 30.2-67.6 67.6V352.5c-12.9 0-25.8 3.9-36.8 11.7c-18 12.4-40.1 20.3-59.2 20.3h0l0-.5V256c0-53-43-96-96-96s-96 43-96 96V384l0 .5c-19 0-41.2-7.9-59.1-20.3c-11.1-7.8-24-11.7-36.9-11.7V227.6C96 190.2 65.8 160 28.4 160C12.7 160 0 147.3 0 131.6V96zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "briefcase": { + "aliases": { + "unicodes": { + "composite": [ + "1f4bc" + ], + "secondary": [ + "10f0b1" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bag", + "briefcas", + "briefcase", + "business", + "luggage", + "office", + "work" + ] + }, + "unicode": "f0b1", + "label": "Briefcase", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 320 512V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM512 288H320v32c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "briefcase-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f469" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "doctor", + "emt", + "first aid", + "health" + ] + }, + "unicode": "f469", + "label": "Briefcase Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zm96 152c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V320H176c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "broom": { + "aliases": { + "unicodes": { + "composite": [ + "1f9f9" + ], + "secondary": [ + "10f51a" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "broom", + "clean", + "cleaning", + "firebolt", + "fly", + "halloween", + "nimbus 2000", + "quidditch", + "sweep", + "sweeping", + "witch" + ] + }, + "unicode": "f51a", + "label": "Broom", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M566.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5 0-22.6 10.1-22.6 22.6v29.1L364.3 320h29.1c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7 192-192zM341.1 353.4L222.6 234.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8C76.5 307.5 64 337.7 64 369.2c0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9C0 502.1 9.9 512 22.1 512l173.3 0c38.8 0 75.9-15.4 103.4-42.8c30.6-30.6 45.9-73.1 42.3-115.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "broom-ball": { + "aliases": { + "names": [ + "quidditch", + "quidditch-broom-ball" + ], + "unicodes": { + "secondary": [ + "10f458" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "bludger", + "broom", + "golden snitch", + "harry potter", + "hogwarts", + "quaffle", + "sport", + "wizard" + ] + }, + "unicode": "f458", + "label": "Broom Ball", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M566.6 9.4c12.5 12.5 12.5 32.8 0 45.3l-192 192 34.7 34.7c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H364.3L256 211.7V182.6c0-12.5 10.1-22.6 22.6-22.6c6 0 11.8 2.4 16 6.6l34.7 34.7 192-192c12.5-12.5 32.8-12.5 45.3 0zm-344 225.5L341.1 353.4c3.7 42.7-11.7 85.2-42.3 115.8C271.4 496.6 234.2 512 195.5 512L22.1 512C9.9 512 0 502.1 0 489.9c0-6.3 2.7-12.3 7.3-16.5L133.7 359.7c4.2-3.7-.4-10.4-5.4-7.9L77.2 377.4c-6.1 3-13.2-1.4-13.2-8.2c0-31.5 12.5-61.7 34.8-84l8-8c30.6-30.6 73.1-45.9 115.8-42.3zM464 352a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "brush": { + "aliases": { + "unicodes": { + "secondary": [ + "10f55d" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "art", + "bristles", + "color", + "handle", + "paint" + ] + }, + "unicode": "f55d", + "label": "Brush", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M162.4 6c-1.5-3.6-5-6-8.9-6h-19c-3.9 0-7.5 2.4-8.9 6L104.9 57.7c-3.2 8-14.6 8-17.8 0L66.4 6c-1.5-3.6-5-6-8.9-6H48C21.5 0 0 21.5 0 48V224v22.4V256H9.6 374.4 384v-9.6V224 48c0-26.5-21.5-48-48-48H230.5c-3.9 0-7.5 2.4-8.9 6L200.9 57.7c-3.2 8-14.6 8-17.8 0L162.4 6zM0 288v32c0 35.3 28.7 64 64 64h64v64c0 35.3 28.7 64 64 64s64-28.7 64-64V384h64c35.3 0 64-28.7 64-64V288H0zM192 432a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "btc": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f15a", + "label": "BTC", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bucket": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bucket", + "pail", + "sandcastle" + ] + }, + "unicode": "e4cf", + "label": "Bucket", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 152v8H48v-8C48 68.1 116.1 0 200 0h48c83.9 0 152 68.1 152 152v8H352v-8c0-57.4-46.6-104-104-104H200C142.6 48 96 94.6 96 152zM0 224c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32h-5.1L388.5 469c-2.6 24.4-23.2 43-47.7 43H107.2c-24.6 0-45.2-18.5-47.7-43L37.1 256H32c-17.7 0-32-14.3-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "buffer": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f837", + "label": "Buffer", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "bug": { + "aliases": { + "unicodes": { + "secondary": [ + "10f188" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.15.4", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beetle", + "error", + "glitch", + "insect", + "repair", + "report" + ] + }, + "unicode": "f188", + "label": "Bug", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c53 0 96 43 96 96v3.6c0 15.7-12.7 28.4-28.4 28.4H188.4c-15.7 0-28.4-12.7-28.4-28.4V96c0-53 43-96 96-96zM41.4 105.4c12.5-12.5 32.8-12.5 45.3 0l64 64c.7 .7 1.3 1.4 1.9 2.1c14.2-7.3 30.4-11.4 47.5-11.4H312c17.1 0 33.2 4.1 47.5 11.4c.6-.7 1.2-1.4 1.9-2.1l64-64c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-64 64c-.7 .7-1.4 1.3-2.1 1.9c6.2 12 10.1 25.3 11.1 39.5H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H416c0 24.6-5.5 47.8-15.4 68.6c2.2 1.3 4.2 2.9 6 4.8l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-63.1-63.1c-24.5 21.8-55.8 36.2-90.3 39.6V240c0-8.8-7.2-16-16-16s-16 7.2-16 16V479.2c-34.5-3.4-65.8-17.8-90.3-39.6L86.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c1.9-1.9 3.9-3.4 6-4.8C101.5 367.8 96 344.6 96 320H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96.3c1.1-14.1 5-27.5 11.1-39.5c-.7-.6-1.4-1.2-2.1-1.9l-64-64c-12.5-12.5-12.5-32.8 0-45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bug-slash": { + "changes": [ + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beetle", + "fix", + "glitch", + "insect", + "optimize", + "repair", + "report", + "warning" + ] + }, + "unicode": "e490", + "label": "Bug Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L477.4 348.9c1.7-9.4 2.6-19 2.6-28.9h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H479.7c-1.1-14.1-5-27.5-11.1-39.5c.7-.6 1.4-1.2 2.1-1.9l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-.7 .7-1.3 1.4-1.9 2.1C409.2 164.1 393.1 160 376 160H264c-8.3 0-16.3 1-24 2.8L38.8 5.1zM320 0c-53 0-96 43-96 96v3.6c0 15.7 12.7 28.4 28.4 28.4H387.6c15.7 0 28.4-12.7 28.4-28.4V96c0-53-43-96-96-96zM160.3 256H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c0 24.6 5.5 47.8 15.4 68.6c-2.2 1.3-4.2 2.9-6 4.8l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l63.1-63.1c24.5 21.8 55.8 36.2 90.3 39.6V335.5L166.7 227.3c-3.4 9-5.6 18.7-6.4 28.7zM336 479.2c36.6-3.6 69.7-19.6 94.8-43.8L336 360.7V479.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bugs": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bedbug", + "infestation", + "lice", + "plague", + "ticks" + ] + }, + "unicode": "e4d0", + "label": "Bugs", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M164.5 107.4l33.4-73.5c5.5-12.1 .1-26.3-11.9-31.8s-26.3-.1-31.8 11.9L128 71.7 101.9 14.1C96.4 2 82.1-3.3 70.1 2.1S52.7 21.9 58.1 33.9l33.4 73.5c-10.2 7.1-18.2 17-22.9 28.6h-17l-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1 111.7 .5 124.7l8 40C10.7 175.9 20.6 184 32 184H64v23.3l-37.8 9.5c-9.5 2.4-16.6 10.2-17.9 19.9l-8 56c-1.9 13.1 7.2 25.3 20.4 27.2s25.3-7.2 27.2-20.4l5.7-40 18.4-4.6C82.7 274.6 103.8 288 128 288s45.3-13.4 56.1-33.2l18.4 4.6 5.7 40c1.9 13.1 14 22.2 27.2 20.4s22.2-14 20.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9L192 207.3V184h32c11.4 0 21.3-8.1 23.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6 5.8-28.2 18.8L204.3 136h-17c-4.7-11.6-12.7-21.5-22.9-28.6zM496 286.5l65.6-47c10.8-7.7 13.3-22.7 5.6-33.5s-22.7-13.3-33.5-5.6l-51.4 36.8 6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9 8.4-26.2 21.6L432.8 250c-12.3 1-24.2 5.6-34.1 13.3L384 254.8l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2 2.5-30.4 15l-13.1 38.6c-3.7 10.8 .8 22.8 10.7 28.5l27.7 16L359 322.7 321.5 312c-9.4-2.7-19.5 .6-25.5 8.3l-34.9 44.5c-8.2 10.4-6.4 25.5 4.1 33.7s25.5 6.4 33.7-4.1l25-31.8 18.2 5.2c-.5 22.6 11 44.7 32 56.8s45.9 11 65.2-.7l13.6 13.2-15.1 37.5c-4.9 12.3 1 26.3 13.3 31.2s26.3-1 31.2-13.3L503.5 440c3.6-9.1 1.4-19.4-5.6-26.2l-28-27.1 11.6-20.1 27.7 16c9.9 5.7 22.5 3.7 30-4.9L566.2 347c8.7-10 7.8-25.1-2.2-33.9s-25.1-7.8-33.9 2.2l-13.9 15.9-14.7-8.5c1.7-12.4-.2-25-5.5-36.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building": { + "aliases": { + "unicodes": { + "composite": [ + "1f3e2", + "f0f7" + ], + "secondary": [ + "10f1ad" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apartment", + "building", + "business", + "city", + "company", + "office", + "office building", + "urban", + "work" + ] + }, + "unicode": "f1ad", + "label": "Building", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16z" + }, + "regular": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 48c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16h80V400c0-26.5 21.5-48 48-48s48 21.5 48 48v64h80c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64zM0 64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm88 40c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H104c-8.8 0-16-7.2-16-16V104zM232 88h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H232c-8.8 0-16-7.2-16-16V104c0-8.8 7.2-16 16-16zM88 232c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H104c-8.8 0-16-7.2-16-16V232zm144-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H232c-8.8 0-16-7.2-16-16V232c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "building-circle-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "distribution center", + "office" + ] + }, + "unicode": "e4d1", + "label": "Building Circle Arrow Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V232.2c-39.1 32.3-64 81.1-64 135.8c0 49.5 20.4 94.2 53.3 126.2C364.5 505.1 351.1 512 336 512H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H272zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zm96 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm140.7-67.3c-6.2 6.2-6.2 16.4 0 22.6L521.4 352H432c-8.8 0-16 7.2-16 16s7.2 16 16 16h89.4l-28.7 28.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56-56c6.2-6.2 6.2-16.4 0-22.6l-56-56c-6.2-6.2-16.4-6.2-22.6 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "not affected", + "office", + "ok", + "okay" + ] + }, + "unicode": "e4d2", + "label": "Building Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "building", + "city", + "office" + ] + }, + "unicode": "e4d3", + "label": "Building Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "destroy", + "office" + ] + }, + "unicode": "e4d4", + "label": "Building Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building-columns": { + "aliases": { + "names": [ + "bank", + "institution", + "museum", + "university" + ], + "unicodes": { + "secondary": [ + "10f19c" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.0.3", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank", + "building", + "college", + "education", + "institution", + "museum", + "students" + ] + }, + "unicode": "f19c", + "label": "Building Columns", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M243.4 2.6l-224 96c-14 6-21.8 21-18.7 35.8S16.8 160 32 160v8c0 13.3 10.7 24 24 24H456c13.3 0 24-10.7 24-24v-8c15.2 0 28.3-10.7 31.3-25.6s-4.8-29.9-18.7-35.8l-224-96c-8-3.4-17.2-3.4-25.2 0zM128 224H64V420.3c-.6 .3-1.2 .7-1.8 1.1l-48 32c-11.7 7.8-17 22.4-12.9 35.9S17.9 512 32 512H480c14.1 0 26.5-9.2 30.6-22.7s-1.1-28.1-12.9-35.9l-48-32c-.6-.4-1.2-.7-1.8-1.1V224H384V416H344V224H280V416H232V224H168V416H128V224zM256 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building-flag": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + " city", + "building", + "diplomat", + "embassy", + "flag", + "headquarters", + "united nations" + ] + }, + "unicode": "e4d5", + "label": "Building Flag", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM448 0c-17.7 0-32 14.3-32 32V512h64V192H624c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H480c0-17.7-14.3-32-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "closed", + "lock", + "lockdown", + "quarantine", + "secure" + ] + }, + "unicode": "e4d6", + "label": "Building Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h88.6c-5.4-9.4-8.6-20.3-8.6-32V352c0-23.7 12.9-44.4 32-55.4V272c0-30.5 12.2-58.2 32-78.4V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM464 240c17.7 0 32 14.3 32 32v48H432V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building-ngo": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + " city", + "building", + "non governmental organization", + "office" + ] + }, + "unicode": "e4d7", + "label": "Building Ngo", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM168 64h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H184v64h16V144c0-8.8 7.2-16 16-16s16 7.2 16 16v24c0 13.3-10.7 24-24 24H176c-13.3 0-24-10.7-24-24V80c0-8.8 7.2-16 16-16zM304 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16s16-7.2 16-16V112c0-8.8-7.2-16-16-16zm-48 16c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48V112zM61.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4L64 132.8V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V80c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building-shield": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "police", + "protect", + "safety" + ] + }, + "unicode": "e4d8", + "label": "Building Shield", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V207l-42.4 17H304 272c-8.8 0-16 7.2-16 16v32 24.2V304c0 .9 .1 1.7 .2 2.6c2.3 58.1 24.1 144.8 98.7 201.5c-5.8 2.5-12.2 3.9-18.9 3.9H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zM423.1 225.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8V461.7c68.2-33 91.5-99 95.4-149.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building-un": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "office", + "united nations" + ] + }, + "unicode": "e4d9", + "label": "Building Un", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM237.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V80c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM112 80v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V80c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building-user": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apartment", + "building", + "city" + ] + }, + "unicode": "e4da", + "label": "Building User", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h89.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V271.8 48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM576 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM352 477.1c0 19.3 15.6 34.9 34.9 34.9H605.1c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H445.1c-51.4 0-93.1 41.7-93.1 93.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "building-wheat": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agriculture", + "building", + "city", + "usda" + ] + }, + "unicode": "e4db", + "label": "Building Wheat", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H272zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zm384 80v16c0 44.2-35.8 80-80 80H544V272c0-44.2 35.8-80 80-80h16zm0 128c0 44.2-35.8 80-80 80H544V384c0-44.2 35.8-80 80-80h16v16zm0 112c0 44.2-35.8 80-80 80H544V496c0-44.2 35.8-80 80-80h16v16zM512 496v16H496c-44.2 0-80-35.8-80-80V416h16c44.2 0 80 35.8 80 80zm0-96H496c-44.2 0-80-35.8-80-80V304h16c44.2 0 80 35.8 80 80v16zm0-128v16H496c-44.2 0-80-35.8-80-80V192h16c44.2 0 80 35.8 80 80zM528 32c13.3 0 24 10.7 24 24V160c0 13.3-10.7 24-24 24s-24-10.7-24-24V56c0-13.3 10.7-24 24-24zm96 64v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24s24 10.7 24 24zM456 72c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bullhorn": { + "aliases": { + "unicodes": { + "composite": [ + "1f4e2", + "1f56b" + ], + "secondary": [ + "10f0a1" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Bullhorn", + "announcement", + "broadcast", + "loud", + "louder", + "loudspeaker", + "megaphone", + "public address", + "share" + ] + }, + "unicode": "f0a1", + "label": "Bullhorn", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M480 32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9L381.7 53c-48 48-113.1 75-181 75H192 160 64c-35.3 0-64 28.7-64 64v96c0 35.3 28.7 64 64 64l0 128c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V352l8.7 0c67.9 0 133 27 181 75l43.6 43.6c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V300.4c18.6-8.8 32-32.5 32-60.4s-13.4-51.6-32-60.4V32zm-64 76.7V240 371.3C357.2 317.8 280.5 288 200.7 288H192V192h8.7c79.8 0 156.5-29.8 215.3-83.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bullseye": { + "aliases": { + "unicodes": { + "secondary": [ + "10f140" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.3.0", + "5.10.1", + "5.15.4", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archery", + "goal", + "objective", + "strategy", + "target" + ] + }, + "unicode": "f140", + "label": "Bullseye", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 256A192 192 0 1 0 64 256a192 192 0 1 0 384 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 80a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zM224 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "burger": { + "aliases": { + "names": [ + "hamburger" + ], + "unicodes": { + "secondary": [ + "10f805" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bacon", + "beef", + "burger", + "burger king", + "cheeseburger", + "fast food", + "grill", + "ground beef", + "mcdonalds", + "sandwich" + ] + }, + "unicode": "f805", + "label": "Burger", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M61.1 224C45 224 32 211 32 194.9c0-1.9 .2-3.7 .6-5.6C37.9 168.3 78.8 32 256 32s218.1 136.3 223.4 157.3c.5 1.9 .6 3.7 .6 5.6c0 16.1-13 29.1-29.1 29.1H61.1zM144 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm240 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zM272 96a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM16 304c0-26.5 21.5-48 48-48H448c26.5 0 48 21.5 48 48s-21.5 48-48 48H64c-26.5 0-48-21.5-48-48zm16 96c0-8.8 7.2-16 16-16H464c8.8 0 16 7.2 16 16v16c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V400z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "buromobelexperte": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f37f", + "label": "Büromöbel-Experte GmbH & Co. KG.", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "burst": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boom", + "crash", + "explosion" + ] + }, + "unicode": "e4dc", + "label": "Burst", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3L16.6 233.2C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4L66.8 412.8c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9 33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1 100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1L392.3 312.2l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8L388.9 198.7l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7L278.8 16.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6L37.6 4.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bus": { + "aliases": { + "unicodes": { + "composite": [ + "1f68d" + ], + "secondary": [ + "10f207" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bus", + "oncoming", + "oncoming bus", + "public transportation", + "transportation", + "travel", + "vehicle" + ] + }, + "unicode": "f207", + "label": "Bus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 0C422.4 0 512 35.2 512 80V96l0 32c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32l0 160c0 17.7-14.3 32-32 32v32c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H192v32c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32l0-160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h0V96h0V80C64 35.2 153.6 0 288 0zM128 160v96c0 17.7 14.3 32 32 32H272V128H160c-17.7 0-32 14.3-32 32zM304 288H416c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H304V288zM144 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM384 80c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16s7.2 16 16 16H368c8.8 0 16-7.2 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "bus-simple": { + "aliases": { + "names": [ + "bus-alt" + ], + "unicodes": { + "secondary": [ + "10f55e" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mta", + "public transportation", + "transportation", + "travel", + "vehicle" + ] + }, + "unicode": "f55e", + "label": "Bus Simple", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0C348.8 0 448 35.2 448 80V96 416c0 17.7-14.3 32-32 32v32c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32V96 80C0 35.2 99.2 0 224 0zM64 128V256c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "business-time": { + "aliases": { + "names": [ + "briefcase-clock" + ], + "unicodes": { + "secondary": [ + "10f64a" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alarm", + "briefcase", + "business socks", + "clock", + "flight of the conchords", + "reminder", + "wednesday" + ] + }, + "unicode": "f64a", + "label": "Business Time", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 352h8.2c32.3-39.1 81.1-64 135.8-64c5.4 0 10.7 .2 16 .7V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM320 352H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H360.2C335.1 449.6 320 410.5 320 368c0-5.4 .2-10.7 .7-16l-.7 0zm320 16a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zM496 288c8.8 0 16 7.2 16 16v48h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H496c-8.8 0-16-7.2-16-16V304c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "buy-n-large": { + "changes": [ + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f8a6", + "label": "Buy n Large", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32zm-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60.24 60.24 0 0 1-1.5 6.85 77.39 77.39 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52zM358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a78.8 78.8 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82zM233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "buysellads": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f20d", + "label": "BuySellAds", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "c": { + "aliases": { + "unicodes": { + "composite": [ + "63" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter C", + "Latin Small Letter C", + "letter" + ] + }, + "unicode": "43", + "label": "C", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M329.1 142.9c-62.5-62.5-155.8-62.5-218.3 0s-62.5 163.8 0 226.3s155.8 62.5 218.3 0c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-87.5 87.5-221.3 87.5-308.8 0s-87.5-229.3 0-316.8s221.3-87.5 308.8 0c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cable-car": { + "aliases": { + "names": [ + "tram" + ], + "unicodes": { + "composite": [ + "1f6a1", + "e0cf" + ], + "secondary": [ + "10f7da" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aerial tramway", + "cable", + "gondola", + "lift", + "mountain", + "mountain cableway", + "tram", + "tramway", + "trolley" + ] + }, + "unicode": "f7da", + "label": "Cable Car", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM160 56a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM32 288c0-35.3 28.7-64 64-64H232V157.5l-203.1 42c-13 2.7-25.7-5.7-28.4-18.6s5.7-25.7 18.6-28.4l232-48 232-48c13-2.7 25.7 5.7 28.4 18.6s-5.7 25.7-18.6 28.4L280 147.5V224H416c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V288zm64 0c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H96zm112 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cake-candles": { + "aliases": { + "names": [ + "birthday-cake", + "cake" + ], + "unicodes": { + "composite": [ + "1f382" + ], + "secondary": [ + "10f1fd" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anniversary", + "bakery", + "birthday", + "birthday cake", + "cake", + "candles", + "celebration", + "dessert", + "frosting", + "holiday", + "party", + "pastry", + "sweet" + ] + }, + "unicode": "f1fd", + "label": "Cake Candles", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M86.4 5.5L61.8 47.6C58 54.1 56 61.6 56 69.2V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L105.6 5.5C103.6 2.1 100 0 96 0s-7.6 2.1-9.6 5.5zm128 0L189.8 47.6c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L233.6 5.5C231.6 2.1 228 0 224 0s-7.6 2.1-9.6 5.5zM317.8 47.6c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L361.6 5.5C359.6 2.1 356 0 352 0s-7.6 2.1-9.6 5.5L317.8 47.6zM128 176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c-35.3 0-64 28.7-64 64v71c8.3 5.2 18.1 9 28.8 9c13.5 0 27.2-6.1 38.4-13.4c5.4-3.5 9.9-7.1 13-9.7c1.5-1.3 2.7-2.4 3.5-3.1c.4-.4 .7-.6 .8-.8l.1-.1 0 0 0 0s0 0 0 0s0 0 0 0c3.1-3.2 7.4-4.9 11.9-4.8s8.6 2.1 11.6 5.4l0 0 0 0 .1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c3-3.5 7.4-5.4 12-5.4s9 2 12 5.4l.1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c2.9-3.4 7.1-5.3 11.6-5.4s8.7 1.6 11.9 4.8l0 0 0 0 0 0 .1 .1c.2 .2 .4 .4 .8 .8c.8 .7 1.9 1.8 3.5 3.1c3.1 2.6 7.5 6.2 13 9.7c11.2 7.3 24.9 13.4 38.4 13.4c10.7 0 20.5-3.9 28.8-9V288c0-35.3-28.7-64-64-64V176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48H256V176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48H128V176zM448 394.6c-8.5 3.3-18.2 5.4-28.8 5.4c-22.5 0-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8 2.4-6.1 5-9.8 7.5C329.8 390 310.6 400 288 400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7 2.3-5.9 4.7-9.4 7.2C201.8 390 182.6 400 160 400s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1 2.4-6.8 5.1-10.9 7.8C71.2 390.1 51.3 400 28.8 400c-10.6 0-20.3-2.2-28.8-5.4V480c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32V394.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "calculator": { + "aliases": { + "unicodes": { + "composite": [ + "1f5a9" + ], + "secondary": [ + "10f1ec" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.3.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Pocket Calculator", + "abacus", + "addition", + "arithmetic", + "counting", + "math", + "multiplication", + "subtraction" + ] + }, + "unicode": "f1ec", + "label": "Calculator", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM96 64H288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zm32 160a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM96 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM64 416c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zM192 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm64-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM288 448a32 32 0 1 1 0-64 32 32 0 1 1 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "calendar": { + "aliases": { + "unicodes": { + "composite": [ + "1f4c5", + "1f4c6" + ], + "secondary": [ + "10f133" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "calendar", + "calendar-o", + "date", + "day", + "event", + "month", + "schedule", + "tear-off calendar", + "time", + "when", + "year" + ] + }, + "unicode": "f133", + "label": "Calendar", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z" + }, + "regular": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "calendar-check": { + "aliases": { + "unicodes": { + "secondary": [ + "10f274" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "agree", + "appointment", + "confirm", + "correct", + "date", + "day", + "done", + "event", + "month", + "ok", + "schedule", + "select", + "success", + "tick", + "time", + "todo", + "when", + "year" + ] + }, + "unicode": "f274", + "label": "Calendar Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zM329 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-95 95-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L329 305z" + }, + "regular": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM400 192H48V448c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V192zM329 297L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "calendar-day": { + "aliases": { + "unicodes": { + "secondary": [ + "10f783" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "date", + "day", + "detail", + "event", + "focus", + "month", + "schedule", + "single day", + "time", + "today", + "when", + "year" + ] + }, + "unicode": "f783", + "label": "Calendar Day", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm80 64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "calendar-days": { + "aliases": { + "names": [ + "calendar-alt" + ], + "unicodes": { + "secondary": [ + "10f073" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.6.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "calendar", + "date", + "day", + "event", + "month", + "schedule", + "time", + "when", + "year" + ] + }, + "unicode": "f073", + "label": "Calendar Days", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm64 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm128 0v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H336zM64 400v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H208zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H336c-8.8 0-16 7.2-16 16z" + }, + "regular": { + "lastModified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192h80v56H48V192zm0 104h80v64H48V296zm128 0h96v64H176V296zm144 0h80v64H320V296zm80-48H320V192h80v56zm0 160v40c0 8.8-7.2 16-16 16H320V408h80zm-128 0v56H176V408h96zm-144 0v56H64c-8.8 0-16-7.2-16-16V408h80zM272 248H176V192h96v56z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "calendar-minus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f272" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "calendar", + "date", + "day", + "delete", + "event", + "month", + "negative", + "remove", + "schedule", + "time", + "when", + "year" + ] + }, + "unicode": "f272", + "label": "Calendar Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 0c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H32V112c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32zM32 192H480V464c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V192zM344 376c13.3 0 24-10.7 24-24s-10.7-24-24-24H168c-13.3 0-24 10.7-24 24s10.7 24 24 24H344z" + }, + "regular": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 0c13.3 0 24 10.7 24 24V64H328V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V192 144 128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zM432 192H80V448c0 8.8 7.2 16 16 16H416c8.8 0 16-7.2 16-16V192zM328 352H184c-13.3 0-24-10.7-24-24s10.7-24 24-24H328c13.3 0 24 10.7 24 24s-10.7 24-24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "calendar-plus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f271" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "calendar", + "create", + "date", + "day", + "event", + "month", + "new", + "positive", + "schedule", + "time", + "when", + "year" + ] + }, + "unicode": "f271", + "label": "Calendar Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 32V64H80c-26.5 0-48 21.5-48 48v48H480V112c0-26.5-21.5-48-48-48H384V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H192V32c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 192H32V464c0 26.5 21.5 48 48 48H432c26.5 0 48-21.5 48-48V192zM256 248c13.3 0 24 10.7 24 24v56h56c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v56c0 13.3-10.7 24-24 24s-24-10.7-24-24V376H176c-13.3 0-24-10.7-24-24s10.7-24 24-24h56V272c0-13.3 10.7-24 24-24z" + }, + "regular": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M184 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H96c-35.3 0-64 28.7-64 64v16 48V448c0 35.3 28.7 64 64 64H416c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H376V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H184V24zM80 192H432V448c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V192zm176 40c-13.3 0-24 10.7-24 24v48H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h48v48c0 13.3 10.7 24 24 24s24-10.7 24-24V352h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H280V256c0-13.3-10.7-24-24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "calendar-week": { + "aliases": { + "unicodes": { + "secondary": [ + "10f784" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "date", + "day", + "detail", + "event", + "focus", + "month", + "schedule", + "single week", + "time", + "today", + "when", + "year" + ] + }, + "unicode": "f784", + "label": "Calendar Week", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm80 64c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16H368c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "calendar-xmark": { + "aliases": { + "names": [ + "calendar-times" + ], + "unicodes": { + "secondary": [ + "10f273" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "calendar", + "date", + "day", + "delete", + "event", + "month", + "remove", + "schedule", + "time", + "when", + "x", + "year" + ] + }, + "unicode": "f273", + "label": "Calendar Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 0c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H32V112c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32zM32 192H480V464c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V192zM337 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47z" + }, + "regular": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 0c13.3 0 24 10.7 24 24V64H328V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V192 144 128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zM432 192H80V448c0 8.8 7.2 16 16 16H416c8.8 0 16-7.2 16-16V192zm-95 89l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "camera": { + "aliases": { + "names": [ + "camera-alt" + ], + "unicodes": { + "composite": [ + "f332" + ], + "primary": [ + "f332" + ], + "secondary": [ + "10f030", + "10f332" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "image", + "lens", + "photo", + "picture", + "record", + "shutter", + "video" + ] + }, + "unicode": "f030", + "label": "Camera", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M149.1 64.8L138.7 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H373.3L362.9 64.8C356.4 45.2 338.1 32 317.4 32H194.6c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "camera-retro": { + "aliases": { + "unicodes": { + "composite": [ + "1f4f7" + ], + "secondary": [ + "10f083" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camera", + "image", + "lens", + "photo", + "picture", + "record", + "shutter", + "video" + ] + }, + "unicode": "f083", + "label": "Camera Retro", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M220.6 121.2L271.1 96 448 96v96H333.2c-21.9-15.1-48.5-24-77.2-24s-55.2 8.9-77.2 24H64V128H192c9.9 0 19.7-2.3 28.6-6.8zM0 128V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H271.1c-9.9 0-19.7 2.3-28.6 6.8L192 64H160V48c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16l0 16C28.7 64 0 92.7 0 128zM168 304a88 88 0 1 1 176 0 88 88 0 1 1 -176 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "camera-rotate": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "flip", + "front-facing", + "photo", + "selfie" + ] + }, + "unicode": "e0d8", + "label": "Camera Rotate", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M213.1 64.8L202.7 96H128c-35.3 0-64 28.7-64 64V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H437.3L426.9 64.8C420.4 45.2 402.1 32 381.4 32H258.6c-20.7 0-39 13.2-45.5 32.8zM448 256c0 8.8-7.2 16-16 16H355.3c-6.2 0-11.3-5.1-11.3-11.3c0-3 1.2-5.9 3.3-8L371 229c-13.6-13.4-31.9-21-51-21c-19.2 0-37.7 7.6-51.3 21.3L249 249c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l19.7-19.7C257.4 172.7 288 160 320 160c31.8 0 62.4 12.6 85 35l23.7-23.7c2.1-2.1 5-3.3 8-3.3c6.2 0 11.3 5.1 11.3 11.3V256zM192 320c0-8.8 7.2-16 16-16h76.7c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8L269 347c13.6 13.4 31.9 21 51 21c19.2 0 37.7-7.6 51.3-21.3L391 327c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-19.7 19.7C382.6 403.3 352 416 320 416c-31.8 0-62.4-12.6-85-35l-23.7 23.7c-2.1 2.1-5 3.3-8 3.3c-6.2 0-11.3-5.1-11.3-11.3V320z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "campground": { + "aliases": { + "unicodes": { + "composite": [ + "26fa" + ], + "secondary": [ + "10f6bb" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camping", + "fall", + "outdoors", + "teepee", + "tent", + "tipi" + ] + }, + "unicode": "f6bb", + "label": "Campground", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M377 52c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5L288 60.8 249 12c-11-13.8-31.2-16-45-5s-16 31.2-5 45l48 60L12.3 405.4C4.3 415.4 0 427.7 0 440.4V464c0 26.5 21.5 48 48 48H288 528c26.5 0 48-21.5 48-48V440.4c0-12.7-4.3-25.1-12.3-35L329 112l48-60zM288 448H168.5L288 291.7 407.5 448H288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "canadian-maple-leaf": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "canada", + "flag", + "flora", + "nature", + "plant" + ] + }, + "unicode": "f785", + "label": "Canadian Maple Leaf", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "candy-cane": { + "aliases": { + "unicodes": { + "secondary": [ + "10f786" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "candy", + "christmas", + "holiday", + "mint", + "peppermint", + "striped", + "xmas" + ] + }, + "unicode": "f786", + "label": "Candy Cane", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M348.8 131.5c3.7-2.3 7.9-3.5 12.2-3.5c12.7 0 23 10.3 23 23v5.6c0 9.9-5.1 19.1-13.5 24.3L30.1 393.7C.1 412.5-9 451.9 9.7 481.9s58.2 39.1 88.2 20.4L438.4 289.5c45.8-28.6 73.6-78.8 73.6-132.8V151C512 67.6 444.4 0 361 0c-28.3 0-56 8-80.1 23L254.1 39.7c-30 18.7-39.1 58.2-20.4 88.2s58.2 39.1 88.2 20.4l26.8-16.8zM298.4 49.8c9.2-5.7 19.1-10.1 29.4-13.1L348 97.5c-5.7 1.4-11.2 3.7-16.3 6.8l-12.6 7.9L298.4 49.8zm88.5 52.7l46.2-46.2c8.5 6.5 16.1 14.1 22.6 22.6l-46.2 46.2c-5.1-9.6-13-17.5-22.6-22.6zm28.9 59.3l61.6 20.5c-2.2 10.5-5.8 20.7-10.5 30.2l-62-20.7c6.2-8.8 10.1-19.1 11-30.1zm-86.1 82.5l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zm-107.2 67l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zM119.3 375.7l60.4 37.7-30.2 18.9L89.1 394.6l30.2-18.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cannabis": { + "aliases": { + "unicodes": { + "secondary": [ + "10f55f" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bud", + "chronic", + "drugs", + "endica", + "endo", + "ganja", + "marijuana", + "mary jane", + "pot", + "reefer", + "sativa", + "spliff", + "weed", + "whacky-tabacky" + ] + }, + "unicode": "f55f", + "label": "Cannabis", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.2 26.4 11.8 55.2 10.4 84c11.5-8.8 23.7-16.7 35.8-23.6c41-23.3 84.4-36.9 112.2-42.5c5.2-1 10.7 .6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7c-9.1 15.9-19.9 31.7-32.4 46.3c27.8 6.6 52.4 17.3 67.2 25.5c5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1c-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V417.2l-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5C78.9 296.3 68.1 280.5 59 264.6c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2 .6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5c12.1 6.9 24.3 14.7 35.8 23.6c-1.4-28.7 3.1-57.6 10.4-84c12.5-45.3 33.4-85.5 49.2-109c3-4.4 8-7.1 13.3-7.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "capsules": { + "aliases": { + "unicodes": { + "secondary": [ + "10f46b" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medicine", + "pills", + "prescription" + ] + }, + "unicode": "f46b", + "label": "Capsules", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 144c0-26.5 21.5-48 48-48s48 21.5 48 48V256H64V144zM0 144V368c0 61.9 50.1 112 112 112s112-50.1 112-112V189.6c1.8 19.1 8.2 38 19.8 54.8L372.3 431.7c35.5 51.7 105.3 64.3 156 28.1s63-107.5 27.5-159.2L427.3 113.3C391.8 61.5 321.9 49 271.3 85.2c-28 20-44.3 50.8-47.3 83V144c0-61.9-50.1-112-112-112S0 82.1 0 144zm296.6 64.2c-16-23.3-10-55.3 11.9-71c21.2-15.1 50.5-10.3 66 12.2l67 97.6L361.6 303l-65-94.8zM491 407.7c-.8 .6-1.6 1.1-2.4 1.6l4-2.8c-.5 .4-1 .8-1.6 1.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "car": { + "aliases": { + "names": [ + "automobile" + ], + "unicodes": { + "composite": [ + "1f698" + ], + "secondary": [ + "10f1b9" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "automobile", + "car", + "oncoming", + "oncoming automobile", + "sedan", + "transportation", + "travel", + "vehicle" + ] + }, + "unicode": "f1b9", + "label": "Car", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M135.2 117.4L109.1 192H402.9l-26.1-74.6C372.3 104.6 360.2 96 346.6 96H165.4c-13.6 0-25.7 8.6-30.2 21.4zM39.6 196.8L74.8 96.3C88.3 57.8 124.6 32 165.4 32H346.6c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2V400v48c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V400H96v48c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V400 256c0-26.7 16.4-49.6 39.6-59.2zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "car-battery": { + "aliases": { + "names": [ + "battery-car" + ], + "unicodes": { + "secondary": [ + "10f5df" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "electric", + "mechanic", + "power" + ] + }, + "unicode": "f5df", + "label": "Car Battery", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M80 96c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32l96 0c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32h16c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64l16 0zm304 96c0-8.8-7.2-16-16-16s-16 7.2-16 16v32H320c-8.8 0-16 7.2-16 16s7.2 16 16 16h32v32c0 8.8 7.2 16 16 16s16-7.2 16-16V256h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H384V192zM80 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H96c-8.8 0-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "car-burst": { + "aliases": { + "names": [ + "car-crash" + ], + "unicodes": { + "secondary": [ + "10f5e1" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accident", + "auto", + "automobile", + "insurance", + "sedan", + "transportation", + "vehicle", + "wreck" + ] + }, + "unicode": "f5e1", + "label": "Car Burst", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M176 8c-6.6 0-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l35.3-32.5 9.5-35.4 10.4-38.6c8-29.9 30.5-52.1 57.9-60.9l41-59.2c11.3-16.3 26.4-28.9 43.5-37.2c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74C188.4 12 182.6 8 176 8zM367.7 161.5l135.6 36.3c6.5 1.8 11.3 7.4 11.8 14.2l4.6 56.5-201.5-54 32.2-46.6c3.8-5.6 10.8-8.1 17.3-6.4zm-69.9-30l-47.9 69.3c-21.6 3-40.3 18.6-46.3 41l-10.4 38.6-16.6 61.8-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9 247.3 66.3-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9L595 388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2 99.7c-32.7-8.8-67.3 4-86.5 31.8zm-17 131a24 24 0 1 1 -12.4 46.4 24 24 0 1 1 12.4-46.4zm217.9 83.2A24 24 0 1 1 545 358.1a24 24 0 1 1 -46.4-12.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "car-on": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alarm", + "car", + "carjack", + "warning" + ] + }, + "unicode": "e4dd", + "label": "Car On", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24V24zM185.8 224H326.2c6.8 0 12.8 4.3 15.1 10.6L360.3 288H151.7l19.1-53.4c2.3-6.4 8.3-10.6 15.1-10.6zm-75.3-10.9L82.2 292.4C62.1 300.9 48 320.8 48 344v40 64 32c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V448H384v32c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32V448 384 344c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1 181.3 360 160 326.2 160H185.8c-33.8 0-64 21.3-75.3 53.1zM128 344a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm232 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM39 39c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L73 39c-9.4-9.4-24.6-9.4-33.9 0zm400 0L391 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "car-rear": { + "aliases": { + "names": [ + "car-alt" + ], + "unicodes": { + "secondary": [ + "10f5de" + ] + } + }, + "changes": [ + "5.2.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "automobile", + "sedan", + "transportation", + "travel", + "vehicle" + ] + }, + "unicode": "f5de", + "label": "Car Rear", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M165.4 96H346.6c13.6 0 25.7 8.6 30.2 21.4L402.9 192H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zm-90.6 .3L39.6 196.8C16.4 206.4 0 229.3 0 256v80c0 23.7 12.9 44.4 32 55.4V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V400H384v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V391.4c19.1-11.1 32-31.7 32-55.4V256c0-26.7-16.4-49.6-39.6-59.2L437.2 96.3C423.7 57.8 387.4 32 346.6 32H165.4c-40.8 0-77.1 25.8-90.6 64.3zM208 272h96c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V288c0-8.8 7.2-16 16-16zM48 280c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-13.3 0-24-10.7-24-24zm360-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H408c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "car-side": { + "aliases": { + "unicodes": { + "composite": [ + "1f697" + ], + "secondary": [ + "10f5e4" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "automobile", + "car", + "sedan", + "transportation", + "travel", + "vehicle" + ] + }, + "unicode": "f5e4", + "label": "Car Side", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M171.3 96H224v96H111.3l30.4-75.9C146.5 104 158.2 96 171.3 96zM272 192V96h81.2c9.7 0 18.9 4.4 25 12l67.2 84H272zm256.2 1L428.2 68c-18.2-22.8-45.8-36-75-36H171.3c-39.3 0-74.6 23.9-89.1 60.3L40.6 196.4C16.8 205.8 0 228.9 0 256V368c0 17.7 14.3 32 32 32H65.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80H385.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80H608c17.7 0 32-14.3 32-32V320c0-65.2-48.8-119-111.8-127zM434.7 368a48 48 0 1 1 90.5 32 48 48 0 1 1 -90.5-32zM160 336a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "car-tunnel": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "road", + "tunnel" + ] + }, + "unicode": "e4de", + "label": "Car Tunnel", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0C114.6 0 0 114.6 0 256V448c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V376c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7H313.6c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6V488c0 9.6-4.2 18.1-10.8 24H448c35.3 0 64-28.7 64-64V256C512 114.6 397.4 0 256 0zM362.8 512c-6.6-5.9-10.8-14.4-10.8-24V448H160v40c0 9.6-4.2 18.1-10.8 24H362.8zM190.8 277.5L177 320H335l-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5H198.4c-3.5 0-6.5 2.2-7.6 5.5zM168 408a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm200-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "caravan": { + "aliases": { + "unicodes": { + "secondary": [ + "10f8ff" + ] + } + }, + "changes": [ + "5.12.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camper", + "motor home", + "rv", + "trailer", + "travel" + ] + }, + "unicode": "f8ff", + "label": "Caravan", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 112C0 67.8 35.8 32 80 32H416c88.4 0 160 71.6 160 160V352h32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0H288c0 53-43 96-96 96s-96-43-96-96H80c-44.2 0-80-35.8-80-80V112zM320 352H448V256H416c-8.8 0-16-7.2-16-16s7.2-16 16-16h32V160c0-17.7-14.3-32-32-32H352c-17.7 0-32 14.3-32 32V352zM96 128c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96zm96 336a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "caret-down": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0d7" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "dropdown", + "expand", + "menu", + "more", + "triangle" + ] + }, + "unicode": "f0d7", + "label": "Caret Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "caret-left": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0d9" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "back", + "previous", + "triangle" + ] + }, + "unicode": "f0d9", + "label": "Caret Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "caret-right": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0da" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "forward", + "next", + "triangle" + ] + }, + "unicode": "f0da", + "label": "Caret Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "caret-up": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0d8" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "collapse", + "triangle" + ] + }, + "unicode": "f0d8", + "label": "Caret Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "carrot": { + "aliases": { + "unicodes": { + "composite": [ + "1f955" + ], + "secondary": [ + "10f787" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bugs bunny", + "carrot", + "food", + "orange", + "vegan", + "vegetable" + ] + }, + "unicode": "f787", + "label": "Carrot", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M346.7 6C337.6 17 320 42.3 320 72c0 40 15.3 55.3 40 80s40 40 80 40c29.7 0 55-17.6 66-26.7c4-3.3 6-8.2 6-13.3s-2-10-6-13.2c-11.4-9.1-38.3-26.8-74-26.8c-32 0-40 8-40 8s8-8 8-40c0-35.7-17.7-62.6-26.8-74C370 2 365.1 0 360 0s-10 2-13.3 6zM244.6 136c-40 0-77.1 18.1-101.7 48.2l60.5 60.5c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-55.3-55.3 0 .1L2.2 477.9C-2 487-.1 497.8 7 505s17.9 9 27.1 4.8l134.7-62.4-52.1-52.1c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L199.7 433l100.2-46.4c46.4-21.5 76.2-68 76.2-119.2C376 194.8 317.2 136 244.6 136z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cart-arrow-down": { + "aliases": { + "unicodes": { + "secondary": [ + "10f218" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download", + "save", + "shopping" + ] + }, + "unicode": "f218", + "label": "Cart Arrow Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32H360V134.1l23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-64 64c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23V32H120.1C111 12.8 91.6 0 69.5 0H24zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cart-flatbed": { + "aliases": { + "names": [ + "dolly-flatbed" + ], + "unicodes": { + "secondary": [ + "10f474" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "inventory", + "shipping", + "transport" + ] + }, + "unicode": "f474", + "label": "Cart Flatbed", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64H48c8.8 0 16 7.2 16 16V368c0 44.2 35.8 80 80 80h18.7c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16H450.7c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H144c-8.8 0-16-7.2-16-16V80C128 35.8 92.2 0 48 0H32zM192 80V272c0 26.5 21.5 48 48 48H560c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H464V176c0 5.9-3.2 11.3-8.5 14.1s-11.5 2.5-16.4-.8L400 163.2l-39.1 26.1c-4.9 3.3-11.2 3.6-16.4 .8s-8.5-8.2-8.5-14.1V32H240c-26.5 0-48 21.5-48 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cart-flatbed-suitcase": { + "aliases": { + "names": [ + "luggage-cart" + ], + "unicodes": { + "secondary": [ + "10f59d" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airport", + "bag", + "baggage", + "suitcase", + "travel" + ] + }, + "unicode": "f59d", + "label": "Cart Flatbed Suitcase", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H48c44.2 0 80 35.8 80 80V368c0 8.8 7.2 16 16 16H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H541.3c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H253.3c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H144c-44.2 0-80-35.8-80-80V80c0-8.8-7.2-16-16-16H32C14.3 64 0 49.7 0 32zM432 96V56c0-4.4-3.6-8-8-8H344c-4.4 0-8 3.6-8 8V96h96zM288 96V56c0-30.9 25.1-56 56-56h80c30.9 0 56 25.1 56 56V96 320H288V96zM512 320V96h16c26.5 0 48 21.5 48 48V272c0 26.5-21.5 48-48 48H512zM240 96h16V320H240c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cart-plus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f217" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "create", + "new", + "positive", + "shopping" + ] + }, + "unicode": "f217", + "label": "Cart Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM252 160c0 11 9 20 20 20h44v44c0 11 9 20 20 20s20-9 20-20V180h44c11 0 20-9 20-20s-9-20-20-20H356V96c0-11-9-20-20-20s-20 9-20 20v44H272c-11 0-20 9-20 20z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cart-shopping": { + "aliases": { + "names": [ + "shopping-cart" + ], + "unicodes": { + "composite": [ + "1f6d2" + ], + "secondary": [ + "10f07a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cart", + "checkout", + "grocery", + "payment", + "purchase", + "shopping", + "shopping cart", + "trolley" + ] + }, + "unicode": "f07a", + "label": "Cart Shopping", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cash-register": { + "aliases": { + "unicodes": { + "secondary": [ + "10f788" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cha-ching", + "change", + "checkout", + "commerce", + "leaerboard", + "machine", + "pay", + "payment", + "purchase", + "store" + ] + }, + "unicode": "f788", + "label": "Cash Register", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 0C46.3 0 32 14.3 32 32V96c0 17.7 14.3 32 32 32h80v32H87c-31.6 0-58.5 23.1-63.3 54.4L1.1 364.1C.4 368.8 0 373.6 0 378.4V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V378.4c0-4.8-.4-9.6-1.1-14.4L488.2 214.4C483.5 183.1 456.6 160 425 160H208V128h80c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H64zM96 48H256c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16s7.2-16 16-16zM64 432c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm48-168a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm120-24a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM160 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM328 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM256 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM424 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM352 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cat": { + "aliases": { + "unicodes": { + "composite": [ + "1f408" + ], + "secondary": [ + "10f6be" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cat", + "feline", + "halloween", + "holiday", + "kitten", + "kitty", + "meow", + "pet" + ] + }, + "unicode": "f6be", + "label": "Cat", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M320 192h17.1c22.1 38.3 63.5 64 110.9 64c11 0 21.8-1.4 32-4v4 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V339.2L280 448h56c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-53 0-96-43-96-96V192.5c0-16.1-12-29.8-28-31.8l-7.9-1c-17.5-2.2-30-18.2-27.8-35.7s18.2-30 35.7-27.8l7.9 1c48 6 84.1 46.8 84.1 95.3v85.3c34.4-51.7 93.2-85.8 160-85.8zm160 26.5v0c-10 3.5-20.8 5.5-32 5.5c-28.4 0-54-12.4-71.6-32h0c-3.7-4.1-7-8.5-9.9-13.2C357.3 164 352 146.6 352 128v0V32 12 10.7C352 4.8 356.7 .1 362.6 0h.2c3.3 0 6.4 1.6 8.4 4.2l0 .1L384 21.3l27.2 36.3L416 64h64l4.8-6.4L512 21.3 524.8 4.3l0-.1c2-2.6 5.1-4.2 8.4-4.2h.2C539.3 .1 544 4.8 544 10.7V12 32v96c0 17.3-4.6 33.6-12.6 47.6c-11.3 19.8-29.6 35.2-51.4 42.9zM432 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cc-amazon-pay": { + "changes": [ + "5.0.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f42d", + "label": "Amazon Pay Credit Card", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cc-amex": { + "changes": [ + "4.2.0", + "5.0.0", + "5.7.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "amex" + ] + }, + "unicode": "f1f3", + "label": "American Express Credit Card", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M48 480C21.49 480 0 458.5 0 432V80C0 53.49 21.49 32 48 32H528C554.5 32 576 53.49 576 80V82.43H500.5L483.5 130L466.6 82.43H369.4V145.6L341.3 82.43H262.7L181 267.1H246.8V430.9H450.5L482.4 395.8L514.3 430.9H576V432C576 458.5 554.5 480 528 480H48zM482.6 364L440.4 410.3H390.5L458 338.6L390.5 266.1H441.9L483.4 312.8L525.4 266.1H576L508 338.2L576 410.3H524.6L482.6 364zM576 296.9V380.2L536.7 338.3L576 296.9zM307.6 377.1H390.6V410.3H268.6V267.1H390.6V300.2H307.6V322.6H388.5V354.9H307.6V377.2V377.1zM537.3 145.7L500.4 246.3H466L429.2 146V246.3H390.5V103H451.7L483.6 192.3L515.8 103H576V246.3H537.3V145.7zM334.5 217.6H268.6L256.7 246.3H213.7L276.1 103H327.3L390.6 246.3H346.5L334.5 217.6zM301.5 138.5L282 185.4H320.9L301.5 138.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cc-apple-pay": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f416", + "label": "Apple Pay Credit Card", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cc-diners-club": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f24c", + "label": "Diner's Club Credit Card", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cc-discover": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1f2", + "label": "Discover Credit Card", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0l21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6zm-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38zm-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8zM55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9zm67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cc-jcb": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f24b", + "label": "JCB Credit Card", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cc-mastercard": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1f1", + "label": "MasterCard Credit Card", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cc-paypal": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1f4", + "label": "Paypal Credit Card", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cc-stripe": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1f5", + "label": "Stripe Credit Card", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7zM375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7zm68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6zm160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cc-visa": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1f0", + "label": "Visa Credit Card", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cedi-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Cedi Sign", + "currency" + ] + }, + "unicode": "e0df", + "label": "Cedi Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V66.7C101.2 81.9 32 160.9 32 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V445.3c30.9-5.2 59.2-17.7 83.2-35.8c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-13.2 9.9-28.3 17.3-44.8 21.6V132c16.4 4.2 31.6 11.6 44.8 21.6c14.1 10.6 34.2 7.8 44.8-6.4s7.8-34.2-6.4-44.8c-24-18-52.4-30.6-83.2-35.8V32zM192 132V380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cent-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Cent Sign", + "currency" + ] + }, + "unicode": "e3f5", + "label": "Cent Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M224 0c17.7 0 32 14.3 32 32V66.7c30.9 5.2 59.2 17.7 83.2 35.8c14.1 10.6 17 30.7 6.4 44.8s-30.7 17-44.8 6.4C279.4 137.5 252.9 128 224 128c-70.7 0-128 57.3-128 128s57.3 128 128 128c28.9 0 55.4-9.5 76.8-25.6c14.1-10.6 34.2-7.8 44.8 6.4s7.8 34.2-6.4 44.8c-24 18-52.4 30.6-83.2 35.8V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.3C101.2 430.1 32 351.1 32 256s69.2-174.1 160-189.3V32c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "centercode": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f380", + "label": "Centercode", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "centos": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "linux", + "operating system", + "os" + ] + }, + "unicode": "f789", + "label": "Centos", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M289.6 97.5l31.6 31.7-76.3 76.5V97.5zm-162.4 31.7l76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1l-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6l10.8-10.8zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8l55.5-55.6zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2l-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8l-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6l90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "certificate": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0a3" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "badge", + "star", + "verified" + ] + }, + "unicode": "f0a3", + "label": "Certificate", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M211 7.3C205 1 196-1.4 187.6 .8s-14.9 8.9-17.1 17.3L154.7 80.6l-62-17.5c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l17.5 62L18.1 170.6c-8.4 2.1-15 8.7-17.3 17.1S1 205 7.3 211l46.2 45L7.3 301C1 307-1.4 316 .8 324.4s8.9 14.9 17.3 17.1l62.5 15.8-17.5 62c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l62-17.5 15.8 62.5c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l45-46.2 45 46.2c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3l15.8-62.5 62 17.5c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-17.5-62 62.5-15.8c8.4-2.1 15-8.7 17.3-17.1s-.2-17.3-6.4-23.4l-46.2-45 46.2-45c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-62.5-15.8 17.5-62c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1l-62 17.5L341.4 18.1c-2.1-8.4-8.7-15-17.1-17.3S307 1 301 7.3L256 53.5 211 7.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chair": { + "aliases": { + "unicodes": { + "composite": [ + "1fa91" + ], + "secondary": [ + "10f6c0" + ] + } + }, + "changes": [ + "5.4.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chair", + "furniture", + "seat", + "sit" + ] + }, + "unicode": "f6c0", + "label": "Chair", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M248 48V256h48V58.7c23.9 13.8 40 39.7 40 69.3V256h48V128C384 57.3 326.7 0 256 0H192C121.3 0 64 57.3 64 128V256h48V128c0-29.6 16.1-55.5 40-69.3V256h48V48h48zM48 288c-12.1 0-23.2 6.8-28.6 17.7l-16 32c-5 9.9-4.4 21.7 1.4 31.1S20.9 384 32 384l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32V384H352v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384c11.1 0 21.4-5.7 27.2-15.2s6.4-21.2 1.4-31.1l-16-32C423.2 294.8 412.1 288 400 288H48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chalkboard": { + "aliases": { + "names": [ + "blackboard" + ], + "unicodes": { + "secondary": [ + "10f51b" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blackboard", + "learning", + "school", + "teaching", + "whiteboard", + "writing" + ] + }, + "unicode": "f51b", + "label": "Chalkboard", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 32C60.7 32 32 60.7 32 96V384H96V96l384 0V384h64V96c0-35.3-28.7-64-64-64H96zM224 384v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H416V384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chalkboard-user": { + "aliases": { + "names": [ + "chalkboard-teacher" + ], + "unicodes": { + "secondary": [ + "10f51c" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blackboard", + "instructor", + "learning", + "professor", + "school", + "whiteboard", + "writing" + ] + }, + "unicode": "f51c", + "label": "Chalkboard User", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M160 64c0-35.3 28.7-64 64-64H576c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H336.8c-11.8-25.5-29.9-47.5-52.4-64H384V320c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v32h64V64L224 64v49.1C205.2 102.2 183.3 96 160 96V64zm0 64a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM133.3 352h53.3C260.3 352 320 411.7 320 485.3c0 14.7-11.9 26.7-26.7 26.7H26.7C11.9 512 0 500.1 0 485.3C0 411.7 59.7 352 133.3 352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "champagne-glasses": { + "aliases": { + "names": [ + "glass-cheers" + ], + "unicodes": { + "composite": [ + "1f942" + ], + "secondary": [ + "10f79f" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "bar", + "beverage", + "celebrate", + "celebration", + "champagne", + "clink", + "clinking glasses", + "drink", + "glass", + "holiday", + "new year's eve", + "party", + "toast" + ] + }, + "unicode": "f79f", + "label": "Champagne Glasses", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M155.6 17.3C163 3 179.9-3.6 195 1.9L320 47.5l125-45.6c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6L556.1 413l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41l-71.1 25.9L476.8 510c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15-31.3-86.2c-59.4 5.2-116.2-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2 41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1L92.2 484.1 21.1 458.2c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15 31.3-86.2C66.5 292.5 48.1 226 76.9 170.2L155.6 17.3zm44 54.4l-27.2 52.8L261.6 157l13.1-57.9L199.6 71.7zm240.9 0L365.4 99.1 378.5 157l89.2-32.5L440.5 71.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "charging-station": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5e7" + ] + } + }, + "changes": [ + "5.2.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electric", + "ev", + "tesla", + "vehicle" + ] + }, + "unicode": "f5e7", + "label": "Charging Station", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C60.7 0 32 28.7 32 64V448c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32s-14.3-32-32-32V304h16c22.1 0 40 17.9 40 40v32c0 39.8 32.2 72 72 72s72-32.2 72-72V252.3c32.5-10.2 56-40.5 56-76.3V144c0-8.8-7.2-16-16-16H544V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H480V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H432c-8.8 0-16 7.2-16 16v32c0 35.8 23.5 66.1 56 76.3V376c0 13.3-10.7 24-24 24s-24-10.7-24-24V344c0-48.6-39.4-88-88-88H320V64c0-35.3-28.7-64-64-64H96zM216.9 82.7c6 4 8.5 11.5 6.3 18.3l-25 74.9H256c6.7 0 12.7 4.2 15 10.4s.5 13.3-4.6 17.7l-112 96c-5.5 4.7-13.4 5.1-19.3 1.1s-8.5-11.5-6.3-18.3l25-74.9H96c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7l112-96c5.5-4.7 13.4-5.1 19.3-1.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chart-area": { + "aliases": { + "names": [ + "area-chart" + ], + "unicodes": { + "secondary": [ + "10f1fe" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "analytics", + "area", + "chart", + "graph" + ] + }, + "unicode": "f1fe", + "label": "Chart Area", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V400c0 44.2 35.8 80 80 80H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16V64zm96 288H448c17.7 0 32-14.3 32-32V251.8c0-7.6-2.7-15-7.7-20.8l-65.8-76.8c-12.1-14.2-33.7-15-46.9-1.8l-21 21c-10 10-26.4 9.2-35.4-1.6l-39.2-47c-12.6-15.1-35.7-15.4-48.7-.6L135.9 215c-5.1 5.8-7.9 13.3-7.9 21.1v84c0 17.7 14.3 32 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chart-bar": { + "aliases": { + "names": [ + "bar-chart" + ], + "unicodes": { + "secondary": [ + "10f080" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "analytics", + "bar", + "chart", + "graph" + ] + }, + "unicode": "f080", + "label": "Chart Bar", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 64H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + }, + "regular": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M24 32c13.3 0 24 10.7 24 24V408c0 13.3 10.7 24 24 24H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-39.8 0-72-32.2-72-72V56C0 42.7 10.7 32 24 32zM128 136c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zm24 72H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96H424c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "chart-column": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bar", + "bar chart", + "chart", + "graph", + "track", + "trend" + ] + }, + "unicode": "e0e3", + "label": "Chart Column", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zM160 224c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm128-64V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm64 32c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32zM480 96V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chart-gantt": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chart", + "graph", + "track", + "trend" + ] + }, + "unicode": "e0e4", + "label": "Chart Gantt", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32zm96 64H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm160 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chart-line": { + "aliases": { + "names": [ + "line-chart" + ], + "unicodes": { + "secondary": [ + "10f201" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "activity", + "analytics", + "chart", + "dashboard", + "gain", + "graph", + "increase", + "line" + ] + }, + "unicode": "f201", + "label": "Chart Line", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V400c0 44.2 35.8 80 80 80H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16V64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chart-pie": { + "aliases": { + "names": [ + "pie-chart" + ], + "unicodes": { + "secondary": [ + "10f200" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "analytics", + "chart", + "diagram", + "graph", + "pie" + ] + }, + "unicode": "f200", + "label": "Chart Pie", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M304 240V16.6c0-9 7-16.6 16-16.6C443.7 0 544 100.3 544 224c0 9-7.6 16-16.6 16H304zM32 272C32 150.7 122.1 50.3 239 34.3c9.2-1.3 17 6.1 17 15.4V288L412.5 444.5c6.7 6.7 6.2 17.7-1.5 23.1C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zm526.4 16c9.3 0 16.6 7.8 15.4 17c-7.7 55.9-34.6 105.6-73.9 142.3c-6 5.6-15.4 5.2-21.2-.7L320 288H558.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chart-simple": { + "changes": [ + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "analytics", + "bar", + "chart", + "column", + "graph", + "row", + "trend" + ] + }, + "unicode": "e473", + "label": "Chart Simple", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M160 80c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V80zM0 272c0-26.5 21.5-48 48-48H80c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V272zM368 96h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H368c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "check": { + "aliases": { + "unicodes": { + "composite": [ + "2713", + "2714" + ], + "secondary": [ + "10f00c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Check Mark", + "accept", + "agree", + "check", + "check mark", + "checkmark", + "confirm", + "correct", + "done", + "mark", + "notice", + "notification", + "notify", + "ok", + "select", + "success", + "tick", + "todo", + "yes", + "✓" + ] + }, + "unicode": "f00c", + "label": "Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "check-double": { + "aliases": { + "unicodes": { + "secondary": [ + "10f560" + ] + } + }, + "changes": [ + "5.1.0", + "5.8.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "agree", + "checkmark", + "confirm", + "correct", + "done", + "notice", + "notification", + "notify", + "ok", + "select", + "success", + "tick", + "todo" + ] + }, + "unicode": "f560", + "label": "Check Double", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "check-to-slot": { + "aliases": { + "names": [ + "vote-yea" + ], + "unicodes": { + "secondary": [ + "10f772" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "cast", + "election", + "politics", + "positive", + "voting", + "yes" + ] + }, + "unicode": "f772", + "label": "Check To Slot", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 80c0-26.5 21.5-48 48-48H432c26.5 0 48 21.5 48 48V384H96V80zm313 47c-9.4-9.4-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L409 161c9.4-9.4 9.4-24.6 0-33.9zM0 336c0-26.5 21.5-48 48-48H64V416H512V288h16c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V336z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cheese": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7ef" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cheddar", + "curd", + "gouda", + "melt", + "parmesan", + "sandwich", + "swiss", + "wedge" + ] + }, + "unicode": "f7ef", + "label": "Cheese", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 240.2V256H0c0-20 10-38.7 26.6-49.8L274.9 40.7c8.6-5.7 18.6-8.7 28.9-8.7C418.8 32 512 125.2 512 240.2zm0 47.8V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V288H512z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chess": { + "aliases": { + "unicodes": { + "secondary": [ + "10f439" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "board", + "castle", + "checkmate", + "game", + "king", + "rook", + "strategy", + "tournament" + ] + }, + "unicode": "f439", + "label": "Chess", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M144 16c0-8.8-7.2-16-16-16s-16 7.2-16 16V32H96c-8.8 0-16 7.2-16 16s7.2 16 16 16h16V96H60.2C49.1 96 40 105.1 40 116.2c0 2.5 .5 4.9 1.3 7.3L73.8 208H72c-13.3 0-24 10.7-24 24s10.7 24 24 24h4L60 384H196L180 256h4c13.3 0 24-10.7 24-24s-10.7-24-24-24h-1.8l32.5-84.5c.9-2.3 1.3-4.8 1.3-7.3c0-11.2-9.1-20.2-20.2-20.2H144V64h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H144V16zM48 416L4.8 473.6C1.7 477.8 0 482.8 0 488c0 13.3 10.7 24 24 24H232c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L208 416H48zm288 0l-43.2 57.6c-3.1 4.2-4.8 9.2-4.8 14.4c0 13.3 10.7 24 24 24H488c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L464 416H336zM304 208v51.9c0 7.8 2.8 15.3 8 21.1L339.2 312 337 384H462.5l-3.3-72 28.3-30.8c5.4-5.9 8.5-13.6 8.5-21.7V208c0-8.8-7.2-16-16-16H464c-8.8 0-16 7.2-16 16v16H424V208c0-8.8-7.2-16-16-16H392c-8.8 0-16 7.2-16 16v16H352V208c0-8.8-7.2-16-16-16H320c-8.8 0-16 7.2-16 16zm80 96c0-8.8 7.2-16 16-16s16 7.2 16 16v32H384V304z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chess-bishop": { + "aliases": { + "unicodes": { + "composite": [ + "265d" + ], + "secondary": [ + "10f43a" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Chess Bishop", + "board", + "checkmate", + "game", + "strategy" + ] + }, + "unicode": "f43a", + "label": "Chess Bishop", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M128 0C110.3 0 96 14.3 96 32c0 16.1 11.9 29.4 27.4 31.7C78.4 106.8 8 190 8 288c0 47.4 30.8 72.3 56 84.7V400H256V372.7c25.2-12.5 56-37.4 56-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4 99.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L270.8 154.6c-23.2-38.1-51.8-69.5-74.2-90.9C212.1 61.4 224 48.1 224 32c0-17.7-14.3-32-32-32H128zM48 432L6.6 473.4c-4.2 4.2-6.6 10-6.6 16C0 501.9 10.1 512 22.6 512H297.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L272 432H48z" + }, + "regular": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M104 0C90.7 0 80 10.7 80 24c0 11.2 7.6 20.6 18 23.2c-7.8 8-16.1 17-24.4 27C38.2 116.7 0 178.8 0 250.9c0 44.8 24.6 72.2 48 87.8V352H96V325c0-9-5-17.2-13-21.3c-18-9.3-35-24.7-35-52.7c0-55.5 29.8-106.8 62.4-145.9c16-19.2 32.1-34.8 44.2-45.5c1.9-1.7 3.7-3.2 5.3-4.6c1.7 1.4 3.4 3 5.3 4.6c12.1 10.7 28.2 26.3 44.2 45.5c5.3 6.3 10.5 13 15.5 20L159 191c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57.8-57.8c12.8 25.9 21.2 54.3 21.2 83.8c0 28-17 43.4-35 52.7c-8 4.1-13 12.3-13 21.3v27h48V338.7c23.4-15.6 48-42.9 48-87.8c0-72.1-38.2-134.2-73.6-176.7c-8.3-9.9-16.6-19-24.4-27c10.3-2.7 18-12.1 18-23.2c0-13.3-10.7-24-24-24H160 104zM52.7 464l16.6-32H250.8l16.6 32H52.7zm207.9-80H59.5c-12 0-22.9 6.7-28.4 17.3L4.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C0 493.8 18.2 512 40.8 512H279.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2c-5.5-10.6-16.5-17.3-28.4-17.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "chess-board": { + "aliases": { + "unicodes": { + "secondary": [ + "10f43c" + ] + } + }, + "changes": [ + "5.0.5", + "5.7.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "board", + "checkmate", + "game", + "strategy" + ] + }, + "unicode": "f43c", + "label": "Chess Board", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1678474324, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 64v64h64V96h64v64h64V96h64v64H320v64h64v64H320v64h64v64H320V352H256v64H192V352H128v64H64V352h64V288H64V224h64V160H64V96h64zm64 128h64V160H192v64zm0 64V224H128v64h64zm64 0H192v64h64V288zm0 0h64V224H256v64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chess-king": { + "aliases": { + "unicodes": { + "composite": [ + "265a" + ], + "secondary": [ + "10f43f" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Chess King", + "board", + "checkmate", + "game", + "strategy" + ] + }, + "unicode": "f43f", + "label": "Chess King", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0c17.7 0 32 14.3 32 32V48h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H256v48H408c22.1 0 40 17.9 40 40c0 5.3-1 10.5-3.1 15.4L368 400H80L3.1 215.4C1 210.5 0 205.3 0 200c0-22.1 17.9-40 40-40H192V112H176c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V32c0-17.7 14.3-32 32-32zM38.6 473.4L80 432H368l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H54.6C42.1 512 32 501.9 32 489.4c0-6 2.4-11.8 6.6-16z" + }, + "regular": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V56H168c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v40H59.6C26.7 144 0 170.7 0 203.6c0 8.2 1.7 16.3 4.9 23.8L59.1 352h52.3L49 208.2c-.6-1.5-1-3-1-4.6c0-6.4 5.2-11.6 11.6-11.6H224 388.4c6.4 0 11.6 5.2 11.6 11.6c0 1.6-.3 3.2-1 4.6L336.5 352h52.3l54.2-124.6c3.3-7.5 4.9-15.6 4.9-23.8c0-32.9-26.7-59.6-59.6-59.6H248V104h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H248V24zM101.2 432H346.8l16.6 32H84.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3H91.5c-12 0-22.9 6.7-28.4 17.3L36.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C32 493.8 50.2 512 72.8 512H375.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "chess-knight": { + "aliases": { + "unicodes": { + "composite": [ + "265e" + ], + "secondary": [ + "10f441" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Chess Knight", + "board", + "checkmate", + "game", + "horse", + "strategy" + ] + }, + "unicode": "f441", + "label": "Chess Knight", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 48L82.7 61.3C70.7 73.3 64 89.5 64 106.5V238.9c0 10.7 5.3 20.7 14.2 26.6l10.6 7c14.3 9.6 32.7 10.7 48.1 3l3.2-1.6c2.6-1.3 5-2.8 7.3-4.5l49.4-37c6.6-5 15.7-5 22.3 0c10.2 7.7 9.9 23.1-.7 30.3L90.4 350C73.9 361.3 64 380 64 400H384l28.9-159c2.1-11.3 3.1-22.8 3.1-34.3V192C416 86 330 0 224 0H83.8C72.9 0 64 8.9 64 19.8c0 7.5 4.2 14.3 10.9 17.7L96 48zm24 68a20 20 0 1 1 40 0 20 20 0 1 1 -40 0zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512H409.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L384 432H64L22.6 473.4z" + }, + "regular": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M226.6 48H117.3l17.1 12.8c6 4.5 9.6 11.6 9.6 19.2s-3.6 14.7-9.6 19.2l-6.5 4.9c-10 7.5-16 19.3-16 31.9l-.3 91c0 10.2 4.9 19.9 13.2 25.8l1.9 1.3c9.9 7.1 23.3 7 33.2-.1l49.9-36.3c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5l-49.9 36.3-53.8 39.1c-7.3 5.3-13 12.2-16.9 20.1H66.8c5.3-22.1 17.8-41.9 35.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6L97 291.8c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8 6.7-38.7 18.6-53.9l-.4-.3C70.7 73 64 59.6 64 45.3C64 20.3 84.3 0 109.3 0H226.6C331.2 0 416 84.8 416 189.4c0 11.1-1 22.2-2.9 33.2L390.1 352H341.3l24.5-137.8c1.5-8.2 2.2-16.5 2.2-24.8C368 111.3 304.7 48 226.6 48zM85.2 432L68.7 464H379.3l-16.6-32H85.2zm315.7-30.7l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H56.8C34.2 512 16 493.8 16 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C52.5 390.7 63.5 384 75.5 384h297c12 0 22.9 6.7 28.4 17.3zM172 128a20 20 0 1 1 0 40 20 20 0 1 1 0-40z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "chess-pawn": { + "aliases": { + "unicodes": { + "composite": [ + "265f" + ], + "secondary": [ + "10f443" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "board", + "checkmate", + "chess", + "chess pawn", + "dupe", + "expendable", + "game", + "strategy" + ] + }, + "unicode": "f443", + "label": "Chess Pawn", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M215.5 224c29.2-18.4 48.5-50.9 48.5-88c0-57.4-46.6-104-104-104S56 78.6 56 136c0 37.1 19.4 69.6 48.5 88H96c-17.7 0-32 14.3-32 32c0 16.5 12.5 30 28.5 31.8L80 400H240L227.5 287.8c16-1.8 28.5-15.3 28.5-31.8c0-17.7-14.3-32-32-32h-8.5zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512H281.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L256 432H64L22.6 473.4z" + }, + "regular": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M232 152A72 72 0 1 0 88 152a72 72 0 1 0 144 0zm24 120H243.4l10.7 80H205.7L195 272H160 125l-10.7 80H65.9l10.7-80H64c-13.3 0-24-10.7-24-24s10.7-24 24-24c-15.1-20.1-24-45-24-72C40 85.7 93.7 32 160 32s120 53.7 120 120c0 27-8.9 51.9-24 72c13.3 0 24 10.7 24 24s-10.7 24-24 24zM52.7 464H267.3l-16.6-32H69.2L52.7 464zm207.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H40.8C18.2 512 0 493.8 0 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C36.5 390.7 47.5 384 59.5 384h201z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "chess-queen": { + "aliases": { + "unicodes": { + "composite": [ + "265b" + ], + "secondary": [ + "10f445" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Chess Queen", + "board", + "checkmate", + "game", + "strategy" + ] + }, + "unicode": "f445", + "label": "Chess Queen", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0a56 56 0 1 1 0 112A56 56 0 1 1 256 0zM134.1 143.8c3.3-13 15-23.8 30.2-23.8c12.3 0 22.6 7.2 27.7 17c12 23.2 36.2 39 64 39s52-15.8 64-39c5.1-9.8 15.4-17 27.7-17c15.3 0 27 10.8 30.2 23.8c7 27.8 32.2 48.3 62.1 48.3c10.8 0 21-2.7 29.8-7.4c8.4-4.4 18.9-4.5 27.6 .9c13 8 17.1 25 9.2 38L399.7 400H384 343.6 168.4 128 112.3L5.4 223.6c-7.9-13-3.8-30 9.2-38c8.7-5.3 19.2-5.3 27.6-.9c8.9 4.7 19 7.4 29.8 7.4c29.9 0 55.1-20.5 62.1-48.3zM256 224l0 0 0 0h0zM112 432H400l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H86.6C74.1 512 64 501.9 64 489.4c0-6 2.4-11.8 6.6-16L112 432z" + }, + "regular": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-95.2-8c-18.1 0-31.3 12.8-35.6 26.9c-8 26.2-32.4 45.2-61.2 45.2c-10 0-19.4-2.3-27.7-6.3c-7.6-3.7-16.7-3.3-24 1.2C.7 162.1-3.1 177.1 3.7 188.9L97.6 352H153l-83-144.1c40.5-2.2 75.3-25.9 93.1-59.8c22 26.8 55.4 43.9 92.8 43.9s70.8-17.1 92.8-43.9c17.8 34 52.6 57.7 93.1 59.8L359 352h55.4l93.9-163.1c6.8-11.7 3-26.7-8.6-33.8c-7.3-4.5-16.4-4.9-24-1.2c-8.4 4-17.7 6.3-27.7 6.3c-28.8 0-53.2-19-61.2-45.2C382.5 100.8 369.3 88 351.2 88c-14.5 0-26.3 8.5-32.4 19.3c-12.4 22-35.9 36.7-62.8 36.7s-50.4-14.8-62.8-36.7C187.1 96.5 175.4 88 160.8 88zM133.2 432H378.8l16.6 32H116.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3h-265c-12 0-22.9 6.7-28.4 17.3L68.6 452.5c-3 5.8-4.6 12.2-4.6 18.7c0 22.5 18.2 40.8 40.8 40.8H407.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "chess-rook": { + "aliases": { + "unicodes": { + "composite": [ + "265c" + ], + "secondary": [ + "10f447" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Chess Rook", + "board", + "castle", + "checkmate", + "game", + "strategy" + ] + }, + "unicode": "f447", + "label": "Chess Rook", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 192V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V88c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V88c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V192c0 10.1-4.7 19.6-12.8 25.6L352 256l16 144H80L96 256 44.8 217.6C36.7 211.6 32 202.1 32 192zm176 96h32c8.8 0 16-7.2 16-16V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 8.8 7.2 16 16 16zM22.6 473.4L64 432H384l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H38.6C26.1 512 16 501.9 16 489.4c0-6 2.4-11.8 6.6-16z" + }, + "regular": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M80 80V192c0 2.5 1.2 4.9 3.2 6.4l51.2 38.4c6.8 5.1 10.4 13.4 9.5 21.9L133.5 352H85.2l9.4-85L54.4 236.8C40.3 226.2 32 209.6 32 192V72c0-22.1 17.9-40 40-40H376c22.1 0 40 17.9 40 40V192c0 17.6-8.3 34.2-22.4 44.8L353.4 267l9.4 85H314.5l-10.4-93.3c-.9-8.4 2.7-16.8 9.5-21.9l51.2-38.4c2-1.5 3.2-3.9 3.2-6.4V80H304v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V80H192v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V80H80zm4.7 384H363.3l-16.6-32H101.2L84.7 464zm271.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H72.8C50.2 512 32 493.8 32 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C68.5 390.7 79.5 384 91.5 384h265zM208 288c-8.8 0-16-7.2-16-16V224c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 8.8-7.2 16-16 16H208z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "chevron-down": { + "aliases": { + "unicodes": { + "secondary": [ + "10f078" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "download", + "expand" + ] + }, + "unicode": "f078", + "label": "Chevron Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chevron-left": { + "aliases": { + "unicodes": { + "composite": [ + "2329" + ], + "secondary": [ + "10f053" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Left-Pointing Angle Bracket", + "arrow", + "back", + "bracket", + "previous" + ] + }, + "unicode": "f053", + "label": "Chevron Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chevron-right": { + "aliases": { + "unicodes": { + "composite": [ + "232a" + ], + "secondary": [ + "10f054" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Right-Pointing Angle Bracket", + "arrow", + "bracket", + "forward", + "next" + ] + }, + "unicode": "f054", + "label": "Chevron Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chevron-up": { + "aliases": { + "unicodes": { + "secondary": [ + "10f077" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "collapse", + "upload" + ] + }, + "unicode": "f077", + "label": "Chevron Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "child": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1ae" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.1.1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boy", + "girl", + "kid", + "toddler", + "young", + "youth" + ] + }, + "unicode": "f1ae", + "label": "Child", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M96 64a64 64 0 1 1 128 0A64 64 0 1 1 96 64zm48 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V287.8L59.1 321c-9.4 15-29.2 19.4-44.1 10S-4.5 301.9 4.9 287l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6L315.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L240 287.8V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H144z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "child-combatant": { + "aliases": { + "names": [ + "child-rifle" + ] + }, + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "combatant" + ] + }, + "unicode": "e4e0", + "label": "Child Combatant", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M176 128A64 64 0 1 0 176 0a64 64 0 1 0 0 128zm-8 352V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V300.5L260.9 321c9.4 15 29.2 19.4 44.1 10s19.4-29.2 10-44.1l-51.7-82.1c-17.6-27.9-48.3-44.9-81.2-44.9H169.8c-33 0-63.7 16.9-81.2 44.9L36.9 287c-9.4 15-4.9 34.7 10 44.1s34.7 4.9 44.1-10L104 300.5V480c0 17.7 14.3 32 32 32s32-14.3 32-32zM448 0H432 416c-8.8 0-16 7.2-16 16s7.2 16 16 16V132.3c-9.6 5.5-16 15.9-16 27.7v32c-17.7 0-32 14.3-32 32V368c0 17.7 14.3 32 32 32h16v96c0 8.8 7.2 16 16 16h59.5c10.4 0 18-9.8 15.5-19.9L484 400h44c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H480V325.3l53.1-17.7c6.5-2.2 10.9-8.3 10.9-15.2V208c0-8.8-7.2-16-16-16H512c-8.8 0-16 7.2-16 16v56l-16 5.3V160c0-11.8-6.4-22.2-16-27.7V16c0-8.8-7.2-16-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "child-dress": { + "changes": [ + "6.1.1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boy", + "girl", + "kid", + "toddler", + "young", + "youth" + ] + }, + "unicode": "e59c", + "label": "Child Dress", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M224 64A64 64 0 1 0 96 64a64 64 0 1 0 128 0zM88 400v80c0 17.7 14.3 32 32 32s32-14.3 32-32V400h16v80c0 17.7 14.3 32 32 32s32-14.3 32-32V400h17.8c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4 28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9C51.6 389.3 59.3 400 70.2 400H88z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "child-reaching": { + "changes": [ + "6.1.1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boy", + "girl", + "kid", + "toddler", + "young", + "youth" + ] + }, + "unicode": "e59d", + "label": "Child Reaching", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M256 64A64 64 0 1 0 128 64a64 64 0 1 0 128 0zM152.9 169.3c-23.7-8.4-44.5-24.3-58.8-45.8L74.6 94.2C64.8 79.5 45 75.6 30.2 85.4s-18.7 29.7-8.9 44.4L40.9 159c18.1 27.1 42.8 48.4 71.1 62.4V480c0 17.7 14.3 32 32 32s32-14.3 32-32V384h32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V221.6c29.1-14.2 54.4-36.2 72.7-64.2l18.2-27.9c9.6-14.8 5.4-34.6-9.4-44.3s-34.6-5.5-44.3 9.4L291 122.4c-21.8 33.4-58.9 53.6-98.8 53.6c-12.6 0-24.9-2-36.6-5.8c-.9-.3-1.8-.7-2.7-.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "children": { + "changes": [ + "6.1.0", + "6.1.1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boy", + "child", + "girl", + "kid", + "kids", + "young", + "youth" + ] + }, + "unicode": "e4e1", + "label": "Children", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H472z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "chrome": { + "changes": [ + "4.4.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "browser" + ] + }, + "unicode": "f268", + "label": "Chrome", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256C0 209.4 12.47 165.6 34.27 127.1L144.1 318.3C166 357.5 207.9 384 256 384C270.3 384 283.1 381.7 296.8 377.4L220.5 509.6C95.9 492.3 0 385.3 0 256zM365.1 321.6C377.4 302.4 384 279.1 384 256C384 217.8 367.2 183.5 340.7 160H493.4C505.4 189.6 512 222.1 512 256C512 397.4 397.4 511.1 256 512L365.1 321.6zM477.8 128H256C193.1 128 142.3 172.1 130.5 230.7L54.19 98.47C101 38.53 174 0 256 0C350.8 0 433.5 51.48 477.8 128V128zM168 256C168 207.4 207.4 168 256 168C304.6 168 344 207.4 344 256C344 304.6 304.6 344 256 344C207.4 344 168 304.6 168 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "chromecast": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f838", + "label": "Chromecast", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M447.8,64H64c-23.6,0-42.7,19.1-42.7,42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6,0,42.7-19.1,42.7-42.7V106.7 C490.7,83.1,471.4,64,447.8,64z M21.3,383.6L21.3,383.6l0,63.9h63.9C85.2,412.2,56.6,383.6,21.3,383.6L21.3,383.6z M21.3,298.6V341 c58.9,0,106.6,48.1,106.6,107h42.7C170.7,365.6,103.7,298.7,21.3,298.6z M213.4,448h42.7c-0.5-129.5-105.3-234.3-234.8-234.6l0,42.4 C127.3,255.6,213.3,342,213.4,448z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "church": { + "aliases": { + "unicodes": { + "composite": [ + "26ea" + ], + "secondary": [ + "10f51d" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Christian", + "building", + "cathedral", + "chapel", + "church", + "community", + "cross", + "religion" + ] + }, + "unicode": "f51d", + "label": "Church", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M344 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V48H264c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v46.4L183.3 210c-14.5 8.7-23.3 24.3-23.3 41.2V512h96V416c0-35.3 28.7-64 64-64s64 28.7 64 64v96h96V251.2c0-16.9-8.8-32.5-23.3-41.2L344 142.4V96h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V24zM24.9 330.3C9.5 338.8 0 354.9 0 372.4V464c0 26.5 21.5 48 48 48h80V273.6L24.9 330.3zM592 512c26.5 0 48-21.5 48-48V372.4c0-17.5-9.5-33.6-24.9-42.1L512 273.6V512h80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle": { + "aliases": { + "unicodes": { + "composite": [ + "1f534", + "1f535", + "1f7e0", + "1f7e1", + "1f7e2", + "1f7e3", + "1f7e4", + "25cf", + "26aa", + "26ab", + "2b24", + "f10c", + "f1db" + ], + "secondary": [ + "10f111" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Circle", + "Black Large Circle", + "black circle", + "blue", + "blue circle", + "brown", + "brown circle", + "chart", + "circle", + "circle-thin", + "diameter", + "dot", + "ellipse", + "fill", + "geometric", + "green", + "green circle", + "notification", + "orange", + "orange circle", + "progress", + "purple", + "purple circle", + "red", + "red circle", + "round", + "white circle", + "yellow", + "yellow circle" + ] + }, + "unicode": "f111", + "label": "Circle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z" + }, + "regular": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-arrow-down": { + "aliases": { + "names": [ + "arrow-circle-down" + ], + "unicodes": { + "secondary": [ + "10f0ab" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download" + ] + }, + "unicode": "f0ab", + "label": "Circle Arrow Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM127 281c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l71 71L232 136c0-13.3 10.7-24 24-24s24 10.7 24 24l0 182.1 71-71c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 393c-9.4 9.4-24.6 9.4-33.9 0L127 281z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-arrow-left": { + "aliases": { + "names": [ + "arrow-circle-left" + ], + "unicodes": { + "secondary": [ + "10f0a8" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "previous" + ] + }, + "unicode": "f0a8", + "label": "Circle Arrow Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM231 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-71 71L376 232c13.3 0 24 10.7 24 24s-10.7 24-24 24l-182.1 0 71 71c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L119 273c-9.4-9.4-9.4-24.6 0-33.9L231 127z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-arrow-right": { + "aliases": { + "names": [ + "arrow-circle-right" + ], + "unicodes": { + "secondary": [ + "10f0a9" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "next" + ] + }, + "unicode": "f0a9", + "label": "Circle Arrow Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM281 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L136 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l182.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L393 239c9.4 9.4 9.4 24.6 0 33.9L281 385z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-arrow-up": { + "aliases": { + "names": [ + "arrow-circle-up" + ], + "unicodes": { + "secondary": [ + "10f0aa" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "upload" + ] + }, + "unicode": "f0aa", + "label": "Circle Arrow Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM385 231c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-71-71V376c0 13.3-10.7 24-24 24s-24-10.7-24-24V193.9l-71 71c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 119c9.4-9.4 24.6-9.4 33.9 0L385 231z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-check": { + "aliases": { + "names": [ + "check-circle" + ], + "unicodes": { + "composite": [ + "f05d" + ], + "secondary": [ + "10f058" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "affected", + "agree", + "clear", + "confirm", + "correct", + "done", + "ok", + "select", + "success", + "tick", + "todo", + "yes" + ] + }, + "unicode": "f058", + "label": "Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + }, + "regular": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-chevron-down": { + "aliases": { + "names": [ + "chevron-circle-down" + ], + "unicodes": { + "secondary": [ + "10f13a" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "download", + "dropdown", + "menu", + "more" + ] + }, + "unicode": "f13a", + "label": "Circle Chevron Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-chevron-left": { + "aliases": { + "names": [ + "chevron-circle-left" + ], + "unicodes": { + "secondary": [ + "10f137" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "back", + "previous" + ] + }, + "unicode": "f137", + "label": "Circle Chevron Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-chevron-right": { + "aliases": { + "names": [ + "chevron-circle-right" + ], + "unicodes": { + "secondary": [ + "10f138" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "forward", + "next" + ] + }, + "unicode": "f138", + "label": "Circle Chevron Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-chevron-up": { + "aliases": { + "names": [ + "chevron-circle-up" + ], + "unicodes": { + "secondary": [ + "10f139" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "collapse", + "upload" + ] + }, + "unicode": "f139", + "label": "Circle Chevron Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM377 271c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-87-87-87 87c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 167c9.4-9.4 24.6-9.4 33.9 0L377 271z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-dollar-to-slot": { + "aliases": { + "names": [ + "donate" + ], + "unicodes": { + "secondary": [ + "10f4b9" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "contribute", + "generosity", + "gift", + "give" + ] + }, + "unicode": "f4b9", + "label": "Circle Dollar To Slot", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M326.7 403.7c-22.1 8-45.9 12.3-70.7 12.3s-48.7-4.4-70.7-12.3c-.3-.1-.5-.2-.8-.3c-30-11-56.8-28.7-78.6-51.4C70 314.6 48 263.9 48 208C48 93.1 141.1 0 256 0S464 93.1 464 208c0 55.9-22 106.6-57.9 144c-1 1-2 2.1-3 3.1c-21.4 21.4-47.4 38.1-76.3 48.6zM256 91.9c-11.1 0-20.1 9-20.1 20.1v6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.7 4c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9l0 0 0 0 0 0c-2.2-.7-4.3-1.5-6.4-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1V304c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.3-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4V112c0-11.1-9-20.1-20.1-20.1zM48 352H64c19.5 25.9 44 47.7 72.2 64H64v32H256 448V416H375.8c28.2-16.3 52.8-38.1 72.2-64h16c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V400c0-26.5 21.5-48 48-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-dot": { + "aliases": { + "names": [ + "dot-circle" + ], + "unicodes": { + "composite": [ + "1f518" + ], + "secondary": [ + "10f192" + ] + } + }, + "changes": [ + "4.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bullseye", + "button", + "geometric", + "notification", + "radio", + "radio button", + "target" + ] + }, + "unicode": "f192", + "label": "Circle Dot", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + }, + "regular": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-down": { + "aliases": { + "names": [ + "arrow-alt-circle-down" + ], + "unicodes": { + "composite": [ + "f01a" + ], + "secondary": [ + "10f358" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow-circle-o-down", + "download" + ] + }, + "unicode": "f358", + "label": "Circle Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM376.9 294.6L269.8 394.5c-3.8 3.5-8.7 5.5-13.8 5.5s-10.1-2-13.8-5.5L135.1 294.6c-4.5-4.2-7.1-10.1-7.1-16.3c0-12.3 10-22.3 22.3-22.3l57.7 0 0-96c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96 57.7 0c12.3 0 22.3 10 22.3 22.3c0 6.2-2.6 12.1-7.1 16.3z" + }, + "regular": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 464a208 208 0 1 1 0-416 208 208 0 1 1 0 416zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM376.9 294.6c4.5-4.2 7.1-10.1 7.1-16.3c0-12.3-10-22.3-22.3-22.3H304V160c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32v96H150.3C138 256 128 266 128 278.3c0 6.2 2.6 12.1 7.1 16.3l107.1 99.9c3.8 3.5 8.7 5.5 13.8 5.5s10.1-2 13.8-5.5l107.1-99.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-exclamation": { + "aliases": { + "names": [ + "exclamation-circle" + ], + "unicodes": { + "secondary": [ + "10f06a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affect", + "alert", + "damage", + "danger", + "error", + "important", + "notice", + "notification", + "notify", + "problem", + "warning" + ] + }, + "unicode": "f06a", + "label": "Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-h": { + "aliases": { + "names": [ + "hospital-symbol" + ], + "unicodes": { + "composite": [ + "24bd" + ], + "secondary": [ + "10f47e" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Circled Latin Capital Letter H", + "clinic", + "covid-19", + "emergency", + "letter", + "map" + ] + }, + "unicode": "f47e", + "label": "Circle H", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767248, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM368 152V256 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H192l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24v80H320V152c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-half-stroke": { + "aliases": { + "names": [ + "adjust" + ], + "unicodes": { + "composite": [ + "25d0" + ], + "secondary": [ + "10f042" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "5.11.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Circle with Left Half Black", + "adjust", + "chart", + "contrast", + "dark", + "fill", + "light", + "pie", + "progress", + "saturation" + ] + }, + "unicode": "f042", + "label": "Circle Half Stroke", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 256c0-106-86-192-192-192V448c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-info": { + "aliases": { + "names": [ + "info-circle" + ], + "unicodes": { + "secondary": [ + "10f05a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "details", + "help", + "information", + "more", + "support" + ] + }, + "unicode": "f05a", + "label": "Circle Info", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-left": { + "aliases": { + "names": [ + "arrow-alt-circle-left" + ], + "unicodes": { + "composite": [ + "f190" + ], + "secondary": [ + "10f359" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow-circle-o-left", + "back", + "previous" + ] + }, + "unicode": "f359", + "label": "Circle Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM217.4 376.9L117.5 269.8c-3.5-3.8-5.5-8.7-5.5-13.8s2-10.1 5.5-13.8l99.9-107.1c4.2-4.5 10.1-7.1 16.3-7.1c12.3 0 22.3 10 22.3 22.3l0 57.7 96 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32l-96 0 0 57.7c0 12.3-10 22.3-22.3 22.3c-6.2 0-12.1-2.6-16.3-7.1z" + }, + "regular": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M48 256a208 208 0 1 1 416 0A208 208 0 1 1 48 256zm464 0A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM217.4 376.9c4.2 4.5 10.1 7.1 16.3 7.1c12.3 0 22.3-10 22.3-22.3V304h96c17.7 0 32-14.3 32-32V240c0-17.7-14.3-32-32-32H256V150.3c0-12.3-10-22.3-22.3-22.3c-6.2 0-12.1 2.6-16.3 7.1L117.5 242.2c-3.5 3.8-5.5 8.7-5.5 13.8s2 10.1 5.5 13.8l99.9 107.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-minus": { + "aliases": { + "names": [ + "minus-circle" + ], + "unicodes": { + "secondary": [ + "10f056" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "delete", + "hide", + "negative", + "remove", + "shape", + "trash" + ] + }, + "unicode": "f056", + "label": "Circle Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232H328c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-nodes": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cluster", + "connect", + "network" + ] + }, + "unicode": "e4e2", + "label": "Circle Nodes", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M418.4 157.9c35.3-8.3 61.6-40 61.6-77.9c0-44.2-35.8-80-80-80c-43.4 0-78.7 34.5-80 77.5L136.2 151.1C121.7 136.8 101.9 128 80 128c-44.2 0-80 35.8-80 80s35.8 80 80 80c12.2 0 23.8-2.7 34.1-7.6L259.7 407.8c-2.4 7.6-3.7 15.8-3.7 24.2c0 44.2 35.8 80 80 80s80-35.8 80-80c0-27.7-14-52.1-35.4-66.4l37.8-207.7zM156.3 232.2c2.2-6.9 3.5-14.2 3.7-21.7l183.8-73.5c3.6 3.5 7.4 6.7 11.6 9.5L317.6 354.1c-5.5 1.3-10.8 3.1-15.8 5.5L156.3 232.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-notch": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1ce" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "circle-o-notch", + "diameter", + "dot", + "ellipse", + "round", + "spinner" + ] + }, + "unicode": "f1ce", + "label": "Circle Notch", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8C121.8 95.6 64 169.1 64 256c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256c0 141.4-114.6 256-256 256S0 397.4 0 256C0 140 77.1 42.1 182.9 10.6c16.9-5 34.8 4.6 39.8 21.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-pause": { + "aliases": { + "names": [ + "pause-circle" + ], + "unicodes": { + "composite": [ + "f28c" + ], + "secondary": [ + "10f28b" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hold", + "wait" + ] + }, + "unicode": "f28b", + "label": "Circle Pause", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM224 192V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32s32 14.3 32 32z" + }, + "regular": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm224-72V328c0 13.3-10.7 24-24 24s-24-10.7-24-24V184c0-13.3 10.7-24 24-24s24 10.7 24 24zm112 0V328c0 13.3-10.7 24-24 24s-24-10.7-24-24V184c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-play": { + "aliases": { + "names": [ + "play-circle" + ], + "unicodes": { + "composite": [ + "f01d" + ], + "secondary": [ + "10f144" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "music", + "playing", + "sound", + "start", + "video" + ] + }, + "unicode": "f144", + "label": "Circle Play", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9V344c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z" + }, + "regular": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9V168c0-8.7 4.7-16.7 12.3-20.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-plus": { + "aliases": { + "names": [ + "plus-circle" + ], + "unicodes": { + "secondary": [ + "10f055" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "create", + "expand", + "new", + "positive", + "shape" + ] + }, + "unicode": "f055", + "label": "Circle Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344V280H168c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-question": { + "aliases": { + "names": [ + "question-circle" + ], + "unicodes": { + "composite": [ + "f29c" + ], + "secondary": [ + "10f059" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "help", + "information", + "support", + "unknown" + ] + }, + "unicode": "f059", + "label": "Circle Question", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + }, + "regular": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-radiation": { + "aliases": { + "names": [ + "radiation-alt" + ], + "unicodes": { + "composite": [ + "2622" + ], + "secondary": [ + "10f7ba" + ] + } + }, + "changes": [ + "5.6.0", + "5.8.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "danger", + "dangerous", + "deadly", + "hazard", + "nuclear", + "radioactive", + "sign", + "warning" + ] + }, + "unicode": "f7ba", + "label": "Circle Radiation", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 64a192 192 0 1 1 0 384 192 192 0 1 1 0-384zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM200 256c0-20.7 11.3-38.8 28-48.5l-36-62.3c-8.8-15.3-28.7-20.8-42-9c-25.6 22.6-43.9 53.3-50.9 88.1C95.7 241.5 110.3 256 128 256l72 0zm28 48.5l-36 62.4c-8.8 15.3-3.6 35.2 13.1 40.8c16 5.4 33.1 8.3 50.9 8.3s34.9-2.9 50.9-8.3c16.7-5.6 21.9-25.5 13.1-40.8l-36-62.4c-8.2 4.8-17.8 7.5-28 7.5s-19.8-2.7-28-7.5zM312 256l72 0c17.7 0 32.3-14.5 28.8-31.8c-7-34.8-25.3-65.5-50.9-88.1c-13.2-11.7-33.1-6.3-42 9l-36 62.3c16.7 9.7 28 27.8 28 48.5zm-56 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "circle-right": { + "aliases": { + "names": [ + "arrow-alt-circle-right" + ], + "unicodes": { + "composite": [ + "f18e" + ], + "secondary": [ + "10f35a" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow-circle-o-right", + "forward", + "next" + ] + }, + "unicode": "f35a", + "label": "Circle Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 135.1l99.9 107.1c3.5 3.8 5.5 8.7 5.5 13.8s-2 10.1-5.5 13.8L294.6 376.9c-4.2 4.5-10.1 7.1-16.3 7.1C266 384 256 374 256 361.7l0-57.7-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-57.7c0-12.3 10-22.3 22.3-22.3c6.2 0 12.1 2.6 16.3 7.1z" + }, + "regular": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 135.1c-4.2-4.5-10.1-7.1-16.3-7.1C266 128 256 138 256 150.3V208H160c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h96v57.7c0 12.3 10 22.3 22.3 22.3c6.2 0 12.1-2.6 16.3-7.1l99.9-107.1c3.5-3.8 5.5-8.7 5.5-13.8s-2-10.1-5.5-13.8L294.6 135.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-stop": { + "aliases": { + "names": [ + "stop-circle" + ], + "unicodes": { + "composite": [ + "f28e" + ], + "secondary": [ + "10f28d" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "block", + "box", + "circle", + "square" + ] + }, + "unicode": "f28d", + "label": "Circle Stop", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 160H320c17.7 0 32 14.3 32 32V320c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z" + }, + "regular": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm192-96H320c17.7 0 32 14.3 32 32V320c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-up": { + "aliases": { + "names": [ + "arrow-alt-circle-up" + ], + "unicodes": { + "composite": [ + "f01b" + ], + "secondary": [ + "10f35b" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow-circle-o-up" + ] + }, + "unicode": "f35b", + "label": "Circle Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM135.1 217.4l107.1-99.9c3.8-3.5 8.7-5.5 13.8-5.5s10.1 2 13.8 5.5l107.1 99.9c4.5 4.2 7.1 10.1 7.1 16.3c0 12.3-10 22.3-22.3 22.3H304v96c0 17.7-14.3 32-32 32H240c-17.7 0-32-14.3-32-32V256H150.3C138 256 128 246 128 233.7c0-6.2 2.6-12.1 7.1-16.3z" + }, + "regular": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM135.1 217.4c-4.5 4.2-7.1 10.1-7.1 16.3c0 12.3 10 22.3 22.3 22.3H208v96c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V256h57.7c12.3 0 22.3-10 22.3-22.3c0-6.2-2.6-12.1-7.1-16.3L269.8 117.5c-3.8-3.5-8.7-5.5-13.8-5.5s-10.1 2-13.8 5.5L135.1 217.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-user": { + "aliases": { + "names": [ + "user-circle" + ], + "unicodes": { + "composite": [ + "f2be" + ], + "secondary": [ + "10f2bd" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.3", + "5.0.11", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f2bd", + "label": "Circle User", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M399 384.2C376.9 345.8 335.4 320 288 320H224c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z" + }, + "regular": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M406.5 399.6C387.4 352.9 341.5 320 288 320H224c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6zm-40.1 32.7C334.4 452.4 296.6 464 256 464s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3h64c38.8 0 71.2 27.6 78.5 64.3zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-272a40 40 0 1 1 0-80 40 40 0 1 1 0 80zm-88-40a88 88 0 1 0 176 0 88 88 0 1 0 -176 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "circle-xmark": { + "aliases": { + "names": [ + "times-circle", + "xmark-circle" + ], + "unicodes": { + "composite": [ + "f05c" + ], + "secondary": [ + "10f057" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "close", + "cross", + "destroy", + "exit", + "incorrect", + "notice", + "notification", + "notify", + "problem", + "wrong", + "x" + ] + }, + "unicode": "f057", + "label": "Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + }, + "regular": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "city": { + "aliases": { + "unicodes": { + "composite": [ + "1f3d9" + ], + "secondary": [ + "10f64f" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buildings", + "busy", + "city", + "cityscape", + "skyscrapers", + "urban", + "windows" + ] + }, + "unicode": "f64f", + "label": "City", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 48c0-26.5-21.5-48-48-48H336c-26.5 0-48 21.5-48 48V96H224V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V96H112V24c0-13.3-10.7-24-24-24S64 10.7 64 24V96H48C21.5 96 0 117.5 0 144v96V464c0 26.5 21.5 48 48 48H304h32 96H592c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48H480V48zm96 320v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM240 416H208c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16zM128 400c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32zM560 256c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32zM256 176v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM112 160c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32zM256 304c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32zM112 320H80c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16zm304-48v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM400 64c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h32zm16 112v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "clapperboard": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camera", + "clapper", + "clapper board", + "director", + "film", + "movie", + "record" + ] + }, + "unicode": "e131", + "label": "Clapperboard", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 32H361.9l-1 1-127 127h92.1l1-1L453.8 32.3c-1.9-.2-3.8-.3-5.8-.3zm64 128V96c0-15.1-5.3-29.1-14-40l-104 104H512zM294.1 32H201.9l-1 1L73.9 160h92.1l1-1 127-127zM64 32C28.7 32 0 60.7 0 96v64H6.1l1-1 127-127H64zM512 192H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "clipboard": { + "aliases": { + "unicodes": { + "composite": [ + "1f4cb" + ], + "secondary": [ + "10f328" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clipboar", + "clipboard", + "copy", + "notes", + "paste", + "record" + ] + }, + "unicode": "f328", + "label": "Clipboard", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM112 192H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + }, + "regular": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M280 64h40c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64h40 9.6C121 27.5 153.3 0 192 0s71 27.5 78.4 64H280zM64 112c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H304v24c0 13.3-10.7 24-24 24H192 104c-13.3 0-24-10.7-24-24V112H64zm128-8a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "clipboard-check": { + "aliases": { + "unicodes": { + "secondary": [ + "10f46c" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "agree", + "confirm", + "done", + "ok", + "select", + "success", + "tick", + "todo", + "yes" + ] + }, + "unicode": "f46c", + "label": "Clipboard Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM305 273L177 401c-9.4 9.4-24.6 9.4-33.9 0L79 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L271 239c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "clipboard-list": { + "aliases": { + "unicodes": { + "secondary": [ + "10f46d" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "intinerary", + "ol", + "schedule", + "tick", + "todo", + "ul" + ] + }, + "unicode": "f46d", + "label": "Clipboard List", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM72 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104-16H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zM72 368a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm88 0c0-8.8 7.2-16 16-16H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "clipboard-question": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "assistance", + "interview", + "query", + "question" + ] + }, + "unicode": "e4e3", + "label": "Clipboard Question", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM105.8 229.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L216 328.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V314.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H158.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM160 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "clipboard-user": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7f3" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "attendance", + "record", + "roster", + "staff" + ] + }, + "unicode": "f7f3", + "label": "Clipboard User", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM128 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 432c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "clock": { + "aliases": { + "names": [ + "clock-four" + ], + "unicodes": { + "composite": [ + "1f553" + ], + "secondary": [ + "10f017" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.12.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "00", + "4", + "4:00", + "clock", + "date", + "four", + "four o’clock", + "hour", + "late", + "minute", + "o'clock", + "o’clock", + "schedule", + "ticking", + "time", + "timer", + "timestamp", + "watch" + ] + }, + "unicode": "f017", + "label": "Clock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z" + }, + "regular": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "clock-rotate-left": { + "aliases": { + "names": [ + "history" + ], + "unicodes": { + "secondary": [ + "10f1da" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Rewind", + "clock", + "reverse", + "time", + "time machine", + "time travel" + ] + }, + "unicode": "f1da", + "label": "Clock Rotate Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "clone": { + "aliases": { + "unicodes": { + "secondary": [ + "10f24d" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "copy", + "duplicate", + "paste" + ] + }, + "unicode": "f24d", + "label": "Clone", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 448H64V224h64V160H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H288c35.3 0 64-28.7 64-64V384H288v64zm-64-96H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H224c-35.3 0-64 28.7-64 64V288c0 35.3 28.7 64 64 64z" + }, + "regular": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 464H288c8.8 0 16-7.2 16-16V384h48v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h64v48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM224 304H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16V288c0 8.8 7.2 16 16 16zm-64-16V64c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "closed-captioning": { + "aliases": { + "unicodes": { + "secondary": [ + "10f20a" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cc", + "deaf", + "hearing", + "subtitle", + "subtitling", + "text", + "video" + ] + }, + "unicode": "f20a", + "label": "Closed Captioning", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z" + }, + "regular": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M512 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H512zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "cloud": { + "aliases": { + "unicodes": { + "composite": [ + "2601" + ], + "secondary": [ + "10f0c2" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.11", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atmosphere", + "cloud", + "fog", + "overcast", + "save", + "upload", + "weather" + ] + }, + "unicode": "f0c2", + "label": "Cloud", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 336c0 79.5 64.5 144 144 144H512c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloud-arrow-down": { + "aliases": { + "names": [ + "cloud-download", + "cloud-download-alt" + ], + "unicodes": { + "composite": [ + "f381" + ], + "primary": [ + "f381" + ], + "secondary": [ + "10f0ed", + "10f381" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.11", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download", + "export", + "save" + ] + }, + "unicode": "f0ed", + "label": "Cloud Arrow Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128H144zm79-167l80 80c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-39 39V184c0-13.3-10.7-24-24-24s-24 10.7-24 24V318.1l-39-39c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloud-arrow-up": { + "aliases": { + "names": [ + "cloud-upload", + "cloud-upload-alt" + ], + "unicodes": { + "composite": [ + "f382" + ], + "primary": [ + "f382" + ], + "secondary": [ + "10f0ee", + "10f382" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.11", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "import", + "save", + "upload" + ] + }, + "unicode": "f0ee", + "label": "Cloud Arrow Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128H144zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V392c0 13.3 10.7 24 24 24s24-10.7 24-24V257.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloud-bolt": { + "aliases": { + "names": [ + "thunderstorm" + ], + "unicodes": { + "composite": [ + "1f329" + ], + "secondary": [ + "10f76c" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bolt", + "cloud", + "cloud with lightning", + "lightning", + "precipitation", + "rain", + "storm", + "weather" + ] + }, + "unicode": "f76c", + "label": "Cloud Bolt", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 224c0 53 43 96 96 96h47.2L290 202.5c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L333.7 320H352h64c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm330.1 3.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7h70.1L177.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H281.9l52.4-104.8c3.4-6.7 1.6-14.9-4.2-19.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloud-meatball": { + "aliases": { + "unicodes": { + "secondary": [ + "10f73b" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "FLDSMDFR", + "food", + "spaghetti", + "storm" + ] + }, + "unicode": "f73b", + "label": "Cloud Meatball", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 224c0 53 43 96 96 96h44.7c9.5-23.5 32.5-40 59.3-40c2 0 3.9 .1 5.8 .3C217.6 265.5 235.7 256 256 256s38.4 9.5 50.2 24.3c1.9-.2 3.9-.3 5.8-.3c26.9 0 49.9 16.5 59.3 40H416c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm288 96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1 .1 2.1 .1 3.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3c.7 .7 1.5 1.4 2.3 2.1c-1-.1-2.1-.1-3.1-.1c-17.7 0-32 14.3-32 32s14.3 32 32 32c1 0 2.1-.1 3.1-.1c-.8 .7-1.6 1.3-2.3 2.1c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0c.7-.7 1.4-1.5 2.1-2.3c-.1 1-.1 2.1-.1 3.1c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1-.1-2.1-.1-3.1c.7 .8 1.3 1.6 2.1 2.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3c-.7-.7-1.5-1.4-2.3-2.1c1 .1 2.1 .1 3.1 .1c17.7 0 32-14.3 32-32s-14.3-32-32-32c-1 0-2.1 .1-3.1 .1c.8-.7 1.6-1.3 2.3-2.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-.7 .7-1.4 1.5-2.1 2.3c.1-1 .1-2.1 .1-3.1zM48 448a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm416 0a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloud-moon": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6c3" + ] + } + }, + "changes": [ + "5.4.0", + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crescent", + "evening", + "lunar", + "night", + "partly cloudy", + "sky" + ] + }, + "unicode": "f6c3", + "label": "Cloud Moon", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M495.8 0c5.5 0 10.9 .2 16.3 .7c7 .6 12.8 5.7 14.3 12.5s-1.6 13.9-7.7 17.3c-44.4 25.2-74.4 73-74.4 127.8c0 81 65.5 146.6 146.2 146.6c8.6 0 17-.7 25.1-2.1c6.9-1.2 13.8 2.2 17 8.5s1.9 13.8-3.1 18.7c-34.5 33.6-81.7 54.4-133.6 54.4c-9.3 0-18.4-.7-27.4-1.9c-11.2-22.6-29.8-40.9-52.6-51.7c-2.7-58.5-50.3-105.3-109.2-106.7c-1.7-10.4-2.6-21-2.6-31.8C304 86.1 389.8 0 495.8 0zM447.9 431.9c0 44.2-35.8 80-80 80H96c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloud-moon-rain": { + "aliases": { + "unicodes": { + "secondary": [ + "10f73c" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crescent", + "evening", + "lunar", + "night", + "partly cloudy", + "precipitation", + "rain", + "sky", + "storm" + ] + }, + "unicode": "f73c", + "label": "Cloud Moon Rain", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M481.2 0C417 0 363.5 46.5 353.7 107.6c35.4 17.6 60.2 53.3 62.1 95.1c23.2 11 42 29.7 53.1 52.7c4 .4 8.1 .6 12.3 .6c34.9 0 66.7-13.8 89.9-36.1c5.1-4.9 6.4-12.5 3.2-18.7s-10.1-9.7-17-8.6c-4.9 .8-10 1.3-15.2 1.3c-49 0-88.4-39.3-88.4-87.4c0-32.6 18-61.1 44.9-76.1c6.1-3.4 9.3-10.5 7.8-17.4s-7.3-12-14.3-12.6c-3.6-.3-7.3-.5-10.9-.5zM367.9 383.9c44.2 0 80-35.8 80-80c0-39.3-28.4-72.1-65.8-78.7c1.2-5.6 1.9-11.3 1.9-17.2c0-44.2-35.8-80-80-80c-17 0-32.8 5.3-45.8 14.4C241.3 114.6 210.8 96 176 96c-53 0-96 43-96 96l0 1.3c-45.4 7.6-80 47.1-80 94.6c0 53 43 96 96 96H367.9zM85.4 420.1c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloud-rain": { + "aliases": { + "unicodes": { + "composite": [ + "1f327", + "26c6" + ], + "secondary": [ + "10f73d" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Rain", + "cloud", + "cloud with rain", + "precipitation", + "rain", + "sky", + "storm" + ] + }, + "unicode": "f73d", + "label": "Cloud Rain", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96H96zm-6.8 52c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3L89.2 372zm160 0c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3L249.2 372zm124.9 64.6L409.2 372c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloud-showers-heavy": { + "aliases": { + "unicodes": { + "secondary": [ + "10f740" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "precipitation", + "rain", + "sky", + "storm" + ] + }, + "unicode": "f740", + "label": "Cloud Showers Heavy", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96H96zM81.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6S-3.3 490.7 1.9 478.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm120 0c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm244.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5zM313.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloud-showers-water": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cloud", + "deluge", + "flood", + "rain", + "storm", + "surge" + ] + }, + "unicode": "e4e4", + "label": "Cloud Showers Water", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M224 0c38.6 0 71.9 22.8 87.2 55.7C325.7 41.1 345.8 32 368 32c38.7 0 71 27.5 78.4 64H448c35.3 0 64 28.7 64 64s-28.7 64-64 64H128c-35.3 0-64-28.7-64-64s28.7-64 64-64c0-53 43-96 96-96zM140.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm327.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM252.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm103.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloud-sun": { + "aliases": { + "unicodes": { + "composite": [ + "26c5" + ], + "secondary": [ + "10f6c4" + ] + } + }, + "changes": [ + "5.4.0", + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clear", + "cloud", + "day", + "daytime", + "fall", + "outdoors", + "overcast", + "partly cloudy", + "sun", + "sun behind cloud" + ] + }, + "unicode": "f6c4", + "label": "Cloud Sun", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l14.1 84.7 84.7 14.1c5.4 .9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2c-23.3 0-45.1 6.2-64 17.1l0-1.1c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c8.1 0 15.9-1 23.4-2.9c-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM639.9 431.9c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloud-sun-rain": { + "aliases": { + "unicodes": { + "composite": [ + "1f326" + ], + "secondary": [ + "10f743" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cloud", + "day", + "overcast", + "precipitation", + "rain", + "storm", + "summer", + "sun", + "sun behind rain cloud", + "sunshower" + ] + }, + "unicode": "f743", + "label": "Cloud Sun Rain", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l10.4 62.4c-23.3 10.8-42.9 28.4-56 50.3c-14.6-9-31.8-14.1-50.2-14.1c-53 0-96 43-96 96c0 35.5 19.3 66.6 48 83.2c.8 31.8 13.2 60.7 33.1 82.7l-56 39.2c-4.5 3.1-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM208 144c13.8 0 26.7 4.4 37.1 11.9c-1.2 4.1-2.2 8.3-3 12.6c-37.9 14.6-67.2 46.6-77.8 86.4C151.8 243.1 144 226.5 144 208c0-35.3 28.7-64 64-64zm69.4 276c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm74.5-116.1c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cloudflare": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e07d", + "label": "Cloudflare", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M407.906,319.913l-230.8-2.928a4.58,4.58,0,0,1-3.632-1.926,4.648,4.648,0,0,1-.494-4.147,6.143,6.143,0,0,1,5.361-4.076L411.281,303.9c27.631-1.26,57.546-23.574,68.022-50.784l13.286-34.542a7.944,7.944,0,0,0,.524-2.936,7.735,7.735,0,0,0-.164-1.631A151.91,151.91,0,0,0,201.257,198.4,68.12,68.12,0,0,0,94.2,269.59C41.924,271.106,0,313.728,0,366.12a96.054,96.054,0,0,0,1.029,13.958,4.508,4.508,0,0,0,4.445,3.871l426.1.051c.043,0,.08-.019.122-.02a5.606,5.606,0,0,0,5.271-4l3.273-11.265c3.9-13.4,2.448-25.8-4.1-34.9C430.124,325.423,420.09,320.487,407.906,319.913ZM513.856,221.1c-2.141,0-4.271.062-6.391.164a3.771,3.771,0,0,0-3.324,2.653l-9.077,31.193c-3.9,13.4-2.449,25.786,4.1,34.89,6.02,8.4,16.054,13.323,28.238,13.9l49.2,2.939a4.491,4.491,0,0,1,3.51,1.894,4.64,4.64,0,0,1,.514,4.169,6.153,6.153,0,0,1-5.351,4.075l-51.125,2.939c-27.754,1.27-57.669,23.574-68.145,50.784l-3.695,9.606a2.716,2.716,0,0,0,2.427,3.68c.046,0,.088.017.136.017h175.91a4.69,4.69,0,0,0,4.539-3.37,124.807,124.807,0,0,0,4.682-34C640,277.3,583.524,221.1,513.856,221.1Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cloudscale": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f383", + "label": "cloudscale.ch", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cloudsmith": { + "changes": [ + "5.0.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f384", + "label": "Cloudsmith", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1684948301, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 227.6v56.9L284.4 512H227.6L0 284.4V227.6L227.6 0h56.9L512 227.6zm-256 162a133.6 133.6 0 1 0 0-267.1 133.6 133.6 0 1 0 0 267.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cloudversify": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f385", + "label": "cloudversify", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 616, + 512 + ], + "width": 616, + "height": 512, + "path": "M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "clover": { + "changes": [ + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "4", + "charm", + "clover", + "four", + "four leaf clover", + "four-leaf clover", + "leaf", + "leprechaun", + "luck", + "lucky" + ] + }, + "unicode": "e139", + "label": "Clover", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M173.3 32C139.4 32 112 59.4 112 93.3v4.9c0 12 3.3 23.7 9.4 34l18.8 31.3c1.1 1.8 1.2 3.1 1 4.2c-.2 1.2-.8 2.5-2 3.6s-2.4 1.8-3.6 2c-1 .2-2.4 .1-4.2-1l-31.3-18.8c-10.3-6.2-22-9.4-34-9.4H61.3C27.4 144 0 171.4 0 205.3c0 16.2 6.5 31.8 17.9 43.3l1.2 1.2c3.4 3.4 3.4 9 0 12.4l-1.2 1.2C6.5 274.9 0 290.5 0 306.7C0 340.6 27.4 368 61.3 368h4.9c12 0 23.7-3.3 34-9.4l31.3-18.8c1.8-1.1 3.1-1.2 4.2-1c1.2 .2 2.5 .8 3.6 2s1.8 2.4 2 3.6c.2 1 .1 2.4-1 4.2l-18.8 31.3c-6.2 10.3-9.4 22-9.4 34v4.9c0 33.8 27.4 61.3 61.3 61.3c16.2 0 31.8-6.5 43.3-17.9l1.2-1.2c3.4-3.4 9-3.4 12.4 0l1.2 1.2c11.5 11.5 27.1 17.9 43.3 17.9c33.8 0 61.3-27.4 61.3-61.3v-4.9c0-12-3.3-23.7-9.4-34l-18.8-31.3c-1.1-1.8-1.2-3.1-1-4.2c.2-1.2 .8-2.5 2-3.6s2.4-1.8 3.6-2c1-.2 2.4-.1 4.2 1l31.3 18.8c10.3 6.2 22 9.4 34 9.4h4.9c33.8 0 61.3-27.4 61.3-61.3c0-16.2-6.5-31.8-17.9-43.3l-1.2-1.2c-3.4-3.4-3.4-9 0-12.4l1.2-1.2c11.5-11.5 17.9-27.1 17.9-43.3c0-33.8-27.4-61.3-61.3-61.3h-4.9c-12 0-23.7 3.3-34 9.4l-31.3 18.8c-1.8 1.1-3.1 1.2-4.2 1c-1.2-.2-2.5-.8-3.6-2s-1.8-2.4-2-3.6c-.2-1-.1-2.4 1-4.2l18.8-31.3c6.2-10.3 9.4-22 9.4-34V93.3C336 59.4 308.6 32 274.7 32c-16.2 0-31.8 6.5-43.3 17.9l-1.2 1.2c-3.4 3.4-9 3.4-12.4 0l-1.2-1.2C205.1 38.5 189.5 32 173.3 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cmplid": { + "changes": [ + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e360", + "label": "Cmplid", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M226.119,388.165a3.816,3.816,0,0,0-2.294-3.5,3.946,3.946,0,0,0-1.629-.385L72.6,384.3a19.243,19.243,0,0,1-17.924-26.025L81.585,255.692a35.72,35.72,0,0,1,32.373-26H262.525a7.07,7.07,0,0,0,6.392-5.194l10.769-41.131a3.849,3.849,0,0,0-2.237-4.937,3.755,3.755,0,0,0-1.377-.261c-.063,0-.126,0-.189.005H127.38a106.8,106.8,0,0,0-96.99,77.1L3.483,358.824A57.469,57.469,0,0,0,57.314,436q1.43,0,2.86-.072H208.742a7.131,7.131,0,0,0,6.391-5.193L225.839,389.6A3.82,3.82,0,0,0,226.119,388.165ZM306.658,81.2a3.861,3.861,0,0,0,.251-1.367A3.813,3.813,0,0,0,303.079,76c-.064,0-.128,0-.192,0h-41A7.034,7.034,0,0,0,255.5,81.2l-21.347,80.915h51.131ZM180.364,368.249H231.5L263.452,245.69H212.321ZM511.853,79.723a3.809,3.809,0,0,0-3.8-3.661c-.058,0-.137,0-.23.007h-41a7.1,7.1,0,0,0-6.584,5.129L368.91,430.634a3.54,3.54,0,0,0-.262,1.335,3.873,3.873,0,0,0,3.864,3.863c.056,0,.112,0,.169,0h41a7.068,7.068,0,0,0,6.392-5.193L511.533,81.2A3.624,3.624,0,0,0,511.853,79.723ZM324.649,384.47h-41a7.2,7.2,0,0,0-6.392,5.194L266.52,430.8a3.662,3.662,0,0,0-.268,1.374A3.783,3.783,0,0,0,270.023,436c.06,0,.166,0,.3-.012h40.905a7.036,7.036,0,0,0,6.391-5.193l10.769-41.131a3.75,3.75,0,0,0-3.445-5.208c-.108,0-.217,0-.326.014Zm311.324-308.4h-41a7.066,7.066,0,0,0-6.392,5.129l-91.46,349.436a4.073,4.073,0,0,0-.229,1.347,3.872,3.872,0,0,0,3.863,3.851c.056,0,.112,0,.169,0h40.968a7.1,7.1,0,0,0,6.392-5.193L639.68,81.2a3.624,3.624,0,0,0,.32-1.475,3.841,3.841,0,0,0-3.821-3.564c-.068,0-.137,0-.206.006ZM371.562,225.236l10.8-41.1a4.369,4.369,0,0,0,.227-1.388,3.869,3.869,0,0,0-3.861-3.842c-.057,0-.113,0-.169,0h-41.1a7.292,7.292,0,0,0-6.391,5.226l-10.834,41.1a4.417,4.417,0,0,0-.26,1.493c0,.069,0,.138,0,.206a3.776,3.776,0,0,0,3.757,3.507c.076,0,.18,0,.3-.012h41.129A7.034,7.034,0,0,0,371.562,225.236Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "code": { + "aliases": { + "unicodes": { + "secondary": [ + "10f121" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "brackets", + "code", + "development", + "html" + ] + }, + "unicode": "f121", + "label": "Code", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "code-branch": { + "aliases": { + "unicodes": { + "secondary": [ + "10f126" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "branch", + "git", + "github", + "rebase", + "svn", + "vcs", + "version" + ] + }, + "unicode": "f126", + "label": "Code Branch", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3v87.8c18.8-10.9 40.7-17.1 64-17.1h96c35.3 0 64-28.7 64-64v-6.7C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V160c0 70.7-57.3 128-128 128H176c-35.3 0-64 28.7-64 64v6.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V352 153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm232 0a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM80 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "code-commit": { + "aliases": { + "unicodes": { + "secondary": [ + "10f386" + ] + } + }, + "changes": [ + "5.0.0", + "5.1.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "commit", + "git", + "github", + "hash", + "rebase", + "svn", + "vcs", + "version" + ] + }, + "unicode": "f386", + "label": "Code Commit", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm156.8-48C462 361 397.4 416 320 416s-142-55-156.8-128H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H163.2C178 151 242.6 96 320 96s142 55 156.8 128H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H476.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "code-compare": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "compare", + "git", + "github", + "svn", + "version" + ] + }, + "unicode": "e13a", + "label": "Code Compare", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M320 488c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1s14.2 12.4 14.2 21.9v40h16c35.3 0 64-28.7 64-64V153.3C371.7 141 352 112.8 352 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V320c0 70.7-57.3 128-128 128H320v40zM456 80a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 24c0-9.5 5.6-18.1 14.2-21.9s18.8-2.3 25.8 4.1l80 72c5.1 4.6 7.9 11 7.9 17.8s-2.9 13.3-7.9 17.8l-80 72c-7 6.3-17.2 7.9-25.8 4.1s-14.2-12.4-14.2-21.9V128H176c-35.3 0-64 28.7-64 64V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V192c0-70.7 57.3-128 128-128h16V24zM56 432a24 24 0 1 0 48 0 24 24 0 1 0 -48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "code-fork": { + "changes": [ + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fork", + "git", + "github", + "svn", + "version" + ] + }, + "unicode": "e13b", + "label": "Code Fork", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3V192c0 17.7 14.3 32 32 32H304c17.7 0 32-14.3 32-32V153.3C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V192c0 53-43 96-96 96H256v70.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V288H144c-53 0-96-43-96-96V153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm208 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM248 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "code-merge": { + "aliases": { + "unicodes": { + "secondary": [ + "10f387" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "git", + "github", + "merge", + "pr", + "rebase", + "svn", + "vcs", + "version" + ] + }, + "unicode": "f387", + "label": "Code Merge", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M80 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32.4 97.2c28-12.4 47.6-40.5 47.6-73.2c0-44.2-35.8-80-80-80S0 35.8 0 80c0 32.8 19.7 61 48 73.3V358.7C19.7 371 0 399.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3V272c26.7 20.1 60 32 96 32h86.7c12.3 28.3 40.5 48 73.3 48c44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 48H208c-49.9 0-91-38.1-95.6-86.8zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM344 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "code-pull-request": { + "changes": [ + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "git", + "github", + "pr", + "svn", + "version" + ] + }, + "unicode": "e13c", + "label": "Code Pull Request", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M305.8 2.1C314.4 5.9 320 14.5 320 24V64h16c70.7 0 128 57.3 128 128V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V192c0-35.3-28.7-64-64-64H320v40c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1zM104 80A24 24 0 1 0 56 80a24 24 0 1 0 48 0zm8 73.3V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80c0 32.8-19.7 61-48 73.3zM104 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm328 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "codepen": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1cb", + "label": "Codepen", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "codiepie": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f284", + "label": "Codie Pie", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 472, + 512 + ], + "width": 472, + "height": 512, + "path": "M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "coins": { + "aliases": { + "unicodes": { + "secondary": [ + "10f51e" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "currency", + "dime", + "financial", + "gold", + "money", + "penny" + ] + }, + "unicode": "f51e", + "label": "Coins", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 80c0 18-14.3 34.6-38.4 48c-29.1 16.1-72.5 27.5-122.3 30.9c-3.7-1.8-7.4-3.5-11.3-5C300.6 137.4 248.2 128 192 128c-8.3 0-16.4 .2-24.5 .6l-1.1-.6C142.3 114.6 128 98 128 80c0-44.2 86-80 192-80S512 35.8 512 80zM160.7 161.1c10.2-.7 20.7-1.1 31.3-1.1c62.2 0 117.4 12.3 152.5 31.4C369.3 204.9 384 221.7 384 240c0 4-.7 7.9-2.1 11.7c-4.6 13.2-17 25.3-35 35.5c0 0 0 0 0 0c-.1 .1-.3 .1-.4 .2l0 0 0 0c-.3 .2-.6 .3-.9 .5c-35 19.4-90.8 32-153.6 32c-59.6 0-112.9-11.3-148.2-29.1c-1.9-.9-3.7-1.9-5.5-2.9C14.3 274.6 0 258 0 240c0-34.8 53.4-64.5 128-75.4c10.5-1.5 21.4-2.7 32.7-3.5zM416 240c0-21.9-10.6-39.9-24.1-53.4c28.3-4.4 54.2-11.4 76.2-20.5c16.3-6.8 31.5-15.2 43.9-25.5V176c0 19.3-16.5 37.1-43.8 50.9c-14.6 7.4-32.4 13.7-52.4 18.5c.1-1.8 .2-3.5 .2-5.3zm-32 96c0 18-14.3 34.6-38.4 48c-1.8 1-3.6 1.9-5.5 2.9C304.9 404.7 251.6 416 192 416c-62.8 0-118.6-12.6-153.6-32C14.3 370.6 0 354 0 336V300.6c12.5 10.3 27.6 18.7 43.9 25.5C83.4 342.6 135.8 352 192 352s108.6-9.4 148.1-25.9c7.8-3.2 15.3-6.9 22.4-10.9c6.1-3.4 11.8-7.2 17.2-11.2c1.5-1.1 2.9-2.3 4.3-3.4V304v5.7V336zm32 0V304 278.1c19-4.2 36.5-9.5 52.1-16c16.3-6.8 31.5-15.2 43.9-25.5V272c0 10.5-5 21-14.9 30.9c-16.3 16.3-45 29.7-81.3 38.4c.1-1.7 .2-3.5 .2-5.3zM192 448c56.2 0 108.6-9.4 148.1-25.9c16.3-6.8 31.5-15.2 43.9-25.5V432c0 44.2-86 80-192 80S0 476.2 0 432V396.6c12.5 10.3 27.6 18.7 43.9 25.5C83.4 438.6 135.8 448 192 448z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "colon-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Colon Sign", + "currency" + ] + }, + "unicode": "e140", + "label": "Colon Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M255 39.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2 7.1 193 24.2L181.9 68.6C96.1 87.8 32 164.4 32 256c0 58.1 25.8 110.2 66.7 145.4L81 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l13-52.1c9 3.4 18.4 6.2 28 8.2L177 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l10.4-41.4c33.4-4.4 64.1-17.4 89.8-36.7c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-10.2 7.7-21.7 13.9-34 18.3L321 160c9.4-.3 18.5-4.7 24.6-12.8c10.6-14.1 7.8-34.2-6.4-44.8c-1.1-.8-2.2-1.6-3.3-2.4L351 39.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2 7.1 289 24.2L277.2 71.5c-9.3-2.7-18.8-4.6-28.6-5.9L255 39.8zM163.2 143.3L117.3 326.8C103.9 306.5 96 282.2 96 256c0-48.7 27.2-91 67.2-112.7zm8.6 229.5l61.1-244.6c9.9 .7 19.5 2.5 28.7 5.3l-62 248.1c-9.7-1.9-19-4.8-27.8-8.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "comment": { + "aliases": { + "unicodes": { + "composite": [ + "1f5e9", + "f0e5" + ], + "secondary": [ + "10f075" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Right Speech Bubble", + "bubble", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "note", + "notification", + "sms", + "speech", + "texting" + ] + }, + "unicode": "f075", + "label": "Comment", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4l0 0 0 0 0 0 0 0 .3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z" + }, + "regular": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "comment-dollar": { + "aliases": { + "unicodes": { + "secondary": [ + "10f651" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bubble", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "money", + "note", + "notification", + "pay", + "sms", + "speech", + "spend", + "texting", + "transfer" + ] + }, + "unicode": "f651", + "label": "Comment Dollar", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm20-312v13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9V344c0 11-9 20-20 20s-20-9-20-20V329.4c-10.3-2.2-20-5.5-28.2-8.4l0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5V136c0-11 9-20 20-20s20 9 20 20z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "comment-dots": { + "aliases": { + "names": [ + "commenting" + ], + "unicodes": { + "composite": [ + "1f4ac", + "f27b" + ], + "secondary": [ + "10f4ad" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "balloon", + "bubble", + "chat", + "comic", + "commenting", + "conversation", + "dialog", + "feedback", + "message", + "more", + "note", + "notification", + "reply", + "sms", + "speech", + "speech balloon", + "texting" + ] + }, + "unicode": "f4ad", + "label": "Comment Dots", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "comment-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7f5" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "advice", + "bubble", + "chat", + "commenting", + "conversation", + "diagnose", + "feedback", + "message", + "note", + "notification", + "prescription", + "sms", + "speech", + "texting" + ] + }, + "unicode": "f7f5", + "label": "Comment Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM224 160c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V272H176c-8.8 0-16-7.2-16-16V224c0-8.8 7.2-16 16-16h48V160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "comment-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4b3" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bubble", + "cancel", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "mute", + "note", + "notification", + "quiet", + "sms", + "speech", + "texting" + ] + }, + "unicode": "f4b3", + "label": "Comment Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L512.9 376.7C552.2 340.2 576 292.3 576 240C576 125.1 461.4 32 320 32c-67.7 0-129.3 21.4-175.1 56.3L38.8 5.1zM64 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c37 0 72.3-6.4 104-17.9L82.9 161.3C70.7 185.6 64 212.2 64 240z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "comment-sms": { + "aliases": { + "names": [ + "sms" + ], + "unicodes": { + "secondary": [ + "10f7cd" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chat", + "conversation", + "message", + "mobile", + "notification", + "phone", + "sms", + "texting" + ] + }, + "unicode": "f7cd", + "label": "Comment Sms", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM202.9 176.8c6.5-2.2 13.7 .1 17.9 5.6L256 229.3l35.2-46.9c4.1-5.5 11.3-7.8 17.9-5.6s10.9 8.3 10.9 15.2v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V240l-19.2 25.6c-3 4-7.8 6.4-12.8 6.4s-9.8-2.4-12.8-6.4L224 240v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-6.9 4.4-13 10.9-15.2zm173.1 38c0 .2 0 .4 0 .4c.1 .1 .6 .8 2.2 1.7c3.9 2.3 9.6 4.1 18.3 6.8l.6 .2c7.4 2.2 17.3 5.2 25.2 10.2c9.1 5.7 17.4 15.2 17.6 29.9c.2 15-7.6 26-17.8 32.3c-9.5 5.9-20.9 7.9-30.7 7.6c-12.2-.4-23.7-4.4-32.6-7.4l0 0 0 0c-1.4-.5-2.7-.9-4-1.4c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c1.7 .6 3.3 1.1 4.9 1.6l0 0 0 0c9.1 3.1 15.6 5.3 22.6 5.5c5.3 .2 10-1 12.8-2.8c1.2-.8 1.8-1.5 2.1-2c.2-.4 .6-1.2 .6-2.7l0-.2c0-.7 0-1.4-2.7-3.1c-3.8-2.4-9.6-4.3-18-6.9l-1.2-.4c-7.2-2.2-16.7-5-24.3-9.6c-9-5.4-17.7-14.7-17.7-29.4c-.1-15.2 8.6-25.7 18.5-31.6c9.4-5.5 20.5-7.5 29.7-7.4c10 .2 19.7 2.3 27.9 4.4c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-7.3-1.9-14.1-3.3-20.1-3.4c-4.9-.1-9.8 1.1-12.9 2.9c-1.4 .8-2.1 1.6-2.4 2c-.2 .3-.4 .8-.4 1.9zm-272 0c0 .2 0 .4 0 .4c.1 .1 .6 .8 2.2 1.7c3.9 2.3 9.6 4.1 18.3 6.8l.6 .2c7.4 2.2 17.3 5.2 25.2 10.2c9.1 5.7 17.4 15.2 17.6 29.9c.2 15-7.6 26-17.8 32.3c-9.5 5.9-20.9 7.9-30.7 7.6c-12.3-.4-24.2-4.5-33.2-7.6l0 0 0 0c-1.3-.4-2.5-.8-3.6-1.2c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c1.4 .5 2.8 .9 4.1 1.4l0 0 0 0c9.5 3.2 16.5 5.6 23.7 5.8c5.3 .2 10-1 12.8-2.8c1.2-.8 1.8-1.5 2.1-2c.2-.4 .6-1.2 .6-2.7l0-.2c0-.7 0-1.4-2.7-3.1c-3.8-2.4-9.6-4.3-18-6.9l-1.2-.4 0 0c-7.2-2.2-16.7-5-24.3-9.6C80.8 239 72.1 229.7 72 215c-.1-15.2 8.6-25.7 18.5-31.6c9.4-5.5 20.5-7.5 29.7-7.4c9.5 .1 22.2 2.1 31.1 4.4c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-6.6-1.8-16.8-3.3-23.3-3.4c-4.9-.1-9.8 1.1-12.9 2.9c-1.4 .8-2.1 1.6-2.4 2c-.2 .3-.4 .8-.4 1.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "comments": { + "aliases": { + "unicodes": { + "composite": [ + "1f5ea", + "f0e6" + ], + "secondary": [ + "10f086" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Two Speech Bubbles", + "bubble", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "note", + "notification", + "sms", + "speech", + "texting" + ] + }, + "unicode": "f086", + "label": "Comments", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 38.6 14.7 74.3 39.6 103.4c-3.5 9.4-8.7 17.7-14.2 24.7c-4.8 6.2-9.7 11-13.3 14.3c-1.8 1.6-3.3 2.9-4.3 3.7c-.5 .4-.9 .7-1.1 .8l-.2 .2 0 0 0 0C1 327.2-1.4 334.4 .8 340.9S9.1 352 16 352c21.8 0 43.8-5.6 62.1-12.5c9.2-3.5 17.8-7.4 25.3-11.4C134.1 343.3 169.8 352 208 352zM448 176c0 112.3-99.1 196.9-216.5 207C255.8 457.4 336.4 512 432 512c38.2 0 73.9-8.7 104.7-23.9c7.5 4 16 7.9 25.2 11.4c18.3 6.9 40.3 12.5 62.1 12.5c6.9 0 13.1-4.5 15.2-11.1c2.1-6.6-.2-13.8-5.8-17.9l0 0 0 0-.2-.2c-.2-.2-.6-.4-1.1-.8c-1-.8-2.5-2-4.3-3.7c-3.6-3.3-8.5-8.1-13.3-14.3c-5.5-7-10.7-15.4-14.2-24.7c24.9-29 39.6-64.7 39.6-103.4c0-92.8-84.9-168.9-192.6-175.5c.4 5.1 .6 10.3 .6 15.5z" + }, + "regular": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.7 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "comments-dollar": { + "aliases": { + "unicodes": { + "secondary": [ + "10f653" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bubble", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "money", + "note", + "notification", + "pay", + "sms", + "speech", + "spend", + "texting", + "transfer" + ] + }, + "unicode": "f653", + "label": "Comments Dollar", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1s.2-13.8 5.8-17.9l0 0 0 0 .2-.2c.2-.2 .6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0S416 78.8 416 176zM231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5 .4 .9 .7 1.1 .8l.2 .2 0 0 0 0c5.6 4.1 7.9 11.3 5.8 17.9c-2.1 6.6-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129zM228 72c0-11-9-20-20-20s-20 9-20 20V86c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V280c0 11 9 20 20 20s20-9 20-20V266.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V72z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "compact-disc": { + "aliases": { + "unicodes": { + "composite": [ + "1f4bf", + "1f4c0", + "1f5b8" + ], + "secondary": [ + "10f51f" + ] + } + }, + "changes": [ + "5.0.13", + "5.10.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Optical Disc Icon", + "album", + "blu-ray", + "bluray", + "cd", + "computer", + "disc", + "disk", + "dvd", + "media", + "movie", + "music", + "optical", + "optical disk", + "record", + "video", + "vinyl" + ] + }, + "unicode": "f51f", + "label": "Compact Disc", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-96-32a96 96 0 1 0 192 0 96 96 0 1 0 -192 0zM96 240c0-35 17.5-71.1 45.2-98.8S205 96 240 96c8.8 0 16-7.2 16-16s-7.2-16-16-16c-45.4 0-89.2 22.3-121.5 54.5S64 194.6 64 240c0 8.8 7.2 16 16 16s16-7.2 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "compass": { + "aliases": { + "unicodes": { + "composite": [ + "1f9ed" + ], + "secondary": [ + "10f14e" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.2.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "compass", + "directions", + "directory", + "location", + "magnetic", + "menu", + "navigation", + "orienteering", + "safari", + "travel" + ] + }, + "unicode": "f14e", + "label": "Compass", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm50.7-186.9L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + }, + "regular": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm306.7 69.1L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "compass-drafting": { + "aliases": { + "names": [ + "drafting-compass" + ], + "unicodes": { + "secondary": [ + "10f568" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "map", + "mechanical drawing", + "plot", + "plotting" + ] + }, + "unicode": "f568", + "label": "Compass Drafting", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 96c0 14.3-3.1 27.9-8.8 40.2L396 227.4c-23.7 25.3-54.2 44.1-88.5 53.6L256 192h0 0l-68 117.5c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C428.1 341.8 347 384 256 384c-35.4 0-69.4-6.4-100.7-18.1L98.7 463.7C94 471.8 87 478.4 78.6 482.6L23.2 510.3c-5 2.5-10.9 2.2-15.6-.7S0 501.5 0 496V440.6c0-8.4 2.2-16.7 6.5-24.1l60-103.7C53.7 301.6 41.8 289.3 31.2 276c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96zm21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1V496c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6 .7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9L373 393.9zM256 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "compress": { + "aliases": { + "unicodes": { + "secondary": [ + "10f066" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "collapse", + "fullscreen", + "minimize", + "move", + "resize", + "shrink", + "smaller" + ] + }, + "unicode": "f066", + "label": "Compress", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32V64zM32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32H96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V352c0-17.7-14.3-32-32-32H32zM352 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V64zM320 320c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "computer": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "desktop", + "display", + "monitor", + "tower" + ] + }, + "unicode": "e4e5", + "label": "Computer", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M384 96V320H64L64 96H384zM64 32C28.7 32 0 60.7 0 96V320c0 35.3 28.7 64 64 64H181.3l-10.7 32H96c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H277.3l-10.7-32H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm464 0c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H528zm16 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H544c-8.8 0-16-7.2-16-16s7.2-16 16-16zm-16 80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H544c-8.8 0-16-7.2-16-16zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "computer-mouse": { + "aliases": { + "names": [ + "mouse" + ], + "unicodes": { + "composite": [ + "1f5b1" + ], + "secondary": [ + "10f8cc" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "click", + "computer", + "computer mouse", + "cursor", + "input", + "peripheral" + ] + }, + "unicode": "f8cc", + "label": "Computer Mouse", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 192H176V0H160C71.6 0 0 71.6 0 160v32zm0 32V352c0 88.4 71.6 160 160 160h64c88.4 0 160-71.6 160-160V224H192 0zm384-32V160C384 71.6 312.4 0 224 0H208V192H384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "confluence": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atlassian" + ] + }, + "unicode": "f78d", + "label": "Confluence", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2zm507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "connectdevelop": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f20e", + "label": "Connect Develop", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M550.5 241l-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732 0-1.607-.268-3.214-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732zM153.535 450.732l-43.66-75.803h43.66v75.803zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41v50.624zm0-62.411l-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322l-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804v72.053zm0-80.625l-43.66 15.804 43.66-75.536v59.732zm326.519 39.108l.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518.268.268zM291.75 355.107l11.518 11.786H280.5l11.25-11.786zm-.268-11.25l-83.303-85.446 79.553-84.375 83.036 87.589-79.286 82.232zm5.357 5.893l79.286-82.232 67.5 71.25-5.892 28.125H313.714l-16.875-17.143zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589L410.411 44.393zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60h4.287zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25h103.928zm-116.249 5.625l1.071-2.142a33.834 33.834 0 0 0 2.679-.804l51.161 53.84-54.911 19.821V47.875zm0 79.286l60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053v-83.304zm0 92.678L198 257.607l-36.428 38.304v-76.072zm0 87.858l42.053-44.464 82.768 85.982-17.143 17.678H161.572v-59.196zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821h-1.339zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821H298.447zm120-11.786l-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376l-17.412 83.036zm12.856-22.232l12.858-60.803h21.964l-34.822 60.803zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946zm66.161-107.411l-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "contao": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f26d", + "label": "Contao", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4zM478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cookie": { + "aliases": { + "unicodes": { + "composite": [ + "1f36a" + ], + "secondary": [ + "10f563" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baked good", + "chips", + "chocolate", + "cookie", + "dessert", + "eat", + "snack", + "sweet", + "treat" + ] + }, + "unicode": "f563", + "label": "Cookie", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M247.2 17c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9l-14.6-82.8c-3.9-22.1-14.6-42.3-30.7-57.9L388.9 57.5c-16.1-15.6-36.6-25.6-58.7-28.7L247.2 17zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cookie-bite": { + "aliases": { + "unicodes": { + "secondary": [ + "10f564" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baked good", + "bitten", + "chips", + "chocolate", + "eat", + "snack", + "sweet", + "treat" + ] + }, + "unicode": "f564", + "label": "Cookie Bite", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M257.5 27.6c-.8-5.4-4.9-9.8-10.3-10.6c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9c-.9-5.3-5.3-9.3-10.6-10.1c-51.5-8.2-92.8-47.1-104.5-97.4c-1.8-7.6-8-13.4-15.7-14.6c-54.6-8.7-97.7-52-106.2-106.8zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "copy": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0c5" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "clone", + "duplicate", + "file", + "files-o", + "paper", + "paste" + ] + }, + "unicode": "f0c5", + "label": "Copy", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M208 0H332.1c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9V336c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V48c0-26.5 21.5-48 48-48zM48 128h80v64H64V448H256V416h64v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48z" + }, + "regular": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "copyright": { + "aliases": { + "unicodes": { + "composite": [ + "a9" + ], + "secondary": [ + "10f1f9" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "brand", + "c", + "copyright", + "mark", + "register", + "trademark" + ] + }, + "unicode": "f1f9", + "label": "Copyright", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c31.2 31.2 81.9 31.2 113.1 0c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-50 50-131 50-181 0s-50-131 0-181s131-50 181 0c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-31.2-31.2-81.9-31.2-113.1 0s-31.2 81.9 0 113.1z" + }, + "regular": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c-31.2-31.2-31.2-81.9 0-113.1s81.9-31.2 113.1 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-50-50-131-50-181 0s-50 131 0 181s131 50 181 0c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-31.2 31.2-81.9 31.2-113.1 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "cotton-bureau": { + "changes": [ + "5.10.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clothing", + "t-shirts", + "tshirts" + ] + }, + "unicode": "f89e", + "label": "Cotton Bureau", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75zm-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.28 80.28 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "couch": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4b8" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chair", + "cushion", + "furniture", + "relax", + "sofa" + ] + }, + "unicode": "f4b8", + "label": "Couch", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 160C64 89.3 121.3 32 192 32H448c70.7 0 128 57.3 128 128v33.6c-36.5 7.4-64 39.7-64 78.4v48H128V272c0-38.7-27.5-71-64-78.4V160zM544 272c0-20.9 13.4-38.7 32-45.3c5-1.8 10.4-2.7 16-2.7c26.5 0 48 21.5 48 48V448c0 17.7-14.3 32-32 32H576c-17.7 0-32-14.3-32-32H96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V272c0-26.5 21.5-48 48-48c5.6 0 11 1 16 2.7c18.6 6.6 32 24.4 32 45.3v48 32h32H512h32V320 272z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cow": { + "aliases": { + "unicodes": { + "composite": [ + "1f404" + ], + "secondary": [ + "10f6c8" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agriculture", + "animal", + "beef", + "bovine", + "co", + "cow", + "farm", + "fauna", + "livestock", + "mammal", + "milk", + "moo" + ] + }, + "unicode": "f6c8", + "label": "Cow", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 224v32V416c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V327.8c9.9 6.6 20.6 12 32 16.1V368c0 8.8 7.2 16 16 16s16-7.2 16-16V351.1c5.3 .6 10.6 .9 16 .9s10.7-.3 16-.9V368c0 8.8 7.2 16 16 16s16-7.2 16-16V343.8c11.4-4 22.1-9.4 32-16.1V416c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V256l32 32v49.5c0 9.5 2.8 18.7 8.1 26.6L530 427c8.8 13.1 23.5 21 39.3 21c22.5 0 41.9-15.9 46.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5V184c0-13.3-10.7-24-24-24s-24 10.7-24 24v14.4l-52.9-74.1C496 86.5 452.4 64 405.9 64H272 256 192 144C77.7 64 24 117.7 24 184v54C9.4 249.8 0 267.8 0 288v17.6c0 8 6.4 14.4 14.4 14.4C46.2 320 72 294.2 72 262.4V256 224 184c0-24.3 12.1-45.8 30.5-58.9C98.3 135.9 96 147.7 96 160v64zM560 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM166.6 166.6c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6H361.4c12.5 0 22.6 10.1 22.6 22.6c0 6-2.4 11.8-6.6 16l-23.4 23.4C332.2 211.8 302.7 224 272 224s-60.2-12.2-81.9-33.9l-23.4-23.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cpanel": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f388", + "label": "cPanel", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3zm-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4zm247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8zM633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3zm-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4zm98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6c-.6 2-1.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons": { + "changes": [ + "4.4.0", + "5.0.0", + "5.0.11", + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f25e", + "label": "Creative Commons", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-by": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4e7", + "label": "Creative Commons Attribution", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-nc": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4e8", + "label": "Creative Commons Noncommercial", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8zM55.8 189.1c-7.4 20.4-11.1 42.7-11.1 66.9 0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368c-27.5-.3-52.6-10.2-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4zM248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-nc-eu": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4e9", + "label": "Creative Commons Noncommercial (Euro Sign)", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3zm-16.7-190.6l-.5-.4.9.4h-.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9l-136.1-60.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-nc-jp": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4ea", + "label": "Creative Commons Noncommercial (Yen Sign)", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-21.1 3-41.2 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3zm87.6-137.3h-57.6v-18.7l2.9-5.6 54.7 24.3zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59l-101-45.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-nd": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4eb", + "label": "Creative Commons No Derivative Works", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-pd": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4ec", + "label": "Creative Commons Public Domain", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8zm194.2-150l-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-pd-alt": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4ed", + "label": "Alternate Creative Commons Public Domain", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8zM316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6zm.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9zM203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5zm-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-remix": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4ee", + "label": "Creative Commons Remix", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6l49.1 20.3zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4l.4.4zm7.5-57.6l39.9-16.4-36.8-15.5-39 16.4 35.9 15.5zm52.3 38.1v-43L355.2 298v43.4l44.3-19z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-sa": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4ef", + "label": "Creative Commons Share Alike", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zM137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6-33.1 0-51.7 14.6-55.8 43.8h18.2l-49.2 49.2-49-49.2h19.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-sampling": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4f0", + "label": "Creative Commons Sampling", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6 5.9 0 10.6 4.7 10.6 10.6 0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8c1.8-4.4 5.2-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-sampling-plus": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4f1", + "label": "Creative Commons Sampling +", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258l-58.4.3zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-share": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4f2", + "label": "Creative Commons Share", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54h54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9v155.4zm176.2-88.1H227.6v155.4h108.5V212.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "creative-commons-zero": { + "changes": [ + "5.0.11", + "5.4.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4f3", + "label": "Creative Commons CC0", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "credit-card": { + "aliases": { + "names": [ + "credit-card-alt" + ], + "unicodes": { + "composite": [ + "1f4b3", + "f283" + ], + "secondary": [ + "10f09d" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "card", + "checkout", + "credit", + "credit card", + "credit-card-alt", + "debit", + "money", + "payment", + "purchase" + ] + }, + "unicode": "f09d", + "label": "Credit Card", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96v32H576V96c0-35.3-28.7-64-64-64H64zM576 224H0V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V224zM112 352h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 16c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16z" + }, + "regular": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M512 80c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16H512zm16 144V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V224H528zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24H248z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "critical-role": { + "changes": [ + "5.4.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "d&d", + "dnd", + "fantasy", + "game", + "gaming", + "tabletop" + ] + }, + "unicode": "f6c9", + "label": "Critical Role", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.37 72.37 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a37.68 37.68 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a83.92 83.92 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15zm80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02zm-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.33 28.33 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65zm105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.53 2.53 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59zm212.32 6.4l-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "crop": { + "aliases": { + "unicodes": { + "secondary": [ + "10f125" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "frame", + "mask", + "resize", + "shrink" + ] + }, + "unicode": "f125", + "label": "Crop", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 109.3l54.6-54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L402.7 64 160 64v64l178.7 0L128 338.7V32c0-17.7-14.3-32-32-32S64 14.3 64 32V64H32C14.3 64 0 78.3 0 96s14.3 32 32 32H64V384c0 35.3 28.7 64 64 64H352V384H173.3L384 173.3 384 480c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H448l0-274.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "crop-simple": { + "aliases": { + "names": [ + "crop-alt" + ], + "unicodes": { + "secondary": [ + "10f565" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "frame", + "mask", + "resize", + "shrink" + ] + }, + "unicode": "f565", + "label": "Crop Simple", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 32c0-17.7-14.3-32-32-32S64 14.3 64 32V64H32C14.3 64 0 78.3 0 96s14.3 32 32 32H64V384c0 35.3 28.7 64 64 64H352V384H128V32zM384 480c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H448l0-256c0-35.3-28.7-64-64-64L160 64v64l224 0 0 352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cross": { + "aliases": { + "unicodes": { + "composite": [ + "1f547", + "271d" + ], + "secondary": [ + "10f654" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Christian", + "Heavy Latin Cross", + "catholicism", + "christianity", + "church", + "cross", + "jesus", + "latin cross", + "religion" + ] + }, + "unicode": "f654", + "label": "Cross", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M176 0c-26.5 0-48 21.5-48 48v80H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h80V464c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V256h80c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H256V48c0-26.5-21.5-48-48-48H176z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "crosshairs": { + "aliases": { + "unicodes": { + "secondary": [ + "10f05b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aim", + "bullseye", + "gpd", + "picker", + "position" + ] + }, + "unicode": "f05b", + "label": "Crosshairs", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c17.7 0 32 14.3 32 32V42.4c93.7 13.9 167.7 88 181.6 181.6H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H469.6c-13.9 93.7-88 167.7-181.6 181.6V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V469.6C130.3 455.7 56.3 381.7 42.4 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H42.4C56.3 130.3 130.3 56.3 224 42.4V32c0-17.7 14.3-32 32-32zM107.4 288c12.5 58.3 58.4 104.1 116.6 116.6V384c0-17.7 14.3-32 32-32s32 14.3 32 32v20.6c58.3-12.5 104.1-58.4 116.6-116.6H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h20.6C392.1 165.7 346.3 119.9 288 107.4V128c0 17.7-14.3 32-32 32s-32-14.3-32-32V107.4C165.7 119.9 119.9 165.7 107.4 224H128c17.7 0 32 14.3 32 32s-14.3 32-32 32H107.4zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "crow": { + "aliases": { + "unicodes": { + "secondary": [ + "10f520" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bird", + "bullfrog", + "fauna", + "halloween", + "holiday", + "toad" + ] + }, + "unicode": "f520", + "label": "Crow", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M456 0c-48.6 0-88 39.4-88 88v29.2L12.5 390.6c-14 10.8-16.6 30.9-5.9 44.9s30.9 16.6 44.9 5.9L126.1 384H259.2l46.6 113.1c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3L311.1 384H352c1.1 0 2.1 0 3.2 0l46.6 113.2c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3l-42-102C484.9 354.1 544 280 544 192V128v-8l80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629 52 603.4 32 574 32H523.9C507.7 12.5 483.3 0 456 0zm0 64a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "crown": { + "aliases": { + "unicodes": { + "composite": [ + "1f451" + ], + "secondary": [ + "10f521" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "award", + "clothing", + "crown", + "favorite", + "king", + "queen", + "royal", + "tiara" + ] + }, + "unicode": "f521", + "label": "Crown", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6H426.6c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "crutch": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7f7" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cane", + "injury", + "mobility", + "wheelchair" + ] + }, + "unicode": "f7f7", + "label": "Crutch", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M297.4 9.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0zm-96 144l-34.8 34.8c-12.9 12.9-21.9 29.2-25.8 47.1L116.8 342.9c-1.3 5.9-4.3 11.4-8.6 15.7L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l98.8-98.8c4.3-4.3 9.7-7.3 15.7-8.6l107.6-23.9c17.8-4 34.1-12.9 47.1-25.8l34.7-34.7c0 0 .1-.1 .1-.1s.1-.1 .1-.1l74.6-74.6-45.3-45.3L336 242.7 269.3 176l52.1-52.1L276.1 78.6l-74.7 74.7zM224 221.3L290.7 288l-12.2 12.2c-4.3 4.3-9.7 7.3-15.7 8.6l-76.7 17 17-76.7c1.3-5.9 4.3-11.4 8.6-15.7L224 221.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cruzeiro-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Cruzeiro Sign", + "currency" + ] + }, + "unicode": "e152", + "label": "Cruzeiro Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 256c0-88.4 71.6-160 160-160c41 0 78.3 15.4 106.7 40.7c13.2 11.8 33.4 10.7 45.2-2.5s10.7-33.4-2.5-45.2c-39.6-35.5-92-57-149.3-57C132.3 32 32 132.3 32 256s100.3 224 224 224c57.4 0 109.7-21.6 149.3-57c13.2-11.8 14.3-32 2.5-45.2s-32-14.3-45.2-2.5C334.3 400.6 297 416 256 416V320v-8.7c0-12.8 10.4-23.3 23.3-23.3c4.6 0 9.1 1.4 12.9 3.9l10.1 6.7c14.7 9.8 34.6 5.8 44.4-8.9s5.8-34.6-8.9-44.4l-10.1-6.7c-14.3-9.6-31.2-14.7-48.4-14.7c-12.4 0-24.2 2.6-34.9 7.3c-5.5-4.5-12.6-7.3-20.3-7.3c-17.7 0-32 14.3-32 32v55.3V320v82.7C135.5 378 96 321.6 96 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "css3": { + "changes": [ + "3.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "code" + ] + }, + "unicode": "f13c", + "label": "CSS 3 Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M480 32l-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82H480z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "css3-alt": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f38b", + "label": "Alternate CSS3 Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "cube": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1b2" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "3d", + "block", + "dice", + "package", + "square", + "tesseract" + ] + }, + "unicode": "f1b2", + "label": "Cube", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M234.5 5.7c13.9-5 29.1-5 43.1 0l192 68.6C495 83.4 512 107.5 512 134.6V377.4c0 27-17 51.2-42.5 60.3l-192 68.6c-13.9 5-29.1 5-43.1 0l-192-68.6C17 428.6 0 404.5 0 377.4V134.6c0-27 17-51.2 42.5-60.3l192-68.6zM256 66L82.3 128 256 190l173.7-62L256 66zm32 368.6l160-57.1v-188L288 246.6v188z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cubes": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1b3" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "3d", + "block", + "dice", + "package", + "pyramid", + "square", + "stack", + "tesseract" + ] + }, + "unicode": "f1b3", + "label": "Cubes", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M290.8 48.6l78.4 29.7L288 109.5 206.8 78.3l78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5V204.7c-1.3 .4-2.6 .8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7V413.9c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3V294.7c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-1.3-.5-2.6-.9-3.9-1.3V92.5c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5zM392 210.6l-82.4 31.2V152.6L392 121v89.6zM154.8 250.9l78.4 29.7L152 311.7 70.8 280.6l78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4V354.8L256 323.2v95.9l-82.4 36.2zM421.2 250.9c1.8-.7 3.8-.7 5.7 0l78.4 29.7L424 311.7l-81.2-31.1 78.4-29.7zM523.2 421.2l-77.6 34.1V354.8L528 323.2v90.7c0 3.2-1.9 6-4.8 7.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cubes-stacked": { + "changes": [ + "6.1.0", + "6.1.1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blocks", + "cubes", + "sugar" + ] + }, + "unicode": "e4e6", + "label": "Cubes Stacked", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M192 64v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H224c-17.7 0-32 14.3-32 32zM82.7 207c-15.3 8.8-20.5 28.4-11.7 43.7l32 55.4c8.8 15.3 28.4 20.5 43.7 11.7l55.4-32c15.3-8.8 20.5-28.4 11.7-43.7l-32-55.4c-8.8-15.3-28.4-20.5-43.7-11.7L82.7 207zM288 192c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H288zm64 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H352zM160 384v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zM32 352c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "cuttlefish": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f38c", + "label": "Cuttlefish", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 440, + 512 + ], + "width": 440, + "height": 512, + "path": "M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "d": { + "aliases": { + "unicodes": { + "composite": [ + "64" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter D", + "Latin Small Letter D", + "letter" + ] + }, + "unicode": "44", + "label": "D", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32h96c123.7 0 224 100.3 224 224s-100.3 224-224 224H64c-35.3 0-64-28.7-64-64V96zm160 0H64V416h96c88.4 0 160-71.6 160-160s-71.6-160-160-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "d-and-d": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f38d", + "label": "Dungeons & Dragons", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2zm469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4zM316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2zm172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9zM99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9-6.5.8-12.9 1.6-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9zm128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "d-and-d-beyond": { + "changes": [ + "5.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "d&d", + "dnd", + "fantasy", + "gaming", + "tabletop" + ] + }, + "unicode": "f6ca", + "label": "D&D Beyond", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1zm52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5zm10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6zm-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8zm242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9zm-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27zM301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5zm-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2zm25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3zm38.9 3.7l-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2zm-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3zm101.2-19.3l23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3zm-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3zm-91.3-8.3l44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9zm21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6l7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "dailymotion": { + "changes": [ + "5.12.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e052", + "label": "dailymotion", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "dashcube": { + "changes": [ + "4.3.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f210", + "label": "DashCube", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0L326.6 104zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "database": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c0" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "development", + "directory", + "memory", + "storage" + ] + }, + "unicode": "f1c0", + "label": "Database", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 80v48c0 44.2-100.3 80-224 80S0 172.2 0 128V80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6V288c0 44.2-100.3 80-224 80S0 332.2 0 288V186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6V432c0 44.2-100.3 80-224 80S0 476.2 0 432V346.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "debian": { + "changes": [ + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e60b", + "label": "Debian", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1682957890, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M248.2 .9c-4 .2-8.1 .4-11.4 1.6l-3.4-.5c5.4-.7 10.9-1.1 16.4-1.5c2.4-.2 4.8-.4 7.2-.6c-2.7 .6-5.7 .8-8.8 .9zm132 244.7c3-7.6 5.5-14 5.2-24.4l-4.3 9c4.4-13.2 4-27.1 3.6-40.4c-.2-6-.3-11.8 0-17.4l-1.8-.5c-1.5-45.2-40.6-93.1-75.3-109.4c-30-13.8-76.1-16.2-97.3-5.8c1.3-1.1 4.2-2 6.8-2.7c3.4-1 6.3-1.8 4.3-3c-19.2 1.9-24.9 5.5-31.1 9.4c-4.6 2.9-9.5 6-20.3 8.7c-3.5 3.4 1.7 2 5.8 .9c4.1-1.1 7.2-1.9-.1 2.4c-3.6 1-6.7 1.3-9.7 1.6c-8.3 .8-15.8 1.6-30.7 17c.8 1.3 3.5-.3 5.4-1.4c2.3-1.4 3.4-2-1.7 4.4c-19.1-2.4-60.3 43.7-69.1 59l4.6 .8c-3.2 8-6.8 14.8-10 20.8c-4.3 8.1-7.9 14.9-8.7 21.3c-.4 5.9-1.2 12.9-2 20.3c-3 27.4-6.8 61.3 3.8 73.6l-1.3 13c.6 1.2 1.1 2.3 1.6 3.5c1.2 2.5 2.3 5 3.9 7.4l-3 .2c7 22.2 10.8 22.5 15.1 22.9c4.4 .4 9.3 .9 18.7 24.2c-2.7-.9-5.5-1.9-9.4-7.2c-.5 4.1 5.8 16.3 13.1 25.8l-3.1 3.6c3.2 5.8 6.1 8.1 8.6 10l0 0c.8 .6 1.5 1.1 2.1 1.7c-11.9-6.5 3.2 13.7 11.9 25.2c2.5 3.4 4.5 6 5.1 7l2.4-4.2c-.3 6.1 4.3 13.9 13.1 24.7l7.3-.3c3 6 14 16.7 20.7 17.2l-4.4 5.8c8.1 2.6 10.3 4.3 12.7 6.2c2.6 2.1 5.4 4.3 16.1 8.1l-4.2-7.4c3.5 3 6.2 5.9 8.8 8.7c5.2 5.6 9.9 10.7 19.8 15.4c11.2 3.9 17.1 4.8 23.6 5.9c5.4 .8 11.2 1.8 20.8 4.5c-2.2-.1-4.4-.1-6.7-.2l0 0h0c-16.3-.4-34-.8-46.4-5.2C107.8 480.5 19.5 367.2 26 250.6c-.6-9.9-.3-20.9 0-30.7c.4-13.5 .7-24.8-1.6-28.3l1-3.1c5.3-17.4 11.7-38.2 23.8-62.8l-.1-.2 0-.1 0 0 0 0c.4 .4 3.4 3.4 8.8-5.8c1.3-2.9 2.5-5.8 3.8-8.8l0 0c2.5-6.1 5.1-12.3 8.4-17.9l2.6-.6c1.7-10.1 17-23.8 29.8-35.2l0 0c6.1-5.5 11.6-10.4 14.7-14.1l.7 4.4c17.1-16 45-27.7 66.1-36.6c4.8-2 9.3-3.9 13.3-5.7c-3.4 3.8 2.2 2.7 10 1c4.8-1 10.4-2.1 15.3-2.4c-1.3 .7-2.6 1.4-3.9 2.1l0 0 0 0c-2.7 1.4-5.4 2.8-8 4.6c8.3-2 11.9-1.4 16-.8c3.5 .6 7.3 1.2 14.6 .2c-5.6 .8-12.3 3-11.2 3.8c7.9 .9 12.8-.1 17.2-1c5.6-1.1 10.4-2.1 19.5 .9l-1-4.8c7.5 2.7 13.1 4.4 18 5.9c10 3 17.6 5.3 34.2 14.1c3.2 .2 5.3-.5 7.4-1.2c3.6-1.1 7-2.2 15.3 1.2c.5 .8 .7 1.5 1 2.1c1 2.6 1.7 4.6 14.6 12.2c1.8-.7-3.1-5.1-7-8.7l-.2-.1c32.3 17.3 67.5 54.1 78.2 93.6c-6-11.1-5.2-5.5-4.3 .5c.6 4 1.2 8.1-.2 7.5c4.5 12.1 8.1 24.5 10.4 37.4l-.8-2.9c-3.3-11.8-9.6-34.5-20-49.6c-.4 4.4-2.9 3.9-5.3 3.5c-3.3-.6-6.3-1.2-1.9 12.6c2.6 3.8 3.1 2.4 3.5 1.1c.5-1.5 .9-2.8 4.7 5.2c.1 4.3 1.1 8.5 2.2 13.3l0 0 0 0 0 0 0 0 0 0 0 0c.7 3 1.5 6.2 2.1 9.8c-1.1-.2-2.3-2.2-3.4-4.2l0 0 0 0c-1.4-2.4-2.8-4.7-3.7-3.2c2.4 11.5 6.5 17.4 8 18.3c-.3 .6-.6 .7-1.1 .7c-.8 0-1.8 .1-1.9 5.3c.7 13.7 3.3 12.5 5.3 11.6c.6-.3 1.2-.6 1.7-.4c-.6 2.5-1.6 5.1-2.7 7.9l0 0c-2.8 7.1-6 15.4-3.4 26.1c-.8-3.1-2.1-6.3-3.3-9.3l0 0 0 0c-.5-1.3-1.1-2.6-1.5-3.8c-.6 4.8-.3 8.2-.1 11.3c.4 5.3 .7 10-3 19.9c4.3-14.2 3.8-26.9-.2-20.8c1 11-3.8 20.5-8.1 29.1c-3.6 7.1-6.8 13.5-5.9 19.3l-5.2-7.1c-7.6 11-7 13.3-6.5 15.6c.5 1.9 1 3.8-3.4 10.8c1.7-2.9 1.3-3.6 1-4.2c-.4-.8-.7-1.5 1.7-5.1c-1.6 .1-5.5 3.9-10.1 8.5l0 0c-3.9 3.9-8.5 8.4-12.8 11.8c-37.5 30.1-82.3 34-125.6 17.8l0 0c.2-1-.2-2.1-3.1-4.1c-36.8-28.2-58.5-52.1-50.9-107.5c2.2-1.7 3.7-6.2 5.6-11.6c2.9-8.4 6.5-18.9 14.3-23.9c7.8-17.3 31.3-33.3 56.4-33.7c25.6-1.4 47.2 13.7 58.1 27.9c-19.8-18.4-52.1-24-79.7-10.4c-28.2 12.7-45 43.8-42.5 74.7c.3-.5 .7-.7 1-.9c.6-.5 1.2-.9 1.5-3.4c-.9 60.2 64.8 104.3 112.1 82l.6 1.3c12.7-3.5 15.9-6.5 20.3-10.7c2.2-2.1 4.7-4.5 9-7.4c-.3 .7-1.3 1.7-2.4 2.7c-2.2 2.1-4.6 4.5-1.6 4.6c5.3-1.4 20.1-14.8 30.2-23.8l0 0 0 0c1.6-1.4 3-2.7 4.3-3.9c2-4.3 1.6-5.7 1.3-7.1c-.4-1.6-.8-3.3 2.4-9.6l7.3-3.7c1-2.8 2-5.4 2.9-7.8l0 0zM233.1 321.9a.9 .9 0 1 0 -1.7 0 .9 .9 0 1 0 1.7 0zm-.2 .5l-.2 .4c-.3 .7-.6 1.4-.3 2.4c-12.2-5.7-23.4-14.3-32.6-24.9c4.9 7.1 10.1 14.1 17 19.5c-6.9-2.3-15.2-11.9-21.7-19.4l0 0 0 0c-4.3-5-7.9-9.1-9.7-9.5c19.8 35.5 80.5 62.3 112.3 49c-14.7 .5-33.4 .3-49.9-5.8c-6.3-3.2-14.6-9.6-14.9-11.8zM237.5 7c3.8 .6 7.3 1.2 6.7 2.1c5-1.1 6.1-2.1-9-2.5c.8 .1 1.6 .3 2.4 .4zm92.2 208.4c-1 3.9-1.8 1.4-2.7-1.2c-.5-1.5-1.1-3.1-1.7-3.4c1.4-5.8 5.4-10.7 4.4 4.6zm-6.8 21.2c-1.3 7.9-5 15.5-10.1 22.5c.2-2-1.2-2.4-2.6-2.8c-2.9-.8-5.9-1.6 5.6-16.1c-.5 2-2.3 4.9-4 7.7l0 0c-3.6 5.9-6.7 11 4 4.3l1-1.8c2.6-4.5 5-8.8 6-13.8zM280 276.6c-11.1-1.7-21.2-6-12.7-6.1c7.1 .6 14.1 .6 21-1.1c-2.5 2.4-5.2 4.8-8.3 7.2zM244.2 9.1l-.2 .4-3 .3 3.2-.7zm-69.5 273c3.7 7.2 6.5 11.7 9.1 15.9c2.3 3.7 4.4 7.1 6.8 11.7c-5.2-4.3-8.9-9.8-12.8-15.5c-1.4-2.1-2.8-4.2-4.4-6.2l1.2-5.9zm7.3-10c1.7 3.4 3.3 6.7 5.9 9.5l2.6 7.7-1.3-2.1c-3.2-5.3-6.3-10.6-8-16.7l.8 1.6zm239.1-41.2c-2.3 17.4-7.7 34.6-16 50.3c7.6-14.9 12.5-30.9 14.8-47.2l1.2-3.1zM35.4 109.6c0 .3 0 .5 .1 .7c0-.2 0-.5-.1-.7zm.1 .7c.3 1.2 1.4 .9 2.4 .6c1.9-.5 3.6-.9-.1 7.6c-2.4 1.7-3.8 2.8-4.6 3.4c-.6 .4-.8 .6-.8 .6c0 0 .1-.2 .3-.5c.8-1.4 3.4-5.5 2.9-11.7zm-10.2 42c-.7 3.7-1.5 7.9-3.4 13.9c.2-1.9 0-3.5-.2-4.9c-.4-3.4-.8-6.3 4.3-12.9c-.3 1.2-.5 2.5-.7 3.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "deezer": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e077", + "label": "Deezer", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M451.46,244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0,275.06H576V273.2H451.46ZM0,447.09H124.54V374.42H0Zm150.47,0H275V374.42H150.47Zm150.52,0H425.53V374.42H301Zm150.47,0H576V374.42H451.46ZM301,345.88H425.53V273.2H301Zm-150.52,0H275V273.2H150.47Zm0-101.17H275V172H150.47Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "delete-left": { + "aliases": { + "names": [ + "backspace" + ], + "unicodes": { + "composite": [ + "232b" + ], + "secondary": [ + "10f55a" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Erase to the Left", + "command", + "delete", + "erase", + "keyboard", + "undo" + ] + }, + "unicode": "f55a", + "label": "Delete Left", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M576 128c0-35.3-28.7-64-64-64H205.3c-17 0-33.3 6.7-45.3 18.7L9.4 233.4c-6 6-9.4 14.1-9.4 22.6s3.4 16.6 9.4 22.6L160 429.3c12 12 28.3 18.7 45.3 18.7H512c35.3 0 64-28.7 64-64V128zM271 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "delicious": { + "changes": [ + "4.1.0", + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1a5", + "label": "Delicious", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3 1 1.1 2.1 2.2 3.3 3.3 5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "democrat": { + "aliases": { + "unicodes": { + "secondary": [ + "10f747" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "american", + "democratic party", + "donkey", + "election", + "left", + "left-wing", + "liberal", + "politics", + "usa" + ] + }, + "unicode": "f747", + "label": "Democrat", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 32c0-8.9 3.8-20.9 6.2-27.3C71.2 1.8 74 0 77 0c1.9 0 3.8 .7 5.2 2.1L128 45.7 173.8 2.1C175.2 .7 177.1 0 179 0c3 0 5.8 1.8 6.8 4.7c2.4 6.5 6.2 18.4 6.2 27.3c0 26.5-21.9 42-29.5 46.6l76.2 72.6c6 5.7 13.9 8.8 22.1 8.8H480l32 0c40.3 0 78.2 19 102.4 51.2l19.2 25.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17V320H192l-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1 28c-9.1 6.1-19.7 9.3-30.7 9.3h-2C23.9 256 0 232.1 0 202.7c0-12.1 4.1-23.8 11.7-33.3L87.6 74.6C78.1 67.4 64 53.2 64 32zM448 352h96v64 64c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32V416H288v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V416 352h96H448zM260.9 210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5zM368.1 208c-2 0-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8 2.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "deploydog": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f38e", + "label": "deploy.dog", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6zM188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6zM448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32h384m0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "deskpro": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f38f", + "label": "Deskpro", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 480, + 512 + ], + "width": 480, + "height": 512, + "path": "M205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1zm200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3 119.2-.1zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2zm-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "desktop": { + "aliases": { + "names": [ + "desktop-alt" + ], + "unicodes": { + "composite": [ + "1f5a5", + "f108" + ], + "primary": [ + "f108" + ], + "secondary": [ + "10f108", + "10f390" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "cpu", + "demo", + "desktop", + "desktop computer", + "device", + "imac", + "machine", + "monitor", + "pc", + "screen" + ] + }, + "unicode": "f390", + "label": "Desktop", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64H240l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H346.7L336 416H512c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM512 64V288H64V64H512z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dev": { + "changes": [ + "5.4.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f6cc", + "label": "DEV", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "deviantart": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1bd", + "label": "deviantART", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "dharmachakra": { + "aliases": { + "unicodes": { + "composite": [ + "2638" + ], + "secondary": [ + "10f655" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Buddhist", + "buddhism", + "buddhist", + "dharma", + "religion", + "wheel", + "wheel of dharma" + ] + }, + "unicode": "f655", + "label": "Dharmachakra", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M337.8 205.7l48.6-42.5c13.8 19.3 23.4 41.9 27.4 66.2l-64.4 4.3c-2.4-10.1-6.4-19.5-11.6-28zm140.1 19.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7C449 108.4 449.7 87.6 437 75s-33.4-12-45.2 1.5l-.7 .8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1 15.2-30.9 33l.1 1.1c-38.8 5.3-74.5 20.6-104.3 43.2l-.7-.8C108.4 63 87.6 62.3 75 75s-12 33.4 1.5 45.2l.8 .7c-22.6 29.8-37.9 65.5-43.2 104.3l-1.1-.1c-17.9-1.2-33 13-33 30.9s15.2 32.1 33 30.9l1.1-.1c5.3 38.8 20.6 74.5 43.2 104.3l-.8 .7C63 403.6 62.3 424.4 75 437s33.4 12 45.2-1.5l.7-.8c29.8 22.6 65.5 37.9 104.3 43.2l-.1 1.1c-1.2 17.9 13 33 30.9 33s32.1-15.2 30.9-33l-.1-1.1c38.8-5.3 74.5-20.6 104.3-43.2l.7 .8c11.8 13.5 32.5 14.2 45.2 1.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8 37.9-65.5 43.2-104.3l1.1 .1c17.9 1.2 33-13 33-30.9s-15.2-32.1-33-30.9l-1.1 .1zM163.2 125.6c19.3-13.8 41.9-23.4 66.2-27.5l4.3 64.4c-10 2.4-19.5 6.4-28 11.6l-42.5-48.6zm-65 103.8c4.1-24.4 13.7-46.9 27.5-66.2l48.6 42.5c-5.3 8.5-9.2 18-11.6 28l-64.4-4.3zm27.5 119.4c-13.8-19.3-23.4-41.9-27.5-66.2l64.4-4.3c2.4 10 6.4 19.5 11.6 28l-48.6 42.5zm103.8 65c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5 5.3 18 9.2 28 11.6l-4.3 64.4zm119.4-27.4c-19.3 13.8-41.9 23.4-66.2 27.4l-4.3-64.4c10-2.4 19.5-6.4 28-11.6l42.5 48.6zm65-103.8c-4.1 24.4-13.7 46.9-27.4 66.2l-48.6-42.5c5.3-8.5 9.2-18 11.6-28l64.4 4.3zm-65-156.9l-42.5 48.6c-8.5-5.3-18-9.2-28-11.6l4.3-64.4c24.4 4.1 46.9 13.7 66.2 27.5zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dhl": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dalsey", + "Hillblom and Lynn", + "german", + "package", + "shipping" + ] + }, + "unicode": "f790", + "label": "DHL", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M238 301.2h58.7L319 271h-58.7L238 301.2zM0 282.9v6.4h81.8l4.7-6.4H0zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1 2.8-3.7 2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3h-68.2zm317.5-6.9l39.3-53.4h-62.2l-39.3 53.4h62.2zM95.3 271H0v6.4h90.6l4.7-6.4zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9zM0 301.2h73.1l4.7-6.4H0v6.4zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2zm222 .1h95v-6.4h-90.3l-4.7 6.4zm22.3-30.3l-4.7 6.4H640V271h-72.7zm-13.5 18.3H640v-6.4h-81.5l-4.7 6.4zm-164.2-78.6l-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4h-58.7zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3H423.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "diagram-next": { + "changes": [ + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cells", + "chart", + "gantt", + "row", + "subtask", + "successor", + "table" + ] + }, + "unicode": "e476", + "label": "Diagram Next", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 160c0 35.3-28.7 64-64 64H280v64h46.1c21.4 0 32.1 25.9 17 41L273 399c-9.4 9.4-24.6 9.4-33.9 0L169 329c-15.1-15.1-4.4-41 17-41H232V224H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64v64zM448 416V352H365.3l.4-.4c18.4-18.4 20.4-43.7 11-63.6l71.3 0c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64V352c0-35.3 28.7-64 64-64l71.3 0c-9.4 19.9-7.4 45.2 11 63.6l.4 .4H64v64H210.7l5.7 5.7c21.9 21.9 57.3 21.9 79.2 0l5.7-5.7H448z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "diagram-predecessor": { + "changes": [ + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cells", + "chart", + "gantt", + "predecessor", + "previous", + "row", + "subtask", + "table" + ] + }, + "unicode": "e477", + "label": "Diagram Predecessor", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767208, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 416l0-64L64 352l0 64 384 0zm0 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64zM288 160c0 35.3-28.7 64-64 64L64 224c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l144 0 16 0 144 0c44.2 0 80 35.8 80 80l0 16 38.1 0c21.4 0 32.1 25.9 17 41L433 239c-9.4 9.4-24.6 9.4-33.9 0L329 169c-15.1-15.1-4.4-41 17-41l38.1 0 0-16c0-8.8-7.2-16-16-16l-80 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "diagram-project": { + "aliases": { + "names": [ + "project-diagram" + ], + "unicodes": { + "secondary": [ + "10f542" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chart", + "graph", + "network", + "pert" + ] + }, + "unicode": "f542", + "label": "Diagram Project", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48V96H384V80c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H432c-26.5 0-48-21.5-48-48V160H192v16c0 1.7-.1 3.4-.3 5L272 288h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V336c0-1.7 .1-3.4 .3-5L144 224H48c-26.5 0-48-21.5-48-48V80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "diagram-successor": { + "changes": [ + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cells", + "chart", + "gantt", + "next", + "row", + "subtask", + "successor", + "table" + ] + }, + "unicode": "e47a", + "label": "Diagram Successor", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 416l0-64c0-35.3-28.7-64-64-64L64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64zM64 160l0-64 144 0 16 0 0 64L64 160zm224 0l0-64 80 0c8.8 0 16 7.2 16 16l0 16-38.1 0c-21.4 0-32.1 25.9-17 41L399 239c9.4 9.4 24.6 9.4 33.9 0L503 169c15.1-15.1 4.4-41-17-41L448 128l0-16c0-44.2-35.8-80-80-80L224 32l-16 0L64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "diamond": { + "aliases": { + "unicodes": { + "composite": [ + "2666" + ], + "secondary": [ + "10f219" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "card", + "cards", + "diamond suit", + "game", + "gem", + "gemstone", + "poker", + "suit" + ] + }, + "unicode": "f219", + "label": "Diamond", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M284.3 11.7c-15.6-15.6-40.9-15.6-56.6 0l-216 216c-15.6 15.6-15.6 40.9 0 56.6l216 216c15.6 15.6 40.9 15.6 56.6 0l216-216c15.6-15.6 15.6-40.9 0-56.6l-216-216z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "diamond-turn-right": { + "aliases": { + "names": [ + "directions" + ], + "unicodes": { + "secondary": [ + "10f5eb" + ] + } + }, + "changes": [ + "5.2.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "map", + "navigation", + "sign", + "turn" + ] + }, + "unicode": "f5eb", + "label": "Diamond Turn Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M227.7 11.7c15.6-15.6 40.9-15.6 56.6 0l216 216c15.6 15.6 15.6 40.9 0 56.6l-216 216c-15.6 15.6-40.9 15.6-56.6 0l-216-216c-15.6-15.6-15.6-40.9 0-56.6l216-216zm87.6 137c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8v56H224c-35.3 0-64 28.7-64 64v48c0 13.3 10.7 24 24 24s24-10.7 24-24V280c0-8.8 7.2-16 16-16h64v56c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "diaspora": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f791", + "label": "Diaspora", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "dice": { + "aliases": { + "unicodes": { + "composite": [ + "1f3b2" + ], + "secondary": [ + "10f522" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chance", + "dice", + "die", + "gambling", + "game", + "game die", + "roll" + ] + }, + "unicode": "f522", + "label": "Dice", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M274.9 34.3c-28.1-28.1-73.7-28.1-101.8 0L34.3 173.1c-28.1 28.1-28.1 73.7 0 101.8L173.1 413.7c28.1 28.1 73.7 28.1 101.8 0L413.7 274.9c28.1-28.1 28.1-73.7 0-101.8L274.9 34.3zM200 224a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM96 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 376a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM352 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 120a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm96 328c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H461.7c11.6 36 3.1 77-25.4 105.5L320 413.8V448zM480 328a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dice-d20": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6cf" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "chance", + "d&d", + "dnd", + "fantasy", + "gambling", + "game", + "roll" + ] + }, + "unicode": "f6cf", + "label": "Dice D20", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M48.7 125.8l53.2 31.9c7.8 4.7 17.8 2 22.2-5.9L201.6 12.1c3-5.4-.9-12.1-7.1-12.1c-1.6 0-3.2 .5-4.6 1.4L47.9 98.8c-9.6 6.6-9.2 20.9 .8 26.9zM16 171.7V295.3c0 8 10.4 11 14.7 4.4l60-92c5-7.6 2.6-17.8-5.2-22.5L40.2 158C29.6 151.6 16 159.3 16 171.7zM310.4 12.1l77.6 139.6c4.4 7.9 14.5 10.6 22.2 5.9l53.2-31.9c10-6 10.4-20.3 .8-26.9L322.1 1.4c-1.4-.9-3-1.4-4.6-1.4c-6.2 0-10.1 6.7-7.1 12.1zM496 171.7c0-12.4-13.6-20.1-24.2-13.7l-45.3 27.2c-7.8 4.7-10.1 14.9-5.2 22.5l60 92c4.3 6.7 14.7 3.6 14.7-4.4V171.7zm-49.3 246L286.1 436.6c-8.1 .9-14.1 7.8-14.1 15.9v52.8c0 3.7 3 6.8 6.8 6.8c.8 0 1.6-.1 2.4-.4l172.7-64c6.1-2.2 10.1-8 10.1-14.5c0-9.3-8.1-16.5-17.3-15.4zM233.2 512c3.7 0 6.8-3 6.8-6.8V452.6c0-8.1-6.1-14.9-14.1-15.9l-160.6-19c-9.2-1.1-17.3 6.1-17.3 15.4c0 6.5 4 12.3 10.1 14.5l172.7 64c.8 .3 1.6 .4 2.4 .4zM41.7 382.9l170.9 20.2c7.8 .9 13.4-7.5 9.5-14.3l-85.7-150c-5.9-10.4-20.7-10.8-27.3-.8L30.2 358.2c-6.5 9.9-.3 23.3 11.5 24.7zm439.6-24.8L402.9 238.1c-6.5-10-21.4-9.6-27.3 .8L290.2 388.5c-3.9 6.8 1.6 15.2 9.5 14.3l170.1-20c11.8-1.4 18-14.7 11.5-24.6zm-216.9 11l78.4-137.2c6.1-10.7-1.6-23.9-13.9-23.9H183.1c-12.3 0-20 13.3-13.9 23.9l78.4 137.2c3.7 6.4 13 6.4 16.7 0zM174.4 176H337.6c12.2 0 19.9-13.1 14-23.8l-80-144c-2.8-5.1-8.2-8.2-14-8.2h-3.2c-5.8 0-11.2 3.2-14 8.2l-80 144c-5.9 10.7 1.8 23.8 14 23.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dice-d6": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6d1" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "chance", + "d&d", + "dnd", + "fantasy", + "gambling", + "game", + "roll" + ] + }, + "unicode": "f6d1", + "label": "Dice D6", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M201 10.3c14.3-7.8 31.6-7.8 46 0L422.3 106c5.1 2.8 8.3 8.2 8.3 14s-3.2 11.2-8.3 14L231.7 238c-4.8 2.6-10.5 2.6-15.3 0L25.7 134c-5.1-2.8-8.3-8.2-8.3-14s3.2-11.2 8.3-14L201 10.3zM23.7 170l176 96c5.1 2.8 8.3 8.2 8.3 14V496c0 5.6-3 10.9-7.8 13.8s-10.9 3-15.8 .3L25 423.1C9.6 414.7 0 398.6 0 381V184c0-5.6 3-10.9 7.8-13.8s10.9-3 15.8-.3zm400.7 0c5-2.7 11-2.6 15.8 .3s7.8 8.1 7.8 13.8V381c0 17.6-9.6 33.7-25 42.1L263.7 510c-5 2.7-11 2.6-15.8-.3s-7.8-8.1-7.8-13.8V280c0-5.9 3.2-11.2 8.3-14l176-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dice-five": { + "aliases": { + "unicodes": { + "composite": [ + "2684" + ], + "secondary": [ + "10f523" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-5", + "chance", + "gambling", + "game", + "roll" + ] + }, + "unicode": "f523", + "label": "Dice Five", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dice-four": { + "aliases": { + "unicodes": { + "composite": [ + "2683" + ], + "secondary": [ + "10f524" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-4", + "chance", + "gambling", + "game", + "roll" + ] + }, + "unicode": "f524", + "label": "Dice Four", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM352 160a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dice-one": { + "aliases": { + "unicodes": { + "composite": [ + "2680" + ], + "secondary": [ + "10f525" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-1", + "chance", + "gambling", + "game", + "roll" + ] + }, + "unicode": "f525", + "label": "Dice One", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dice-six": { + "aliases": { + "unicodes": { + "composite": [ + "2685" + ], + "secondary": [ + "10f526" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-6", + "chance", + "gambling", + "game", + "roll" + ] + }, + "unicode": "f526", + "label": "Dice Six", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dice-three": { + "aliases": { + "unicodes": { + "composite": [ + "2682" + ], + "secondary": [ + "10f527" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-3", + "chance", + "gambling", + "game", + "roll" + ] + }, + "unicode": "f527", + "label": "Dice Three", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dice-two": { + "aliases": { + "unicodes": { + "composite": [ + "2681" + ], + "secondary": [ + "10f528" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-2", + "chance", + "gambling", + "game", + "roll" + ] + }, + "unicode": "f528", + "label": "Dice Two", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM352 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "digg": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1a6", + "label": "Digg Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "digital-ocean": { + "changes": [ + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f391", + "label": "Digital Ocean", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "discord": { + "changes": [ + "5.0.0", + "5.15.4", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f392", + "label": "Discord", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "discourse": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f393", + "label": "Discourse", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "disease": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7fa" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bacteria", + "cancer", + "coronavirus", + "covid-19", + "flu", + "illness", + "infection", + "pandemic", + "sickness", + "virus" + ] + }, + "unicode": "f7fa", + "label": "Disease", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M236.4 61.4L227 75.5c-21.3 32-59.4 48.5-97.3 42.1l-59.6-9.9C33.4 101.6 0 129.9 .1 167.1c0 15.9 6.4 31.2 17.6 42.5l29.2 29.2c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42L33.3 335.1C22.2 345.9 16 360.7 16 376.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6h10c27.2 0 53.7 9.3 75 26.3L287.8 467c10.5 8.4 23.6 13 37 13c32.7 0 59.3-26.5 59.3-59.3l0-25.2c0-34.9 21.4-66.2 53.9-78.8l36.9-14.3c22.4-8.7 37.2-30.3 37.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9 53.4 322.1 32 291.3 32c-22 0-42.6 11-54.9 29.4zM160 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm0 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "display": { + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Screen", + "computer", + "desktop", + "imac" + ] + }, + "unicode": "e163", + "label": "Display", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64H240l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H346.7L336 416H512c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM512 64V352H64V64H512z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "divide": { + "aliases": { + "unicodes": { + "composite": [ + "2797", + "f7" + ], + "secondary": [ + "10f529" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Division Sign", + "arithmetic", + "calculus", + "divide", + "division", + "math", + "sign", + "÷" + ] + }, + "unicode": "f529", + "label": "Divide", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M272 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 320a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 288c17.7 0 32-14.3 32-32s-14.3-32-32-32H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H400z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dna": { + "aliases": { + "unicodes": { + "composite": [ + "1f9ec" + ], + "secondary": [ + "10f471" + ] + } + }, + "changes": [ + "5.0.7", + "5.0.10", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "biologist", + "dna", + "double helix", + "evolution", + "gene", + "genetic", + "genetics", + "helix", + "life", + "molecule", + "protein" + ] + }, + "unicode": "f471", + "label": "Dna", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M416 0c17.7 0 32 14.3 32 32c0 59.8-30.3 107.5-69.4 146.6c-28 28-62.5 53.5-97.3 77.4l-2.5 1.7c-11.9 8.1-23.8 16.1-35.5 23.9l0 0 0 0 0 0-1.6 1c-6 4-11.9 7.9-17.8 11.9c-20.9 14-40.8 27.7-59.3 41.5H283.3c-9.8-7.4-20.1-14.7-30.7-22.1l7-4.7 3-2c15.1-10.1 30.9-20.6 46.7-31.6c25 18.1 48.9 37.3 69.4 57.7C417.7 372.5 448 420.2 448 480c0 17.7-14.3 32-32 32s-32-14.3-32-32H64c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-59.8 30.3-107.5 69.4-146.6c28-28 62.5-53.5 97.3-77.4c-34.8-23.9-69.3-49.3-97.3-77.4C30.3 139.5 0 91.8 0 32C0 14.3 14.3 0 32 0S64 14.3 64 32H384c0-17.7 14.3-32 32-32zM338.6 384H109.4c-10.1 10.6-18.6 21.3-25.5 32H364.1c-6.8-10.7-15.3-21.4-25.5-32zM109.4 128H338.6c10.1-10.7 18.6-21.3 25.5-32H83.9c6.8 10.7 15.3 21.3 25.5 32zm55.4 48c18.4 13.8 38.4 27.5 59.3 41.5c20.9-14 40.8-27.7 59.3-41.5H164.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dochub": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f394", + "label": "DocHub", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 416, + 512 + ], + "width": 416, + "height": 512, + "path": "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "docker": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f395", + "label": "Docker", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "dog": { + "aliases": { + "unicodes": { + "composite": [ + "1f415" + ], + "secondary": [ + "10f6d3" + ] + } + }, + "changes": [ + "5.4.0", + "5.12.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "canine", + "dog", + "fauna", + "mammal", + "pet", + "pooch", + "puppy", + "woof" + ] + }, + "unicode": "f6d3", + "label": "Dog", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M309.6 158.5L332.7 19.8C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32h52.1c12.7 0 24.9 5.1 33.9 14.1L496 64h56c13.3 0 24 10.7 24 24v24c0 44.2-35.8 80-80 80H464 448 426.7l-5.1 30.5-112-64zM416 256.1L416 480c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V364.8c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2V480c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V249.8c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192h30 16H303.8L416 256.1zM464 80a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dollar-sign": { + "aliases": { + "names": [ + "dollar", + "usd" + ], + "unicodes": { + "composite": [ + "1f4b2", + "f155" + ], + "primary": [ + "f155" + ], + "secondary": [ + "1024", + "10f155" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.0.9", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dollar Sign", + "currency", + "dollar", + "heavy dollar sign", + "money" + ] + }, + "unicode": "24", + "label": "Dollar Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 0c17.7 0 32 14.3 32 32V67.7c1.6 .2 3.1 .4 4.7 .7c.4 .1 .7 .1 1.1 .2l48 8.8c17.4 3.2 28.9 19.9 25.7 37.2s-19.9 28.9-37.2 25.7l-47.5-8.7c-31.3-4.6-58.9-1.5-78.3 6.2s-27.2 18.3-29 28.1c-2 10.7-.5 16.7 1.2 20.4c1.8 3.9 5.5 8.3 12.8 13.2c16.3 10.7 41.3 17.7 73.7 26.3l2.9 .8c28.6 7.6 63.6 16.8 89.6 33.8c14.2 9.3 27.6 21.9 35.9 39.5c8.5 17.9 10.3 37.9 6.4 59.2c-6.9 38-33.1 63.4-65.6 76.7c-13.7 5.6-28.6 9.2-44.4 11V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.1c-.4-.1-.9-.1-1.3-.2l-.2 0 0 0c-24.4-3.8-64.5-14.3-91.5-26.3c-16.1-7.2-23.4-26.1-16.2-42.2s26.1-23.4 42.2-16.2c20.9 9.3 55.3 18.5 75.2 21.6c31.9 4.7 58.2 2 76-5.3c16.9-6.9 24.6-16.9 26.8-28.9c1.9-10.6 .4-16.7-1.3-20.4c-1.9-4-5.6-8.4-13-13.3c-16.4-10.7-41.5-17.7-74-26.3l-2.8-.7 0 0C119.4 279.3 84.4 270 58.4 253c-14.2-9.3-27.5-22-35.8-39.6c-8.4-17.9-10.1-37.9-6.1-59.2C23.7 116 52.3 91.2 84.8 78.3c13.3-5.3 27.9-8.9 43.2-11V32c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dolly": { + "aliases": { + "names": [ + "dolly-box" + ], + "unicodes": { + "secondary": [ + "10f472" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "shipping", + "transport" + ] + }, + "unicode": "f472", + "label": "Dolly", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0h72.9c27.5 0 52 17.6 60.7 43.8L257.7 320c30.1 .5 56.8 14.9 74 37l202.1-67.4c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L352 417.7c-.9 52.2-43.5 94.3-96 94.3c-53 0-96-43-96-96c0-30.8 14.5-58.2 37-75.8L104.9 64H32C14.3 64 0 49.7 0 32zM244.8 134.5c-5.5-16.8 3.7-34.9 20.5-40.3L311 79.4l19.8 60.9 60.9-19.8L371.8 59.6l45.7-14.8c16.8-5.5 34.9 3.7 40.3 20.5l49.4 152.2c5.5 16.8-3.7 34.9-20.5 40.3L334.5 307.2c-16.8 5.5-34.9-3.7-40.3-20.5L244.8 134.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dong-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dong Sign", + "currency" + ] + }, + "unicode": "e169", + "label": "Dong Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M288 32c-17.7 0-32 14.3-32 32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7 0-128 57.3-128 128s57.3 128 128 128c24.5 0 47.4-6.9 66.8-18.8c5 11.1 16.2 18.8 29.2 18.8c17.7 0 32-14.3 32-32V288 128c17.7 0 32-14.3 32-32s-14.3-32-32-32c0-17.7-14.3-32-32-32zM128 288a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "door-closed": { + "aliases": { + "unicodes": { + "composite": [ + "1f6aa" + ], + "secondary": [ + "10f52a" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "doo", + "door", + "enter", + "exit", + "locked" + ] + }, + "unicode": "f52a", + "label": "Door Closed", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 64c0-35.3 28.7-64 64-64H416c35.3 0 64 28.7 64 64V448h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 144 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96V64zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "door-open": { + "aliases": { + "unicodes": { + "secondary": [ + "10f52b" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "enter", + "exit", + "welcome" + ] + }, + "unicode": "f52b", + "label": "Door Open", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M320 32c0-9.9-4.5-19.2-12.3-25.2S289.8-1.4 280.2 1l-179.9 45C79 51.3 64 70.5 64 92.5V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96 288h32V480 32zM256 256c0 17.7-10.7 32-24 32s-24-14.3-24-32s10.7-32 24-32s24 14.3 24 32zm96-128h96V480c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H512V128c0-35.3-28.7-64-64-64H352v64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dove": { + "aliases": { + "unicodes": { + "composite": [ + "1f54a" + ], + "secondary": [ + "10f4ba" + ] + } + }, + "changes": [ + "5.0.9", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bird", + "dove", + "fauna", + "fly", + "flying", + "peace", + "war" + ] + }, + "unicode": "f4ba", + "label": "Dove", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160.8 96.5c14 17 31 30.9 49.5 42.2c25.9 15.8 53.7 25.9 77.7 31.6V138.8C265.8 108.5 250 71.5 248.6 28c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21 5.8c-13.3 15.4-32.7 44.6-48.4 87.2zM320 144v30.6l0 0v1.3l0 0 0 32.1c-60.8-5.1-185-43.8-219.3-157.2C97.4 40 87.9 32 76.6 32c-7.9 0-15.3 3.9-18.8 11C46.8 65.9 32 112.1 32 176c0 116.9 80.1 180.5 118.4 202.8L11.8 416.6C6.7 418 2.6 421.8 .9 426.8s-.8 10.6 2.3 14.8C21.7 466.2 77.3 512 160 512c3.6 0 7.2-1.2 10-3.5L245.6 448H320c88.4 0 160-71.6 160-160V128l29.9-44.9c1.3-2 2.1-4.4 2.1-6.8c0-6.8-5.5-12.3-12.3-12.3H400c-44.2 0-80 35.8-80 80zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "down-left-and-up-right-to-center": { + "aliases": { + "names": [ + "compress-alt" + ], + "unicodes": { + "secondary": [ + "10f422" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "collapse", + "fullscreen", + "minimize", + "move", + "resize", + "shrink", + "smaller" + ] + }, + "unicode": "f422", + "label": "Down Left And Up Right To Center", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M439 7c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8H296c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39L439 7zM72 272H216c13.3 0 24 10.7 24 24V440c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39L73 505c-9.4 9.4-24.6 9.4-33.9 0L7 473c-9.4-9.4-9.4-24.6 0-33.9l87-87L55 313c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "down-long": { + "aliases": { + "names": [ + "long-arrow-alt-down" + ], + "unicodes": { + "secondary": [ + "10f309" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download", + "long-arrow-down" + ] + }, + "unicode": "f309", + "label": "Down Long", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M2 334.5c-3.8 8.8-2 19 4.6 26l136 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l136-144c6.6-7 8.4-17.2 4.6-26s-12.5-14.5-22-14.5l-72 0 0-288c0-17.7-14.3-32-32-32L128 0C110.3 0 96 14.3 96 32l0 288-72 0c-9.6 0-18.2 5.7-22 14.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "download": { + "aliases": { + "unicodes": { + "secondary": [ + "10f019" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "export", + "hard drive", + "save", + "transfer" + ] + }, + "unicode": "f019", + "label": "Download", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "draft2digital": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f396", + "label": "Draft2digital", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 480, + 512 + ], + "width": 480, + "height": 512, + "path": "M480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4zM82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "dragon": { + "aliases": { + "unicodes": { + "composite": [ + "1f409" + ], + "secondary": [ + "10f6d5" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "d&d", + "dnd", + "dragon", + "fairy tale", + "fantasy", + "fire", + "lizard", + "serpent" + ] + }, + "unicode": "f6d5", + "label": "Dragon", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M352 124.5l-51.9-13c-6.5-1.6-11.3-7.1-12-13.8s2.8-13.1 8.7-16.1l40.8-20.4L294.4 28.8c-5.5-4.1-7.8-11.3-5.6-17.9S297.1 0 304 0H416h32 16c30.2 0 58.7 14.2 76.8 38.4l57.6 76.8c6.2 8.3 9.6 18.4 9.6 28.8c0 26.5-21.5 48-48 48H538.5c-17 0-33.3-6.7-45.3-18.7L480 160H448v21.5c0 24.8 12.8 47.9 33.8 61.1l106.6 66.6c32.1 20.1 51.6 55.2 51.6 93.1C640 462.9 590.9 512 530.2 512H496 432 32.3c-3.3 0-6.6-.4-9.6-1.4C13.5 507.8 6 501 2.4 492.1C1 488.7 .2 485.2 0 481.4c-.2-3.7 .3-7.3 1.3-10.7c2.8-9.2 9.6-16.7 18.6-20.4c3-1.2 6.2-2 9.5-2.2L433.3 412c8.3-.7 14.7-7.7 14.7-16.1c0-4.3-1.7-8.4-4.7-11.4l-44.4-44.4c-30-30-46.9-70.7-46.9-113.1V181.5v-57zM512 72.3c0-.1 0-.2 0-.3s0-.2 0-.3v.6zm-1.3 7.4L464.3 68.1c-.2 1.3-.3 2.6-.3 3.9c0 13.3 10.7 24 24 24c10.6 0 19.5-6.8 22.7-16.3zM130.9 116.5c16.3-14.5 40.4-16.2 58.5-4.1l130.6 87V227c0 32.8 8.4 64.8 24 93H112c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7L171 232.3 18.4 255.8c-7 1.1-13.9-2.6-16.9-9s-1.5-14.1 3.8-18.8L130.9 116.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "draw-polygon": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5ee" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anchors", + "lines", + "object", + "render", + "shape" + ] + }, + "unicode": "f5ee", + "label": "Draw Polygon", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 151.4V360.6c9.7 5.6 17.8 13.7 23.4 23.4H328.6c0-.1 .1-.2 .1-.3l-4.5-7.9-32-56 0 0c-1.4 .1-2.8 .1-4.2 .1c-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2 .1l0 0 32-56 4.5-7.9-.1-.3H119.4c-5.6 9.7-13.7 17.8-23.4 23.4zM384.3 352c35.2 .2 63.7 28.7 63.7 64c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V151.4C12.9 140.4 0 119.7 0 96C0 60.7 28.7 32 64 32c23.7 0 44.4 12.9 55.4 32H328.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 35.3-28.5 63.8-63.7 64l-4.5 7.9-32 56-2.3 4c4.2 8.5 6.5 18 6.5 28.1s-2.3 19.6-6.5 28.1l2.3 4 32 56 4.5 7.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dribbble": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f17d", + "label": "Dribbble", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "dropbox": { + "changes": [ + "3.2.0", + "5.0.0", + "5.0.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f16b", + "label": "Dropbox", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 528, + 512 + ], + "width": 528, + "height": 512, + "path": "M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "droplet": { + "aliases": { + "names": [ + "tint" + ], + "unicodes": { + "composite": [ + "1f4a7" + ], + "secondary": [ + "10f043" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "color", + "comic", + "drop", + "droplet", + "raindrop", + "sweat", + "waterdrop" + ] + }, + "unicode": "f043", + "label": "Droplet", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 512C86 512 0 426 0 320C0 228.8 130.2 57.7 166.6 11.7C172.6 4.2 181.5 0 191.1 0h1.8c9.6 0 18.5 4.2 24.5 11.7C253.8 57.7 384 228.8 384 320c0 106-86 192-192 192zM96 336c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 61.9 50.1 112 112 112c8.8 0 16-7.2 16-16s-7.2-16-16-16c-44.2 0-80-35.8-80-80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "droplet-slash": { + "aliases": { + "names": [ + "tint-slash" + ], + "unicodes": { + "secondary": [ + "10f5c7" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "color", + "drop", + "droplet", + "raindrop", + "waterdrop" + ] + }, + "unicode": "f5c7", + "label": "Droplet Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 512c53.2 0 101.4-21.6 136.1-56.6l-298.3-235C140 257.1 128 292.3 128 320c0 106 86 192 192 192zM505.2 370.7c4.4-16.1 6.8-33.1 6.8-50.7c0-91.2-130.2-262.3-166.6-308.3C339.4 4.2 330.5 0 320.9 0h-1.8c-9.6 0-18.5 4.2-24.5 11.7C277.8 33 240.7 81.3 205.8 136L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L505.2 370.7zM224 336c0 44.2 35.8 80 80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16c-61.9 0-112-50.1-112-112c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "drum": { + "aliases": { + "unicodes": { + "composite": [ + "1f941" + ], + "secondary": [ + "10f569" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drum", + "drumsticks", + "instrument", + "music", + "percussion", + "snare", + "sound" + ] + }, + "unicode": "f569", + "label": "Drum", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2s-22.1-14.2-33.2-6.9L370.2 104.5C335.8 98.7 297 96 256 96C114.6 96 0 128 0 208V368c0 31.3 27.4 58.8 72 78.7V344c0-13.3 10.7-24 24-24s24 10.7 24 24V463.4c33 8.9 71.1 14.5 112 16.1V376c0-13.3 10.7-24 24-24s24 10.7 24 24V479.5c40.9-1.6 79-7.2 112-16.1V344c0-13.3 10.7-24 24-24s24 10.7 24 24V446.7c44.6-19.9 72-47.4 72-78.7V208c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zM307.4 145.6l-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5C458.4 181.8 464 197.4 464 208c0 .8-2.7 17.2-46 35.9C379.1 260.7 322 272 256 272s-123.1-11.3-162-28.1C50.7 225.2 48 208.8 48 208c0-10.6 5.6-26.2 44.4-41.3C130.6 151.9 187.8 144 256 144c18 0 35.1 .5 51.4 1.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "drum-steelpan": { + "aliases": { + "unicodes": { + "secondary": [ + "10f56a" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "calypso", + "instrument", + "music", + "percussion", + "reggae", + "snare", + "sound", + "steel", + "tropical" + ] + }, + "unicode": "f56a", + "label": "Drum Steelpan", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 32c159.1 0 288 48 288 128V352c0 80-128.9 128-288 128S0 432 0 352V160C0 80 128.9 32 288 32zM528 160c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8 43.6c-7.3 11.5-11.2 24.8-11.2 38.4c0 17.5 6.4 34.4 18.1 47.5l9.8 11c29.8-5.2 55.9-12.5 77.2-21.5c47.1-19.9 55-39.9 55-49.8zM349.2 237.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3 19.1-61.2 45.3c19.4 1.7 39.9 2.7 61.2 2.7s41.8-.9 61.2-2.7zM169 90.8c-25.2 5-47.4 11.6-66 19.4C56 130.1 48 150.1 48 160s8 29.9 55 49.8c21.3 9 47.4 16.3 77.2 21.5l9.8-11c11.6-13.1 18.1-30 18.1-47.5c0-13.6-3.9-26.9-11.2-38.4L169 90.8zm56.3-8C224.5 87 224 91.5 224 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-4.5-.5-9-1.4-13.2C330.8 81 309.8 80 288 80s-42.8 1-62.6 2.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "drumstick-bite": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6d7" + ] + } + }, + "changes": [ + "5.4.0", + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bone", + "chicken", + "leg", + "meat", + "poultry", + "turkey" + ] + }, + "unicode": "f6d7", + "label": "Drumstick Bite", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 265.2c0 8.5-3.4 16.6-9.4 22.6l-26.8 26.8c-12.3 12.3-32.5 11.4-49.4 7.2C69.8 320.6 65 320 60 320c-33.1 0-60 26.9-60 60s26.9 60 60 60c6.3 0 12 5.7 12 12c0 33.1 26.9 60 60 60s60-26.9 60-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1 7.2-49.4l26.8-26.8c6-6 14.1-9.4 22.6-9.4H336c6.3 0 12.4-.3 18.5-1c11.9-1.2 16.4-15.5 10.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9 50.1-112 112-112c8 0 15.7 .8 23.2 2.4c11.7 2.5 24.1-5.9 22-17.6C494.5 62.5 422.5 0 336 0C238.8 0 160 78.8 160 176v89.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "drupal": { + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1a9", + "label": "Drupal Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M303.973,108.136C268.2,72.459,234.187,38.35,224.047,0c-9.957,38.35-44.25,72.459-80.019,108.136C90.467,161.7,29.716,222.356,29.716,313.436c-2.337,107.3,82.752,196.18,190.053,198.517S415.948,429.2,418.285,321.9q.091-4.231,0-8.464C418.285,222.356,357.534,161.7,303.973,108.136Zm-174.326,223a130.282,130.282,0,0,0-15.211,24.153,4.978,4.978,0,0,1-3.319,2.766h-1.659c-4.333,0-9.219-8.481-9.219-8.481h0c-1.29-2.028-2.489-4.149-3.687-6.361l-.83-1.752c-11.247-25.72-1.475-62.318-1.475-62.318h0a160.585,160.585,0,0,1,23.231-49.873A290.8,290.8,0,0,1,138.5,201.613l9.219,9.219,43.512,44.434a4.979,4.979,0,0,1,0,6.638L145.78,312.33h0Zm96.612,127.311a67.2,67.2,0,0,1-49.781-111.915c14.2-16.871,31.528-33.464,50.334-55.313,22.309,23.785,36.875,40.1,51.164,57.986a28.413,28.413,0,0,1,2.95,4.425,65.905,65.905,0,0,1,11.984,37.981,66.651,66.651,0,0,1-66.466,66.836ZM352.371,351.6h0a7.743,7.743,0,0,1-6.176,5.347H344.9a11.249,11.249,0,0,1-6.269-5.07h0a348.21,348.21,0,0,0-39.456-48.952L281.387,284.49,222.3,223.185a497.888,497.888,0,0,1-35.4-36.322,12.033,12.033,0,0,0-.922-1.382,35.4,35.4,0,0,1-4.7-9.219V174.51a31.346,31.346,0,0,1,9.218-27.656c11.432-11.431,22.955-22.954,33.833-34.939,11.984,13.275,24.8,26,37.428,38.627h0a530.991,530.991,0,0,1,69.6,79.1,147.494,147.494,0,0,1,27.011,83.8A134.109,134.109,0,0,1,352.371,351.6Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "dumbbell": { + "aliases": { + "unicodes": { + "secondary": [ + "10f44b" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "exercise", + "gym", + "strength", + "weight", + "weight-lifting" + ] + }, + "unicode": "f44b", + "label": "Dumbbell", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V224v64V448c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V384H64c-17.7 0-32-14.3-32-32V288c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H96V64zm448 0v64h32c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32v64c0 17.7-14.3 32-32 32H544v64c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32V288 224 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32zM416 224v64H224V224H416z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dumpster": { + "aliases": { + "unicodes": { + "secondary": [ + "10f793" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alley", + "bin", + "commercial", + "trash", + "waste" + ] + }, + "unicode": "f793", + "label": "Dumpster", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160h94L140.5 32H49.7zM272 160V32H173.1L147.5 160H272zm32 0H428.5L402.9 32H304V160zm157.1 0h94c11.5 0 20.9-9.3 20.9-20.9c0-2.1-.3-4.1-.9-6.1L549.2 48.9C546.1 38.9 536.8 32 526.3 32H435.5l25.6 128zM32 192l4 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H44L64 448c0 17.7 14.3 32 32 32s32-14.3 32-32H448c0 17.7 14.3 32 32 32s32-14.3 32-32l20-160h12c17.7 0 32-14.3 32-32s-14.3-32-32-32h-4l4-32H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dumpster-fire": { + "aliases": { + "unicodes": { + "secondary": [ + "10f794" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alley", + "bin", + "commercial", + "danger", + "dangerous", + "euphemism", + "flame", + "heat", + "hot", + "trash", + "waste" + ] + }, + "unicode": "f794", + "label": "Dumpster Fire", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160h94L140.5 32H49.7zM272 160V32H173.1L147.5 160H272zm32 0h58c15.1-18.1 32.1-35.7 50.5-52.1c1.5-1.4 3.2-2.6 4.8-3.8L402.9 32H304V160zm209.9-23.7c17.4-15.8 43.9-16.2 61.7-1.2c-.1-.7-.3-1.4-.5-2.1L549.2 48.9C546.1 38.9 536.8 32 526.3 32H435.5l12.8 64.2c9.6 1 19 4.9 26.6 11.8c11.7 10.6 23 21.6 33.9 33.1c1.6-1.6 3.3-3.2 5-4.8zM325.2 210.7c3.8-6.2 7.9-12.5 12.3-18.7H32l4 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H44L64 448c0 17.7 14.3 32 32 32s32-14.3 32-32H337.6c-31-34.7-49.6-80.6-49.6-129.9c0-35.2 16.3-73.6 37.2-107.4zm128.4-78.9c-2.8-2.5-6.3-3.7-9.8-3.8c-3.6 0-7.2 1.2-10 3.7c-33.2 29.7-61.4 63.4-81.4 95.8c-19.7 31.9-32.4 66.2-32.4 92.6C320 407.9 390.3 480 480 480c88.7 0 160-72 160-159.8c0-20.2-9.6-50.9-24.2-79c-14.8-28.5-35.7-58.5-60.4-81.1c-5.6-5.1-14.4-5.2-20 0c-9.6 8.8-18.6 19.6-26.5 29.5c-17.3-20.7-35.8-39.9-55.5-57.7zM530 401c-15 10-31 15-49 15c-45 0-81-29-81-78c0-24 15-45 45-82c4 5 62 79 62 79l36-42c3 4 5 8 7 12c18 33 10 75-20 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dungeon": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6d9" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "building", + "d&d", + "dnd", + "door", + "entrance", + "fantasy", + "gate" + ] + }, + "unicode": "f6d9", + "label": "Dungeon", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M336.6 156.5c1.3 1.1 2.7 2.2 3.9 3.3c9.3 8.2 23 10.5 33.4 3.6l67.6-45.1c11.4-7.6 14.2-23.2 5.1-33.4C430 66.6 410.9 50.6 389.7 37.6c-11.9-7.3-26.9-1.4-32.1 11.6l-30.5 76.2c-4.5 11.1 .2 23.6 9.5 31.2zM328 36.8c5.1-12.8-1.6-27.4-15-30.5C294.7 2.2 275.6 0 256 0s-38.7 2.2-57 6.4C185.5 9.4 178.8 24 184 36.8l30.3 75.8c4.5 11.3 16.8 17.2 29 16c4.2-.4 8.4-.6 12.7-.6s8.6 .2 12.7 .6c12.1 1.2 24.4-4.7 29-16L328 36.8zM65.5 85c-9.1 10.2-6.3 25.8 5.1 33.4l67.6 45.1c10.3 6.9 24.1 4.6 33.4-3.6c1.3-1.1 2.6-2.3 4-3.3c9.3-7.5 13.9-20.1 9.5-31.2L154.4 49.2c-5.2-12.9-20.3-18.8-32.1-11.6C101.1 50.6 82 66.6 65.5 85zm314 137.1c.9 3.3 1.7 6.6 2.3 10c2.5 13 13 23.9 26.2 23.9h80c13.3 0 24.1-10.8 22.9-24c-2.5-27.2-9.3-53.2-19.7-77.3c-5.5-12.9-21.4-16.6-33.1-8.9l-68.6 45.7c-9.8 6.5-13.2 19.2-10 30.5zM53.9 145.8c-11.6-7.8-27.6-4-33.1 8.9C10.4 178.8 3.6 204.8 1.1 232c-1.2 13.2 9.6 24 22.9 24h80c13.3 0 23.8-10.8 26.2-23.9c.6-3.4 1.4-6.7 2.3-10c3.1-11.4-.2-24-10-30.5L53.9 145.8zM104 288H24c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V312c0-13.3-10.7-24-24-24zm304 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V312c0-13.3-10.7-24-24-24H408zM24 416c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V440c0-13.3-10.7-24-24-24H24zm384 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V440c0-13.3-10.7-24-24-24H408zM272 192c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V192zm-64 32c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V224zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V224z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "dyalog": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f399", + "label": "Dyalog", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 416, + 512 + ], + "width": 416, + "height": 512, + "path": "M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "e": { + "aliases": { + "unicodes": { + "composite": [ + "65" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter E", + "Latin Small Letter E", + "letter" + ] + }, + "unicode": "45", + "label": "E", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V256 416c0 35.3 28.7 64 64 64H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ear-deaf": { + "aliases": { + "names": [ + "deaf", + "deafness", + "hard-of-hearing" + ], + "unicodes": { + "secondary": [ + "10f2a4" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ear", + "hearing", + "sign language" + ] + }, + "unicode": "f2a4", + "label": "Ear Deaf", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.6 54.6l-40 40c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l40-40c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zm-320 320l-128 128c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zM240 128c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3C74.8 132.5 149.4 64 240 64c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7V400c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48v-6.1c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zm0 80c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ear-listen": { + "aliases": { + "names": [ + "assistive-listening-systems" + ], + "unicodes": { + "secondary": [ + "10f2a2" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "amplify", + "audio", + "deaf", + "ear", + "headset", + "hearing", + "sound" + ] + }, + "unicode": "f2a2", + "label": "Ear Listen", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M398.3 3.4c-15.8-7.9-35-1.5-42.9 14.3c-7.9 15.8-1.5 34.9 14.2 42.9l.4 .2c.4 .2 1.1 .6 2.1 1.2c2 1.2 5 3 8.7 5.6c7.5 5.2 17.6 13.2 27.7 24.2C428.5 113.4 448 146 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7C441.6 33.2 427.7 22.2 417.3 15c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2-.2-.1-.1 0 0 0c0 0 0 0-14.3 28.6L398.3 3.4zM128.7 227.5c6.2-56 53.7-99.5 111.3-99.5c61.9 0 112 50.1 112 112c0 29.3-11.2 55.9-29.6 75.9c-17 18.4-34.4 45.1-34.4 78V400c0 26.5-21.5 48-48 48c-17.7 0-32 14.3-32 32s14.3 32 32 32c61.9 0 112-50.1 112-112v-6.1c0-9.8 5.4-21.7 17.4-34.7C398.3 327.9 416 286 416 240c0-97.2-78.8-176-176-176C149.4 64 74.8 132.5 65.1 220.5c-1.9 17.6 10.7 33.4 28.3 35.3s33.4-10.7 35.3-28.3zM32 512a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM192 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0zM208 240c0-17.7 14.3-32 32-32s32 14.3 32 32c0 13.3 10.7 24 24 24s24-10.7 24-24c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 13.3 10.7 24 24 24s24-10.7 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "earlybirds": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f39a", + "label": "Earlybirds", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 480, + 512 + ], + "width": 480, + "height": 512, + "path": "M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5zm-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7zM319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9zM207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7zm52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2zm135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "earth-africa": { + "aliases": { + "names": [ + "globe-africa" + ], + "unicodes": { + "composite": [ + "1f30d" + ], + "secondary": [ + "10f57c" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "africa", + "all", + "country", + "earth", + "europe", + "global", + "globe", + "gps", + "language", + "localize", + "location", + "map", + "online", + "place", + "planet", + "translate", + "travel", + "world" + ] + }, + "unicode": "f57c", + "label": "Earth Africa", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M177.8 63.2l10 17.4c2.8 4.8 4.2 10.3 4.2 15.9v41.4c0 3.9 1.6 7.7 4.3 10.4c6.2 6.2 16.5 5.7 22-1.2l13.6-17c4.7-5.9 12.9-7.7 19.6-4.3l15.2 7.6c3.4 1.7 7.2 2.6 11 2.6c6.5 0 12.8-2.6 17.4-7.2l3.9-3.9c2.9-2.9 7.3-3.6 11-1.8l29.2 14.6c7.8 3.9 12.6 11.8 12.6 20.5c0 10.5-7.1 19.6-17.3 22.2l-35.4 8.8c-7.4 1.8-15.1 1.5-22.4-.9l-32-10.7c-3.3-1.1-6.7-1.7-10.2-1.7c-7 0-13.8 2.3-19.4 6.5L176 212c-10.1 7.6-16 19.4-16 32v28c0 26.5 21.5 48 48 48h32c8.8 0 16 7.2 16 16v48c0 17.7 14.3 32 32 32c10.1 0 19.6-4.7 25.6-12.8l25.6-34.1c8.3-11.1 12.8-24.6 12.8-38.4V318.6c0-3.9 2.6-7.3 6.4-8.2l5.3-1.3c11.9-3 20.3-13.7 20.3-26c0-7.1-2.8-13.9-7.8-18.9l-33.5-33.5c-3.7-3.7-3.7-9.7 0-13.4c5.7-5.7 14.1-7.7 21.8-5.1l14.1 4.7c12.3 4.1 25.7-1.5 31.5-13c3.5-7 11.2-10.8 18.9-9.2l27.4 5.5C432 112.4 351.5 48 256 48c-27.7 0-54 5.4-78.2 15.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "earth-americas": { + "aliases": { + "names": [ + "earth", + "earth-america", + "globe-americas" + ], + "unicodes": { + "composite": [ + "1f30e" + ], + "secondary": [ + "10f57d" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "all", + "america", + "country", + "earth", + "global", + "globe", + "gps", + "language", + "localize", + "location", + "map", + "online", + "place", + "planet", + "translate", + "travel", + "world" + ] + }, + "unicode": "f57d", + "label": "Earth Americas", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5v39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9v39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7v-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1H257c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "earth-asia": { + "aliases": { + "names": [ + "globe-asia" + ], + "unicodes": { + "composite": [ + "1f30f" + ], + "secondary": [ + "10f57e" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "all", + "asia", + "australia", + "country", + "earth", + "global", + "globe", + "gps", + "language", + "localize", + "location", + "map", + "online", + "place", + "planet", + "translate", + "travel", + "world" + ] + }, + "unicode": "f57e", + "label": "Earth Asia", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M51.7 295.1l31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7c15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9h2.3c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4l16.4-40.9C303.4 52.1 280.2 48 256 48C141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1zm407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6zm92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-8 32zM343.2 113.7c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5 .7 21.5-7.2l16-32c4-7.9 .7-17.5-7.2-21.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "earth-europe": { + "aliases": { + "names": [ + "globe-europe" + ], + "unicodes": { + "secondary": [ + "10f7a2" + ] + } + }, + "changes": [ + "5.6.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "all", + "country", + "earth", + "europe", + "global", + "globe", + "gps", + "language", + "localize", + "location", + "map", + "online", + "place", + "planet", + "translate", + "travel", + "world" + ] + }, + "unicode": "f7a2", + "label": "Earth Europe", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M266.3 48.3L232.5 73.6c-5.4 4-8.5 10.4-8.5 17.1v9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1h1c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9c-5.8 5.8-12.9 10.2-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10l-17.9 17.9c-6.4 6.4-9.9 15-9.9 24v4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H379.3c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3h11.3c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5C386 262 384 266.9 384 272s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16H454c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4H251.4c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3v3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3H248c13.3 0 24 10.7 24 24c0 2.5 .4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM187.3 100.7c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "earth-oceania": { + "aliases": { + "names": [ + "globe-oceania" + ] + }, + "changes": [ + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "all", + "australia", + "country", + "earth", + "global", + "globe", + "gps", + "language", + "localize", + "location", + "map", + "melanesia", + "micronesia", + "new zealand", + "online", + "place", + "planet", + "polynesia", + "translate", + "travel", + "world" + ] + }, + "unicode": "e47b", + "label": "Earth Oceania", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM208.6 357.3l-39-13.5c-6.5-2.2-13.6-2.3-20.1-.3l-15.3 4.9c-18.5 5.9-38.5-2.4-47.5-19.5l-3.3-6.2c-10.6-20.1-2.3-45 18.2-54.7l35.3-16.8c2.3-1.1 4.4-2.8 5.9-4.8l5.3-7c7.2-9.6 18.6-15.3 30.6-15.3s23.4 5.7 30.6 15.3l4.6 6.1c2 2.6 4.9 4.5 8.1 5.1c7.8 1.6 15.7-1.5 20.4-7.9l10.4-14.2c2-2.8 5.3-4.4 8.7-4.4c4.4 0 8.4 2.7 10 6.8l10.1 25.9c2.8 7.2 6.7 14 11.5 20.2L311 299.8c5.8 7.4 9 16.6 9 26s-3.2 18.6-9 26L299 367.2c-8.3 10.6-21 16.8-34.4 16.8c-8.4 0-16.6-2.4-23.7-7l-25.4-16.4c-2.2-1.4-4.5-2.5-6.9-3.4zm65.2-214.8L296 164.7c10.1 10.1 2.9 27.3-11.3 27.3H254.8c-5.6 0-11.1-1.2-16.2-3.4l-42.8-19c-14.3-6.3-11.9-27.3 3.4-30.3l38.5-7.7c13.1-2.6 26.7 1.5 36.1 10.9zM248 432c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H264c-8.8 0-16-7.2-16-16zM431.2 298.9l8 24c2.8 8.4-1.7 17.4-10.1 20.2s-17.4-1.7-20.2-10.1l-8-24c-2.8-8.4 1.7-17.4 10.1-20.2s17.4 1.7 20.2 10.1zm-19.9 80.4l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ebay": { + "changes": [ + "5.0.11", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4f4", + "label": "eBay", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "edge": { + "changes": [ + "4.5.0", + "5.0.0", + "5.12.1", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "browser", + "ie" + ] + }, + "unicode": "f282", + "label": "Edge Browser", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M120.1 37.44C161.1 12.23 207.7-.7753 255 .0016C423 .0016 512 123.8 512 219.5C511.9 252.2 499 283.4 476.1 306.7C453.2 329.9 422.1 343.2 389.4 343.7C314.2 343.7 297.9 320.6 297.9 311.7C297.9 307.9 299.1 305.5 302.7 302.3L303.7 301.1L304.1 299.5C314.6 288 320 273.3 320 257.9C320 179.2 237.8 115.2 136 115.2C98.46 114.9 61.46 124.1 28.48 142.1C55.48 84.58 111.2 44.5 119.8 38.28C120.6 37.73 120.1 37.44 120.1 37.44V37.44zM135.7 355.5C134.3 385.5 140.3 415.5 152.1 442.7C165.7 469.1 184.8 493.7 208.6 512C149.1 500.5 97.11 468.1 59.2 422.7C21.12 376.3 0 318.4 0 257.9C0 206.7 62.4 163.5 136 163.5C172.6 162.9 208.4 174.4 237.8 196.2L234.2 197.4C182.7 215 135.7 288.1 135.7 355.5V355.5zM469.8 400L469.1 400.1C457.3 418.9 443.2 435.2 426.9 449.6C396.1 477.6 358.8 495.1 318.1 499.5C299.5 499.8 281.3 496.3 264.3 488.1C238.7 477.8 217.2 458.1 202.7 435.1C188.3 411.2 181.6 383.4 183.7 355.5C183.1 335.4 189.1 315.2 198.7 297.3C212.6 330.4 236.2 358.6 266.3 378.1C296.4 397.6 331.8 407.6 367.7 406.7C398.7 407 429.8 400 457.9 386.2L459.8 385.3C463.7 383 467.5 381.4 471.4 385.3C475.9 390.2 473.2 394.5 470.2 399.3C470 399.5 469.9 399.8 469.8 400V400z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "edge-legacy": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e078", + "label": "Edge Legacy Browser", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M25.71,228.16l.35-.48c0,.16,0,.32-.07.48Zm460.58,15.51c0-44-7.76-84.46-28.81-122.4C416.5,47.88,343.91,8,258.89,8,119,7.72,40.62,113.21,26.06,227.68c42.42-61.31,117.07-121.38,220.37-125,0,0,109.67,0,99.42,105H170c6.37-37.39,18.55-59,34.34-78.93-75.05,34.9-121.85,96.1-120.75,188.32.83,71.45,50.13,144.84,120.75,172,83.35,31.84,192.77,7.2,240.13-21.33V363.31C363.6,419.8,173.6,424.23,172.21,295.74H486.29V243.67Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "egg": { + "aliases": { + "unicodes": { + "composite": [ + "1f95a" + ], + "secondary": [ + "10f7fb" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "breakfast", + "chicken", + "easter", + "egg", + "food", + "shell", + "yolk" + ] + }, + "unicode": "f7fb", + "label": "Egg", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 496C86 496 0 394 0 288C0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208zM154.8 134c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2C69.7 226.1 64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8c10.1-28.5 25-54.1 43.7-71.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "eject": { + "aliases": { + "unicodes": { + "composite": [ + "23cf" + ], + "secondary": [ + "10f052" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abort", + "cancel", + "cd", + "discharge", + "eject", + "eject button" + ] + }, + "unicode": "f052", + "label": "Eject", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 32c13.5 0 26.3 5.6 35.4 15.6l176 192c12.9 14 16.2 34.3 8.6 51.8S419 320 400 320H48c-19 0-36.3-11.2-43.9-28.7s-4.3-37.7 8.6-51.8l176-192C197.7 37.6 210.5 32 224 32zM0 432c0-26.5 21.5-48 48-48H400c26.5 0 48 21.5 48 48s-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "elementor": { + "changes": [ + "5.0.3", + "6.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f430", + "label": "Elementor", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M.361 256C.361 397 114 511 255 511C397 511 511 397 511 256C511 116 397 2.05 255 2.05C114 2.05 .361 116 .361 256zM192 150V363H149V150H192zM234 150H362V193H234V150zM362 235V278H234V235H362zM234 320H362V363H234V320z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "elevator": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accessibility", + "elevator", + "hoist", + "lift", + "users-people" + ] + }, + "unicode": "e16d", + "label": "Elevator", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M132.7 4.7l-64 64c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9H208c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-64-64c-6.2-6.2-16.4-6.2-22.6 0zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H64zm96 96a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM80 400c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32H112c-17.7 0-32-14.3-32-32V400zm192 0c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32H304c-17.7 0-32-14.3-32-32V400zm32-128a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM356.7 91.3c6.2 6.2 16.4 6.2 22.6 0l64-64c4.6-4.6 5.9-11.5 3.5-17.4S438.5 0 432 0H304c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l64 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ellipsis": { + "aliases": { + "names": [ + "ellipsis-h" + ], + "unicodes": { + "secondary": [ + "10f141" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dots", + "drag", + "kebab", + "list", + "menu", + "nav", + "navigation", + "ol", + "pacman", + "reorder", + "settings", + "ul" + ] + }, + "unicode": "f141", + "label": "Ellipsis", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ellipsis-vertical": { + "aliases": { + "names": [ + "ellipsis-v" + ], + "unicodes": { + "secondary": [ + "10f142" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dots", + "drag", + "kebab", + "list", + "menu", + "nav", + "navigation", + "ol", + "reorder", + "settings", + "ul" + ] + }, + "unicode": "f142", + "label": "Ellipsis Vertical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 128, + 512 + ], + "width": 128, + "height": 512, + "path": "M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ello": { + "changes": [ + "5.2.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f5f1", + "label": "Ello", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36 7.44-1.65 15.71 2.48 17.36 9.92 14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ember": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f423", + "label": "Ember", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3zm-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6zm272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7zm22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5zm84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "empire": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1d1", + "label": "Galactic Empire", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "envelope": { + "aliases": { + "unicodes": { + "composite": [ + "1f582", + "2709", + "f003" + ], + "secondary": [ + "10f0e0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Back of Envelope", + "e-mail", + "email", + "envelope", + "letter", + "mail", + "message", + "notification", + "support" + ] + }, + "unicode": "f0e0", + "label": "Envelope", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z" + }, + "regular": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "envelope-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "check", + "email", + "envelope", + "mail", + "not affected", + "ok", + "okay", + "read", + "sent" + ] + }, + "unicode": "e4e8", + "label": "Envelope Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176V384c0 35.3 28.7 64 64 64H360.2C335.1 417.6 320 378.5 320 336c0-5.6 .3-11.1 .8-16.6l-26.4 19.8zM640 336a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 353.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "envelope-open": { + "aliases": { + "unicodes": { + "composite": [ + "f2b7" + ], + "secondary": [ + "10f2b6" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "e-mail", + "email", + "letter", + "mail", + "message", + "notification", + "support" + ] + }, + "unicode": "f2b6", + "label": "Envelope Open", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 208.1L256 65.9 448 208.1v47.4L289.5 373c-9.7 7.2-21.4 11-33.5 11s-23.8-3.9-33.5-11L64 255.5V208.1zM256 0c-12.1 0-23.8 3.9-33.5 11L25.9 156.7C9.6 168.8 0 187.8 0 208.1V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V208.1c0-20.3-9.6-39.4-25.9-51.4L289.5 11C279.8 3.9 268.1 0 256 0z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M255.4 48.2c.2-.1 .4-.2 .6-.2s.4 .1 .6 .2L460.6 194c2.1 1.5 3.4 3.9 3.4 6.5v13.6L291.5 355.7c-20.7 17-50.4 17-71.1 0L48 214.1V200.5c0-2.6 1.2-5 3.4-6.5L255.4 48.2zM48 276.2L190 392.8c38.4 31.5 93.7 31.5 132 0L464 276.2V456c0 4.4-3.6 8-8 8H56c-4.4 0-8-3.6-8-8V276.2zM256 0c-10.2 0-20.2 3.2-28.5 9.1L23.5 154.9C8.7 165.4 0 182.4 0 200.5V456c0 30.9 25.1 56 56 56H456c30.9 0 56-25.1 56-56V200.5c0-18.1-8.7-35.1-23.4-45.6L284.5 9.1C276.2 3.2 266.2 0 256 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "envelope-open-text": { + "aliases": { + "unicodes": { + "secondary": [ + "10f658" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.1", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "e-mail", + "email", + "letter", + "mail", + "message", + "notification", + "support" + ] + }, + "unicode": "f658", + "label": "Envelope Open Text", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M215.4 96H144 107.8 96v8.8V144v40.4 89L.2 202.5c1.6-18.1 10.9-34.9 25.7-45.8L48 140.3V96c0-26.5 21.5-48 48-48h76.6l49.9-36.9C232.2 3.9 243.9 0 256 0s23.8 3.9 33.5 11L339.4 48H416c26.5 0 48 21.5 48 48v44.3l22.1 16.4c14.8 10.9 24.1 27.7 25.7 45.8L416 273.4v-89V144 104.8 96H404.2 368 296.6 215.4zM0 448V242.1L217.6 403.3c11.1 8.2 24.6 12.7 38.4 12.7s27.3-4.4 38.4-12.7L512 242.1V448v0c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64v0zM176 160H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "envelopes-bulk": { + "aliases": { + "names": [ + "mail-bulk" + ], + "unicodes": { + "secondary": [ + "10f674" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "envelope", + "letter", + "post office", + "postal", + "postcard", + "send", + "stamp", + "usps" + ] + }, + "unicode": "f674", + "label": "Envelopes Bulk", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 0C110.3 0 96 14.3 96 32V224h96V192c0-35.3 28.7-64 64-64H480V32c0-17.7-14.3-32-32-32H128zM256 160c-17.7 0-32 14.3-32 32v32h96c35.3 0 64 28.7 64 64V416H576c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32H256zm240 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H496c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zM64 256c-17.7 0-32 14.3-32 32v13L187.1 415.9c1.4 1 3.1 1.6 4.9 1.6s3.5-.6 4.9-1.6L352 301V288c0-17.7-14.3-32-32-32H64zm288 84.8L216 441.6c-6.9 5.1-15.3 7.9-24 7.9s-17-2.8-24-7.9L32 340.8V480c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V340.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "envira": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "leaf" + ] + }, + "unicode": "f299", + "label": "Envira Gallery", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32zm79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "equals": { + "aliases": { + "unicodes": { + "composite": [ + "f52c" + ], + "primary": [ + "f52c" + ], + "secondary": [ + "103d", + "10f52c" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Equals Sign", + "arithmetic", + "even", + "match", + "math" + ] + }, + "unicode": "3d", + "label": "Equals", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H48zm0 192c-17.7 0-32 14.3-32 32s14.3 32 32 32H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "eraser": { + "aliases": { + "unicodes": { + "secondary": [ + "10f12d" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.8.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "art", + "delete", + "remove", + "rubber" + ] + }, + "unicode": "f12d", + "label": "Eraser", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M290.7 57.4L57.4 290.7c-25 25-25 65.5 0 90.5l80 80c12 12 28.3 18.7 45.3 18.7H288h9.4H512c17.7 0 32-14.3 32-32s-14.3-32-32-32H387.9L518.6 285.3c25-25 25-65.5 0-90.5L381.3 57.4c-25-25-65.5-25-90.5 0zM297.4 416H288l-105.4 0-80-80L227.3 211.3 364.7 348.7 297.4 416z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "erlang": { + "changes": [ + "5.0.0", + "5.0.3", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f39d", + "label": "Erlang", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9zm238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2zm230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ethereum": { + "changes": [ + "5.0.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f42e", + "label": "Ethereum", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ethernet": { + "aliases": { + "unicodes": { + "secondary": [ + "10f796" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cable", + "cat 5", + "cat 6", + "connection", + "hardware", + "internet", + "network", + "wired" + ] + }, + "unicode": "f796", + "label": "Ethernet", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 224V416c0 17.7 14.3 32 32 32H96V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H448V160c0-17.7-14.3-32-32-32H384V96c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32v32H96c-17.7 0-32 14.3-32 32v32H32c-17.7 0-32 14.3-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "etsy": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2d7", + "label": "Etsy", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75H384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "euro-sign": { + "aliases": { + "names": [ + "eur", + "euro" + ], + "unicodes": { + "composite": [ + "20ac" + ], + "secondary": [ + "10f153" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Euro Sign", + "currency" + ] + }, + "unicode": "f153", + "label": "Euro Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M48.1 240c-.1 2.7-.1 5.3-.1 8v16c0 2.7 0 5.3 .1 8H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H60.3C89.9 419.9 170 480 264 480h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H264c-57.9 0-108.2-32.4-133.9-80H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H112.2c-.1-2.6-.2-5.3-.2-8V248c0-2.7 .1-5.4 .2-8H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H130.1c25.7-47.6 76-80 133.9-80h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H264C170 32 89.9 92.1 60.3 176H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "evernote": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f839", + "label": "Evernote", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39zm79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "exclamation": { + "aliases": { + "unicodes": { + "composite": [ + "2755", + "2757", + "f12a" + ], + "primary": [ + "f12a" + ], + "secondary": [ + "1021", + "10f12a" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "!", + "Exclamation Mark", + "alert", + "danger", + "error", + "exclamation", + "important", + "mark", + "notice", + "notification", + "notify", + "outlined", + "problem", + "punctuation", + "red exclamation mark", + "warning", + "white exclamation mark" + ] + }, + "unicode": "21", + "label": "Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 64, + 512 + ], + "width": 64, + "height": 512, + "path": "M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM32 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "expand": { + "aliases": { + "unicodes": { + "secondary": [ + "10f065" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "crop", + "enlarge", + "focus", + "fullscreen", + "resize", + "viewfinder" + ] + }, + "unicode": "f065", + "label": "Expand", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V96h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V352zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64v64c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32H320zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32V352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "expeditedssl": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f23e", + "label": "ExpeditedSSL", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4zm-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7V380zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4zm141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "explosion": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blast", + "blowup", + "boom", + "crash", + "detonation", + "explosion" + ] + }, + "unicode": "e4e9", + "label": "Explosion", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M499.6 11.3c6.7-10.7 20.5-14.5 31.7-8.5s15.8 19.5 10.6 31L404.8 338.6c2.2 2.3 4.3 4.7 6.3 7.1l97.2-54.7c10.5-5.9 23.6-3.1 30.9 6.4s6.3 23-2.2 31.5l-87 87H378.5c-13.2-37.3-48.7-64-90.5-64s-77.4 26.7-90.5 64H117.8L42.3 363.7c-9.7-6.7-13.1-19.6-7.9-30.3s17.4-15.9 28.7-12.4l97.2 30.4c3-3.9 6.1-7.7 9.4-11.3L107.4 236.3c-6.1-10.1-3.9-23.1 5.1-30.7s22.2-7.5 31.1 .1L246 293.6c1.5-.4 3-.8 4.5-1.1l13.6-142.7c1.2-12.3 11.5-21.7 23.9-21.7s22.7 9.4 23.9 21.7l13.5 141.9L499.6 11.3zM64 448v0H512v0h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H64zM288 0c13.3 0 24 10.7 24 24V72c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "eye": { + "aliases": { + "unicodes": { + "composite": [ + "1f441" + ], + "secondary": [ + "10f06e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "body", + "eye", + "look", + "optic", + "see", + "seen", + "show", + "sight", + "views", + "visible" + ] + }, + "unicode": "f06e", + "label": "Eye", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z" + }, + "regular": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "eye-dropper": { + "aliases": { + "names": [ + "eye-dropper-empty", + "eyedropper" + ], + "unicodes": { + "secondary": [ + "10f1fb" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beaker", + "clone", + "color", + "copy", + "eyedropper", + "pipette" + ] + }, + "unicode": "f1fb", + "label": "Eye Dropper", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M341.6 29.2L240.1 130.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4L482.8 170.4c39-39 39-102.2 0-141.1s-102.2-39-141.1 0zM55.4 323.3c-15 15-23.4 35.4-23.4 56.6v42.4L5.4 462.2c-8.5 12.7-6.8 29.6 4 40.4s27.7 12.5 40.4 4L89.7 480h42.4c21.2 0 41.6-8.4 56.6-23.4L309.4 335.9l-45.3-45.3L143.4 411.3c-3 3-7.1 4.7-11.3 4.7H96V379.9c0-4.2 1.7-8.3 4.7-11.3L221.4 247.9l-45.3-45.3L55.4 323.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "eye-low-vision": { + "aliases": { + "names": [ + "low-vision" + ], + "unicodes": { + "secondary": [ + "10f2a8" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blind", + "eye", + "sight" + ] + }, + "unicode": "f2a8", + "label": "Eye Low Vision", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223 149.5c48.6-44.3 123-50.8 179.3-11.7c60.8 42.4 78.9 123.2 44.2 186.9L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3L223 149.5zm223.1 298L83.1 161.5c-11 14.4-20.5 28.7-28.4 42.2l339 265.7c18.7-5.5 36.2-13 52.6-21.8zM34.5 268.3c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c3.1 0 6.1-.1 9.2-.2L33.1 247.8c-1.8 6.8-1.3 14 1.4 20.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "eye-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f070" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blind", + "hide", + "show", + "toggle", + "unseen", + "views", + "visible", + "visiblity" + ] + }, + "unicode": "f070", + "label": "Eye Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z" + }, + "regular": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "f": { + "aliases": { + "unicodes": { + "composite": [ + "66" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter F", + "Latin Small Letter F", + "letter" + ] + }, + "unicode": "46", + "label": "F", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V256 448c0 17.7 14.3 32 32 32s32-14.3 32-32V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "face-angry": { + "aliases": { + "names": [ + "angry" + ], + "unicodes": { + "composite": [ + "1f620" + ], + "secondary": [ + "10f556" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "angry", + "angry face", + "disapprove", + "emoticon", + "face", + "mad", + "upset" + ] + }, + "unicode": "f556", + "label": "Face Angry", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM338.7 395.9c6.6-5.9 7.1-16 1.2-22.6C323.8 355.4 295.7 336 256 336s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm72.4-118.5c9.7-9 10.2-24.2 1.2-33.9C315.3 344.3 290.6 328 256 328s-59.3 16.3-73.5 31.6c-9 9.7-8.5 24.9 1.2 33.9s24.9 8.5 33.9-1.2c7.4-7.9 20-16.4 38.5-16.4s31.1 8.5 38.5 16.4c9 9.7 24.2 10.2 33.9 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-dizzy": { + "aliases": { + "names": [ + "dizzy" + ], + "unicodes": { + "secondary": [ + "10f567" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dazed", + "dead", + "disapprove", + "emoticon", + "face" + ] + }, + "unicode": "f567", + "label": "Face Dizzy", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-224a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM100.7 132.7c6.2-6.2 16.4-6.2 22.6 0L160 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L182.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L160 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L137.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6zm192 0c6.2-6.2 16.4-6.2 22.6 0L352 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L374.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L352 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L329.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM103 135c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9zm192 0c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-flushed": { + "aliases": { + "names": [ + "flushed" + ], + "unicodes": { + "composite": [ + "1f633" + ], + "secondary": [ + "10f579" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dazed", + "embarrassed", + "emoticon", + "face", + "flushed", + "flushed face" + ] + }, + "unicode": "f579", + "label": "Face Flushed", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM176 384c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16s-7.2-16-16-16H192c-8.8 0-16 7.2-16 16zm-16-88a72 72 0 1 0 0-144 72 72 0 1 0 0 144zm264-72a72 72 0 1 0 -144 0 72 72 0 1 0 144 0zm-288 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm192 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM160.4 248a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm216-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 336c-13.3 0-24 10.7-24 24s10.7 24 24 24H320c13.3 0 24-10.7 24-24s-10.7-24-24-24H192zM160 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm144-80a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 0a80 80 0 1 0 -160 0 80 80 0 1 0 160 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-frown": { + "aliases": { + "names": [ + "frown" + ], + "unicodes": { + "composite": [ + "2639" + ], + "secondary": [ + "10f119" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.9", + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "disapprove", + "emoticon", + "face", + "frown", + "frowning face", + "rating", + "sad" + ] + }, + "unicode": "f119", + "label": "Face Frown", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.3 388.7c-2.6 8.4-11.6 13.2-20 10.5s-13.2-11.6-10.5-20C145.2 326.1 196.3 288 256 288s110.8 38.1 127.3 91.3c2.6 8.4-2.1 17.4-10.5 20s-17.4-2.1-20-10.5C340.5 349.4 302.1 320 256 320s-84.5 29.4-96.7 68.7zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM174.6 384.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4C328.2 358.5 297.2 336 256 336s-72.2 22.5-81.4 48.1zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-frown-open": { + "aliases": { + "names": [ + "frown-open" + ], + "unicodes": { + "composite": [ + "1f626" + ], + "secondary": [ + "10f57a" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "disapprove", + "emoticon", + "face", + "frown", + "frowning face with open mouth", + "mouth", + "open", + "rating", + "sad" + ] + }, + "unicode": "f57a", + "label": "Face Frown Open", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-122 174.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM182.4 382.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grimace": { + "aliases": { + "names": [ + "grimace" + ], + "unicodes": { + "composite": [ + "1f62c" + ], + "secondary": [ + "10f57f" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cringe", + "emoticon", + "face", + "grimace", + "grimacing face", + "teeth" + ] + }, + "unicode": "f57f", + "label": "Face Grimace", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm96-112h-8V360l55.3 0c-3.8 22.7-23.6 40-47.3 40zm47.3-56L344 344V304h8c23.8 0 43.5 17.3 47.3 40zM328 344H264V304h64v40zm0 56H264V360h64v40zm-80-96v40l-64 0V304h64zm0 56v40H184V360l64 0zm-80-16H112.7c3.8-22.7 23.6-40 47.3-40h8v40zm0 56h-8c-23.8 0-43.5-17.3-47.3-40H168v40zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM168 320c-13.3 0-24 10.7-24 24s10.7 24 24 24h8V320h-8zm40 48h32V320H208v48zm96 0V320H272v48h32zm32 0h8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v48zM168 288H344c30.9 0 56 25.1 56 56s-25.1 56-56 56H168c-30.9 0-56-25.1-56-56s25.1-56 56-56zm-23.6-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin": { + "aliases": { + "names": [ + "grin" + ], + "unicodes": { + "composite": [ + "1f600" + ], + "secondary": [ + "10f580" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "grin", + "grinning face", + "laugh", + "smile" + ] + }, + "unicode": "f580", + "label": "Face Grin", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-beam": { + "aliases": { + "names": [ + "grin-beam" + ], + "unicodes": { + "composite": [ + "1f604" + ], + "secondary": [ + "10f582" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "eye", + "face", + "grinning face with smiling eyes", + "laugh", + "mouth", + "open", + "smile" + ] + }, + "unicode": "f582", + "label": "Face Grin Beam", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-170.5-84l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM217.6 228.8l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-beam-sweat": { + "aliases": { + "names": [ + "grin-beam-sweat" + ], + "unicodes": { + "composite": [ + "1f605" + ], + "secondary": [ + "10f583" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "embarass", + "emoticon", + "face", + "grinning face with sweat", + "open", + "smile", + "sweat" + ] + }, + "unicode": "f583", + "label": "Face Grin Beam Sweat", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M476.8 126.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1c.3-.7 .6-1.4 .9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3zM256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0zM383.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7zm-166.2-89l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0zm160 0l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M476.8 126.3C497.1 120.8 512 102.7 512 81c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0c-9.5 12.6-27.1 37.2-36 57.5c-.3 .7-.6 1.4-.9 2.1C417.8 69.7 416 76 416 81c0 26 21.5 47 48 47c4.4 0 8.7-.6 12.8-1.7zM395.4 41.2C355.3 15.2 307.4 0 256 0C114.6 0 0 114.6 0 256S114.6 512 256 512s256-114.6 256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6 3.1-17.8 4.8-27.4 4.8c-8.9 0-17.6-1.5-25.7-4.2C454.7 185.5 464 219.7 464 256c0 114.9-93.1 208-208 208S48 370.9 48 256S141.1 48 256 48c48.7 0 93.4 16.7 128.9 44.7c-.6-3.8-.9-7.7-.9-11.7c0-11.4 3.8-22.4 7.1-30.5c1.3-3.1 2.7-6.2 4.3-9.3zM375 336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5zM217.6 228.8l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0zm160 0l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-hearts": { + "aliases": { + "names": [ + "grin-hearts" + ], + "unicodes": { + "composite": [ + "1f60d" + ], + "secondary": [ + "10f584" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "eye", + "face", + "love", + "smile", + "smiling face with heart-eyes" + ] + }, + "unicode": "f584", + "label": "Face Grin Hearts", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM199.3 129.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm154.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM215.3 137.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm122.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-squint": { + "aliases": { + "names": [ + "grin-squint" + ], + "unicodes": { + "composite": [ + "1f606" + ], + "secondary": [ + "10f585" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "grinning squinting face", + "laugh", + "mouth", + "satisfied", + "smile" + ] + }, + "unicode": "f585", + "label": "Face Grin Squint", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM133.5 146.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zm-216-161.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-squint-tears": { + "aliases": { + "names": [ + "grin-squint-tears" + ], + "unicodes": { + "composite": [ + "1f923" + ], + "secondary": [ + "10f586" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "floor", + "happy", + "laugh", + "rolling", + "rolling on the floor laughing", + "smile" + ] + }, + "unicode": "f586", + "label": "Face Grin Squint Tears", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-6.8 6.8-21.4 12.4-37.4 16.7c-16.3 4.4-34.1 7.5-46.3 9.3c-1.6 .2-3.1 .5-4.6 .6c-4.9 .8-9.1-2.8-9.5-7.4c-.1-.7 0-1.4 .1-2.1c1.6-11.2 4.6-29.6 9-47c.3-1.3 .7-2.6 1-3.9c4.3-15.9 9.8-30.5 16.7-37.4zm-44.7 19c-1.5 4.8-2.9 9.6-4.1 14.3c-4.8 18.9-8 38.5-9.7 50.3c-4 26.8 18.9 49.7 45.7 45.8c11.9-1.6 31.5-4.8 50.4-9.7c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c4.8-18.9 8-38.5 9.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9 1.6-31.5 4.8-50.4 9.7c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75C158.2-8.3 284.5-22.2 382.2 33.2zM51.5 410.1c18.5-5 38.8-8.3 50.9-10c.4-.1 .7-.1 1-.1c5.1-.2 9.2 4.3 8.4 9.6c-1.7 12.1-5 32.4-10 50.9C97.6 476.4 92 491 85.2 497.8C66 517 34.5 516.6 14.9 497.1s-20-51-.7-70.3c6.8-6.8 21.4-12.4 37.4-16.7zM416.9 209c-4.7-11.9-20.8-11-26.8 .3c-19 35.5-45 70.8-77.5 103.3S244.8 371.1 209.3 390c-11.3 6-12.2 22.1-.3 26.8c57.6 22.9 125.8 11 172.3-35.5s58.4-114.8 35.5-172.3zM87.1 285.1c2 2 4.6 3.2 7.3 3.4l56.1 5.1 5.1 56.1c.3 2.8 1.5 5.4 3.4 7.3c6.3 6.3 17.2 3.6 19.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92 265.3c-8.6 2.6-11.3 13.4-4.9 19.8zM265.3 92l-29.7 97.4c-3.5 11.6 7.3 22.5 19 19l97.4-29.7c8.6-2.6 11.3-13.4 4.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8 4.9z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-14.8 14.8-65.7 23.6-88.3 26.7c-5.6 .9-10.3-3.9-9.5-9.5C403.3 79.9 412 29 426.8 14.2zM75 75C158.2-8.3 284.5-22.2 382.2 33.2c-1.5 4.8-2.9 9.6-4.1 14.3c-3.1 12.2-5.5 24.6-7.3 35c-80.8-53.6-190.7-44.8-261.9 26.4C37.7 180.1 28.9 290 82.5 370.8c-10.5 1.8-22.9 4.2-35 7.3c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75zm389.6 58.9c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c3.1-12.2 5.5-24.6 7.3-35c80.8 53.6 190.7 44.8 261.9-26.4c71.2-71.2 80-181.1 26.4-261.9c10.5-1.8 22.9-4.2 35-7.3zm-105.4 93c10.1-16.3 33.9-16.9 37.9 1.9c9.5 44.4-3.7 93.5-39.3 129.1s-84.8 48.8-129.1 39.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7 50.2-35.4 73.6-58.8s43.1-48.4 58.8-73.6zM92 265.3l97.4-29.7c11.6-3.5 22.5 7.3 19 19l-29.7 97.4c-2.6 8.6-13.4 11.3-19.8 4.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2 4.9-19.8zm193-178.2c2 2 3.2 4.6 3.4 7.3l5.1 56.1 56.1 5.1c2.8 .3 5.4 1.5 7.3 3.4c6.3 6.3 3.6 17.2-4.9 19.8l-97.4 29.7c-11.6 3.5-22.5-7.3-19-19L265.3 92c2.6-8.6 13.4-11.3 19.8-4.9zM14.9 497.1c-19.6-19.6-20-51-.7-70.3C29 412 79.8 403.2 102.4 400.1c5.6-.9 10.3 3.9 9.5 9.5c-3.2 22.5-11.9 73.5-26.7 88.3C66 517 34.5 516.6 14.9 497.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-stars": { + "aliases": { + "names": [ + "grin-stars" + ], + "unicodes": { + "composite": [ + "1f929" + ], + "secondary": [ + "10f587" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "eyes", + "face", + "grinning", + "star", + "star-struck", + "starry-eyed" + ] + }, + "unicode": "f587", + "label": "Face Grin Stars", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm407.4 75.5c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM160 120c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L160 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L226.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192 0c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L352 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L418.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM183.2 132.6c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L176 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L242.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm160 0c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L336 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L402.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm6.3 175.8c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5c10.4-16.1-6.8-32.5-25.5-28.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-tears": { + "aliases": { + "names": [ + "grin-tears" + ], + "unicodes": { + "composite": [ + "1f602" + ], + "secondary": [ + "10f588" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "face", + "face with tears of joy", + "joy", + "laugh", + "tear" + ] + }, + "unicode": "f588", + "label": "Face Grin Tears", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M548.6 371.4C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c3.6-8.8 6.5-18.4 8.8-27.5c4.6-18.2 7.7-37 9.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2 18.8-45.2 45.4c1.6 11.3 4.6 30 9.3 48.2c2.3 9.1 5.2 18.8 8.8 27.5c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.4 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM281.6 228.8l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C190.7 188.4 184 206.1 184 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0zm160 0l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C350.7 188.4 344 206.1 344 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M516.1 325.5c1 3 2.1 6 3.3 8.9c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c1.2-2.9 2.3-5.9 3.3-8.9C152.5 406.2 229.5 464 320 464s167.5-57.8 196.1-138.5zM320 48c-101.4 0-185.8 72.5-204.3 168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-8-1.2-15.7 .1-22.3 3.1C505.8 120.5 421.4 48 320 48zM78.5 341.1C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7zm483 0c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zM439 336.5C414.4 374.6 370.3 400 319.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1zM281.6 228.8l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0zm160 0l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-tongue": { + "aliases": { + "names": [ + "grin-tongue" + ], + "unicodes": { + "composite": [ + "1f61b" + ], + "secondary": [ + "10f589" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "face", + "face with tongue", + "tongue" + ] + }, + "unicode": "f589", + "label": "Face Grin Tongue", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448V400.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V448c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 448V402.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V448c0 35.3 28.7 64 64 64s64-28.7 64-64z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4V363.6c-8.9-8-16.7-17.1-23.1-27.1c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1c-6.4 9.9-14.2 19-23 27V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 416V378.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-tongue-squint": { + "aliases": { + "names": [ + "grin-tongue-squint" + ], + "unicodes": { + "composite": [ + "1f61d" + ], + "secondary": [ + "10f58a" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "eye", + "face", + "horrible", + "squinting face with tongue", + "taste", + "tongue" + ] + }, + "unicode": "f58a", + "label": "Face Grin Tongue Squint", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448V400.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V448c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zM116 141.1c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 448V402.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V448c0 35.3 28.7 64 64 64s64-28.7 64-64z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4V392.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm116-98.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 416V378.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-tongue-wink": { + "aliases": { + "names": [ + "grin-tongue-wink" + ], + "unicodes": { + "composite": [ + "1f61c" + ], + "secondary": [ + "10f58b" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "5.12.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "eye", + "face", + "joke", + "tongue", + "wink", + "winking face with tongue" + ] + }, + "unicode": "f58b", + "label": "Face Grin Tongue Wink", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M174.5 498.8C73.1 464.7 0 368.9 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448V401.1c24.3-17.5 43.6-41.6 55.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c11.7 27.8 30.8 51.7 54.8 69.2V448c0 18.6 5.3 36 14.5 50.8zm20.7-265.2c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zM336 272a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM320 402.6V448c0 35.3-28.7 64-64 64s-64-28.7-64-64V402.6c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6zM336 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M348.3 442.4c2.4-8.4 3.7-17.3 3.7-26.4V363.5c8.8-8 16.6-17.1 23-27c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c6.5 10 14.3 19.1 23.1 27.1V416c0 9.2 1.3 18 3.7 26.4C95.1 408.4 48 337.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 81.7-47.1 152.4-115.7 186.4zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm176.7 12a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-.4-72a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM320 416c0 35.3-28.7 64-64 64s-64-28.7-64-64V378.6c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6V416z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-wide": { + "aliases": { + "names": [ + "grin-alt" + ], + "unicodes": { + "composite": [ + "1f603" + ], + "secondary": [ + "10f581" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "grinning face with big eyes", + "laugh", + "mouth", + "open", + "smile" + ] + }, + "unicode": "f581", + "label": "Face Grin Wide", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM208 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm128 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM224 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm96 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-grin-wink": { + "aliases": { + "names": [ + "grin-wink" + ], + "unicodes": { + "secondary": [ + "10f58c" + ] + } + }, + "changes": [ + "5.1.0", + "5.1.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "flirt", + "laugh", + "smile" + ] + }, + "unicode": "f58c", + "label": "Face Grin Wink", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-16.9-79.2c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-kiss": { + "aliases": { + "names": [ + "kiss" + ], + "unicodes": { + "composite": [ + "1f617" + ], + "secondary": [ + "10f596" + ] + } + }, + "changes": [ + "5.1.0", + "5.1.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beso", + "emoticon", + "face", + "kiss", + "kissing face", + "love", + "smooch" + ] + }, + "unicode": "f596", + "label": "Face Kiss", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 25.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 411.1 257.4 416 240 416c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.8-.5-.1-.1-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-kiss-beam": { + "aliases": { + "names": [ + "kiss-beam" + ], + "unicodes": { + "composite": [ + "1f619" + ], + "secondary": [ + "10f597" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beso", + "emoticon", + "eye", + "face", + "kiss", + "kissing face with smiling eyes", + "love", + "smile", + "smooch" + ] + }, + "unicode": "f597", + "label": "Face Kiss Beam", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-84.9l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 41.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 427.1 257.4 432 240 432c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-68.9l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-kiss-wink-heart": { + "aliases": { + "names": [ + "kiss-wink-heart" + ], + "unicodes": { + "composite": [ + "1f618" + ], + "secondary": [ + "10f598" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beso", + "emoticon", + "face", + "face blowing a kiss", + "kiss", + "love", + "smooch" + ] + }, + "unicode": "f598", + "label": "Face Kiss Wink Heart", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M498 339.7c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-22.9-89.3c-10-39 11.8-80.9 51.8-92.1c37.2-10.4 73.8 10.1 87.5 44c12.7-1.6 25.1 .4 36.2 5zM296 332c0 6.9-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C258.7 443.1 241.4 448 224 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.6-.4-.3-.2-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm194.8 57.6c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M338.9 446.8c-25.4 11-53.4 17.2-82.9 17.2C141.1 464 48 370.9 48 256S141.1 48 256 48s208 93.1 208 208c0 22.4-3.5 43.9-10.1 64.1c3.1 4.5 5.7 9.4 7.8 14.6c12.7-1.6 25.1 .4 36.2 5c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296 316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4C258.7 276.9 241.4 272 224 272c-3.6 0-6.8 2.5-7.7 6s.6 7.2 3.8 9l0 0 0 0 0 0 .2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1 0 0 0 0 0 0 0 0 0 0c-2.5 1.4-4.1 4.1-4.1 7s1.6 5.6 4.1 7l0 0 0 0 0 0 .2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1 0 0 0 0 0 0 0 0c-3.2 1.8-4.7 5.5-3.8 9s4.1 6 7.7 6c17.4 0 34.7-4.9 47.9-12.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3 6-2.7 8.7-4.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm159.3-20c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C375.7 186.8 355 180 335.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-laugh": { + "aliases": { + "names": [ + "laugh" + ], + "unicodes": { + "secondary": [ + "10f599" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "face", + "laugh", + "smile" + ] + }, + "unicode": "f599", + "label": "Face Laugh", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-laugh-beam": { + "aliases": { + "names": [ + "laugh-beam" + ], + "unicodes": { + "composite": [ + "1f601" + ], + "secondary": [ + "10f59a" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "beaming face with smiling eyes", + "emoticon", + "eye", + "face", + "grin", + "happy", + "smile" + ] + }, + "unicode": "f59a", + "label": "Face Laugh Beam", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM217.6 212.8l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm86.9-85.1l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-laugh-squint": { + "aliases": { + "names": [ + "laugh-squint" + ], + "unicodes": { + "secondary": [ + "10f59b" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "face", + "happy", + "smile" + ] + }, + "unicode": "f59b", + "label": "Face Laugh Squint", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zm36.7-199.4l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 125.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm2.8-183.3l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 141.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-laugh-wink": { + "aliases": { + "names": [ + "laugh-wink" + ], + "unicodes": { + "secondary": [ + "10f59c" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "face", + "happy", + "smile" + ] + }, + "unicode": "f59c", + "label": "Face Laugh Wink", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-meh": { + "aliases": { + "names": [ + "meh" + ], + "unicodes": { + "composite": [ + "1f610" + ], + "secondary": [ + "10f11a" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.9", + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "deadpan", + "emoticon", + "face", + "meh", + "neutral", + "neutral face", + "rating" + ] + }, + "unicode": "f11a", + "label": "Face Meh", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM160 336H352c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm192-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM184 328c-13.3 0-24 10.7-24 24s10.7 24 24 24H328c13.3 0 24-10.7 24-24s-10.7-24-24-24H184z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-meh-blank": { + "aliases": { + "names": [ + "meh-blank" + ], + "unicodes": { + "composite": [ + "1f636" + ], + "secondary": [ + "10f5a4" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "face without mouth", + "mouth", + "neutral", + "quiet", + "rating", + "silent" + ] + }, + "unicode": "f5a4", + "label": "Face Meh Blank", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm208.4-48a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-rolling-eyes": { + "aliases": { + "names": [ + "meh-rolling-eyes" + ], + "unicodes": { + "composite": [ + "1f644" + ], + "secondary": [ + "10f5a5" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "eyeroll", + "eyes", + "face", + "face with rolling eyes", + "neutral", + "rating", + "rolling" + ] + }, + "unicode": "f5a5", + "label": "Face Rolling Eyes", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 368H320c8.8 0 16 7.2 16 16s-7.2 16-16 16H192c-8.8 0-16-7.2-16-16s7.2-16 16-16zm32-144c0 35.3-28.7 64-64 64s-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C208.5 175.6 224 198 224 224zm128 64c-35.3 0-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C400.5 175.6 416 198 416 224c0 35.3-28.7 64-64 64z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM168 376c0 13.3 10.7 24 24 24H320c13.3 0 24-10.7 24-24s-10.7-24-24-24H192c-13.3 0-24 10.7-24 24zm-8-104c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm192-32c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-sad-cry": { + "aliases": { + "names": [ + "sad-cry" + ], + "unicodes": { + "composite": [ + "1f62d" + ], + "secondary": [ + "10f5b3" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cry", + "emoticon", + "face", + "loudly crying face", + "sad", + "sob", + "tear", + "tears" + ] + }, + "unicode": "f5b3", + "label": "Face Sad Cry", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 493.4c-29.6 12-62.1 18.6-96 18.6s-66.4-6.6-96-18.6V288c0-8.8-7.2-16-16-16s-16 7.2-16 16V477.8C51.5 433.5 0 350.8 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 94.8-51.5 177.5-128 221.8V288c0-8.8-7.2-16-16-16s-16 7.2-16 16V493.4zM195.2 233.6c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zm121.6 0c17.6-23.5 52.8-23.5 70.4 0c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2zM208 336v32c0 26.5 21.5 48 48 48s48-21.5 48-48V336c0-26.5-21.5-48-48-48s-48 21.5-48 48z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M400 406.1V288c0-13.3-10.7-24-24-24s-24 10.7-24 24V440.6c-28.7 15-61.4 23.4-96 23.4s-67.3-8.5-96-23.4V288c0-13.3-10.7-24-24-24s-24 10.7-24 24V406.1C72.6 368.2 48 315 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 59-24.6 112.2-64 150.1zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm166.6 9.7c5.5-5.8 14.8-9.7 25.4-9.7s19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C391.7 186.8 371 180 351.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9zM208 320v32c0 26.5 21.5 48 48 48s48-21.5 48-48V320c0-26.5-21.5-48-48-48s-48 21.5-48 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-sad-tear": { + "aliases": { + "names": [ + "sad-tear" + ], + "unicodes": { + "composite": [ + "1f622" + ], + "secondary": [ + "10f5b4" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cry", + "crying face", + "emoticon", + "face", + "sad", + "tear", + "tears" + ] + }, + "unicode": "f5b4", + "label": "Face Sad Tear", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm240 80c0-8.8 7.2-16 16-16c45 0 85.6 20.5 115.7 53.1c6 6.5 5.6 16.6-.9 22.6s-16.6 5.6-22.6-.9c-25-27.1-57.4-42.9-92.3-42.9c-8.8 0-16-7.2-16-16zm-80 80c-26.5 0-48-21-48-47c0-20 28.6-60.4 41.6-77.7c3.2-4.4 9.6-4.4 12.8 0C179.6 308.6 208 349 208 369c0 26-21.5 47-48 47zM367.6 208a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M175.9 448c-35-.1-65.5-22.6-76-54.6C67.6 356.8 48 308.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208s-93.1 208-208 208c-28.4 0-55.5-5.7-80.1-16zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM128 369c0 26 21.5 47 48 47s48-21 48-47c0-20-28.4-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0C156.6 308.6 128 349 128 369zm128-65c-13.3 0-24 10.7-24 24s10.7 24 24 24c30.7 0 58.7 11.5 80 30.6c9.9 8.8 25 8 33.9-1.9s8-25-1.9-33.9C338.3 320.2 299 304 256 304zm47.6-96a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm-128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-smile": { + "aliases": { + "names": [ + "smile" + ], + "unicodes": { + "composite": [ + "1f642" + ], + "secondary": [ + "10f118" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.9", + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "approve", + "emoticon", + "face", + "happy", + "rating", + "satisfied", + "slightly smiling face", + "smile" + ] + }, + "unicode": "f118", + "label": "Face Smile", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-smile-beam": { + "aliases": { + "names": [ + "smile-beam" + ], + "unicodes": { + "composite": [ + "1f60a" + ], + "secondary": [ + "10f5b8" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blush", + "emoticon", + "eye", + "face", + "happy", + "positive", + "smile", + "smiling face with smiling eyes" + ] + }, + "unicode": "f5b8", + "label": "Face Smile Beam", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zm53.5-96.7l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zm40-89.3l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-smile-wink": { + "aliases": { + "names": [ + "smile-wink" + ], + "unicodes": { + "composite": [ + "1f609" + ], + "secondary": [ + "10f4da" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "happy", + "hint", + "joke", + "wink", + "winking face" + ] + }, + "unicode": "f4da", + "label": "Face Smile Wink", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-surprise": { + "aliases": { + "names": [ + "surprise" + ], + "unicodes": { + "composite": [ + "1f62e" + ], + "secondary": [ + "10f5c2" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "face with open mouth", + "mouth", + "open", + "shocked", + "sympathy" + ] + }, + "unicode": "f5c2", + "label": "Face Surprise", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "face-tired": { + "aliases": { + "names": [ + "tired" + ], + "unicodes": { + "composite": [ + "1f62b" + ], + "secondary": [ + "10f5c8" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "angry", + "emoticon", + "face", + "grumpy", + "tired", + "tired face", + "upset" + ] + }, + "unicode": "f5c8", + "label": "Face Tired", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.7 328.7c22-22 53.9-40.7 91.3-40.7s69.3 18.7 91.3 40.7c11.1 11.1 20.1 23.4 26.4 35.4c6.2 11.7 10.3 24.4 10.3 35.9c0 5.2-2.6 10.2-6.9 13.2s-9.8 3.7-14.7 1.8l-20.5-7.7c-26.9-10.1-55.5-15.3-84.3-15.3h-3.2c-28.8 0-57.3 5.2-84.3 15.3L149.6 415c-4.9 1.8-10.4 1.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6 4.2-24.2 10.3-35.9c6.3-12 15.3-24.3 26.4-35.4zm-31.2-182l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + }, + "regular": { + "lastModified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.5 64.3C196.1 302.1 223.8 288 256 288s59.9 14.1 79.5 32.3C354.5 338.1 368 362 368 384c0 5.4-2.7 10.4-7.2 13.4s-10.2 3.4-15.2 1.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6 5.2-72.4 15.1l-17.2 7.5c-4.9 2.2-10.7 1.7-15.2-1.3s-7.2-8-7.2-13.4c0-22 13.5-45.9 32.5-63.7zm-43-173.6l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "facebook": { + "aliases": { + "unicodes": { + "composite": [ + "f230" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [ + "facebook-official", + "social network" + ] + }, + "unicode": "f09a", + "label": "Facebook", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "facebook-f": { + "changes": [ + "5.0.0", + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [ + "facebook" + ] + }, + "unicode": "f39e", + "label": "Facebook F", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "facebook-messenger": { + "changes": [ + "5.0.0", + "5.8.2", + "5.9.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f39f", + "label": "Facebook Messenger", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "fan": { + "aliases": { + "unicodes": { + "secondary": [ + "10f863" + ] + } + }, + "changes": [ + "5.9.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ac", + "air conditioning", + "blade", + "blower", + "cool", + "hot" + ] + }, + "unicode": "f863", + "label": "Fan", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M258.6 0c-1.7 0-3.4 .1-5.1 .5C168 17 115.6 102.3 130.5 189.3c2.9 17 8.4 32.9 15.9 47.4L32 224H29.4C13.2 224 0 237.2 0 253.4c0 1.7 .1 3.4 .5 5.1C17 344 102.3 396.4 189.3 381.5c17-2.9 32.9-8.4 47.4-15.9L224 480v2.6c0 16.2 13.2 29.4 29.4 29.4c1.7 0 3.4-.1 5.1-.5C344 495 396.4 409.7 381.5 322.7c-2.9-17-8.4-32.9-15.9-47.4L480 288h2.6c16.2 0 29.4-13.2 29.4-29.4c0-1.7-.1-3.4-.5-5.1C495 168 409.7 115.6 322.7 130.5c-17 2.9-32.9 8.4-47.4 15.9L288 32V29.4C288 13.2 274.8 0 258.6 0zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fantasy-flight-games": { + "changes": [ + "5.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "d&d", + "dnd", + "fantasy", + "game", + "gaming", + "tabletop" + ] + }, + "unicode": "f6dc", + "label": "Fantasy Flight-games", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "faucet": { + "aliases": { + "unicodes": { + "secondary": [ + "10e005" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "drinking", + "drip", + "house", + "hygiene", + "kitchen", + "potable", + "potable water", + "sanitation", + "sink", + "water" + ] + }, + "unicode": "e005", + "label": "Faucet", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 96v12L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l96-12 31-3.9 1-.1 1 .1 31 3.9 96 12c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 12V96c0-17.7-14.3-32-32-32s-32 14.3-32 32zM32 256c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H132.1c20.2 29 53.9 48 91.9 48s71.7-19 91.9-48H352c17.7 0 32 14.3 32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32c0-88.4-71.6-160-160-160H320l-22.6-22.6c-6-6-14.1-9.4-22.6-9.4H256V180.2l-32-4-32 4V224H173.3c-8.5 0-16.6 3.4-22.6 9.4L128 256H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "faucet-drip": { + "aliases": { + "unicodes": { + "composite": [ + "1f6b0" + ], + "secondary": [ + "10e006" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drinking", + "drip", + "house", + "hygiene", + "kitchen", + "potable", + "potable water", + "sanitation", + "sink", + "water" + ] + }, + "unicode": "e006", + "label": "Faucet Drip", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M224 0c17.7 0 32 14.3 32 32V44l96-12c17.7 0 32 14.3 32 32s-14.3 32-32 32L256 84l-31-3.9-1-.1-1 .1L192 84 96 96C78.3 96 64 81.7 64 64s14.3-32 32-32l96 12V32c0-17.7 14.3-32 32-32zM0 224c0-17.7 14.3-32 32-32h96l22.6-22.6c6-6 14.1-9.4 22.6-9.4H192V116.2l32-4 32 4V160h18.7c8.5 0 16.6 3.4 22.6 9.4L320 192h32c88.4 0 160 71.6 160 160c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32s-14.3-32-32-32H315.9c-20.2 29-53.9 48-91.9 48s-71.7-19-91.9-48H32c-17.7 0-32-14.3-32-32V224zM436.8 423.4c1.9-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-1.2c0-4.5 .9-8.9 2.7-13.1l18.2-42.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fax": { + "aliases": { + "unicodes": { + "composite": [ + "1f4e0", + "1f5b7" + ], + "secondary": [ + "10f1ac" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.3.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Fax Icon", + "business", + "communicate", + "copy", + "facsimile", + "fax", + "fax machine", + "send" + ] + }, + "unicode": "f1ac", + "label": "Fax", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 64v96h64V64H386.7L416 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L432 18.7C420 6.7 403.7 0 386.7 0H192c-35.3 0-64 28.7-64 64zM0 160V480c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zm480 32H128V480c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM256 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "feather": { + "aliases": { + "unicodes": { + "composite": [ + "1fab6" + ], + "secondary": [ + "10f52d" + ] + } + }, + "changes": [ + "5.0.13", + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bird", + "feather", + "flight", + "light", + "plucked", + "plumage", + "quill", + "write" + ] + }, + "unicode": "f52d", + "label": "Feather", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57-57h68c49.7 0 97.9-14.4 139-41c11.1-7.2 5.5-23-7.8-23c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l81-24.3c2.5-.8 4.8-2.1 6.7-4l22.4-22.4c10.1-10.1 2.9-27.3-11.3-27.3l-32.2 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l112-33.6c4-1.2 7.4-3.9 9.3-7.7C506.4 207.6 512 184.1 512 160c0-41-16.3-80.3-45.3-109.3l-5.5-5.5C432.3 16.3 393 0 352 0s-80.3 16.3-109.3 45.3L139 149C91 197 64 262.1 64 330v55.3L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "feather-pointed": { + "aliases": { + "names": [ + "feather-alt" + ], + "unicodes": { + "secondary": [ + "10f56b" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bird", + "light", + "plucked", + "quill", + "write" + ] + }, + "unicode": "f56b", + "label": "Feather Pointed", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l74.8-74.8c7.4 4.6 15.3 8.2 23.8 10.5C200.3 452.8 270 454.5 338 409.4c12.2-8.1 5.8-25.4-8.8-25.4l-16.1 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l97.7-29.3c3.4-1 6.4-3.1 8.4-6.1c4.4-6.4 8.6-12.9 12.6-19.6c6.2-10.3-1.5-23-13.5-23l-38.6 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l80.9-24.3c4.6-1.4 8.4-4.8 10.2-9.3C494.5 163 507.8 86.1 511.9 36.8c.8-9.9-3-19.6-10-26.6s-16.7-10.8-26.6-10C391.5 7 228.5 40.5 137.4 131.6C57.3 211.7 56.7 302.3 71.3 356.4c2.1 7.9 12 9.6 17.8 3.8L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fedex": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Federal Express", + "package", + "shipping" + ] + }, + "unicode": "f797", + "label": "FedEx", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "fedora": { + "changes": [ + "5.6.0", + "5.6.3", + "5.8.0", + "6.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "linux", + "operating system", + "os" + ] + }, + "unicode": "f798", + "label": "Fedora", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M.0413 255.8C.1219 132.2 100.3 32 224 32C347.7 32 448 132.3 448 256C448 379.7 347.8 479.9 224.1 480H50.93C22.84 480 .0832 457.3 .0416 429.2H0V255.8H.0413zM342.6 192.7C342.6 153 307 124.2 269.4 124.2C234.5 124.2 203.6 150.5 199.3 184.1C199.1 187.9 198.9 189.1 198.9 192.6C198.8 213.7 198.9 235.4 198.1 257C199 283.1 199.1 309.1 198.1 333.6C198.1 360.7 178.7 379.1 153.4 379.1C128.1 379.1 107.6 358.9 107.6 333.6C108.1 305.9 130.2 288.3 156.1 287.5H156.3L182.6 287.3V250L156.3 250.2C109.2 249.8 71.72 286.7 70.36 333.6C70.36 379.2 107.9 416.5 153.4 416.5C196.4 416.5 232.1 382.9 236 340.9L236.2 287.4L268.8 287.1C294.1 287.3 293.8 249.3 268.6 249.8L236.2 250.1C236.2 243.7 236.3 237.3 236.3 230.9C236.4 218.2 236.4 205.5 236.2 192.7C236.3 176.2 252 161.5 269.4 161.5C286.9 161.5 305.3 170.2 305.3 192.7C305.3 195.9 305.2 197.8 305 199C303.1 209.5 310.2 219.4 320.7 220.9C331.3 222.4 340.9 214.8 341.9 204.3C342.5 200.1 342.6 196.4 342.6 192.7H342.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ferry": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "barge", + "boat", + "carry", + "ferryboat", + "ship" + ] + }, + "unicode": "e4ea", + "label": "Ferry", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M224 0H352c17.7 0 32 14.3 32 32h75.1c20.6 0 31.6 24.3 18.1 39.8L456 96H120L98.8 71.8C85.3 56.3 96.3 32 116.9 32H192c0-17.7 14.3-32 32-32zM96 128H480c17.7 0 32 14.3 32 32V283.5c0 13.3-4.2 26.3-11.9 37.2l-51.4 71.9c-1.9 1.1-3.7 2.2-5.5 3.5c-15.5 10.7-34 18-51 19.9H375.6c-17.1-1.8-35-9-50.8-19.9c-22.1-15.5-51.6-15.5-73.7 0c-14.8 10.2-32.5 18-50.6 19.9H183.9c-17-1.8-35.6-9.2-51-19.9c-1.8-1.3-3.7-2.4-5.6-3.5L75.9 320.7C68.2 309.8 64 296.8 64 283.5V160c0-17.7 14.3-32 32-32zm32 64v96H448V192H128zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.3-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "figma": { + "changes": [ + "5.6.0", + "5.7.0", + "5.8.0", + "5.15.4", + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [ + "app", + "design", + "interface" + ] + }, + "unicode": "f799", + "label": "Figma", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "file": { + "aliases": { + "unicodes": { + "composite": [ + "1f4c4", + "1f5cb", + "f016" + ], + "secondary": [ + "10f15b" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Empty Document", + "document", + "new", + "page", + "page facing up", + "pdf", + "resume" + ] + }, + "unicode": "f15b", + "label": "File", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128z" + }, + "regular": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "file-arrow-down": { + "aliases": { + "names": [ + "file-download" + ], + "unicodes": { + "secondary": [ + "10f56d" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "export", + "save" + ] + }, + "unicode": "f56d", + "label": "File Arrow Down", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM216 232V334.1l31-31c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0l-72-72c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l31 31V232c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-arrow-up": { + "aliases": { + "names": [ + "file-upload" + ], + "unicodes": { + "secondary": [ + "10f574" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "import", + "page", + "save" + ] + }, + "unicode": "f574", + "label": "File Arrow Up", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM216 408c0 13.3-10.7 24-24 24s-24-10.7-24-24V305.9l-31 31c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-31-31V408z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-audio": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c7" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "mp3", + "music", + "page", + "play", + "sound" + ] + }, + "unicode": "f1c7", + "label": "File Audio", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zm2 226.3c37.1 22.4 62 63.1 62 109.7s-24.9 87.3-62 109.7c-7.6 4.6-17.4 2.1-22-5.4s-2.1-17.4 5.4-22C269.4 401.5 288 370.9 288 336s-18.6-65.5-46.5-82.3c-7.6-4.6-10-14.4-5.4-22s14.4-10 22-5.4zm-91.9 30.9c6 2.5 9.9 8.3 9.9 14.8V400c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L113.4 376H80c-8.8 0-16-7.2-16-16V312c0-8.8 7.2-16 16-16h33.4l35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5zm51 34.9c6.6-5.9 16.7-5.3 22.6 1.3C249.8 304.6 256 319.6 256 336s-6.2 31.4-16.3 42.7c-5.9 6.6-16 7.1-22.6 1.3s-7.1-16-1.3-22.6c5.1-5.7 8.1-13.1 8.1-21.3s-3.1-15.7-8.1-21.3c-5.9-6.6-5.3-16.7 1.3-22.6z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464H320c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM192 272V400c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L129.4 376H112c-8.8 0-16-7.2-16-16V312c0-8.8 7.2-16 16-16h17.4l35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8zm85.8-4c11.6 20 18.2 43.3 18.2 68s-6.6 48-18.2 68c-6.6 11.5-21.3 15.4-32.8 8.8s-15.4-21.3-8.8-32.8c7.5-12.9 11.8-27.9 11.8-44s-4.3-31.1-11.8-44c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "file-circle-check": { + "changes": [ + "6.0.0", + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "file", + "not affected", + "ok", + "okay", + "paper" + ] + }, + "unicode": "e5a0", + "label": "File Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "file", + "paper" + ] + }, + "unicode": "e4eb", + "label": "File Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-circle-minus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "file", + "paper" + ] + }, + "unicode": "e4ed", + "label": "File Circle Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-circle-plus": { + "aliases": { + "unicodes": { + "composite": [ + "e4ee" + ] + } + }, + "changes": [ + "6.0.0", + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "document", + "file", + "new", + "page", + "paper", + "pdf" + ] + }, + "unicode": "e494", + "label": "File Circle Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H448V304z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-circle-question": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "file", + "paper" + ] + }, + "unicode": "e4ef", + "label": "File Circle Question", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6V328c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9H409.6c-23 0-41.6 18.6-41.6 41.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-circle-xmark": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "file", + "paper" + ] + }, + "unicode": "e5a1", + "label": "File Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-code": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c9" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "css", + "development", + "document", + "html" + ] + }, + "unicode": "f1c9", + "label": "File Code", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM153 289l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L71 337c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM265 255l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm97 289c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L79 303c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 31-31zM257 255c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9l-48-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "file-contract": { + "aliases": { + "unicodes": { + "secondary": [ + "10f56c" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agreement", + "binding", + "document", + "legal", + "signature" + ] + }, + "unicode": "f56c", + "label": "File Contract", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM80 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm54.2 253.8c-6.1 20.3-24.8 34.2-46 34.2H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h8.2c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 349l-9.8 32.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-csv": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6dd" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "excel", + "numbers", + "spreadsheets", + "table" + ] + }, + "unicode": "f6dd", + "label": "File Csv", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V304H176c-35.3 0-64 28.7-64 64V512H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM200 352h16c22.1 0 40 17.9 40 40v8c0 8.8-7.2 16-16 16s-16-7.2-16-16v-8c0-4.4-3.6-8-8-8H200c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-8c0-8.8 7.2-16 16-16s16 7.2 16 16v8c0 22.1-17.9 40-40 40H200c-22.1 0-40-17.9-40-40V392c0-22.1 17.9-40 40-40zm133.1 0H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H333.1c-7.2 0-13.1 5.9-13.1 13.1c0 5.2 3 9.9 7.8 12l37.4 16.6c16.3 7.2 26.8 23.4 26.8 41.2c0 24.9-20.2 45.1-45.1 45.1H304c-8.8 0-16-7.2-16-16s7.2-16 16-16h42.9c7.2 0 13.1-5.9 13.1-13.1c0-5.2-3-9.9-7.8-12l-37.4-16.6c-16.3-7.2-26.8-23.4-26.8-41.2c0-24.9 20.2-45.1 45.1-45.1zm98.9 0c8.8 0 16 7.2 16 16v31.6c0 23 5.5 45.6 16 66c10.5-20.3 16-42.9 16-66V368c0-8.8 7.2-16 16-16s16 7.2 16 16v31.6c0 34.7-10.3 68.7-29.6 97.6l-5.1 7.7c-3 4.5-8 7.1-13.3 7.1s-10.3-2.7-13.3-7.1l-5.1-7.7c-19.3-28.9-29.6-62.9-29.6-97.6V368c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-excel": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c3" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "csv", + "document", + "numbers", + "spreadsheets", + "table" + ] + }, + "unicode": "f1c3", + "label": "File Excel", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM155.7 250.2L192 302.1l36.3-51.9c7.6-10.9 22.6-13.5 33.4-5.9s13.5 22.6 5.9 33.4L221.3 344l46.4 66.2c7.6 10.9 5 25.8-5.9 33.4s-25.8 5-33.4-5.9L192 385.8l-36.3 51.9c-7.6 10.9-22.6 13.5-33.4 5.9s-13.5-22.6-5.9-33.4L162.7 344l-46.4-66.2c-7.6-10.9-5-25.8 5.9-33.4s25.8-5 33.4 5.9z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M48 448V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm90.9 233.3c-8.1-10.5-23.2-12.3-33.7-4.2s-12.3 23.2-4.2 33.7L161.6 320l-44.5 57.3c-8.1 10.5-6.3 25.5 4.2 33.7s25.5 6.3 33.7-4.2L192 359.1l37.1 47.6c8.1 10.5 23.2 12.3 33.7 4.2s12.3-23.2 4.2-33.7L222.4 320l44.5-57.3c8.1-10.5 6.3-25.5-4.2-33.7s-25.5-6.3-33.7 4.2L192 280.9l-37.1-47.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "file-export": { + "aliases": { + "names": [ + "arrow-right-from-file" + ], + "unicodes": { + "secondary": [ + "10f56e" + ] + } + }, + "changes": [ + "5.1.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download", + "save" + ] + }, + "unicode": "f56e", + "label": "File Export", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V288H216c-13.3 0-24 10.7-24 24s10.7 24 24 24H384V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM384 336V288H494.1l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39H384zm0-208H256V0L384 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-image": { + "aliases": { + "unicodes": { + "composite": [ + "1f5bb" + ], + "secondary": [ + "10f1c5" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Document with Picture", + "document", + "image", + "jpg", + "photo", + "png" + ] + }, + "unicode": "f1c5", + "label": "File Image", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm152 32c5.3 0 10.2 2.6 13.2 6.9l88 128c3.4 4.9 3.7 11.3 1 16.5s-8.2 8.6-14.2 8.6H216 176 128 80c-5.8 0-11.1-3.1-13.9-8.1s-2.8-11.2 .2-16.1l48-80c2.9-4.8 8.1-7.8 13.7-7.8s10.8 2.9 13.7 7.8l12.8 21.4 48.3-70.2c3-4.3 7.9-6.9 13.2-6.9z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm96 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm69.2 46.9c-3-4.3-7.9-6.9-13.2-6.9s-10.2 2.6-13.2 6.9l-41.3 59.7-11.9-19.1c-2.9-4.7-8.1-7.5-13.6-7.5s-10.6 2.8-13.6 7.5l-40 64c-3.1 4.9-3.2 11.1-.4 16.2s8.2 8.2 14 8.2h48 32 40 72c6 0 11.4-3.3 14.2-8.6s2.4-11.6-1-16.5l-72-104z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "file-import": { + "aliases": { + "names": [ + "arrow-right-to-file" + ], + "unicodes": { + "secondary": [ + "10f56f" + ] + } + }, + "changes": [ + "5.1.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "copy", + "document", + "send", + "upload" + ] + }, + "unicode": "f56f", + "label": "File Import", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 64c0-35.3 28.7-64 64-64H352V128c0 17.7 14.3 32 32 32H512V448c0 35.3-28.7 64-64 64H192c-35.3 0-64-28.7-64-64V336H302.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39H128V64zm0 224v48H24c-13.3 0-24-10.7-24-24s10.7-24 24-24H128zM512 128H384V0L512 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-invoice": { + "aliases": { + "unicodes": { + "secondary": [ + "10f570" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "account", + "bill", + "charge", + "document", + "payment", + "receipt" + ] + }, + "unicode": "f570", + "label": "File Invoice", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM80 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 96H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm0 32v64H288V256H96zM240 416h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-invoice-dollar": { + "aliases": { + "unicodes": { + "secondary": [ + "10f571" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "$", + "account", + "bill", + "charge", + "document", + "dollar-sign", + "money", + "payment", + "receipt", + "usd" + ] + }, + "unicode": "f571", + "label": "File Invoice Dollar", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm128 72c8.8 0 16 7.2 16 16v17.3c8.5 1.2 16.7 3.1 24.1 5.1c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-11.1-3-22-5.2-32.1-5.3c-8.4-.1-17.4 1.8-23.6 5.5c-5.7 3.4-8.1 7.3-8.1 12.8c0 3.7 1.3 6.5 7.3 10.1c6.9 4.1 16.6 7.1 29.2 10.9l.5 .1 0 0 0 0c11.3 3.4 25.3 7.6 36.3 14.6c12.1 7.6 22.4 19.7 22.7 38.2c.3 19.3-9.6 33.3-22.9 41.6c-7.7 4.8-16.4 7.6-25.1 9.1V440c0 8.8-7.2 16-16 16s-16-7.2-16-16V422.2c-11.2-2.1-21.7-5.7-30.9-8.9l0 0c-2.1-.7-4.2-1.4-6.2-2.1c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c2.5 .8 4.8 1.6 7.1 2.4l0 0 0 0 0 0c13.6 4.6 24.6 8.4 36.3 8.7c9.1 .3 17.9-1.7 23.7-5.3c5.1-3.2 7.9-7.3 7.8-14c-.1-4.6-1.8-7.8-7.7-11.6c-6.8-4.3-16.5-7.4-29-11.2l-1.6-.5 0 0c-11-3.3-24.3-7.3-34.8-13.7c-12-7.2-22.6-18.9-22.7-37.3c-.1-19.4 10.8-32.8 23.8-40.5c7.5-4.4 15.8-7.2 24.1-8.7V232c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-lines": { + "aliases": { + "names": [ + "file-alt", + "file-text" + ], + "unicodes": { + "composite": [ + "1f5b9", + "1f5ce", + "f0f6" + ], + "secondary": [ + "10f15c" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Document", + "Document with Text", + "document", + "file-text", + "invoice", + "new", + "page", + "pdf" + ] + }, + "unicode": "f15c", + "label": "File Lines", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM112 256H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + }, + "regular": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "file-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f477" + ] + } + }, + "changes": [ + "5.0.7", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "health", + "history", + "prescription", + "record" + ] + }, + "unicode": "f477", + "label": "File Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM160 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H224v48c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V352H112c-8.8 0-16-7.2-16-16V304c0-8.8 7.2-16 16-16h48V240z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-pdf": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c1" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "acrobat", + "document", + "preview", + "save" + ] + }, + "unicode": "f1c1", + "label": "File Pdf", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V304H176c-35.3 0-64 28.7-64 64V512H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56H192v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V448 368c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24H192v48h16zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H304c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H320v96h16zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V432 368z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 464H96v48H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V288H336V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56H192v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V448 368c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24H192v48h16zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H304c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H320v96h16zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V432 368z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "file-pen": { + "aliases": { + "names": [ + "file-edit" + ], + "unicodes": { + "composite": [ + "1f4dd" + ], + "secondary": [ + "10f31c" + ] + } + }, + "changes": [ + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "memo", + "pen", + "pencil", + "update", + "write" + ] + }, + "unicode": "f31c", + "label": "File Pen", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V285.7l-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM549.8 235.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0zM311.9 417L441.1 287.8l71 71L382.9 487.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-powerpoint": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c4" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "display", + "document", + "keynote", + "presentation" + ] + }, + "unicode": "f1c4", + "label": "File Powerpoint", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM136 240h68c42 0 76 34 76 76s-34 76-76 76H160v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V368 264c0-13.3 10.7-24 24-24zm68 104c15.5 0 28-12.5 28-28s-12.5-28-28-28H160v56h44z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm72 208c-13.3 0-24 10.7-24 24V336v56c0 13.3 10.7 24 24 24s24-10.7 24-24V360h44c42 0 76-34 76-76s-34-76-76-76H136zm68 104H160V256h44c15.5 0 28 12.5 28 28s-12.5 28-28 28z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "file-prescription": { + "aliases": { + "unicodes": { + "secondary": [ + "10f572" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "drugs", + "medical", + "medicine", + "rx" + ] + }, + "unicode": "f572", + "label": "File Prescription", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM104 196h72c33.1 0 60 26.9 60 60c0 25.5-15.9 47.2-38.3 55.9l43 40.3 33.8-31c8.1-7.5 20.8-6.9 28.3 1.2s6.9 20.8-1.2 28.3L270 379.7l31.7 29.7c8.1 7.6 8.5 20.2 .9 28.3s-20.2 8.5-28.3 .9l-33.9-31.8-34.9 32c-8.1 7.5-20.8 6.9-28.3-1.2s-6.9-20.8 1.2-28.3l32.6-29.9-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6H124v44c0 11-9 20-20 20s-20-9-20-20V296 216c0-11 9-20 20-20zm72 80c11 0 20-9 20-20s-9-20-20-20H124v40h52z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-shield": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "antivirus", + "data", + "document", + "protect", + "safe", + "safety", + "secure" + ] + }, + "unicode": "e4f0", + "label": "File Shield", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v47l-92.8 37.1c-21.3 8.5-35.2 29.1-35.2 52c0 56.6 18.9 148 94.2 208.3c-9 4.8-19.3 7.6-30.2 7.6H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm39.1 97.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8V461.7c68.2-33 91.5-99 95.4-149.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-signature": { + "aliases": { + "unicodes": { + "secondary": [ + "10f573" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "John Hancock", + "contract", + "document", + "name" + ] + }, + "unicode": "f573", + "label": "File Signature", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V428.7c-2.7 1.1-5.4 2-8.2 2.7l-60.1 15c-3 .7-6 1.2-9 1.4c-.9 .1-1.8 .2-2.7 .2H240c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 381l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h8.2c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.8 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8h8.9c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7L384 203.6V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM549.8 139.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM311.9 321c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L512.1 262.7l-71-71L311.9 321z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-video": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c8" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "m4v", + "movie", + "mp4", + "play" + ] + }, + "unicode": "f1c8", + "label": "File Video", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 288c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V288zM300.9 397.9L256 368V304l44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3V387.7c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM80 288c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v16l44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3V387.7c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1L240 368v16c0 17.7-14.3 32-32 32H112c-17.7 0-32-14.3-32-32V288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "file-waveform": { + "aliases": { + "names": [ + "file-medical-alt" + ], + "unicodes": { + "secondary": [ + "10f478" + ] + } + }, + "changes": [ + "5.0.7", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "health", + "history", + "prescription", + "record" + ] + }, + "unicode": "f478", + "label": "File Waveform", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 0C60.7 0 32 28.7 32 64V288H144c6.1 0 11.6 3.4 14.3 8.8L176 332.2l49.7-99.4c2.7-5.4 8.3-8.8 14.3-8.8s11.6 3.4 14.3 8.8L281.9 288H352c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-6.1 0-11.6-3.4-14.3-8.8L240 275.8l-49.7 99.4c-2.7 5.4-8.3 8.8-14.3 8.8s-11.6-3.4-14.3-8.8L134.1 320H32V448c0 35.3 28.7 64 64 64H352c35.3 0 64-28.7 64-64V160H288c-17.7 0-32-14.3-32-32V0H96zM288 0V128H416L288 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "file-word": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c2" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "edit", + "page", + "text", + "writing" + ] + }, + "unicode": "f1c2", + "label": "File Word", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM111 257.1l26.8 89.2 31.6-90.3c3.4-9.6 12.5-16.1 22.7-16.1s19.3 6.4 22.7 16.1l31.6 90.3L273 257.1c3.8-12.7 17.2-19.9 29.9-16.1s19.9 17.2 16.1 29.9l-48 160c-3 10-12 16.9-22.4 17.1s-19.8-6.2-23.2-16.1L192 336.6l-33.3 95.3c-3.4 9.8-12.8 16.3-23.2 16.1s-19.5-7.1-22.4-17.1l-48-160c-3.8-12.7 3.4-26.1 16.1-29.9s26.1 3.4 29.9 16.1z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M48 448V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm55 241.1c-3.8-12.7-17.2-19.9-29.9-16.1s-19.9 17.2-16.1 29.9l48 160c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l25-83.4 25 83.4c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l48-160c3.8-12.7-3.4-26.1-16.1-29.9s-26.1 3.4-29.9 16.1l-25 83.4-25-83.4c-3-10.2-12.4-17.1-23-17.1s-19.9 7-23 17.1l-25 83.4-25-83.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "file-zipper": { + "aliases": { + "names": [ + "file-archive" + ], + "unicodes": { + "secondary": [ + "10f1c6" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + ".zip", + "bundle", + "compress", + "compression", + "download", + "zip" + ] + }, + "unicode": "f1c6", + "label": "File Zipper", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM96 48c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm-6.3 71.8c3.7-14 16.4-23.8 30.9-23.8h14.8c14.5 0 27.2 9.7 30.9 23.8l23.5 88.2c1.4 5.4 2.1 10.9 2.1 16.4c0 35.2-28.8 63.7-64 63.7s-64-28.5-64-63.7c0-5.5 .7-11.1 2.1-16.4l23.5-88.2zM112 336c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16h48v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm48 112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H128c-8.8 0-16 7.2-16 16zm0 64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H128c-8.8 0-16 7.2-16 16zm-6.3 71.8L82.1 335.9c-1.4 5.4-2.1 10.9-2.1 16.4c0 35.2 28.8 63.7 64 63.7s64-28.5 64-63.7c0-5.5-.7-11.1-2.1-16.4l-23.5-88.2c-3.7-14-16.4-23.8-30.9-23.8H136.6c-14.5 0-27.2 9.7-30.9 23.8zM128 336h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H128c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "fill": { + "aliases": { + "unicodes": { + "secondary": [ + "10f575" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bucket", + "color", + "paint", + "paint bucket" + ] + }, + "unicode": "f575", + "label": "Fill", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M86.6 9.4C74.1-3.1 53.9-3.1 41.4 9.4s-12.5 32.8 0 45.3L122.7 136 30.6 228.1c-37.5 37.5-37.5 98.3 0 135.8L148.1 481.4c37.5 37.5 98.3 37.5 135.8 0L474.3 290.9c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0L168 90.7 86.6 9.4zM168 181.3l49.4 49.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L213.3 136l53.1-53.1c3.1-3.1 8.2-3.1 11.3 0L429.1 234.3c3.1 3.1 3.1 8.2 0 11.3L386.7 288H67.5c1.4-5.4 4.2-10.4 8.4-14.6L168 181.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fill-drip": { + "aliases": { + "unicodes": { + "secondary": [ + "10f576" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bucket", + "color", + "drop", + "paint", + "paint bucket", + "spill" + ] + }, + "unicode": "f576", + "label": "Fill Drip", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M41.4 9.4C53.9-3.1 74.1-3.1 86.6 9.4L168 90.7l53.1-53.1c28.1-28.1 73.7-28.1 101.8 0L474.3 189.1c28.1 28.1 28.1 73.7 0 101.8L283.9 481.4c-37.5 37.5-98.3 37.5-135.8 0L30.6 363.9c-37.5-37.5-37.5-98.3 0-135.8L122.7 136 41.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm176 221.3L168 181.3 75.9 273.4c-4.2 4.2-7 9.3-8.4 14.6H386.7l42.3-42.3c3.1-3.1 3.1-8.2 0-11.3L277.7 82.9c-3.1-3.1-8.2-3.1-11.3 0L213.3 136l49.4 49.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0zM512 512c-35.3 0-64-28.7-64-64c0-25.2 32.6-79.6 51.2-108.7c6-9.4 19.5-9.4 25.5 0C543.4 368.4 576 422.8 576 448c0 35.3-28.7 64-64 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "film": { + "aliases": { + "unicodes": { + "composite": [ + "1f39e" + ], + "secondary": [ + "10f008" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cinema", + "film", + "film frames", + "frames", + "movie", + "strip", + "video" + ] + }, + "unicode": "f008", + "label": "Film", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM48 368v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H416zM48 240v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H416zM48 112v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zM416 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H416zM160 128v64c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zm32 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V320c0-17.7-14.3-32-32-32H192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "filter": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0b0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "funnel", + "options", + "separate", + "sort" + ] + }, + "unicode": "f0b0", + "label": "Filter", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M3.9 54.9C10.5 40.9 24.5 32 40 32H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6V320.9L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "filter-circle-dollar": { + "aliases": { + "names": [ + "funnel-dollar" + ], + "unicodes": { + "secondary": [ + "10f662" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "filter", + "money", + "options", + "separate", + "sort" + ] + }, + "unicode": "f662", + "label": "Filter Circle Dollar", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M3.9 22.9C10.5 8.9 24.5 0 40 0H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6V288.9L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm120.8-32.6c.6-.9 1.8-2.1 4.2-3.4c5.1-2.7 12.5-4.1 18.7-4c8.2 .1 17.1 1.8 26.4 4.1c8.6 2.1 17.3-3.1 19.4-11.7s-3.1-17.3-11.7-19.4c-5.6-1.4-11.6-2.7-17.9-3.7V288c0-8.8-7.2-16-16-16s-16 7.2-16 16v9.5c-6.1 1.2-12.3 3.2-18 6.3c-11.8 6.3-23 18.4-21.8 37.2c1 16 11.7 25.3 21.6 30.7c8.8 4.7 19.7 7.8 28.6 10.3l1.8 .5c10.3 2.9 17.9 5.2 23.2 8.3c4.5 2.7 4.7 4.2 4.7 5.6c.1 2.4-.5 3.7-1 4.5c-.6 1-1.8 2.2-4 3.3c-4.7 2.5-11.8 3.8-18.5 3.6c-9.5-.3-18.5-3.1-29.9-6.8c-1.9-.6-3.8-1.2-5.8-1.8c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20c1.6 .5 3.3 1 5 1.6l0 0 0 0c7 2.3 15.1 4.8 23.7 6.6v11.4c0 8.8 7.2 16 16 16s16-7.2 16-16V438.7c6.2-1.1 12.5-3.1 18.3-6.2c12.1-6.5 22.3-18.7 21.7-36.9c-.5-16.2-10.3-26.3-20.5-32.3c-9.4-5.6-21.2-8.9-30.5-11.5l-.2 0c-10.4-2.9-18.3-5.2-23.9-8.2c-4.8-2.6-4.8-4-4.8-4.5l0-.1c-.1-1.9 .3-2.9 .8-3.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "filter-circle-xmark": { + "changes": [ + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cancel", + "funnel", + "options", + "remove", + "separate", + "sort" + ] + }, + "unicode": "e17b", + "label": "Filter Circle Xmark", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M3.9 22.9C10.5 8.9 24.5 0 40 0H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6V288.9L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fingerprint": { + "aliases": { + "unicodes": { + "secondary": [ + "10f577" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "human", + "id", + "identification", + "lock", + "smudge", + "touch", + "unique", + "unlock" + ] + }, + "unicode": "f577", + "label": "Fingerprint", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M48 256C48 141.1 141.1 48 256 48c63.1 0 119.6 28.1 157.8 72.5c8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C403.3 34.6 333.7 0 256 0C114.6 0 0 114.6 0 256v40c0 13.3 10.7 24 24 24s24-10.7 24-24V256zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1v40c0 13.3 10.7 24 24 24s24-10.7 24-24V256c0-18.1-1.9-35.8-5.5-52.9zM256 80c-19 0-37.4 3-54.5 8.6c-15.2 5-18.7 23.7-8.3 35.9c7.1 8.3 18.8 10.8 29.4 7.9c10.6-2.9 21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128v24.9c0 25.2-1.5 50.3-4.4 75.3c-1.7 14.6 9.4 27.8 24.2 27.8c11.8 0 21.9-8.6 23.3-20.3c3.3-27.4 5-55 5-82.7V256c0-97.2-78.8-176-176-176zM150.7 148.7c-9.1-10.6-25.3-11.4-33.9-.4C93.7 178 80 215.4 80 256v24.9c0 24.2-2.6 48.4-7.8 71.9C68.8 368.4 80.1 384 96.1 384c10.5 0 19.9-7 22.2-17.3c6.4-28.1 9.7-56.8 9.7-85.8V256c0-27.2 8.5-52.4 22.9-73.1c7.2-10.4 8-24.6-.2-34.2zM256 160c-53 0-96 43-96 96v24.9c0 35.9-4.6 71.5-13.8 106.1c-3.8 14.3 6.7 29 21.5 29c9.5 0 17.9-6.2 20.4-15.4c10.5-39 15.9-79.2 15.9-119.7V256c0-28.7 23.3-52 52-52s52 23.3 52 52v24.9c0 36.3-3.5 72.4-10.4 107.9c-2.7 13.9 7.7 27.2 21.8 27.2c10.2 0 19-7 21-17c7.7-38.8 11.6-78.3 11.6-118.1V256c0-53-43-96-96-96zm24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24v24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3C267.9 411.9 280 346.7 280 280.9V256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fire": { + "aliases": { + "unicodes": { + "composite": [ + "1f525" + ], + "secondary": [ + "10f06d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.6.0", + "5.6.3", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "burn", + "caliente", + "fire", + "flame", + "heat", + "hot", + "popular", + "tool" + ] + }, + "unicode": "f06d", + "label": "Fire", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-16.5-21-46-58.5-62.8-79.8c-6.3-8-18.3-8.1-24.7-.1c-33.8 42.5-50.8 69.3-50.8 99.4C112 375.4 162.6 416 225.7 416z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fire-burner": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cook", + "fire", + "flame", + "kitchen", + "stove" + ] + }, + "unicode": "e4f1", + "label": "Fire Burner", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M293.5 3.8c19.7 17.8 38.2 37 55.5 57.7c7.9-9.9 16.8-20.7 26.5-29.5c5.6-5.1 14.4-5.1 20 0c24.7 22.7 45.6 52.7 60.4 81.1c14.5 28 24.2 58.8 24.2 79C480 280 408.7 352 320 352c-89.7 0-160-72.1-160-159.8c0-26.4 12.7-60.7 32.4-92.6c20-32.4 48.1-66.1 81.4-95.8c2.8-2.5 6.4-3.8 10-3.7c3.5 0 7 1.3 9.8 3.8zM370 273c30-21 38-63 20-96c-2-4-4-8-7-12l-36 42s-58-74-62-79c-30 37-45 58-45 82c0 49 36 78 81 78c18 0 34-5 49-15zM32 288c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32s-14.3 32-32 32v64H544V320c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32V288zM320 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm160-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM192 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fire-extinguisher": { + "aliases": { + "unicodes": { + "composite": [ + "1f9ef" + ], + "secondary": [ + "10f134" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "burn", + "caliente", + "extinguish", + "fire", + "fire extinguisher", + "fire fighter", + "flame", + "heat", + "hot", + "quench", + "rescue" + ] + }, + "unicode": "f134", + "label": "Fire Extinguisher", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M500.3 7.3C507.7 13.3 512 22.4 512 32v96c0 9.6-4.3 18.7-11.7 24.7s-17.2 8.5-26.6 6.6l-160-32C301.5 124.9 292 115.7 289 104H224v34.8c37.8 18 64 56.5 64 101.2V384H64V240c0-44.7 26.2-83.2 64-101.2V110c-36.2 11.1-66 36.9-82.3 70.5c-5.8 11.9-20.2 16.9-32.1 11.1S-3.3 171.4 2.5 159.5C26.7 109.8 72.7 72.6 128 60.4V32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V56h65c3-11.7 12.5-20.9 24.7-23.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM288 416v32c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64V416H288zM176 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fire-flame-curved": { + "aliases": { + "names": [ + "fire-alt" + ], + "unicodes": { + "secondary": [ + "10f7e4" + ] + } + }, + "changes": [ + "5.6.3", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "burn", + "caliente", + "flame", + "heat", + "hot", + "popular" + ] + }, + "unicode": "f7e4", + "label": "Fire Flame Curved", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M153.6 29.9l16-21.3C173.6 3.2 180 0 186.7 0C198.4 0 208 9.6 208 21.3V43.5c0 13.1 5.4 25.7 14.9 34.7L307.6 159C356.4 205.6 384 270.2 384 337.7C384 434 306 512 209.7 512H192C86 512 0 426 0 320v-3.8c0-48.8 19.4-95.6 53.9-130.1l3.5-3.5c4.2-4.2 10-6.6 16-6.6C85.9 176 96 186.1 96 198.6V288c0 35.3 28.7 64 64 64s64-28.7 64-64v-3.9c0-18-7.2-35.3-19.9-48l-38.6-38.6c-24-24-37.5-56.7-37.5-90.7c0-27.7 9-54.8 25.6-76.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fire-flame-simple": { + "aliases": { + "names": [ + "burn" + ], + "unicodes": { + "secondary": [ + "10f46a" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "caliente", + "energy", + "fire", + "flame", + "gas", + "heat", + "hot" + ] + }, + "unicode": "f46a", + "label": "Fire Flame Simple", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M372.5 256.5l-.7-1.9C337.8 160.8 282 76.5 209.1 8.5l-3.3-3C202.1 2 197.1 0 192 0s-10.1 2-13.8 5.5l-3.3 3C102 76.5 46.2 160.8 12.2 254.6l-.7 1.9C3.9 277.3 0 299.4 0 321.6C0 426.7 86.8 512 192 512s192-85.3 192-190.4c0-22.2-3.9-44.2-11.5-65.1zm-90.8 49.5c4.1 9.3 6.2 19.4 6.2 29.5c0 53-43 96.5-96 96.5s-96-43.5-96-96.5c0-10.1 2.1-20.3 6.2-29.5l1.9-4.3c15.8-35.4 37.9-67.7 65.3-95.1l8.9-8.9c3.6-3.6 8.5-5.6 13.6-5.6s10 2 13.6 5.6l8.9 8.9c27.4 27.4 49.6 59.7 65.3 95.1l1.9 4.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "firefox": { + "changes": [ + "4.4.0", + "5.0.0", + "5.0.1", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser" + ] + }, + "unicode": "f269", + "label": "Firefox", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "firefox-browser": { + "changes": [ + "5.12.0", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser" + ] + }, + "unicode": "e007", + "label": "Firefox Browser", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M130.22 127.548C130.38 127.558 130.3 127.558 130.22 127.548V127.548ZM481.64 172.898C471.03 147.398 449.56 119.898 432.7 111.168C446.42 138.058 454.37 165.048 457.4 185.168C457.405 185.306 457.422 185.443 457.45 185.578C429.87 116.828 383.098 89.1089 344.9 28.7479C329.908 5.05792 333.976 3.51792 331.82 4.08792L331.7 4.15792C284.99 30.1109 256.365 82.5289 249.12 126.898C232.503 127.771 216.219 131.895 201.19 139.035C199.838 139.649 198.736 140.706 198.066 142.031C197.396 143.356 197.199 144.87 197.506 146.323C197.7 147.162 198.068 147.951 198.586 148.639C199.103 149.327 199.76 149.899 200.512 150.318C201.264 150.737 202.096 150.993 202.954 151.071C203.811 151.148 204.676 151.045 205.491 150.768L206.011 150.558C221.511 143.255 238.408 139.393 255.541 139.238C318.369 138.669 352.698 183.262 363.161 201.528C350.161 192.378 326.811 183.338 304.341 187.248C392.081 231.108 368.541 381.784 246.951 376.448C187.487 373.838 149.881 325.467 146.421 285.648C146.421 285.648 157.671 243.698 227.041 243.698C234.541 243.698 255.971 222.778 256.371 216.698C256.281 214.698 213.836 197.822 197.281 181.518C188.434 172.805 184.229 168.611 180.511 165.458C178.499 163.75 176.392 162.158 174.201 160.688C168.638 141.231 168.399 120.638 173.51 101.058C148.45 112.468 128.96 130.508 114.8 146.428H114.68C105.01 134.178 105.68 93.7779 106.25 85.3479C106.13 84.8179 99.022 89.0159 98.1 89.6579C89.5342 95.7103 81.5528 102.55 74.26 110.088C57.969 126.688 30.128 160.242 18.76 211.318C14.224 231.701 12 255.739 12 263.618C12 398.318 121.21 507.508 255.92 507.508C376.56 507.508 478.939 420.281 496.35 304.888C507.922 228.192 481.64 173.82 481.64 172.898Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "first-order": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2b0", + "label": "First Order", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "first-order-alt": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f50a", + "label": "Alternate First Order", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21zm0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29zm0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51zm186.23-162.98a191.613 191.613 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.515 193.515 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a190.944 190.944 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.365 191.365 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.85 193.85 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.638 191.638 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.726 191.726 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.85 193.85 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.49 191.49 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.13 193.13 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.515 191.515 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75 77.72 27.09z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "firstdraft": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3a1", + "label": "firstdraft", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384V192zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4h-25.6zm25.6 192h-89.6V512H320v-64h64v-25.6zM0 0v384h128V256h128V128h128V0H0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "fish": { + "aliases": { + "unicodes": { + "composite": [ + "1f41f" + ], + "secondary": [ + "10f578" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Pisces", + "fauna", + "fish", + "gold", + "seafood", + "swimming", + "zodiac" + ] + }, + "unicode": "f578", + "label": "Fish", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8c4.7 9.2 4.7 20.1 0 29.3c-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1L48.1 379.6c-12.5 7.3-28.4 5.3-38.7-4.9S-3 348.7 4.2 336.1L50 256 4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fish-fins": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fish", + "fishery", + "pisces", + "seafood" + ] + }, + "unicode": "e4f2", + "label": "Fish Fins", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M275.2 38.4c-10.6-8-25-8.5-36.3-1.5S222 57.3 224.6 70.3l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3L48.1 132.4c-12.5-7.3-28.4-5.3-38.7 4.9S-3 163.3 4.2 175.9L50 256 4.2 336.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.7 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8L275.2 38.4zM384 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "flag": { + "aliases": { + "unicodes": { + "composite": [ + "1f3f4", + "f11d" + ], + "secondary": [ + "10f024" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "black flag", + "country", + "notice", + "notification", + "notify", + "pole", + "report", + "symbol", + "waving" + ] + }, + "unicode": "f024", + "label": "Flag", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32V64 368 480c0 17.7 14.3 32 32 32s32-14.3 32-32V352l64.3-16.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L64 48V32z" + }, + "regular": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24V64 350.5 400v88c0 13.3 10.7 24 24 24s24-10.7 24-24V388l80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L48 52V24zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8c54.9 27.4 118.7 29.7 175 6.8V334.7l-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4c-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5v-237z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "flag-checkered": { + "aliases": { + "unicodes": { + "composite": [ + "1f3c1" + ], + "secondary": [ + "10f11e" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.7.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checkered", + "chequered", + "chequered flag", + "finish", + "notice", + "notification", + "notify", + "pole", + "racing", + "report", + "start", + "symbol", + "win" + ] + }, + "unicode": "f11e", + "label": "Flag Checkered", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 0C49.7 0 64 14.3 64 32V48l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1V345.8c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V400 334 64 32C0 14.3 14.3 0 32 0zM64 187.1l64-13.9v65.5L64 252.6V318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3V238.7l38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1l0-64c13.6 .4 27.2 2.6 40.4 6.4l23.6 6.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8 1.9 43.3 6.7 64 14.4V244.2l22.7 6.7c13.5 4 27.3 6.4 41.3 7.4V194c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8v72.4c-13-.4-26 .8-38.7 3.6L128 173.2V98L64 114v73.1zM320 335.7c16.8 1.5 33.9-.7 50-6.8l14-5.2V251.9l-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5v77.4zm64-149.4V115.4c-20.9 6.1-42.4 9.1-64 9.1V194c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "flag-usa": { + "aliases": { + "unicodes": { + "secondary": [ + "10f74d" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "betsy ross", + "country", + "fla", + "flag: United States", + "old glory", + "stars", + "stripes", + "symbol" + ] + }, + "unicode": "f74d", + "label": "Flag Usa", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 0C49.7 0 64 14.3 64 32V48l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1v36.1l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9v32.2c17.4 2.1 34.4 6.7 50.6 13.9l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 136.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 203.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 232.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 299.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 328.3v33.5c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 400v80c0 17.7-14.3 32-32 32s-32-14.3-32-32V416 345.5 312.8 249.5 216.8 153.5 120.8 64 32C0 14.3 14.3 0 32 0zm80 96A16 16 0 1 0 80 96a16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-32 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "flask": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0c3" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beaker", + "chemicals", + "experiment", + "experimental", + "labs", + "liquid", + "potion", + "science", + "vial" + ] + }, + "unicode": "f0c3", + "label": "Flask", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M288 0H160 128C110.3 0 96 14.3 96 32s14.3 32 32 32V196.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6C0 480.9 31.1 512 69.4 512H378.6c38.3 0 69.4-31.1 69.4-69.4c0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288zM192 196.8V64h64V196.8c0 23.7 6.6 46.9 19 67.1L309.5 320h-171L173 263.9c12.4-20.2 19-43.4 19-67.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "flask-vial": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + " beaker", + " chemicals", + " experiment", + " experimental", + " labs", + " liquid", + " science", + " vial", + "ampule", + "chemistry", + "lab", + "laboratory", + "potion", + "test", + "test tube" + ] + }, + "unicode": "e4f3", + "label": "Flask Vial", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M175 389.4c-9.8 16-15 34.3-15 53.1c-10 3.5-20.8 5.5-32 5.5c-53 0-96-43-96-96V64C14.3 64 0 49.7 0 32S14.3 0 32 0H96h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32V309.9l-49 79.6zM96 64v96h64V64H96zM352 0H480h32c17.7 0 32 14.3 32 32s-14.3 32-32 32V214.9L629.7 406.2c6.7 10.9 10.3 23.5 10.3 36.4c0 38.3-31.1 69.4-69.4 69.4H261.4c-38.3 0-69.4-31.1-69.4-69.4c0-12.8 3.6-25.4 10.3-36.4L320 214.9V64c-17.7 0-32-14.3-32-32s14.3-32 32-32h32zm32 64V224c0 5.9-1.6 11.7-4.7 16.8L330.5 320h171l-48.8-79.2c-3.1-5-4.7-10.8-4.7-16.8V64H384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "flickr": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f16e", + "label": "Flickr", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "flipboard": { + "changes": [ + "5.0.5", + "5.0.9" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f44d", + "label": "Flipboard", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "floppy-disk": { + "aliases": { + "names": [ + "save" + ], + "unicodes": { + "composite": [ + "1f4be", + "1f5aa" + ], + "secondary": [ + "10f0c7" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Hard Shell Floppy Disk", + "computer", + "disk", + "download", + "floppy", + "floppy disk", + "floppy-o" + ] + }, + "unicode": "f0c7", + "label": "Floppy Disk", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V173.3c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32H64zm0 96c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + }, + "regular": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 96V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V170.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H309.5c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9L320.8 84.7c-.3-.3-.5-.5-.8-.8V184c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24V80H64c-8.8 0-16 7.2-16 16zm80-16v80H272V80H128zm32 240a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "florin-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "currency" + ] + }, + "unicode": "e184", + "label": "Florin Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M314.7 32c-38.8 0-73.7 23.3-88.6 59.1L170.7 224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h80L98.9 396.3c-5 11.9-16.6 19.7-29.5 19.7H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H69.3c38.8 0 73.7-23.3 88.6-59.1L213.3 288H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H240l45.1-108.3c5-11.9 16.6-19.7 29.5-19.7H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H314.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fly": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f417", + "label": "Fly", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "folder": { + "aliases": { + "names": [ + "folder-blank" + ], + "unicodes": { + "composite": [ + "1f4c1", + "1f5bf", + "f114" + ], + "secondary": [ + "10f07b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Folder", + "archive", + "directory", + "document", + "file", + "file folder", + "folder" + ] + }, + "unicode": "f07b", + "label": "Folder", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z" + }, + "regular": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H196.1c19.1 0 37.4 7.6 50.9 21.1L289.9 96H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16H286.6c-10.6 0-20.8-4.2-28.3-11.7L213.1 87c-4.5-4.5-10.6-7-17-7H64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "folder-closed": { + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "file" + ] + }, + "unicode": "e185", + "label": "Folder Closed", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 480H64c-35.3 0-64-28.7-64-64V192H512V416c0 35.3-28.7 64-64 64zm64-320H0V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64z" + }, + "regular": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M251.7 127.6l0 0c10.5 10.5 24.7 16.4 39.6 16.4H448c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16H197.5c4.2 0 8.3 1.7 11.3 4.7l33.9-33.9L208.8 84.7l42.9 42.9zM48 240H464V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V240zM285.7 93.7L242.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H291.3c-2.1 0-4.2-.8-5.7-2.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "folder-minus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f65d" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "delete", + "directory", + "document", + "file", + "negative", + "remove" + ] + }, + "unicode": "f65d", + "label": "Folder Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 480H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64zM184 272c-13.3 0-24 10.7-24 24s10.7 24 24 24H328c13.3 0 24-10.7 24-24s-10.7-24-24-24H184z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "folder-open": { + "aliases": { + "unicodes": { + "composite": [ + "1f4c2", + "1f5c1", + "f115" + ], + "secondary": [ + "10f07c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Open Folder", + "archive", + "directory", + "document", + "empty", + "file", + "folder", + "new", + "open", + "open file folder" + ] + }, + "unicode": "f07c", + "label": "Folder Open", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M88.7 223.8L0 375.8V96C0 60.7 28.7 32 64 32H181.5c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 28.3 18.7 45.3 18.7H416c35.3 0 64 28.7 64 64v32H144c-22.8 0-43.8 12.1-55.3 31.8zm27.6 16.1C122.1 230 132.6 224 144 224H544c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-112 192C453.9 474 443.4 480 432 480H32c-11.5 0-22-6.1-27.7-16.1s-5.7-22.2 .1-32.1l112-192z" + }, + "regular": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 480h48c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1 .1-32.1S555.5 224 544 224H144c-11.4 0-21.9 6-27.6 15.9L48 357.1V96c0-8.8 7.2-16 16-16H181.5c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8H416c8.8 0 16 7.2 16 16v32h48V160c0-35.3-28.7-64-64-64H298.5c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H87.7 384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "folder-plus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f65e" + ] + } + }, + "changes": [ + "5.3.0", + "5.11.0", + "5.12.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "archive", + "create", + "directory", + "document", + "file", + "new", + "positive" + ] + }, + "unicode": "f65e", + "label": "Folder Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64V416zM232 376c0 13.3 10.7 24 24 24s24-10.7 24-24V312h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H280V200c0-13.3-10.7-24-24-24s-24 10.7-24 24v64H168c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "folder-tree": { + "aliases": { + "unicodes": { + "secondary": [ + "10f802" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "directory", + "document", + "file", + "search", + "structure" + ] + }, + "unicode": "f802", + "label": "Folder Tree", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32v96V384c0 35.3 28.7 64 64 64H256V384H64V160H256V96H64V32zM288 192c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H445.3c-8.5 0-16.6-3.4-22.6-9.4L409.4 9.4c-6-6-14.1-9.4-22.6-9.4H320c-17.7 0-32 14.3-32 32V192zm0 288c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32H445.3c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4H320c-17.7 0-32 14.3-32 32V480z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "font": { + "aliases": { + "unicodes": { + "secondary": [ + "10f031" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabet", + "glyph", + "text", + "type", + "typeface" + ] + }, + "unicode": "f031", + "label": "Font", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M254 52.8C249.3 40.3 237.3 32 224 32s-25.3 8.3-30 20.8L57.8 416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-1.8l18-48H303.8l18 48H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H390.2L254 52.8zM279.8 304H168.2L224 155.1 279.8 304z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "font-awesome": { + "aliases": { + "names": [ + "font-awesome-flag", + "font-awesome-logo-full" + ], + "unicodes": { + "composite": [ + "f425", + "f4e6" + ], + "primary": [ + "f4e6" + ], + "secondary": [ + "10f2b4", + "10f4e6" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.15.4", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "awesome", + "flag", + "font", + "icons", + "typeface" + ] + }, + "unicode": "f2b4", + "label": "Font Awesome", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 48V384c-63.1 22.5-82.3 32-119.5 32c-62.8 0-86.6-32-149.3-32c-20.6 0-36.6 3.6-51.2 8.2v-64c14.6-4.6 30.6-8.2 51.2-8.2c62.7 0 86.5 32 149.3 32c20.4 0 35.6-3 55.5-9.3v-208c-19.9 6.3-35.1 9.3-55.5 9.3c-62.8 0-86.6-32-149.3-32c-50.8 0-74.9 20.6-115.2 28.7V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 46.3 14.3 32 32 32s32 14.3 32 32V76.7c40.3-8 64.4-28.7 115.2-28.7c62.7 0 86.5 32 149.3 32c37.1 0 56.4-9.5 119.5-32z" + }, + "regular": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 56c0-13.3-10.7-24-24-24S0 42.7 0 56V456c0 13.3 10.7 24 24 24s24-10.7 24-24V124.2l12.5-2.4c16.7-3.2 31.5-8.5 44.2-13.1l0 0 0 0c3.7-1.3 7.1-2.6 10.4-3.7c15.2-5.2 30.4-9.1 51.2-9.1c25.6 0 43 6 63.5 13.3l.5 .2c20.9 7.4 44.8 15.9 79.1 15.9c32.4 0 53.7-6.8 90.5-19.6V342.9l-9.5 3.3c-41.5 14.4-55.2 19.2-81 19.2c-25.7 0-43.1-6-63.6-13.3l-.6-.2c-20.8-7.4-44.8-15.8-79-15.8c-16.8 0-31 2-43.9 5c-12.9 3-20.9 16-17.9 28.9s16 20.9 28.9 17.9c9.6-2.2 20.1-3.7 32.9-3.7c25.6 0 43 6 63.5 13.3l.5 .2c20.9 7.4 44.8 15.9 79.1 15.9c34.4 0 56.4-7.7 97.8-22.2c7.5-2.6 15.5-5.4 24.4-8.5l16.2-5.5V360 72 38.4L416.2 49.3c-9.7 3.3-18.2 6.3-25.7 8.9c-41.5 14.4-55.2 19.2-81 19.2c-25.7 0-43.1-6-63.6-13.3l-.6-.2c-20.8-7.4-44.8-15.8-79-15.8c-27.8 0-48.5 5.5-66.6 11.6c-4.9 1.7-9.3 3.3-13.6 4.8c-11.9 4.3-22 7.9-34.7 10.3L48 75.4V56z" + }, + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 48V384C385 407 366 416 329 416C266 416 242 384 179 384C159 384 143 388 128 392V328C143 324 159 320 179 320C242 320 266 352 329 352C349 352 364 349 384 343V135C364 141 349 144 329 144C266 144 242 112 179 112C128 112 104 133 64 141V448C64 466 50 480 32 480S0 466 0 448V64C0 46 14 32 32 32S64 46 64 64V77C104 69 128 48 179 48C242 48 266 80 329 80C366 80 385 71 448 48Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + }, + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "fonticons": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f280", + "label": "Fonticons", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "fonticons-fi": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3a2", + "label": "Fonticons Fi", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "football": { + "aliases": { + "names": [ + "football-ball" + ], + "unicodes": { + "composite": [ + "1f3c8" + ], + "secondary": [ + "10f44e" + ] + } + }, + "changes": [ + "5.0.5", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "american", + "american football", + "ball", + "fall", + "football", + "nfl", + "pigskin", + "seasonal" + ] + }, + "unicode": "f44e", + "label": "Football", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M247.5 25.4c-13.5 3.3-26.4 7.2-38.6 11.7C142.9 61.6 96.7 103.6 66 153.6c-18.3 29.8-30.9 62.3-39.2 95.4L264.5 486.6c13.5-3.3 26.4-7.2 38.6-11.7c66-24.5 112.2-66.5 142.9-116.5c18.3-29.8 30.9-62.3 39.1-95.3L247.5 25.4zM495.2 205.3c6.1-56.8 1.4-112.2-7.7-156.4c-2.7-12.9-13-22.9-26.1-25.1c-58.2-9.7-109.9-12-155.6-7.9L495.2 205.3zM206.1 496L16.8 306.7c-6.1 56.8-1.4 112.2 7.7 156.4c2.7 12.9 13 22.9 26.1 25.1c58.2 9.7 109.9 12 155.6 7.9zm54.6-331.3c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fort-awesome": { + "changes": [ + "4.5.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [ + "castle" + ] + }, + "unicode": "f286", + "label": "Fort Awesome", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "fort-awesome-alt": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "castle" + ] + }, + "unicode": "f3a3", + "label": "Alternate Fort Awesome", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7zm118.2 0H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7zm132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 1.1.8 1.7.6 1.1 1.1 2.2 1.7 3.3.1.2.2.3.3.5 2.2 4.1 4.4 8.2 6.8 12.2.2.4.5.8.7 1.2.7 1.1 1.3 2.2 2 3.3.3.5.6.9.9 1.4.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-2.1 2-3.2.3-.5.6-.9.9-1.4.7-1.1 1.3-2.2 2-3.3.2-.4.5-.8.7-1.2 2.4-4 4.6-8.1 6.8-12.2.1-.2.2-.3.3-.5.6-1.1 1.1-2.2 1.7-3.3.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7zM448 371.5c-9.4 15.5-20.6 29.9-33.6 42.9-20.6 20.6-44.5 36.7-71.2 48-13.9 5.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8c-14.7-2.9-29-7.3-42.9-13.2-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "forumbee": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f211", + "label": "Forumbee", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7zm392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7zm15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8zm29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "forward": { + "aliases": { + "unicodes": { + "composite": [ + "23e9" + ], + "secondary": [ + "10f04e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "double", + "fast", + "fast-forward button", + "forward", + "next", + "skip" + ] + }, + "unicode": "f04e", + "label": "Forward", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4L224 214.3V256v41.7L52.5 440.6zM256 352V256 128 96c0-12.4 7.2-23.7 18.4-29s24.5-3.6 34.1 4.4l192 160c7.3 6.1 11.5 15.1 11.5 24.6s-4.2 18.5-11.5 24.6l-192 160c-9.5 7.9-22.8 9.7-34.1 4.4s-18.4-16.6-18.4-29V352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "forward-fast": { + "aliases": { + "names": [ + "fast-forward" + ], + "unicodes": { + "composite": [ + "23ed" + ], + "secondary": [ + "10f050" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "end", + "last", + "next", + "next scene", + "next track", + "next track button", + "triangle" + ] + }, + "unicode": "f050", + "label": "Forward Fast", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M18.4 445c11.2 5.3 24.5 3.6 34.1-4.4L224 297.7V416c0 12.4 7.2 23.7 18.4 29s24.5 3.6 34.1-4.4L448 297.7V416c0 17.7 14.3 32 32 32s32-14.3 32-32V96c0-17.7-14.3-32-32-32s-32 14.3-32 32V214.3L276.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S224 83.6 224 96V214.3L52.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S0 83.6 0 96V416c0 12.4 7.2 23.7 18.4 29z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "forward-step": { + "aliases": { + "names": [ + "step-forward" + ], + "unicodes": { + "secondary": [ + "10f051" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "end", + "last", + "next" + ] + }, + "unicode": "f051", + "label": "Forward Step", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4l192 160L256 241V96c0-17.7 14.3-32 32-32s32 14.3 32 32V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V271l-11.5 9.6-192 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "foursquare": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f180", + "label": "Foursquare", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 368, + 512 + ], + "width": 368, + "height": 512, + "path": "M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3zm-16.3 73.8l-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "franc-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "French Franc Sign", + "currency" + ] + }, + "unicode": "e18f", + "label": "Franc Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M80 32C62.3 32 48 46.3 48 64V224v96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v64c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V256H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "free-code-camp": { + "changes": [ + "4.7.0", + "5.0.0", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2c5", + "label": "freeCodeCamp", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M97.22,96.21c10.36-10.65,16-17.12,16-21.9,0-2.76-1.92-5.51-3.83-7.42A14.81,14.81,0,0,0,101,64.05c-8.48,0-20.92,8.79-35.84,25.69C23.68,137,2.51,182.81,3.37,250.34s17.47,117,54.06,161.87C76.22,435.86,90.62,448,100.9,448a13.55,13.55,0,0,0,8.37-3.84c1.91-2.76,3.81-5.63,3.81-8.38,0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165C32.25,188.8,54,137.83,97.22,96.21ZM239.47,420.07c.58.37.91.55.91.55Zm93.79.55.17-.13C333.24,420.62,333.17,420.67,333.26,420.62Zm3.13-158.18c-16.24-4.15,50.41-82.89-68.05-177.17,0,0,15.54,49.38-62.83,159.57-74.27,104.35,23.46,168.73,34,175.23-6.73-4.35-47.4-35.7,9.55-128.64,11-18.3,25.53-34.87,43.5-72.16,0,0,15.91,22.45,7.6,71.13C287.7,364,354,342.91,355,343.94c22.75,26.78-17.72,73.51-21.58,76.55,5.49-3.65,117.71-78,33-188.1C360.43,238.4,352.62,266.59,336.39,262.44ZM510.88,89.69C496,72.79,483.52,64,475,64a14.81,14.81,0,0,0-8.39,2.84c-1.91,1.91-3.83,4.66-3.83,7.42,0,4.78,5.6,11.26,16,21.9,43.23,41.61,65,92.59,64.82,154.06-.16,68-23,122.63-67.48,165-9.34,8.35-13.18,14.92-13.2,20.55,0,2.75,1.9,5.62,3.81,8.38A13.61,13.61,0,0,0,475.1,448c10.28,0,24.68-12.13,43.47-35.79,36.59-44.85,53.14-94.38,54.06-161.87S552.32,137,510.88,89.69Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "freebsd": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3a4", + "label": "FreeBSD", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2-11.1 11.1-39.4.9-63.1-22.9-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "frog": { + "aliases": { + "unicodes": { + "secondary": [ + "10f52e" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "amphibian", + "bullfrog", + "fauna", + "hop", + "kermit", + "kiss", + "prince", + "ribbit", + "toad", + "wart" + ] + }, + "unicode": "f52e", + "label": "Frog", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M368 32c41.7 0 75.9 31.8 79.7 72.5l85.6 26.3c25.4 7.8 42.8 31.3 42.8 57.9c0 21.8-11.7 41.9-30.7 52.7L400.8 323.5 493.3 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H480c-8.5 0-16.6-3.4-22.6-9.4L346.9 360.2c11.7-36 3.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1L101 324.4c-6.4 6.1-6.7 16.2-.6 22.6s16.2 6.6 22.6 .6l73.8-70.2 .1-.1 .1-.1c3.5-3.5 7.3-6.6 11.3-9.2c27.9-18.5 65.9-15.4 90.5 9.2c24.7 24.7 27.7 62.9 9 90.9c-2.6 3.8-5.6 7.5-9 10.9L261.8 416H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-35.3 0-64-28.7-64-64C0 249.6 127 112.9 289.3 97.5C296.2 60.2 328.8 32 368 32zm0 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "fulcrum": { + "changes": [ + "5.0.12", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f50b", + "label": "Fulcrum", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M95.75 164.14l-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14l35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "futbol": { + "aliases": { + "names": [ + "futbol-ball", + "soccer-ball" + ], + "unicodes": { + "composite": [ + "26bd" + ], + "secondary": [ + "10f1e3" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "football", + "mls", + "soccer", + "soccer ball" + ] + }, + "unicode": "f1e3", + "label": "Futbol", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M417.3 360.1l-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6C289.5 445.8 273 448 256 448s-33.5-2.2-49.2-6.4L189.2 372c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15l-26.7-66.6C128 109.2 155.3 89 186.7 76.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z" + }, + "regular": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M435.4 361.3l-89.7-6c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-22 87.2c-14.4 3.2-29.4 4.8-44.8 4.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7 6C61.7 335.9 51.9 307 49 276.2L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L100.4 118c19.9-22.4 44.6-40.5 72.4-52.7l69.1 57.6c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l69.1-57.6c27.8 12.2 52.5 30.3 72.4 52.7l-33.4 83.4c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9L463 276.2c-3 30.8-12.7 59.7-27.6 85.1zM256 48l.9 0h-1.8l.9 0zM56.7 196.2c.9-3 1.9-6.1 2.9-9.1l-2.9 9.1zM132 423l3.8 2.7c-1.3-.9-2.5-1.8-3.8-2.7zm248.1-.1c-1.3 1-2.7 2-4 2.9l4-2.9zm75.2-226.6l-3-9.2c1.1 3 2.1 6.1 3 9.2zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "g": { + "aliases": { + "unicodes": { + "composite": [ + "67" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter G", + "Latin Small Letter G", + "letter" + ] + }, + "unicode": "47", + "label": "G", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 96C135.6 96 64 167.6 64 256s71.6 160 160 160c77.4 0 142-55 156.8-128H256c-17.7 0-32-14.3-32-32s14.3-32 32-32H400c25.8 0 49.6 21.4 47.2 50.6C437.8 389.6 341.4 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32c57.4 0 109.7 21.6 149.3 57c13.2 11.8 14.3 32 2.5 45.2s-32 14.3-45.2 2.5C302.3 111.4 265 96 224 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "galactic-republic": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [ + "politics", + "star wars" + ] + }, + "unicode": "f50c", + "label": "Galactic Republic", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248zm0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53zm27.62 21.81v24.62a185.933 185.933 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8zm-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67V46.41zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.873 77.873 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58h-31zm183.24 30.72l-17.36 17.36a186.337 186.337 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03zm-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52l-17.39-17.39zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96h-24.62zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65zm222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39h-.08z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "galactic-senate": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [ + "star wars" + ] + }, + "unicode": "f50d", + "label": "Galactic Senate", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48h-12.28zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07zm64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.49 147.49 0 0 0-27.45-9.08zm-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93zm0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65c0-22.42 18.18-40.6 40.6-40.6zm0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96zm0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82zm-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "gamepad": { + "aliases": { + "unicodes": { + "secondary": [ + "10f11b" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arcade", + "controller", + "d-pad", + "joystick", + "video", + "video game" + ] + }, + "unicode": "f11b", + "label": "Gamepad", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 64C86 64 0 150 0 256S86 448 192 448H448c106 0 192-86 192-192s-86-192-192-192H192zM496 168a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM392 304a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM168 200c0-13.3 10.7-24 24-24s24 10.7 24 24v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V200z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gas-pump": { + "aliases": { + "unicodes": { + "composite": [ + "26fd" + ], + "secondary": [ + "10f52f" + ] + } + }, + "changes": [ + "5.0.13", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "car", + "diesel", + "fuel", + "fuel pump", + "fuelpump", + "gas", + "gasoline", + "petrol", + "pump", + "station" + ] + }, + "unicode": "f52f", + "label": "Gas Pump", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 64C32 28.7 60.7 0 96 0H256c35.3 0 64 28.7 64 64V256h8c48.6 0 88 39.4 88 88v32c0 13.3 10.7 24 24 24s24-10.7 24-24V222c-27.6-7.1-48-32.2-48-62V96L384 64c-8.8-8.8-8.8-23.2 0-32s23.2-8.8 32 0l77.3 77.3c12 12 18.7 28.3 18.7 45.3V168v24 32V376c0 39.8-32.2 72-72 72s-72-32.2-72-72V344c0-22.1-17.9-40-40-40h-8V448c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V64zM96 80v96c0 8.8 7.2 16 16 16H240c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gauge": { + "aliases": { + "names": [ + "dashboard", + "gauge-med", + "tachometer-alt-average" + ], + "unicodes": { + "secondary": [ + "10f624" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dashboard", + "fast", + "odometer", + "speed", + "speedometer" + ] + }, + "unicode": "f624", + "label": "Gauge", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3V88c0-13.3-10.7-24-24-24s-24 10.7-24 24V292.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64zM144 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm-16 80a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM400 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gauge-high": { + "aliases": { + "names": [ + "tachometer-alt", + "tachometer-alt-fast" + ], + "unicodes": { + "composite": [ + "f3fd" + ], + "primary": [ + "f3fd" + ], + "secondary": [ + "10f3fd", + "10f625" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dashboard", + "fast", + "odometer", + "speed", + "speedometer" + ] + }, + "unicode": "f625", + "label": "Gauge High", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM256 416c35.3 0 64-28.7 64-64c0-17.4-6.9-33.1-18.1-44.6L366 161.7c5.3-12.1-.2-26.3-12.3-31.6s-26.3 .2-31.6 12.3L257.9 288c-.6 0-1.3 0-1.9 0c-35.3 0-64 28.7-64 64s28.7 64 64 64zM176 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm352-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gauge-simple": { + "aliases": { + "names": [ + "gauge-simple-med", + "tachometer-average" + ], + "unicodes": { + "secondary": [ + "10f629" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dashboard", + "fast", + "odometer", + "speed", + "speedometer" + ] + }, + "unicode": "f629", + "label": "Gauge Simple", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3V88c0-13.3-10.7-24-24-24s-24 10.7-24 24V292.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gauge-simple-high": { + "aliases": { + "names": [ + "tachometer", + "tachometer-fast" + ], + "unicodes": { + "composite": [ + "f0e4" + ], + "primary": [ + "f0e4" + ], + "secondary": [ + "10f0e4", + "10f62a" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dashboard", + "fast", + "odometer", + "speed", + "speedometer" + ] + }, + "unicode": "f62a", + "label": "Gauge Simple High", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-15.9-5.8-30.4-15.3-41.6l76.6-147.4c6.1-11.8 1.5-26.3-10.2-32.4s-26.2-1.5-32.4 10.2L262.1 288.3c-2-.2-4-.3-6.1-.3c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gavel": { + "aliases": { + "names": [ + "legal" + ], + "unicodes": { + "secondary": [ + "10f0e3" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hammer", + "judge", + "law", + "lawyer", + "opinion" + ] + }, + "unicode": "f0e3", + "label": "Gavel", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M318.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-120 120c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l4-4L325.4 293.4l-4 4c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l120-120c12.5-12.5 12.5-32.8 0-45.3l-16-16c-12.5-12.5-32.8-12.5-45.3 0l-4 4L330.6 74.6l4-4c12.5-12.5 12.5-32.8 0-45.3l-16-16zm-152 288c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l48 48c12.5 12.5 32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-1.4-1.4L272 285.3 226.7 240 168 298.7l-1.4-1.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gear": { + "aliases": { + "names": [ + "cog" + ], + "unicodes": { + "composite": [ + "2699" + ], + "secondary": [ + "10f013" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cog", + "cogwheel", + "gear", + "mechanical", + "settings", + "sprocket", + "tool", + "wheel" + ] + }, + "unicode": "f013", + "label": "Gear", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gears": { + "aliases": { + "names": [ + "cogs" + ], + "unicodes": { + "secondary": [ + "10f085" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "gears", + "mechanical", + "settings", + "sprocket", + "wheel" + ] + }, + "unicode": "f085", + "label": "Gears", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5L304 89.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1l-28.2 9.3c-10.7-8.8-23-16-36.2-20.9L199 27.1c-1.9-9.3-9.1-16.7-18.5-17.8C173.9 8.4 167.2 8 160.4 8h-.7c-6.8 0-13.5 .4-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9L50.5 67.8c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8C32.6 161.9 32 168.9 32 176s.6 14.1 1.7 20.9L11.5 216.7c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8c6.7 .8 13.5 1.2 20.4 1.2s13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7 .9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM504.7 500.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2l29.1-6.1c9.3-1.9 16.7-9.1 17.8-18.5c.8-6.7 1.2-13.5 1.2-20.4s-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5L583.9 307c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1 .6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2L315.1 313c-9.3 1.9-16.7 9.1-17.8 18.5c-.8 6.7-1.2 13.5-1.2 20.4s.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6 .9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gem": { + "aliases": { + "unicodes": { + "composite": [ + "1f48e" + ], + "secondary": [ + "10f3a5" + ] + } + }, + "changes": [ + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "diamond", + "gem", + "gem stone", + "jewel", + "jewelry", + "sapphire", + "stone", + "treasure" + ] + }, + "unicode": "f3a5", + "label": "Gem", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M116.7 33.8c4.5-6.1 11.7-9.8 19.3-9.8H376c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152zm38.5 39.8c-3.3 2.5-4.2 7-2.1 10.5l57.4 95.6L63.3 192c-4.1 .3-7.3 3.8-7.3 8s3.2 7.6 7.3 8l192 16c.4 0 .9 0 1.3 0l192-16c4.1-.3 7.3-3.8 7.3-8s-3.2-7.6-7.3-8L301.5 179.8l57.4-95.6c2.1-3.5 1.2-8.1-2.1-10.5s-7.9-2-10.7 1L256 172.2 165.9 74.6c-2.8-3-7.4-3.4-10.7-1z" + }, + "regular": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M168.5 72L256 165l87.5-93h-175zM383.9 99.1L311.5 176h129L383.9 99.1zm50 124.9H256 78.1L256 420.3 433.9 224zM71.5 176h129L128.1 99.1 71.5 176zm434.3 40.1l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152c4.5-6.1 11.7-9.8 19.3-9.8H376c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "genderless": { + "aliases": { + "unicodes": { + "secondary": [ + "10f22d" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "androgynous", + "asexual", + "gender", + "sexless" + ] + }, + "unicode": "f22d", + "label": "Genderless", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 144a112 112 0 1 1 0 224 112 112 0 1 1 0-224zm0 288a176 176 0 1 0 0-352 176 176 0 1 0 0 352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "get-pocket": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f265", + "label": "Get Pocket", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "gg": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f260", + "label": "GG Currency", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M179.2 230.4l102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5 25.6-25.6zM332.8 76.8L230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256 332.8 76.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "gg-circle": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f261", + "label": "GG Currency Circle", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ghost": { + "aliases": { + "unicodes": { + "composite": [ + "1f47b" + ], + "secondary": [ + "10f6e2" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apparition", + "blinky", + "clyde", + "creature", + "face", + "fairy tale", + "fantasy", + "floating", + "ghost", + "halloween", + "holiday", + "inky", + "monster", + "pacman", + "pinky", + "spirit" + ] + }, + "unicode": "f6e2", + "label": "Ghost", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M40.1 467.1l-11.2 9c-3.2 2.5-7.1 3.9-11.1 3.9C8 480 0 472 0 462.2V192C0 86 86 0 192 0S384 86 384 192V462.2c0 9.8-8 17.8-17.8 17.8c-4 0-7.9-1.4-11.1-3.9l-11.2-9c-13.4-10.7-32.8-9-44.1 3.9L269.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6l-26.6-30.5c-12.7-14.6-35.4-14.6-48.2 0L141.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6L84.2 471c-11.3-12.9-30.7-14.6-44.1-3.9zM160 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gift": { + "aliases": { + "unicodes": { + "composite": [ + "1f381" + ], + "secondary": [ + "10f06b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "box", + "celebration", + "christmas", + "generosity", + "gift", + "giving", + "holiday", + "party", + "present", + "wrapped", + "wrapped gift", + "xmas" + ] + }, + "unicode": "f06b", + "label": "Gift", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M190.5 68.8L225.3 128H224 152c-22.1 0-40-17.9-40-40s17.9-40 40-40h2.2c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H438.4c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0H152C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40H288h-1.3l34.8-59.2C329.1 55.9 342.9 48 357.8 48H360c22.1 0 40 17.9 40 40zM32 288V464c0 26.5 21.5 48 48 48H224V288H32zM288 512H432c26.5 0 48-21.5 48-48V288H288V512z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gifts": { + "aliases": { + "unicodes": { + "secondary": [ + "10f79c" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "christmas", + "generosity", + "giving", + "holiday", + "party", + "present", + "wrapped", + "xmas" + ] + }, + "unicode": "f79c", + "label": "Gifts", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16L144.7 46.2l-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H200.6c-5.4-9.4-8.6-20.3-8.6-32V256c0-29.9 20.5-55 48.2-62c1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96H217.8l28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3L192.5 55.1 200.6 32zM363.5 185.5L393.1 224H344c-13.3 0-24-10.7-24-24c0-13.1 10.8-24 24.2-24c7.6 0 14.7 3.5 19.3 9.5zM272 200c0 8.4 1.4 16.5 4.1 24H272c-26.5 0-48 21.5-48 48v80H416V256h32v96H640V272c0-26.5-21.5-48-48-48h-4.1c2.7-7.5 4.1-15.6 4.1-24c0-39.9-32.5-72-72.2-72c-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7 0-72.2 32.1-72.2 72zM224 464c0 26.5 21.5 48 48 48H416V384H224v80zm224 48H592c26.5 0 48-21.5 48-48V384H448V512zm96-312c0 13.3-10.7 24-24 24H470.9l29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5c13.4 0 24.2 10.9 24.2 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "git": { + "changes": [ + "4.1.0", + "5.0.0", + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1d3", + "label": "Git", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11zm-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16zm133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61zM512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "git-alt": { + "changes": [ + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f841", + "label": "Git Alt", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "github": { + "changes": [ + "2.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "octocat" + ] + }, + "unicode": "f09b", + "label": "GitHub", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "github-alt": { + "changes": [ + "3.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "octocat" + ] + }, + "unicode": "f113", + "label": "Alternate GitHub", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 480, + 512 + ], + "width": 480, + "height": 512, + "path": "M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "gitkraken": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3a6", + "label": "GitKraken", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 592, + 512 + ], + "width": 592, + "height": 512, + "path": "M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "gitlab": { + "changes": [ + "4.6.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "Axosoft" + ] + }, + "unicode": "f296", + "label": "GitLab", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M503.5 204.6L502.8 202.8L433.1 21.02C431.7 17.45 429.2 14.43 425.9 12.38C423.5 10.83 420.8 9.865 417.9 9.57C415 9.275 412.2 9.653 409.5 10.68C406.8 11.7 404.4 13.34 402.4 15.46C400.5 17.58 399.1 20.13 398.3 22.9L351.3 166.9H160.8L113.7 22.9C112.9 20.13 111.5 17.59 109.6 15.47C107.6 13.35 105.2 11.72 102.5 10.7C99.86 9.675 96.98 9.295 94.12 9.587C91.26 9.878 88.51 10.83 86.08 12.38C82.84 14.43 80.33 17.45 78.92 21.02L9.267 202.8L8.543 204.6C-1.484 230.8-2.72 259.6 5.023 286.6C12.77 313.5 29.07 337.3 51.47 354.2L51.74 354.4L52.33 354.8L158.3 434.3L210.9 474L242.9 498.2C246.6 500.1 251.2 502.5 255.9 502.5C260.6 502.5 265.2 500.1 268.9 498.2L300.9 474L353.5 434.3L460.2 354.4L460.5 354.1C482.9 337.2 499.2 313.5 506.1 286.6C514.7 259.6 513.5 230.8 503.5 204.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "gitter": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f426", + "label": "Gitter", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "glass-water": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "potable", + "water" + ] + }, + "unicode": "e4f4", + "label": "Glass Water", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3H275.3c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0H32zM73 156.5L66.4 64H317.6L311 156.5l-24.2 12.1c-19.4 9.7-42.2 9.7-61.6 0c-20.9-10.4-45.5-10.4-66.4 0c-19.4 9.7-42.2 9.7-61.6 0L73 156.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "glass-water-droplet": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "potable", + "water" + ] + }, + "unicode": "e4f5", + "label": "Glass Water Droplet", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3H275.3c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0H32zM83 297.5L66.4 64H317.6L301 297.5 288 304c-20.1 10.1-43.9 10.1-64 0s-43.9-10.1-64 0s-43.9 10.1-64 0l-13-6.5zM256 196c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6 0C161.7 125.9 128 172 128 196c0 33.1 28.7 60 64 60s64-26.9 64-60z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "glasses": { + "aliases": { + "unicodes": { + "secondary": [ + "10f530" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hipster", + "nerd", + "reading", + "sight", + "spectacles", + "vision" + ] + }, + "unicode": "f530", + "label": "Glasses", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M118.6 80c-11.5 0-21.4 7.9-24 19.1L57 260.3c20.5-6.2 48.3-12.3 78.7-12.3c32.3 0 61.8 6.9 82.8 13.5c10.6 3.3 19.3 6.7 25.4 9.2c3.1 1.3 5.5 2.4 7.3 3.2c.9 .4 1.6 .7 2.1 1l.6 .3 .2 .1 .1 0 0 0 0 0s0 0-6.3 12.7h0l6.3-12.7c5.8 2.9 10.4 7.3 13.5 12.7h40.6c3.1-5.3 7.7-9.8 13.5-12.7l6.3 12.7h0c-6.3-12.7-6.3-12.7-6.3-12.7l0 0 0 0 .1 0 .2-.1 .6-.3c.5-.2 1.2-.6 2.1-1c1.8-.8 4.2-1.9 7.3-3.2c6.1-2.6 14.8-5.9 25.4-9.2c21-6.6 50.4-13.5 82.8-13.5c30.4 0 58.2 6.1 78.7 12.3L481.4 99.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1 0-6.2 .6-9.2 1.8L416.9 94.3c-12.3 4.9-26.3-1.1-31.2-13.4s1.1-26.3 13.4-31.2l31.3-12.5c8.6-3.4 17.7-5.2 27-5.2c33.8 0 63.1 23.3 70.8 56.2l43.9 188c1.7 7.3 2.9 14.7 3.5 22.1c.3 1.9 .5 3.8 .5 5.7v6.7V352v16c0 61.9-50.1 112-112 112H419.7c-59.4 0-108.5-46.4-111.8-105.8L306.6 352H269.4l-1.2 22.2C264.9 433.6 215.8 480 156.3 480H112C50.1 480 0 429.9 0 368V352 310.7 304c0-1.9 .2-3.8 .5-5.7c.6-7.4 1.8-14.8 3.5-22.1l43.9-188C55.5 55.3 84.8 32 118.6 32c9.2 0 18.4 1.8 27 5.2l31.3 12.5c12.3 4.9 18.3 18.9 13.4 31.2s-18.9 18.3-31.2 13.4L127.8 81.8c-2.9-1.2-6-1.8-9.2-1.8zM64 325.4V368c0 26.5 21.5 48 48 48h44.3c25.5 0 46.5-19.9 47.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5c-23.7 0-46.2 5.1-63.2 10.5c-3.1 1-5.9 1.9-8.5 2.9zM512 368V325.4c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5c-23.7 0-46.4 5.1-63.6 10.5c-2.7 .8-5.2 1.7-7.5 2.5l2.5 45.6c1.4 25.4 22.5 45.3 47.9 45.3H464c26.5 0 48-21.5 48-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "glide": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2a5", + "label": "Glide", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "glide-g": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2a6", + "label": "Glide G", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "globe": { + "aliases": { + "unicodes": { + "composite": [ + "1f310" + ], + "secondary": [ + "10f0ac" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.9", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "all", + "coordinates", + "country", + "earth", + "global", + "globe", + "globe with meridians", + "gps", + "internet", + "language", + "localize", + "location", + "map", + "meridians", + "network", + "online", + "place", + "planet", + "translate", + "travel", + "world" + ] + }, + "unicode": "f0ac", + "label": "Globe", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 256c0 22.2-1.2 43.6-3.3 64H163.3c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64H348.7c2.2 20.4 3.3 41.8 3.3 64zm28.8-64H503.9c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64H380.8c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32H376.7c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0H167.7c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0H18.6C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192H131.2c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64H8.1C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6H344.3c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352H135.3zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6H493.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gofore": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3a7", + "label": "Gofore", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 400, + 512 + ], + "width": 400, + "height": 512, + "path": "M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "golang": { + "changes": [ + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e40f", + "label": "Go", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M400.1 194.8C389.2 197.6 380.2 199.1 371 202.4C363.7 204.3 356.3 206.3 347.8 208.5L347.2 208.6C343 209.8 342.6 209.9 338.7 205.4C334 200.1 330.6 196.7 324.1 193.5C304.4 183.9 285.4 186.7 267.7 198.2C246.5 211.9 235.6 232.2 235.9 257.4C236.2 282.4 253.3 302.9 277.1 306.3C299.1 309.1 316.9 301.7 330.9 285.8C333 283.2 334.9 280.5 337 277.5V277.5L337 277.5C337.8 276.5 338.5 275.4 339.3 274.2H279.2C272.7 274.2 271.1 270.2 273.3 264.9C277.3 255.2 284.8 239 289.2 230.9C290.1 229.1 292.3 225.1 296.1 225.1H397.2C401.7 211.7 409 198.2 418.8 185.4C441.5 155.5 468.1 139.9 506 133.4C537.8 127.8 567.7 130.9 594.9 149.3C619.5 166.1 634.7 188.9 638.8 218.8C644.1 260.9 631.9 295.1 602.1 324.4C582.4 345.3 557.2 358.4 528.2 364.3C522.6 365.3 517.1 365.8 511.7 366.3C508.8 366.5 506 366.8 503.2 367.1C474.9 366.5 449 358.4 427.2 339.7C411.9 326.4 401.3 310.1 396.1 291.2C392.4 298.5 388.1 305.6 382.1 312.3C360.5 341.9 331.2 360.3 294.2 365.2C263.6 369.3 235.3 363.4 210.3 344.7C187.3 327.2 174.2 304.2 170.8 275.5C166.7 241.5 176.7 210.1 197.2 184.2C219.4 155.2 248.7 136.8 284.5 130.3C313.8 124.1 341.8 128.4 367.1 145.6C383.6 156.5 395.4 171.4 403.2 189.5C405.1 192.3 403.8 193.9 400.1 194.8zM48.3 200.4C47.05 200.4 46.74 199.8 47.36 198.8L53.91 190.4C54.53 189.5 56.09 188.9 57.34 188.9H168.6C169.8 188.9 170.1 189.8 169.5 190.7L164.2 198.8C163.6 199.8 162 200.7 161.1 200.7L48.3 200.4zM1.246 229.1C0 229.1-.3116 228.4 .3116 227.5L6.855 219.1C7.479 218.2 9.037 217.5 10.28 217.5H152.4C153.6 217.5 154.2 218.5 153.9 219.4L151.4 226.9C151.1 228.1 149.9 228.8 148.6 228.8L1.246 229.1zM75.72 255.9C75.1 256.8 75.41 257.7 76.65 257.7L144.6 258C145.5 258 146.8 257.1 146.8 255.9L147.4 248.4C147.4 247.1 146.8 246.2 145.5 246.2H83.2C81.95 246.2 80.71 247.1 80.08 248.1L75.72 255.9zM577.2 237.9C577 235.3 576.9 233.1 576.5 230.9C570.9 200.1 542.5 182.6 512.9 189.5C483.9 196 465.2 214.4 458.4 243.7C452.8 268 464.6 292.6 487 302.6C504.2 310.1 521.3 309.2 537.8 300.7C562.4 287.1 575.8 268 577.4 241.2C577.3 240 577.3 238.9 577.2 237.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "golf-ball-tee": { + "aliases": { + "names": [ + "golf-ball" + ], + "unicodes": { + "secondary": [ + "10f450" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "caddy", + "eagle", + "putt", + "tee" + ] + }, + "unicode": "f450", + "label": "Golf Ball Tee", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 192c0 66.8-34.1 125.6-85.8 160H85.8C34.1 317.6 0 258.8 0 192C0 86 86 0 192 0S384 86 384 192zM242.1 256.6c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4c0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H240c-8.8 0-16 7.2-16 16v16c0 17.7-14.3 32-32 32s-32-14.3-32-32V464c0-8.8-7.2-16-16-16H128c-17.7 0-32-14.3-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "goodreads": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3a8", + "label": "Goodreads", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3zM448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56zM330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "goodreads-g": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3a9", + "label": "Goodreads G", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "google": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1a0", + "label": "Google Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 488, + 512 + ], + "width": 488, + "height": 512, + "path": "M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "google-drive": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3aa", + "label": "Google Drive", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M339 314.9L175.4 32h161.2l163.6 282.9H339zm-137.5 23.6L120.9 480h310.5L512 338.5H201.5zM154.1 67.4L0 338.5 80.6 480 237 208.8 154.1 67.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "google-pay": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e079", + "label": "Google Pay", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M105.72,215v41.25h57.1a49.66,49.66,0,0,1-21.14,32.6c-9.54,6.55-21.72,10.28-36,10.28-27.6,0-50.93-18.91-59.3-44.22a65.61,65.61,0,0,1,0-41l0,0c8.37-25.46,31.7-44.37,59.3-44.37a56.43,56.43,0,0,1,40.51,16.08L176.47,155a101.24,101.24,0,0,0-70.75-27.84,105.55,105.55,0,0,0-94.38,59.11,107.64,107.64,0,0,0,0,96.18v.15a105.41,105.41,0,0,0,94.38,59c28.47,0,52.55-9.53,70-25.91,20-18.61,31.41-46.15,31.41-78.91A133.76,133.76,0,0,0,205.38,215Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46,0-39.34,8.34-50.5,24.86l20.85,13.26q11.45-17,31.26-17a34.05,34.05,0,0,1,22.75,8.79A28.14,28.14,0,0,1,487.79,248v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44,0-29.65,3.88-39.49,11.77s-14.82,18.31-14.82,31.56a39.74,39.74,0,0,0,13.94,31.27c9.25,8.34,21,12.51,34.79,12.51,16.29,0,29.21-7.3,39-21.89h1v17.72h22.61V250C510.25,233.45,505.26,220.34,495.13,211ZM475.9,300.3a37.32,37.32,0,0,1-26.57,11.16A28.61,28.61,0,0,1,431,305.21a19.41,19.41,0,0,1-7.77-15.63c0-7,3.22-12.81,9.54-17.42s14.53-7,24.07-7C470,265,480.3,268,487.64,273.94,487.64,284.07,483.68,292.85,475.9,300.3Zm-93.65-142A55.71,55.71,0,0,0,341.74,142H279.07V328.74H302.7V253.1h39c16,0,29.5-5.36,40.51-15.93.88-.89,1.76-1.79,2.65-2.68A54.45,54.45,0,0,0,382.25,158.26Zm-16.58,62.23a30.65,30.65,0,0,1-23.34,9.68H302.7V165h39.63a32,32,0,0,1,22.6,9.23A33.18,33.18,0,0,1,365.67,220.49ZM614.31,201,577.77,292.7h-.45L539.9,201H514.21L566,320.55l-29.35,64.32H561L640,201Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "google-play": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3ab", + "label": "Google Play", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "google-plus": { + "changes": [ + "4.6.0", + "5.0.0", + "5.13.1" + ], + "ligatures": [], + "search": { + "terms": [ + "google-plus-circle", + "google-plus-official" + ] + }, + "unicode": "f2b3", + "label": "Google Plus", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256,8C119.1,8,8,119.1,8,256S119.1,504,256,504,504,392.9,504,256,392.9,8,256,8ZM185.3,380a124,124,0,0,1,0-248c31.3,0,60.1,11,83,32.3l-33.6,32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9,0-77.2,35.5-77.2,78.1S142.3,334,185.3,334c32.6,0,64.9-19.1,70.1-53.3H185.3V238.1H302.2a109.2,109.2,0,0,1,1.9,20.7c0,70.8-47.5,121.2-118.8,121.2ZM415.5,273.8v35.5H380V273.8H344.5V238.3H380V202.8h35.5v35.5h35.2v35.5Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "google-plus-g": { + "changes": [ + "2.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "google-plus", + "social network" + ] + }, + "unicode": "f0d5", + "label": "Google Plus G", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "google-wallet": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1ee", + "label": "Google Wallet", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3zM109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5zm47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368H157.1zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "gopuram": { + "aliases": { + "unicodes": { + "secondary": [ + "10f664" + ] + } + }, + "changes": [ + "5.3.0", + "5.7.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "entrance", + "hinduism", + "temple", + "tower" + ] + }, + "unicode": "f664", + "label": "Gopuram", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M120 0c13.3 0 24 10.7 24 24v8h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8h48V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8V64v64c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H416V352H384V224H352V128H320v96h32V352h32V512H304V464c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H128V352h32V224h32V128H160v96H128V352H96V512H32c-17.7 0-32-14.3-32-32V384c0-17.7 14.3-32 32-32V256c0-17.7 14.3-32 32-32V160c0-17.7 14.3-32 32-32V64 32 24c0-13.3 10.7-24 24-24zM256 272c-17.7 0-32 14.3-32 32v48h64V304c0-17.7-14.3-32-32-32zm-32-80v32h64V192c0-17.7-14.3-32-32-32s-32 14.3-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "graduation-cap": { + "aliases": { + "names": [ + "mortar-board" + ], + "unicodes": { + "composite": [ + "1f393" + ], + "secondary": [ + "10f19d" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.2.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cap", + "celebration", + "ceremony", + "clothing", + "college", + "graduate", + "graduation", + "graduation cap", + "hat", + "learning", + "school", + "student" + ] + }, + "unicode": "f19d", + "label": "Graduation Cap", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9v28.1c0 28.4-10.8 57.7-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7C90.3 344.3 86 329.8 80 316.5V291.9c0-30.2 10.2-58.7 27.9-81.5c12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5 .8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32zM128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6 354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6L143.3 262.6 128 408z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gratipay": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "like", + "love" + ] + }, + "unicode": "f184", + "label": "Gratipay (Gittip)", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm114.6 226.4l-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "grav": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2d6", + "label": "Grav", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "greater-than": { + "aliases": { + "unicodes": { + "composite": [ + "f531" + ], + "primary": [ + "f531" + ], + "secondary": [ + "103e", + "10f531" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Greater-Than Sign", + "arithmetic", + "compare", + "math" + ] + }, + "unicode": "3e", + "label": "Greater Than", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M3.4 81.7c-7.9 15.8-1.5 35 14.3 42.9L280.5 256 17.7 387.4C1.9 395.3-4.5 414.5 3.4 430.3s27.1 22.2 42.9 14.3l320-160c10.8-5.4 17.7-16.5 17.7-28.6s-6.8-23.2-17.7-28.6l-320-160c-15.8-7.9-35-1.5-42.9 14.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "greater-than-equal": { + "aliases": { + "unicodes": { + "secondary": [ + "10f532" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arithmetic", + "compare", + "math" + ] + }, + "unicode": "f532", + "label": "Greater Than Equal", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M52.1 93.7C35.7 87.1 27.7 68.5 34.3 52.1s25.2-24.4 41.6-17.8l320 128C408 167.1 416 178.9 416 192s-8 24.9-20.1 29.7l-320 128c-16.4 6.6-35-1.4-41.6-17.8s1.4-35 17.8-41.6L297.8 192 52.1 93.7zM416 416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "grip": { + "aliases": { + "names": [ + "grip-horizontal" + ], + "unicodes": { + "secondary": [ + "10f58d" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affordance", + "drag", + "drop", + "grab", + "handle" + ] + }, + "unicode": "f58d", + "label": "Grip", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 136c0-22.1-17.9-40-40-40L40 96C17.9 96 0 113.9 0 136l0 48c0 22.1 17.9 40 40 40H88c22.1 0 40-17.9 40-40l0-48zm0 192c0-22.1-17.9-40-40-40H40c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40H88c22.1 0 40-17.9 40-40V328zm32-192v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM288 328c0-22.1-17.9-40-40-40H200c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V328zm32-192v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM448 328c0-22.1-17.9-40-40-40H360c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V328z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "grip-lines": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7a4" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affordance", + "drag", + "drop", + "grab", + "handle" + ] + }, + "unicode": "f7a4", + "label": "Grip Lines", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "grip-lines-vertical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7a5" + ] + } + }, + "changes": [ + "5.6.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affordance", + "drag", + "drop", + "grab", + "handle" + ] + }, + "unicode": "f7a5", + "label": "Grip Lines Vertical", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 192, + 512 + ], + "width": 192, + "height": 512, + "path": "M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64zm128 0c0-17.7-14.3-32-32-32s-32 14.3-32 32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "grip-vertical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f58e" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affordance", + "drag", + "drop", + "grab", + "handle" + ] + }, + "unicode": "f58e", + "label": "Grip Vertical", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gripfire": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3ac", + "label": "Gripfire, Inc.", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "group-arrows-rotate": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "community", + "engagement", + "spin", + "sync" + ] + }, + "unicode": "e4f6", + "label": "Group Arrows Rotate", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M201.1 71.9c16.9-5 26.6-22.9 21.5-39.8s-22.9-26.6-39.8-21.5c-21.5 6.4-41.8 15.5-60.6 27C114.3 34 105.4 32 96 32C60.7 32 32 60.7 32 96c0 9.4 2 18.3 5.6 26.3c-11.5 18.7-20.6 39-27 60.6c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c4.3-14.6 10.4-28.5 17.9-41.4c2 .2 4.1 .3 6.1 .3c35.3 0 64-28.7 64-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5 26.8-13.6 41.4-17.9zm128-61.3c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c14.6 4.3 28.5 10.4 41.4 17.9c-.2 2-.3 4.1-.3 6.1c0 35.3 28.7 64 64 64c2.1 0 4.1-.1 6.2-.3c7.5 12.9 13.6 26.8 17.9 41.4c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8c-6.4-21.5-15.5-41.8-27-60.6c3.6-8 5.6-16.9 5.6-26.3c0-35.3-28.7-64-64-64c-9.4 0-18.3 2-26.3 5.6c-18.7-11.5-39-20.6-60.6-27zM71.9 310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6 22.9-21.5 39.8c6.4 21.5 15.5 41.8 27 60.6C34 397.7 32 406.6 32 416c0 35.3 28.7 64 64 64c9.4 0 18.3-2 26.3-5.6c18.7 11.5 39 20.6 60.6 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2 .3-4.1 .3-6.2c0-35.3-28.7-64-64-64c-2.1 0-4.1 .1-6.2 .3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4 18.3c5-16.9-4.6-34.8-21.5-39.8s-34.8 4.6-39.8 21.5c-4.3 14.6-10.4 28.5-17.9 41.4c-2-.2-4.1-.3-6.2-.3c-35.3 0-64 28.7-64 64c0 2.1 .1 4.1 .3 6.2c-12.9 7.5-26.8 13.6-41.4 17.9c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5c21.5-6.4 41.8-15.5 60.6-27c8 3.6 16.9 5.6 26.3 5.6c35.3 0 64-28.7 64-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7 20.6-39 27-60.6zM192.8 256.8c0-15.6 5.6-29.9 14.9-41.1L223 231c6.6 6.6 17.8 1.9 17.8-7.4V163.2c0-5.7-4.7-10.4-10.4-10.4H169.9c-9.3 0-13.9 11.2-7.4 17.8l11.2 11.2c-17.9 19.8-28.9 46.2-28.9 75.1c0 43.6 24.9 81.3 61.1 99.8c11.8 6 26.3 1.4 32.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8 10.6 34.9 32.2 34.9 57c0 15.6-5.6 29.9-14.9 41.1L290.6 281c-6.6-6.6-17.8-1.9-17.8 7.4v60.5c0 5.7 4.7 10.4 10.4 10.4h60.5c9.3 0 13.9-11.2 7.4-17.8l-11.2-11.2c17.9-19.8 28.9-46.2 28.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3 10.4s-1.4 26.3 10.4 32.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "grunt": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3ad", + "label": "Grunt", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12zm28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3zm142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3zm62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37zM160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9-1.9 2-2.2 4.7-.9 8.1 3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7zm189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3-3.1-1-6.3-1.9-9.6-2.7-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9-7.7.3-14.2 1.8-19.5 4.5-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9zM305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2zm21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7zM45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5 6.1 0 12 .9 17.7 2.7 17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9zm44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4zM58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2zM34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5zm45.7 43.5c6 1.1 12.2 1.9 18.6 2.4 3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5zM192 498.2c-60.6-.1-78.3-45.8-84.9-64.7-3.7-10.5-3.4-18.2.9-23.1 2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7zm80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1 6.4-.5 12.6-1.3 18.6-2.4-6.5 9.5-16.5 19.6-30.9 25.5zm76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59zM191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8zm61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "guarani-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Guarani Sign", + "currency" + ] + }, + "unicode": "e19a", + "label": "Guarani Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-17.7 0-32 14.3-32 32V66.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V445.3c90.8-15.2 160-94.2 160-189.3c0-17.7-14.3-32-32-32H224V132c22.1 5.7 41.8 17.1 57.6 32.6c12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7V32c0-17.7-14.3-32-32-32zM160 132V380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124zM224 380V288h92c-11.6 45-47 80.4-92 92z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "guilded": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e07e", + "label": "Guilded", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M443.427,64H4.571c0,103.26,22.192,180.06,43.418,222.358C112.046,414.135,224,448,225.256,448a312.824,312.824,0,0,0,140.55-103.477c25.907-33.923,53.1-87.19,65.916-145.761H171.833c4.14,36.429,22.177,67.946,45.1,86.944h88.589c-17.012,28.213-48.186,54.4-80.456,69.482-31.232-13.259-69.09-46.544-96.548-98.362-26.726-53.833-27.092-105.883-27.092-105.883H437.573A625.91,625.91,0,0,0,443.427,64Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "guitar": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7a6" + ] + } + }, + "changes": [ + "5.6.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "acoustic", + "instrument", + "music", + "rock", + "rock and roll", + "song", + "strings" + ] + }, + "unicode": "f7a6", + "label": "Guitar", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M465 7c-9.4-9.4-24.6-9.4-33.9 0L383 55c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6c-11 11-18 24.6-21.4 39.6c-3.7 16.6-19.1 30.7-36.1 31.6c-25.6 1.3-49.3 10.7-67.3 28.6C-16 328.4-7.6 409.4 47.5 464.5s136.1 63.5 180.9 18.7c17.9-17.9 27.4-41.7 28.6-67.3c.9-17 15-32.3 31.6-36.1c15-3.4 28.6-10.5 39.6-21.4c31.8-31.8 31-85.9 1.6-131l77.6-77.6 41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9L465 7zM208 256a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "gulp": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3ae", + "label": "Gulp", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M209.8 391.1l-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0zm-196-253.3l13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7 0-.9.1-1.8.3-2.7 1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9 2.4 0 4.7-.8 6.9-2.4 4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3.5-1.7 1.1-3.3 1.8-4.8 1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2 1.4-1.5 2.9-3 4.5-4.5 15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2zm229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6zm-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "gun": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "firearm", + "pistol", + "weapon" + ] + }, + "unicode": "e19b", + "label": "Gun", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M528 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v8H32C14.3 64 0 78.3 0 96V208c0 17.7 14.3 32 32 32H42c20.8 0 36.1 19.6 31 39.8L33 440.2c-2.4 9.6-.2 19.7 5.8 27.5S54.1 480 64 480h96c14.7 0 27.5-10 31-24.2L217 352H321.4c23.7 0 44.8-14.9 52.7-37.2L400.9 240H432c8.5 0 16.6-3.4 22.6-9.4L477.3 208H544c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H528V56zM321.4 304H229l16-64h105l-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3zM80 128H464c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "h": { + "aliases": { + "unicodes": { + "composite": [ + "68" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter H", + "Latin Small Letter H", + "letter" + ] + }, + "unicode": "48", + "label": "H", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M320 256l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192L64 192 64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 256 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hacker-news": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1d4", + "label": "Hacker News", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "hackerrank": { + "changes": [ + "5.2.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f5f7", + "label": "Hackerrank", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "hammer": { + "aliases": { + "unicodes": { + "composite": [ + "1f528" + ], + "secondary": [ + "10f6e3" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "fix", + "hammer", + "recovery", + "repair", + "settings", + "tool" + ] + }, + "unicode": "f6e3", + "label": "Hammer", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M413.5 237.5c-28.2 4.8-58.2-3.6-80-25.4l-38.1-38.1C280.4 159 272 138.8 272 117.6V105.5L192.3 62c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5 9.5-14l47.2-21C259.1 4.2 279 0 299.2 0h18.1c36.7 0 72 14 98.7 39.1l44.6 42c24.2 22.8 33.2 55.7 26.6 86L503 183l8-8c9.4-9.4 24.6-9.4 33.9 0l24 24c9.4 9.4 9.4 24.6 0 33.9l-88 88c-9.4 9.4-24.6 9.4-33.9 0l-24-24c-9.4-9.4-9.4-24.6 0-33.9l8-8-17.5-17.5zM27.4 377.1L260.9 182.6c3.5 4.9 7.5 9.6 11.8 14l38.1 38.1c6 6 12.4 11.2 19.2 15.7L134.9 484.6c-14.5 17.4-36 27.4-58.6 27.4C34.1 512 0 477.8 0 435.7c0-22.6 10.1-44.1 27.4-58.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hamsa": { + "aliases": { + "unicodes": { + "secondary": [ + "10f665" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "amulet", + "christianity", + "islam", + "jewish", + "judaism", + "muslim", + "protection" + ] + }, + "unicode": "f665", + "label": "Hamsa", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M34.6 288H80c8.8 0 16-7.2 16-16V72c0-22.1 17.9-40 40-40s40 17.9 40 40V204c0 11 9 20 20 20s20-9 20-20V40c0-22.1 17.9-40 40-40s40 17.9 40 40V204c0 11 9 20 20 20s20-9 20-20V72c0-22.1 17.9-40 40-40s40 17.9 40 40V272c0 8.8 7.2 16 16 16h45.4c19.1 0 34.6 15.5 34.6 34.6c0 8.6-3.2 16.9-9 23.3L416.6 441c-41.1 45.2-99.4 71-160.6 71s-119.4-25.8-160.6-71L9 345.9c-5.8-6.4-9-14.7-9-23.3C0 303.5 15.5 288 34.6 288zM256 288c-38.4 0-76.8 35.8-90.6 50.2c-3.6 3.7-5.4 8.7-5.4 13.8s1.8 10.1 5.4 13.8C179.2 380.2 217.6 416 256 416s76.8-35.8 90.6-50.2c3.6-3.7 5.4-8.7 5.4-13.8s-1.8-10.1-5.4-13.8C332.8 323.8 294.4 288 256 288zm0 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hand": { + "aliases": { + "names": [ + "hand-paper" + ], + "unicodes": { + "composite": [ + "1f91a", + "270b" + ], + "secondary": [ + "10f256" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Raised Hand", + "backhand", + "game", + "halt", + "palm", + "raised", + "raised back of hand", + "roshambo", + "stop" + ] + }, + "unicode": "f256", + "label": "Hand", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V336c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V32z" + }, + "regular": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c-25.3 0-47.2 14.7-57.6 36c-7-2.6-14.5-4-22.4-4c-35.3 0-64 28.7-64 64V261.5l-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L106.5 437c48 48 113.1 75 181 75H296h8c1.5 0 3-.1 4.5-.4c91.7-6.2 165-79.4 171.1-171.1c.3-1.5 .4-3 .4-4.5V160c0-35.3-28.7-64-64-64c-5.5 0-10.9 .7-16 2V96c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4C303.2 14.7 281.3 0 256 0zM240 96.1c0 0 0-.1 0-.1V64c0-8.8 7.2-16 16-16s16 7.2 16 16V95.9c0 0 0 .1 0 .1V232c0 13.3 10.7 24 24 24s24-10.7 24-24V96c0 0 0 0 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16v55.9c0 0 0 .1 0 .1v80c0 13.3 10.7 24 24 24s24-10.7 24-24V160.1c0 0 0-.1 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16V332.9c-.1 .6-.1 1.3-.2 1.9c-3.4 69.7-59.3 125.6-129 129c-.6 0-1.3 .1-1.9 .2H296h-8.5c-55.2 0-108.1-21.9-147.1-60.9L52.7 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L119 336.4c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V96c0-8.8 7.2-16 16-16c8.8 0 16 7.1 16 15.9V232c0 13.3 10.7 24 24 24s24-10.7 24-24V96.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hand-back-fist": { + "aliases": { + "names": [ + "hand-rock" + ], + "unicodes": { + "secondary": [ + "10f255" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fist", + "game", + "roshambo" + ] + }, + "unicode": "f255", + "label": "Hand Back Fist", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M144 0C117.5 0 96 21.5 96 48V96v28.5V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V149.3l-9 7.5C40.4 169 32 187 32 206V244c0 38 16.9 74 46.1 98.3L128 384v96c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V374.7c46.9-19 80-65 80-118.7V176 160 144c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 83.5 329.3 64 304 64c-12.4 0-23.6 4.7-32.1 12.3C270 51.5 249.3 32 224 32c-12.4 0-23.6 4.7-32.1 12.3C190 19.5 169.3 0 144 0z" + }, + "regular": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M144 64c0-8.8 7.2-16 16-16s16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16V264c0 31.3-20 58-48 67.9c-9.6 3.4-16 12.5-16 22.6V488c0 13.3 10.7 24 24 24s24-10.7 24-24V370.2c38-20.1 64-60.1 64-106.2V160c0-35.3-28.7-64-64-64c-2.8 0-5.6 .2-8.3 .5C332.8 77.1 311.9 64 288 64c-2.8 0-5.6 .2-8.3 .5C268.8 45.1 247.9 32 224 32c-2.8 0-5.6 .2-8.3 .5C204.8 13.1 183.9 0 160 0C124.7 0 96 28.7 96 64v64.3c-11.7 7.4-22.5 16.4-32 26.9l17.8 16.1L64 155.2l-9.4 10.5C40 181.8 32 202.8 32 224.6v12.8c0 49.6 24.2 96.1 64.8 124.5l13.8-19.7L96.8 361.9l8.9 6.2c6.9 4.8 14.4 8.6 22.3 11.3V488c0 13.3 10.7 24 24 24s24-10.7 24-24V359.9c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1 18.7 13.1-18.7-8.9-6.2C96.6 303.1 80 271.3 80 237.4V224.6c0-9.9 3.7-19.4 10.3-26.8l9.4-10.5c3.8-4.2 7.9-8.1 12.3-11.6V208c0 8.8 7.2 16 16 16s16-7.2 16-16V142.3 128 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hand-dots": { + "aliases": { + "names": [ + "allergies" + ], + "unicodes": { + "secondary": [ + "10f461" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "allergy", + "freckles", + "hand", + "hives", + "palm", + "pox", + "skin", + "spots" + ] + }, + "unicode": "f461", + "label": "Hand Dots", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V336c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V32zM240 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80 16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48-16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-16 80a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM240 432a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-48-48a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hand-fist": { + "aliases": { + "names": [ + "fist-raised" + ], + "unicodes": { + "composite": [ + "270a" + ], + "secondary": [ + "10f6de" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "clenched", + "d&d", + "dnd", + "fantasy", + "fist", + "hand", + "ki", + "monk", + "punch", + "raised fist", + "resist", + "strength", + "unarmed combat" + ] + }, + "unicode": "f6de", + "label": "Hand Fist", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M192 0c17.7 0 32 14.3 32 32V144H160V32c0-17.7 14.3-32 32-32zM64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v80H64V64zm192 0c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V64zm96 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V128zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V256c0 52.3-25.1 98.8-64 128v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V401.6c-17.3-7.9-33.2-18.8-46.9-32.5L69.5 357.5C45.5 333.5 32 300.9 32 267V240c0-35.3 28.7-64 64-64h88c22.1 0 40 17.9 40 40s-17.9 40-40 40H128c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hand-holding": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4bd" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "lift" + ] + }, + "unicode": "f4bd", + "label": "Hand Holding", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288 272 193.7c-29.1 0-57.3 9.9-80 28L68.8 384H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H192 352.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-366.1-8.3a.5 .5 0 1 1 -.9 .1 .5 .5 0 1 1 .9-.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hand-holding-dollar": { + "aliases": { + "names": [ + "hand-holding-usd" + ], + "unicodes": { + "secondary": [ + "10f4c0" + ] + } + }, + "changes": [ + "5.0.9", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "$", + "carry", + "dollar sign", + "donation", + "giving", + "lift", + "money", + "price" + ] + }, + "unicode": "f4c0", + "label": "Hand Holding Dollar", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M312 24V34.5c6.4 1.2 12.6 2.7 18.2 4.2c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7 1.7-19.4 4.4c-2.1 1.3-3.1 2.4-3.5 3c-.3 .5-.7 1.2-.7 2.8c0 .3 0 .5 0 .6c.2 .2 .9 1.2 3.3 2.6c5.8 3.5 14.4 6.2 27.4 10.1l.9 .3c11.1 3.3 25.9 7.8 37.9 15.3c13.7 8.6 26.1 22.9 26.4 44.9c.3 22.5-11.4 38.9-26.7 48.5c-6.7 4.1-13.9 7-21.3 8.8V232c0 13.3-10.7 24-24 24s-24-10.7-24-24V220.6c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4 30.4-15.2c2.6 .9 5 1.7 7.3 2.5c13.6 4.6 23.4 7.9 33.9 8.3c8 .3 15.1-1.6 19.2-4.1c1.9-1.2 2.8-2.2 3.2-2.9c.4-.6 .9-1.8 .8-4.1l0-.2c0-1 0-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9 12.9-38.6 27.7-47.4c6.4-3.8 13.3-6.4 20.2-8.2V24c0-13.3 10.7-24 24-24s24 10.7 24 24zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hand-holding-droplet": { + "aliases": { + "names": [ + "hand-holding-water" + ], + "unicodes": { + "secondary": [ + "10f4c1" + ] + } + }, + "changes": [ + "5.0.9", + "5.13.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "covid-19", + "drought", + "grow", + "lift", + "sanitation" + ] + }, + "unicode": "f4c1", + "label": "Hand Holding Droplet", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M275.5 6.6C278.3 2.5 283 0 288 0s9.7 2.5 12.5 6.6L366.8 103C378 119.3 384 138.6 384 158.3V160c0 53-43 96-96 96s-96-43-96-96v-1.7c0-19.8 6-39 17.2-55.3L275.5 6.6zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hand-holding-hand": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "care", + "give", + "help", + "hold", + "protect" + ] + }, + "unicode": "e4f7", + "label": "Hand Holding Hand", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M7.8 207.7c-13.1-17.8-9.3-42.8 8.5-55.9L142.9 58.5C166.2 41.3 194.5 32 223.5 32H384 544c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H507.2l-44.9 36c-22.7 18.2-50.9 28-80 28H304 288 224c-17.7 0-32-14.3-32-32s14.3-32 32-32h64 16c8.8 0 16-7.2 16-16s-7.2-16-16-16H183.4L63.7 216.2c-17.8 13.1-42.8 9.3-55.9-8.5zM382.4 160l0 0 .9 0c-.3 0-.6 0-.9 0zM568.2 304.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 453.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V384c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 352l0 0-.9 0c.3 0 .6 0 .9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hand-holding-heart": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4be" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "charity", + "gift", + "lift", + "package" + ] + }, + "unicode": "f4be", + "label": "Hand Holding Heart", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4L163.9 136.9zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hand-holding-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10e05c" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "care", + "covid-19", + "donate", + "help" + ] + }, + "unicode": "e05c", + "label": "Hand Holding Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M224 24V80H168c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h56v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176h56c13.3 0 24-10.7 24-24V104c0-13.3-10.7-24-24-24H320V24c0-13.3-10.7-24-24-24H248c-13.3 0-24 10.7-24 24zM559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288 272 193.7c-29.1 0-57.3 9.9-80 28L68.8 384H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H192 352.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2l.9 0 0 0c-.3 0-.6 0-.9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hand-lizard": { + "aliases": { + "unicodes": { + "secondary": [ + "10f258" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "game", + "roshambo" + ] + }, + "unicode": "f258", + "label": "Hand Lizard", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 112C0 85.5 21.5 64 48 64H160h80 46.5c36.8 0 71.2 18 92.1 48.2l113.5 164c13 18.7 19.9 41 19.9 63.8v12 16 48c0 17.7-14.3 32-32 32H384c-17.7 0-32-14.3-32-32V402.2L273.9 352H240 160 112c-26.5 0-48-21.5-48-48s21.5-48 48-48h48 80c26.5 0 48-21.5 48-48s-21.5-48-48-48H160 48c-26.5 0-48-21.5-48-48z" + }, + "regular": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M72 112c-13.3 0-24 10.7-24 24s10.7 24 24 24H240c35.3 0 64 28.7 64 64s-28.7 64-64 64H136c-13.3 0-24 10.7-24 24s10.7 24 24 24H288c4.5 0 8.9 1.3 12.7 3.6l64 40c7 4.4 11.3 12.1 11.3 20.4v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V413.3L281.1 384H136c-39.8 0-72-32.2-72-72s32.2-72 72-72H240c8.8 0 16-7.2 16-16s-7.2-16-16-16H72c-39.8 0-72-32.2-72-72S32.2 64 72 64H281.6c46.7 0 90.9 21.5 119.7 58.3l78.4 100.1c20.9 26.7 32.3 59.7 32.3 93.7V424c0 13.3-10.7 24-24 24s-24-10.7-24-24V316.1c0-23.2-7.8-45.8-22.1-64.1L363.5 151.9c-19.7-25.2-49.9-39.9-81.9-39.9H72z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hand-middle-finger": { + "aliases": { + "unicodes": { + "composite": [ + "1f595" + ], + "secondary": [ + "10f806" + ] + } + }, + "changes": [ + "5.7.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "finger", + "flip the bird", + "gesture", + "hand", + "hate", + "middle finger", + "rude" + ] + }, + "unicode": "f806", + "label": "Hand Middle Finger", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M232 0c-22.1 0-40 17.9-40 40V204.2c-8.5-7.6-19.7-12.2-32-12.2c-26.5 0-48 21.5-48 48v7 73c0 8.8-7.2 16-16 16s-16-7.2-16-16V264.3c-2 1.4-3.9 3-5.8 4.5L55 284.8C40.4 297 32 315 32 334V372c0 38 16.9 74 46.1 98.3l5.4 4.5c28.8 24 65 37.1 102.4 37.1H304c70.7 0 128-57.3 128-128V320 288c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 227.5 329.3 208 304 208c-12.3 0-23.5 4.6-32 12.2V40c0-22.1-17.9-40-40-40z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hand-peace": { + "aliases": { + "unicodes": { + "composite": [ + "270c" + ], + "secondary": [ + "10f25b" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hand", + "rest", + "truce", + "v", + "victory", + "victory hand" + ] + }, + "unicode": "f25b", + "label": "Hand Peace", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M224 0c17.7 0 32 14.3 32 32V240H192V32c0-17.7 14.3-32 32-32zm96 160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32zm64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224zM93.3 51.2L175.9 240H106.1L34.7 76.8C27.6 60.6 35 41.8 51.2 34.7s35.1 .3 42.1 16.5zm27 221.3l-.2-.5h69.9H216c22.1 0 40 17.9 40 40s-17.9 40-40 40H160c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V352c0 88.4-71.6 160-160 160H226.3c-42.4 0-83.1-16.9-113.1-46.9l-11.6-11.6C77.5 429.5 64 396.9 64 363V336c0-32.7 24.6-59.7 56.3-63.5z" + }, + "regular": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M250.8 1.4c-35.2-3.7-66.6 21.8-70.3 57L174 119 156.7 69.6C145 36.3 108.4 18.8 75.1 30.5S24.2 78.8 35.9 112.1L88.7 262.2C73.5 276.7 64 297.3 64 320v0 24c0 92.8 75.2 168 168 168h48c92.8 0 168-75.2 168-168V272 256 224c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4c-10.4-21.3-32.3-36-57.6-36c-.7 0-1.5 0-2.2 0l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2 155.4C243.9 166.9 240 179 240 192v48c0 .7 0 1.4 0 2c-5.1-1.3-10.5-2-16-2h-7.4l-5.4-15.3 17-161.3c.9-8.8 8.8-15.2 17.6-14.2s15.2 8.8 14.2 17.6l-9.5 90.1zM111.4 85.6L165.7 240H144c-4 0-8 .3-11.9 .9L81.2 96.2c-2.9-8.3 1.5-17.5 9.8-20.4s17.5 1.5 20.4 9.8zM288 192c0-8.8 7.2-16 16-16s16 7.2 16 16v32 16c0 8.8-7.2 16-16 16s-16-7.2-16-16V192zm38.4 108c10.4 21.3 32.3 36 57.6 36c5.5 0 10.9-.7 16-2v10c0 66.3-53.7 120-120 120H232c-66.3 0-120-53.7-120-120l0-24 0 0c0-17.7 14.3-32 32-32h80c8.8 0 16 7.2 16 16s-7.2 16-16 16H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c35.3 0 64-28.7 64-64c0-.7 0-1.4 0-2c5.1 1.3 10.5 2 16 2c7.9 0 15.4-1.4 22.4-4zM400 272c0 8.8-7.2 16-16 16s-16-7.2-16-16V240 224c0-8.8 7.2-16 16-16s16 7.2 16 16v32 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hand-point-down": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0a7" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "finger", + "hand-o-down", + "point" + ] + }, + "unicode": "f0a7", + "label": "Hand Point Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 480c0 17.7 14.3 32 32 32s32-14.3 32-32V272H32V480zM224 320c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-17.7-14.3-32-32-32s-32 14.3-32 32v64zm-64 64c17.7 0 32-14.3 32-32V304c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 17.7 14.3 32 32 32zm160-96c0 17.7 14.3 32 32 32s32-14.3 32-32V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64zm-96-88l0 .6c9.4-5.4 20.3-8.6 32-8.6c13.2 0 25.4 4 35.6 10.8c8.7-24.9 32.5-42.8 60.4-42.8c11.7 0 22.6 3.1 32 8.6V160C384 71.6 312.4 0 224 0H162.3C119.8 0 79.1 16.9 49.1 46.9L37.5 58.5C13.5 82.5 0 115.1 0 149v27c0 35.3 28.7 64 64 64h88c22.1 0 40-17.9 40-40s-17.9-40-40-40H96c-8.8 0-16-7.2-16-16s7.2-16 16-16h56c39.8 0 72 32.2 72 72z" + }, + "regular": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 448l0-177.6c5.2 1 10.5 1.6 16 1.6l16 0 0 32 0 144c0 8.8-7.2 16-16 16s-16-7.2-16-16zM80 224c-17.7 0-32-14.3-32-32c0 0 0 0 0 0l0-24c0-66.3 53.7-120 120-120l48 0c52.5 0 97.1 33.7 113.4 80.7c-3.1-.5-6.2-.7-9.4-.7c-20 0-37.9 9.2-49.7 23.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1 0-29 5.3-40 14c-11-8.8-24.9-14-40-14l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-40 0-40 0zM0 192s0 0 0 0c0 18 6 34.6 16 48l0 208c0 35.3 28.7 64 64 64s64-28.7 64-64l0-82c5.1 1.3 10.5 2 16 2c25.3 0 47.2-14.7 57.6-36c7 2.6 14.5 4 22.4 4c20 0 37.9-9.2 49.7-23.6c9 4.9 19.4 7.6 30.3 7.6c35.3 0 64-28.7 64-64l0-64 0-24C384 75.2 308.8 0 216 0L168 0C75.2 0 0 75.2 0 168l0 24zm336 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64zM160 272c5.5 0 10.9-.7 16-2l0 2 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-32 16 0zm64-24l0-40c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hand-point-left": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0a5" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "finger", + "hand-o-left", + "left", + "point", + "previous" + ] + }, + "unicode": "f0a5", + "label": "Hand Point Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l208 0 0-64L32 96zM192 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm-64-64c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32zm96 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm88-96l-.6 0c5.4 9.4 8.6 20.3 8.6 32c0 13.2-4 25.4-10.8 35.6c24.9 8.7 42.8 32.5 42.8 60.4c0 11.7-3.1 22.6-8.6 32l8.6 0c88.4 0 160-71.6 160-160l0-61.7c0-42.4-16.9-83.1-46.9-113.1l-11.6-11.6C429.5 77.5 396.9 64 363 64l-27 0c-35.3 0-64 28.7-64 64l0 88c0 22.1 17.9 40 40 40s40-17.9 40-40l0-56c0-8.8 7.2-16 16-16s16 7.2 16 16l0 56c0 39.8-32.2 72-72 72z" + }, + "regular": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 128l177.6 0c-1 5.2-1.6 10.5-1.6 16l0 16-32 0L64 160c-8.8 0-16-7.2-16-16s7.2-16 16-16zm224 16c0-17.7 14.3-32 32-32c0 0 0 0 0 0l24 0c66.3 0 120 53.7 120 120l0 48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1 .7-6.2 .7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-40 0-40zm32-80s0 0 0 0c-18 0-34.6 6-48 16L64 80C28.7 80 0 108.7 0 144s28.7 64 64 64l82 0c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64l64 0 24 0c92.8 0 168-75.2 168-168l0-48c0-92.8-75.2-168-168-168l-24 0zM256 400c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0zM240 224c0 5.5 .7 10.9 2 16l-2 0-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0 16zm24 64l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l24 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hand-point-right": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0a4" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "finger", + "forward", + "hand-o-right", + "next", + "point", + "right" + ] + }, + "unicode": "f0a4", + "label": "Hand Point Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M480 96c17.7 0 32 14.3 32 32s-14.3 32-32 32l-208 0 0-64 208 0zM320 288c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm64-64c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0c17.7 0 32 14.3 32 32zM288 384c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm-88-96l.6 0c-5.4 9.4-8.6 20.3-8.6 32c0 13.2 4 25.4 10.8 35.6C177.9 364.3 160 388.1 160 416c0 11.7 3.1 22.6 8.6 32l-8.6 0C71.6 448 0 376.4 0 288l0-61.7c0-42.4 16.9-83.1 46.9-113.1l11.6-11.6C82.5 77.5 115.1 64 149 64l27 0c35.3 0 64 28.7 64 64l0 88c0 22.1-17.9 40-40 40s-40-17.9-40-40l0-56c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 56c0 39.8 32.2 72 72 72z" + }, + "regular": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 128l-177.6 0c1 5.2 1.6 10.5 1.6 16l0 16 32 0 144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16zM224 144c0-17.7-14.3-32-32-32c0 0 0 0 0 0l-24 0c-66.3 0-120 53.7-120 120l0 48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-40 0-40zM192 64s0 0 0 0c18 0 34.6 6 48 16l208 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-82 0c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64l-64 0-24 0C75.2 448 0 372.8 0 280l0-48C0 139.2 75.2 64 168 64l24 0zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0zm16-176c0 5.5-.7 10.9-2 16l2 0 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0 16zm-24 64l-40 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-24 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hand-point-up": { + "aliases": { + "unicodes": { + "composite": [ + "261d" + ], + "secondary": [ + "10f0a6" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "finger", + "hand", + "hand-o-up", + "index", + "index pointing up", + "point", + "up" + ] + }, + "unicode": "f0a6", + "label": "Hand Point Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 32C32 14.3 46.3 0 64 0S96 14.3 96 32V240H32V32zM224 192c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V192zm-64-64c17.7 0 32 14.3 32 32v48c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32zm160 96c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V352c0 88.4-71.6 160-160 160H162.3c-42.4 0-83.1-16.9-113.1-46.9L37.5 453.5C13.5 429.5 0 396.9 0 363V336c0-35.3 28.7-64 64-64h88c22.1 0 40 17.9 40 40s-17.9 40-40 40H96c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72z" + }, + "regular": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 64V241.6c5.2-1 10.5-1.6 16-1.6H96V208 64c0-8.8-7.2-16-16-16s-16 7.2-16 16zM80 288c-17.7 0-32 14.3-32 32c0 0 0 0 0 0v24c0 66.3 53.7 120 120 120h48c52.5 0 97.1-33.7 113.4-80.7c-3.1 .5-6.2 .7-9.4 .7c-20 0-37.9-9.2-49.7-23.6c-9 4.9-19.4 7.6-30.3 7.6c-15.1 0-29-5.3-40-14c-11 8.8-24.9 14-40 14H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h40c8.8 0 16-7.2 16-16s-7.2-16-16-16H120 80zM0 320s0 0 0 0c0-18 6-34.6 16-48V64C16 28.7 44.7 0 80 0s64 28.7 64 64v82c5.1-1.3 10.5-2 16-2c25.3 0 47.2 14.7 57.6 36c7-2.6 14.5-4 22.4-4c20 0 37.9 9.2 49.7 23.6c9-4.9 19.4-7.6 30.3-7.6c35.3 0 64 28.7 64 64v64 24c0 92.8-75.2 168-168 168H168C75.2 512 0 436.8 0 344V320zm336-64c0-8.8-7.2-16-16-16s-16 7.2-16 16v48 16c0 8.8 7.2 16 16 16s16-7.2 16-16V256zM160 240c5.5 0 10.9 .7 16 2v-2V208c0-8.8-7.2-16-16-16s-16 7.2-16 16v32h16zm64 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16V256 240c0-8.8-7.2-16-16-16s-16 7.2-16 16v24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hand-pointer": { + "aliases": { + "unicodes": { + "secondary": [ + "10f25a" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "cursor", + "select" + ] + }, + "unicode": "f25a", + "label": "Hand Pointer", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 40c0-22.1 17.9-40 40-40s40 17.9 40 40V188.2c8.5-7.6 19.7-12.2 32-12.2c20.6 0 38.2 13 45 31.2c8.8-9.3 21.2-15.2 35-15.2c25.3 0 46 19.5 47.9 44.3c8.5-7.7 19.8-12.3 32.1-12.3c26.5 0 48 21.5 48 48v48 16 48c0 70.7-57.3 128-128 128l-16 0H240l-.1 0h-5.2c-5 0-9.9-.3-14.7-1c-55.3-5.6-106.2-34-140-79L8 336c-13.3-17.7-9.7-42.7 8-56s42.7-9.7 56 8l56 74.7V40zM240 304c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304zm48-16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304z" + }, + "regular": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M160 64c0-8.8 7.2-16 16-16s16 7.2 16 16V200c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c8.8 0 16 7.2 16 16c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c7.8 0 14.3 5.6 15.7 13c1.6 8.2 7.3 15.1 15.1 18s16.7 1.6 23.3-3.6c2.7-2.1 6.1-3.4 9.9-3.4c8.8 0 16 7.2 16 16l0 16V392c0 39.8-32.2 72-72 72H272 212.3h-.9c-37.4 0-72.4-18.7-93.2-49.9L50.7 312.9c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4L116 353.2c5.9 8.8 16.8 12.7 26.9 9.7s17-12.4 17-23V320 64zM176 0c-35.3 0-64 28.7-64 64V261.7C91.2 238 55.5 232.8 28.5 250.7C-.9 270.4-8.9 310.1 10.8 339.5L78.3 440.8c29.7 44.5 79.6 71.2 133.1 71.2h.9H272h56c66.3 0 120-53.7 120-120V288l0-16c0-35.3-28.7-64-64-64c-4.5 0-8.8 .5-13 1.3c-11.7-15.4-30.2-25.3-51-25.3c-6.9 0-13.5 1.1-19.7 3.1C288.7 170.7 269.6 160 248 160c-2.7 0-5.4 .2-8 .5V64c0-35.3-28.7-64-64-64zm48 304c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304zm48-16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hand-scissors": { + "aliases": { + "unicodes": { + "secondary": [ + "10f257" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cut", + "game", + "roshambo" + ] + }, + "unicode": "f257", + "label": "Hand Scissors", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M40 208c-22.1 0-40 17.9-40 40s17.9 40 40 40l180.2 0c-7.6 8.5-12.2 19.7-12.2 32c0 25.3 19.5 46 44.3 47.9c-7.7 8.5-12.3 19.8-12.3 32.1c0 26.5 21.5 48 48 48l32 0 64 0c70.7 0 128-57.3 128-128l0-113.1c0-40.2-16-78.8-44.4-107.3C444.8 76.8 413.9 64 381.7 64L336 64c-21.3 0-39.3 13.9-45.6 33.1l74.5 23.7c8.4 2.7 13.1 11.7 10.4 20.1s-11.7 13.1-20.1 10.4L288 129.9l0 .1L84 65.8C62.9 59.2 40.5 70.9 33.8 92s5.1 43.5 26.2 50.2L269.5 208 40 208z" + }, + "regular": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M.2 276.3c-1.2-35.3 26.4-65 61.7-66.2l3.3-.1L57 208.1C22.5 200.5 .7 166.3 8.3 131.8S50.2 75.5 84.7 83.2l173 38.3c2.3-2.9 4.7-5.7 7.1-8.5l18.4-20.3C299.9 74.5 323.5 64 348.3 64l10.2 0c54.1 0 104.1 28.7 131.3 75.4l1.5 2.6c13.6 23.2 20.7 49.7 20.7 76.6L512 344c0 66.3-53.7 120-120 120l-8 0-96 0c-35.3 0-64-28.7-64-64c0-2.8 .2-5.6 .5-8.3c-19.4-11-32.5-31.8-32.5-55.7c0-.8 0-1.6 0-2.4L66.4 338c-35.3 1.2-65-26.4-66.2-61.7zm63.4-18.2c-8.8 .3-15.7 7.7-15.4 16.5s7.7 15.7 16.5 15.4l161.5-5.6c9.8-.3 18.7 5.3 22.7 14.2s2.2 19.3-4.5 26.4c-2.8 2.9-4.4 6.7-4.4 11c0 8.8 7.2 16 16 16c9.1 0 17.4 5.1 21.5 13.3s3.2 17.9-2.3 25.1c-2 2.7-3.2 6-3.2 9.6c0 8.8 7.2 16 16 16l96 0 8 0c39.8 0 72-32.2 72-72l0-125.4c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6l-10.2 0c-11.3 0-22 4.8-29.6 13.1l-17.5-15.9 17.5 15.9-18.4 20.3c-.6 .6-1.1 1.3-1.7 1.9l57 13.2c8.6 2 14 10.6 12 19.2s-10.6 14-19.2 12l-85.6-19.7L74.3 130c-8.6-1.9-17.2 3.5-19.1 12.2s3.5 17.2 12.2 19.1l187.5 41.6c10.2 2.3 17.8 10.9 18.7 21.4l.1 1c.6 6.6-1.5 13.1-5.8 18.1s-10.6 7.9-17.2 8.2L63.6 258.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hand-sparkles": { + "aliases": { + "unicodes": { + "secondary": [ + "10e05d" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "clean", + "covid-19", + "hygiene", + "magic", + "palm", + "soap", + "wash" + ] + }, + "unicode": "e05d", + "label": "Hand Sparkles", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0c17.7 0 32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V64c0-17.7 14.3-32 32-32s32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V128c0-17.7 14.3-32 32-32s32 14.3 32 32V323.1c-11.9 4.8-21.3 14.9-25 27.8l-8.9 31.2L478.9 391C460.6 396.3 448 413 448 432c0 18.9 12.5 35.6 30.6 40.9C448.4 497.4 409.9 512 368 512H348.8c-59.6 0-116.9-22.9-160-64L76.4 341c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V32c0-17.7 14.3-32 32-32zm-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6 2.7-8.7 6.6L288 352l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 384l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 384l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 352l-7.3-25.4zM104 120l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 168 90.2 216.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 168 7.7 154.2C3.1 152.9 0 148.7 0 144s3.1-8.9 7.7-10.2L56 120 69.8 71.7C71.1 67.1 75.3 64 80 64s8.9 3.1 10.2 7.7L104 120zM584 408l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L584 456l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 408l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7L584 408z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hand-spock": { + "aliases": { + "unicodes": { + "composite": [ + "1f596" + ], + "secondary": [ + "10f259" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "finger", + "hand", + "live long", + "palm", + "prosper", + "salute", + "spock", + "star trek", + "vulcan", + "vulcan salute" + ] + }, + "unicode": "f259", + "label": "Hand Spock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M246.9 23.7C242.3 6.6 224.8-3.5 207.7 1.1s-27.2 22.1-22.6 39.2L238 237.8c2.5 9.2-4.5 18.2-14 18.2c-6.4 0-12-4.2-13.9-10.3L166.6 102.7c-5.1-16.9-23-26.4-39.9-21.3s-26.4 23-21.3 39.9l62.8 206.4c2.4 7.9-7.2 13.8-13.2 8.1L99.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L156.8 448c43.1 41.1 100.4 64 160 64h10.9 8.2c.1 0 .1-.1 .1-.1v0c0-.1 .1-.1 .1-.1c58.3-3.5 108.6-43.2 125.3-99.7l81.2-275c5-16.9-4.7-34.7-21.6-39.8s-34.7 4.7-39.8 21.6L443.5 247.1c-1.6 5.3-6.4 8.9-12 8.9c-7.9 0-13.8-7.3-12.2-15.1l36-170.3c3.7-17.3-7.4-34.3-24.7-37.9s-34.3 7.4-37.9 24.7L355.1 235.1c-2.6 12.2-13.3 20.9-25.8 20.9c-11.9 0-22.4-8-25.4-19.5l-57-212.8z" + }, + "regular": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M170.2 80.8C161 47 180.8 12 214.6 2.4c34-9.6 69.4 10.2 79 44.2l30.3 107.1L337.1 84c6.6-34.7 40.1-57.5 74.8-50.9c31.4 6 53 33.9 52 64.9c10-2.6 20.8-2.8 31.5-.1c34.3 8.6 55.1 43.3 46.6 77.6L486.7 397.2C469.8 464.7 409.2 512 339.6 512c-11.2 0-22.5 0-33.7 0c-56.9 0-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9 89.8-11.2l17 13.2L100.5 167.5c-13-32.9 3.2-70.1 36-83c11.1-4.4 22.7-5.4 33.7-3.7zm77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4 11.2-11 19.7l54.8 182.4c3.5 12.3-3.3 25.2-15.4 29.3s-25.3-2-30-13.9L174.9 138.1c-3.2-8.2-12.5-12.3-20.8-9s-12.3 12.5-9 20.8l73.3 185.6c12 30.3-23.7 57-49.4 37l-63.1-49.1c-7-5.4-17-4.2-22.5 2.8s-4.2 17 2.8 22.5l92 71.6c36.5 28.4 81.4 43.8 127.7 43.8c11.2 0 22.5 0 33.7 0c47.5 0 89-32.4 100.5-78.5l55.4-221.6c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-26 104C435.6 271.8 425 280 413 280c-16.5 0-28.9-15-25.8-31.2L415.7 99c1.7-8.7-4-17.1-12.7-18.7s-17.1 4-18.7 12.7L352.5 260c-2.2 11.6-12.4 20-24.2 20c-11 0-20.7-7.3-23.7-17.9L247.4 59.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "handcuffs": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrest", + "criminal", + "handcuffs", + "jail", + "lock", + "police", + "wrist" + ] + }, + "unicode": "e4f8", + "label": "Handcuffs", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M240 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM192 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32 80c17.7 0 32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9c-.4-1.6-.5-3.3-.5-5.1V184c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32zm0 320a96 96 0 1 0 0-192 96 96 0 1 0 0 192zm192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9 44.8-59.1 78.9-73.9c-.4-1.6-.5-3.3-.5-5.1V184c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32s32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C600.3 229.6 640 286.2 640 352c0 88.4-71.6 160-160 160c-62 0-115.8-35.3-142.4-86.9c9.3-22.5 14.4-47.2 14.4-73.1zm224 0a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM368 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm80 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hands": { + "aliases": { + "names": [ + "sign-language", + "signing" + ], + "unicodes": { + "secondary": [ + "10f2a7" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Translate", + "asl", + "deaf", + "hands" + ] + }, + "unicode": "f2a7", + "label": "Hands", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9 .1-3.8 .1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4L248.7 48.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8 0 0 0 0 43.3 75L480 160c0-17.7 14.4-32 32-32s32 14.4 32 32zM243.9 88.5L268.5 131c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4H224 210.7l0 0H179l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zM260.9 175c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352v8c0 83.9-68.1 152-152 152H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H56c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H224l0 0 0 0h93.2L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hands-asl-interpreting": { + "aliases": { + "names": [ + "american-sign-language-interpreting", + "asl-interpreting", + "hands-american-sign-language-interpreting" + ], + "unicodes": { + "secondary": [ + "10f2a3" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "asl", + "deaf", + "finger", + "hand", + "interpret", + "speak" + ] + }, + "unicode": "f2a3", + "label": "Hands Asl Interpreting", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M156.6 46.3c7.9-15.8 1.5-35-14.3-42.9s-35-1.5-42.9 14.3L13.5 189.4C4.6 207.2 0 226.8 0 246.7V256c0 70.7 57.3 128 128 128h72 8v-.3c35.2-2.7 65.4-22.8 82.1-51.7c8.8-15.3 3.6-34.9-11.7-43.7s-34.9-3.6-43.7 11.7c-7 12-19.9 20-34.7 20c-22.1 0-40-17.9-40-40s17.9-40 40-40c14.8 0 27.7 8 34.7 20c8.8 15.3 28.4 20.5 43.7 11.7s20.5-28.4 11.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6 27.1-22.2 22.5-39.3s-22.2-27.1-39.3-22.5L194.9 124.6l81.6-68c13.6-11.3 15.4-31.5 4.1-45.1S249.1-3.9 235.5 7.4L133.6 92.3l23-46zM483.4 465.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l85.9-171.7c8.9-17.8 13.5-37.4 13.5-57.2V256c0-70.7-57.3-128-128-128H440h-8v.3c-35.2 2.7-65.4 22.8-82.1 51.7c-8.9 15.3-3.6 34.9 11.7 43.7s34.9 3.6 43.7-11.7c7-12 19.9-20 34.7-20c22.1 0 40 17.9 40 40s-17.9 40-40 40c-14.8 0-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5 28.4-11.7 43.7c12.8 22.1 33.6 39.1 58.4 47.1l-80.8 22c-17.1 4.7-27.1 22.2-22.5 39.3s22.2 27.1 39.3 22.5l100.7-27.5-81.6 68c-13.6 11.3-15.4 31.5-4.1 45.1s31.5 15.4 45.1 4.1l101.9-84.9-23 46z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hands-bound": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abduction", + "bound", + "handcuff", + "wrist" + ] + }, + "unicode": "e4f9", + "label": "Hands Bound", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 32C96 14.3 81.7 0 64 0S32 14.3 32 32V96v59.1 .7V192v21.9c0 14.2 5.1 27.9 14.3 38.7L131.6 352H128c-13.3 0-24 10.7-24 24s10.7 24 24 24h32H288h64H480h32c13.3 0 24-10.7 24-24s-10.7-24-24-24h-3.6l85.3-99.5c9.2-10.8 14.3-24.5 14.3-38.7V192 155.8v-.7V96 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V96v48.8l-69.3 92.4c-5.7 7.6-16.1 9.6-24.2 4.8c-9.7-5.7-12.1-18.7-5.1-27.5L473 180c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 209.7 352 233.4 352 258.1V320v32H288V320 258.1c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2 30.9-4.4 44.5l27.6 34.5c7 8.8 4.7 21.8-5.1 27.5c-8.1 4.8-18.6 2.7-24.2-4.8L96 144.8V96 32zm64 448v32H288V480h64v32H480V480h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H480 352 288 160 128c-13.3 0-24 10.7-24 24s10.7 24 24 24h32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hands-bubbles": { + "aliases": { + "names": [ + "hands-wash" + ], + "unicodes": { + "secondary": [ + "10e05e" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "hygiene", + "soap", + "wash" + ] + }, + "unicode": "e05e", + "label": "Hands Bubbles", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M416 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM160 464a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM32 160l.1 72.6c.1 52.2 24 101 64 133.1c-.1-1.9-.1-3.8-.1-5.7v-8c0-71.8 37-138.6 97.9-176.7l60.2-37.6c8.6-5.4 17.9-8.4 27.3-9.4l45.9-79.5c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-78 135.1c-3.3 5.7-10.7 7.7-16.4 4.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S214 5 207.4 16.5l-68 117.8 0 0 0 0-43.3 75L96 160c0-17.7-14.4-32-32-32s-32 14.4-32 32zM332.1 88.5L307.5 131c13.9 4.5 26.4 13.7 34.7 27c.9 1.5 1.7 2.9 2.5 4.4l28.9-50c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7l-26.8 46.4c-.6 6-2.1 11.8-4.3 17.4H352h13.3l0 0H397l23-39.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zM315.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C159.3 234.7 128 291.2 128 352v8c0 8.9 .8 17.6 2.2 26.1c35.4 8.2 61.8 40 61.8 77.9c0 6.3-.7 12.5-2.1 18.4C215.1 501 246.3 512 280 512H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H520c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H352l0 0 0 0H258.8L305 219.1c15-9.4 19.5-29.1 10.2-44.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hands-clapping": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "applause", + "clap", + "clapping hands", + "hand" + ] + }, + "unicode": "e1a8", + "label": "Hands Clapping", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M336 16V80c0 8.8-7.2 16-16 16s-16-7.2-16-16V16c0-8.8 7.2-16 16-16s16 7.2 16 16zm-98.7 7.1l32 48c4.9 7.4 2.9 17.3-4.4 22.2s-17.3 2.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4zM135 119c9.4-9.4 24.6-9.4 33.9 0L292.7 242.7c10.1 10.1 27.3 2.9 27.3-11.3V192c0-17.7 14.3-32 32-32s32 14.3 32 32V345.6c0 57.1-30 110-78.9 139.4c-64 38.4-145.8 28.3-198.5-24.4L7 361c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l53 53c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L23 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l93 93c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L55 185c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l117 117c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9zM433.1 484.9c-24.2 14.5-50.9 22.1-77.7 23.1c48.1-39.6 76.6-99 76.6-162.4l0-98.1c8.2-.1 16-6.4 16-16V192c0-17.7 14.3-32 32-32s32 14.3 32 32V345.6c0 57.1-30 110-78.9 139.4zM424.9 18.7c7.4 4.9 9.3 14.8 4.4 22.2l-32 48c-4.9 7.4-14.8 9.3-22.2 4.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4 14.8-9.3 22.2-4.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hands-holding": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4c2" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "hold", + "lift" + ] + }, + "unicode": "f4c2", + "label": "Hands Holding", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M80 104c0-22.1-17.9-40-40-40S0 81.9 0 104v56 64V325.5c0 25.5 10.1 49.9 28.1 67.9L128 493.3c12 12 28.3 18.7 45.3 18.7H240c26.5 0 48-21.5 48-48V385.1c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3 0 0-15.2-15.2-32-32c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l32 32 15.2 15.2c11 11 9.2 29.2-3.7 37.8c-9.7 6.5-22.7 5.2-31-3.1L98.7 309.5c-12-12-18.7-28.3-18.7-45.3V224 144 104zm480 0v40 80 40.2c0 17-6.7 33.3-18.7 45.3l-51.1 51.1c-8.3 8.3-21.3 9.6-31 3.1c-12.9-8.6-14.7-26.9-3.7-37.8l15.2-15.2 32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-32 32-15.2 15.2 0 0-25.3 25.3c-21 21-32.8 49.5-32.8 79.2V464c0 26.5 21.5 48 48 48h66.7c17 0 33.3-6.7 45.3-18.7l99.9-99.9c18-18 28.1-42.4 28.1-67.9V224 160 104c0-22.1-17.9-40-40-40s-40 17.9-40 40z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hands-holding-child": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "care", + "give", + "help", + "hold", + "protect" + ] + }, + "unicode": "e4fa", + "label": "Hands Holding Child", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm44.7 164.3L375.8 253c1.6 13.2-7.7 25.1-20.8 26.8s-25.1-7.7-26.8-20.8l-4.4-35h-7.6l-4.4 35c-1.6 13.2-13.6 22.5-26.8 20.8s-22.5-13.6-20.8-26.8l11.1-88.8L255.5 181c-10.1 8.6-25.3 7.3-33.8-2.8s-7.3-25.3 2.8-33.8l27.9-23.6C271.3 104.8 295.3 96 320 96s48.7 8.8 67.6 24.7l27.9 23.6c10.1 8.6 11.4 23.7 2.8 33.8s-23.7 11.4-33.8 2.8l-19.8-16.7zM40 64c22.1 0 40 17.9 40 40v40 80 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2 0 0 25.3 25.3c21 21 32.8 49.5 32.8 79.2V464c0 26.5-21.5 48-48 48H173.3c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5V224 160 104C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40v56 64V325.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48V385.1c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3 0 0 15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3V224 144 104c0-22.1 17.9-40 40-40z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hands-holding-circle": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "circle", + "gift", + "protection" + ] + }, + "unicode": "e4fb", + "label": "Hands Holding Circle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0a128 128 0 1 1 0 256A128 128 0 1 1 320 0zM40 64c22.1 0 40 17.9 40 40v40 80 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2 0 0 25.3 25.3c21 21 32.8 49.5 32.8 79.2V464c0 26.5-21.5 48-48 48H173.3c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5V224 160 104C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40v56 64V325.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48V385.1c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3 0 0 15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3V224 144 104c0-22.1 17.9-40 40-40z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hands-praying": { + "aliases": { + "names": [ + "praying-hands" + ], + "unicodes": { + "secondary": [ + "10f684" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "kneel", + "preach", + "religion", + "worship" + ] + }, + "unicode": "f684", + "label": "Hands Praying", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M351.2 4.8c3.2-2 6.6-3.3 10-4.1c4.7-1 9.6-.9 14.1 .1c7.7 1.8 14.8 6.5 19.4 13.6L514.6 194.2c8.8 13.1 13.4 28.6 13.4 44.4v73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384v96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5L431 465.9c-56-14.9-95-65.7-95-123.7V224c0-17.7 14.3-32 32-32s32 14.3 32 32v80c0 8.8 7.2 16 16 16s16-7.2 16-16V219.1c0-7-1.8-13.8-5.3-19.8L340.3 48.1c-1.7-3-2.9-6.1-3.6-9.3c-1-4.7-1-9.6 .1-14.1c1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9c1.1 4.6 1.2 9.4 .1 14.1c-.7 3.2-1.9 6.3-3.6 9.3L213.3 199.3c-3.5 6-5.3 12.9-5.3 19.8V304c0 8.8 7.2 16 16 16s16-7.2 16-16V224c0-17.7 14.3-32 32-32s32 14.3 32 32V342.3c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9 .5-27.7-5.5S0 490 0 480V384c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2V238.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6c4.6-1.1 9.4-1.2 14.1-.1c3.5 .8 6.9 2.1 10 4.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "handshake": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2b5" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "agreement", + "greeting", + "meeting", + "partnership" + ] + }, + "unicode": "f2b5", + "label": "Handshake", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8V128h-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48V352h28.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123zM16 128c-8.8 0-16 7.2-16 16V352c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V128H16zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128V352c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V144c0-8.8-7.2-16-16-16H544zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z" + }, + "regular": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M272.2 64.6l-51.1 51.1c-15.3 4.2-29.5 11.9-41.5 22.5L153 161.9C142.8 171 129.5 176 115.8 176H96V304c20.4 .6 39.8 8.9 54.3 23.4l35.6 35.6 7 7 0 0L219.9 397c6.2 6.2 16.4 6.2 22.6 0c1.7-1.7 3-3.7 3.7-5.8c2.8-7.7 9.3-13.5 17.3-15.3s16.4 .6 22.2 6.5L296.5 393c11.6 11.6 30.4 11.6 41.9 0c5.4-5.4 8.3-12.3 8.6-19.4c.4-8.8 5.6-16.6 13.6-20.4s17.3-3 24.4 2.1c9.4 6.7 22.5 5.8 30.9-2.6c9.4-9.4 9.4-24.6 0-33.9L340.1 243l-35.8 33c-27.3 25.2-69.2 25.6-97 .9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2 78.4 339.4 64 377.1 64c36.1 0 71 13.3 97.9 37.2L505.1 128H544h40 40c8.8 0 16 7.2 16 16V352c0 17.7-14.3 32-32 32H576c-11.8 0-22.2-6.4-27.7-16H463.4c-3.4 6.7-7.9 13.1-13.5 18.7c-17.1 17.1-40.8 23.8-63 20.1c-3.6 7.3-8.5 14.1-14.6 20.2c-27.3 27.3-70 30-100.4 8.1c-25.1 20.8-62.5 19.5-86-4.1L159 404l-7-7-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3C96 369.7 81.6 384 64 384H32c-17.7 0-32-14.3-32-32V144c0-8.8 7.2-16 16-16H56 96h19.8c2 0 3.9-.7 5.3-2l26.5-23.6C175.5 77.7 211.4 64 248.7 64H259c4.4 0 8.9 .2 13.2 .6zM544 320V176H496c-5.9 0-11.6-2.2-15.9-6.1l-36.9-32.8c-18.2-16.2-41.7-25.1-66.1-25.1c-25.4 0-49.8 9.7-68.3 27.1l-70.1 66.2c-10.3 9.8-10.1 26.3 .5 35.7c9.3 8.3 23.4 8.1 32.5-.3l71.9-66.4c9.7-9 24.9-8.4 33.9 1.4s8.4 24.9-1.4 33.9l-.8 .8 74.4 74.4c10 10 16.5 22.3 19.4 35.1H544zM64 336a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm528 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "handshake-angle": { + "aliases": { + "names": [ + "hands-helping" + ], + "unicodes": { + "secondary": [ + "10f4c4" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aid", + "assistance", + "handshake", + "partnership", + "volunteering" + ] + }, + "unicode": "f4c4", + "label": "Handshake Angle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M544 248v3.3l69.7-69.7c21.9-21.9 21.9-57.3 0-79.2L535.6 24.4c-21.9-21.9-57.3-21.9-79.2 0L416.3 64.5c-2.7-.3-5.5-.5-8.3-.5H296c-37.1 0-67.6 28-71.6 64H224V248c0 22.1 17.9 40 40 40s40-17.9 40-40V176c0 0 0-.1 0-.1V160l16 0 136 0c0 0 0 0 .1 0H464c44.2 0 80 35.8 80 80v8zM336 192v56c0 39.8-32.2 72-72 72s-72-32.2-72-72V129.4c-35.9 6.2-65.8 32.3-76 68.2L99.5 255.2 26.3 328.4c-21.9 21.9-21.9 57.3 0 79.2l78.1 78.1c21.9 21.9 57.3 21.9 79.2 0l37.7-37.7c.9 0 1.8 .1 2.7 .1H384c26.5 0 48-21.5 48-48c0-5.6-1-11-2.7-16H432c26.5 0 48-21.5 48-48c0-12.8-5-24.4-13.2-33c25.7-5 45.1-27.6 45.2-54.8v-.4c-.1-30.8-25.1-55.8-56-55.8c0 0 0 0 0 0l-120 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "handshake-simple": { + "aliases": { + "names": [ + "handshake-alt" + ], + "unicodes": { + "composite": [ + "1f91d" + ], + "secondary": [ + "10f4c6" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agreement", + "greeting", + "hand", + "handshake", + "meeting", + "partnership", + "shake" + ] + }, + "unicode": "f4c6", + "label": "Handshake Simple", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352H592c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H516h-4-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48H48c-26.5 0-48 21.5-48 48V304c0 26.5 21.5 48 48 48H156.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "handshake-simple-slash": { + "aliases": { + "names": [ + "handshake-alt-slash" + ], + "unicodes": { + "secondary": [ + "10e05f" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "broken", + "covid-19", + "social distance" + ] + }, + "unicode": "e05f", + "label": "Handshake Simple Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.3-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352H592c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H516h-4-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM413.6 421.9L41.2 128.5C17.9 131.8 0 151.8 0 176V304c0 26.5 21.5 48 48 48H156.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "handshake-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e060" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "broken", + "covid-19", + "social distance" + ] + }, + "unicode": "e060", + "label": "Handshake Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.3-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8V128h-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM413.6 421.9L128 196.8V352h28.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6zM96 171.6L40.6 128H16c-8.8 0-16 7.2-16 16V352c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V171.6zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128V352c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V144c0-8.8-7.2-16-16-16H544zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hanukiah": { + "aliases": { + "unicodes": { + "composite": [ + "1f54e" + ], + "secondary": [ + "10f6e6" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "candelabrum", + "candle", + "candlestick", + "hanukkah", + "jewish", + "judaism", + "light", + "menorah", + "religion" + ] + }, + "unicode": "f6e6", + "label": "Hanukiah", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M314.2 3.3C309.1 12.1 296 36.6 296 56c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C324.6 1.2 322.4 0 320 0s-4.6 1.2-5.8 3.3zm-288 48C21.1 60.1 8 84.6 8 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C36.6 49.2 34.4 48 32 48s-4.6 1.2-5.8 3.3zM88 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C101.1 60.1 88 84.6 88 104zm82.2-52.7C165.1 60.1 152 84.6 152 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM216 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C229.1 60.1 216 84.6 216 104zM394.2 51.3C389.1 60.1 376 84.6 376 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM440 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C453.1 60.1 440 84.6 440 104zm82.2-52.7C517.1 60.1 504 84.6 504 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM584 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C597.1 60.1 584 84.6 584 104zM112 160c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm160 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zM352 144c0-17.7-14.3-32-32-32s-32 14.3-32 32V320H96c-17.7 0-32-14.3-32-32V192c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 53 43 96 96 96H288v64H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H320 480c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V384H544c53 0 96-43 96-96V192c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H352V144z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hard-drive": { + "aliases": { + "names": [ + "hdd" + ], + "unicodes": { + "composite": [ + "1f5b4" + ], + "secondary": [ + "10f0a0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Hard Disk", + "cpu", + "hard drive", + "harddrive", + "machine", + "save", + "storage" + ] + }, + "unicode": "f0a0", + "label": "Hard Drive", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V280.4c-17-15.2-39.4-24.4-64-24.4H64c-24.6 0-47 9.2-64 24.4V96zM64 288H448c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V352c0-35.3 28.7-64 64-64zM320 416a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + }, + "regular": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V258c5.1-1.3 10.5-2 16-2H448c5.5 0 10.9 .7 16 2V96c0-8.8-7.2-16-16-16H64zM48 320v96c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V320c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zM0 320V96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V320v96c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320zm280 48a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hashnode": { + "changes": [ + "6.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e499", + "label": "Hashnode", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M35.19 171.1C-11.72 217.1-11.72 294 35.19 340.9L171.1 476.8C217.1 523.7 294 523.7 340.9 476.8L476.8 340.9C523.7 294 523.7 217.1 476.8 171.1L340.9 35.19C294-11.72 217.1-11.72 171.1 35.19L35.19 171.1zM315.5 315.5C282.6 348.3 229.4 348.3 196.6 315.5C163.7 282.6 163.7 229.4 196.6 196.6C229.4 163.7 282.6 163.7 315.5 196.6C348.3 229.4 348.3 282.6 315.5 315.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "hashtag": { + "aliases": { + "unicodes": { + "composite": [ + "f292" + ], + "primary": [ + "f292" + ], + "secondary": [ + "1023", + "10f292" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Number Sign", + "Twitter", + "instagram", + "pound", + "social media", + "tag" + ] + }, + "unicode": "23", + "label": "Hashtag", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8L197.8 128h95.1l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8L357.8 128H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H347.1L325.8 320H384c17.7 0 32 14.3 32 32s-14.3 32-32 32H315.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7H155.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8L90.2 384H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l21.3-128H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zM187.1 192L165.8 320h95.1l21.3-128H187.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hat-cowboy": { + "aliases": { + "unicodes": { + "secondary": [ + "10f8c0" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buckaroo", + "horse", + "jackeroo", + "john b.", + "old west", + "pardner", + "ranch", + "rancher", + "rodeo", + "western", + "wrangler" + ] + }, + "unicode": "f8c0", + "label": "Hat Cowboy", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 64c14.4 0 22.3-7 30.8-14.4C360.4 41.1 370.7 32 392 32c49.3 0 84.4 152.2 97.9 221.9C447.8 272.1 390.9 288 320 288s-127.8-15.9-169.9-34.1C163.6 184.2 198.7 32 248 32c21.3 0 31.6 9.1 41.2 17.6C297.7 57 305.6 64 320 64zM111.1 270.7c47.2 24.5 117.5 49.3 209 49.3s161.8-24.8 208.9-49.3c24.8-12.9 49.8-28.3 70.1-47.7c7.9-7.9 20.2-9.2 29.6-3.3c9.5 5.9 13.5 17.9 9.9 28.5c-13.5 37.7-38.4 72.3-66.1 100.6C523.7 398.9 443.6 448 320 448s-203.6-49.1-252.5-99.2C39.8 320.4 14.9 285.8 1.4 248.1c-3.6-10.6 .4-22.6 9.9-28.5c9.5-5.9 21.7-4.5 29.6 3.3c20.4 19.4 45.3 34.8 70.1 47.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hat-cowboy-side": { + "aliases": { + "unicodes": { + "secondary": [ + "10f8c1" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buckaroo", + "horse", + "jackeroo", + "john b.", + "old west", + "pardner", + "ranch", + "rancher", + "rodeo", + "western", + "wrangler" + ] + }, + "unicode": "f8c1", + "label": "Hat Cowboy Side", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M152.7 135.9l-10.4 57.2c6.8-.7 13.6-1.1 20.5-1.1h10.7c39.4 0 77.8 12.1 110.1 34.7L562.4 421.8l35.1 24.6c24.4-6 42.5-28.1 42.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474 83.9C468.2 53.8 441.8 32 411.1 32h-2.7c-5.6 0-11.1 .7-16.5 2.2L199.2 85.5c-23.9 6.4-42 26-46.5 50.4zM0 384c0 35.3 28.7 64 64 64H544L265.3 252.9c-26.9-18.8-58.9-28.9-91.8-28.9H162.9c-60.6 0-116 34.2-143.1 88.4L13.5 325C4.6 342.7 0 362.3 0 382.2V384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hat-wizard": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6e8" + ] + } + }, + "changes": [ + "5.4.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "accessory", + "buckle", + "clothing", + "d&d", + "dnd", + "fantasy", + "halloween", + "head", + "holiday", + "mage", + "magic", + "pointy", + "witch" + ] + }, + "unicode": "f6e8", + "label": "Hat Wizard", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 416L168.6 180.7c15.3-34.4 40.3-63.5 72-83.7l146.9-94c3-1.9 6.5-2.9 10-2.9C407.7 0 416 8.3 416 18.6v1.6c0 2.6-.5 5.1-1.4 7.5L354.8 176.9c-1.9 4.7-2.8 9.7-2.8 14.7c0 5.5 1.2 11 3.4 16.1L448 416H240.9l11.8-35.4 40.4-13.5c6.5-2.2 10.9-8.3 10.9-15.2s-4.4-13-10.9-15.2l-40.4-13.5-13.5-40.4C237 276.4 230.9 272 224 272s-13 4.4-15.2 10.9l-13.5 40.4-40.4 13.5C148.4 339 144 345.1 144 352s4.4 13 10.9 15.2l40.4 13.5L207.1 416H64zM279.6 141.5c-1.1-3.3-4.1-5.5-7.6-5.5s-6.5 2.2-7.6 5.5l-6.7 20.2-20.2 6.7c-3.3 1.1-5.5 4.1-5.5 7.6s2.2 6.5 5.5 7.6l20.2 6.7 6.7 20.2c1.1 3.3 4.1 5.5 7.6 5.5s6.5-2.2 7.6-5.5l6.7-20.2 20.2-6.7c3.3-1.1 5.5-4.1 5.5-7.6s-2.2-6.5-5.5-7.6l-20.2-6.7-6.7-20.2zM32 448H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "head-side-cough": { + "aliases": { + "unicodes": { + "secondary": [ + "10e061" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cough", + "covid-19", + "germs", + "lungs", + "respiratory", + "sick" + ] + }, + "unicode": "e061", + "label": "Head Side Cough", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v0 32L339.2 365.6c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9L448 416v16c0 26.5-21.5 48-48 48H320v8c0 13.3-10.7 24-24 24H256v0H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zm352-.2a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM464 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm152-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM592 480a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 312a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "head-side-cough-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e062" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cough", + "covid-19", + "germs", + "lungs", + "respiratory", + "sick" + ] + }, + "unicode": "e062", + "label": "Head Side Cough Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M448 325.8l44 34.5c8.1 1.4 14.8 6.8 18 14.1L552.9 408c10.6 .4 19.5 7.6 22.2 17.4l39.1 30.6c.6 0 1.2-.1 1.8-.1c11.1 0 20.4 7.5 23.2 17.8h-3.9c6.2 8.5 6.4 20.4-.4 29c-8.2 10.4-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L89.6 44.9C127 16.7 173.5 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v0 5.8zM0 224.2c0-38.7 9.8-75.1 27.1-106.9L341.8 365.3l-2.5 .3c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9l62 3.9 43 33.9C439.3 466.2 421.2 480 400 480H320v8c0 13.3-10.7 24-24 24H256v0H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM616 360a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm-64-48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "head-side-mask": { + "aliases": { + "unicodes": { + "secondary": [ + "10e063" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "breath", + "coronavirus", + "covid-19", + "filter", + "flu", + "infection", + "pandemic", + "respirator", + "virus" + ] + }, + "unicode": "e063", + "label": "Head Side Mask", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M32 224.2c0-22.2 3.2-43.6 9.2-63.9L262.2 321c-4 9.5-6.2 20-6.2 31V512H128c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C48.6 322.4 32 274.1 32 224.2zm248.3 70.4L53 129.3C88.7 53 166.2 0 256 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c5.4 6.7 8.6 14.8 9.4 23.2H336c-21.7 0-41.3 8.6-55.7 22.6zM336 304H534l0 0h10l-19.7 64H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H514.5l-9.8 32H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H494.8l-.9 2.8c-8.3 26.9-33.1 45.2-61.2 45.2H288V352c0-14 6-26.7 15.6-35.4c0 0 0 0 0 0c8.5-7.8 19.9-12.6 32.4-12.6zm48-80a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "head-side-virus": { + "aliases": { + "unicodes": { + "secondary": [ + "10e064" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "coronavirus", + "covid-19", + "flu", + "infection", + "pandemic", + "sick" + ] + }, + "unicode": "e064", + "label": "Head Side Virus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v64c0 35.3-28.7 64-64 64H320v32c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM224 64c-8.8 0-16 7.2-16 16c0 33-39.9 49.5-63.2 26.2c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6C145.5 152.1 129 192 96 192c-8.8 0-16 7.2-16 16s7.2 16 16 16c33 0 49.5 39.9 26.2 63.2c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0C168.1 286.5 208 303 208 336c0 8.8 7.2 16 16 16s16-7.2 16-16c0-33 39.9-49.5 63.2-26.2c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6C302.5 263.9 319 224 352 224c8.8 0 16-7.2 16-16s-7.2-16-16-16c-33 0-49.5-39.9-26.2-63.2c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0C279.9 129.5 240 113 240 80c0-8.8-7.2-16-16-16zm-24 96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40 80a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "heading": { + "aliases": { + "names": [ + "header" + ], + "unicodes": { + "secondary": [ + "10f1dc" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.9.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "format", + "header", + "text", + "title" + ] + }, + "unicode": "f1dc", + "label": "Heading", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H80h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H112V208H336V96H320c-17.7 0-32-14.3-32-32s14.3-32 32-32h48 48c17.7 0 32 14.3 32 32s-14.3 32-32 32H400V240 416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H368 320c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V272H112V416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V240 96H32C14.3 96 0 81.7 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "headphones": { + "aliases": { + "unicodes": { + "composite": [ + "1f3a7" + ], + "secondary": [ + "10f025" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "earbud", + "headphone", + "listen", + "music", + "sound", + "speaker" + ] + }, + "unicode": "f025", + "label": "Headphones", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48c-44.2 0-80-35.8-80-80V384 336 288C0 146.6 114.6 32 256 32s256 114.6 256 256v48 48 16c0 44.2-35.8 80-80 80c-26.5 0-48-21.5-48-48V304c0-26.5 21.5-48 48-48c10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "headphones-simple": { + "aliases": { + "names": [ + "headphones-alt" + ], + "unicodes": { + "secondary": [ + "10f58f" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "listen", + "music", + "sound", + "speaker" + ] + }, + "unicode": "f58f", + "label": "Headphones Simple", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 80C141.1 80 48 173.1 48 288V392c0 13.3-10.7 24-24 24s-24-10.7-24-24V288C0 146.6 114.6 32 256 32s256 114.6 256 256V392c0 13.3-10.7 24-24 24s-24-10.7-24-24V288c0-114.9-93.1-208-208-208zM80 352c0-35.3 28.7-64 64-64h16c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V352zm288-64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V320c0-17.7 14.3-32 32-32h16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "headset": { + "aliases": { + "unicodes": { + "secondary": [ + "10f590" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "gamer", + "gaming", + "listen", + "live chat", + "microphone", + "shot caller", + "sound", + "support", + "telemarketer" + ] + }, + "unicode": "f590", + "label": "Headset", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48C141.1 48 48 141.1 48 256v40c0 13.3-10.7 24-24 24s-24-10.7-24-24V256C0 114.6 114.6 0 256 0S512 114.6 512 256V400.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24H240c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40V256c0-114.9-93.1-208-208-208zM144 208h16c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V272c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64v48c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "heart": { + "aliases": { + "unicodes": { + "composite": [ + "1f499", + "1f49a", + "1f49b", + "1f49c", + "1f5a4", + "1f90d", + "1f90e", + "1f9e1", + "2665", + "2764", + "f08a" + ], + "secondary": [ + "10f004" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "black", + "black heart", + "blue", + "blue heart", + "brown", + "brown heart", + "card", + "evil", + "favorite", + "game", + "green", + "green heart", + "heart", + "heart suit", + "like", + "love", + "orange", + "orange heart", + "purple", + "purple heart", + "red heart", + "relationship", + "valentine", + "white", + "white heart", + "wicked", + "yellow", + "yellow heart" + ] + }, + "unicode": "f004", + "label": "Heart", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z" + }, + "regular": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M225.8 468.2l-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8v-3.3c0-70.4 50-130.8 119.2-144C158.6 37.9 198.9 47 231 69.6c9 6.4 17.4 13.8 25 22.3c4.2-4.8 8.7-9.2 13.5-13.3c3.7-3.2 7.5-6.2 11.5-9c0 0 0 0 0 0C313.1 47 353.4 37.9 392.8 45.4C462 58.6 512 119.1 512 189.5v3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9zM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20c0 0-.1-.1-.1-.1c0 0 0 0 0 0c-23.1-25.9-58-37.7-92-31.2C81.6 101.5 48 142.1 48 189.5v3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268c20.9-19.4 32.8-46.7 32.8-75.2v-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69 5.4-92 31.2c0 0 0 0-.1 .1s0 0-.1 .1l-17.8 20c-.3 .4-.7 .7-1 1.1c-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "heart-circle-bolt": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cardiogram", + "ekg", + "electric", + "heart", + "love", + "pacemaker" + ] + }, + "unicode": "e4fc", + "label": "Heart Circle Bolt", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356H488c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380H376c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "heart-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "love", + "not affected", + "ok", + "okay" + ] + }, + "unicode": "e4fd", + "label": "Heart Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "heart-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "love" + ] + }, + "unicode": "e4fe", + "label": "Heart Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "heart-circle-minus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "love" + ] + }, + "unicode": "e4ff", + "label": "Heart Circle Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16H496c8.8 0 16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "heart-circle-plus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "love" + ] + }, + "unicode": "e500", + "label": "Heart Circle Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208v48h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V384H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h48V304c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "heart-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "love" + ] + }, + "unicode": "e501", + "label": "Heart Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "heart-crack": { + "aliases": { + "names": [ + "heart-broken" + ], + "unicodes": { + "composite": [ + "1f494" + ], + "secondary": [ + "10f7a9" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "break", + "breakup", + "broken", + "broken heart", + "crushed", + "dislike", + "dumped", + "grief", + "love", + "lovesick", + "relationship", + "sad" + ] + }, + "unicode": "f7a9", + "label": "Heart Crack", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M119.4 44.1c23.3-3.9 46.8-1.9 68.6 5.3l49.8 77.5-75.4 75.4c-1.5 1.5-2.4 3.6-2.3 5.8s1 4.2 2.6 5.7l112 104c2.9 2.7 7.4 2.9 10.5 .3s3.8-7 1.7-10.4l-60.4-98.1 90.7-75.6c2.6-2.1 3.5-5.7 2.4-8.8L296.8 61.8c28.5-16.7 62.4-23.2 95.7-17.6C461.5 55.6 512 115.2 512 185.1v5.8c0 41.5-17.2 81.2-47.6 109.5L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9L47.6 300.4C17.2 272.1 0 232.4 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "heart-pulse": { + "aliases": { + "names": [ + "heartbeat" + ], + "unicodes": { + "secondary": [ + "10f21e" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ekg", + "electrocardiogram", + "health", + "lifeline", + "vital signs" + ] + }, + "unicode": "f21e", + "label": "Heart Pulse", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M228.3 469.1L47.6 300.4c-4.2-3.9-8.2-8.1-11.9-12.4h87c22.6 0 43-13.6 51.7-34.5l10.5-25.2 49.3 109.5c3.8 8.5 12.1 14 21.4 14.1s17.8-5 22-13.3L320 253.7l1.7 3.4c9.5 19 28.9 31 50.1 31H476.3c-3.7 4.3-7.7 8.5-11.9 12.4L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9zM503.7 240h-132c-3 0-5.8-1.7-7.2-4.4l-23.2-46.3c-4.1-8.1-12.4-13.3-21.5-13.3s-17.4 5.1-21.5 13.3l-41.4 82.8L205.9 158.2c-3.9-8.7-12.7-14.3-22.2-14.1s-18.1 5.9-21.8 14.8l-31.8 76.3c-1.2 3-4.2 4.9-7.4 4.9H16c-2.6 0-5 .4-7.3 1.1C3 225.2 0 208.2 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141C165 36.5 211.4 51.4 244 84l12 12 12-12c32.6-32.6 79-47.5 124.6-39.9C461.5 55.6 512 115.2 512 185.1v5.8c0 16.9-2.8 33.5-8.3 49.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "helicopter": { + "aliases": { + "unicodes": { + "composite": [ + "1f681" + ], + "secondary": [ + "10f533" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airwolf", + "apache", + "chopper", + "flight", + "fly", + "helicopter", + "travel", + "vehicle" + ] + }, + "unicode": "f533", + "label": "Helicopter", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 32c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H384v64h32c88.4 0 160 71.6 160 160v64c0 17.7-14.3 32-32 32H384 320c-20.1 0-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2 198.1c-9.5-3.8-16.7-12-19.2-22L5 83.9C2.4 73.8 10.1 64 20.5 64H48c10.1 0 19.6 4.7 25.6 12.8L112 128H320V64H160c-17.7 0-32-14.3-32-32zM384 320H512V288c0-53-43-96-96-96H384V320zM630.6 425.4c12.5 12.5 12.5 32.8 0 45.3l-3.9 3.9c-24 24-56.6 37.5-90.5 37.5H256c-17.7 0-32-14.3-32-32s14.3-32 32-32H536.2c17 0 33.3-6.7 45.3-18.7l3.9-3.9c12.5-12.5 32.8-12.5 45.3 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "helicopter-symbol": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chopper", + "helicopter", + "landing pad", + "whirlybird" + ] + }, + "unicode": "e502", + "label": "Helicopter Symbol", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M445.3 224H510C495.6 108.2 403.8 16.4 288 2V66.7C368.4 80.1 431.9 143.6 445.3 224zM510 288H445.3C431.9 368.4 368.4 431.9 288 445.4V510c115.8-14.4 207.6-106.2 222-222zM2 288C16.4 403.8 108.2 495.6 224 510V445.4C143.6 431.9 80.1 368.4 66.7 288H2zm0-64H66.7C80.1 143.6 143.6 80.1 224 66.7V2C108.2 16.4 16.4 108.2 2 224zm206-64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352c0 17.7 14.3 32 32 32s32-14.3 32-32V288h96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H208V160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "helmet-safety": { + "aliases": { + "names": [ + "hard-hat", + "hat-hard" + ], + "unicodes": { + "secondary": [ + "10f807" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "construction", + "hardhat", + "helmet", + "safety" + ] + }, + "unicode": "f807", + "label": "Helmet Safety", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M256 32c-17.7 0-32 14.3-32 32v2.3 99.6c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1L157.1 87C83 123.5 32 199.8 32 288v64H544l0-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1V66.3 64c0-17.7-14.3-32-32-32H256zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6H16.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "helmet-un": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "helmet", + "united nations" + ] + }, + "unicode": "e503", + "label": "Helmet Un", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M479.5 224C471.2 98.9 367.2 0 240 0C107.5 0 0 107.5 0 240v56.3C0 344.8 39.2 384 87.7 384H200h14.9L343.5 505.4c4.5 4.2 10.4 6.6 16.5 6.6h96c13.3 0 24-10.7 24-24s-10.7-24-24-24H369.5l-1.5-1.5V288h80 32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.5zM320 417.2l-78-73.7L274.4 288H320V417.2zM285.3 103.1l34.7 52V112c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V208c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM160 112v64c0 8.8 7.2 16 16 16s16-7.2 16-16V112c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V112c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "highlighter": { + "aliases": { + "unicodes": { + "secondary": [ + "10f591" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "marker", + "sharpie", + "update", + "write" + ] + }, + "unicode": "f591", + "label": "Highlighter", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M315 315l158.4-215L444.1 70.6 229 229 315 315zm-187 5l0 0V248.3c0-15.3 7.2-29.6 19.5-38.6L420.6 8.4C428 2.9 437 0 446.2 0c11.4 0 22.4 4.5 30.5 12.6l54.8 54.8c8.1 8.1 12.6 19 12.6 30.5c0 9.2-2.9 18.2-8.4 25.6L334.4 396.5c-9 12.3-23.4 19.5-38.6 19.5H224l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0l-50.7-50.7c-12.5-12.5-12.5-32.8 0-45.3L128 320zM7 466.3l63-63 70.6 70.6-31 31c-4.5 4.5-10.6 7-17 7H24c-13.3 0-24-10.7-24-24v-4.7c0-6.4 2.5-12.5 7-17z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hill-avalanche": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mudslide", + "snow", + "winter" + ] + }, + "unicode": "e507", + "label": "Hill Avalanche", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8c34.4-34.4 34.4-90.1 0-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7C401.2 261.3 416 236.4 416 208c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8 2.9-14 2.9-21.5c0-44.2-35.8-80-80-80c-27.3 0-51.5 13.7-65.9 34.6C216.3 46.6 197.9 32 176 32c-26.5 0-48 21.5-48 48c0 4 .5 7.9 1.4 11.6L439.7 401.9zM480 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80H396.7c35.6 0 53.5-43.1 28.3-68.3L68.3 87z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hill-rockslide": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mudslide" + ] + }, + "unicode": "e508", + "label": "Hill Rockslide", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M252.4 103.8l27 48c2.8 5 8.2 8.2 13.9 8.2l53.3 0c5.8 0 11.1-3.1 13.9-8.2l27-48c2.7-4.9 2.7-10.8 0-15.7l-27-48c-2.8-5-8.2-8.2-13.9-8.2H293.4c-5.8 0-11.1 3.1-13.9 8.2l-27 48c-2.7 4.9-2.7 10.8 0 15.7zM68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80H396.7c35.6 0 53.5-43.1 28.3-68.3L68.3 87zM504.2 403.6c4.9 2.7 10.8 2.7 15.7 0l48-27c5-2.8 8.2-8.2 8.2-13.9V309.4c0-5.8-3.1-11.1-8.2-13.9l-48-27c-4.9-2.7-10.8-2.7-15.7 0l-48 27c-5 2.8-8.2 8.2-8.2 13.9v53.3c0 5.8 3.1 11.1 8.2 13.9l48 27zM192 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hippo": { + "aliases": { + "unicodes": { + "composite": [ + "1f99b" + ], + "secondary": [ + "10f6ed" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.1", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "fauna", + "hippo", + "hippopotamus", + "hungry", + "mammal" + ] + }, + "unicode": "f6ed", + "label": "Hippo", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M407 47c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2h32c11.2 0 21.9 2.3 31.6 6.5L543 55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L564 101.9c7.6 12.2 12 26.7 12 42.1c0 10.2 7.4 18.8 16.7 23c27.9 12.5 47.3 40.5 47.3 73c0 26.2-12.6 49.4-32 64v32c0 8.8-7.2 16-16 16H560c-8.8 0-16-7.2-16-16V320H480v16c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V318.4c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2V352c0 17.7 14.3 32 32 32h32v64c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V372c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12v76c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V329.1L45.9 369.7c-5.4 12.1-19.6 17.6-31.7 12.2S-3.3 362.4 2.1 350.3L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1h7.2H256h32c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm88 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM480 144a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hips": { + "changes": [ + "5.0.5" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f452", + "label": "Hips", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7c-1.8 0-2.7.9-2.7 2.7v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3zm478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1zM376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6zm0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2zM228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "hire-a-helper": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3b0", + "label": "HireAHelper", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7zm-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "hive": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e07f", + "label": "Hive Blockchain Network", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M260.353,254.878,131.538,33.1a2.208,2.208,0,0,0-3.829.009L.3,254.887A2.234,2.234,0,0,0,.3,257.122L129.116,478.9a2.208,2.208,0,0,0,3.83-.009L260.358,257.113A2.239,2.239,0,0,0,260.353,254.878Zm39.078-25.713a2.19,2.19,0,0,0,1.9,1.111h66.509a2.226,2.226,0,0,0,1.9-3.341L259.115,33.111a2.187,2.187,0,0,0-1.9-1.111H190.707a2.226,2.226,0,0,0-1.9,3.341ZM511.7,254.886,384.9,33.112A2.2,2.2,0,0,0,382.99,32h-66.6a2.226,2.226,0,0,0-1.906,3.34L440.652,256,314.481,476.66a2.226,2.226,0,0,0,1.906,3.34h66.6a2.2,2.2,0,0,0,1.906-1.112L511.7,257.114A2.243,2.243,0,0,0,511.7,254.886ZM366.016,284.917H299.508a2.187,2.187,0,0,0-1.9,1.111l-108.8,190.631a2.226,2.226,0,0,0,1.9,3.341h66.509a2.187,2.187,0,0,0,1.9-1.111l108.8-190.631A2.226,2.226,0,0,0,366.016,284.917Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "hockey-puck": { + "aliases": { + "unicodes": { + "secondary": [ + "10f453" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ice", + "nhl", + "sport" + ] + }, + "unicode": "f453", + "label": "Hockey Puck", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 256C114.6 256 0 213 0 160s114.6-96 256-96s256 43 256 96s-114.6 96-256 96zm192.3 1.8c24.7-9.3 46.9-21 63.7-35.6V352c0 53-114.6 96-256 96S0 405 0 352V222.3c16.8 14.6 39 26.3 63.7 35.6C114.5 276.9 182.5 288 256 288s141.5-11.1 192.3-30.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "holly-berry": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7aa" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "catwoman", + "christmas", + "decoration", + "flora", + "halle", + "holiday", + "ororo munroe", + "plant", + "storm", + "xmas" + ] + }, + "unicode": "f7aa", + "label": "Holly Berry", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM276.8 383.8c1 .1 2.1 .2 3.2 .2c39.8 0 72 32.2 72 72v22.7c0 16.4 16 27.9 31.6 22.8l12.8-4.3c18-6 37.3-6.5 55.6-1.5l19.4 5.3c17.9 4.9 34.4-11.6 29.5-29.5L495.6 452c-5-18.3-4.4-37.6 1.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6 0-62.7-28.1-62.7-62.7v-32c0-16.4-16-27.9-31.6-22.8l-12.8 4.3c-18 6-37.3 6.5-55.6 1.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2 9.7 5.8 20.8 3.7 32.3L275 298.7c-1.5 8.4-1.4 17 .5 25.3l5.3 23.9c2.8 12.7 1.1 25.2-4 35.9zM127.6 234.5c-15.5-5.2-31.6 6.4-31.6 22.8v32C96 323.9 67.9 352 33.3 352c-16.4 0-27.9 16-22.8 31.6l4.3 12.8c6 18 6.5 37.3 1.5 55.6l-5.3 19.4C6.2 489.4 22.6 505.8 40.5 501L60 495.6c18.3-5 37.6-4.5 55.6 1.5l12.8 4.3c15.5 5.2 31.6-6.4 31.6-22.8v-32c0-34.6 28.1-62.7 62.7-62.7c16.4 0 27.9-16 22.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5L196 240.4c-18.3 5-37.6 4.4-55.6-1.5l-12.8-4.3zM384 144a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hooli": { + "changes": [ + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f427", + "label": "Hooli", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144.5 352l38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3zm408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9zm-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6zm-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3zM65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "hornbill": { + "changes": [ + "5.1.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f592", + "label": "Hornbill", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6zm108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "horse": { + "aliases": { + "unicodes": { + "composite": [ + "1f40e" + ], + "secondary": [ + "10f6f0" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "equestrian", + "equus", + "fauna", + "horse", + "mammmal", + "mare", + "neigh", + "pony", + "racehorse", + "racing" + ] + }, + "unicode": "f6f0", + "label": "Horse", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M448 238.1V160h16l9.8 19.6c12.5 25.1 42.2 36.4 68.3 26c20.5-8.2 33.9-28 33.9-50.1V80c0-19.1-8.4-36.3-21.7-48H560c8.8 0 16-7.2 16-16s-7.2-16-16-16H480 448C377.3 0 320 57.3 320 128H224 203.2 148.8c-30.7 0-57.6 16.3-72.5 40.8C33.2 174.5 0 211.4 0 256v56c0 13.3 10.7 24 24 24s24-10.7 24-24V256c0-13.4 6.6-25.2 16.7-32.5c1.6 13 6.3 25.4 13.6 36.4l28.2 42.4c8.3 12.4 6.4 28.7-1.2 41.6c-16.5 28-20.6 62.2-10 93.9l17.5 52.4c4.4 13.1 16.6 21.9 30.4 21.9h33.7c21.8 0 37.3-21.4 30.4-42.1l-20.8-62.5c-2.1-6.4-.5-13.4 4.3-18.2l12.7-12.7c13.2-13.2 20.6-31.1 20.6-49.7c0-2.3-.1-4.6-.3-6.9l84 24c4.1 1.2 8.2 2.1 12.3 2.8V480c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V315.7c19.2-19.2 31.5-45.7 32-75.7h0v-1.9zM496 64a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "horse-head": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7ab" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "equus", + "fauna", + "mammmal", + "mare", + "neigh", + "pony" + ] + }, + "unicode": "f7ab", + "label": "Horse Head", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 464V316.9c0-108.4 68.3-205.1 170.5-241.3L404.2 15.5C425.6 7.9 448 23.8 448 46.4c0 11-5.5 21.2-14.6 27.3L400 96c48.1 0 91.2 29.8 108.1 74.9l48.6 129.5c11.8 31.4 4.1 66.8-19.6 90.5c-16 16-37.8 25.1-60.5 25.1h-3.4c-26.1 0-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7 4.1-24.2 6.4-37.3 6.4l-.1 0 0 0c-6.3 0-12.5-.5-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3l0 0c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3 14.2-5.8 21.9c24 41.5 68.3 70 119.3 71.9l47.2 70.8c4 6.1 6.2 13.2 6.2 20.4c0 20.3-16.5 36.8-36.8 36.8H112c-26.5 0-48-21.5-48-48zM392 224a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hospital": { + "aliases": { + "names": [ + "hospital-alt", + "hospital-wide" + ], + "unicodes": { + "composite": [ + "1f3e5", + "f47d" + ], + "primary": [ + "f47d" + ], + "secondary": [ + "10f0f8", + "10f47d" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "covid-19", + "doctor", + "emergency room", + "hospital", + "medical center", + "medicine" + ] + }, + "unicode": "f0f8", + "label": "Hospital", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 48c0-26.5 21.5-48 48-48H400c26.5 0 48 21.5 48 48V512H368V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H192V48zM48 96H160V512H48c-26.5 0-48-21.5-48-48V320H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V224H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V144c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48v48H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80V464c0 26.5-21.5 48-48 48H480V96H592zM312 64c-8.8 0-16 7.2-16 16v24H272c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V152h24c8.8 0 16-7.2 16-16V120c0-8.8-7.2-16-16-16H344V80c0-8.8-7.2-16-16-16H312z" + }, + "regular": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M232 0c-39.8 0-72 32.2-72 72v8H72C32.2 80 0 112.2 0 152V440c0 39.8 32.2 72 72 72h.2 .2 .2 .2 .2H73h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H75h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H77h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H79h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H82h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H85h.2 .2 .2 .2H86h.2 .2 .2 .2H87h.2 .2 .2 .2H88h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H98h.2 .2 .2 .2H99h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2v0H456h8v0H568c39.8 0 72-32.2 72-72V152c0-39.8-32.2-72-72-72H480V72c0-39.8-32.2-72-72-72H232zM480 128h88c13.3 0 24 10.7 24 24v40H536c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v48H536c-13.3 0-24 10.7-24 24s10.7 24 24 24h56V440c0 13.3-10.7 24-24 24H480V336 128zM72 128h88V464h-.1-.2-.2-.2H159h-.2-.2-.2H158h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H154h-.2-.2-.2H153h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H150h-.2-.2-.2H149h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H146h-.2-.2-.2H145h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H142h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H139h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H136h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H133h-.2-.2-.2-.2-.2-.2-.2-.2H131h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H128h-.2-.2-.2-.2-.2-.2-.2-.2H126h-.2-.2-.2-.2-.2-.2-.2-.2H124h-.2-.2-.2-.2-.2-.2-.2-.2H122h-.2-.2-.2-.2-.2-.2-.2-.2H120h-.2-.2-.2-.2-.2-.2-.2-.2H118h-.2-.2-.2-.2-.2-.2-.2-.2H116h-.2-.2-.2-.2-.2-.2-.2-.2H114h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H111h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H108h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H105h-.2-.2-.2-.2H104h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H100h-.2-.2-.2-.2H99h-.2-.2-.2-.2H98h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H88h-.2-.2-.2-.2H87h-.2-.2-.2-.2H86h-.2-.2-.2-.2H85h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H82h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H79h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H77h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H75h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H73h-.2-.2-.2-.2-.2H72c-13.2 0-24-10.7-24-24V336h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H48V240h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H48V152c0-13.3 10.7-24 24-24zM208 72c0-13.3 10.7-24 24-24H408c13.3 0 24 10.7 24 24V336 464H368V400c0-26.5-21.5-48-48-48s-48 21.5-48 48v64H208V72zm88 24v24H272c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V168h24c8.8 0 16-7.2 16-16V136c0-8.8-7.2-16-16-16H344V96c0-8.8-7.2-16-16-16H312c-8.8 0-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hospital-user": { + "aliases": { + "unicodes": { + "secondary": [ + "10f80d" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "doctor", + "network", + "patient", + "primary care" + ] + }, + "unicode": "f80d", + "label": "Hospital User", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V256H144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v64H144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v80c0 26.5 21.5 48 48 48H265.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V271.8 48c0-26.5-21.5-48-48-48H48zM152 64h16c8.8 0 16 7.2 16 16v24h24c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H184v24c0 8.8-7.2 16-16 16H152c-8.8 0-16-7.2-16-16V152H112c-8.8 0-16-7.2-16-16V120c0-8.8 7.2-16 16-16h24V80c0-8.8 7.2-16 16-16zM512 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM288 477.1c0 19.3 15.6 34.9 34.9 34.9H541.1c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H381.1c-51.4 0-93.1 41.7-93.1 93.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hot-tub-person": { + "aliases": { + "names": [ + "hot-tub" + ], + "unicodes": { + "secondary": [ + "10f593" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "jacuzzi", + "spa" + ] + }, + "unicode": "f593", + "label": "Hot Tub Person", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M272 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5V200c0 13.3 10.7 24 24 24s24-10.7 24-24V186.8c0-34-14.4-66.4-39.7-89.2L295.8 82.8C280.7 69.1 272 49.7 272 29.2V24zM0 320v16V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H277.3c-13.8 0-27.3-4.5-38.4-12.8l-85.3-64C137 166.7 116.8 160 96 160c-53 0-96 43-96 96v64zm128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm112 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM360 0c-13.3 0-24 10.7-24 24v5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5V200c0 13.3 10.7 24 24 24s24-10.7 24-24V186.8c0-34-14.4-66.4-39.7-89.2L407.8 82.8C392.7 69.1 384 49.7 384 29.2V24c0-13.3-10.7-24-24-24zM64 128A64 64 0 1 0 64 0a64 64 0 1 0 0 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hotdog": { + "aliases": { + "unicodes": { + "composite": [ + "1f32d" + ], + "secondary": [ + "10f80f" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bun", + "chili", + "frankfurt", + "frankfurter", + "hot dog", + "hotdog", + "kosher", + "polish", + "sandwich", + "sausage", + "vienna", + "weiner" + ] + }, + "unicode": "f80f", + "label": "Hotdog", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M488.6 23.4c31.2 31.2 31.2 81.9 0 113.1l-352 352c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1l352-352c31.2-31.2 81.9-31.2 113.1 0zM443.3 92.7c-6.2-6.2-16.4-6.2-22.6 0c-12.5 12.5-23.8 15.1-37.5 17.6l-2.5 .4c-13.8 2.5-31.6 5.6-48 22c-16.7 16.7-20.9 36-24.1 50.9l0 0v0l-.2 1c-3.4 15.6-6 26.4-15.7 36.1s-20.5 12.3-36.1 15.7l-1 .2c-14.9 3.2-34.2 7.4-50.9 24.1s-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1c-9.2 9.2-18 10.8-32.7 13.4l0 0-.9 .2c-15.6 2.8-34.9 6.9-54.4 26.4c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0c12.5-12.5 23.8-15.1 37.5-17.6l2.5-.4c13.8-2.5 31.6-5.6 48-22c16.7-16.7 20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1s20.5-12.3 36.1-15.7l1-.2c14.9-3.2 34.2-7.4 50.9-24.1s20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1c9.2-9.2 18-10.8 32.7-13.4l.9-.2c15.6-2.8 34.9-6.9 54.4-26.4c6.2-6.2 6.2-16.4 0-22.6zM191.2 479.2l288-288L495 207c10.9 10.9 17 25.6 17 41s-6.1 30.1-17 41L289 495c-10.9 10.9-25.6 17-41 17s-30.1-6.1-41-17l-15.8-15.8zM17 305C6.1 294.1 0 279.4 0 264s6.1-30.1 17-41L223 17C233.9 6.1 248.6 0 264 0s30.1 6.1 41 17l15.8 15.8-288 288L17 305z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hotel": { + "aliases": { + "unicodes": { + "composite": [ + "1f3e8" + ], + "secondary": [ + "10f594" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "hotel", + "inn", + "lodging", + "motel", + "resort", + "travel" + ] + }, + "unicode": "f594", + "label": "Hotel", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H480c17.7 0 32 14.3 32 32s-14.3 32-32 32V448c17.7 0 32 14.3 32 32s-14.3 32-32 32H304V464c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V64C14.3 64 0 49.7 0 32zm96 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zM240 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H240zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zM112 192c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H112zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H368zM328 384c13.3 0 24.3-10.9 21-23.8c-10.6-41.5-48.2-72.2-93-72.2s-82.5 30.7-93 72.2c-3.3 12.8 7.8 23.8 21 23.8H328z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hotjar": { + "changes": [ + "5.0.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3b1", + "label": "Hotjar", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1688044785, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M361.5 0c0 131.6-80.7 176.8-140.2 209.4c-.6 .3-1.1 .6-1.6 .9c-53.8 30.2-88.7 49.8-89.6 122H32C32 200.8 112.7 155.6 172.2 123C227 93.2 262.5 73 262.5 0h98.9zM301 302.6c54.8-29.8 90.3-50 90.3-123h98c0 131.6-80.7 176.7-140.2 209.4c-54.8 29.8-90.3 50-90.3 123h-98c0-131.6 80.7-176.8 140.2-209.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "hourglass": { + "aliases": { + "names": [ + "hourglass-empty" + ], + "unicodes": { + "composite": [ + "23f3", + "f250" + ], + "secondary": [ + "10f254" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hour", + "hourglass", + "hourglass not done", + "minute", + "sand", + "stopwatch", + "time", + "timer" + ] + }, + "unicode": "f254", + "label": "Hourglass", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H64 320h32c17.7 0 32 14.3 32 32s-14.3 32-32 32V75c0 42.4-16.9 83.1-46.9 113.1L237.3 256l67.9 67.9c30 30 46.9 70.7 46.9 113.1v11c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V437c0-42.4 16.9-83.1 46.9-113.1L146.7 256 78.9 188.1C48.9 158.1 32 117.4 32 75V64C14.3 64 0 49.7 0 32zM96 64V75c0 25.5 10.1 49.9 28.1 67.9L192 210.7l67.9-67.9c18-18 28.1-42.4 28.1-67.9V64H96zm0 384H288V437c0-25.5-10.1-49.9-28.1-67.9L192 301.3l-67.9 67.9c-18 18-28.1 42.4-28.1 67.9v11z" + }, + "regular": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48h8V67c0 40.3 16 79 44.5 107.5L158.1 256 76.5 337.5C48 366 32 404.7 32 445v19H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8V445c0-40.3-16-79-44.5-107.5L225.9 256l81.5-81.5C336 146 352 107.3 352 67V48h8c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM192 289.9l81.5 81.5C293 391 304 417.4 304 445v19H80V445c0-27.6 11-54 30.5-73.5L192 289.9zm0-67.9l-81.5-81.5C91 121 80 94.6 80 67V48H304V67c0 27.6-11 54-30.5 73.5L192 222.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hourglass-end": { + "aliases": { + "names": [ + "hourglass-3" + ], + "unicodes": { + "composite": [ + "231b" + ], + "secondary": [ + "10f253" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hour", + "hourglass done", + "minute", + "sand", + "stopwatch", + "time", + "timer" + ] + }, + "unicode": "f253", + "label": "Hourglass End", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM96 75V64H288V75c0 25.5-10.1 49.9-28.1 67.9L192 210.7l-67.9-67.9C106.1 124.9 96 100.4 96 75z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "hourglass-half": { + "aliases": { + "names": [ + "hourglass-2" + ], + "unicodes": { + "secondary": [ + "10f252" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hour", + "minute", + "sand", + "stopwatch", + "time" + ] + }, + "unicode": "f252", + "label": "Hourglass Half", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM96 75V64H288V75c0 19-5.6 37.4-16 53H112c-10.3-15.6-16-34-16-53zm16 309c3.5-5.3 7.6-10.3 12.1-14.9L192 301.3l67.9 67.9c4.6 4.6 8.6 9.6 12.1 14.9H112z" + }, + "regular": { + "lastModified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 24C0 10.7 10.7 0 24 0H360c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V67c0 40.3-16 79-44.5 107.5L225.9 256l81.5 81.5C336 366 352 404.7 352 445v19h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V445c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67V48H24C10.7 48 0 37.3 0 24zM110.5 371.5c-3.9 3.9-7.5 8.1-10.7 12.5H284.2c-3.2-4.4-6.8-8.6-10.7-12.5L192 289.9l-81.5 81.5zM284.2 128C297 110.4 304 89 304 67V48H80V67c0 22.1 7 43.4 19.8 61H284.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "hourglass-start": { + "aliases": { + "names": [ + "hourglass-1" + ], + "unicodes": { + "secondary": [ + "10f251" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hour", + "minute", + "sand", + "stopwatch", + "time" + ] + }, + "unicode": "f251", + "label": "Hourglass Start", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM288 437v11H96V437c0-25.5 10.1-49.9 28.1-67.9L192 301.3l67.9 67.9c18 18 28.1 42.4 28.1 67.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house": { + "aliases": { + "names": [ + "home", + "home-alt", + "home-lg-alt" + ], + "unicodes": { + "composite": [ + "1f3e0", + "f80a", + "f80c" + ], + "primary": [ + "f80a", + "f80c" + ], + "secondary": [ + "10f015", + "10f80a", + "10f80c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "building", + "home", + "house", + "main", + "residence" + ] + }, + "unicode": "f015", + "label": "House", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-chimney": { + "aliases": { + "names": [ + "home-lg" + ], + "unicodes": { + "composite": [ + "f80b" + ], + "primary": [ + "f80b" + ], + "secondary": [ + "10f80b" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "building", + "chimney", + "house", + "main", + "residence", + "smokestack" + ] + }, + "unicode": "e3af", + "label": "House Chimney", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185V64c0-17.7-14.3-32-32-32H448c-17.7 0-32 14.3-32 32v36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v64 24c0 22.1 17.9 40 40 40h24 32.5c1.4 0 2.8 0 4.2-.1c1.1 .1 2.2 .1 3.3 .1h16c22.1 0 40-17.9 40-40V455.8c.3-2.6 .5-5.3 .5-8.1l-.7-160.2h32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-chimney-crack": { + "aliases": { + "names": [ + "house-damage" + ], + "unicodes": { + "secondary": [ + "10f6f1" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "devastation", + "disaster", + "earthquake", + "home", + "insurance" + ] + }, + "unicode": "f6f1", + "label": "House Chimney Crack", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H326.4L288 448l80.8-67.3c7.8-6.5 7.6-18.6-.4-24.9L250.6 263.2c-14.6-11.5-33.8 7-22.8 22L288 368l-85.5 71.2c-6.1 5-7.5 13.8-3.5 20.5L230.4 512H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-chimney-medical": { + "aliases": { + "names": [ + "clinic-medical" + ], + "unicodes": { + "secondary": [ + "10f7f2" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "doctor", + "general practitioner", + "hospital", + "infirmary", + "medicine", + "office", + "outpatient" + ] + }, + "unicode": "f7f2", + "label": "House Chimney Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24zM272 192c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h48c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H320V208c0-8.8-7.2-16-16-16H272z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-chimney-user": { + "aliases": { + "unicodes": { + "secondary": [ + "10e065" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "home", + "isolation", + "quarantine" + ] + }, + "unicode": "e065", + "label": "House Chimney User", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185V64c0-17.7-14.3-32-32-32H448c-17.7 0-32 14.3-32 32v36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM288 160a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM176 400c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H192c-8.8 0-16-7.2-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-chimney-window": { + "aliases": { + "unicodes": { + "secondary": [ + "10e00d" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "building", + "family", + "home", + "residence" + ] + }, + "unicode": "e00d", + "label": "House Chimney Window", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24zM248 192c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V216c0-13.3-10.7-24-24-24H248z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "home", + "house", + "not affected", + "ok", + "okay" + ] + }, + "unicode": "e509", + "label": "House Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "affected", + "home", + "house" + ] + }, + "unicode": "e50a", + "label": "House Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "destroy", + "home", + "house" + ] + }, + "unicode": "e50b", + "label": "House Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-crack": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "devastation", + "disaster", + "earthquake", + "home", + "insurance" + ] + }, + "unicode": "e3b1", + "label": "House Crack", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H230.4l-31.3-52.2c-4.1-6.8-2.6-15.5 3.5-20.5L288 368l-60.2-82.8c-10.9-15 8.2-33.5 22.8-22l117.9 92.6c8 6.3 8.2 18.4 .4 24.9L288 448l38.4 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-fire": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "burn", + "emergency", + "home" + ] + }, + "unicode": "e50c", + "label": "House Fire", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 350.1l0 1.9H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L447.3 128.1c-12.3-1-25 3-34.8 11.7c-35.4 31.6-65.6 67.7-87.3 102.8C304.3 276.5 288 314.9 288 350.1zM453.5 163.8c19.7 17.8 38.2 37 55.5 57.7c7.9-9.9 16.8-20.7 26.5-29.5c5.6-5.1 14.4-5.1 20 0c24.7 22.7 45.6 52.7 60.4 81.1c14.5 28 24.2 58.8 24.2 79C640 440 568.7 512 480 512c-89.7 0-160-72.1-160-159.8c0-26.4 12.7-60.7 32.4-92.6c20-32.4 48.1-66.1 81.4-95.8c2.8-2.5 6.4-3.8 10-3.7c3.5 0 7 1.3 9.8 3.8zM530 433c30-21 38-63 20-96c-2-4-4-8-7-12l-36 42s-58-74-62-79c-30 37-45 58-45 82c0 49 36 78 81 78c18 0 34-5 49-15z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-flag": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camp", + "home" + ] + }, + "unicode": "e50d", + "label": "House Flag", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 0c-17.7 0-32 14.3-32 32V192 512h64V192H624c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H512c0-17.7-14.3-32-32-32zM416 159L276.8 39.7c-12-10.3-29.7-10.3-41.7 0l-224 192C1 240.4-2.7 254.5 2 267.1S18.6 288 32 288H64V480c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v96c0 17.7 14.3 32 32 32h64.7l.2 0h-1V159z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-flood-water": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "damage", + "flood", + "water" + ] + }, + "unicode": "e50e", + "label": "House Flood Water", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M306.8 6.1C295.6-2 280.4-2 269.2 6.1l-176 128c-11.2 8.2-15.9 22.6-11.6 35.8S98.1 192 112 192h16v73c1.7 1 3.3 2 4.9 3.1c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c1.5-1 3-2 4.5-2.9l-.3-73.2H464c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128zM269.5 309.9C247 325.4 219.5 336 192 336c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 389.7 159 400 192 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-flood-water-circle-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "damage", + "flood", + "water" + ] + }, + "unicode": "e50f", + "label": "House Flood Water Circle Arrow Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 144A144 144 0 1 0 0 144a144 144 0 1 0 288 0zM140.7 76.7c6.2-6.2 16.4-6.2 22.6 0l56 56c6.2 6.2 6.2 16.4 0 22.6l-56 56c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L169.4 160H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h89.4L140.7 99.3c-6.2-6.2-6.2-16.4 0-22.6zM320 144c0 57.3-27.4 108.2-69.8 140.3c11.8-3.6 23-9.4 33-16.2c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.4 78.1 3.4c2.1 1.7 4.2 3.3 6.5 4.9l-.3-84.4H576c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128C407.6-2 392.4-2 381.2 6.1L301 64.4c12.1 23.9 19 50.9 19 79.6zm18.5 165.9c-11.1-7.9-25.9-7.9-37 0C279 325.4 251.5 336 224 336c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 389.7 191 400 224 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C471.4 325.2 442.9 336 416 336c-27.5 0-55-10.6-77.5-26.1zm0 112c-11.1-7.9-25.9-7.9-37 0C279 437.4 251.5 448 224 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 501.7 191 512 224 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C471.4 437.2 442.9 448 416 448c-27.5 0-55-10.6-77.5-26.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-laptop": { + "aliases": { + "names": [ + "laptop-house" + ], + "unicodes": { + "secondary": [ + "10e066" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "covid-19", + "device", + "office", + "remote", + "work from home" + ] + }, + "unicode": "e066", + "label": "House Laptop", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M218.3 8.5c12.3-11.3 31.2-11.3 43.4 0l208 192c6.7 6.2 10.3 14.8 10.3 23.5H336c-19.1 0-36.3 8.4-48 21.7V208c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64V416H112c-26.5 0-48-21.5-48-48V256H32c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8.1-35.2l208-192zM352 304V448H544V304H352zm-48-16c0-17.7 14.3-32 32-32H560c17.7 0 32 14.3 32 32V448h32c8.8 0 16 7.2 16 16c0 26.5-21.5 48-48 48H544 352 304c-26.5 0-48-21.5-48-48c0-8.8 7.2-16 16-16h32V288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "closed", + "home", + "house", + "lockdown", + "quarantine" + ] + }, + "unicode": "e510", + "label": "House Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M384 480c0 11.7 3.1 22.6 8.6 32H392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L490.7 166.3C447.2 181.7 416 223.2 416 272v24.6c-19.1 11.1-32 31.7-32 55.4V480zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-medical": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "doctor", + "facility", + "general practitioner", + "health", + "hospital", + "infirmary", + "medicine", + "office", + "outpatient" + ] + }, + "unicode": "e3b2", + "label": "House Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM256 208c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H320v48c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V320H208c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-medical-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clinic", + "hospital", + "not affected", + "ok", + "okay" + ] + }, + "unicode": "e511", + "label": "House Medical Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm32 0a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-medical-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "clinic", + "hospital" + ] + }, + "unicode": "e512", + "label": "House Medical Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-medical-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clinic", + "destroy", + "hospital" + ] + }, + "unicode": "e513", + "label": "House Medical Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-medical-flag": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clinic", + "hospital", + "mash" + ] + }, + "unicode": "e514", + "label": "House Medical Flag", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 0c17.7 0 32 14.3 32 32H624c8.8 0 16 7.2 16 16V176c0 8.8-7.2 16-16 16H512V512H448V192 32c0-17.7 14.3-32 32-32zM276.8 39.7L416 159V512h1l-.2 0H96c-17.7 0-32-14.3-32-32V288H32c-13.4 0-25.4-8.3-30-20.9s-1-26.7 9.2-35.4l224-192c12-10.3 29.7-10.3 41.7 0zM224 208v48H176c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h48c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H288V208c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-signal": { + "aliases": { + "unicodes": { + "secondary": [ + "10e012" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "building", + "connect", + "family", + "home", + "residence", + "smart home", + "wifi" + ] + }, + "unicode": "e012", + "label": "House Signal", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M357.7 8.5c-12.3-11.3-31.2-11.3-43.4 0l-208 192c-9.4 8.6-12.7 22-8.5 34c87.1 25.3 155.6 94.2 180.3 181.6H464c26.5 0 48-21.5 48-48V256h32c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8.1-35.2l-208-192zM288 208c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H304c-8.8 0-16-7.2-16-16V208zM24 256c-13.3 0-24 10.7-24 24s10.7 24 24 24c101.6 0 184 82.4 184 184c0 13.3 10.7 24 24 24s24-10.7 24-24c0-128.1-103.9-232-232-232zm8 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM0 376c0 13.3 10.7 24 24 24c48.6 0 88 39.4 88 88c0 13.3 10.7 24 24 24s24-10.7 24-24c0-75.1-60.9-136-136-136c-13.3 0-24 10.7-24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-tsunami": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "damage", + "flood", + "tidal wave", + "wave" + ] + }, + "unicode": "e515", + "label": "House Tsunami", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M80.8 136.5C104.9 93.8 152.6 64 209 64c16.9 0 33.1 2.7 48.2 7.7c16.8 5.5 34.9-3.6 40.4-20.4s-3.6-34.9-20.4-40.4C255.8 3.8 232.8 0 209 0C95.2 0 0 88 0 200c0 91.6 53.5 172.1 142.2 194.1c13.4 3.8 27.5 5.9 42.2 5.9c.7 0 1.4 0 2.1-.1c1.8 0 3.7 .1 5.5 .1l0 0c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.4 15.5-49.9 26.1-77.4 26.1c0 0-.1 0-.1 0c-12.4 0-24-1.5-34.9-4.3C121.6 320.2 96 287 96 248c0-48.5 39.5-88 88.4-88c13.5 0 26.1 3 37.5 8.3c16 7.5 35.1 .6 42.5-15.5s.6-35.1-15.5-42.5C229.3 101.1 207.4 96 184.4 96c-40 0-76.4 15.4-103.6 40.5zm252-18.1c-8.1 6-12.8 15.5-12.8 25.6V265c1.6 1 3.3 2 4.8 3.1c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c5.8 1.4 11.2 3.4 16.2 6.2c.7-2.7 1.1-5.5 1.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72c-11.4-8.6-27.1-8.6-38.5 0l-96 72zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "house-user": { + "aliases": { + "names": [ + "home-user" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "house" + ] + }, + "unicode": "e1b0", + "label": "House User", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24zM352 224a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm-96 96c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "houzz": { + "changes": [ + "4.4.0", + "5.0.0", + "5.0.9", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f27c", + "label": "Houzz", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "hryvnia-sign": { + "aliases": { + "names": [ + "hryvnia" + ], + "unicodes": { + "composite": [ + "20b4" + ], + "secondary": [ + "10f6f2" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Hryvnia Sign", + "currency" + ] + }, + "unicode": "f6f2", + "label": "Hryvnia Sign", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M121.9 116.2C138.3 103.1 158.7 96 179.6 96H223c27.1 0 49 21.9 49 49c0 11.5-4 22.4-11.1 31H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H155.5l-50.6 28.9c-1.7 1-3.4 2-5.1 3.1H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H52.3c-2.8 9.9-4.3 20.4-4.3 31c0 62.4 50.6 113 113 113h43.4c35.5 0 70-12.1 97.7-34.3L308 441c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2H161c-27.1 0-49-21.9-49-49c0-11.5 4-22.4 11.1-31H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H228.5l50.6-28.9c1.7-1 3.4-2 5.1-3.1H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H331.7c2.8-10 4.3-20.4 4.3-31c0-62.4-50.6-113-113-113H179.6c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "html5": { + "changes": [ + "3.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f13b", + "label": "HTML 5 Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "hubspot": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3b2", + "label": "HubSpot", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8-7.6 7.6-11.8 17.8-11.8 28.6s4.2 20.9 11.8 28.5c7.6 7.6 17.8 11.6 28.5 11.6 10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6l163.2 114.7zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "hurricane": { + "aliases": { + "unicodes": { + "secondary": [ + "10f751" + ] + } + }, + "changes": [ + "5.5.0", + "5.10.1", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "coriolis effect", + "eye", + "storm", + "tropical cyclone", + "typhoon" + ] + }, + "unicode": "f751", + "label": "Hurricane", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 208C0 104.4 75.7 18.5 174.9 2.6C184 1.2 192 8.6 192 17.9V81.2c0 8.4 6.5 15.3 14.7 16.5C307 112.5 384 199 384 303.4c0 103.6-75.7 189.5-174.9 205.4c-9.2 1.5-17.1-5.9-17.1-15.2V430.2c0-8.4-6.5-15.3-14.7-16.5C77 398.9 0 312.4 0 208zm288 48A96 96 0 1 0 96 256a96 96 0 1 0 192 0zm-96-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "i": { + "aliases": { + "unicodes": { + "composite": [ + "69" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter I", + "Latin Small Letter I", + "letter" + ] + }, + "unicode": "49", + "label": "I", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96h96V416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V96h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "i-cursor": { + "aliases": { + "unicodes": { + "secondary": [ + "10f246" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "editing", + "i-beam", + "type", + "writing" + ] + }, + "unicode": "f246", + "label": "I Cursor", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M.1 29.3C-1.4 47 11.7 62.4 29.3 63.9l8 .7C70.5 67.3 96 95 96 128.3V224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H96v95.7c0 33.3-25.5 61-58.7 63.8l-8 .7C11.7 449.6-1.4 465 .1 482.7s16.9 30.7 34.5 29.2l8-.7c34.1-2.8 64.2-18.9 85.4-42.9c21.2 24 51.2 40.1 85.4 42.9l8 .7c17.6 1.5 33.1-11.6 34.5-29.2s-11.6-33.1-29.2-34.5l-8-.7C185.5 444.7 160 417 160 383.7V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H160V128.3c0-33.3 25.5-61 58.7-63.8l8-.7c17.6-1.5 30.7-16.9 29.2-34.5S239-1.4 221.3 .1l-8 .7C179.2 3.6 149.2 19.7 128 43.7c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4 1.6 11.7 .1 29.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ice-cream": { + "aliases": { + "unicodes": { + "composite": [ + "1f368" + ], + "secondary": [ + "10f810" + ] + } + }, + "changes": [ + "5.7.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chocolate", + "cone", + "cream", + "dessert", + "frozen", + "ice", + "ice cream", + "scoop", + "sorbet", + "sweet", + "vanilla", + "yogurt" + ] + }, + "unicode": "f810", + "label": "Ice Cream", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M367.1 160c.6-5.3 .9-10.6 .9-16C368 64.5 303.5 0 224 0S80 64.5 80 144c0 5.4 .3 10.7 .9 16H80c-26.5 0-48 21.5-48 48s21.5 48 48 48h53.5 181H368c26.5 0 48-21.5 48-48s-21.5-48-48-48h-.9zM96 288L200.8 497.7c4.4 8.8 13.3 14.3 23.2 14.3s18.8-5.5 23.2-14.3L352 288H96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "icicles": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7ad" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "frozen", + "hanging", + "ice", + "seasonal", + "sharp" + ] + }, + "unicode": "f7ad", + "label": "Icicles", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M75.8 304.8L1 35.7c-.7-2.5-1-5-1-7.5C0 12.6 12.6 0 28.2 0H482.4C498.8 0 512 13.2 512 29.6c0 1.6-.1 3.3-.4 4.9L434.6 496.1c-1.5 9.2-9.5 15.9-18.8 15.9c-9.2 0-17.1-6.6-18.7-15.6L336 160 307.2 303.9c-1.9 9.3-10.1 16.1-19.6 16.1c-9.2 0-17.2-6.2-19.4-15.1L240 192 210.6 368.2c-1.5 9.1-9.4 15.8-18.6 15.8s-17.1-6.7-18.6-15.8L144 192 115.9 304.3c-2.3 9.2-10.6 15.7-20.1 15.7c-9.3 0-17.5-6.2-20-15.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "icons": { + "aliases": { + "names": [ + "heart-music-camera-bolt" + ], + "unicodes": { + "secondary": [ + "10f86d" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bolt", + "emoji", + "heart", + "image", + "music", + "photo", + "symbols" + ] + }, + "unicode": "f86d", + "label": "Icons", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M500.3 7.3C507.7 13.3 512 22.4 512 32V176c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48V71L352 90.2V208c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48V64c0-15.3 10.8-28.4 25.7-31.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM74.7 304l11.8-17.8c5.9-8.9 15.9-14.2 26.6-14.2h61.7c10.7 0 20.7 5.3 26.6 14.2L213.3 304H240c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V352c0-26.5 21.5-48 48-48H74.7zM192 408a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM478.7 278.3L440.3 368H496c6.7 0 12.6 4.1 15 10.4s.6 13.3-4.4 17.7l-128 112c-5.6 4.9-13.9 5.3-19.9 .9s-8.2-12.4-5.3-19.2L391.7 400H336c-6.7 0-12.6-4.1-15-10.4s-.6-13.3 4.4-17.7l128-112c5.6-4.9 13.9-5.3 19.9-.9s8.2 12.4 5.3 19.2zm-339-59.2c-6.5 6.5-17 6.5-23 0L19.9 119.2c-28-29-26.5-76.9 5-103.9c27-23.5 68.4-19 93.4 6.5l10 10.5 9.5-10.5c25-25.5 65.9-30 93.9-6.5c31 27 32.5 74.9 4.5 103.9l-96.4 99.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "id-badge": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2c1" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.3", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "contact", + "identification", + "license", + "profile" + ] + }, + "unicode": "f2c1", + "label": "Id Badge", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zm96 320h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM144 64h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + }, + "regular": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M256 48V64c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H256zM0 64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM160 320h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "id-card": { + "aliases": { + "names": [ + "drivers-license" + ], + "unicodes": { + "composite": [ + "f2c3" + ], + "secondary": [ + "10f2c2" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.3", + "5.8.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "contact", + "demographics", + "document", + "identification", + "issued", + "profile", + "registration" + ] + }, + "unicode": "f2c2", + "label": "Id Card", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 96l576 0c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm0 32V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128H0zM64 405.3c0-29.5 23.9-53.3 53.3-53.3H234.7c29.5 0 53.3 23.9 53.3 53.3c0 5.9-4.8 10.7-10.7 10.7H74.7c-5.9 0-10.7-4.8-10.7-10.7zM176 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm176 16c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16z" + }, + "regular": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M528 160V416c0 8.8-7.2 16-16 16H320c0-44.2-35.8-80-80-80H176c-44.2 0-80 35.8-80 80H64c-8.8 0-16-7.2-16-16V160H528zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM272 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm104-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "id-card-clip": { + "aliases": { + "names": [ + "id-card-alt" + ], + "unicodes": { + "secondary": [ + "10f47f" + ] + } + }, + "changes": [ + "5.0.7", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "contact", + "demographics", + "document", + "identification", + "issued", + "profile" + ] + }, + "unicode": "f47f", + "label": "Id Card Clip", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M256 0h64c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H256c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM64 64H192v48c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48V64H512c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64zM176 437.3c0 5.9 4.8 10.7 10.7 10.7H389.3c5.9 0 10.7-4.8 10.7-10.7c0-29.5-23.9-53.3-53.3-53.3H229.3c-29.5 0-53.3 23.9-53.3 53.3zM288 352a64 64 0 1 0 0-128 64 64 0 1 0 0 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ideal": { + "changes": [ + "5.12.0", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e013", + "label": "iDeal", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M125.61,165.48a49.07,49.07,0,1,0,49.06,49.06A49.08,49.08,0,0,0,125.61,165.48ZM86.15,425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53H204.82V237.5h14.05C228.62,237.5,237.61,234.69,237.61,214.24Zm201.69,46V168.93h22.75V237.5h33.69C486.5,113.08,388.61,86.19,299.67,86.19H204.84V169h14c25.6,0,41.5,17.35,41.5,45.26,0,28.81-15.52,46-41.5,46h-14V425.88h94.83c144.61,0,194.94-67.16,196.72-165.64Zm-109.75,0H273.3V169h54.43v22.73H296v10.58h30V225H296V237.5h33.51Zm74.66,0-5.16-17.67H369.31l-5.18,17.67H340.47L368,168.92h32.35l27.53,91.34ZM299.65,32H32V480H299.65c161.85,0,251-79.73,251-224.52C550.62,172,518,32,299.65,32Zm0,426.92H53.07V53.07H299.65c142.1,0,229.9,64.61,229.9,202.41C529.55,389.57,448.55,458.92,299.65,458.92Zm83.86-264.85L376,219.88H392.4l-7.52-25.81Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "igloo": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7ae" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dome", + "dwelling", + "eskimo", + "home", + "house", + "ice", + "snow" + ] + }, + "unicode": "f7ae", + "label": "Igloo", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M320 33.8V160H48.5C100.2 82.8 188.1 32 288 32c10.8 0 21.5 .6 32 1.8zM352 160V39.1C424.9 55.7 487.2 99.8 527.5 160H352zM29.9 192H96V320H0c0-46 10.8-89.4 29.9-128zM192 320H128V192H448V320H384v32H576v80c0 26.5-21.5 48-48 48H352V352c0-35.3-28.7-64-64-64s-64 28.7-64 64V480H48c-26.5 0-48-21.5-48-48V352H192V320zm288 0V192h66.1c19.2 38.6 29.9 82 29.9 128H480z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "image": { + "aliases": { + "unicodes": { + "secondary": [ + "10f03e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "album", + "landscape", + "photo", + "picture" + ] + }, + "unicode": "f03e", + "label": "Image", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM323.8 202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6L170.7 297c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6h96 32H424c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + }, + "regular": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 80c8.8 0 16 7.2 16 16V415.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "image-portrait": { + "aliases": { + "names": [ + "portrait" + ], + "unicodes": { + "secondary": [ + "10f3e0" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.3", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "id", + "image", + "photo", + "picture", + "selfie" + ] + }, + "unicode": "f3e0", + "label": "Image Portrait", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64l0-384zM128 192a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 356.6c0-37.9 30.7-68.6 68.6-68.6h86.9c37.9 0 68.6 30.7 68.6 68.6c0 15.1-12.3 27.4-27.4 27.4H107.4C92.3 384 80 371.7 80 356.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "images": { + "aliases": { + "unicodes": { + "secondary": [ + "10f302" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "album", + "landscape", + "photo", + "picture" + ] + }, + "unicode": "f302", + "label": "Images", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M160 32c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160zM396 138.7l96 144c4.9 7.4 5.4 16.8 1.2 24.6S480.9 320 472 320H328 280 200c-9.2 0-17.6-5.3-21.6-13.6s-2.9-18.2 2.9-25.4l64-80c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l17.3 21.6 56-84C360.5 132 368 128 376 128s15.5 4 20 10.7zM192 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V344c0 75.1 60.9 136 136 136H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88V120z" + }, + "regular": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M160 80H512c8.8 0 16 7.2 16 16V320c0 8.8-7.2 16-16 16H490.8L388.1 178.9c-4.4-6.8-12-10.9-20.1-10.9s-15.7 4.1-20.1 10.9l-52.2 79.8-12.4-16.9c-4.5-6.2-11.7-9.8-19.4-9.8s-14.8 3.6-19.4 9.8L175.6 336H160c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16zM96 96V320c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V344c0 75.1 60.9 136 136 136H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88V120zm208 24a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "imdb": { + "changes": [ + "4.7.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2d8", + "label": "IMDB", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M89.5 323.6H53.93V186.2H89.5V323.6zM156.1 250.5L165.2 186.2H211.5V323.6H180.5V230.9L167.1 323.6H145.8L132.8 232.9L132.7 323.6H101.5V186.2H147.6C148.1 194.5 150.4 204.3 151.9 215.6L156.1 250.5zM223.7 323.6V186.2H250.3C267.3 186.2 277.3 187.1 283.3 188.6C289.4 190.3 294 192.8 297.2 196.5C300.3 199.8 302.3 203.1 303 208.5C303.9 212.9 304.4 221.6 304.4 234.7V282.9C304.4 295.2 303.7 303.4 302.5 307.6C301.4 311.7 299.4 315 296.5 317.3C293.7 319.7 290.1 321.4 285.8 322.3C281.6 323.1 275.2 323.6 266.7 323.6H223.7zM259.2 209.7V299.1C264.3 299.1 267.5 298.1 268.6 296.8C269.7 294.8 270.4 289.2 270.4 280.1V226.8C270.4 220.6 270.3 216.6 269.7 214.8C269.4 213 268.5 211.8 267.1 210.1C265.7 210.1 263 209.7 259.2 209.7V209.7zM316.5 323.6V186.2H350.6V230.1C353.5 227.7 356.7 225.2 360.1 223.5C363.7 222 368.9 221.1 372.9 221.1C377.7 221.1 381.8 221.9 385.2 223.3C388.6 224.8 391.2 226.8 393.2 229.5C394.9 232.1 395.9 234.8 396.3 237.3C396.7 239.9 396.1 245.3 396.1 253.5V292.1C396.1 300.3 396.3 306.4 395.3 310.5C394.2 314.5 391.5 318.1 387.5 320.1C383.4 324 378.6 325.4 372.9 325.4C368.9 325.4 363.7 324.5 360.2 322.9C356.7 321.1 353.5 318.4 350.6 314.9L348.5 323.6L316.5 323.6zM361.6 302.9C362.3 301.1 362.6 296.9 362.6 290.4V255C362.6 249.4 362.3 245.5 361.5 243.8C360.8 241.9 357.8 241.1 355.7 241.1C353.7 241.1 352.3 241.9 351.6 243.4C351 244.9 350.6 248.8 350.6 255V291.4C350.6 297.5 351 301.4 351.8 303C352.4 304.7 353.9 305.5 355.9 305.5C358.1 305.5 360.1 304.7 361.6 302.9L361.6 302.9zM418.4 32.04C434.1 33.27 447.1 47.28 447.1 63.92V448.1C447.1 464.5 435.2 478.5 418.9 479.1C418.6 479.1 418.4 480 418.1 480H29.88C29.6 480 29.32 479.1 29.04 479.9C13.31 478.5 1.093 466.1 0 449.7L.0186 61.78C1.081 45.88 13.82 33.09 30.26 31.1H417.7C417.9 31.1 418.2 32.01 418.4 32.04L418.4 32.04zM30.27 41.26C19 42.01 10.02 51.01 9.257 62.4V449.7C9.63 455.1 11.91 460.2 15.7 464C19.48 467.9 24.51 470.3 29.89 470.7H418.1C429.6 469.7 438.7 459.1 438.7 448.1V63.91C438.7 58.17 436.6 52.65 432.7 48.45C428.8 44.24 423.4 41.67 417.7 41.26L30.27 41.26z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "inbox": { + "aliases": { + "unicodes": { + "secondary": [ + "10f01c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "desk", + "email", + "mail", + "message" + ] + }, + "unicode": "f01c", + "label": "Inbox", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M121 32C91.6 32 66 52 58.9 80.5L1.9 308.4C.6 313.5 0 318.7 0 323.9V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V323.9c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446 52 420.4 32 391 32H121zm0 64H391l48 192H387.8c-12.1 0-23.2 6.8-28.6 17.7l-14.3 28.6c-5.4 10.8-16.5 17.7-28.6 17.7H195.8c-12.1 0-23.2-6.8-28.6-17.7l-14.3-28.6c-5.4-10.8-16.5-17.7-28.6-17.7H73L121 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "indent": { + "aliases": { + "unicodes": { + "secondary": [ + "10f03c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "align", + "justify", + "paragraph", + "tab" + ] + }, + "unicode": "f03c", + "label": "Indent", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32zm32 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM127.8 268.6L25.8 347.9C15.3 356.1 0 348.6 0 335.3V176.7c0-13.3 15.3-20.8 25.8-12.6l101.9 79.3c8.2 6.4 8.2 18.9 0 25.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "indian-rupee-sign": { + "aliases": { + "names": [ + "indian-rupee", + "inr" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Indian Rupee Sign", + "currency" + ] + }, + "unicode": "e1bc", + "label": "Indian Rupee Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H96h16H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H231.8c9.6 14.4 16.7 30.6 20.7 48H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H252.4c-13.2 58.3-61.9 103.2-122.2 110.9L274.6 422c14.4 10.3 17.7 30.3 7.4 44.6s-30.3 17.7-44.6 7.4L13.4 314C2.1 306-2.7 291.5 1.5 278.2S18.1 256 32 256h80c32.8 0 61-19.7 73.3-48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H185.3C173 115.7 144.8 96 112 96H96 32C14.3 96 0 81.7 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "industry": { + "aliases": { + "unicodes": { + "secondary": [ + "10f275" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "factory", + "industrial", + "manufacturing", + "mill", + "warehouse" + ] + }, + "unicode": "f275", + "label": "Industry", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64V304v48 80c0 26.5 21.5 48 48 48H496c26.5 0 48-21.5 48-48V304 152.2c0-18.2-19.4-29.7-35.4-21.1L352 215.4V152.2c0-18.2-19.4-29.7-35.4-21.1L160 215.4V64c0-17.7-14.3-32-32-32H64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "infinity": { + "aliases": { + "unicodes": { + "composite": [ + "221e", + "267e" + ], + "secondary": [ + "10f534" + ] + } + }, + "changes": [ + "5.0.13", + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Infinity", + "eternity", + "forever", + "infinity", + "math", + "unbounded", + "universal" + ] + }, + "unicode": "f534", + "label": "Infinity", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5L320 210.7l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1v29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2C220.5 400.7 183.6 416 145.1 416C65 416 0 351 0 270.9V241.1zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8C100.3 160 64 196.3 64 241.1v29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8L274.7 256zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1V241.1c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "info": { + "aliases": { + "unicodes": { + "secondary": [ + "10f129" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "details", + "help", + "information", + "more", + "support" + ] + }, + "unicode": "f129", + "label": "Info", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767248, + "raw": "", + "viewBox": [ + 0, + 0, + 192, + 512 + ], + "width": 192, + "height": 512, + "path": "M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V448h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H64V256H32c-17.7 0-32-14.3-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "instagram": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f16d", + "label": "Instagram", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "instalod": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e081", + "label": "InstaLOD", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M153.384,480H387.113L502.554,275.765,204.229,333.211ZM504.726,240.078,387.113,32H155.669L360.23,267.9ZM124.386,48.809,7.274,256,123.236,461.154,225.627,165.561Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "intercom": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "app", + "customer", + "messenger" + ] + }, + "unicode": "f7af", + "label": "Intercom", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56zm-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0V106.6zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0V144zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7zm5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0v134.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "internet-explorer": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser", + "ie" + ] + }, + "unicode": "f26b", + "label": "Internet-explorer", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "invision": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "app", + "design", + "interface" + ] + }, + "unicode": "f7b0", + "label": "InVision", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6zM176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4zM332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ioxhost": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f208", + "label": "ioxhost", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48zm-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "italic": { + "aliases": { + "unicodes": { + "secondary": [ + "10f033" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "emphasis", + "font", + "format", + "text", + "type" + ] + }, + "unicode": "f033", + "label": "Italic", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M128 64c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H293.3L160 416h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H90.7L224 96H160c-17.7 0-32-14.3-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "itch-io": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f83a", + "label": "itch.io", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "itunes": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3b4", + "label": "iTunes", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "itunes-note": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3b5", + "label": "Itunes Note", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "j": { + "aliases": { + "unicodes": { + "composite": [ + "6a" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter J", + "Latin Small Letter J", + "letter" + ] + }, + "unicode": "4a", + "label": "J", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M288 32c17.7 0 32 14.3 32 32V320c0 88.4-71.6 160-160 160S0 408.4 0 320V288c0-17.7 14.3-32 32-32s32 14.3 32 32v32c0 53 43 96 96 96s96-43 96-96V64c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "jar": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "jam", + "jelly", + "storage" + ] + }, + "unicode": "e516", + "label": "Jar", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M32 32C32 14.3 46.3 0 64 0H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160zm96 64c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "jar-wheat": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "flour", + "storage" + ] + }, + "unicode": "e517", + "label": "Jar Wheat", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M32 32C32 14.3 46.3 0 64 0H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160zm112 0H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 198 90 224 122.2 224H144h32 21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7zm48 117.7c-11.7-13.3-28.9-21.7-48-21.7H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 294 90 320 122.2 320H144h32 21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7zM112 352H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 390 90 416 122.2 416H144v32c0 8.8 7.2 16 16 16s16-7.2 16-16V416h21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "java": { + "changes": [ + "5.0.10", + "5.7.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4e4", + "label": "Java", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "jedi": { + "aliases": { + "unicodes": { + "secondary": [ + "10f669" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crest", + "force", + "sith", + "skywalker", + "star wars", + "yoda" + ] + }, + "unicode": "f669", + "label": "Jedi", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M246 315.7l-21.2-31.9c-2.1-3.2-1.7-7.4 1-10.1s6.9-3.1 10.1-1l29.5 19.7c2.1 1.4 4.9 0 5-2.6L279.7 8c.1-4.5 3.8-8 8.3-8s8.1 3.5 8.3 8l9.4 281.9c.1 2.5 2.9 3.9 5 2.6l29.5-19.7c3.2-2.1 7.4-1.7 10.1 1s3.1 6.9 1 10.1L330 315.7c-1.3 1.9-.2 4.5 2 4.9l37.6 7.5c3.7 .7 6.4 4 6.4 7.8s-2.7 7.1-6.4 7.8L332 351.4c-2.2 .4-3.3 3-2 4.9l21.2 31.9c2.1 3.2 1.7 7.4-1 10.1s-6.9 3.1-10.1 1l-26.3-17.6c-2.2-1.4-5.1 .2-5 2.8l2.1 61.5C370.6 435.2 416 382.9 416 320c0-37-15.7-70.4-40.8-93.7c-7-6.5-6.5-18.6 1-24.4C410.1 175.5 432 134.3 432 88c0-16.8-2.9-33-8.2-48c-4.6-13 10.2-30 21.4-22c53.5 38 92.7 94.8 107.8 160.7c.5 2.1-.2 4.3-1.7 5.9l-28.4 28.4c-4 4-1.2 10.9 4.5 10.9h26c3.4 0 6.2 2.6 6.3 6c.1 3.3 .2 6.6 .2 10c0 17.5-1.7 34.7-4.8 51.3c-.2 1.2-.9 2.4-1.7 3.3l-46.5 46.5c-4 4-1.2 10.9 4.5 10.9H526c4.6 0 7.7 4.8 5.7 9C487.2 450.5 394.8 512 288 512S88.8 450.5 44.3 361c-2.1-4.2 1-9 5.7-9H64.5c5.7 0 8.6-6.9 4.5-10.9L22.6 294.6c-.9-.9-1.5-2-1.7-3.3C17.7 274.7 16 257.5 16 240c0-3.3 .1-6.7 .2-10c.1-3.4 2.9-6 6.3-6h26c5.7 0 8.6-6.9 4.5-10.9L24.6 184.6c-1.5-1.5-2.2-3.8-1.7-5.9C38.1 112.8 77.3 56 130.8 18c11.3-8 26 8.9 21.4 22c-5.3 15-8.2 31.2-8.2 48c0 46.3 21.9 87.5 55.8 113.9c7.5 5.8 8 17.9 1 24.4C175.7 249.6 160 283 160 320c0 62.9 45.4 115.2 105.1 126l2.1-61.5c.1-2.6-2.8-4.2-5-2.8l-26.3 17.6c-3.2 2.1-7.4 1.7-10.1-1s-3.1-6.9-1-10.1L246 356.3c1.3-1.9 .2-4.5-2-4.9l-37.6-7.5c-3.7-.7-6.4-4-6.4-7.8s2.7-7.1 6.4-7.8l37.6-7.5c2.2-.4 3.3-3 2-4.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "jedi-order": { + "changes": [ + "5.0.12", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [ + "star wars" + ] + }, + "unicode": "f50e", + "label": "Jedi Order", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "jenkins": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3b6", + "label": "Jenkis", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7zM205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4zm-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8zm36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4zm222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5zm-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1zm-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2zM226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4zM57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5v.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3h-9.6zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6zm53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11l-.6 12.6zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5H383zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1zM222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8zm184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2zm20.4-43zm-117.2 45.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8zm27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1zm-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3zm299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6zm-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6zm92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "jet-fighter": { + "aliases": { + "names": [ + "fighter-jet" + ], + "unicodes": { + "secondary": [ + "10f0fb" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airforce", + "airplane", + "airport", + "fast", + "fly", + "goose", + "marines", + "maverick", + "military", + "plane", + "quick", + "top gun", + "transportation", + "travel" + ] + }, + "unicode": "f0fb", + "label": "Jet Fighter", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M160 24c0-13.3 10.7-24 24-24H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H280L384 192H500.4c7.7 0 15.3 1.4 22.5 4.1L625 234.4c9 3.4 15 12 15 21.6s-6 18.2-15 21.6L522.9 315.9c-7.2 2.7-14.8 4.1-22.5 4.1H384L280 464h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V320H160l-54.6 54.6c-6 6-14.1 9.4-22.6 9.4H64c-17.7 0-32-14.3-32-32V288c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H82.7c8.5 0 16.6 3.4 22.6 9.4L160 192h32V48h-8c-13.3 0-24-10.7-24-24zM80 240c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "jet-fighter-up": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airforce", + "airplane", + "airport", + "fast", + "fly", + "goose", + "marines", + "maverick", + "military", + "plane", + "quick", + "top gun", + "transportation", + "travel" + ] + }, + "unicode": "e518", + "label": "Jet Fighter Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M270.7 9.7C268.2 3.8 262.4 0 256 0s-12.2 3.8-14.7 9.7L197.2 112.6c-3.4 8-5.2 16.5-5.2 25.2v77l-144 84V280c0-13.3-10.7-24-24-24s-24 10.7-24 24v56 32 24c0 13.3 10.7 24 24 24s24-10.7 24-24v-8H192v32.7L133.5 468c-3.5 3-5.5 7.4-5.5 12v16c0 8.8 7.2 16 16 16h96V448c0-8.8 7.2-16 16-16s16 7.2 16 16v64h96c8.8 0 16-7.2 16-16V480c0-4.6-2-9-5.5-12L320 416.7V384H464v8c0 13.3 10.7 24 24 24s24-10.7 24-24V368 336 280c0-13.3-10.7-24-24-24s-24 10.7-24 24v18.8l-144-84v-77c0-8.7-1.8-17.2-5.2-25.2L270.7 9.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "jira": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atlassian" + ] + }, + "unicode": "f7b1", + "label": "Jira", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6zm-241.5 90l-76-75.7 76-75.7 76 75.7-76 75.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "joget": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3b7", + "label": "Joget", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2zm51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6zm-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9zm183.8-54.8c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "joint": { + "aliases": { + "unicodes": { + "secondary": [ + "10f595" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blunt", + "cannabis", + "doobie", + "drugs", + "marijuana", + "roach", + "smoke", + "smoking", + "spliff" + ] + }, + "unicode": "f595", + "label": "Joint", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M448 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43c0 55.2 21.9 108.1 60.9 147.1l21 21c9 9 14.1 21.2 14.1 33.9v11c0 17.7 14.3 32 32 32s32-14.3 32-32V245c0-29.7-11.8-58.2-32.8-79.2l-21-21C463.2 117.8 448 81.2 448 43V32zM576 256c0 17.7 14.3 32 32 32s32-14.3 32-32V245c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43c0 29.7 11.8 58.2 32.8 79.2l21 21c27 27 42.2 63.6 42.2 101.8v11zM229.8 360c-4.7-2.3-10-2.7-15.2-2c-37.8 5.6-75.2 14.3-106.9 22.8C81.3 388 58.3 395.1 42 400.4c-8.2 2.7-14.7 4.9-19.2 6.5c-2.3 .8-4 1.4-5.2 1.8l-1.3 .5C6.8 412.5 0 421.4 0 432s6.8 19.5 16.3 22.7l1.3 .5c1.2 .4 3 1.1 5.2 1.8c4.5 1.6 11 3.8 19.2 6.5c16.3 5.4 39.2 12.5 65.7 19.6C160.3 497.3 228.8 512 288 512h67.3c4.1 0 6.3-5.1 3.6-8.3L256.5 380.8c-7.4-8.9-16.5-15.9-26.7-20.8zM445 512h19 51.3c4.1 0 6.3-5.1 3.6-8.3L416.5 380.8C401.3 362.5 378.8 352 355 352H336 288c-1.1 0-2.3 0-3.4 0c-4.1 0-6.2 5.1-3.5 8.3L383.5 483.2C398.7 501.5 421.2 512 445 512zm-3.9-151.7L543.5 483.2c14.6 17.5 35.9 27.9 58.6 28.7c21.1-1.1 37.9-18.6 37.9-39.9V392c0-22.1-17.9-40-40-40H444.7c-4.1 0-6.3 5.1-3.6 8.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "joomla": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1aa", + "label": "Joomla Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1zm129.5 116.4l44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9zm266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1zm-84.3-53.1l-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "js": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3b8", + "label": "JavaScript (JS)", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "jsfiddle": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1cc", + "label": "jsFiddle", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634zm21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497zm-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "jug-detergent": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "detergent", + "laundry", + "soap", + "wash" + ] + }, + "unicode": "e519", + "label": "Jug Detergent", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M96 24c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24V48h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H88C74.7 96 64 85.3 64 72s10.7-24 24-24h8V24zM0 256c0-70.7 57.3-128 128-128H256c70.7 0 128 57.3 128 128V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256zm256 0v96c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-17.7-14.3-32-32-32s-32 14.3-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "k": { + "aliases": { + "unicodes": { + "composite": [ + "6b" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter K", + "Latin Small Letter K", + "letter" + ] + }, + "unicode": "4b", + "label": "K", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M311 86.3c12.3-12.7 12-32.9-.7-45.2s-32.9-12-45.2 .7l-155.2 160L64 249V64c0-17.7-14.3-32-32-32S0 46.3 0 64V328 448c0 17.7 14.3 32 32 32s32-14.3 32-32V341l64.7-66.7 133 192c10.1 14.5 30 18.1 44.5 8.1s18.1-30 8.1-44.5L174.1 227.4 311 86.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "kaaba": { + "aliases": { + "unicodes": { + "composite": [ + "1f54b" + ], + "secondary": [ + "10f66b" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Muslim", + "building", + "cube", + "islam", + "kaaba", + "muslim", + "religion" + ] + }, + "unicode": "f66b", + "label": "Kaaba", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M60 120l228 71.2L516 120 288 48.8 60 120zM278.5 1.5c6.2-1.9 12.9-1.9 19.1 0l256 80C566.9 85.6 576 98 576 112v16 0 21.2L292.8 237.7c-3.1 1-6.4 1-9.5 0L0 149.2V128 112C0 98 9.1 85.6 22.5 81.5l256-80zm23.9 266.8L576 182.8v46.5l-52.8 16.5c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5L576 262.8V400c0 14-9.1 26.4-22.5 30.5l-256 80c-6.2 1.9-12.9 1.9-19.1 0l-256-80C9.1 426.4 0 414 0 400V262.8l43.2 13.5c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20L0 229.2V182.8l273.7 85.5c9.3 2.9 19.3 2.9 28.6 0zm-185.5-2.6c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l64 20c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20l-64-20zm352 30.5c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-64 20c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5l64-20zm-224 9.5c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l38.5 12c9.3 2.9 19.3 2.9 28.6 0l38.5-12c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-38.5 12c-3.1 1-6.4 1-9.5 0l-38.5-12z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "kaggle": { + "changes": [ + "5.2.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f5fa", + "label": "Kaggle", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M304.2 501.5L158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "key": { + "aliases": { + "unicodes": { + "composite": [ + "1f511" + ], + "secondary": [ + "10f084" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "key", + "lock", + "password", + "private", + "secret", + "unlock" + ] + }, + "unicode": "f084", + "label": "Key", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V448h40c13.3 0 24-10.7 24-24V384h40c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "keybase": { + "changes": [ + "5.0.11", + "5.8.0", + "5.10.2", + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4f5", + "label": "Keybase", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "keyboard": { + "aliases": { + "unicodes": { + "composite": [ + "2328" + ], + "secondary": [ + "10f11c" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accessory", + "computer", + "edit", + "input", + "keyboard", + "text", + "type", + "write" + ] + }, + "unicode": "f11c", + "label": "Keyboard", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm16 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80-176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V144zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zM160 336c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V336zM272 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM256 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM368 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM352 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V240zM464 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM448 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V240zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16z" + }, + "regular": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 112c-8.8 0-16 7.2-16 16V384c0 8.8 7.2 16 16 16H512c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H64zM0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM176 320H400c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm-72-72c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H200c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H200c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H280c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H280c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H360c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H360c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H440c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H440c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "keycdn": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3ba", + "label": "KeyCDN", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M63.8 409.3l60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6zm354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2l22.1-21zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1zM464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8zM256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8zm-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3zM256 160" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "khanda": { + "aliases": { + "unicodes": { + "composite": [ + "262c" + ], + "secondary": [ + "10f66d" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Adi Shakti", + "chakkar", + "sikh", + "sikhism", + "sword" + ] + }, + "unicode": "f66d", + "label": "Khanda", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M245.8 3.7c5.9-4.9 14.6-4.9 20.5 0l48 40c5.9 4.9 7.5 13.2 3.8 19.9l0 0 0 0 0 0 0 0-.1 .1-.3 .6c-.3 .5-.7 1.3-1.2 2.3c-1 2-2.6 5-4.4 8.6c-.5 .9-.9 1.9-1.4 2.9C344.9 97.4 368 134 368 176s-23.1 78.6-57.3 97.8c.5 1 1 2 1.4 2.9c1.8 3.7 3.3 6.6 4.4 8.6c.5 1 .9 1.8 1.2 2.3l.3 .6 .1 .1 0 0 0 0c3.6 6.7 2 15-3.8 19.9L272 343.5v19.8l35.6-24.5 41.1-28.2c42.8-29.4 68.4-78 68.4-130c0-31.1-9.2-61.6-26.5-87.5l-2.8-4.2c-4-6-3.5-14 1.3-19.5s12.7-7 19.2-3.7L401.1 80c7.2-14.3 7.2-14.3 7.2-14.3l0 0 0 0 .1 0 .3 .2 1 .5c.8 .4 2 1.1 3.5 1.9c2.9 1.7 7 4.1 11.8 7.3c9.6 6.4 22.5 16.1 35.4 29c25.7 25.7 52.7 65.6 52.7 119.3c0 53.1-26.4 100.5-51.2 133.6c-12.6 16.7-25.1 30.3-34.5 39.7c-4.7 4.7-8.7 8.4-11.5 10.9c-1.4 1.3-2.5 2.2-3.3 2.9l-.9 .8-.3 .2-.1 .1 0 0 0 0s0 0-10.2-12.3l10.2 12.3c-5.1 4.3-12.4 4.9-18.2 1.6l-75.6-43-32.7 22.5 45.5 31.3c1.8-.4 3.7-.7 5.7-.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-12.2 0-22.3-9.1-23.8-21L272 423.4v28.9c9.6 5.5 16 15.9 16 27.7c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-11.8 6.4-22.2 16-27.7V424.1l-40.3 27.7C197.8 463.3 187.9 472 176 472c-13.3 0-24-10.7-24-24s10.7-24 24-24c2.2 0 4.4 .3 6.5 .9l45.8-31.5-32.7-22.5-75.6 43c-5.8 3.3-13 2.7-18.2-1.6L112 400c-10.2 12.3-10.2 12.3-10.3 12.3l0 0 0 0-.1-.1-.3-.2-.9-.8c-.8-.7-1.9-1.7-3.3-2.9c-2.8-2.5-6.7-6.2-11.5-10.9c-9.4-9.4-21.9-23-34.5-39.7C26.4 324.5 0 277.1 0 224c0-53.7 26.9-93.6 52.7-119.3c12.9-12.9 25.8-22.6 35.4-29C93 72.5 97 70 99.9 68.4c1.5-.8 2.6-1.5 3.5-1.9l1-.5 .3-.2 .1 0 0 0 0 0s0 0 7.2 14.3l-7.2-14.3c6.5-3.2 14.3-1.7 19.2 3.7s5.3 13.4 1.3 19.5l-2.8 4.2C105.2 119 96 149.5 96 180.6c0 51.9 25.6 100.6 68.4 130l41.1 28.2L240 362.6V343.5l-42.2-35.2c-5.9-4.9-7.5-13.2-3.8-19.9l0 0 0 0 0 0 .1-.1 .3-.6c.3-.5 .7-1.3 1.2-2.3c1-2 2.6-5 4.4-8.6c.5-.9 .9-1.9 1.4-2.9C167.1 254.6 144 218 144 176s23.1-78.6 57.3-97.8c-.5-1-1-2-1.4-2.9c-1.8-3.7-3.3-6.6-4.4-8.6c-.5-1-.9-1.8-1.2-2.3l-.3-.6-.1-.1 0 0 0 0 0 0c-3.6-6.7-2-15 3.8-19.9l48-40zM220.2 122.9c-17 11.5-28.2 31-28.2 53.1s11.2 41.6 28.2 53.1C227 210.2 232 190.9 232 176s-5-34.2-11.8-53.1zm71.5 106.2c17-11.5 28.2-31 28.2-53.1s-11.2-41.6-28.2-53.1C285 141.8 280 161.1 280 176s5 34.2 11.8 53.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "kickstarter": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3bb", + "label": "Kickstarter", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 480H48c-26.4 0-48-21.6-48-48V80c0-26.4 21.6-48 48-48h352c26.4 0 48 21.6 48 48v352c0 26.4-21.6 48-48 48zM199.6 178.5c0-30.7-17.6-45.1-39.7-45.1-25.8 0-40 19.8-40 44.5v154.8c0 25.8 13.7 45.6 40.5 45.6 21.5 0 39.2-14 39.2-45.6v-41.8l60.6 75.7c12.3 14.9 39 16.8 55.8 0 14.6-15.1 14.8-36.8 4-50.4l-49.1-62.8 40.5-58.7c9.4-13.5 9.5-34.5-5.6-49.1-16.4-15.9-44.6-17.3-61.4 7l-44.8 64.7v-38.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "kickstarter-k": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3bc", + "label": "Kickstarter K", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M147.3 114.4c0-56.2-32.5-82.4-73.4-82.4C26.2 32 0 68.2 0 113.4v283c0 47.3 25.3 83.4 74.9 83.4 39.8 0 72.4-25.6 72.4-83.4v-76.5l112.1 138.3c22.7 27.2 72.1 30.7 103.2 0 27-27.6 27.3-67.4 7.4-92.2l-90.8-114.8 74.9-107.4c17.4-24.7 17.5-63.1-10.4-89.8-30.3-29-82.4-31.6-113.6 12.8L147.3 185v-70.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "kip-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Kip Sign", + "currency" + ] + }, + "unicode": "e1c4", + "label": "Kip Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M340.8 88.3c13.4-11.5 15-31.7 3.5-45.1s-31.7-15-45.1-3.5L128 186.4V64c0-17.7-14.3-32-32-32S64 46.3 64 64V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V325.6L299.2 472.3c13.4 11.5 33.6 9.9 45.1-3.5s9.9-33.6-3.5-45.1L182.5 288H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H182.5L340.8 88.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "kit-medical": { + "aliases": { + "names": [ + "first-aid" + ], + "unicodes": { + "secondary": [ + "10f479" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emergency", + "emt", + "health", + "medical", + "rescue" + ] + }, + "unicode": "f479", + "label": "Kit Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H96V32H64zm64 0V480H448V32H128zM512 480c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H480V480h32zM256 176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H320v48c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V288H208c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16h48V176z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "kitchen-set": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chef", + "cook", + "cup", + "kitchen", + "pan", + "pot", + "skillet" + ] + }, + "unicode": "e51a", + "label": "Kitchen Set", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M240 144A96 96 0 1 0 48 144a96 96 0 1 0 192 0zm44.4 32C269.9 240.1 212.5 288 144 288C64.5 288 0 223.5 0 144S64.5 0 144 0c68.5 0 125.9 47.9 140.4 112h71.8c8.8-9.8 21.6-16 35.8-16H496c26.5 0 48 21.5 48 48s-21.5 48-48 48H392c-14.2 0-27-6.2-35.8-16H284.4zM144 80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c13.3 0 24 10.7 24 24v8h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H280c-13.3 0-24-10.7-24-24s10.7-24 24-24h96v-8c0-13.3 10.7-24 24-24zM288 464V352H512V464c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48zM48 320h80 16 32c26.5 0 48 21.5 48 48s-21.5 48-48 48H160c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V336c0-8.8 7.2-16 16-16zm128 64c8.8 0 16-7.2 16-16s-7.2-16-16-16H160v32h16zM24 464H200c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "kiwi-bird": { + "aliases": { + "unicodes": { + "secondary": [ + "10f535" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bird", + "fauna", + "new zealand" + ] + }, + "unicode": "f535", + "label": "Kiwi Bird", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M291.2 388.4c31.2-18.8 64.7-36.4 101.1-36.4H448c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1s11.2-8.3 11.2-15.3V224c0-70.7-57.3-128-128-128H392.3c-36.4 0-69.9-17.6-101.1-36.4C262.3 42.1 228.3 32 192 32C86 32 0 118 0 224c0 71.1 38.6 133.1 96 166.3V456c0 13.3 10.7 24 24 24s24-10.7 24-24V410c15.3 3.9 31.4 6 48 6c5.4 0 10.7-.2 16-.7V456c0 13.3 10.7 24 24 24s24-10.7 24-24V405.1c12.4-4.4 24.2-10 35.2-16.7zM448 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "korvue": { + "changes": [ + "5.0.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f42f", + "label": "KORVUE", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 446, + 512 + ], + "width": 446, + "height": 512, + "path": "M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "l": { + "aliases": { + "unicodes": { + "composite": [ + "6c" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter L", + "Latin Small Letter L", + "letter" + ] + }, + "unicode": "4c", + "label": "L", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 32c17.7 0 32 14.3 32 32V416H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "land-mine-on": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bomb", + "danger", + "explosion", + "war" + ] + }, + "unicode": "e51b", + "label": "Land Mine On", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M344 24V168c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24s24 10.7 24 24zM192 320c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32v32H192V320zm-77.3 90.5c8.1-16.3 24.8-26.5 42.9-26.5H482.3c18.2 0 34.8 10.3 42.9 26.5l27.6 55.2C563.5 487 548 512 524.2 512H115.8c-23.8 0-39.3-25-28.6-46.3l27.6-55.2zM36.3 138.3c7.5-10.9 22.5-13.6 33.4-6.1l104 72c10.9 7.5 13.6 22.5 6.1 33.4s-22.5 13.6-33.4 6.1l-104-72c-10.9-7.5-13.6-22.5-6.1-33.4zm534.1-6.1c10.9-7.5 25.8-4.8 33.4 6.1s4.8 25.8-6.1 33.4l-104 72c-10.9 7.5-25.8 4.8-33.4-6.1s-4.8-25.8 6.1-33.4l104-72z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "landmark": { + "aliases": { + "unicodes": { + "composite": [ + "1f3db" + ], + "secondary": [ + "10f66f" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "classical", + "historic", + "memorable", + "monument", + "museum", + "politics" + ] + }, + "unicode": "f66f", + "label": "Landmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M240.1 4.2c9.8-5.6 21.9-5.6 31.8 0l171.8 98.1L448 104l0 .9 47.9 27.4c12.6 7.2 18.8 22 15.1 36s-16.4 23.8-30.9 23.8H32c-14.5 0-27.2-9.8-30.9-23.8s2.5-28.8 15.1-36L64 104.9V104l4.4-1.6L240.1 4.2zM64 224h64V416h40V224h64V416h48V224h64V416h40V224h64V420.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V224z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "landmark-dome": { + "aliases": { + "names": [ + "landmark-alt" + ], + "unicodes": { + "secondary": [ + "10f752" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "historic", + "memorable", + "monument", + "politics" + ] + }, + "unicode": "f752", + "label": "Landmark Dome", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M248 0h16c13.3 0 24 10.7 24 24V34.7C368.4 48.1 431.9 111.6 445.3 192H448c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h2.7C80.1 111.6 143.6 48.1 224 34.7V24c0-13.3 10.7-24 24-24zM64 288h64V416h40V288h64V416h48V288h64V416h40V288h64V420.3c.6 .3 1.2 .7 1.7 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "landmark-flag": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "capitol", + "flag", + "landmark", + "memorial" + ] + }, + "unicode": "e51c", + "label": "Landmark Flag", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M272 0h80c8.8 0 16 7.2 16 16V80c0 8.8-7.2 16-16 16H272v32H464c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H240V16c0-8.8 7.2-16 16-16h16zM64 224h64V416h40V224h64V416h48V224h64V416h40V224h64V420.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V224z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "language": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1ab" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dialect", + "idiom", + "localize", + "speech", + "translate", + "vernacular" + ] + }, + "unicode": "f1ab", + "label": "Language", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 128C0 92.7 28.7 64 64 64H256h48 16H576c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H320 304 256 64c-35.3 0-64-28.7-64-64V128zm320 0V384H576V128H320zM178.3 175.9c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144c-4.5 10.1 .1 21.9 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1h73.6l8.9 20.1c4.5 10.1 16.3 14.6 26.4 10.2s14.6-16.3 10.2-26.4l-64-144zM160 233.2L179 276H141l19-42.8zM448 164c11 0 20 9 20 20v4h44 16c11 0 20 9 20 20s-9 20-20 20h-2l-1.6 4.5c-8.9 24.4-22.4 46.6-39.6 65.4c.9 .6 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.7 12.5 18 6.9 27.4s-18 12.5-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5c-10.6 7.5-21.9 14-34 19.4l-3.6 1.6c-10.1 4.5-21.9-.1-26.4-10.2s.1-21.9 10.2-26.4l3.6-1.6c6.4-2.9 12.6-6.1 18.5-9.8l-12.2-12.2c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45H448 376c-11 0-20-9-20-20s9-20 20-20h52v-4c0-11 9-20 20-20z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "laptop": { + "aliases": { + "unicodes": { + "composite": [ + "1f4bb" + ], + "secondary": [ + "10f109" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "cpu", + "dell", + "demo", + "device", + "laptop", + "mac", + "macbook", + "machine", + "pc", + "personal" + ] + }, + "unicode": "f109", + "label": "Laptop", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 32C92.7 32 64 60.7 64 96V352h64V96H512V352h64V96c0-35.3-28.7-64-64-64H128zM19.2 384C8.6 384 0 392.6 0 403.2C0 445.6 34.4 480 76.8 480H563.2c42.4 0 76.8-34.4 76.8-76.8c0-10.6-8.6-19.2-19.2-19.2H19.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "laptop-code": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5fc" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "cpu", + "dell", + "demo", + "develop", + "device", + "mac", + "macbook", + "machine", + "pc" + ] + }, + "unicode": "f5fc", + "label": "Laptop Code", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 96c0-35.3 28.7-64 64-64H512c35.3 0 64 28.7 64 64V352H512V96H128V352H64V96zM0 403.2C0 392.6 8.6 384 19.2 384H620.8c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 480 0 445.6 0 403.2zM281 209l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM393 175l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "laptop-file": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "education", + "laptop", + "learning", + "remote work" + ] + }, + "unicode": "e51d", + "label": "Laptop File", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 0C92.7 0 64 28.7 64 64V288H19.2C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384H320V288H128V64H448V96h64V64c0-35.3-28.7-64-64-64H128zM512 128H400c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48H592c26.5 0 48-21.5 48-48V256H544c-17.7 0-32-14.3-32-32V128zm32 0v96h96l-96-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "laptop-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f812" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "device", + "ehr", + "electronic health records", + "history" + ] + }, + "unicode": "f812", + "label": "Laptop Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 96c0-35.3 28.7-64 64-64H512c35.3 0 64 28.7 64 64V352H512V96H128V352H64V96zM0 403.2C0 392.6 8.6 384 19.2 384H620.8c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 480 0 445.6 0 403.2zM288 160c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H352v48c0 8.8-7.2 16-16 16H304c-8.8 0-16-7.2-16-16V272H240c-8.8 0-16-7.2-16-16V224c0-8.8 7.2-16 16-16h48V160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "laravel": { + "changes": [ + "5.0.0", + "5.0.3", + "5.11.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3bd", + "label": "Laravel", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M504.4,115.83a5.72,5.72,0,0,0-.28-.68,8.52,8.52,0,0,0-.53-1.25,6,6,0,0,0-.54-.71,9.36,9.36,0,0,0-.72-.94c-.23-.22-.52-.4-.77-.6a8.84,8.84,0,0,0-.9-.68L404.4,55.55a8,8,0,0,0-8,0L300.12,111h0a8.07,8.07,0,0,0-.88.69,7.68,7.68,0,0,0-.78.6,8.23,8.23,0,0,0-.72.93c-.17.24-.39.45-.54.71a9.7,9.7,0,0,0-.52,1.25c-.08.23-.21.44-.28.68a8.08,8.08,0,0,0-.28,2.08V223.18l-80.22,46.19V63.44a7.8,7.8,0,0,0-.28-2.09c-.06-.24-.2-.45-.28-.68a8.35,8.35,0,0,0-.52-1.24c-.14-.26-.37-.47-.54-.72a9.36,9.36,0,0,0-.72-.94,9.46,9.46,0,0,0-.78-.6,9.8,9.8,0,0,0-.88-.68h0L115.61,1.07a8,8,0,0,0-8,0L11.34,56.49h0a6.52,6.52,0,0,0-.88.69,7.81,7.81,0,0,0-.79.6,8.15,8.15,0,0,0-.71.93c-.18.25-.4.46-.55.72a7.88,7.88,0,0,0-.51,1.24,6.46,6.46,0,0,0-.29.67,8.18,8.18,0,0,0-.28,2.1v329.7a8,8,0,0,0,4,6.95l192.5,110.84a8.83,8.83,0,0,0,1.33.54c.21.08.41.2.63.26a7.92,7.92,0,0,0,4.1,0c.2-.05.37-.16.55-.22a8.6,8.6,0,0,0,1.4-.58L404.4,400.09a8,8,0,0,0,4-6.95V287.88l92.24-53.11a8,8,0,0,0,4-7V117.92A8.63,8.63,0,0,0,504.4,115.83ZM111.6,17.28h0l80.19,46.15-80.2,46.18L31.41,63.44Zm88.25,60V278.6l-46.53,26.79-33.69,19.4V123.5l46.53-26.79Zm0,412.78L23.37,388.5V77.32L57.06,96.7l46.52,26.8V338.68a6.94,6.94,0,0,0,.12.9,8,8,0,0,0,.16,1.18h0a5.92,5.92,0,0,0,.38.9,6.38,6.38,0,0,0,.42,1v0a8.54,8.54,0,0,0,.6.78,7.62,7.62,0,0,0,.66.84l0,0c.23.22.52.38.77.58a8.93,8.93,0,0,0,.86.66l0,0,0,0,92.19,52.18Zm8-106.17-80.06-45.32,84.09-48.41,92.26-53.11,80.13,46.13-58.8,33.56Zm184.52,4.57L215.88,490.11V397.8L346.6,323.2l45.77-26.15Zm0-119.13L358.68,250l-46.53-26.79V131.79l33.69,19.4L392.37,178Zm8-105.28-80.2-46.17,80.2-46.16,80.18,46.15Zm8,105.28V178L455,151.19l33.68-19.4v91.39h0Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "lari-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Lari Sign", + "currency" + ] + }, + "unicode": "e1c8", + "label": "Lari Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M144 32c17.7 0 32 14.3 32 32V96.7c5.3-.4 10.6-.7 16-.7s10.7 .2 16 .7V64c0-17.7 14.3-32 32-32s32 14.3 32 32v49.4c54.9 25.2 95.8 75.5 108.2 136.2c3.5 17.3-7.7 34.2-25 37.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3V256c0 17.7-14.3 32-32 32s-32-14.3-32-32V161c-5.2-.7-10.6-1-16-1s-10.8 .3-16 1v95c0 17.7-14.3 32-32 32s-32-14.3-32-32V188.1C82.7 211.5 64 247.6 64 288c0 70.7 57.3 128 128 128H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H192 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48.9C18.5 382 0 337.2 0 288c0-77.5 45.9-144.3 112-174.6V64c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "lastfm": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f202", + "label": "last.fm", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "layer-group": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5fd" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "develop", + "layers", + "map", + "stack" + ] + }, + "unicode": "f5fd", + "label": "Layer Group", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 149.8C37.4 145.8 32 137.3 32 128s5.4-17.9 13.9-21.8L264.5 5.2zM476.9 209.6l53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 277.8C37.4 273.8 32 265.3 32 256s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0l152-70.2zm-152 198.2l152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 405.8C37.4 401.8 32 393.3 32 384s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "leaf": { + "aliases": { + "unicodes": { + "secondary": [ + "10f06c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "eco", + "flora", + "nature", + "plant", + "vegan" + ] + }, + "unicode": "f06c", + "label": "Leaf", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M272 96c-78.6 0-145.1 51.5-167.7 122.5c33.6-17 71.5-26.5 111.7-26.5h88c8.8 0 16 7.2 16 16s-7.2 16-16 16H288 216s0 0 0 0c-16.6 0-32.7 1.9-48.2 5.4c-25.9 5.9-50 16.4-71.4 30.7c0 0 0 0 0 0C38.3 298.8 0 364.9 0 440v16c0 13.3 10.7 24 24 24s24-10.7 24-24V440c0-48.7 20.7-92.5 53.8-123.2C121.6 392.3 190.3 448 272 448l1 0c132.1-.7 239-130.9 239-291.4c0-42.6-7.5-83.1-21.1-119.6c-2.6-6.9-12.7-6.6-16.2-.1C455.9 72.1 418.7 96 376 96L272 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "leanpub": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f212", + "label": "Leanpub", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M386.539 111.485l15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544zM569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859L569.07 448zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "left-long": { + "aliases": { + "names": [ + "long-arrow-alt-left" + ], + "unicodes": { + "secondary": [ + "10f30a" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "long-arrow-left", + "previous" + ] + }, + "unicode": "f30a", + "label": "Left Long", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M177.5 414c-8.8 3.8-19 2-26-4.6l-144-136C2.7 268.9 0 262.6 0 256s2.7-12.9 7.5-17.4l144-136c7-6.6 17.2-8.4 26-4.6s14.5 12.5 14.5 22l0 72 288 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-288 0 0 72c0 9.6-5.7 18.2-14.5 22z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "left-right": { + "aliases": { + "names": [ + "arrows-alt-h" + ], + "unicodes": { + "composite": [ + "2194" + ], + "secondary": [ + "10f337" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "arrows-h", + "expand", + "horizontal", + "landscape", + "left-right arrow", + "resize", + "wide" + ] + }, + "unicode": "f337", + "label": "Left Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M504.3 273.6c4.9-4.5 7.7-10.9 7.7-17.6s-2.8-13-7.7-17.6l-112-104c-7-6.5-17.2-8.2-25.9-4.4s-14.4 12.5-14.4 22l0 56-192 0 0-56c0-9.5-5.7-18.2-14.4-22s-18.9-2.1-25.9 4.4l-112 104C2.8 243 0 249.3 0 256s2.8 13 7.7 17.6l112 104c7 6.5 17.2 8.2 25.9 4.4s14.4-12.5 14.4-22l0-56 192 0 0 56c0 9.5 5.7 18.2 14.4 22s18.9 2.1 25.9-4.4l112-104z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "lemon": { + "aliases": { + "unicodes": { + "composite": [ + "1f34b" + ], + "secondary": [ + "10f094" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "citrus", + "fruit", + "lemon", + "lemonade", + "lime", + "tart" + ] + }, + "unicode": "f094", + "label": "Lemon", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 96c0-35.3-28.7-64-64-64c-6.6 0-13 1-19 2.9c-22.5 7-48.1 14.9-71 9c-75.2-19.1-156.4 11-213.7 68.3S-7.2 250.8 11.9 326c5.8 22.9-2 48.4-9 71C1 403 0 409.4 0 416c0 35.3 28.7 64 64 64c6.6 0 13-1 19.1-2.9c22.5-7 48.1-14.9 71-9c75.2 19.1 156.4-11 213.7-68.3s87.5-138.5 68.3-213.7c-5.8-22.9 2-48.4 9-71c1.9-6 2.9-12.4 2.9-19.1zM212.5 127.4c-54.6 16-101.1 62.5-117.1 117.1C92.9 253 84 257.8 75.5 255.4S62.2 244 64.6 235.5c19.1-65.1 73.7-119.8 138.9-138.9c8.5-2.5 17.4 2.4 19.9 10.9s-2.4 17.4-10.9 19.9z" + }, + "regular": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M368 80c-3.2 0-6.2 .4-8.9 1.3C340 86.8 313 91.9 284.8 84.6C227.4 69.7 160.2 92 110.1 142.1S37.7 259.4 52.6 316.8c7.3 28.2 2.2 55.2-3.3 74.3c-.8 2.8-1.3 5.8-1.3 8.9c0 17.7 14.3 32 32 32c3.2 0 6.2-.4 8.9-1.3c19.1-5.5 46.1-10.7 74.3-3.3c57.4 14.9 124.6-7.4 174.7-57.5s72.4-117.3 57.5-174.7c-7.3-28.2-2.2-55.2 3.3-74.3c.8-2.8 1.3-5.8 1.3-8.9c0-17.7-14.3-32-32-32zm0-48c44.2 0 80 35.8 80 80c0 7.7-1.1 15.2-3.1 22.3c-4.6 15.8-7.1 32.9-3 48.9c20.1 77.6-10.9 161.5-70 220.7s-143.1 90.2-220.7 70c-16-4.1-33-1.6-48.9 3c-7.1 2-14.6 3.1-22.3 3.1c-44.2 0-80-35.8-80-80c0-7.7 1.1-15.2 3.1-22.3c4.6-15.8 7.1-32.9 3-48.9C-14 251.3 17 167.3 76.2 108.2S219.3 18 296.8 38.1c16 4.1 33 1.6 48.9-3c7.1-2 14.6-3.1 22.3-3.1zM246.7 167c-52 15.2-96.5 59.7-111.7 111.7c-3.7 12.7-17.1 20-29.8 16.3s-20-17.1-16.3-29.8c19.8-67.7 76.6-124.5 144.3-144.3c12.7-3.7 26.1 3.6 29.8 16.3s-3.6 26.1-16.3 29.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "less": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f41d", + "label": "Less", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3zm-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8zm-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8zM379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6 11.6 0 22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8zm-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7zm-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31h-56.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "less-than": { + "aliases": { + "unicodes": { + "composite": [ + "f536" + ], + "primary": [ + "f536" + ], + "secondary": [ + "103c", + "10f536" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Less-Than Sign", + "arithmetic", + "compare", + "math" + ] + }, + "unicode": "3c", + "label": "Less Than", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M380.6 81.7c7.9 15.8 1.5 35-14.3 42.9L103.6 256 366.3 387.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-320-160C6.8 279.2 0 268.1 0 256s6.8-23.2 17.7-28.6l320-160c15.8-7.9 35-1.5 42.9 14.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "less-than-equal": { + "aliases": { + "unicodes": { + "secondary": [ + "10f537" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arithmetic", + "compare", + "math" + ] + }, + "unicode": "f537", + "label": "Less Than Equal", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M395.9 93.7c16.4-6.6 24.4-25.2 17.8-41.6s-25.2-24.4-41.6-17.8l-320 128C40 167.1 32 178.9 32 192s8 24.9 20.1 29.7l320 128c16.4 6.6 35-1.4 41.6-17.8s-1.4-35-17.8-41.6L150.2 192 395.9 93.7zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "life-ring": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1cd" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "coast guard", + "help", + "overboard", + "save", + "support" + ] + }, + "unicode": "f1cd", + "label": "Life Ring", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M367.2 412.5C335.9 434.9 297.5 448 256 448s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7 .8c33.8-43.4 54-98 54-157.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5zM157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z" + }, + "regular": { + "lastModified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "lightbulb": { + "aliases": { + "unicodes": { + "composite": [ + "1f4a1" + ], + "secondary": [ + "10f0eb" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + " comic", + " electric", + " idea", + " innovation", + " inspiration", + " light", + " light bulb", + " bulb", + "bulb", + "comic", + "electric", + "energy", + "idea", + "inspiration", + "mechanical" + ] + }, + "unicode": "f0eb", + "label": "Lightbulb", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z" + }, + "regular": { + "lastModified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M297.2 248.9C311.6 228.3 320 203.2 320 176c0-70.7-57.3-128-128-128S64 105.3 64 176c0 27.2 8.4 52.3 22.8 72.9c3.7 5.3 8.1 11.3 12.8 17.7l0 0c12.9 17.7 28.3 38.9 39.8 59.8c10.4 19 15.7 38.8 18.3 57.5H109c-2.2-12-5.9-23.7-11.8-34.5c-9.9-18-22.2-34.9-34.5-51.8l0 0 0 0c-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3c-5 7.2-10.2 14.3-15.4 21.4l0 0 0 0c-12.3 16.8-24.6 33.7-34.5 51.8c-5.9 10.8-9.6 22.5-11.8 34.5H226.4c2.6-18.7 7.9-38.6 18.3-57.5c11.5-20.9 26.9-42.1 39.8-59.8l0 0 0 0 0 0c4.7-6.4 9-12.4 12.7-17.7zM192 128c-26.5 0-48 21.5-48 48c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16s-7.2 16-16 16zm0 384c-44.2 0-80-35.8-80-80V416H272v16c0 44.2-35.8 80-80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "line": { + "changes": [ + "5.0.0", + "6.3.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3c0", + "label": "Line", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1672840969, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M311 196.8v81.3c0 2.1-1.6 3.7-3.7 3.7h-13c-1.3 0-2.4-.7-3-1.5l-37.3-50.3v48.2c0 2.1-1.6 3.7-3.7 3.7h-13c-2.1 0-3.7-1.6-3.7-3.7V196.9c0-2.1 1.6-3.7 3.7-3.7h12.9c1.1 0 2.4 .6 3 1.6l37.3 50.3V196.9c0-2.1 1.6-3.7 3.7-3.7h13c2.1-.1 3.8 1.6 3.8 3.5zm-93.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 2.1 1.6 3.7 3.7 3.7h13c2.1 0 3.7-1.6 3.7-3.7V196.8c0-1.9-1.6-3.7-3.7-3.7zm-31.4 68.1H150.3V196.8c0-2.1-1.6-3.7-3.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 1 .3 1.8 1 2.5c.7 .6 1.5 1 2.5 1h52.2c2.1 0 3.7-1.6 3.7-3.7v-13c0-1.9-1.6-3.7-3.5-3.7zm193.7-68.1H327.3c-1.9 0-3.7 1.6-3.7 3.7v81.3c0 1.9 1.6 3.7 3.7 3.7h52.2c2.1 0 3.7-1.6 3.7-3.7V265c0-2.1-1.6-3.7-3.7-3.7H344V247.7h35.5c2.1 0 3.7-1.6 3.7-3.7V230.9c0-2.1-1.6-3.7-3.7-3.7H344V213.5h35.5c2.1 0 3.7-1.6 3.7-3.7v-13c-.1-1.9-1.7-3.7-3.7-3.7zM512 93.4V419.4c-.1 51.2-42.1 92.7-93.4 92.6H92.6C41.4 511.9-.1 469.8 0 418.6V92.6C.1 41.4 42.2-.1 93.4 0H419.4c51.2 .1 92.7 42.1 92.6 93.4zM441.6 233.5c0-83.4-83.7-151.3-186.4-151.3s-186.4 67.9-186.4 151.3c0 74.7 66.3 137.4 155.9 149.3c21.8 4.7 19.3 12.7 14.4 42.1c-.8 4.7-3.8 18.4 16.1 10.1s107.3-63.2 146.5-108.2c27-29.7 39.9-59.8 39.9-93.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "lines-leaning": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "canted", + "domino", + "falling", + "resilience", + "resilient", + "tipped" + ] + }, + "unicode": "e51e", + "label": "Lines Leaning", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M190.4 74.1c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-128 384c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l128-384zm70.9-41.7c-17.4-2.9-33.9 8.9-36.8 26.3l-64 384c-2.9 17.4 8.9 33.9 26.3 36.8s33.9-8.9 36.8-26.3l64-384c2.9-17.4-8.9-33.9-26.3-36.8zM352 32c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "link": { + "aliases": { + "names": [ + "chain" + ], + "unicodes": { + "composite": [ + "1f517" + ], + "secondary": [ + "10f0c1" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "attach", + "attachment", + "chain", + "connect", + "lin", + "link" + ] + }, + "unicode": "f0c1", + "label": "Link", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "link-slash": { + "aliases": { + "names": [ + "chain-broken", + "chain-slash", + "unlink" + ], + "unicodes": { + "secondary": [ + "10f127" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "attachment", + "chain", + "chain-broken", + "remove" + ] + }, + "unicode": "f127", + "label": "Link Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L489.3 358.2l90.5-90.5c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114l-96 96-31.9-25C430.9 239.6 420.1 175.1 377 132c-52.2-52.3-134.5-56.2-191.3-11.7L38.8 5.1zM239 162c30.1-14.9 67.7-9.9 92.8 15.3c20 20 27.5 48.3 21.7 74.5L239 162zM406.6 416.4L220.9 270c-2.1 39.8 12.2 80.1 42.2 110c38.9 38.9 94.4 51 143.6 36.3zm-290-228.5L60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5l61.8-61.8-50.6-39.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "linkedin": { + "changes": [ + "1.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "linkedin-square" + ] + }, + "unicode": "f08c", + "label": "LinkedIn", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "linkedin-in": { + "changes": [ + "2.0.0", + "5.0.0", + "5.4.1", + "5.8.0", + "5.8.1" + ], + "ligatures": [], + "search": { + "terms": [ + "linkedin" + ] + }, + "unicode": "f0e1", + "label": "LinkedIn In", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "linode": { + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2b8", + "label": "Linode", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M366.036,186.867l-59.5,36.871-.838,36.871-29.329-19.273-39.384,24.3c2.238,55.211,2.483,59.271,2.51,59.5l-97.2,65.359L127.214,285.748l108.1-62.01L195.09,197.761l-75.417,38.547L98.723,93.015,227.771,43.574,136.432,0,10.737,39.385,38.39,174.3l41.9,32.681L48.445,222.062,69.394,323.457,98.723,351.11,77.774,363.679l16.76,78.769L160.733,512c-10.8-74.842-11.658-78.641-11.725-78.773l77.925-55.3c16.759-12.57,15.083-10.894,15.083-10.894l.838,24.3,33.519,28.491-.838-77.093,46.927-33.519,26.815-18.435-2.514,36.033,25.139,17.6,6.7-74.579,58.657-43.575Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "linux": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "tux" + ] + }, + "unicode": "f17c", + "label": "Linux", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "lira-sign": { + "aliases": { + "unicodes": { + "composite": [ + "20a4" + ], + "secondary": [ + "10f195" + ] + } + }, + "changes": [ + "4.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Lira Sign", + "currency" + ] + }, + "unicode": "f195", + "label": "Lira Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H46c-2.2 10.5-6.1 20.6-11.7 29.9L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1c11.6-19.3 18.9-40.7 21.6-62.9H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V256H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V160.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "list": { + "aliases": { + "names": [ + "list-squares" + ], + "unicodes": { + "secondary": [ + "10f03a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "ol", + "todo", + "ul" + ] + }, + "unicode": "f03a", + "label": "List", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M40 48C26.7 48 16 58.7 16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM16 232v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "list-check": { + "aliases": { + "names": [ + "tasks" + ], + "unicodes": { + "secondary": [ + "10f0ae" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "downloading", + "downloads", + "loading", + "progress", + "project management", + "settings", + "to do" + ] + }, + "unicode": "f0ae", + "label": "List Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "list-ol": { + "aliases": { + "names": [ + "list-1-2", + "list-numeric" + ], + "unicodes": { + "secondary": [ + "10f0cb" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "numbers", + "ol", + "todo", + "ul" + ] + }, + "unicode": "f0cb", + "label": "List Ol", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M24 56c0-13.3 10.7-24 24-24H80c13.3 0 24 10.7 24 24V176h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H56V80H48C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432H120c13.3 0 24 10.7 24 24s-10.7 24-24 24H32c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM224 64H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "list-ul": { + "aliases": { + "names": [ + "list-dots" + ], + "unicodes": { + "secondary": [ + "10f0ca" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "ol", + "todo", + "ul" + ] + }, + "unicode": "f0ca", + "label": "List Ul", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM64 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48-208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "litecoin-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "currency" + ] + }, + "unicode": "e1d3", + "label": "Litecoin Sign", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M128 64c0-17.7-14.3-32-32-32S64 46.3 64 64V213.6L23.2 225.2c-17 4.9-26.8 22.6-22 39.6s22.6 26.8 39.6 22L64 280.1V448c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V261.9l136.8-39.1c17-4.9 26.8-22.6 22-39.6s-22.6-26.8-39.6-22L128 195.3V64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "location-arrow": { + "aliases": { + "unicodes": { + "secondary": [ + "10f124" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "compass", + "coordinate", + "direction", + "gps", + "map", + "navigation", + "place" + ] + }, + "unicode": "f124", + "label": "Location Arrow", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M429.6 92.1c4.9-11.9 2.1-25.6-7-34.7s-22.8-11.9-34.7-7l-352 144c-14.2 5.8-22.2 20.8-19.3 35.8s16.1 25.8 31.4 25.8H224V432c0 15.3 10.8 28.4 25.8 31.4s30-5.1 35.8-19.3l144-352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "location-crosshairs": { + "aliases": { + "names": [ + "location" + ], + "unicodes": { + "secondary": [ + "10f601" + ] + } + }, + "changes": [ + "5.2.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinate", + "direction", + "gps", + "location", + "map", + "navigation", + "place", + "where" + ] + }, + "unicode": "f601", + "label": "Location Crosshairs", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c17.7 0 32 14.3 32 32V66.7C368.4 80.1 431.9 143.6 445.3 224H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H445.3C431.9 368.4 368.4 431.9 288 445.3V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.3C143.6 431.9 80.1 368.4 66.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H66.7C80.1 143.6 143.6 80.1 224 66.7V32c0-17.7 14.3-32 32-32zM128 256a128 128 0 1 0 256 0 128 128 0 1 0 -256 0zm128-80a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "location-dot": { + "aliases": { + "names": [ + "map-marker-alt" + ], + "unicodes": { + "secondary": [ + "10f3c5" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "navigation", + "paper", + "pin", + "place", + "point of interest", + "position", + "route", + "travel" + ] + }, + "unicode": "f3c5", + "label": "Location Dot", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "location-pin": { + "aliases": { + "names": [ + "map-marker" + ], + "unicodes": { + "secondary": [ + "10f041" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "navigation", + "paper", + "pin", + "place", + "point of interest", + "position", + "route", + "travel" + ] + }, + "unicode": "f041", + "label": "Location Pin", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 192c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "location-pin-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "closed", + "lockdown", + "map", + "quarantine" + ] + }, + "unicode": "e51f", + "label": "Location Pin Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M215.7 499.2c11-13.8 25.1-31.7 40.3-52.3V352c0-23.7 12.9-44.4 32-55.4V272c0-55.6 40.5-101.7 93.6-110.5C367 70 287.7 0 192 0C86 0 0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c17.7 0 32 14.3 32 32v48H368V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "lock": { + "aliases": { + "unicodes": { + "composite": [ + "1f512" + ], + "secondary": [ + "10f023" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "closed", + "lock", + "locked", + "open", + "password", + "private", + "protect", + "security" + ] + }, + "unicode": "f023", + "label": "Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "lock-open": { + "aliases": { + "unicodes": { + "secondary": [ + "10f3c1" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "lock", + "open", + "password", + "private", + "protect", + "security", + "unlock" + ] + }, + "unicode": "f3c1", + "label": "Lock Open", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M352 144c0-44.2 35.8-80 80-80s80 35.8 80 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32V144C576 64.5 511.5 0 432 0S288 64.5 288 144v48H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H352V144z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "locust": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "horde", + "infestation", + "locust", + "plague", + "swarm" + ] + }, + "unicode": "e520", + "label": "Locust", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h16c98.7 0 180.6 71.4 197 165.4c-9-3.5-18.8-5.4-29-5.4H431.8l-41.8-97.5c-3.4-7.9-10.8-13.4-19.3-14.4s-17 2.7-22.1 9.6l-40.9 55.5-21.7-50.7c-3.3-7.8-10.5-13.2-18.9-14.3s-16.7 2.3-22 8.9l-240 304c-8.2 10.4-6.4 25.5 4 33.7s25.5 6.4 33.7-4l79.4-100.5 43 16.4-40.5 55c-7.9 10.7-5.6 25.7 5.1 33.6s25.7 5.6 33.6-5.1L215.1 400h74.5l-29.3 42.3c-7.5 10.9-4.8 25.8 6.1 33.4s25.8 4.8 33.4-6.1L348 400h80.4l38.8 67.9c6.6 11.5 21.2 15.5 32.7 8.9s15.5-21.2 8.9-32.7L483.6 400H496c44.1 0 79.8-35.7 80-79.7c0-.1 0-.2 0-.3V280C576 143 465 32 328 32H312zm50.5 168l17.1 40H333l29.5-40zm-87.7 38.1l-1.4 1.9H225.1l32.7-41.5 16.9 39.5zM88.8 240C57.4 240 32 265.4 32 296.8c0 15.5 6.3 30 16.9 40.4L126.7 240H88.8zM496 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "lungs": { + "aliases": { + "unicodes": { + "composite": [ + "1fac1" + ], + "secondary": [ + "10f604" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air", + "breath", + "covid-19", + "exhalation", + "inhalation", + "lungs", + "organ", + "respiration", + "respiratory" + ] + }, + "unicode": "f604", + "label": "Lungs", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0c17.7 0 32 14.3 32 32V164.1c0 16.4 8.4 31.7 22.2 40.5l9.8 6.2V165.3C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4v7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2C414 480.5 384 442.1 384 398V325l90.5 57.6c7.5 4.7 17.3 2.5 22.1-4.9s2.5-17.3-4.9-22.1L384 287.1v-.4l-44.1-28.1c-7.3-4.6-13.9-10.1-19.9-16.1c-5.9 6-12.6 11.5-19.9 16.1L256 286.7 161.2 347l-13.5 8.6c0 0 0 0-.1 0c-7.4 4.8-9.6 14.6-4.8 22.1c4.7 7.5 14.6 9.7 22.1 4.9l91.1-58V398c0 44.1-30 82.5-72.7 93.1l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v45.5l9.8-6.2c13.8-8.8 22.2-24.1 22.2-40.5V32c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "lungs-virus": { + "aliases": { + "unicodes": { + "secondary": [ + "10e067" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "breath", + "coronavirus", + "covid-19", + "flu", + "infection", + "pandemic", + "respiratory", + "sick" + ] + }, + "unicode": "e067", + "label": "Lungs Virus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0c17.7 0 32 14.3 32 32V156.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2V32c0-17.7 14.3-32 32-32zM444.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1V165.3C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4v7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14 1.5 28.5-3 39.2-13.8l-22.6-22.6 22.6 22.6c18.7-18.7 18.7-49.1 0-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8 .4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8c26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6 .4-1.4 1.5-2.5c18.7-18.7 18.7-49.1 0-67.9zM421.8 421.8c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6zM183.3 491.2l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v24.1c-18.6-12.4-44-10.3-60.5 6.1c-18.7 18.7-18.7 49.1 0 67.9c1.1 1.1 1.4 2 1.5 2.5c.1 .8 .1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5 .3-1.3 .8-2.9 .8c-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4 .4 2.9 .8c.6 .4 1.3 1.2 1.8 2.3s.5 2.2 .4 2.9c-.1 .6-.4 1.4-1.5 2.5c-18.7 18.7-18.7 49.1 0 67.9c10.7 10.7 25.3 15.3 39.2 13.8c-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "lyft": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3c3", + "label": "lyft", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289V81.1zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9zm-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1v.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "m": { + "aliases": { + "unicodes": { + "composite": [ + "6d" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter M", + "Latin Small Letter M", + "letter" + ] + }, + "unicode": "4d", + "label": "M", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M22.7 33.4c13.5-4.1 28.1 1.1 35.9 12.9L224 294.3 389.4 46.2c7.8-11.7 22.4-17 35.9-12.9S448 49.9 448 64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V169.7L250.6 369.8c-5.9 8.9-15.9 14.2-26.6 14.2s-20.7-5.3-26.6-14.2L64 169.7V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 49.9 9.2 37.5 22.7 33.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "magento": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3c4", + "label": "Magento", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "magnet": { + "aliases": { + "unicodes": { + "composite": [ + "1f9f2" + ], + "secondary": [ + "10f076" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.8.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Attract", + "attraction", + "horseshoe", + "lodestone", + "magnet", + "magnetic", + "tool" + ] + }, + "unicode": "f076", + "label": "Magnet", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 160v96C0 379.7 100.3 480 224 480s224-100.3 224-224V160H320v96c0 53-43 96-96 96s-96-43-96-96V160H0zm0-32H128V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v64zm320 0H448V64c0-17.7-14.3-32-32-32H352c-17.7 0-32 14.3-32 32v64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "magnifying-glass": { + "aliases": { + "names": [ + "search" + ], + "unicodes": { + "composite": [ + "1f50d" + ], + "secondary": [ + "10f002" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "enlarge", + "find", + "glass", + "magnify", + "magnifying", + "magnifying glass tilted left", + "preview", + "search", + "tool", + "zoom" + ] + }, + "unicode": "f002", + "label": "Magnifying Glass", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "magnifying-glass-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "find", + "next", + "search" + ] + }, + "unicode": "e521", + "label": "Magnifying Glass Arrow Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM241 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31H120c-13.3 0-24 10.7-24 24s10.7 24 24 24H238.1l-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9l-72-72z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "magnifying-glass-chart": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + " data", + " graph", + " intelligence", + "analysis", + "chart", + "market" + ] + }, + "unicode": "e522", + "label": "Magnifying Glass Chart", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zm-312 8v64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80-96V280c0 13.3 10.7 24 24 24s24-10.7 24-24V120c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80 64v96c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24s-24 10.7-24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "magnifying-glass-dollar": { + "aliases": { + "names": [ + "search-dollar" + ], + "unicodes": { + "secondary": [ + "10f688" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "enlarge", + "find", + "magnify", + "money", + "preview", + "zoom" + ] + }, + "unicode": "f688", + "label": "Magnifying Glass Dollar", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM228 104c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V312c0 11 9 20 20 20s20-9 20-20V298.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V104z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "magnifying-glass-location": { + "aliases": { + "names": [ + "search-location" + ], + "unicodes": { + "secondary": [ + "10f689" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "enlarge", + "find", + "magnify", + "preview", + "zoom" + ] + }, + "unicode": "f689", + "label": "Magnifying Glass Location", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-112 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "magnifying-glass-minus": { + "aliases": { + "names": [ + "search-minus" + ], + "unicodes": { + "secondary": [ + "10f010" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "minify", + "negative", + "smaller", + "zoom", + "zoom out" + ] + }, + "unicode": "f010", + "label": "Magnifying Glass Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24H280c13.3 0 24-10.7 24-24s-10.7-24-24-24H136z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "magnifying-glass-plus": { + "aliases": { + "names": [ + "search-plus" + ], + "unicodes": { + "secondary": [ + "10f00e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "enlarge", + "magnify", + "positive", + "zoom", + "zoom in" + ] + }, + "unicode": "f00e", + "label": "Magnifying Glass Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24V232h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H232V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v64H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mailchimp": { + "changes": [ + "5.1.0", + "5.7.0", + "5.8.0", + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f59e", + "label": "Mailchimp", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "manat-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Manat Sign", + "currency" + ] + }, + "unicode": "e1d5", + "label": "Manat Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 32c-17.7 0-32 14.3-32 32V98.7C69.2 113.9 0 192.9 0 288V448c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-59.6 40.8-109.8 96-124V448c0 17.7 14.3 32 32 32s32-14.3 32-32V164c55.2 14.2 96 64.3 96 124V448c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-95.1-69.2-174.1-160-189.3V64c0-17.7-14.3-32-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mandalorian": { + "changes": [ + "5.0.12", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f50f", + "label": "Mandalorian", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92.38 92.38 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.54 109.54 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.87 14.87 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.24 14.24 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.14 38.14 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32.22 32.22 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101.2 101.2 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.67 18.67 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.38 9.38 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a132.88 132.88 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.15 43.15 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a22.7 22.7 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.66 6.66 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.39 30.39 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.57 29.57 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.54 29.54 0 0 0 5.82 1.36 18.18 18.18 0 0 1 6 1.91 22.67 22.67 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a35.76 35.76 0 0 0 2.1 5.91 13.55 13.55 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.77 14.77 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.33 18.33 0 0 1-4.09 3.71 13.62 13.62 0 0 0-4.38 4.78 5.89 5.89 0 0 1-2.49 2.91 6.88 6.88 0 0 0-2.45 1.71 67.62 67.62 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.27 7.27 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.45 36.45 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.45 33.45 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.09 40.09 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.37 18.37 0 0 1 2.86-7.73 20.39 20.39 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.62 14.62 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.28 9.28 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.81 40.81 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61.31 61.31 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 100.5 100.5 0 0 0-1.73-10.79 37.53 37.53 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "map": { + "aliases": { + "unicodes": { + "composite": [ + "1f5fa", + "f278" + ], + "secondary": [ + "10f279" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "navigation", + "paper", + "pin", + "place", + "point of interest", + "position", + "route", + "travel", + "world", + "world map" + ] + }, + "unicode": "f279", + "label": "Map", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 476.1L192 421.2V35.9L384 90.8V476.1zm32-1.2V88.4L543.1 37.5c15.8-6.3 32.9 5.3 32.9 22.3V394.6c0 9.8-6 18.6-15.1 22.3L416 474.8zM15.1 95.1L160 37.2V423.6L32.9 474.5C17.1 480.8 0 469.2 0 452.2V117.4c0-9.8 6-18.6 15.1-22.3z" + }, + "regular": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M565.6 36.2C572.1 40.7 576 48.1 576 56V392c0 10-6.2 18.9-15.5 22.4l-168 64c-5.2 2-10.9 2.1-16.1 .3L192.5 417.5l-160 61c-7.4 2.8-15.7 1.8-22.2-2.7S0 463.9 0 456V120c0-10 6.1-18.9 15.5-22.4l168-64c5.2-2 10.9-2.1 16.1-.3L383.5 94.5l160-61c7.4-2.8 15.7-1.8 22.2 2.7zM48 136.5V421.2l120-45.7V90.8L48 136.5zM360 422.7V137.3l-144-48V374.7l144 48zm48-1.5l120-45.7V90.8L408 136.5V421.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "map-location": { + "aliases": { + "names": [ + "map-marked" + ], + "unicodes": { + "secondary": [ + "10f59f" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "navigation", + "paper", + "pin", + "place", + "point of interest", + "position", + "route", + "travel" + ] + }, + "unicode": "f59f", + "label": "Map Location", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M302.8 312C334.9 271.9 408 174.6 408 120C408 53.7 354.3 0 288 0S168 53.7 168 120c0 54.6 73.1 151.9 105.2 192c7.7 9.6 22 9.6 29.6 0zM416 503l144.9-58c9.1-3.6 15.1-12.5 15.1-22.3V152c0-17-17.1-28.6-32.9-22.3l-116 46.4c-.5 1.2-1 2.5-1.5 3.7c-2.9 6.8-6.1 13.7-9.6 20.6V503zM15.1 187.3C6 191 0 199.8 0 209.6V480.4c0 17 17.1 28.6 32.9 22.3L160 451.8V200.4c-3.5-6.9-6.7-13.8-9.6-20.6c-5.6-13.2-10.4-27.4-12.8-41.5l-122.6 49zM384 255c-20.5 31.3-42.3 59.6-56.2 77c-20.5 25.6-59.1 25.6-79.6 0c-13.9-17.4-35.7-45.7-56.2-77V449.4l192 54.9V255z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "map-location-dot": { + "aliases": { + "names": [ + "map-marked-alt" + ], + "unicodes": { + "secondary": [ + "10f5a0" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "navigation", + "paper", + "pin", + "place", + "point of interest", + "position", + "route", + "travel" + ] + }, + "unicode": "f5a0", + "label": "Map Location Dot", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M408 120c0 54.6-73.1 151.9-105.2 192c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120C168 53.7 221.7 0 288 0s120 53.7 120 120zm8 80.4c3.5-6.9 6.7-13.8 9.6-20.6c.5-1.2 1-2.5 1.5-3.7l116-46.4C558.9 123.4 576 135 576 152V422.8c0 9.8-6 18.6-15.1 22.3L416 503V200.4zM137.6 138.3c2.4 14.1 7.2 28.3 12.8 41.5c2.9 6.8 6.1 13.7 9.6 20.6V451.8L32.9 502.7C17.1 509 0 497.4 0 480.4V209.6c0-9.8 6-18.6 15.1-22.3l122.6-49zM327.8 332c13.9-17.4 35.7-45.7 56.2-77V504.3L192 449.4V255c20.5 31.3 42.3 59.6 56.2 77c20.5 25.6 59.1 25.6 79.6 0zM288 152a40 40 0 1 0 0-80 40 40 0 1 0 0 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "map-pin": { + "aliases": { + "unicodes": { + "composite": [ + "1f4cd" + ], + "secondary": [ + "10f276" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "agree", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "marker", + "navigation", + "pin", + "place", + "position", + "pushpin", + "round pushpin", + "travel" + ] + }, + "unicode": "f276", + "label": "Map Pin", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M16 144a144 144 0 1 1 288 0A144 144 0 1 1 16 144zM160 80c8.8 0 16-7.2 16-16s-7.2-16-16-16c-53 0-96 43-96 96c0 8.8 7.2 16 16 16s16-7.2 16-16c0-35.3 28.7-64 64-64zM128 480V317.1c10.4 1.9 21.1 2.9 32 2.9s21.6-1 32-2.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "markdown": { + "changes": [ + "5.2.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f60f", + "label": "Markdown", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1zM338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "marker": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5a1" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "edit", + "sharpie", + "update", + "write" + ] + }, + "unicode": "f5a1", + "label": "Marker", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M481 31C445.1-4.8 386.9-4.8 351 31l-15 15L322.9 33C294.8 4.9 249.2 4.9 221.1 33L135 119c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L255 66.9c9.4-9.4 24.6-9.4 33.9 0L302.1 80 186.3 195.7 316.3 325.7 481 161c35.9-35.9 35.9-94.1 0-129.9zM293.7 348.3L163.7 218.3 99.5 282.5c-48 48-80.8 109.2-94.1 175.8l-5 25c-1.6 7.9 .9 16 6.6 21.7s13.8 8.1 21.7 6.6l25-5c66.6-13.3 127.8-46.1 175.8-94.1l64.2-64.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mars": { + "aliases": { + "unicodes": { + "composite": [ + "2642" + ], + "secondary": [ + "10f222" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "gender", + "male", + "male sign", + "man" + ] + }, + "unicode": "f222", + "label": "Mars", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M289.8 46.8c3.7-9 12.5-14.8 22.2-14.8H424c13.3 0 24 10.7 24 24V168c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L321 204.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176S0 401.2 0 304s78.8-176 176-176c37 0 71.4 11.4 99.8 31l52.6-52.6L295 73c-6.9-6.9-8.9-17.2-5.2-26.2zM400 80l0 0h0v0zM176 416a112 112 0 1 0 0-224 112 112 0 1 0 0 224z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mars-and-venus": { + "aliases": { + "unicodes": { + "composite": [ + "26a5" + ], + "secondary": [ + "10f224" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Male and Female Sign", + "female", + "gender", + "intersex", + "male", + "transgender" + ] + }, + "unicode": "f224", + "label": "Mars And Venus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M337.8 14.8C341.5 5.8 350.3 0 360 0H472c13.3 0 24 10.7 24 24V136c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-24.7 24.7C407 163.3 416 192.6 416 224c0 80.2-59.1 146.7-136.1 158.2c0 .6 .1 1.2 .1 1.8v.4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .3 .4 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3h24c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0l-24 0-24 0v0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V486 486v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V485 485v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V484v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V483v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V481v-.1-.1-.1-.1-.1-.1-.1-.1V480v-.1-.1-.1-.1-.1-.1-.1V479v-.1-.1-.1-.1-.1-.1-.1V478v-.1-.1-.1-.1-.1-.1V477v-.1-.1-.1-.1-.1-.1V476v-.1-.1-.1-.1-.1-.1V475v-.1-.2-.2-.2-.2-.2V474v-.2-.2-.2-.2-.2V473v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V470v-.2-.2-.2-.2-.2V469v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V467v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V463v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V459v-.2-.2-.2-.2-.2-.2-.2-.2V457v-.2-.2-.2-.2V456H208c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3V403v-.3-.3V402v-.3-.3V401v-.3-.3V400v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.4-.3-.4-.4-.4-.4V393v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V388v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V384c0-.6 0-1.2 .1-1.8C155.1 370.7 96 304.2 96 224c0-88.4 71.6-160 160-160c39.6 0 75.9 14.4 103.8 38.2L382.1 80 343 41c-6.9-6.9-8.9-17.2-5.2-26.2zM448 48l0 0h0v0zM256 488h24c0 13.3-10.7 24-24 24s-24-10.7-24-24h24zm96-264a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mars-and-venus-burst": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "gender", + "violence" + ] + }, + "unicode": "e523", + "label": "Mars And Venus Burst", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M504 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l39 39-22.2 22.2C475.9 78.4 439.6 64 400 64c-88.4 0-160 71.6-160 160c0 80.2 59.1 146.7 136.1 158.2c0 .6-.1 1.2-.1 1.8v.4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .3 .4 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3H352c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0l24 0H376c0 13.3 10.7 24 24 24s24-10.7 24-24H400l24 0v0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V486 486v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V485 485v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V484v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V483v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V481v-.1-.1-.1-.1-.1-.1-.1-.1V480v-.1-.1-.1-.1-.1-.1-.1V479v-.1-.1-.1-.1-.1-.1-.1V478v-.1-.1-.1-.1-.1-.1V477v-.1-.1-.1-.1-.1-.1V476v-.1-.1-.1-.1-.1-.1V475v-.1-.2-.2-.2-.2-.2V474v-.2-.2-.2-.2-.2V473v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V470v-.2-.2-.2-.2-.2V469v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V467v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V463v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V459v-.2-.2-.2-.2-.2-.2-.2-.2V457v-.2-.2-.2-.2V456h24c13.3 0 24-10.7 24-24s-10.7-24-24-24H424v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3V403v-.3-.3V402v-.3-.3V401v-.3-.3V400v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.4-.3-.4-.4-.4-.4V393v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V388v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V384c0-.6 0-1.2-.1-1.8c77-11.6 136.1-78 136.1-158.2c0-31.4-9-60.7-24.7-85.4L560 113.9l39 39c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V24c0-13.3-10.7-24-24-24H504zM400 128a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.1 3.8 9.9 5.1 15.2 3.6C223.6 310.8 208 269.2 208 224c0-60.8 28.3-115 72.4-150.2L220.3 92.1l-29.4-74z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mars-double": { + "aliases": { + "unicodes": { + "composite": [ + "26a3" + ], + "secondary": [ + "10f227" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Doubled Male Sign", + "gay", + "gender", + "male", + "men" + ] + }, + "unicode": "f227", + "label": "Mars Double", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M312 32c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L275.8 159c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H312zm88 48h0v0l0 0zM64 304a112 112 0 1 1 224 0A112 112 0 1 1 64 304zM368 480c97.2 0 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H504c-9.7 0-18.5 5.8-22.2 14.8c-1.2 2.9-1.8 6-1.8 9l0 .2v.2c0 6.2 2.5 12.2 7 16.8l33.4 33.4L480 146.7V168c0 22.6-13.6 43.1-34.6 51.7c-.8 .3-1.7 .7-2.5 1C465.7 241.2 480 270.9 480 304c0 61.9-50.1 112-112 112c-5.4 0-10.8-.4-16-1.1c-12.9 20.4-29.1 38.3-48.1 53.1c19.8 7.8 41.4 12 64 12z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mars-stroke": { + "aliases": { + "unicodes": { + "composite": [ + "26a6" + ], + "secondary": [ + "10f229" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Male with Stroke Sign", + "gender", + "transgender" + ] + }, + "unicode": "f229", + "label": "Mars Stroke", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M376 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L370.3 96.4 345 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l25.4 25.4L307.8 159c-28.4-19.5-62.7-31-99.8-31c-97.2 0-176 78.8-176 176s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l28.6-28.6L407 201c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-25.4-25.4 22.1-22.1L471 153c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V24c0-13.3-10.7-24-24-24H376zm88 48h0v0l0 0zM96 304a112 112 0 1 1 224 0A112 112 0 1 1 96 304z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mars-stroke-right": { + "aliases": { + "names": [ + "mars-stroke-h" + ], + "unicodes": { + "composite": [ + "26a9" + ], + "secondary": [ + "10f22b" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Horizontal Male with Stroke Sign", + "gender" + ] + }, + "unicode": "f22b", + "label": "Mars Stroke Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zm174.4-88C370.7 365.8 297.1 432 208 432c-97.2 0-176-78.8-176-176s78.8-176 176-176c89.1 0 162.7 66.2 174.4 152H416V176c0-13.3 10.7-24 24-24s24 10.7 24 24v56h32V176c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V280H464v56c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H382.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mars-stroke-up": { + "aliases": { + "names": [ + "mars-stroke-v" + ], + "unicodes": { + "composite": [ + "26a8" + ], + "secondary": [ + "10f22a" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Vertical Male with Stroke Sign", + "gender" + ] + }, + "unicode": "f22a", + "label": "Mars Stroke Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M148.7 4.7c6.2-6.2 16.4-6.2 22.6 0l64 64c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9H184v24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H184v24c0 .6 0 1.2-.1 1.8c77 11.6 136.1 78 136.1 158.2c0 88.4-71.6 160-160 160S0 440.4 0 352c0-80.2 59.1-146.7 136.1-158.2c0-.6-.1-1.2-.1-1.8V168H104c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V96H96c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l64-64zM256 352A96 96 0 1 0 64 352a96 96 0 1 0 192 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "martini-glass": { + "aliases": { + "names": [ + "glass-martini-alt" + ], + "unicodes": { + "composite": [ + "1f378" + ], + "secondary": [ + "10f57b" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "bar", + "beverage", + "cocktail", + "cocktail glass", + "drink", + "glass", + "liquor" + ] + }, + "unicode": "f57b", + "label": "Martini Glass", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3V448H160c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H288V269.3L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0H32zM173.3 128l-64-64H402.7l-64 64H173.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "martini-glass-citrus": { + "aliases": { + "names": [ + "cocktail" + ], + "unicodes": { + "secondary": [ + "10f561" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "beverage", + "drink", + "gin", + "glass", + "margarita", + "martini", + "vodka" + ] + }, + "unicode": "f561", + "label": "Martini Glass Citrus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M432 240c53 0 96-43 96-96s-43-96-96-96c-35.5 0-66.6 19.3-83.2 48H296.2C316 40.1 369.3 0 432 0c79.5 0 144 64.5 144 144s-64.5 144-144 144c-27.7 0-53.5-7.8-75.5-21.3l35.4-35.4c12.2 5.6 25.8 8.7 40.1 8.7zM1.8 142.8C5.5 133.8 14.3 128 24 128H392c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-177 177V464h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H208 120c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V345.9L7 169c-6.9-6.9-8.9-17.2-5.2-26.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "martini-glass-empty": { + "aliases": { + "names": [ + "glass-martini" + ], + "unicodes": { + "secondary": [ + "10f000" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.1.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "bar", + "beverage", + "drink", + "liquor" + ] + }, + "unicode": "f000", + "label": "Martini Glass Empty", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3V448H160c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H288V269.3L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0H32zM256 210.7L109.3 64H402.7L256 210.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mask": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6fa" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carnivale", + "costume", + "disguise", + "halloween", + "secret", + "super hero" + ] + }, + "unicode": "f6fa", + "label": "Mask", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 64C64 64 0 160 0 272S80 448 176 448h8.4c24.2 0 46.4-13.7 57.2-35.4l23.2-46.3c4.4-8.8 13.3-14.3 23.2-14.3s18.8 5.5 23.2 14.3l23.2 46.3c10.8 21.7 33 35.4 57.2 35.4H400c96 0 176-64 176-176s-64-208-288-208zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm320-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mask-face": { + "changes": [ + "6.0.0-beta1", + "6.0.0", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "breath", + "coronavirus", + "covid-19", + "filter", + "flu", + "infection", + "pandemic", + "respirator", + "virus" + ] + }, + "unicode": "e1d7", + "label": "Mask Face", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766749, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 64c-27.2 0-53.8 8-76.4 23.1l-37.1 24.8c-15.8 10.5-34.3 16.1-53.3 16.1H144 128 56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l108 27C233.8 435 275.4 448 320 448s86.2-13 121.1-35.5l108-27C602.5 372.1 640 324.1 640 269V184c0-30.9-25.1-56-56-56H512 496h-9.2c-19 0-37.5-5.6-53.3-16.1L396.4 87.1C373.8 72 347.2 64 320 64zM132.3 346.3l-29.8-7.4C70.5 330.9 48 302.1 48 269V184c0-4.4 3.6-8 8-8H96v48c0 45.1 13.4 87.2 36.3 122.3zm405.1-7.4l-29.8 7.4c23-35.2 36.3-77.2 36.3-122.3V176h40c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9zM192 208c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16zm16 48H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 80c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mask-ventilator": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "breath", + "gas", + "mask", + "oxygen", + "respirator", + "ventilator" + ] + }, + "unicode": "e524", + "label": "Mask Ventilator", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M159.1 176C139.4 219.2 128 264.7 128 300.8c0 15.9 2.2 31.4 6.3 46l-31.8-7.9C70.5 330.9 48 302.1 48 269V184c0-4.4 3.6-8 8-8H159.1zm26-48H56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l71.3 17.8c22.7 30.5 55.4 54.1 93.8 66.6V393.3c-19.7-16.4-32-40.3-32-66.9c0-49.5 43-134.4 96-134.4c52.5 0 96 84.9 96 134.4c0 26.7-12.4 50.4-32 66.8v76.6c38-12.6 70.6-36 93.5-66.4l71.6-17.9C602.5 372.1 640 324.1 640 269V184c0-30.9-25.1-56-56-56H454.5C419.7 73.8 372.1 32 320 32c-52.6 0-100.2 41.8-134.9 96zm295.6 48H584c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9l-31.8 8c4.2-14.7 6.4-30.1 6.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288 320V512h64V320c0-17.7-14.3-32-32-32s-32 14.3-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "masks-theater": { + "aliases": { + "names": [ + "theater-masks" + ], + "unicodes": { + "composite": [ + "1f3ad" + ], + "secondary": [ + "10f630" + ] + } + }, + "changes": [ + "5.2.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "art", + "comedy", + "mask", + "perform", + "performing", + "performing arts", + "theater", + "theatre", + "tragedy" + ] + }, + "unicode": "f630", + "label": "Masks Theater", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M74.6 373.2c41.7 36.1 108 82.5 166.1 73.7c6.1-.9 12.1-2.5 18-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6 4.1-39.2 13-54.7 25.4c-6.5 5.2-16.3 1.3-14.8-7c6.4-33.5 33-60.9 68.2-66.3c2.6-.4 5.3-.7 7.9-.8l19.4-131.3c2-13.8 8-32.7 25-45.9C278.2 53.2 310.5 37 363.2 32.2c-.8-.7-1.6-1.4-2.4-2.1C340.6 14.5 288.4-11.5 175.7 5.6S20.5 63 5.7 83.9C0 91.9-.8 102 .6 111.8L24.8 276.1c5.5 37.3 21.5 72.6 49.8 97.2zm87.7-219.6c4.4-3.1 10.8-2 11.8 3.3c.1 .5 .2 1.1 .3 1.6c3.2 21.8-11.6 42-33.1 45.3s-41.5-11.8-44.7-33.5c-.1-.5-.1-1.1-.2-1.6c-.6-5.4 5.2-8.4 10.3-6.7c9 3 18.8 3.9 28.7 2.4s19.1-5.3 26.8-10.8zM261.6 390c29.4 46.9 79.5 110.9 137.6 119.7s124.5-37.5 166.1-73.7c28.3-24.5 44.3-59.8 49.8-97.2l24.2-164.3c1.4-9.8 .6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3S299.4 77.2 279.2 92.8c-7.8 6-11.5 15.4-12.9 25.2L242.1 282.3c-5.5 37.3-.4 75.8 19.6 107.7zM404.5 235.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6c-1 5.3-7.4 6.4-11.8 3.3zm136.2 15.5c-1 5.3-7.4 6.4-11.8 3.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6zM530 350.2c-19.6 44.7-66.8 72.5-116.8 64.9s-87.1-48.2-93-96.7c-1-8.3 8.9-12.1 15.2-6.7c23.9 20.8 53.6 35.3 87 40.3s66.1 .1 94.9-12.8c7.6-3.4 16 3.2 12.6 10.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mastodon": { + "changes": [ + "5.0.11", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4f6", + "label": "Mastodon", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "mattress-pillow": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air mattress", + "mattress", + "pillow", + "rest", + "sleep" + ] + }, + "unicode": "e525", + "label": "Mattress Pillow", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H256V64zm32 384H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H288V448zM64 160c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "maxcdn": { + "changes": [ + "3.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f136", + "label": "MaxCDN", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9l-47.8 222.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "maximize": { + "aliases": { + "names": [ + "expand-arrows-alt" + ], + "unicodes": { + "secondary": [ + "10f31e" + ] + } + }, + "changes": [ + "5.0.0", + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "enlarge", + "fullscreen", + "move", + "resize" + ] + }, + "unicode": "f31e", + "label": "Maximize", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M200 32H56C42.7 32 32 42.7 32 56V200c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40 79 79-79 79L73 295c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312V456c0 13.3 10.7 24 24 24H200c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40 79-79 79 79-40 40c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H456c13.3 0 24-10.7 24-24V312c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40-79-79 79-79 40 40c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H312c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l40 40-79 79-79-79 40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mdb": { + "changes": [ + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f8ca", + "label": "Material Design for Bootstrap", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "medal": { + "aliases": { + "unicodes": { + "composite": [ + "1f3c5" + ], + "secondary": [ + "10f5a2" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "award", + "medal", + "ribbon", + "sports medal", + "star", + "trophy" + ] + }, + "unicode": "f5a2", + "label": "Medal", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0H133.9c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9L4.1 38.2zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9L350.7 15.5C356.5 5.9 366.9 0 378.1 0H487.4C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0A176 176 0 1 1 80 336zm184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "medapps": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3c6", + "label": "MedApps", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8l31-5zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32h136zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32h88zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "medium": { + "aliases": { + "names": [ + "medium-m" + ], + "unicodes": { + "composite": [ + "f3c7" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f23a", + "label": "Medium", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M180.5,74.262C80.813,74.262,0,155.633,0,256S80.819,437.738,180.5,437.738,361,356.373,361,256,280.191,74.262,180.5,74.262Zm288.25,10.646c-49.845,0-90.245,76.619-90.245,171.095s40.406,171.1,90.251,171.1,90.251-76.619,90.251-171.1H559C559,161.5,518.6,84.908,468.752,84.908Zm139.506,17.821c-17.526,0-31.735,68.628-31.735,153.274s14.2,153.274,31.735,153.274S640,340.631,640,256C640,171.351,625.785,102.729,608.258,102.729Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "medrt": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3c8", + "label": "MRT", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 544, + 512 + ], + "width": 544, + "height": 512, + "path": "M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47 87.3-62.3 108.1-184.3 46.5-272.6-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-40z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "meetup": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2e0", + "label": "Meetup", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "megaport": { + "changes": [ + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f5a3", + "label": "Megaport", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "memory": { + "aliases": { + "unicodes": { + "secondary": [ + "10f538" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "DIMM", + "RAM", + "hardware", + "storage", + "technology" + ] + }, + "unicode": "f538", + "label": "Memory", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128v7.4c0 6.8 4.4 12.6 10.1 16.3C23.3 160.3 32 175.1 32 192s-8.7 31.7-21.9 40.3C4.4 236 0 241.8 0 248.6V320H576V248.6c0-6.8-4.4-12.6-10.1-16.3C552.7 223.7 544 208.9 544 192s8.7-31.7 21.9-40.3c5.7-3.7 10.1-9.5 10.1-16.3V128c0-35.3-28.7-64-64-64H64zM576 352H0v64c0 17.7 14.3 32 32 32H80V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h48c17.7 0 32-14.3 32-32V352zM192 160v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mendeley": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f7b3", + "label": "Mendeley", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "menorah": { + "aliases": { + "unicodes": { + "secondary": [ + "10f676" + ] + } + }, + "changes": [ + "5.3.0", + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "candle", + "hanukkah", + "jewish", + "judaism", + "light" + ] + }, + "unicode": "f676", + "label": "Menorah", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M20.8 7.4C22.8 2.9 27.1 0 32 0s9.2 2.9 11.2 7.4L61.3 49.7c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32S0 81.7 0 64V62.8c0-4.5 .9-8.9 2.7-13.1L20.8 7.4zm96 0C118.8 2.9 123.1 0 128 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L116.8 7.4zm77.8 42.4L212.8 7.4C214.8 2.9 219.1 0 224 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM308.8 7.4C310.8 2.9 315.1 0 320 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L308.8 7.4zm77.8 42.4L404.8 7.4C406.8 2.9 411.1 0 416 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM500.8 7.4C502.8 2.9 507.1 0 512 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L500.8 7.4zm77.8 42.4L596.8 7.4C598.8 2.9 603.1 0 608 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM32 128c17.7 0 32 14.3 32 32V288c0 17.7 14.3 32 32 32H288V160c0-17.7 14.3-32 32-32s32 14.3 32 32V320H544c17.7 0 32-14.3 32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32V288c0 53-43 96-96 96H352v64H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 160c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V384H96c-53 0-96-43-96-96V160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H96V256 160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H192V256 160c0-17.7 14.3-32 32-32zm192 0c17.7 0 32 14.3 32 32v96 32H384V256 160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H480V256 160c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mercury": { + "aliases": { + "unicodes": { + "composite": [ + "263f" + ], + "secondary": [ + "10f223" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Mercury", + "gender", + "hybrid", + "transgender" + ] + }, + "unicode": "f223", + "label": "Mercury", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M72.1 7C85.8-4 106-1.8 117 12c17.6 22 44.7 36 75 36s57.3-14 75-36c11.1-13.8 31.2-16 45-5s16 31.2 5 45c-7.8 9.7-16.6 18.4-26.4 26.1C337.3 109.7 368 163.3 368 224c0 89.1-66.2 162.7-152 174.4V424h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v16c0 13.3-10.7 24-24 24s-24-10.7-24-24V472H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V398.4C82.2 386.7 16 313.1 16 224c0-60.7 30.7-114.3 77.5-145.9C83.7 70.5 74.9 61.7 67.1 52c-11.1-13.8-8.8-33.9 5-45zM80 224a112 112 0 1 0 224 0A112 112 0 1 0 80 224z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "message": { + "aliases": { + "names": [ + "comment-alt" + ], + "unicodes": { + "secondary": [ + "10f27a" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bubble", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "note", + "notification", + "sms", + "speech", + "texting" + ] + }, + "unicode": "f27a", + "label": "Message", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h96v80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64z" + }, + "regular": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16V352c0 8.8 7.2 16 16 16h96zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V474.7v-6.4V468v-4V416H112 64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L208 492z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "meta": { + "changes": [ + "6.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e49b", + "label": "Meta", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 317.9C640 409.2 600.6 466.4 529.7 466.4C467.1 466.4 433.9 431.8 372.8 329.8L341.4 277.2C333.1 264.7 326.9 253 320.2 242.2C300.1 276 273.1 325.2 273.1 325.2C206.1 441.8 168.5 466.4 116.2 466.4C43.42 466.4 0 409.1 0 320.5C0 177.5 79.78 42.4 183.9 42.4C234.1 42.4 277.7 67.08 328.7 131.9C365.8 81.8 406.8 42.4 459.3 42.4C558.4 42.4 640 168.1 640 317.9H640zM287.4 192.2C244.5 130.1 216.5 111.7 183 111.7C121.1 111.7 69.22 217.8 69.22 321.7C69.22 370.2 87.7 397.4 118.8 397.4C149 397.4 167.8 378.4 222 293.6C222 293.6 246.7 254.5 287.4 192.2V192.2zM531.2 397.4C563.4 397.4 578.1 369.9 578.1 322.5C578.1 198.3 523.8 97.08 454.9 97.08C421.7 97.08 393.8 123 360 175.1C369.4 188.9 379.1 204.1 389.3 220.5L426.8 282.9C485.5 377 500.3 397.4 531.2 397.4L531.2 397.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "meteor": { + "aliases": { + "unicodes": { + "composite": [ + "2604" + ], + "secondary": [ + "10f753" + ] + } + }, + "changes": [ + "5.5.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "armageddon", + "asteroid", + "comet", + "shooting star", + "space" + ] + }, + "unicode": "f753", + "label": "Meteor", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M493.7 .9L299.4 75.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3 133.4C38.6 169.7 0 236.6 0 309C0 421.1 90.9 512 203 512c72.4 0 139.4-38.6 175.7-101.3L480.8 234.3c6.5-11.1-2.2-25-15.1-24l-29.3 2.3L511.1 18.3c.6-1.5 .9-3.2 .9-4.8C512 6 506 0 498.5 0c-1.7 0-3.3 .3-4.8 .9zM192 192a128 128 0 1 1 0 256 128 128 0 1 1 0-256zm0 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm16 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "microblog": { + "changes": [ + "5.12.0", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e01a", + "label": "Micro.blog", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M399.36,362.23c29.49-34.69,47.1-78.34,47.1-125.79C446.46,123.49,346.86,32,224,32S1.54,123.49,1.54,236.44,101.14,440.87,224,440.87a239.28,239.28,0,0,0,79.44-13.44,7.18,7.18,0,0,1,8.12,2.56c18.58,25.09,47.61,42.74,79.89,49.92a4.42,4.42,0,0,0,5.22-3.43,4.37,4.37,0,0,0-.85-3.62,87,87,0,0,1,3.69-110.69ZM329.52,212.4l-57.3,43.49L293,324.75a6.5,6.5,0,0,1-9.94,7.22L224,290.92,164.94,332a6.51,6.51,0,0,1-9.95-7.22l20.79-68.86-57.3-43.49a6.5,6.5,0,0,1,3.8-11.68l71.88-1.51,23.66-67.92a6.5,6.5,0,0,1,12.28,0l23.66,67.92,71.88,1.51a6.5,6.5,0,0,1,3.88,11.68Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "microchip": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2db" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cpu", + "hardware", + "processor", + "technology" + ] + }, + "unicode": "f2db", + "label": "Microchip", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64c-35.3 0-64 28.7-64 64H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64c0 35.3 28.7 64 64 64v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448c35.3 0 64-28.7 64-64h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448V280h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448V176h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448c0-35.3-28.7-64-64-64V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H280V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H176V24zM160 128H352c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32zm192 32H160V352H352V160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "microphone": { + "aliases": { + "unicodes": { + "secondary": [ + "10f130" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "audio", + "information", + "podcast", + "public", + "record", + "sing", + "sound", + "voice" + ] + }, + "unicode": "f130", + "label": "Microphone", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0C139 0 96 43 96 96V256c0 53 43 96 96 96s96-43 96-96V96c0-53-43-96-96-96zM64 216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 89.1 66.2 162.7 152 174.4V464H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H216V430.4c85.8-11.7 152-85.3 152-174.4V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 70.7-57.3 128-128 128s-128-57.3-128-128V216z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "microphone-lines": { + "aliases": { + "names": [ + "microphone-alt" + ], + "unicodes": { + "composite": [ + "1f399" + ], + "secondary": [ + "10f3c9" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "mic", + "microphone", + "music", + "podcast", + "record", + "sing", + "sound", + "studio", + "studio microphone", + "voice" + ] + }, + "unicode": "f3c9", + "label": "Microphone Lines", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M96 96V256c0 53 43 96 96 96s96-43 96-96H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V192H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V128H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c0-53-43-96-96-96S96 43 96 96zM320 240v16c0 70.7-57.3 128-128 128s-128-57.3-128-128V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 89.1 66.2 162.7 152 174.4V464H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H216V430.4c85.8-11.7 152-85.3 152-174.4V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "microphone-lines-slash": { + "aliases": { + "names": [ + "microphone-alt-slash" + ], + "unicodes": { + "secondary": [ + "10f539" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "disable", + "mute", + "podcast", + "record", + "sing", + "sound", + "voice" + ] + }, + "unicode": "f539", + "label": "Microphone Lines Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v24 16c0 21.2-5.1 41.1-14.2 58.7L416 300.8V256H358.9l-34.5-27c2.9-3.1 7-5 11.6-5h80V192H336c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V128H336c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c0-53-43-96-96-96s-96 43-96 96v54.3L38.8 5.1zm362.5 407l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128v-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6v40c0 89.1 66.2 162.7 152 174.4V464H248c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4c20.4-2.8 39.7-9.1 57.3-18.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "microphone-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f131" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "disable", + "mute", + "podcast", + "record", + "sing", + "sound", + "voice" + ] + }, + "unicode": "f131", + "label": "Microphone Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 21.2-5.1 41.1-14.2 58.7L416 300.8V96c0-53-43-96-96-96s-96 43-96 96v54.3L38.8 5.1zM344 430.4c20.4-2.8 39.7-9.1 57.3-18.2l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128v-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6v40c0 89.1 66.2 162.7 152 174.4V464H248c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "microscope": { + "aliases": { + "unicodes": { + "composite": [ + "1f52c" + ], + "secondary": [ + "10f610" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "electron", + "lens", + "microscope", + "optics", + "science", + "shrink", + "testing", + "tool" + ] + }, + "unicode": "f610", + "label": "Microscope", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32c17.7 0 32 14.3 32 32V288c0 17.7-14.3 32-32 32c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32zM32 448H320c70.7 0 128-57.3 128-128s-57.3-128-128-128V128c106 0 192 86 192 192c0 49.2-18.5 94-48.9 128H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm80-64H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "microsoft": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3ca", + "label": "Microsoft", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "mill-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Mill Sign", + "currency" + ] + }, + "unicode": "e1ed", + "label": "Mill Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M302.1 42.8c5.9-16.6-2.7-35-19.4-40.9s-35 2.7-40.9 19.4L208 116.1c-5.7 4-11.1 8.5-16 13.5C171.7 108.9 143.3 96 112 96c-19.5 0-37.8 5-53.7 13.7C52.5 101.4 42.9 96 32 96C14.3 96 0 110.3 0 128v80V416c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-26.5 21.5-48 48-48s48 21.5 48 48v42.5L81.9 469.2c-5.9 16.6 2.7 35 19.4 40.9s35-2.7 40.9-19.4l21.4-60C168.9 441 179.6 448 192 448c17.7 0 32-14.3 32-32V261.5l35.7-100c3.9-1 8.1-1.6 12.3-1.6c26.5 0 48 21.5 48 48V416c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "minimize": { + "aliases": { + "names": [ + "compress-arrows-alt" + ], + "unicodes": { + "secondary": [ + "10f78c" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "collapse", + "fullscreen", + "minimize", + "move", + "resize", + "shrink", + "smaller" + ] + }, + "unicode": "f78c", + "label": "Minimize", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M456 224H312c-13.3 0-24-10.7-24-24V56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l40 40L442.3 5.7C446 2 450.9 0 456 0s10 2 13.7 5.7l36.7 36.7C510 46 512 50.9 512 56s-2 10-5.7 13.7L433 143l40 40c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8zm0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40 73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7C466 510 461.1 512 456 512s-10-2-13.7-5.7L369 433l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V312c0-13.3 10.7-24 24-24H456zm-256 0c13.3 0 24 10.7 24 24V456c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40L69.7 506.3C66 510 61.1 512 56 512s-10-2-13.7-5.7L5.7 469.7C2 466 0 461.1 0 456s2-10 5.7-13.7L79 369 39 329c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8H200zM56 224c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l40-40L5.7 69.7C2 66 0 61.1 0 56s2-10 5.7-13.7L42.3 5.7C46 2 50.9 0 56 0s10 2 13.7 5.7L143 79l40-40c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2V200c0 13.3-10.7 24-24 24H56z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "minus": { + "aliases": { + "names": [ + "subtract" + ], + "unicodes": { + "composite": [ + "2013", + "2212", + "2796" + ], + "secondary": [ + "10f068" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "En Dash", + "Minus Sign", + "collapse", + "delete", + "hide", + "math", + "minify", + "minus", + "negative", + "remove", + "sign", + "trash", + "−" + ] + }, + "unicode": "f068", + "label": "Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mitten": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7b5" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clothing", + "cold", + "glove", + "hands", + "knitted", + "seasonal", + "warmth" + ] + }, + "unicode": "f7b5", + "label": "Mitten", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 384H64L5.4 178.9C1.8 166.4 0 153.4 0 140.3C0 62.8 62.8 0 140.3 0h3.4c66 0 123.5 44.9 139.5 108.9l31.4 125.8 17.6-20.1C344.8 200.2 362.9 192 382 192h2.8c34.9 0 63.3 28.3 63.3 63.3c0 15.9-6 31.2-16.8 42.9L352 384zM32 448c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V448z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mix": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3cb", + "label": "Mix", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "mixcloud": { + "changes": [ + "4.5.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f289", + "label": "Mixcloud", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M212.98 346.566H179.789V195.114L185.973 173.47H175.262L137.127 346.566H76.1069L37.7323 173.47H27.276L33.1913 195.114V346.566H0V165H65.6506L102.248 338.096H110.747L147.329 165H212.98L212.98 346.566ZM544.459 283.589L458.434 345.655V307.534L531.329 255.776L458.434 204.017V165.896L544.459 228.231H553.721L640 165.896V204.017L566.866 255.776L640 307.549V345.655L553.721 283.589H544.459ZM430.157 272.311H248.113V239.255H430.157V272.311Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "mixer": { + "changes": [ + "5.12.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e056", + "label": "Mixer", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M114.57,76.07a45.71,45.71,0,0,0-67.51-6.41c-17.58,16.18-19,43.52-4.75,62.77l91.78,123L41.76,379.58c-14.23,19.25-13.11,46.59,4.74,62.77A45.71,45.71,0,0,0,114,435.94L242.89,262.7a12.14,12.14,0,0,0,0-14.23ZM470.24,379.58,377.91,255.45l91.78-123c14.22-19.25,12.83-46.59-4.75-62.77a45.71,45.71,0,0,0-67.51,6.41l-128,172.12a12.14,12.14,0,0,0,0,14.23L398,435.94a45.71,45.71,0,0,0,67.51,6.41C483.35,426.17,484.47,398.83,470.24,379.58Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "mizuni": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3cc", + "label": "Mizuni", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "mobile": { + "aliases": { + "names": [ + "mobile-android", + "mobile-phone" + ], + "unicodes": { + "composite": [ + "1f4f1" + ], + "secondary": [ + "10f3ce" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "android", + "call", + "cell", + "cell phone", + "device", + "mobile", + "mobile phone", + "number", + "phone", + "screen", + "telephone", + "text" + ] + }, + "unicode": "f3ce", + "label": "Mobile", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M80 0C44.7 0 16 28.7 16 64V448c0 35.3 28.7 64 64 64H304c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H80zm80 432h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mobile-button": { + "aliases": { + "unicodes": { + "secondary": [ + "10f10b" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apple", + "call", + "cell phone", + "device", + "iphone", + "number", + "screen", + "telephone" + ] + }, + "unicode": "f10b", + "label": "Mobile Button", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M80 0C44.7 0 16 28.7 16 64V448c0 35.3 28.7 64 64 64H304c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H80zM192 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mobile-retro": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cellphone", + "cellular", + "phone" + ] + }, + "unicode": "e527", + "label": "Mobile Retro", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm64 96v64c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 352a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM128 48c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mobile-screen": { + "aliases": { + "names": [ + "mobile-android-alt" + ], + "unicodes": { + "secondary": [ + "10f3cf" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "android", + "call", + "cell phone", + "device", + "number", + "screen", + "telephone", + "text" + ] + }, + "unicode": "f3cf", + "label": "Mobile Screen", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM144 448c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H160c-8.8 0-16 7.2-16 16zM304 64H80V384H304V64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mobile-screen-button": { + "aliases": { + "names": [ + "mobile-alt" + ], + "unicodes": { + "secondary": [ + "10f3cd" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apple", + "call", + "cell phone", + "device", + "iphone", + "number", + "screen", + "telephone" + ] + }, + "unicode": "f3cd", + "label": "Mobile Screen Button", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM224 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM304 64H80V384H304V64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "modx": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f285", + "label": "MODX", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "monero": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3d0", + "label": "Monero", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "money-bill": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0d6" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cash", + "checkout", + "money", + "payment", + "price", + "purchase" + ] + }, + "unicode": "f0d6", + "label": "Money Bill", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM288 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "money-bill-1": { + "aliases": { + "names": [ + "money-bill-alt" + ], + "unicodes": { + "secondary": [ + "10f3d1" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cash", + "checkout", + "money", + "payment", + "price", + "purchase" + ] + }, + "unicode": "f3d1", + "label": "Money Bill 1", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm76-48c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h24 24c11 0 20-9 20-20s-9-20-20-20h-4V208c0-11-9-20-20-20H272c-11 0-20 9-20 20z" + }, + "regular": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 112c0 35.3-28.7 64-64 64V336c35.3 0 64 28.7 64 64H464c0-35.3 28.7-64 64-64V176c-35.3 0-64-28.7-64-64H112zM0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm80-48c0 8.8 7.2 16 16 16v64h-8c-8.8 0-16 7.2-16 16s7.2 16 16 16h24 24c8.8 0 16-7.2 16-16s-7.2-16-16-16h-8V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "money-bill-1-wave": { + "aliases": { + "names": [ + "money-bill-wave-alt" + ], + "unicodes": { + "secondary": [ + "10f53b" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cash", + "checkout", + "money", + "payment", + "price", + "purchase" + ] + }, + "unicode": "f53b", + "label": "Money Bill 1 Wave", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 112.5V422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4V89.7c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM128 416H64V352c35.3 0 64 28.7 64 64zM64 224V160h64c0 35.3-28.7 64-64 64zM448 352c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM384 256c0 61.9-43 112-96 112s-96-50.1-96-112s43-112 96-112s96 50.1 96 112zM252 208c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h24 24c11 0 20-9 20-20s-9-20-20-20h-4V208c0-11-9-20-20-20H272c-11 0-20 9-20 20z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "money-bill-transfer": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank", + "conversion", + "deposit", + "money", + "transfer", + "withdrawal" + ] + }, + "unicode": "e528", + "label": "Money Bill Transfer", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M535 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-64 64c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23L384 112c-13.3 0-24-10.7-24-24s10.7-24 24-24l174.1 0L535 41zM105 377l-23 23L256 400c13.3 0 24 10.7 24 24s-10.7 24-24 24L81.9 448l23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 441c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l64-64c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM96 64H337.9c-3.7 7.2-5.9 15.3-5.9 24c0 28.7 23.3 52 52 52l117.4 0c-4 17 .6 35.5 13.8 48.8c20.3 20.3 53.2 20.3 73.5 0L608 169.5V384c0 35.3-28.7 64-64 64H302.1c3.7-7.2 5.9-15.3 5.9-24c0-28.7-23.3-52-52-52l-117.4 0c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5 0L32 342.5V128c0-35.3 28.7-64 64-64zm64 64H96v64c35.3 0 64-28.7 64-64zM544 320c-35.3 0-64 28.7-64 64h64V320zM320 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "money-bill-trend-up": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank", + "bonds", + "inflation", + "market", + "stocks", + "trade" + ] + }, + "unicode": "e529", + "label": "Money Bill Trend Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M470.7 9.4c3 3.1 5.3 6.6 6.9 10.3s2.4 7.8 2.4 12.2l0 .1v0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3L310.6 214.6c-11.8 11.8-30.8 12.6-43.5 1.7L176 138.1 84.8 216.3c-13.4 11.5-33.6 9.9-45.1-3.5s-9.9-33.6 3.5-45.1l112-96c12-10.3 29.7-10.3 41.7 0l89.5 76.7L370.7 64H352c-17.7 0-32-14.3-32-32s14.3-32 32-32h96 0c8.8 0 16.8 3.6 22.6 9.3l.1 .1zM0 304c0-26.5 21.5-48 48-48H464c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V304zM48 416v48H96c0-26.5-21.5-48-48-48zM96 304H48v48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48h48V416zM416 304c0 26.5 21.5 48 48 48V304H416zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "money-bill-wave": { + "aliases": { + "unicodes": { + "secondary": [ + "10f53a" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cash", + "checkout", + "money", + "payment", + "price", + "purchase" + ] + }, + "unicode": "f53a", + "label": "Money Bill Wave", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 112.5V422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4V89.7c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM288 352c-44.2 0-80-43-80-96s35.8-96 80-96s80 43 80 96s-35.8 96-80 96zM64 352c35.3 0 64 28.7 64 64H64V352zm64-208c0 35.3-28.7 64-64 64V144h64zM512 304v64H448c0-35.3 28.7-64 64-64zM448 96h64v64c-35.3 0-64-28.7-64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "money-bill-wheat": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agribusiness", + "agriculture", + "farming", + "food", + "livelihood", + "subsidy" + ] + }, + "unicode": "e52a", + "label": "Money Bill Wheat", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zM56 16h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56C42.7 64 32 53.3 32 40s10.7-24 24-24zM24 88H136c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24S10.7 88 24 88zm8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24zM272 16c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80zM400 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zm80 144c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 128c8.8 0 16 7.2 16 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-96 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM0 304c0-26.5 21.5-48 48-48H464c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V304zM48 416v48H96c0-26.5-21.5-48-48-48zM96 304H48v48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48h48V416zM416 304c0 26.5 21.5 48 48 48V304H416zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "money-bills": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atm", + "cash", + "money", + "moolah" + ] + }, + "unicode": "e1f3", + "label": "Money Bills", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 96V320c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64zm64 160c35.3 0 64 28.7 64 64H160V256zM224 96c0 35.3-28.7 64-64 64V96h64zM576 256v64H512c0-35.3 28.7-64 64-64zM512 96h64v64c-35.3 0-64-28.7-64-64zM288 208a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V360c0 66.3 53.7 120 120 120H520c13.3 0 24-10.7 24-24s-10.7-24-24-24H120c-39.8 0-72-32.2-72-72V120z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "money-check": { + "aliases": { + "unicodes": { + "secondary": [ + "10f53c" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank check", + "buy", + "checkout", + "cheque", + "money", + "payment", + "price", + "purchase" + ] + }, + "unicode": "f53c", + "label": "Money Check", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm48 160H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zM96 336c0-8.8 7.2-16 16-16H464c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zM376 160h80c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H376c-13.3 0-24-10.7-24-24V184c0-13.3 10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "money-check-dollar": { + "aliases": { + "names": [ + "money-check-alt" + ], + "unicodes": { + "secondary": [ + "10f53d" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank check", + "buy", + "checkout", + "cheque", + "money", + "payment", + "price", + "purchase" + ] + }, + "unicode": "f53d", + "label": "Money Check Dollar", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zM272 192H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-8.8 0-16-7.2-16-16s7.2-16 16-16zM256 304c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-8.8 0-16-7.2-16-16zM164 152v13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9V360c0 11-9 20-20 20s-20-9-20-20V345.4c-10.3-2.2-20-5.5-28.2-8.4l0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5V152c0-11 9-20 20-20s20 9 20 20z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "monument": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5a6" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "historic", + "landmark", + "memorable" + ] + }, + "unicode": "f5a6", + "label": "Monument", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M180.7 4.7c6.2-6.2 16.4-6.2 22.6 0l80 80c2.5 2.5 4.1 5.8 4.6 9.3l40.2 322H55.9L96.1 94c.4-3.5 2-6.8 4.6-9.3l80-80zM152 272c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H152zM32 448H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "moon": { + "aliases": { + "unicodes": { + "composite": [ + "1f319", + "23fe" + ], + "secondary": [ + "10f186" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Power Sleep Symbol", + "contrast", + "crescent", + "crescent moon", + "dark", + "lunar", + "moon", + "night" + ] + }, + "unicode": "f186", + "label": "Moon", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z" + }, + "regular": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M144.7 98.7c-21 34.1-33.1 74.3-33.1 117.3c0 98 62.8 181.4 150.4 211.7c-12.4 2.8-25.3 4.3-38.6 4.3C126.6 432 48 353.3 48 256c0-68.9 39.4-128.4 96.8-157.3zm62.1-66C91.1 41.2 0 137.9 0 256C0 379.7 100 480 223.5 480c47.8 0 92-15 128.4-40.6c1.9-1.3 3.7-2.7 5.5-4c4.8-3.6 9.4-7.4 13.9-11.4c2.7-2.4 5.3-4.8 7.9-7.3c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-3.7 .6-7.4 1.2-11.1 1.6c-5 .5-10.1 .9-15.3 1c-1.2 0-2.5 0-3.7 0c-.1 0-.2 0-.3 0c-96.8-.2-175.2-78.9-175.2-176c0-54.8 24.9-103.7 64.1-136c1-.9 2.1-1.7 3.2-2.6c4-3.2 8.2-6.2 12.5-9c3.1-2 6.3-4 9.6-5.8c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-3.6-.3-7.1-.5-10.7-.6c-2.7-.1-5.5-.1-8.2-.1c-3.3 0-6.5 .1-9.8 .2c-2.3 .1-4.6 .2-6.9 .4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "mortar-pestle": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5a7" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crush", + "culinary", + "grind", + "medical", + "mix", + "pharmacy", + "prescription", + "spices" + ] + }, + "unicode": "f5a7", + "label": "Mortar Pestle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M504.3 11.1C493.3-1.6 474.5-3.7 461 6.2L252.3 160H397.3L502.6 54.6c11.8-11.8 12.6-30.8 1.6-43.5zM32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2c-11.1 13.9-19.4 30.3-23.9 48.1C127.6 497.4 142.3 512 160 512H352c17.7 0 32.4-14.6 28.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1C436.6 403.7 480 338.5 480 256c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mosque": { + "aliases": { + "unicodes": { + "composite": [ + "1f54c" + ], + "secondary": [ + "10f678" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Muslim", + "building", + "islam", + "landmark", + "mosque", + "muslim", + "religion" + ] + }, + "unicode": "f678", + "label": "Mosque", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M400 0c5 0 9.8 2.4 12.8 6.4c34.7 46.3 78.1 74.9 133.5 111.5l0 0 0 0c5.2 3.4 10.5 7 16 10.6c28.9 19.2 45.7 51.7 45.7 86.1c0 28.6-11.3 54.5-29.8 73.4H221.8c-18.4-19-29.8-44.9-29.8-73.4c0-34.4 16.7-66.9 45.7-86.1c5.4-3.6 10.8-7.1 16-10.6l0 0 0 0C309.1 81.3 352.5 52.7 387.2 6.4c3-4 7.8-6.4 12.8-6.4zM288 512V440c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H192c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32H608c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H560V440c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H448V454c0-19-8.4-37-23-49.2L400 384l-25 20.8C360.4 417 352 435 352 454v58H288zM70.4 5.2c5.7-4.3 13.5-4.3 19.2 0l16 12C139.8 42.9 160 83.2 160 126v2H0v-2C0 83.2 20.2 42.9 54.4 17.2l16-12zM0 160H160V296.6c-19.1 11.1-32 31.7-32 55.4V480c0 9.6 2.1 18.6 5.8 26.8c-6.6 3.4-14 5.2-21.8 5.2H48c-26.5 0-48-21.5-48-48V176 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mosquito": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bite", + "bug", + "mosquito", + "west nile" + ] + }, + "unicode": "e52b", + "label": "Mosquito", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M463.7 505.9c9.8-8.9 10.7-24.3 2.1-34.3l-42.1-49 0-54.7c0-5.5-1.8-10.8-5.1-15.1L352 266.3l0-.3L485.4 387.8C542.4 447.6 640 405.2 640 320.6c0-47.9-34-88.3-79.4-94.2l-153-23.9 40.8-40.9c7.8-7.8 9.4-20.1 3.9-29.8L428.5 90.1l38.2-50.9c8-10.6 6.1-25.9-4.3-34.1s-25.2-6.3-33.2 4.4l-48 63.9c-5.9 7.9-6.6 18.6-1.7 27.2L402.2 140 352 190.3l0-38.2c0-14.9-10.2-27.4-24-31l0-57.2c0-4.4-3.6-8-8-8s-8 3.6-8 8l0 57.2c-13.8 3.6-24 16.1-24 31l0 38.1L237.8 140l22.6-39.5c4.9-8.6 4.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2 23.5-4.3 34.1l38.2 50.9-23.9 41.7c-5.5 9.7-3.9 22 3.9 29.8l40.8 40.9-153 23.9C34 232.3 0 272.7 0 320.6c0 84.6 97.6 127 154.6 67.1L288 266l0 .3-66.5 86.4c-3.3 4.3-5.1 9.6-5.1 15.1l0 54.7-42.1 49c-8.6 10.1-7.7 25.5 2.1 34.3s24.7 7.9 33.4-2.1l48-55.9c3.8-4.4 5.9-10.2 5.9-16.1l0-55.4L288 344.7l0 63.1c0 17.7 14.3 32 32 32s32-14.3 32-32l0-63.1 24.3 31.6 0 55.4c0 5.9 2.1 11.7 5.9 16.1l48 55.9c8.6 10.1 23.6 11 33.4 2.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mosquito-net": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bite", + "malaria", + "mosquito", + "net" + ] + }, + "unicode": "e52c", + "label": "Mosquito Net", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M168.8 462.3c-7.9-4-11.1-13.6-7.2-21.5L192 380.2l0-44.2c0-4.2 1.7-8.3 4.7-11.3L256 265.4V242.2L139.2 344C87.8 395.3 0 358.9 0 286.3c0-41.1 30.6-75.8 71.4-80.9l159.9-23.9-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7-29-58.1c-4-7.9-.7-17.5 7.2-21.5s17.5-.7 21.5 7.2l32 64c1.9 3.8 2.2 8.2 .9 12.2l-12.5 37.6L256 160.5V137.9c0-14.9 10.1-27.3 23.8-31V63.7c0-4.5 3.7-8.2 8.2-8.2s8.2 3.7 8.2 8.2V107c13.7 3.6 23.8 16.1 23.8 31v22.6l45.4-37.8L352.8 85.1c-1.3-4-1-8.4 .9-12.2l32-64c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-29 58.1 13.9 41.7c2.1 6.2 .1 13.1-4.9 17.4l-49.6 41.3 159.9 23.9c22.5 2.8 41.8 14.6 54.7 31.4c-2.7 2.6-5.2 5.4-7.3 8.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4 8.5-40 21.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7 0-40 14.3-45.9 34.1c-10.7 3.2-19.8 10.1-25.9 19.2l-40.2-35v23.1l32.4 32.4c-.3 2-.4 4.1-.4 6.2c0 16.7 8.5 31.4 21.5 40c-4 2.6-7.5 5.9-10.6 9.5L320 310.6v50c0 17.7-14.3 32-32 32s-32-14.3-32-32v-50l-32 32 0 41.4c0 2.5-.6 4.9-1.7 7.2l-32 64c-4 7.9-13.6 11.1-21.5 7.2zM512 256c8.8 0 16 7.2 16 16v16h48V272c0-8.8 7.2-16 16-16s16 7.2 16 16v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H528v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H448v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V400H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V320H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V272c0-8.8 7.2-16 16-16s16 7.2 16 16v16h48V272c0-8.8 7.2-16 16-16zm16 112h48V320H528v48zm0 80h48V400H528v48zM448 320v48h48V320H448zm0 80v48h48V400H448z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "motorcycle": { + "aliases": { + "unicodes": { + "composite": [ + "1f3cd" + ], + "secondary": [ + "10f21c" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bike", + "machine", + "motorcycle", + "racing", + "transportation", + "vehicle" + ] + }, + "unicode": "f21c", + "label": "Motorcycle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h57.7l16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7H64c-17.7 0-32 14.3-32 32v32h96c88.4 0 160 71.6 160 160c0 11-1.1 21.7-3.2 32h70.4c-2.1-10.3-3.2-21-3.2-32c0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L418.2 128H480c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H459.6c-7.5 0-14.7 2.6-20.5 7.4L391.7 78.9l-14-26c-7-12.9-20.5-21-35.2-21H280zM462.7 311.2l28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8zM187.3 376c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40h66.4C242.5 268.8 190.5 224 128 224C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104H187.3zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mound": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "barrier", + "hill", + "pitcher", + "speedbump" + ] + }, + "unicode": "e52d", + "label": "Mound", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M144.1 179.2C173.8 127.7 228.6 96 288 96s114.2 31.7 143.9 83.2L540.4 368c12.3 21.3-3.1 48-27.7 48H63.3c-24.6 0-40-26.6-27.7-48L144.1 179.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mountain": { + "aliases": { + "unicodes": { + "composite": [ + "1f3d4" + ], + "secondary": [ + "10f6fc" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "glacier", + "hiking", + "hill", + "landscape", + "mountain", + "snow", + "snow-capped mountain", + "travel", + "view" + ] + }, + "unicode": "f6fc", + "label": "Mountain", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 32c12.5 0 24.1 6.4 30.8 17L503.4 394.4c5.6 8.9 8.6 19.2 8.6 29.7c0 30.9-25 55.9-55.9 55.9H55.9C25 480 0 455 0 424.1c0-10.5 3-20.8 8.6-29.7L225.2 49c6.6-10.6 18.3-17 30.8-17zm65 192L256 120.4 176.9 246.5l18.3 24.4c6.4 8.5 19.2 8.5 25.6 0l25.6-34.1c6-8.1 15.5-12.8 25.6-12.8h49z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mountain-city": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "location", + "rural", + "urban" + ] + }, + "unicode": "e52e", + "label": "Mountain City", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M336 0c-26.5 0-48 21.5-48 48v92.1l71.4 118.4c2.5-1.6 5.4-2.5 8.6-2.5h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-3.5l73.8 122.4c12.4 20.6 12.9 46.3 1.2 67.3c-.4 .8-.9 1.6-1.4 2.3H592c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48H568V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H480V48c0-26.5-21.5-48-48-48H336zm32 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16zM352 176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V176zm160 96c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V272zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zM224 188.9L283.8 288H223l-48 64-24.6-41.2L224 188.9zm29.4-44.2C247.1 134.3 236 128 224 128s-23.1 6.3-29.4 16.7L5.1 458.9c-6.5 10.8-6.7 24.3-.7 35.3S22 512 34.5 512H413.5c12.5 0 24-6.8 30.1-17.8s5.8-24.5-.7-35.3L253.4 144.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mountain-sun": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "country", + "hiking", + "landscape", + "rural", + "travel", + "view" + ] + }, + "unicode": "e52f", + "label": "Mountain Sun", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M560 160A80 80 0 1 0 560 0a80 80 0 1 0 0 160zM55.9 512H381.1h75H578.9c33.8 0 61.1-27.4 61.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 196.1 487.8 192 480 192s-15 4.1-19.1 10.7l-48.2 79L286.8 81c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 426.4C3 435.3 0 445.6 0 456.1C0 487 25 512 55.9 512z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mug-hot": { + "aliases": { + "unicodes": { + "composite": [ + "2615" + ], + "secondary": [ + "10f7b6" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beverage", + "caliente", + "cocoa", + "coffee", + "cup", + "drink", + "holiday", + "hot", + "hot beverage", + "hot chocolate", + "steam", + "steaming", + "tea", + "warmth" + ] + }, + "unicode": "f7b6", + "label": "Mug Hot", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M88 0C74.7 0 64 10.7 64 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C120.5 112.3 128 119.9 128 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C119.5 47.7 112 40.1 112 24c0-13.3-10.7-24-24-24zM32 192c-17.7 0-32 14.3-32 32V416c0 53 43 96 96 96H288c53 0 96-43 96-96h16c61.9 0 112-50.1 112-112s-50.1-112-112-112H352 32zm352 64h16c26.5 0 48 21.5 48 48s-21.5 48-48 48H384V256zM224 24c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C232.5 112.3 240 119.9 240 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C231.5 47.7 224 40.1 224 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "mug-saucer": { + "aliases": { + "names": [ + "coffee" + ], + "unicodes": { + "secondary": [ + "10f0f4" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beverage", + "breakfast", + "cafe", + "drink", + "fall", + "morning", + "mug", + "seasonal", + "tea" + ] + }, + "unicode": "f0f4", + "label": "Mug Saucer", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 64c0-17.7 14.3-32 32-32H448h64c70.7 0 128 57.3 128 128s-57.3 128-128 128H480c0 53-43 96-96 96H192c-53 0-96-43-96-96V64zM480 224h32c35.3 0 64-28.7 64-64s-28.7-64-64-64H480V224zM32 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "music": { + "aliases": { + "unicodes": { + "composite": [ + "1f3b5" + ], + "secondary": [ + "10f001" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.2.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "lyrics", + "melody", + "music", + "musical note", + "note", + "sing", + "sound" + ] + }, + "unicode": "f001", + "label": "Music", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7v72V368c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V147L192 223.8V432c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V200 128c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "n": { + "aliases": { + "unicodes": { + "composite": [ + "6e" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter N", + "Latin Small Letter N", + "letter", + "nay", + "no" + ] + }, + "unicode": "4e", + "label": "N", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M21.1 33.9c12.7-4.6 26.9-.7 35.5 9.6L320 359.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32V448c0 13.5-8.4 25.5-21.1 30.1s-26.9 .7-35.5-9.6L64 152.4V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 50.5 8.4 38.5 21.1 33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "naira-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Naira Sign", + "currency" + ] + }, + "unicode": "e1f6", + "label": "Naira Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M122.6 46.3c-7.8-11.7-22.4-17-35.9-12.9S64 49.9 64 64V256H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320H228.2l97.2 145.8c7.8 11.7 22.4 17 35.9 12.9s22.7-16.5 22.7-30.6V320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H384V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V256H262.5L122.6 46.3zM305.1 320H320v22.3L305.1 320zM185.5 256H128V169.7L185.5 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "napster": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3d2", + "label": "Napster", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5h100.7zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1zm-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4zM43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5zM259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4zm-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4zm169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "neos": { + "changes": [ + "5.2.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f612", + "label": "Neos", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61l80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53v122.72z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "network-wired": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6ff" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "connect", + "ethernet", + "internet", + "intranet" + ] + }, + "unicode": "f6ff", + "label": "Network Wired", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 64H384v64H256V64zM240 0c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48h48v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v32H80c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48H240c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48H192V288H448v32H400c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48H560c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48H512V288h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V192h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H240zM96 448V384H224v64H96zm320-64H544v64H416V384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "neuter": { + "aliases": { + "unicodes": { + "composite": [ + "26b2" + ], + "secondary": [ + "10f22c" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Neuter", + "gender" + ] + }, + "unicode": "f22c", + "label": "Neuter", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1V480c0 17.7 14.3 32 32 32s32-14.3 32-32V349.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "newspaper": { + "aliases": { + "unicodes": { + "composite": [ + "1f4f0" + ], + "secondary": [ + "10f1ea" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "article", + "editorial", + "headline", + "journal", + "journalism", + "news", + "newspaper", + "paper", + "press" + ] + }, + "unicode": "f1ea", + "label": "Newspaper", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 96c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H80c-44.2 0-80-35.8-80-80V128c0-17.7 14.3-32 32-32s32 14.3 32 32V400c0 8.8 7.2 16 16 16s16-7.2 16-16V96zm64 24v80c0 13.3 10.7 24 24 24H296c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24zm208-8c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zM160 304c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z" + }, + "regular": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M168 80c-13.3 0-24 10.7-24 24V408c0 8.4-1.4 16.5-4.1 24H440c13.3 0 24-10.7 24-24V104c0-13.3-10.7-24-24-24H168zM72 480c-39.8 0-72-32.2-72-72V112C0 98.7 10.7 88 24 88s24 10.7 24 24V408c0 13.3 10.7 24 24 24s24-10.7 24-24V104c0-39.8 32.2-72 72-72H440c39.8 0 72 32.2 72 72V408c0 39.8-32.2 72-72 72H72zM176 136c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24v80c0 13.3-10.7 24-24 24H200c-13.3 0-24-10.7-24-24V136zm200-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24zM200 272H408c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80H408c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "nfc-directional": { + "changes": [ + "6.1.0" + ], + "ligatures": [], + "search": { + "terms": [ + "connect", + "data", + "near field communication", + "nfc", + "scan", + "signal", + "transfer", + "wireless" + ] + }, + "unicode": "e530", + "label": "NFC Directional", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M211.8 488.6C213.4 491.1 213.9 494.2 213.2 497.1C212.6 500 210.8 502.6 208.3 504.2C205.7 505.8 202.7 506.3 199.7 505.7C138.3 491.8 84.1 455.8 47.53 404.5C10.97 353.2-5.395 290.3 1.57 227.7C8.536 165 38.34 107.2 85.29 65.21C132.2 23.2 193-.0131 256 0C257.5 0 258.1 .2931 260.3 .8627C261.7 1.432 262.1 2.267 264 3.319C265.1 4.371 265.9 5.619 266.5 6.993C267 8.367 267.3 9.839 267.3 11.32V112.3L291.8 86.39C292.8 85.31 294 84.44 295.4 83.84C296.7 83.23 298.2 82.9 299.7 82.86C301.2 82.81 302.6 83.06 304 83.59C305.4 84.12 306.7 84.92 307.8 85.94C308.8 86.96 309.7 88.18 310.3 89.54C310.9 90.89 311.3 92.35 311.3 93.84C311.3 95.32 311.1 96.8 310.6 98.18C310 99.57 309.2 100.8 308.2 101.9L264.2 148.5C263.1 149.6 261.9 150.5 260.5 151.1C259 151.7 257.5 152 255.1 152C254.5 152 252.9 151.7 251.5 151.1C250.1 150.5 248.8 149.6 247.8 148.5L203.7 101.9C201.7 99.74 200.6 96.83 200.7 93.84C200.7 90.84 202 87.1 204.2 85.94C206.4 83.88 209.3 82.77 212.3 82.86C215.3 82.94 218.1 84.21 220.2 86.39L244.7 112.4V22.89C188.3 25.64 134.9 48.73 94.23 87.87C53.58 127 28.49 179.6 23.61 235.8C18.73 292 34.38 348.1 67.68 393.7C100.1 439.2 149.7 471.2 204.7 483.6C207.6 484.3 210.2 486.1 211.8 488.6L211.8 488.6zM171.4 126.1C170.6 127.4 169.5 128.5 168.3 129.3C147.8 143.2 131.1 161.9 119.5 183.8C107.9 205.7 101.8 230.1 101.8 254.9C101.8 279.7 107.9 304.1 119.5 325.1C131.1 347.9 147.8 366.6 168.3 380.5C170.8 382.2 172.5 384.8 173 387.8C173.6 390.7 172.1 393.8 171.3 396.2C169.6 398.7 166.1 400.4 164 400.1C161.1 401.5 158 400.9 155.6 399.2C132 383.2 112.8 361.7 99.46 336.5C86.15 311.4 79.19 283.4 79.19 254.9C79.19 226.5 86.15 198.4 99.46 173.3C112.8 148.1 132 126.6 155.6 110.6C156.8 109.8 158.2 109.2 159.6 108.8C161.1 108.5 162.6 108.5 164.1 108.8C165.5 109 166.9 109.6 168.2 110.4C169.5 111.2 170.5 112.3 171.4 113.5C172.2 114.7 172.8 116.1 173.1 117.6C173.4 119.1 173.4 120.6 173.1 122C172.8 123.5 172.3 124.9 171.4 126.1H171.4zM340.9 383.5C341.7 382.3 342.8 381.2 343.1 380.4V380.3C364.4 366.3 381.1 347.6 392.7 325.7C404.2 303.9 410.2 279.5 410.2 254.8C410.2 230.1 404.2 205.7 392.7 183.8C381.1 161.1 364.4 143.3 343.1 129.3C342.8 128.5 341.7 127.4 340.9 126.2C340.1 124.9 339.5 123.5 339.3 122.1C338.1 120.6 339 119.1 339.3 117.7C339.6 116.2 340.2 114.8 341 113.6C341.9 112.4 342.1 111.3 344.2 110.5C345.4 109.7 346.8 109.2 348.3 108.9C349.8 108.6 351.2 108.6 352.7 108.9C354.2 109.2 355.5 109.8 356.8 110.7C380.2 126.7 399.5 148.2 412.7 173.3C426 198.4 432.1 226.4 432.1 254.8C432.1 283.3 426 311.3 412.7 336.4C399.5 361.5 380.2 383 356.8 399C355.5 399.9 354.2 400.5 352.7 400.8C351.2 401.1 349.8 401.1 348.3 400.8C346.8 400.5 345.4 399.1 344.2 399.2C342.1 398.4 341.9 397.3 341 396.1C340.2 394.9 339.6 393.5 339.3 392C339 390.6 338.1 389.1 339.3 387.6C339.5 386.2 340.1 384.8 340.9 383.5V383.5zM312.3 6.307C368.5 19.04 418.7 50.28 455 95.01C485.4 132.6 504.6 178 510.3 226C515.9 274 507.9 322.7 487.1 366.3C466.2 409.9 433.5 446.8 392.6 472.6C351.7 498.3 304.4 512 256 512C254.5 512 253.1 511.7 251.7 511.1C250.3 510.6 249.1 509.7 248 508.7C246.1 507.6 246.1 506.4 245.6 505C245 503.6 244.7 502.2 244.7 500.7V401.5L220.2 427.5C218.1 429.7 215.3 430.1 212.3 431.1C209.3 431.2 206.4 430 204.2 427.1C202 425.9 200.7 423.1 200.7 420.1C200.6 417.1 201.7 414.2 203.7 412L247.8 365.4C249.1 363.2 252.9 362 255.1 362C259.1 362 262 363.2 264.2 365.4L308.2 412C310.3 414.2 311.4 417.1 311.3 420.1C311.2 423.1 309.9 425.9 307.8 427.1C305.6 430 302.7 431.2 299.7 431.1C296.7 430.1 293.8 429.7 291.8 427.5L267.3 401.6V489.1C323.7 486.3 377.1 463.3 417.8 424.1C458.5 384.1 483.6 332.4 488.5 276.2C493.3 219.1 477.7 163.9 444.4 118.3C411.1 72.75 362.4 40.79 307.4 28.36C305.9 28.03 304.6 27.42 303.3 26.57C302.1 25.71 301.1 24.63 300.3 23.37C299.5 22.12 298.1 20.72 298.7 19.26C298.5 17.8 298.5 16.3 298.8 14.85C299.2 13.41 299.8 12.04 300.6 10.82C301.5 9.61 302.6 8.577 303.8 7.784C305.1 6.99 306.5 6.451 307.9 6.198C309.4 5.945 310.9 5.982 312.3 6.307L312.3 6.307zM353.1 256.1C353.1 287.5 335.6 317.2 303.8 339.6C301.7 341.1 299 341.9 296.4 341.6C293.7 341.4 291.2 340.3 289.4 338.4L219.3 268.6C217.1 266.5 215.1 263.6 215.9 260.6C215.9 257.6 217.1 254.7 219.2 252.6C221.4 250.5 224.2 249.3 227.2 249.3C230.2 249.3 233.1 250.5 235.2 252.6L298.3 315.4C319.1 298.3 330.5 277.5 330.5 256.1C330.5 232.2 316.4 209.1 290.8 191C288.3 189.3 286.7 186.7 286.2 183.7C285.7 180.8 286.3 177.7 288.1 175.3C289.8 172.8 292.4 171.2 295.4 170.7C298.3 170.2 301.4 170.8 303.8 172.6C335.6 195 353.1 224.7 353.1 256.1V256.1zM216.7 341.5C213.7 342 210.7 341.3 208.2 339.6C176.5 317.2 158.1 287.5 158.1 256.1C158.1 224.7 176.5 195 208.2 172.6C210.4 171 213.1 170.3 215.7 170.5C218.4 170.8 220.8 171.9 222.7 173.8L292.8 243.6C294.9 245.7 296.1 248.6 296.1 251.6C296.1 254.6 294.1 257.4 292.8 259.6C290.7 261.7 287.8 262.9 284.9 262.9C281.9 262.9 278.1 261.7 276.9 259.6L213.8 196.7C192.9 214 181.6 234.7 181.6 256.1C181.6 279.1 195.7 303.1 221.3 321.1C223.7 322.9 225.4 325.5 225.9 328.5C226.4 331.4 225.7 334.4 224 336.9C222.3 339.3 219.6 341 216.7 341.5L216.7 341.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "nfc-symbol": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "connect", + "data", + "near field communication", + "nfc", + "scan", + "signal", + "transfer", + "wireless" + ] + }, + "unicode": "e531", + "label": "Nfc Symbol", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M392.9 32.43C400.6 31.1 408.6 32.89 414.1 37.41C498.2 96.14 544 173.7 544 255.1C544 338.2 498.2 415.9 414.1 474.6C409.3 478.6 402.4 480.5 395.5 479.9C388.5 479.3 382 476.3 377.1 471.4L193.7 288.7C188.1 283.2 185 275.7 184.1 267.8C184.1 260 188.1 252.5 193.6 246.9C199.2 241.4 206.7 238.2 214.5 238.2C222.4 238.2 229.9 241.3 235.4 246.8L400.5 411.2C455.1 366.5 484.8 312 484.8 255.1C484.8 193.5 447.9 132.9 380.9 85.76C374.5 81.24 370.1 74.35 368.8 66.62C367.4 58.89 369.2 50.94 373.8 44.53C378.3 38.12 385.2 33.77 392.9 32.43V32.43zM186.9 479.6C179.2 480.9 171.3 479.1 164.8 474.6C81.67 415.9 35.84 338.2 35.84 255.1C35.84 173.7 81.67 96.14 164.8 37.41C170.5 33.4 177.4 31.53 184.4 32.12C191.3 32.71 197.8 35.72 202.7 40.63L386.1 223.3C391.7 228.8 394.8 236.3 394.8 244.2C394.9 251.1 391.8 259.5 386.2 265.1C380.7 270.6 373.2 273.8 365.3 273.8C357.5 273.8 349.1 270.7 344.4 265.2L179.3 100.7C124.7 145.9 95.03 199.9 95.03 255.1C95.03 318.5 131.9 379.1 198.1 426.2C205.4 430.8 209.7 437.6 211.1 445.4C212.4 453.1 210.6 461.1 206.1 467.5C201.6 473.9 194.7 478.2 186.9 479.6V479.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "nimblr": { + "changes": [ + "5.1.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f5a8", + "label": "Nimblr", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27zM113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159zm0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "node": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f419", + "label": "Node.js", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7zm46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8zm54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1zm-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3 0 5.2 4.2 9.4 9.3 9.4 5.2-.1 9.4-4.3 9.4-9.4zm-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3zm-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8zM137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2 1.1.7 2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1 1.3 0 2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2l.2-95zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4zm-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2l36.7-21.3zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0L559 219zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7zm-74.3-124.9l-.8.5h1.1l-.3-.5zm76.2 130.2l-.4-.7v.9l.4-.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "node-js": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3d3", + "label": "Node.js JS", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2zm149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "not-equal": { + "aliases": { + "unicodes": { + "secondary": [ + "10f53e" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arithmetic", + "compare", + "math" + ] + }, + "unicode": "f53e", + "label": "Not Equal", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M369.8 37.4c14.7 9.8 18.7 29.7 8.9 44.4L337.1 144H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H294.5l-64 96H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H187.8l-65.2 97.7c-9.8 14.7-29.7 18.7-44.4 8.9s-18.7-29.7-8.9-44.4L110.9 368H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H153.5l64-96H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H260.2l65.2-97.7c9.8-14.7 29.7-18.7 44.4-8.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "notdef": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "close", + "missing" + ] + }, + "unicode": "e1fe", + "label": "Notdef", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 390.3L153.5 256 64 121.7V390.3zM102.5 448H281.5L192 313.7 102.5 448zm128-192L320 390.3V121.7L230.5 256zM281.5 64H102.5L192 198.3 281.5 64zM0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "note-sticky": { + "aliases": { + "names": [ + "sticky-note" + ], + "unicodes": { + "composite": [ + "f24a" + ], + "secondary": [ + "10f249" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "message", + "note", + "paper", + "reminder", + "sticker" + ] + }, + "unicode": "f249", + "label": "Note Sticky", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H288V368c0-26.5 21.5-48 48-48H448V96c0-35.3-28.7-64-64-64H64zM448 352H402.7 336c-8.8 0-16 7.2-16 16v66.7V480l32-32 64-64 32-32z" + }, + "regular": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H288V352c0-17.7 14.3-32 32-32h80V96c0-8.8-7.2-16-16-16H64zM288 480H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V320v5.5c0 17-6.7 33.3-18.7 45.3l-90.5 90.5c-12 12-28.3 18.7-45.3 18.7H288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "notes-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f481" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clipboard", + "doctor", + "ehr", + "health", + "history", + "records" + ] + }, + "unicode": "f481", + "label": "Notes Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 352V96c0-35.3 28.7-64 64-64H416c35.3 0 64 28.7 64 64V293.5c0 17-6.7 33.3-18.7 45.3l-58.5 58.5c-12 12-28.3 18.7-45.3 18.7H160c-35.3 0-64-28.7-64-64zM272 128c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V256h48c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H320V144c0-8.8-7.2-16-16-16H272zm24 336c13.3 0 24 10.7 24 24s-10.7 24-24 24H136C60.9 512 0 451.1 0 376V152c0-13.3 10.7-24 24-24s24 10.7 24 24l0 224c0 48.6 39.4 88 88 88H296z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "npm": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3d4", + "label": "npm", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ns8": { + "changes": [ + "5.0.0", + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3d5", + "label": "NS8", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M104.324,269.172h26.067V242.994H104.324Zm52.466-26.178-.055-26.178v-.941a39.325,39.325,0,0,0-78.644.941v.166h26.4v-.166a12.98,12.98,0,0,1,25.956,0v26.178Zm52.356,25.846a91.1,91.1,0,0,1-91.1,91.1h-.609a91.1,91.1,0,0,1-91.1-91.1H0v.166A117.33,117.33,0,0,0,117.44,386.28h.775A117.331,117.331,0,0,0,235.49,268.84V242.828H209.146Zm-157.233,0a65.362,65.362,0,0,0,130.723,0H156.292a39.023,39.023,0,0,1-78.035,0V242.883H51.968v-26.62A65.42,65.42,0,0,1,182.8,217.48v25.293h26.344V217.48a91.761,91.761,0,0,0-183.522,0v25.4H51.913Zm418.4-71.173c13.67,0,24.573,6.642,30.052,18.264l.719,1.549,23.245-11.511-.609-1.439c-8.025-19.26-28.5-31.27-53.407-31.27-23.134,0-43.611,11.4-50.972,28.447-.123,26.876-.158,23.9,0,24.85,4.7,11.013,14.555,19.37,28.668,24.241a102.033,102.033,0,0,0,19.813,3.984c5.479.72,10.626,1.384,15.829,3.1,6.364,2.1,10.46,5.257,12.84,9.851v9.851c-3.708,7.527-13.781,12.342-25.791,12.342-14.334,0-25.956-6.918-31.933-19.039l-.72-1.494L415.026,280.9l.553,1.439c7.915,19.426,29.609,32.044,55.289,32.044,23.632,0,44.608-11.4,52.3-28.447l.166-25.9-.166-.664c-4.87-11.014-15.219-19.647-28.944-24.241-7.693-2.712-14.335-3.6-20.7-4.427a83.777,83.777,0,0,1-14.832-2.878c-6.31-1.937-10.4-5.092-12.619-9.63v-8.412C449.45,202.427,458.969,197.667,470.315,197.667ZM287.568,311.344h26.067v-68.4H287.568Zm352.266-53.3c-2.933-6.254-8.3-12.01-15.441-16.714A37.99,37.99,0,0,0,637.4,226l.166-25.347-.166-.664C630.038,184,610.667,173.26,589.25,173.26S548.461,184,541.1,199.992l-.166,25.347.166.664a39.643,39.643,0,0,0,13.006,15.331c-7.2,4.7-12.508,10.46-15.441,16.714l-.166,28.889.166.72c7.582,15.994,27.893,26.731,50.585,26.731s43.057-10.737,50.584-26.731l.166-28.89Zm-73.22-50.806c3.6-6.31,12.563-10.516,22.58-10.516s19.038,4.206,22.636,10.516v13.725c-3.542,6.2-12.563,10.349-22.636,10.349s-19.094-4.15-22.58-10.349Zm47.319,72.169c-3.764,6.641-13.338,10.9-24.683,10.9-11.125,0-20.976-4.372-24.684-10.9V263.25c3.708-6.309,13.5-10.515,24.684-10.515,11.345,0,20.919,4.15,24.683,10.515ZM376.4,265.962l-59.827-89.713h-29v40.623h26.51v.387l62.539,94.085H402.3V176.249H376.4Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "nutritionix": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3d6", + "label": "Nutritionix", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 400, + 512 + ], + "width": 400, + "height": 512, + "path": "M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8zm312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7zM120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "o": { + "aliases": { + "unicodes": { + "composite": [ + "6f" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter O", + "Latin Small Letter O", + "letter" + ] + }, + "unicode": "4f", + "label": "O", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 96a160 160 0 1 0 0 320 160 160 0 1 0 0-320zM448 256A224 224 0 1 1 0 256a224 224 0 1 1 448 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "object-group": { + "aliases": { + "unicodes": { + "secondary": [ + "10f247" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "combine", + "copy", + "design", + "merge", + "select" + ] + }, + "unicode": "f247", + "label": "Object Group", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32H456.6C467.6 12.9 488.3 0 512 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V392.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM456.6 96H119.4c-5.6 9.7-13.7 17.8-23.4 23.4V392.6c9.7 5.6 17.8 13.7 23.4 23.4H456.6c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zM128 160c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160zM256 320h32c35.3 0 64-28.7 64-64V224h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V320z" + }, + "regular": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M48 115.8C38.2 107 32 94.2 32 80c0-26.5 21.5-48 48-48c14.2 0 27 6.2 35.8 16H460.2c8.8-9.8 21.6-16 35.8-16c26.5 0 48 21.5 48 48c0 14.2-6.2 27-16 35.8V396.2c9.8 8.8 16 21.6 16 35.8c0 26.5-21.5 48-48 48c-14.2 0-27-6.2-35.8-16H115.8c-8.8 9.8-21.6 16-35.8 16c-26.5 0-48-21.5-48-48c0-14.2 6.2-27 16-35.8V115.8zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3V386.7c13.6 4.8 24.4 15.6 29.3 29.3H450.7c4.8-13.6 15.6-24.4 29.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3H125.3zm2.7 64c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160zM256 320h32c35.3 0 64-28.7 64-64V224h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V320z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "object-ungroup": { + "aliases": { + "unicodes": { + "secondary": [ + "10f248" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "copy", + "design", + "merge", + "select", + "separate" + ] + }, + "unicode": "f248", + "label": "Object Ungroup", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32H328.6C339.6 12.9 360.3 0 384 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V232.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4V232.6c9.7 5.6 17.8 13.7 23.4 23.4H328.6c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4H119.4zm192 384c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V352h64v40.6c9.7 5.6 17.8 13.7 23.4 23.4H520.6c5.6-9.7 13.7-17.8 23.4-23.4V279.4c-9.7-5.6-17.8-13.7-23.4-23.4h-46c-5.4-15.4-14.6-28.9-26.5-39.6V192h72.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V392.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H311.4z" + }, + "regular": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48.2 66.8c-.1-.8-.2-1.7-.2-2.5c0-.1 0-.1 0-.2c0-8.8 7.2-16 16-16c.9 0 1.9 .1 2.8 .2C74.3 49.5 80 56.1 80 64c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2zM0 64c0 26.9 16.5 49.9 40 59.3V228.7C16.5 238.1 0 261.1 0 288c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40H324.7c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V123.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40H123.3C113.9 16.5 90.9 0 64 0C28.7 0 0 28.7 0 64zm368 0a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM324.7 88c6.5 16 19.3 28.9 35.3 35.3V228.7c-16 6.5-28.9 19.3-35.3 35.3H123.3c-6.5-16-19.3-28.9-35.3-35.3V123.3c16-6.5 28.9-19.3 35.3-35.3H324.7zM384 272a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM80 288c0 7.9-5.7 14.5-13.2 15.8c-.8 .1-1.7 .2-2.5 .2l-.2 0c-8.8 0-16-7.2-16-16c0-.9 .1-1.9 .2-2.8C49.5 277.7 56.1 272 64 272c8.8 0 16 7.2 16 16zm391.3-40h45.4c6.5 16 19.3 28.9 35.3 35.3V388.7c-16 6.5-28.9 19.3-35.3 35.3H315.3c-6.5-16-19.3-28.9-35.3-35.3V352H232v36.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40H516.7c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V283.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40H448v16.4c9.8 8.8 17.8 19.5 23.3 31.6zm88.9-26.7a16 16 0 1 1 31.5 5.5 16 16 0 1 1 -31.5-5.5zM271.8 450.7a16 16 0 1 1 -31.5-5.5 16 16 0 1 1 31.5 5.5zm301.5 13c-7.5-1.3-13.2-7.9-13.2-15.8c0-8.8 7.2-16 16-16c7.9 0 14.5 5.7 15.8 13.2l0 .1c.1 .9 .2 1.8 .2 2.7c0 8.8-7.2 16-16 16c-.9 0-1.9-.1-2.8-.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "octopus-deploy": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e082", + "label": "Octopus Deploy", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M455.6,349.2c-45.891-39.09-36.67-77.877-16.095-128.11C475.16,134.04,415.967,34.14,329.93,8.3,237.04-19.6,134.252,24.341,99.677,117.147a180.862,180.862,0,0,0-10.988,73.544c1.733,29.543,14.717,52.97,24.09,80.3,17.2,50.161-28.1,92.743-66.662,117.582-46.806,30.2-36.319,39.857-8.428,41.858,23.378,1.68,44.478-4.548,65.265-15.045,9.2-4.647,40.687-18.931,45.13-28.588C135.9,413.388,111.122,459.5,126.621,488.9c19.1,36.229,67.112-31.77,76.709-45.812,8.591-12.572,42.963-81.279,63.627-46.926,18.865,31.361,8.6,76.391,35.738,104.622,32.854,34.2,51.155-18.312,51.412-44.221.163-16.411-6.1-95.852,29.9-59.944C405.428,418,436.912,467.8,472.568,463.642c38.736-4.516-22.123-67.967-28.262-78.695,5.393,4.279,53.665,34.128,53.818,9.52C498.234,375.678,468.039,359.8,455.6,349.2Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "odnoklassniki": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f263", + "label": "Odnoklassniki", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "odysee": { + "changes": [ + "6.2.1", + "6.3.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e5c6", + "label": "Odysee", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1667828915, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M406.7 463c-42.3 30.8-94.4 49-150.7 49C144.9 512 50.3 441.2 14.9 342.2c2.4 1.7 5.9 3.6 7.9 4.4c16.3 7.4 40.1-5.4 62.9-28.7c6.9-6.9 14.4-12.4 22.8-17.3c18.3-11.9 37.6-20.8 58.4-27.2c0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1c-11-.5-70-3-56 51.1c14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4c.8 4.6 1.1 9.9 1.4 15.5c1.1 21.2 2.3 45.6 35.3 46.4c5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5 3-3.5 5-3s3.5 3 3 5s-2.5 3.5-5 3zm-207-95.6c1.5-.5 3.5 1 4 3c0 2-1 4-3 4c-1.5 .5-3.5-1-4-3c-.5-1.5 1-3.5 3-4zM451.8 421C489.3 376.4 512 318.8 512 256c0-67.5-26.1-128.9-68.8-174.7c-.1 23.5-6.1 48.2-16.8 69.2c-11.9 20.3-49 58.9-69.8 78.7c-.7 .3-1.1 .9-1.5 1.4c-.2 .2-.3 .4-.5 .6c-5 6.9-4 16.8 3 21.8c21.3 15.8 56.4 45.6 59.4 72.8c3.5 34.9 27.9 75.6 34.2 86.2l0 0c.8 1.3 1.3 2.1 1.4 2.4c0 2.2-.4 4.3-.8 6.5zM390.7 251c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4s-1-5.9-4-6.4c-3-1-5.9 1-6.4 4zm61.4-60.9l-11.4 5.4-3 12.9-5.4-11.4-12.9-3 11.4-5.4 3-12.9 5.4 11.4 12.9 3zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4l0 0c-.3 1.4-.7 2.8-1 4.2c-9.5 38.5-30.6 37.6-41.7 37.2c-1.1 0-2-.1-2.9-.1c-5.1 0-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6C271.4-2.5 211.4 13.9 165.9 41.1C110.6 74.2 131.5 143 146.1 190.5c.7 2.2 1.4 4.4 2 6.6c-4 4-13.8 7.5-26 11.9c-12.1 4.3-26.6 9.5-40.3 16.9C47.9 243.9 11.5 274.9 2 288.5C.7 277.8 0 267 0 256C0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3zM58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4s4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4zM327.3 64.9c2-1.5 5-.5 6.4 1.5c1.5 2.5 1 5.4-1.5 6.4c-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4zM95.1 105c-.5 1.5 .5 3 2 3c1.5 .5 3-.5 3-2c.5-1.5-.5-3-2-3s-3 .5-3 2zm84.7-.5c-3.5-43.1 37.1-54 37.1-54c44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9s-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5c2-6.9 1-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3 1-4.5 4-3.5 6.9c2 4.5 3 9.9 1.5 14.9c-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3 .3c-.2 .1-.4 .2-.6 .2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "oil-can": { + "aliases": { + "unicodes": { + "secondary": [ + "10f613" + ] + } + }, + "changes": [ + "5.2.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "crude", + "gasoline", + "grease", + "lubricate", + "petroleum" + ] + }, + "unicode": "f613", + "label": "Oil Can", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 128c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32H144 96 48c-26.5 0-48 21.5-48 48v64.8c0 19 11.2 36.2 28.5 43.9l67.5 30V368c0 26.5 21.5 48 48 48H403.1c18.4 0 35.8-7.9 48-21.7L633.5 187.7c12.3-13.9-.3-35.4-18.4-31.5L448 192l-50.5-25.2c-8.9-4.4-18.7-6.8-28.6-6.8H288V128h32zM96 208v86.1L48 272.8V208H96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "oil-well": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drill", + "oil", + "rig" + ] + }, + "unicode": "e532", + "label": "Oil Well", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M528.3 61.3c-11.4-42.7-55.3-68-98-56.6L414.9 8.8C397.8 13.4 387.7 31 392.3 48l24.5 91.4L308.5 167.5l-6.3-18.1C297.7 136.6 285.6 128 272 128s-25.7 8.6-30.2 21.4l-13.6 39L96 222.6V184c0-13.3-10.7-24-24-24s-24 10.7-24 24V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H406.7L340 257.5l-62.2 16.1L305.3 352H238.7L265 277l-74.6 19.3L137.3 448H96V288.8l337.4-87.5 25.2 94c4.6 17.1 22.1 27.2 39.2 22.6l15.5-4.1c42.7-11.4 68-55.3 56.6-98L528.3 61.3zM205.1 448l11.2-32H327.7l11.2 32H205.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "old-republic": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [ + "politics", + "star wars" + ] + }, + "unicode": "f510", + "label": "Old Republic", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.503 246.503 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58zM139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67zm175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97zm-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34-4.66.24-9.32.36-13.98.36-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46zm31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75zm5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37zM65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84zm363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "om": { + "aliases": { + "unicodes": { + "composite": [ + "1f549" + ], + "secondary": [ + "10f679" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Hindu", + "buddhism", + "hinduism", + "jainism", + "mantra", + "om", + "religion" + ] + }, + "unicode": "f679", + "label": "Om", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M379.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-16 16c-6.2 6.2-6.2 16.4 0 22.6l16 16c6.2 6.2 16.4 6.2 22.6 0l16-16c6.2-6.2 6.2-16.4 0-22.6l-16-16zM115.2 169.6c8-6 17.9-9.6 28.8-9.6c26.5 0 48 21.5 48 48s-21.5 48-48 48H109.8c-7.6 0-13.8 6.2-13.8 13.8c0 1.5 .2 2.9 .7 4.4l8 24c4.4 13.1 16.6 21.9 30.4 21.9H144h16c35.3 0 64 28.7 64 64s-28.7 64-64 64c-50.8 0-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5 0-.1c-2.6-7.8-10.7-12.3-18.7-10.5C4.4 354.2-.9 361.8 .1 370L16 368C.1 370 .1 370 .1 370l0 0 0 0 0 .1 .1 .4c0 .3 .1 .8 .2 1.3c.2 1.1 .4 2.7 .8 4.6c.8 3.9 2 9.4 3.9 15.9c3.8 13 10.3 30.4 21.3 48C48.7 476.2 89.4 512 160 512c70.7 0 128-57.3 128-128c0-23.3-6.2-45.2-17.1-64h22.6c25.5 0 49.9-10.1 67.9-28.1l26.5-26.5c6-6 14.1-9.4 22.6-9.4H416c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32c-25.7 0-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.3 0 0c0 0 0 0 0 0c-1.9-7.3-8.6-12.4-16.2-12.1c-7.6 .3-13.9 5.9-15.1 13.4L336 368c-15.8-2.6-15.8-2.6-15.8-2.6l0 0 0 0 0 .1-.1 .3c0 .3-.1 .6-.2 1.1c-.1 .9-.3 2.1-.4 3.6c-.3 3-.6 7.3-.6 12.4c0 10.1 1.1 23.9 5.8 38.1c4.8 14.3 13.4 29.3 28.6 40.7C368.7 473.3 389.3 480 416 480c53 0 96-43 96-96V288c0-53-43-96-96-96h-5.5c-25.5 0-49.9 10.1-67.9 28.1l-26.5 26.5c-6 6-14.1 9.4-22.6 9.4H245.2c6.9-14.5 10.8-30.8 10.8-48c0-61.9-50.1-112-112-112c-25.2 0-48.5 8.3-67.2 22.4c-14.1 10.6-17 30.7-6.4 44.8s30.7 17 44.8 6.4zM280.9 66.7c-6-4-14-3.5-19.5 1.3s-7 12.7-3.7 19.2L272 80c-14.3 7.2-14.3 7.2-14.3 7.2l0 0 0 0 0 .1 .1 .2 .4 .7c.3 .6 .8 1.4 1.4 2.4c1.2 2 2.9 4.8 5.1 8.2c4.4 6.7 11.1 15.5 20 24.4C302.4 141.1 330.3 160 368 160c31.2 0 56.6-10.4 73.9-20.2c8.7-5 15.6-9.9 20.4-13.8c2.4-1.9 4.3-3.6 5.7-4.9c.7-.6 1.3-1.2 1.7-1.6l.6-.5 .2-.2 .1-.1 0 0 0 0c0 0 0 0-22.6-22.6l22.6 22.6c12.5-12.5 12.5-32.8 0-45.3c-12.4-12.4-32.6-12.5-45.1-.2c-.1 .1-.2 .2-.5 .4c-.5 .5-1.5 1.3-2.8 2.4c-2.7 2.2-6.8 5.2-12.1 8.2C399.4 90.4 384.8 96 368 96c-20.8 0-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2 0 0 0 0 0 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "opencart": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f23d", + "label": "OpenCart", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8zm-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8zm291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "openid": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f19b", + "label": "OpenID", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M271.5 432l-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8L448 291z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "opera": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f26a", + "label": "Opera", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "optin-monster": { + "changes": [ + "4.4.0", + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f23c", + "label": "Optin Monster", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7zm-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7zm-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7zm-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3zM47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7zm9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2zm47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5zm184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9zm115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1zm-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0zM278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7zm-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9zm-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5zm-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2zm-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9zm337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53zm10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7zm105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5zM372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5zM74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8zm215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8zM68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1zm433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2zM478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "orcid": { + "changes": [ + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f8d2", + "label": "ORCID", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "osi": { + "changes": [ + "5.0.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f41a", + "label": "Open Source Initiative", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7zm20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "otter": { + "aliases": { + "unicodes": { + "composite": [ + "1f9a6" + ], + "secondary": [ + "10f700" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "badger", + "fauna", + "fishing", + "fur", + "mammal", + "marten", + "otter", + "playful" + ] + }, + "unicode": "f700", + "label": "Otter", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M181.5 197.1l12.9 6.4c5.9 3 12.4 4.5 19.1 4.5c23.5 0 42.6-19.1 42.6-42.6V144c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v21.4c0 23.5 19.1 42.6 42.6 42.6c6.6 0 13.1-1.5 19.1-4.5l12.9-6.4 8.4-4.2L135.1 185c-4.5-3-7.1-8-7.1-13.3V168c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v3.7c0 5.3-2.7 10.3-7.1 13.3l-11.8 7.9 8.4 4.2zm-8.6 49.4L160 240l-12.9 6.4c-12.6 6.3-26.5 9.6-40.5 9.6c-3.6 0-7.1-.2-10.6-.6v.6c0 35.3 28.7 64 64 64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384V336 320c0-23.7 12.9-44.4 32-55.4c9.4-5.4 20.3-8.6 32-8.6V240c0-26.5 21.5-48 48-48c8.8 0 16 7.2 16 16v32 16 48c0 8.8 7.2 16 16 16s16-7.2 16-16V204.3c0-48.2-30.8-91-76.6-106.3l-8.5-2.8c-8-2.7-12.6-11.1-10.4-19.3s10.3-13.2 18.6-11.6l19.9 4C576 86.1 640 164.2 640 254.9l0 1.1h0c0 123.7-100.3 224-224 224h-1.1H256h-.6C132 480 32 380 32 256.6V256 216.8c-10.1-14.6-16-32.3-16-51.4V144l0-1.4C6.7 139.3 0 130.5 0 120c0-13.3 10.7-24 24-24h2.8C44.8 58.2 83.3 32 128 32h64c44.7 0 83.2 26.2 101.2 64H296c13.3 0 24 10.7 24 24c0 10.5-6.7 19.3-16 22.6l0 1.4v21.4c0 1.4 0 2.8-.1 4.3c12-6.2 25.7-9.6 40.1-9.6h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-13.3 0-24 10.7-24 24v8h56.4c-15.2 17-24.4 39.4-24.4 64H320c-42.3 0-78.2-27.4-91-65.3c-5.1 .9-10.3 1.3-15.6 1.3c-14.1 0-27.9-3.3-40.5-9.6zM96 128a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm112 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "outdent": { + "aliases": { + "names": [ + "dedent" + ], + "unicodes": { + "secondary": [ + "10f03b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "align", + "justify", + "paragraph", + "tab" + ] + }, + "unicode": "f03b", + "label": "Outdent", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32zm32 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM.2 268.6c-8.2-6.4-8.2-18.9 0-25.3l101.9-79.3c10.5-8.2 25.8-.7 25.8 12.6V335.3c0 13.3-15.3 20.8-25.8 12.6L.2 268.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "p": { + "aliases": { + "unicodes": { + "composite": [ + "70" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter P", + "Latin Small Letter P", + "letter" + ] + }, + "unicode": "50", + "label": "P", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32h96c88.4 0 160 71.6 160 160s-71.6 160-160 160H64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V320 96zM64 288h96c53 0 96-43 96-96s-43-96-96-96H64V288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "padlet": { + "changes": [ + "6.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e4a0", + "label": "Padlet", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M297.9 0L298 .001C305.6 .1078 312.4 4.72 315.5 11.78L447.5 320.3L447.8 320.2L448 320.6L445.2 330.6L402.3 488.6C398.6 504.8 382.6 514.9 366.5 511.2L298.1 495.6L229.6 511.2C213.5 514.9 197.5 504.8 193.8 488.6L150.9 330.6L148.2 320.6L148.3 320.2L280.4 11.78C283.4 4.797 290.3 .1837 297.9 .0006L297.9 0zM160.1 322.1L291.1 361.2L298 483.7L305.9 362.2L436.5 322.9L436.7 322.8L305.7 347.9L297.1 27.72L291.9 347.9L160.1 322.1zM426 222.6L520.4 181.6H594.2L437.2 429.2L468.8 320.2L426 222.6zM597.5 181.4L638.9 257.6C642.9 265.1 635 273.5 627.3 269.8L579.7 247.1L597.5 181.4zM127.3 318.5L158.7 430L1.61 154.5C-4.292 144.1 7.128 132.5 17.55 138.3L169.4 222.5L127.3 318.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "page4": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3d7", + "label": "page4 Corporation", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248v112zm0-143.6V146.8L98.6 360.4H248zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7H344zm57.4-138.2l-21.2 8.4 21.2 8.3v-16.7zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6zM496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256zM360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103l-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9v-16.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pagelines": { + "changes": [ + "4.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "eco", + "flora", + "leaf", + "leaves", + "nature", + "plant", + "tree" + ] + }, + "unicode": "f18c", + "label": "Pagelines", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pager": { + "aliases": { + "unicodes": { + "composite": [ + "1f4df" + ], + "secondary": [ + "10f815" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beeper", + "cell phone", + "communication", + "page", + "pager" + ] + }, + "unicode": "f815", + "label": "Pager", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zm64 32v64c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 320c-13.3 0-24 10.7-24 24s10.7 24 24 24h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H80zm136 0c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H216z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "paint-roller": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5aa" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "acrylic", + "art", + "brush", + "color", + "fill", + "paint", + "pigment", + "watercolor" + ] + }, + "unicode": "f5aa", + "label": "Paint Roller", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H352c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM160 352c0-17.7 14.3-32 32-32V304c0-44.2 35.8-80 80-80H416c17.7 0 32-14.3 32-32V160 69.5c37.3 13.2 64 48.7 64 90.5v32c0 53-43 96-96 96H272c-8.8 0-16 7.2-16 16v16c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "paintbrush": { + "aliases": { + "names": [ + "paint-brush" + ], + "unicodes": { + "composite": [ + "1f58c" + ], + "secondary": [ + "10f1fc" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "acrylic", + "art", + "brush", + "color", + "fill", + "paint", + "paintbrush", + "painting", + "pigment", + "watercolor" + ] + }, + "unicode": "f1fc", + "label": "Paintbrush", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2S517.7-4.4 499.1 9.6L262.4 187.2c-24 18-38.2 46.1-38.4 76.1L339.3 367.1zm-19.6 25.4l-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9 .2 7.8 .6 11.6C98.4 429.1 86.4 448 68.8 448H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H208c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "palette": { + "aliases": { + "unicodes": { + "composite": [ + "1f3a8" + ], + "secondary": [ + "10f53f" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "acrylic", + "art", + "artist palette", + "brush", + "color", + "fill", + "museum", + "paint", + "painting", + "palette", + "pigment", + "watercolor" + ] + }, + "unicode": "f53f", + "label": "Palette", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3H344c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "palfed": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3d8", + "label": "Palfed", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384.9 193.9c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.8 0 83.4-42.8 83.3-96.2zm-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.2 2.5.4 4 .6 4.6zM8 181.1s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.3s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S8 142.5 8 181.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pallet": { + "aliases": { + "unicodes": { + "secondary": [ + "10f482" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "box", + "inventory", + "shipping", + "warehouse" + ] + }, + "unicode": "f482", + "label": "Pallet", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v64H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96 320 544h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H576V384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H544 320 96 32zm96 64H288v64H128V384zm224 0H512v64H352V384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "panorama": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "image", + "landscape", + "photo", + "wide" + ] + }, + "unicode": "e209", + "label": "Panorama", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M45.6 32C20.4 32 0 52.4 0 77.6V434.4C0 459.6 20.4 480 45.6 480c5.1 0 10-.8 14.7-2.4C74.6 472.8 177.6 440 320 440s245.4 32.8 259.6 37.6c4.7 1.6 9.7 2.4 14.7 2.4c25.2 0 45.6-20.4 45.6-45.6V77.6C640 52.4 619.6 32 594.4 32c-5 0-10 .8-14.7 2.4C565.4 39.2 462.4 72 320 72S74.6 39.2 60.4 34.4C55.6 32.8 50.7 32 45.6 32zM96 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm272 0c7.9 0 15.4 3.9 19.8 10.5L512.3 353c5.4 8 5.6 18.4 .4 26.5s-14.7 12.3-24.2 10.7C442.7 382.4 385.2 376 320 376c-65.6 0-123.4 6.5-169.3 14.4c-9.8 1.7-19.7-2.9-24.7-11.5s-4.3-19.4 1.9-27.2L197.3 265c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l26.4 33.1 87-127.6c4.5-6.6 11.9-10.5 19.8-10.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "paper-plane": { + "aliases": { + "unicodes": { + "composite": [ + "f1d9" + ], + "secondary": [ + "10f1d8" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air", + "float", + "fold", + "mail", + "paper", + "send" + ] + }, + "unicode": "f1d8", + "label": "Paper Plane", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z" + }, + "regular": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376V479.3c0 18.1 14.6 32.7 32.7 32.7c9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5L409.7 90.6 190.1 336l1.2 1L68.2 285.7zM403.3 425.4L236.7 355.9 450.8 116.6 403.3 425.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "paperclip": { + "aliases": { + "unicodes": { + "composite": [ + "1f4ce" + ], + "secondary": [ + "10f0c6" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "attach", + "attachment", + "connect", + "link", + "papercli", + "paperclip" + ] + }, + "unicode": "f0c6", + "label": "Paperclip", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "parachute-box": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4cd" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aid", + "assistance", + "goods", + "relief", + "rescue", + "supplies" + ] + }, + "unicode": "f4cd", + "label": "Parachute Box", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M383.5 192c.3-5.3 .5-10.6 .5-16c0-51-15.9-96-40.2-127.6C319.5 16.9 288.2 0 256 0s-63.5 16.9-87.8 48.4C143.9 80 128 125 128 176c0 5.4 .2 10.7 .5 16H240V320H208c-7 0-13.7 1.5-19.7 4.2L68.2 192H96.5c-.3-5.3-.5-10.6-.5-16c0-64 22.2-121.2 57.1-159.3C62 49.3 18.6 122.6 4.2 173.6C1.5 183.1 9 192 18.9 192h6L165.2 346.3c-3.3 6.5-5.2 13.9-5.2 21.7v96c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48V368c0-7.8-1.9-15.2-5.2-21.7L487.1 192h6c9.9 0 17.4-8.9 14.7-18.4C493.4 122.6 450 49.3 358.9 16.7C393.8 54.8 416 112.1 416 176c0 5.4-.2 10.7-.5 16h28.3L323.7 324.2c-6-2.7-12.7-4.2-19.7-4.2H272V192H383.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "paragraph": { + "aliases": { + "unicodes": { + "composite": [ + "b6" + ], + "secondary": [ + "10f1dd" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Pilcrow Sign", + "edit", + "format", + "text", + "writing" + ] + }, + "unicode": "f1dd", + "label": "Paragraph", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M192 32h64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H384l0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352H288V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H192c-88.4 0-160-71.6-160-160s71.6-160 160-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "passport": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5ab" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "id", + "identification", + "issued", + "travel" + ] + }, + "unicode": "f5ab", + "label": "Passport", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM183 278.8c-27.9-13.2-48.4-39.4-53.7-70.8h39.1c1.6 30.4 7.7 53.8 14.6 70.8zm41.3 9.2l-.3 0-.3 0c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5h47.1c-1.8 29.2-8.1 49.9-14.2 63.5c-3.4 7.6-6.7 13-9.1 16.5zm40.7-9.2c6.8-17.1 12.9-40.4 14.6-70.8h39.1c-5.3 31.4-25.8 57.6-53.7 70.8zM279.6 176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9 13.2 48.4 39.4 53.7 70.8H279.6zM223.7 96l.3 0 .3 0c2.4 3.5 5.7 8.9 9.1 16.5c6 13.6 12.4 34.3 14.2 63.5H200.5c1.8-29.2 8.1-49.9 14.2-63.5c3.4-7.6 6.7-13 9.1-16.5zM183 105.2c-6.8 17.1-12.9 40.4-14.6 70.8H129.3c5.3-31.4 25.8-57.6 53.7-70.8zM352 192A128 128 0 1 0 96 192a128 128 0 1 0 256 0zM112 384c-8.8 0-16 7.2-16 16s7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "paste": { + "aliases": { + "names": [ + "file-clipboard" + ], + "unicodes": { + "secondary": [ + "10f0ea" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "clipboard", + "copy", + "document", + "paper" + ] + }, + "unicode": "f0ea", + "label": "Paste", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 0c-23.7 0-44.4 12.9-55.4 32H48C21.5 32 0 53.5 0 80V400c0 26.5 21.5 48 48 48H192V176c0-44.2 35.8-80 80-80h48V80c0-26.5-21.5-48-48-48H215.4C204.4 12.9 183.7 0 160 0zM272 128c-26.5 0-48 21.5-48 48V448v16c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V256H416c-17.7 0-32-14.3-32-32V128H320 272zM160 40a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm256 88v96h96l-96-96z" + }, + "regular": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M80 96v16c0 17.7 14.3 32 32 32h60.8c16.6-28.7 47.6-48 83.2-48h62c-7.1-27.6-32.2-48-62-48H215.4C211.6 20.9 188.2 0 160 0s-51.6 20.9-55.4 48H64C28.7 48 0 76.7 0 112V384c0 35.3 28.7 64 64 64h96V400H64c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H80zm64-40a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM256 464c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H384v48c0 17.7 14.3 32 32 32h48V448c0 8.8-7.2 16-16 16H256zm192 48c35.3 0 64-28.7 64-64V227.9c0-12.7-5.1-24.9-14.1-33.9l-51.9-51.9c-9-9-21.2-14.1-33.9-14.1H256c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H448z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "patreon": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3d9", + "label": "Patreon", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 194.8c0 101.3-82.4 183.8-183.8 183.8-101.7 0-184.4-82.4-184.4-183.8 0-101.6 82.7-184.3 184.4-184.3C429.6 10.5 512 93.2 512 194.8zM0 501.5h90v-491H0v491z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pause": { + "aliases": { + "unicodes": { + "composite": [ + "23f8" + ], + "secondary": [ + "10f04c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bar", + "double", + "hold", + "pause", + "pause button", + "vertical", + "wait" + ] + }, + "unicode": "f04c", + "label": "Pause", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M48 64C21.5 64 0 85.5 0 112V400c0 26.5 21.5 48 48 48H80c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48zm192 0c-26.5 0-48 21.5-48 48V400c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H240z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "paw": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1b0" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "cat", + "dog", + "pet", + "print" + ] + }, + "unicode": "f1b0", + "label": "Paw", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M226.5 92.9c14.3 42.9-.3 86.2-32.6 96.8s-70.1-15.6-84.4-58.5s.3-86.2 32.6-96.8s70.1 15.6 84.4 58.5zM100.4 198.6c18.9 32.4 14.3 70.1-10.2 84.1s-59.7-.9-78.5-33.3S-2.7 179.3 21.8 165.3s59.7 .9 78.5 33.3zM69.2 401.2C121.6 259.9 214.7 224 256 224s134.4 35.9 186.8 177.2c3.6 9.7 5.2 20.1 5.2 30.5v1.6c0 25.8-20.9 46.7-46.7 46.7c-11.5 0-22.9-1.4-34-4.2l-88-22c-15.3-3.8-31.3-3.8-46.6 0l-88 22c-11.1 2.8-22.5 4.2-34 4.2C84.9 480 64 459.1 64 433.3v-1.6c0-10.4 1.6-20.8 5.2-30.5zM421.8 282.7c-24.5-14-29.1-51.7-10.2-84.1s54-47.3 78.5-33.3s29.1 51.7 10.2 84.1s-54 47.3-78.5 33.3zM310.1 189.7c-32.3-10.6-46.9-53.9-32.6-96.8s52.1-69.1 84.4-58.5s46.9 53.9 32.6 96.8s-52.1 69.1-84.4 58.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "paypal": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1ed", + "label": "Paypal", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "peace": { + "aliases": { + "unicodes": { + "composite": [ + "262e" + ], + "secondary": [ + "10f67c" + ] + } + }, + "changes": [ + "5.3.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "peace", + "peace symbol", + "serenity", + "tranquility", + "truce", + "war" + ] + }, + "unicode": "f67c", + "label": "Peace", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M224 445.3V323.5l-94.3 77.1c26.1 22.8 58.5 38.7 94.3 44.7zM89.2 351.1L224 240.8V66.7C133.2 81.9 64 160.9 64 256c0 34.6 9.2 67.1 25.2 95.1zm293.1 49.5L288 323.5V445.3c35.7-6 68.1-21.9 94.3-44.7zm40.6-49.5c16-28 25.2-60.5 25.2-95.1c0-95.1-69.2-174.1-160-189.3V240.8L422.8 351.1zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "pen": { + "aliases": { + "unicodes": { + "composite": [ + "1f58a" + ], + "secondary": [ + "10f304" + ] + } + }, + "changes": [ + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ballpoint", + "design", + "edit", + "pen", + "update", + "write" + ] + }, + "unicode": "f304", + "label": "Pen", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "pen-clip": { + "aliases": { + "names": [ + "pen-alt" + ], + "unicodes": { + "secondary": [ + "10f305" + ] + } + }, + "changes": [ + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "edit", + "update", + "write" + ] + }, + "unicode": "f305", + "label": "Pen Clip", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1 0 0-1-1 0 0-16-16-96-96-17-17 52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17 96 96 16 16 1 1-17 17L229.5 412.5c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128 241 114.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "pen-fancy": { + "aliases": { + "unicodes": { + "composite": [ + "1f58b", + "2712" + ], + "secondary": [ + "10f5ac" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "black nib", + "design", + "edit", + "fountain", + "fountain pen", + "nib", + "pen", + "update", + "write" + ] + }, + "unicode": "f5ac", + "label": "Pen Fancy", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M373.5 27.1C388.5 9.9 410.2 0 433 0c43.6 0 79 35.4 79 79c0 22.8-9.9 44.6-27.1 59.6L277.7 319l-10.3-10.3-64-64L193 234.3 373.5 27.1zM170.3 256.9l10.4 10.4 64 64 10.4 10.4-19.2 83.4c-3.9 17.1-16.9 30.7-33.8 35.4L24.4 510.3l95.4-95.4c2.6 .7 5.4 1.1 8.3 1.1c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32c0 2.9 .4 5.6 1.1 8.3L1.7 487.6 51.5 310c4.7-16.9 18.3-29.9 35.4-33.8l83.4-19.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "pen-nib": { + "aliases": { + "unicodes": { + "composite": [ + "2711" + ], + "secondary": [ + "10f5ad" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "edit", + "fountain pen", + "update", + "write" + ] + }, + "unicode": "f5ad", + "label": "Pen Nib", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M368.4 18.3L312.7 74.1 437.9 199.3l55.7-55.7c21.9-21.9 21.9-57.3 0-79.2L447.6 18.3c-21.9-21.9-57.3-21.9-79.2 0zM288 94.6l-9.2 2.8L134.7 140.6c-19.9 6-35.7 21.2-42.3 41L3.8 445.8c-3.8 11.3-1 23.9 7.3 32.4L164.7 324.7c-3-6.3-4.7-13.3-4.7-20.7c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-7.4 0-14.4-1.7-20.7-4.7L33.7 500.9c8.6 8.3 21.1 11.2 32.4 7.3l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1 2.8-9.2L288 94.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "pen-ruler": { + "aliases": { + "names": [ + "pencil-ruler" + ], + "unicodes": { + "secondary": [ + "10f5ae" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "draft", + "draw", + "pencil" + ] + }, + "unicode": "f5ae", + "label": "Pen Ruler", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M469.3 19.3l23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4L322.3 75.7l56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2L299.7 98.3 413.7 212.3 158.8 467.1c-6.7 6.7-15.1 11.6-24.2 14.2l-104 29.7c-8.4 2.4-17.4 .1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zM249.4 103.4L103.4 249.4 16 161.9c-18.7-18.7-18.7-49.1 0-67.9L94.1 16c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1l45.1 45.1zM408.6 262.6l45.1 45.1c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1L496 350.1c18.7 18.7 18.7 49.1 0 67.9L417.9 496c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4L408.6 262.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "pen-to-square": { + "aliases": { + "names": [ + "edit" + ], + "unicodes": { + "secondary": [ + "10f044" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "pen", + "pencil", + "update", + "write" + ] + }, + "unicode": "f044", + "label": "Pen To Square", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0L362.3 51.7l97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7zm-299.2 220c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L437.7 172.3 339.7 74.3 172.4 241.7zM96 64C43 64 0 107 0 160V416c0 53 43 96 96 96H352c53 0 96-43 96-96V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H96z" + }, + "regular": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M441 58.9L453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1 377.9 88 407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2L344 121.9 390.1 168 255.8 302.2c-2.9 2.9-6.5 5-10.4 6.1l-58.5 16.7 16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25L175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25C446.8-3.1 401.2-3.1 373.1 25zM88 64C39.4 64 0 103.4 0 152V424c0 48.6 39.4 88 88 88H360c48.6 0 88-39.4 88-88V312c0-13.3-10.7-24-24-24s-24 10.7-24 24V424c0 22.1-17.9 40-40 40H88c-22.1 0-40-17.9-40-40V152c0-22.1 17.9-40 40-40H200c13.3 0 24-10.7 24-24s-10.7-24-24-24H88z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "pencil": { + "aliases": { + "names": [ + "pencil-alt" + ], + "unicodes": { + "composite": [ + "270f", + "f040" + ], + "primary": [ + "f040" + ], + "secondary": [ + "10f040", + "10f303" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Lower Left Pencil", + "design", + "draw", + "edit", + "lead", + "pencil", + "update", + "write" + ] + }, + "unicode": "f303", + "label": "Pencil", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1v32c0 8.8 7.2 16 16 16h32zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "people-arrows": { + "aliases": { + "names": [ + "people-arrows-left-right" + ], + "unicodes": { + "secondary": [ + "10e068" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "distance", + "isolation", + "separate", + "social distancing", + "users-people" + ] + }, + "unicode": "e068", + "label": "People Arrows", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 64a64 64 0 1 1 128 0A64 64 0 1 1 64 64zM25.9 233.4C29.3 191.9 64 160 105.6 160h44.8c27 0 51 13.4 65.5 34.1c-2.7 1.9-5.2 4-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2L192 391.2V464c0 26.5-21.5 48-48 48H112c-26.5 0-48-21.5-48-48V348.3c-26.5-9.5-44.7-35.8-42.2-65.6l4.1-49.3zM448 64a64 64 0 1 1 128 0A64 64 0 1 1 448 64zM431.6 200.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7 38.6-34.1 65.5-34.1h44.8c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6V464c0 26.5-21.5 48-48 48H496c-26.5 0-48-21.5-48-48V391.2l47.6-47.6c21.9-21.9 21.9-57.3 0-79.2l-64-64zM272 240v32h96V240c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V336H272v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "people-carry-box": { + "aliases": { + "names": [ + "people-carry" + ], + "unicodes": { + "secondary": [ + "10f4ce" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f4ce", + "label": "People Carry Box", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm64 193.7v65.1l51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320C54.8 308 48 291.7 48 274.7V186.6c0-32.4 26.2-58.6 58.6-58.6c24.1 0 46.5 12 59.9 32l47.4 71.1 10.1 5V160c0-17.7 14.3-32 32-32H384c17.7 0 32 14.3 32 32v76.2l10.1-5L473.5 160c13.3-20 35.8-32 59.9-32c32.4 0 58.6 26.2 58.6 58.6v88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51V241.7l-19 28.5c-4.6 7-11 12.6-18.5 16.3l-59.6 29.8c-2.4 1.3-4.9 2.2-7.6 2.8c-2.6 .6-5.3 .9-7.9 .8H256.7c-2.5 .1-5-.2-7.5-.7c-2.9-.6-5.6-1.6-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1L50.1 348.6l49.2 49.2-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8S-4.3 484.5 2.3 468.1zM512 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm77.9 348.6l47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94 49.2-49.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "people-group": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "family", + "group", + "team" + ] + }, + "unicode": "e533", + "label": "People Group", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M72 88a56 56 0 1 1 112 0A56 56 0 1 1 72 88zM64 245.7C54 256.9 48 271.8 48 288s6 31.1 16 42.3V245.7zm144.4-49.3C178.7 222.7 160 261.2 160 304c0 34.3 12 65.8 32 90.5V416c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V389.2C26.2 371.2 0 332.7 0 288c0-61.9 50.1-112 112-112h32c24 0 46.2 7.5 64.4 20.3zM448 416V394.5c20-24.7 32-56.2 32-90.5c0-42.8-18.7-81.3-48.4-107.7C449.8 183.5 472 176 496 176h32c61.9 0 112 50.1 112 112c0 44.7-26.2 83.2-64 101.2V416c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32zm8-328a56 56 0 1 1 112 0A56 56 0 1 1 456 88zM576 245.7v84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM320 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM240 304c0 16.2 6 31 16 42.3V261.7c-10 11.3-16 26.1-16 42.3zm144-42.3v84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM448 304c0 44.7-26.2 83.2-64 101.2V448c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V405.2c-37.8-18-64-56.5-64-101.2c0-61.9 50.1-112 112-112h32c61.9 0 112 50.1 112 112z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "people-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "group", + "need" + ] + }, + "unicode": "e534", + "label": "People Line", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M360 72a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM144 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM496 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 217.5V272c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V217.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H486.2c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3H310.2c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6H134.2c-32.4 0-62.1 17.8-77.5 46.3L18.9 340.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V313.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "people-pulling": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forced return", + "yanking" + ] + }, + "unicode": "e535", + "label": "People Pulling", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zM64 128c-35.3 0-64 28.7-64 64V320c0 17.7 14.3 32 32 32c9.8 0 18.5-4.4 24.4-11.2L80.4 485.3c2.9 17.4 19.4 29.2 36.8 26.3s29.2-19.4 26.3-36.8L123.1 352h15.7l30 134.9c3.8 17.3 20.9 28.1 38.2 24.3s28.1-20.9 24.3-38.2l-57.3-258 116.3 53.8c.5 .3 1.1 .5 1.6 .7c8.6 3.6 18 3.1 25.9-.7c3.4-1.6 6.6-3.9 9.3-6.7c3.1-3.2 5.5-7 7.1-11.4c.1-.3 .2-.7 .3-1l2.5-7.5c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L537 232.7l-15.3-36.8C504.5 154.8 464.3 128 419.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-24.4 10.9-44.6 29-58.1 51.6L157.3 136.9C144.7 131 130.9 128 117 128H64zM464 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM349.7 335.6l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L372.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "people-robbery": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "criminal", + "hands up", + "looting", + "robbery", + "steal" + ] + }, + "unicode": "e536", + "label": "People Robbery", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M488.2 59.1C478.1 99.6 441.7 128 400 128s-78.1-28.4-88.2-68.9L303 24.2C298.8 7.1 281.4-3.3 264.2 1S236.7 22.6 241 39.8l8.7 34.9c11 44 40.2 79.6 78.3 99.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V174.3c38.1-20 67.3-55.6 78.3-99.6L559 39.8c4.3-17.1-6.1-34.5-23.3-38.8S501.2 7.1 497 24.2l-8.7 34.9zM400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zm-8 32c-35.3 0-64 28.7-64 64v96l0 .6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352H88V480c0 17.7 14.3 32 32 32s32-14.3 32-32V252.7l13 20.5c5.9 9.2 16.1 14.9 27 14.9h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H209.6l-37.4-58.9C157.6 142 132.1 128 104.7 128H72z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "people-roof": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "family", + "group", + "manage", + "people", + "safe", + "shelter" + ] + }, + "unicode": "e537", + "label": "People Roof", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M335.5 4l288 160c15.4 8.6 21 28.1 12.4 43.5s-28.1 21-43.5 12.4L320 68.6 47.5 220c-15.4 8.6-34.9 3-43.5-12.4s-3-34.9 12.4-43.5L304.5 4c9.7-5.4 21.4-5.4 31.1 0zM320 160a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM144 256a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm312 40a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM226.9 491.4L200 441.5V480c0 17.7-14.3 32-32 32H120c-17.7 0-32-14.3-32-32V441.5L61.1 491.4c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l37.9-70.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c16.3 0 31.9 4.5 45.4 12.6l33.6-62.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c32.4 0 62.1 17.8 77.5 46.3l33.6 62.3c13.5-8.1 29.1-12.6 45.4-12.6h19.5c32.4 0 62.1 17.8 77.5 46.3l37.9 70.3c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8L552 441.5V480c0 17.7-14.3 32-32 32H472c-17.7 0-32-14.3-32-32V441.5l-26.9 49.9c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l36.3-67.5c-1.7-1.7-3.2-3.6-4.3-5.8L376 345.5V400c0 17.7-14.3 32-32 32H296c-17.7 0-32-14.3-32-32V345.5l-26.9 49.9c-1.2 2.2-2.6 4.1-4.3 5.8l36.3 67.5c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "pepper-hot": { + "aliases": { + "unicodes": { + "composite": [ + "1f336" + ], + "secondary": [ + "10f816" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buffalo wings", + "capsicum", + "chili", + "chilli", + "habanero", + "hot", + "hot pepper", + "jalapeno", + "mexican", + "pepper", + "spicy", + "tabasco", + "vegetable" + ] + }, + "unicode": "f816", + "label": "Pepper Hot", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M428.3 3c11.6-6.4 26.2-2.3 32.6 9.3l4.8 8.7c19.3 34.7 19.8 75.7 3.4 110C495.8 159.6 512 197.9 512 240c0 18.5-3.1 36.3-8.9 52.8c-6.1 17.3-28.5 16.3-36.8-.1l-11.7-23.4c-4.1-8.1-12.4-13.3-21.5-13.3H360c-13.3 0-24-10.7-24-24V152c0-13.3-10.7-24-24-24l-17.1 0c-21.3 0-30-23.9-10.8-32.9C304.7 85.4 327.7 80 352 80c28.3 0 54.8 7.3 77.8 20.2c5.5-18.2 3.7-38.4-6-55.8L419 35.7c-6.4-11.6-2.3-26.2 9.3-32.6zM171.2 345.5L264 160l40 0v80c0 26.5 21.5 48 48 48h76.2l23.9 47.8C372.3 443.9 244.3 512 103.2 512H44.4C19.9 512 0 492.1 0 467.6c0-20.8 14.5-38.8 34.8-43.3l49.8-11.1c37.6-8.4 69.5-33.2 86.7-67.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "perbyte": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e083", + "label": "PerByte", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M305.314,284.578H246.6V383.3h58.711q24.423,0,38.193-13.77t13.77-36.11q0-21.826-14.032-35.335T305.314,284.578ZM149.435,128.7H90.724v98.723h58.711q24.42,0,38.19-13.773t13.77-36.107q0-21.826-14.029-35.338T149.435,128.7ZM366.647,32H81.353A81.445,81.445,0,0,0,0,113.352V398.647A81.445,81.445,0,0,0,81.353,480H366.647A81.445,81.445,0,0,0,448,398.647V113.352A81.445,81.445,0,0,0,366.647,32Zm63.635,366.647a63.706,63.706,0,0,1-63.635,63.635H81.353a63.706,63.706,0,0,1-63.635-63.635V113.352A63.706,63.706,0,0,1,81.353,49.718H366.647a63.706,63.706,0,0,1,63.635,63.634ZM305.314,128.7H246.6v98.723h58.711q24.423,0,38.193-13.773t13.77-36.107q0-21.826-14.032-35.338T305.314,128.7Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "percent": { + "aliases": { + "names": [ + "percentage" + ], + "unicodes": { + "composite": [ + "f295", + "f541" + ], + "primary": [ + "f295", + "f541" + ], + "secondary": [ + "1025", + "10f295", + "10f541" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Percent Sign", + "discount", + "fraction", + "proportion", + "rate", + "ratio" + ] + }, + "unicode": "25", + "label": "Percent", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l320-320zM128 128A64 64 0 1 0 0 128a64 64 0 1 0 128 0zM384 384a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "periscope": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3da", + "label": "Periscope", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8zM226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4zM338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4 24.7 0 44.8-19.9 44.8-44.4 0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "person": { + "aliases": { + "names": [ + "male" + ], + "unicodes": { + "composite": [ + "1f9cd" + ], + "secondary": [ + "10f183" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "man", + "person standing", + "stand", + "standing", + "woman" + ] + }, + "unicode": "f183", + "label": "Person", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-arrow-down-to-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ground", + "indigenous", + "native" + ] + }, + "unicode": "e538", + "label": "Person Arrow Down To Line", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352V352h16v96H184zm-64 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H152h80H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H264V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V448zM464 64V306.7l-25.4-25.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L528 306.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-arrow-up-from-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "population", + "rise" + ] + }, + "unicode": "e539", + "label": "Person Arrow Up From Line", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352V352h16v96H184zm-64 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H152h80H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H264V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V448zM598.6 121.4l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L464 141.3 464 384c0 17.7 14.3 32 32 32s32-14.3 32-32V141.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-biking": { + "aliases": { + "names": [ + "biking" + ], + "unicodes": { + "composite": [ + "1f6b4" + ], + "secondary": [ + "10f84a" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bicycle", + "bike", + "biking", + "cyclist", + "pedal", + "person biking", + "summer", + "wheel" + ] + }, + "unicode": "f84a", + "label": "Person Biking", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm27.2 64l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6L288 305.1V416c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-10.7-5.3-20.7-14.2-26.6L295 232.9l60.3-48.5L396 217c5.7 4.5 12.7 7 20 7h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H427.2zM56 384a72 72 0 1 1 144 0A72 72 0 1 1 56 384zm200 0A128 128 0 1 0 0 384a128 128 0 1 0 256 0zm184 0a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zm200 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-booth": { + "aliases": { + "unicodes": { + "secondary": [ + "10f756" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "changing room", + "curtain", + "vote", + "voting" + ] + }, + "unicode": "f756", + "label": "Person Booth", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V192h64V32zm320 0c0-17.7-14.3-32-32-32s-32 14.3-32 32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V32zM224 512c17.7 0 32-14.3 32-32V320H192V480c0 17.7 14.3 32 32 32zM320 0c-9.3 0-18.1 4-24.2 11s-8.8 16.3-7.5 25.5l31.2 218.6L288.6 409.7c-3.5 17.3 7.8 34.2 25.1 37.7s34.2-7.8 37.7-25.1l.7-3.6c1.3 16.4 15.1 29.4 31.9 29.4c17.7 0 32-14.3 32-32c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM112 80A48 48 0 1 0 16 80a48 48 0 1 0 96 0zm0 261.3V269.3l4.7 4.7c9 9 21.2 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H157.3l-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6 160 0 187.6 0 221.6v55.7l0 .9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V384l32 42.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V421.3c0-10.4-3.4-20.5-9.6-28.8L112 341.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-breastfeeding": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baby", + "child", + "infant", + "mother", + "nutrition", + "sustenance" + ] + }, + "unicode": "e53a", + "label": "Person Breastfeeding", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0a80 80 0 1 1 0 160A80 80 0 1 1 224 0zM436.8 382.8L373.5 462c-16.6 20.7-46.8 24.1-67.5 7.5c-17.6-14.1-22.7-38.1-13.5-57.7l-.8-.1c-38.9-5.6-74.3-25.1-99.7-54.8V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 .8 0 1.6 .1 2.4l101.4 50.7c23.7 11.9 33.3 40.7 21.5 64.4s-40.7 33.3-64.4 21.5L27.2 427.3c-1.1-.5-2.2-1.1-3.3-1.7c-4.9-2.8-9.2-6.4-12.6-10.6c-4.6-5.4-7.8-11.7-9.6-18.4c-3.3-12-1.9-25.2 4.8-36.6c.6-1.1 1.3-2.2 2-3.2L75.6 256.1c26.7-40.1 71.7-64.1 119.8-64.1h75.2c46.5 0 90.1 22.5 117.2 60.3l50.7 70.9c2.2 3 4 6.1 5.5 9.4c2.9 6.7 4.3 13.8 4 20.8c-.3 10.6-4.2 21-11.2 29.4zM320 332a44 44 0 1 0 -88 0 44 44 0 1 0 88 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-burst": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abuse", + "accident", + "crash", + "explode", + "violence" + ] + }, + "unicode": "e53b", + "label": "Person Burst", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H465.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L408 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-cane": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aging", + "cane", + "elderly", + "old", + "staff" + ] + }, + "unicode": "e53c", + "label": "Person Cane", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M272 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-8 187.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3zM352 376c0-4.4 3.6-8 8-8s8 3.6 8 8V488c0 13.3 10.7 24 24 24s24-10.7 24-24V376c0-30.9-25.1-56-56-56s-56 25.1-56 56v8c0 13.3 10.7 24 24 24s24-10.7 24-24v-8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-chalkboard": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blackboard", + "instructor", + "keynote", + "lesson", + "presentation", + "teacher" + ] + }, + "unicode": "e53d", + "label": "Person Chalkboard", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V192h56 64 16c17.7 0 32-14.3 32-32s-14.3-32-32-32H384V64H576V256H384V224H320v48c0 26.5 21.5 48 48 48H592c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48v80H243.1 177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "approved", + "not affected", + "ok", + "okay" + ] + }, + "unicode": "e53e", + "label": "Person Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "alert", + "lost", + "missing" + ] + }, + "unicode": "e53f", + "label": "Person Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-circle-minus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "delete", + "remove" + ] + }, + "unicode": "e540", + "label": "Person Circle Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-circle-plus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "found" + ] + }, + "unicode": "e541", + "label": "Person Circle Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H448V304z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-circle-question": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "lost", + "missing" + ] + }, + "unicode": "e542", + "label": "Person Circle Question", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6V328c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9H409.6c-23 0-41.6 18.6-41.6 41.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dead", + "removed" + ] + }, + "unicode": "e543", + "label": "Person Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-digging": { + "aliases": { + "names": [ + "digging" + ], + "unicodes": { + "secondary": [ + "10f85e" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bury", + "construction", + "debris", + "dig", + "men at work" + ] + }, + "unicode": "f85e", + "label": "Person Digging", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M208 64a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM9.8 214.8c5.1-12.2 19.1-18 31.4-12.9L60.7 210l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7 79.3 33.1 34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2 .4 32.2s-16.3 16.2-27.8 16.2H288c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7h32l22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V405.1l-60.6-26-37 111c-5.6 16.8-23.7 25.8-40.5 20.2S-3.9 486.6 1.6 469.9l48-144 11-33 32 13.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-dots-from-line": { + "aliases": { + "names": [ + "diagnoses" + ], + "unicodes": { + "secondary": [ + "10f470" + ] + } + }, + "changes": [ + "5.0.7", + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "allergy", + "diagnosis" + ] + }, + "unicode": "f470", + "label": "Person Dots From Line", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 176A88 88 0 1 0 288 0a88 88 0 1 0 0 176zM78.7 372.9c15-12.5 50-34.4 97.3-50.1V432H400V322.7c47.3 15.8 82.3 37.7 97.3 50.1c20.4 17 50.6 14.2 67.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35C497.2 278.4 481.7 288 464 288c-26.5 0-48-21.5-48-48c0-4.3 .6-8.4 1.6-12.4C379.1 215.9 335.3 208 288 208c-60.2 0-114.9 12.9-160 29.9c0 .7 0 1.4 0 2.1c0 26.5-21.5 48-48 48c-11.8 0-22.7-4.3-31-11.4c-13.1 8.1-23.7 15.9-31.7 22.5c-20.4 17-23.1 47.2-6.1 67.6s47.2 23.1 67.6 6.1zM24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24H552c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM224 280a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM96 240a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm368 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-dress": { + "aliases": { + "names": [ + "female" + ], + "unicodes": { + "secondary": [ + "10f182" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "man", + "skirt", + "woman" + ] + }, + "unicode": "f182", + "label": "Person Dress", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM88 384H70.2c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3h11.6c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1H232v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H152v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-dress-burst": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abuse", + "accident", + "crash", + "explode", + "violence" + ] + }, + "unicode": "e544", + "label": "Person Dress Burst", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M528 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM390.2 384H408v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h16v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h17.8c10.9 0 18.6-10.7 15.2-21.1L546.7 248.1l33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3H474.2c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-drowning": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drown", + "emergency", + "swim" + ] + }, + "unicode": "e545", + "label": "Person Drowning", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32V96.2c0 54.1 23.5 104 62.2 138.3l-21 146.7c7.8 2.1 15.5 3.3 22.8 3.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c12.4 8.5 26.1 14.8 39.7 18l17.7-97.6c10.7-1.2 21.3-3.1 31.9-5.5l105-23.9c17.2-3.9 28-21.1 24.1-38.3s-21.1-28-38.3-24.1L400 216.6c-41 9.3-83.7 7.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3V64zM320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM306.5 389.9c-11.1-7.9-25.9-7.9-37 0C247 405.4 219.5 416 192 416c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 469.7 159 480 192 480c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 405.2 410.9 416 384 416c-27.5 0-55-10.6-77.5-26.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-falling": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accident", + "fall", + "trip" + ] + }, + "unicode": "e546", + "label": "Person Falling", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 0c17.7 0 32 14.3 32 32l0 9.8c0 54.6-27.9 104.6-72.5 133.6l.2 .3L304.5 256l87.5 0c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320l-96 0h-1.4l92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29l0 73.8c0 17.7-14.3 32-32 32s-32-14.3-32-32V278.2c0-65.1 39.6-123.7 100.1-147.9C232.3 115.8 256 80.8 256 41.8l0-9.8c0-17.7 14.3-32 32-32zM112 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-falling-burst": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accident", + "crash", + "death", + "fall", + "homicide", + "murder" + ] + }, + "unicode": "e547", + "label": "Person Falling Burst", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 9.8c0 39-23.7 74-59.9 88.4C71.6 154.5 32 213 32 278.2V352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-73.8c0-10 1.6-19.8 4.5-29L261.1 497.4c9.6 14.8 29.4 19.1 44.3 9.5s19.1-29.4 9.5-44.3L222.6 320H224l80 0 38.4 51.2c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-43.2-57.6C341.3 263.1 327.1 256 312 256l-71.5 0-56.8-80.2-.2-.3c44.7-29 72.5-79 72.5-133.6l0-9.8zM96 80A48 48 0 1 0 0 80a48 48 0 1 0 96 0zM464 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 78.7-12.2c6.5-1 11.7-5.9 13.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L508.3 92.1l-29.4-74C476.4 12 470.6 8 464 8s-12.4 4-14.9 10.1l-29.4 74L343.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7c.1 .3 .1 .6 .2 .8l19.4 0c20.1 0 39.2 7.5 53.8 20.8l18.4 2.9L383 265.3l36.2 48.3c2.1 2.8 3.9 5.7 5.5 8.6L464 286.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-half-dress": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "gender", + "man", + "restroom", + "transgender", + "woman" + ] + }, + "unicode": "e548", + "label": "Person Half Dress", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm8 352V128h6.9c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352h0zM58.2 182.3c19.9-33.1 55.3-53.5 93.8-54.3V384h0v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H70.2c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-harassing": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abuse", + "scream", + "shame", + "shout", + "yell" + ] + }, + "unicode": "e549", + "label": "Person Harassing", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM59.4 304.5L88 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7H145.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9zM480 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM464 344v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L408.8 438l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9V344c0-30.9-25.1-56-56-56s-56 25.1-56 56zM288 48c0 8.8 7.2 16 16 16h56c8.8 0 16-7.2 16-16s-7.2-16-16-16H304c-8.8 0-16 7.2-16 16zm-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5 .7 21.5-7.2s.7-17.5-7.2-21.5l-48-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-hiking": { + "aliases": { + "names": [ + "hiking" + ], + "unicodes": { + "secondary": [ + "10f6ec" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "autumn", + "fall", + "hike", + "mountain", + "outdoors", + "summer", + "walk" + ] + }, + "unicode": "f6ec", + "label": "Person Hiking", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm51.3 182.7L224.2 307l49.7 49.7c9 9 14.1 21.2 14.1 33.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V397.3l-73.9-73.9c-15.8-15.8-22.2-38.6-16.9-60.3l20.4-84c8.3-34.1 42.7-54.9 76.7-46.4c19 4.8 35.6 16.4 46.4 32.7L305.1 208H336V184c0-13.3 10.7-24 24-24s24 10.7 24 24v55.8c0 .1 0 .2 0 .2s0 .2 0 .2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V272H296.6c-16 0-31-8-39.9-21.4l-13.3-20zM81.1 471.9L117.3 334c3 4.2 6.4 8.2 10.1 11.9l41.9 41.9L142.9 488.1c-4.5 17.1-22 27.3-39.1 22.8s-27.3-22-22.8-39.1zm55.5-346L101.4 266.5c-3 12.1-14.9 19.9-27.2 17.9l-47.9-8c-14-2.3-22.9-16.3-19.2-30L31.9 155c9.5-34.8 41.1-59 77.2-59h4.2c15.6 0 27.1 14.7 23.3 29.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-military-pointing": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "army", + "customs", + "guard" + ] + }, + "unicode": "e54a", + "label": "Person Military Pointing", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M246.9 14.1C234 15.2 224 26 224 39c0 13.8 11.2 25 25 25H400c8.8 0 16-7.2 16-16V17.4C416 8 408 .7 398.7 1.4L246.9 14.1zM240 112c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H241.6c-1 5.2-1.6 10.5-1.6 16zM72 224c-22.1 0-40 17.9-40 40s17.9 40 40 40H224v89.4L386.8 230.5c-13.3-4.3-27.3-6.5-41.6-6.5H240 72zm345.7 20.9L246.6 416H416V369.7l53.6 90.6c11.2 19 35.8 25.3 54.8 14.1s25.3-35.8 14.1-54.8L462.3 290.8c-11.2-18.9-26.6-34.5-44.6-45.9zM224 448v32c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V448H224z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-military-rifle": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "armed forces", + "army", + "military", + "rifle", + "war" + ] + }, + "unicode": "e54b", + "label": "Person Military Rifle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 39c0-13 10-23.8 22.9-24.9L334.7 1.4C344 .7 352 8 352 17.4V48c0 8.8-7.2 16-16 16H185c-13.8 0-25-11.2-25-25zm17.6 57H334.4c1 5.2 1.6 10.5 1.6 16c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-5.5 .6-10.8 1.6-16zm228 364.3L352 369.7V480c0 1.3-.1 2.5-.2 3.8L177.5 234.9c16.6-7.1 34.6-10.9 53.3-10.9h50.4c15.9 0 31.3 2.8 45.8 7.9L421.9 67.7c-7.7-4.4-10.3-14.2-5.9-21.9s14.2-10.3 21.9-5.9l13.9 8 13.9 8c7.7 4.4 10.3 14.2 5.9 21.9L416 173.9l1.6 .9c15.3 8.8 20.6 28.4 11.7 43.7L392.6 282c2 2.8 3.9 5.8 5.7 8.8l76.1 128.8c11.2 19 4.9 43.5-14.1 54.8s-43.5 4.9-54.8-14.1zM320 512H192c-17.7 0-32-14.3-32-32V369.7l-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.1-128.8c9.4-15.8 21.7-29.3 36-40L331.1 510c-3.5 1.3-7.2 2-11.1 2zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-military-to-person": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "civilian", + "coordination", + "military" + ] + }, + "unicode": "e54c", + "label": "Person Military To Person", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M71 12.5c-8.6 1-15 8.2-15 16.8c0 9.3 7.5 16.8 16.7 16.9H184.1c8.8-.1 15.9-7.2 15.9-16V16c0-9.5-8.3-17-17.8-15.9L71 12.5zM189.5 78.1H66.5C64.9 83.8 64 89.8 64 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-6.2-.9-12.2-2.5-17.9zM32 256v32c0 17.7 14.3 32 32 32H192c1.8 0 3.5-.1 5.2-.4L53 208.6C40.1 220.3 32 237.2 32 256zm190.2 42.5c1.1-3.3 1.8-6.8 1.8-10.5V256c0-35.3-28.7-64-64-64H96c-3.7 0-7.4 .3-10.9 .9L222.2 298.5zM384 160a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H352zM215.8 450.1c5.2-4.6 8.2-11.1 8.2-18.1s-3-13.5-8.2-18.1l-64-56c-7.1-6.2-17.1-7.7-25.7-3.8S112 366.6 112 376v32l-88 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l88 0v32c0 9.4 5.5 18 14.1 21.9s18.6 2.4 25.7-3.8l64-56zM288 431.9c0 6.9 2.9 13.5 8.1 18.1l64 56.4c7.1 6.2 17.1 7.8 25.7 3.9s14.1-12.4 14.1-21.9l0-32.4 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-32c0-9.4-5.5-18-14.1-21.9s-18.6-2.4-25.7 3.8l-64 56c-5.2 4.5-8.2 11.1-8.2 18z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-praying": { + "aliases": { + "names": [ + "pray" + ], + "unicodes": { + "composite": [ + "1f6d0" + ], + "secondary": [ + "10f683" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "kneel", + "place of worship", + "religion", + "thank", + "worship" + ] + }, + "unicode": "f683", + "label": "Person Praying", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 64A64 64 0 1 0 224 64a64 64 0 1 0 128 0zM232.7 264l22.9 31.5c6.5 8.9 16.3 14.7 27.2 16.1s21.9-1.7 30.4-8.7l88-72c17.1-14 19.6-39.2 5.6-56.3s-39.2-19.6-56.3-5.6l-55.2 45.2-26.2-36C253.6 156.7 228.6 144 202 144c-30.9 0-59.2 17.1-73.6 44.4L79.8 280.9c-20.2 38.5-9.4 85.9 25.6 111.8L158.6 432H72c-22.1 0-40 17.9-40 40s17.9 40 40 40H280c17.3 0 32.6-11.1 38-27.5s-.3-34.4-14.2-44.7L187.7 354l45-90z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-pregnant": { + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baby", + "birth", + "child", + "pregnant", + "pregnant woman", + "woman" + ] + }, + "unicode": "e31e", + "label": "Person Pregnant", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM120 383c-13.8-3.6-24-16.1-24-31V296.9l-4.6 7.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c15-24.9 40.3-41.5 68.7-45.6c4.1-.6 8.2-1 12.5-1h1.1 12.5H192c1.4 0 2.8 .1 4.1 .3c35.7 2.9 65.4 29.3 72.1 65l6.1 32.5c44.3 8.6 77.7 47.5 77.7 94.3v32c0 17.7-14.3 32-32 32H304 264v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384h-8-8v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V383z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-rays": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "focus", + "shine" + ] + }, + "unicode": "e54d", + "label": "Person Rays", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L328 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H248zM7 7C16.4-2.3 31.6-2.3 41 7l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 41C-2.3 31.6-2.3 16.4 7 7zM471 7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L471 7zM7 505c-9.4-9.4-9.4-24.6 0-33.9l80-80c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L41 505c-9.4 9.4-24.6 9.4-33.9 0zm464 0l-80-80c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-rifle": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "army", + "combatant", + "gun", + "military", + "rifle", + "war" + ] + }, + "unicode": "e54e", + "label": "Person Rifle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M265.2 192c25.4 0 49.8 7.1 70.8 19.9V512H144V337.7L90.4 428.3c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8L97.7 258.8c24.5-41.4 69-66.8 117.1-66.8h50.4zM160 80a80 80 0 1 1 160 0A80 80 0 1 1 160 80zM448 0c8.8 0 16 7.2 16 16V132.3c9.6 5.5 16 15.9 16 27.7V269.3l16-5.3V208c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v84.5c0 6.9-4.4 13-10.9 15.2L480 325.3V352h48c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H484l23 92.1c2.5 10.1-5.1 19.9-15.5 19.9H432c-8.8 0-16-7.2-16-16V400H400c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32V160c0-11.8 6.4-22.2 16-27.7V32c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-running": { + "aliases": { + "names": [ + "running" + ], + "unicodes": { + "composite": [ + "1f3c3" + ], + "secondary": [ + "10f70c" + ] + } + }, + "changes": [ + "5.4.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "exit", + "flee", + "marathon", + "person running", + "race", + "running" + ] + }, + "unicode": "f70c", + "label": "Person Running", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M320 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM125.7 175.5c9.9-9.9 23.4-15.5 37.5-15.5c1.9 0 3.8 .1 5.6 .3L137.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9-25.4 88.8c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l28.7-100.4c5.9-20.6-2.6-42.6-20.7-53.9L238 299l30.9-82.4 5.1 12.3C289 264.7 323.9 288 362.7 288H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H362.7c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3L57.4 153.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l23.1-23.1zM91.2 352H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h69.6c19 0 36.2-11.2 43.9-28.5L157 361.6l-9.5-6c-17.5-10.9-30.5-26.8-37.9-44.9L91.2 352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-shelter": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "house", + "inside", + "roof", + "safe", + "safety", + "shelter" + ] + }, + "unicode": "e54f", + "label": "Person Shelter", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M271.9 4.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C6.2 137.9 0 148.5 0 160V480c0 17.7 14.3 32 32 32s32-14.3 32-32V178.6L256 68.9 448 178.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-11.5-6.2-22.1-16.1-27.8l-224-128zM256 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zm-8 280V400h16v88c0 13.3 10.7 24 24 24s24-10.7 24-24V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H246.2c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.3c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L200 313.5V488c0 13.3 10.7 24 24 24s24-10.7 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-skating": { + "aliases": { + "names": [ + "skating" + ], + "unicodes": { + "secondary": [ + "10f7c5" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "figure skating", + "ice", + "olympics", + "rink", + "skate", + "winter" + ] + }, + "unicode": "f7c5", + "label": "Person Skating", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM128 128c0-17.7 14.3-32 32-32H319.4c43.6 0 64.6 53.4 32.8 83.1l-74.4 69.4 60.2 60.2c9 9 14.1 21.2 14.1 33.9V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V349.3l-77.9-77.8c-26.6-26.6-24.6-70.3 4.3-94.4l20.4-17H160c-17.7 0-32-14.3-32-32zM81.4 353.4l86.9-86.9c4.6 10 11 19.3 19.3 27.5l21.8 21.8-82.7 82.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zm322.5 95.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h88.8c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6zM135.2 478.3l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5L4.7 411.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-skiing": { + "aliases": { + "names": [ + "skiing" + ], + "unicodes": { + "composite": [ + "26f7" + ], + "secondary": [ + "10f7c9" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "downhill", + "olympics", + "ski", + "skier", + "snow", + "winter" + ] + }, + "unicode": "f7c9", + "label": "Person Skiing", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M380.7 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM2.7 268.9c6.1-11.8 20.6-16.3 32.4-10.2L232.7 361.3l46.2-69.2-75.1-75.1c-14.6-14.6-20.4-33.9-18.4-52.1l108.8 52 39.3 39.3c16.2 16.2 18.7 41.5 6 60.6L289.8 391l128.7 66.8c13.6 7.1 29.8 7.2 43.6 .3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7L12.9 301.3C1.2 295.2-3.4 280.7 2.7 268.9zM118.9 65.6L137 74.2l8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-8.5 16.9 54.7 26.2c1.5-.7 3.1-1.4 4.7-2.1l83.4-33.4c34.2-13.7 72.8 4.2 84.5 39.2l17.1 51.2 52.1 26.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-58.1-29c-11.4-5.7-20-15.7-24.1-27.8l-5.8-17.3-27.3 12.1-6.8 3-6.7-3.2L151.5 116.7l-9.2 18.4c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-18-17.6-8.4c-8-3.8-11.3-13.4-7.5-21.3s13.4-11.3 21.3-7.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-skiing-nordic": { + "aliases": { + "names": [ + "skiing-nordic" + ], + "unicodes": { + "secondary": [ + "10f7ca" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cross country", + "olympics", + "winter" + ] + }, + "unicode": "f7ca", + "label": "Person Skiing Nordic", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M336 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM227.2 160c1.9 0 3.8 .1 5.6 .3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9L291.3 464H202.8l41.1-88.1-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464H99.7l54.2-257.6c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zM121.4 198.6c.4 .4 .8 .8 1.3 1.2L67 464H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H159.3c.4 0 .9 0 1.3 0H319.3c.5 0 1 0 1.4 0H504c39.8 0 72-32.2 72-72v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24v8c0 13.3-10.7 24-24 24H434.6l27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7c0-17.7-14.3-32-32-32H426.7c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4L402.3 464H357.8l21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4 5.1 12.3C353 264.7 387.9 288 426.7 288h2.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-snowboarding": { + "aliases": { + "names": [ + "snowboarding" + ], + "unicodes": { + "composite": [ + "1f3c2" + ], + "secondary": [ + "10f7ce" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "olympics", + "ski", + "snow", + "snowboard", + "snowboarder", + "winter" + ] + }, + "unicode": "f7ce", + "label": "Person Snowboarding", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M209.7 3.4c15.8-7.9 35-1.5 42.9 14.3l25 50 42.4 8.5c19.5 3.9 37.8 12.3 53.5 24.5l126.1 98.1c14 10.9 16.5 31 5.6 44.9s-31 16.5-44.9 5.6l-72.1-56.1-71.5 31.8 33.1 27.6c23.2 19.3 33.5 50 26.7 79.4l-17.4 75.2c-2.2 9.4-8.2 16.8-16.1 21l86.5 33.1c4.6 1.8 9.4 2.6 14.3 2.6H472c13.3 0 24 10.7 24 24s-10.7 24-24 24H443.8c-10.8 0-21.4-2-31.5-5.8L60.1 371.3c-11.5-4.4-22-11.2-30.8-20L7 329c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.4 22.4c4 4 8.7 7.1 14 9.1l22.4 8.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8 3.5-34.9 20.2-40.5L192 264.9l0-53.2c0-24.2 13.7-46.4 35.4-57.2l45.2-22.6-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35 14.3-42.9zM139 350.1l159 60.9c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44 0 18.8c0 20.7-13.2 39-32.8 45.5L139 350.1zM432 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-swimming": { + "aliases": { + "names": [ + "swimmer" + ], + "unicodes": { + "composite": [ + "1f3ca" + ], + "secondary": [ + "10f5c4" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ocean", + "person swimming", + "pool", + "sea", + "swim", + "water" + ] + }, + "unicode": "f5c4", + "label": "Person Swimming", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M309.5 178.4L447.9 297.1c-1.6 .9-3.2 2-4.8 3c-18 12.4-40.1 20.3-59.2 20.3c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-10.1 0-21.1-2.2-31.9-6.2C163.1 193.2 262.2 96 384 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-26.9 0-52.3 6.6-74.5 18.4zM160 160A64 64 0 1 1 32 160a64 64 0 1 1 128 0zM306.5 325.9C329 341.4 356.5 352 384 352c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 405.7 417 416 384 416c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 341.2 165.1 352 192 352c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-through-window": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "door", + "exit", + "forced entry", + "leave", + "robbery", + "steal", + "window" + ] + }, + "unicode": "e5a9", + "label": "Person Through Window", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 64l224 0 0 9.8c0 39-23.7 74-59.9 88.4C167.6 186.5 128 245 128 310.2l0 73.8s0 0 0 0H64V64zm288 0l224 0V384H508.3l-3.7-4.5-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3l-71.1 0-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29 72.5-79 72.5-133.6l0-9.8zm73 320H379.2l42.7 64H592c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48V400c0 26.5 21.5 48 48 48H308.2l33.2 49.8c9.8 14.7 29.7 18.7 44.4 8.9s18.7-29.7 8.9-44.4L310.5 336l74.6 0 40 48zm-159.5 0H192s0 0 0 0l0-73.8c0-10.2 1.6-20.1 4.7-29.5L265.5 384zM192 128a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-walking": { + "aliases": { + "names": [ + "walking" + ], + "unicodes": { + "composite": [ + "1f6b6" + ], + "secondary": [ + "10f554" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crosswalk", + "exercise", + "hike", + "move", + "person walking", + "walk", + "walking" + ] + }, + "unicode": "f554", + "label": "Person Walking", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM126.5 199.3c-1 .4-1.9 .8-2.9 1.2l-8 3.5c-16.4 7.3-29 21.2-34.7 38.2l-2.6 7.8c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.2-40.5l2.6-7.8c11.4-34.1 36.6-61.9 69.4-76.5l8-3.5c20.8-9.2 43.3-14 66.1-14c44.6 0 84.8 26.8 101.9 67.9L281 232.7l21.4 10.7c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L247 287.3c-10.3-5.2-18.4-13.8-22.8-24.5l-9.6-23-19.3 65.5 49.5 54c5.4 5.9 9.2 13 11.2 20.8l23 92.1c4.3 17.1-6.1 34.5-23.3 38.8s-34.5-6.1-38.8-23.3l-22-88.1-70.7-77.1c-14.8-16.1-20.3-38.6-14.7-59.7l16.9-63.5zM68.7 398l25-62.4c2.1 3 4.5 5.8 7 8.6l40.7 44.4-14.5 36.2c-2.4 6-6 11.5-10.6 16.1L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L68.7 398z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-walking-arrow-loop-left": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "population return", + "return" + ] + }, + "unicode": "e551", + "label": "Person Walking Arrow Loop Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384H480c88.4 0 160-71.6 160-160s-71.6-160-160-160L352 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c53 0 96 43 96 96s-43 96-96 96H461.3l25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3l80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-walking-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "exit", + "internally displaced", + "leave", + "refugee" + ] + }, + "unicode": "e552", + "label": "Person Walking Arrow Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224H384c-17.7 0-32 14.3-32 32s14.3 32 32 32H530.7l-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-walking-dashed-line-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "exit", + "refugee" + ] + }, + "unicode": "e553", + "label": "Person Walking Dashed Line Arrow Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224H384c-17.7 0-32 14.3-32 32s14.3 32 32 32H530.7l-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80zM392 0c-13.3 0-24 10.7-24 24V72c0 13.3 10.7 24 24 24s24-10.7 24-24V24c0-13.3-10.7-24-24-24zm24 152c0-13.3-10.7-24-24-24s-24 10.7-24 24v16c0 13.3 10.7 24 24 24s24-10.7 24-24V152zM392 320c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24s24-10.7 24-24V344c0-13.3-10.7-24-24-24zm24 120c0-13.3-10.7-24-24-24s-24 10.7-24 24v48c0 13.3 10.7 24 24 24s24-10.7 24-24V440z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-walking-luggage": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bag", + "baggage", + "briefcase", + "carry-on", + "deployment", + "rolling" + ] + }, + "unicode": "e554", + "label": "Person Walking Luggage", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M432 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM347.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L505 232.7l-15.3-36.8C472.5 154.8 432.3 128 387.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L340.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4L147.7 304c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8L261.9 296c4.4-7.7 1.8-17.4-5.9-21.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "person-walking-with-cane": { + "aliases": { + "names": [ + "blind" + ], + "unicodes": { + "secondary": [ + "10f29d" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blind", + "cane" + ] + }, + "unicode": "f29d", + "label": "Person Walking With Cane", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8.4 32c-36.4 0-69.6 20.5-85.9 53.1L35.4 273.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L128 231.6v43.2c0 17 6.7 33.3 18.7 45.3L224 397.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V390.6c0-12.7-5.1-24.9-14.1-33.9L224 306.7V213.3l70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8L268.8 166.4C250.7 142.2 222.2 128 192 128H167.6zM128.3 346.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2-52.8-52.8zM450.8 505.1c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3c-5 3.8-10.5 6.4-16.2 7.9L450.8 505.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "peseta-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Peseta Sign", + "currency" + ] + }, + "unicode": "e221", + "label": "Peseta Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64v96c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 96V448c0 17.7 14.3 32 32 32s32-14.3 32-32V352h96c77.4 0 142-55 156.8-128H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-3.2C334 87 269.4 32 192 32H64zM282.5 160H96V96h96c41.8 0 77.4 26.7 90.5 64zM96 224H282.5c-13.2 37.3-48.7 64-90.5 64H96V224z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "peso-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Peso Sign", + "currency" + ] + }, + "unicode": "e222", + "label": "Peso Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64v64c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c68.4 0 127.7-39 156.8-96H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.7c.5-5.3 .7-10.6 .7-16s-.2-10.7-.7-16h.7c17.7 0 32-14.3 32-32s-14.3-32-32-32H332.8C303.7 71 244.4 32 176 32H64zm190.4 96H96V96h80c30.5 0 58.2 12.2 78.4 32zM96 192H286.9c.7 5.2 1.1 10.6 1.1 16s-.4 10.8-1.1 16H96V192zm158.4 96c-20.2 19.8-47.9 32-78.4 32H96V288H254.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "phabricator": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3db", + "label": "Phabricator", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M323 262.1l-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7zm-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4-17.3.8-32.1-12.5-32.8-29.6-.7-17.1 12.8-31.6 30.1-32.3 17.3-.8 32.1 12.5 32.8 29.5zm201.2-37.9l-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81zM140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "phoenix-framework": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3dc", + "label": "Phoenix Framework", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4zM75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8zm196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2zm174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2zm102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3zm-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9zM268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7.4-.1.9 0 1.5.3-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6zM640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4zm-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "phoenix-squadron": { + "changes": [ + "5.0.12", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f511", + "label": "Phoenix Squadron", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "phone": { + "aliases": { + "unicodes": { + "composite": [ + "1f4de", + "1f57b" + ], + "secondary": [ + "10f095" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Left Hand Telephone Receiver", + "call", + "earphone", + "number", + "phone", + "receiver", + "support", + "telephone", + "telephone receiver", + "voice" + ] + }, + "unicode": "f095", + "label": "Phone", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "phone-flip": { + "aliases": { + "names": [ + "phone-alt" + ], + "unicodes": { + "composite": [ + "1f57d" + ], + "secondary": [ + "10f879" + ] + } + }, + "changes": [ + "5.9.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Right Hand Telephone Receiver", + "call", + "earphone", + "number", + "support", + "telephone", + "voice" + ] + }, + "unicode": "f879", + "label": "Phone Flip", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M347.1 24.6c7.7-18.6 28-28.5 47.4-23.2l88 24C499.9 30.2 512 46 512 64c0 247.4-200.6 448-448 448c-18 0-33.8-12.1-38.6-29.5l-24-88c-5.3-19.4 4.6-39.7 23.2-47.4l96-40c16.3-6.8 35.2-2.1 46.3 11.6L207.3 368c70.4-33.3 127.4-90.3 160.7-160.7L318.7 167c-13.7-11.2-18.4-30-11.6-46.3l40-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "phone-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f3dd" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "call", + "cancel", + "earphone", + "mute", + "number", + "support", + "telephone", + "voice" + ] + }, + "unicode": "f3dd", + "label": "Phone Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M228.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C76.1 30.2 64 46 64 64c0 107.4 37.8 206 100.8 283.1L9.2 469.1c-10.4 8.2-12.3 23.3-4.1 33.7s23.3 12.3 33.7 4.1l592-464c10.4-8.2 12.3-23.3 4.1-33.7s-23.3-12.3-33.7-4.1L253 278c-17.8-21.5-32.9-45.2-45-70.7L257.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96zm96.8 319l-91.3 72C310.7 476 407.1 512 512 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L368.7 368c-15-7.1-29.3-15.2-43-24.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "phone-volume": { + "aliases": { + "names": [ + "volume-control-phone" + ], + "unicodes": { + "secondary": [ + "10f2a0" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.0.3", + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "call", + "earphone", + "number", + "sound", + "support", + "telephone", + "voice", + "volume-control-phone" + ] + }, + "unicode": "f2a0", + "label": "Phone Volume", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M280 0C408.1 0 512 103.9 512 232c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32-72c0-13.3 10.7-24 24-24c75.1 0 136 60.9 136 136c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88c-13.3 0-24-10.7-24-24zM117.5 1.4c19.4-5.3 39.7 4.6 47.4 23.2l40 96c6.8 16.3 2.1 35.2-11.6 46.3L144 207.3c33.3 70.4 90.3 127.4 160.7 160.7L345 318.7c11.2-13.7 30-18.4 46.3-11.6l96 40c18.6 7.7 28.5 28 23.2 47.4l-24 88C481.8 499.9 466 512 448 512C200.6 512 0 311.4 0 64C0 46 12.1 30.2 29.5 25.4l88-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "photo-film": { + "aliases": { + "names": [ + "photo-video" + ], + "unicodes": { + "secondary": [ + "10f87c" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "av", + "film", + "image", + "library", + "media" + ] + }, + "unicode": "f87c", + "label": "Photo Film", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 0H576c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64H256c-35.3 0-64-28.7-64-64V64c0-35.3 28.7-64 64-64zM476 106.7C471.5 100 464 96 456 96s-15.5 4-20 10.7l-56 84L362.7 169c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6h80 48H552c8.9 0 17-4.9 21.2-12.7s3.7-17.3-1.2-24.6l-96-144zM336 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM64 128h96V384v32c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V384H512v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64zm8 64c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H72zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V312c0-8.8-7.2-16-16-16H72zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V416c0-8.8-7.2-16-16-16H72zm336 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V416c0-8.8-7.2-16-16-16H424c-8.8 0-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "php": { + "changes": [ + "5.0.5" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f457", + "label": "PHP", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7zM218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3zM97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7L97.4 350.3zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5l32.7-168.6zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3zM384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417l-32.8 168.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pied-piper": { + "changes": [ + "4.6.0", + "5.0.0", + "5.0.10", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2ae", + "label": "Pied Piper Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 480, + 512 + ], + "width": 480, + "height": 512, + "path": "M455.93,23.2C429.23,30,387.79,51.69,341.35,90.66A206,206,0,0,0,240,64C125.13,64,32,157.12,32,272s93.13,208,208,208,208-93.13,208-208a207.25,207.25,0,0,0-58.75-144.81,155.35,155.35,0,0,0-17,27.4A176.16,176.16,0,0,1,417.1,272c0,97.66-79.44,177.11-177.09,177.11a175.81,175.81,0,0,1-87.63-23.4c82.94-107.33,150.79-37.77,184.31-226.65,5.79-32.62,28-94.26,126.23-160.18C471,33.45,465.35,20.8,455.93,23.2ZM125,406.4A176.66,176.66,0,0,1,62.9,272C62.9,174.34,142.35,94.9,240,94.9a174,174,0,0,1,76.63,17.75C250.64,174.76,189.77,265.52,125,406.4Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pied-piper-alt": { + "changes": [ + "4.1.0", + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1a8", + "label": "Alternate Pied Piper Logo (Old)", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pied-piper-hat": { + "changes": [ + "5.0.10" + ], + "ligatures": [], + "search": { + "terms": [ + "clothing" + ] + }, + "unicode": "f4e5", + "label": "Pied Piper Hat (Old)", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pied-piper-pp": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1a7", + "label": "Pied Piper PP Logo (Old)", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8zm52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM185 255.1c41 0 74.2-35.6 74.2-79.6 0-44-33.2-79.6-74.2-79.6-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8zm158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "piggy-bank": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4d3" + ] + } + }, + "changes": [ + "5.0.9", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank", + "save", + "savings" + ] + }, + "unicode": "f4d3", + "label": "Piggy Bank", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M400 96l0 .7c-5.3-.4-10.6-.7-16-.7H256c-16.5 0-32.5 2.1-47.8 6c-.1-2-.2-4-.2-6c0-53 43-96 96-96s96 43 96 96zm-16 32c3.5 0 7 .1 10.4 .3c4.2 .3 8.4 .7 12.6 1.3C424.6 109.1 450.8 96 480 96h11.5c10.4 0 18 9.8 15.5 19.9l-13.8 55.2c15.8 14.8 28.7 32.8 37.5 52.9H544c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H512c-9.1 12.1-19.9 22.9-32 32v64c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H256v32c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V416c-34.9-26.2-58.7-66.3-63.2-112H68c-37.6 0-68-30.4-68-68s30.4-68 68-68h4c13.3 0 24 10.7 24 24s-10.7 24-24 24H68c-11 0-20 9-20 20s9 20 20 20H99.2c12.1-59.8 57.7-107.5 116.3-122.8c12.9-3.4 26.5-5.2 40.5-5.2H384zm64 136a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "pills": { + "aliases": { + "unicodes": { + "secondary": [ + "10f484" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medicine", + "prescription", + "tablets" + ] + }, + "unicode": "f484", + "label": "Pills", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "pinterest": { + "changes": [ + "2.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f0d2", + "label": "Pinterest", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pinterest-p": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f231", + "label": "Pinterest P", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pix": { + "changes": [ + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e43a", + "label": "Pix", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C256.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 127.1 132.6 120.2 112.6 120.2H103.3L200.7 22.76C231.1-7.586 280.3-7.586 310.6 22.76L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.8 142.5 392.6 142.5H430.3L488.6 200.8C518.9 231.1 518.9 280.3 488.6 310.6L430.3 368.9H392.6C378.8 368.9 365.3 363.3 355.5 353.5L278.5 276.5C264.6 262.6 240.3 262.6 226.4 276.6L149.7 353.2C139.1 363 126.4 368.6 112.6 368.6H80.78L22.76 310.6C-7.586 280.3-7.586 231.1 22.76 200.8L80.78 142.7H112.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pizza-slice": { + "aliases": { + "unicodes": { + "secondary": [ + "10f818" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cheese", + "chicago", + "italian", + "mozzarella", + "new york", + "pepperoni", + "pie", + "slice", + "teenage mutant ninja turtles", + "tomato" + ] + }, + "unicode": "f818", + "label": "Pizza Slice", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M169.7 .9c-22.8-1.6-41.9 14-47.5 34.7L110.4 80c.5 0 1.1 0 1.6 0c176.7 0 320 143.3 320 320c0 .5 0 1.1 0 1.6l44.4-11.8c20.8-5.5 36.3-24.7 34.7-47.5C498.5 159.5 352.5 13.5 169.7 .9zM399.8 410.2c.1-3.4 .2-6.8 .2-10.2c0-159.1-128.9-288-288-288c-3.4 0-6.8 .1-10.2 .2L.5 491.9c-1.5 5.5 .1 11.4 4.1 15.4s9.9 5.6 15.4 4.1L399.8 410.2zM176 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM96 384a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "place-of-worship": { + "aliases": { + "unicodes": { + "secondary": [ + "10f67f" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "church", + "holy", + "mosque", + "synagogue" + ] + }, + "unicode": "f67f", + "label": "Place Of Worship", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 109.3V217.6L183.3 242c-14.5 8.7-23.3 24.3-23.3 41.2V512h96V416c0-35.3 28.7-64 64-64s64 28.7 64 64v96h96V283.2c0-16.9-8.8-32.5-23.3-41.2L416 217.6V109.3c0-8.5-3.4-16.6-9.4-22.6L331.3 11.3c-6.2-6.2-16.4-6.2-22.6 0L233.4 86.6c-6 6-9.4 14.1-9.4 22.6zM24.9 330.3C9.5 338.8 0 354.9 0 372.4V464c0 26.5 21.5 48 48 48h80V273.6L24.9 330.3zM592 512c26.5 0 48-21.5 48-48V372.4c0-17.5-9.5-33.6-24.9-42.1L512 273.6V512h80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plane": { + "aliases": { + "unicodes": { + "secondary": [ + "10f072" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "airport", + "destination", + "fly", + "location", + "mode", + "travel", + "trip" + ] + }, + "unicode": "f072", + "label": "Plane", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plane-arrival": { + "aliases": { + "unicodes": { + "composite": [ + "1f6ec" + ], + "secondary": [ + "10f5af" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aeroplane", + "airplane", + "airplane arrival", + "airport", + "arrivals", + "arriving", + "destination", + "fly", + "land", + "landing", + "location", + "mode", + "travel", + "trip" + ] + }, + "unicode": "f5af", + "label": "Plane Arrival", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M.3 166.9L0 68C0 57.7 9.5 50.1 19.5 52.3l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6L181.8 20.4C178.9 10.2 186.6 0 197.2 0h40.1c11.6 0 22.2 6.2 27.9 16.3l109 193.8 107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7L121.7 289.8c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14-9.3-22.5zM32 448H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm96-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128-16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plane-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "airport", + "flight", + "fly", + "not affected", + "ok", + "okay", + "travel" + ] + }, + "unicode": "e555", + "label": "Plane Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plane-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "airplane", + "airport", + "flight", + "fly", + "travel" + ] + }, + "unicode": "e556", + "label": "Plane Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plane-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "airport", + "destroy", + "flight", + "fly", + "travel" + ] + }, + "unicode": "e557", + "label": "Plane Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plane-departure": { + "aliases": { + "unicodes": { + "composite": [ + "1f6eb" + ], + "secondary": [ + "10f5b0" + ] + } + }, + "changes": [ + "5.1.0", + "5.8.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aeroplane", + "airplane", + "airplane departure", + "airport", + "check-in", + "departing", + "departure", + "departures", + "destination", + "fly", + "location", + "mode", + "take off", + "taking off", + "travel", + "trip" + ] + }, + "unicode": "f5b0", + "label": "Plane Departure", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240 77.8 214.1c-8.7-3.9-18.8-3.7-27.3 .6L18.3 230.8c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2H248.4c5 0 9.9-1.2 14.3-3.4L535.6 212.2c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48H542.8c-20.2 0-40.2 4.8-58.2 14L381 114.9zM0 480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plane-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "airport", + "closed", + "flight", + "fly", + "lockdown", + "quarantine", + "travel" + ] + }, + "unicode": "e558", + "label": "Plane Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7v84.6l101.8 58.2C418 247.6 416 259.6 416 272v24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1V400l57.6 43.2c4 3 6.4 7.8 6.4 12.8v24 18c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14V456c0-5 2.4-9.8 6.4-12.8L192 400l0-70.9-171.6 49C10.2 381.1 0 373.4 0 362.8V297.3c0-5.7 3.1-11 8.1-13.9L192 178.3V93.7zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plane-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e069" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane mode", + "airport", + "canceled", + "covid-19", + "delayed", + "grounded", + "travel" + ] + }, + "unicode": "e069", + "label": "Plane Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M514.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64H440.6L630.8 469.1c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L238.1 161.3 197.8 20.4C194.9 10.2 202.6 0 213.2 0h56.2c11.5 0 22.1 6.2 27.8 16.1L397.7 192l116.6 0zM41.5 128.7l321 252.9L297.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6H144l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4H46c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L64 256 32.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-6.2 4-11.4 9.5-13.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plane-up": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "airport", + "internet", + "signal", + "sky", + "wifi", + "wireless" + ] + }, + "unicode": "e22d", + "label": "Plane Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7l0 66.3L497.8 278.5c8.9 5.9 14.2 15.9 14.2 26.6v56.7c0 10.9-10.7 18.6-21.1 15.2L320 320v80l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14V456c0-5 2.4-9.8 6.4-12.8L192 400V320L21.1 377C10.7 380.4 0 372.7 0 361.8V305.1c0-10.7 5.3-20.7 14.2-26.6L192 160V93.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plant-wilt": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drought", + "planting", + "vegetation", + "wilt" + ] + }, + "unicode": "e5aa", + "label": "Plant Wilt", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 120c0-30.9 25.1-56 56-56s56 25.1 56 56v13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1V120C464 53.7 410.3 0 344 0S224 53.7 224 120v21.8C207.3 133 188.2 128 168 128c-66.3 0-120 53.7-120 120v13c-29.3 10-48 34.5-48 70.1C0 359 25.3 405.9 66 442.7c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1V248c0-30.9 25.1-56 56-56s56 25.1 56 56v32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V280 248 120z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plate-wheat": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bowl", + "hunger", + "rations", + "wheat" + ] + }, + "unicode": "e55a", + "label": "Plate Wheat", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 32c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zM56 64h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24zM24 136H136c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24zM272 48c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48zM400 32c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zm80 160v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 176c8.8 0 16 7.2 16 16v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80zm-96 16v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM3.5 347.6C1.6 332.9 13 320 27.8 320H484.2c14.8 0 26.2 12.9 24.4 27.6C502.3 397.8 464.2 437 416 446v2c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32v-2c-48.2-9-86.3-48.2-92.5-98.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "play": { + "aliases": { + "unicodes": { + "composite": [ + "25b6" + ], + "secondary": [ + "10f04b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "audio", + "music", + "play", + "play button", + "playing", + "right", + "sound", + "start", + "triangle", + "video" + ] + }, + "unicode": "f04b", + "label": "Play", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "playstation": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3df", + "label": "PlayStation", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9zm-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6zM43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4 13.9 4.6 39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "plug": { + "aliases": { + "unicodes": { + "composite": [ + "1f50c" + ], + "secondary": [ + "10f1e6" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "connect", + "electric", + "electric plug", + "electricity", + "online", + "plug", + "power" + ] + }, + "unicode": "f1e6", + "label": "Plug", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8C297 398 352 333.4 352 256V224c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plug-circle-bolt": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electric", + "electricity", + "plug", + "power" + ] + }, + "unicode": "e55b", + "label": "Plug Circle Bolt", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356H488c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380H376c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plug-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electric", + "electricity", + "not affected", + "ok", + "okay", + "plug", + "power" + ] + }, + "unicode": "e55c", + "label": "Plug Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plug-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "electric", + "electricity", + "plug", + "power" + ] + }, + "unicode": "e55d", + "label": "Plug Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plug-circle-minus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electric", + "electricity", + "plug", + "power" + ] + }, + "unicode": "e55e", + "label": "Plug Circle Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16H496c8.8 0 16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plug-circle-plus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electric", + "electricity", + "plug", + "power" + ] + }, + "unicode": "e55f", + "label": "Plug Circle Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208v48h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V384H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h48V304c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plug-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "destroy", + "electric", + "electricity", + "outage", + "plug", + "power" + ] + }, + "unicode": "e560", + "label": "Plug Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plus": { + "aliases": { + "names": [ + "add" + ], + "unicodes": { + "composite": [ + "2795", + "f067" + ], + "primary": [ + "f067" + ], + "secondary": [ + "102b", + "10f067" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "+", + "Plus Sign", + "add", + "create", + "expand", + "math", + "new", + "plus", + "positive", + "shape", + "sign" + ] + }, + "unicode": "2b", + "label": "Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "plus-minus": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Plus-Minus Sign", + "add", + "math", + "subtract" + ] + }, + "unicode": "e43c", + "label": "Plus Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V144H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H160V320c0 17.7 14.3 32 32 32s32-14.3 32-32V208H336c17.7 0 32-14.3 32-32s-14.3-32-32-32H224V32zM0 480c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "podcast": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2ce" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "broadcast", + "music", + "sound" + ] + }, + "unicode": "f2ce", + "label": "Podcast", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0S448 100.3 448 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57zm-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9zM224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4c-7.8-28.5-20.6-99.7-20.6-132.8c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112 56 56 0 1 1 0-112z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "poo": { + "aliases": { + "unicodes": { + "composite": [ + "1f4a9" + ], + "secondary": [ + "10f2fe" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crap", + "dung", + "face", + "monster", + "pile of poo", + "poo", + "poop", + "shit", + "smile", + "turd" + ] + }, + "unicode": "f2fe", + "label": "Poo", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M268.9 .9c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.4c2.8 8.2 4.3 16.9 4.3 26.1c0 44.1-35.7 79.9-79.8 80H160c-35.3 0-64 28.7-64 64c0 19.1 8.4 36.3 21.7 48H104c-39.8 0-72 32.2-72 72c0 23.2 11 43.8 28 57c-34.1 5.7-60 35.3-60 71c0 39.8 32.2 72 72 72H440c39.8 0 72-32.2 72-72c0-35.7-25.9-65.3-60-71c17-13.2 28-33.8 28-57c0-39.8-32.2-72-72-72H394.3c13.3-11.7 21.7-28.9 21.7-48c0-35.3-28.7-64-64-64h-5.5c3.5-10 5.5-20.8 5.5-32c0-48.6-36.2-88.8-83.1-95.1zM192 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm64 108.3c0 2.4-.7 4.8-2.2 6.7c-8.2 10.5-39.5 45-93.8 45s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8 5.5-12.3 12.3-12.3H339.7c6.8 0 12.3 5.5 12.3 12.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "poo-storm": { + "aliases": { + "names": [ + "poo-bolt" + ], + "unicodes": { + "secondary": [ + "10f75a" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bolt", + "cloud", + "euphemism", + "lightning", + "mess", + "poop", + "shit", + "turd" + ] + }, + "unicode": "f75a", + "label": "Poo Storm", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M236.9 .2c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.3c2.8 8.2 4.3 16.9 4.3 26.1c0 21.7-8.5 37.2-21.9 47.6c-13.8 10.8-34 17-57.8 17H128c-35.3 0-64 28.7-64 64c0 12.2 3.4 23.5 9.3 33.2C31.7 216.2 0 252.4 0 296c0 41 28 75.4 65.8 85.2c-5.3-18.5 1-38.5 16.2-50.7l160-128c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L285.7 320H304c20.4 0 38.5 12.9 45.3 32.1c3.7 10.6 3.5 21.8 0 31.9H360c48.6 0 88-39.4 88-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7 9.3-21.1 9.3-33.2c0-35.3-28.7-64-64-64h-1.4c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2zm45.1 227.4c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7h70.1L129.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H233.9l52.4-104.8c3.4-6.7 1.6-14.9-4.3-19.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "poop": { + "aliases": { + "unicodes": { + "secondary": [ + "10f619" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "crap", + "poop", + "shit", + "smile", + "turd" + ] + }, + "unicode": "f619", + "label": "Poop", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M254.4 6.6c3.5-4.3 9-6.5 14.5-5.7C315.8 7.2 352 47.4 352 96c0 11.2-1.9 22-5.5 32H352c35.3 0 64 28.7 64 64c0 19.1-8.4 36.3-21.7 48H408c39.8 0 72 32.2 72 72c0 23.2-11 43.8-28 57c34.1 5.7 60 35.3 60 71c0 39.8-32.2 72-72 72H72c-39.8 0-72-32.2-72-72c0-35.7 25.9-65.3 60-71c-17-13.2-28-33.8-28-57c0-39.8 32.2-72 72-72h13.7C104.4 228.3 96 211.1 96 192c0-35.3 28.7-64 64-64h16.2c44.1-.1 79.8-35.9 79.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1 2.8-15.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "power-off": { + "aliases": { + "unicodes": { + "composite": [ + "23fb" + ], + "secondary": [ + "10f011" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Power Symbol", + "cancel", + "computer", + "on", + "reboot", + "restart" + ] + }, + "unicode": "f011", + "label": "Power Off", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V256c0 17.7 14.3 32 32 32s32-14.3 32-32V32zM143.5 120.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "prescription": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5b1" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medical", + "medicine", + "pharmacy", + "rx" + ] + }, + "unicode": "f5b1", + "label": "Prescription", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 0C14.3 0 0 14.3 0 32V192v96c0 17.7 14.3 32 32 32s32-14.3 32-32V224h50.7l128 128L137.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 397.3 393.4 502.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L333.3 352 438.6 246.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 306.7l-85.8-85.8C251.4 209.1 288 164.8 288 112C288 50.1 237.9 0 176 0H32zM176 160H64V64H176c26.5 0 48 21.5 48 48s-21.5 48-48 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "prescription-bottle": { + "aliases": { + "unicodes": { + "secondary": [ + "10f485" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medical", + "medicine", + "pharmacy", + "rx" + ] + }, + "unicode": "f485", + "label": "Prescription Bottle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H352c17.7 0 32 14.3 32 32V64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64V32zm32 96H352V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V416H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V320H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V224H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "prescription-bottle-medical": { + "aliases": { + "names": [ + "prescription-bottle-alt" + ], + "unicodes": { + "secondary": [ + "10f486" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medical", + "medicine", + "pharmacy", + "rx" + ] + }, + "unicode": "f486", + "label": "Prescription Bottle Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H352c17.7 0 32 14.3 32 32V64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64V32zm32 96H352V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zM160 240v48H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V352h48c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H224V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "print": { + "aliases": { + "unicodes": { + "composite": [ + "1f5a8", + "1f5b6", + "2399" + ], + "secondary": [ + "10f02f" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Print Screen Symbol", + "Printer Icon", + "business", + "computer", + "copy", + "document", + "office", + "paper", + "printer" + ] + }, + "unicode": "f02f", + "label": "Print", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 0C92.7 0 64 28.7 64 64v96h64V64H354.7L384 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0H128zM384 352v32 64H128V384 368 352H384zm64 32h32c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v96c0 17.7 14.3 32 32 32H64v64c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V384zM432 248a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "product-hunt": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f288", + "label": "Product Hunt", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "pump-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10e06a" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anti-bacterial", + "clean", + "covid-19", + "disinfect", + "hygiene", + "medical grade", + "sanitizer", + "soap" + ] + }, + "unicode": "e06a", + "label": "Pump Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 32v96H256V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512H285.2c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7H117.4zM216 280v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V360H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V280c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "pump-soap": { + "aliases": { + "unicodes": { + "secondary": [ + "10e06b" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anti-bacterial", + "clean", + "covid-19", + "disinfect", + "hygiene", + "sanitizer", + "soap" + ] + }, + "unicode": "e06b", + "label": "Pump Soap", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 32v96H256V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512H285.2c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7H117.4zM256 360c0 35.3-28.7 56-64 56s-64-20.7-64-56c0-32.5 37-80.9 50.9-97.9c3.2-3.9 8.1-6.1 13.1-6.1s9.9 2.2 13.1 6.1C219 279.1 256 327.5 256 360z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "pushed": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3e1", + "label": "Pushed", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 432, + 512 + ], + "width": 432, + "height": 512, + "path": "M407 111.9l-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8zM297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6l189-31zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7L22.7 107.9zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1zm272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "puzzle-piece": { + "aliases": { + "unicodes": { + "composite": [ + "1f9e9" + ], + "secondary": [ + "10f12e" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "add-on", + "addon", + "clue", + "game", + "interlocking", + "jigsaw", + "piece", + "puzzle", + "puzzle piece", + "section" + ] + }, + "unicode": "f12e", + "label": "Puzzle Piece", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 104.8c0-9.2-5.8-17.3-13.2-22.8C167.2 73.3 160 61.3 160 48c0-26.5 28.7-48 64-48s64 21.5 64 48c0 13.3-7.2 25.3-18.8 34c-7.4 5.5-13.2 13.6-13.2 22.8v0c0 12.8 10.4 23.2 23.2 23.2H336c26.5 0 48 21.5 48 48v56.8c0 12.8 10.4 23.2 23.2 23.2v0c9.2 0 17.3-5.8 22.8-13.2c8.7-11.6 20.7-18.8 34-18.8c26.5 0 48 28.7 48 64s-21.5 64-48 64c-13.3 0-25.3-7.2-34-18.8c-5.5-7.4-13.6-13.2-22.8-13.2v0c-12.8 0-23.2 10.4-23.2 23.2V464c0 26.5-21.5 48-48 48H279.2c-12.8 0-23.2-10.4-23.2-23.2v0c0-9.2 5.8-17.3 13.2-22.8c11.6-8.7 18.8-20.7 18.8-34c0-26.5-28.7-48-64-48s-64 21.5-64 48c0 13.3 7.2 25.3 18.8 34c7.4 5.5 13.2 13.6 13.2 22.8v0c0 12.8-10.4 23.2-23.2 23.2H48c-26.5 0-48-21.5-48-48V343.2C0 330.4 10.4 320 23.2 320v0c9.2 0 17.3 5.8 22.8 13.2C54.7 344.8 66.7 352 80 352c26.5 0 48-28.7 48-64s-21.5-64-48-64c-13.3 0-25.3 7.2-34 18.8C40.5 250.2 32.4 256 23.2 256v0C10.4 256 0 245.6 0 232.8V176c0-26.5 21.5-48 48-48H168.8c12.8 0 23.2-10.4 23.2-23.2v0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "python": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3e2", + "label": "Python", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "q": { + "aliases": { + "unicodes": { + "composite": [ + "71" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter Q", + "Latin Small Letter Q", + "letter" + ] + }, + "unicode": "51", + "label": "Q", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 256c0 88.4 71.6 160 160 160c28.9 0 56-7.7 79.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l70.9 85.1C371.9 325.8 384 292.3 384 256c0-88.4-71.6-160-160-160S64 167.6 64 256zM344.9 444.6C310 467 268.5 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32s224 100.3 224 224c0 56.1-20.6 107.4-54.7 146.7l47.3 56.8c11.3 13.6 9.5 33.8-4.1 45.1s-33.8 9.5-45.1-4.1l-46.6-55.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "qq": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1d6", + "label": "QQ", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "qrcode": { + "aliases": { + "unicodes": { + "secondary": [ + "10f029" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "barcode", + "info", + "information", + "scan" + ] + }, + "unicode": "f029", + "label": "Qrcode", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80zM64 96v64h64V96H64zM0 336c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V336zm64 16v64h64V352H64zM304 32h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H304c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48zm80 64H320v64h64V96zM256 304c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s7.2-16 16-16s16 7.2 16 16v96c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s-7.2-16-16-16s-16 7.2-16 16v64c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V304zM368 480a16 16 0 1 1 0-32 16 16 0 1 1 0 32zm64 0a16 16 0 1 1 0-32 16 16 0 1 1 0 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "question": { + "aliases": { + "unicodes": { + "composite": [ + "2753", + "2754", + "f128" + ], + "primary": [ + "f128" + ], + "secondary": [ + "103f", + "10f128" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "?", + "Question Mark", + "help", + "information", + "mark", + "outlined", + "punctuation", + "question", + "red question mark", + "support", + "unknown", + "white question mark" + ] + }, + "unicode": "3f", + "label": "Question", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M80 160c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64v3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74V320c0 17.7 14.3 32 32 32s32-14.3 32-32v-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7V160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "quinscape": { + "changes": [ + "5.0.5", + "5.7.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f459", + "label": "QuinScape", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.36 237.36 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1l.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "quora": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2c4", + "label": "Quora", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3zM297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "quote-left": { + "aliases": { + "names": [ + "quote-left-alt" + ], + "unicodes": { + "composite": [ + "201c" + ], + "secondary": [ + "10f10d" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Left Double Quotation Mark", + "mention", + "note", + "phrase", + "text", + "type" + ] + }, + "unicode": "f10d", + "label": "Quote Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "quote-right": { + "aliases": { + "names": [ + "quote-right-alt" + ], + "unicodes": { + "composite": [ + "201d" + ], + "secondary": [ + "10f10e" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Right Double Quotation Mark", + "mention", + "note", + "phrase", + "text", + "type" + ] + }, + "unicode": "f10e", + "label": "Quote Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 296c0 66.3-53.7 120-120 120h-8c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H320c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72zm-256 0c0 66.3-53.7 120-120 120H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "r": { + "aliases": { + "unicodes": { + "composite": [ + "72" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter R", + "Latin Small Letter R", + "letter" + ] + }, + "unicode": "52", + "label": "R", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V288 448c0 17.7 14.3 32 32 32s32-14.3 32-32V320h95.3L261.8 466.4c10.1 14.5 30.1 18 44.6 7.9s18-30.1 7.9-44.6L230.1 309.5C282.8 288.1 320 236.4 320 176c0-79.5-64.5-144-144-144H64zM176 256H64V96H176c44.2 0 80 35.8 80 80s-35.8 80-80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "r-project": { + "changes": [ + "5.0.11", + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4f7", + "label": "R Project", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 581, + 512 + ], + "width": 581, + "height": 512, + "path": "M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7zm-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9zm225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3zm-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9v-22.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "radiation": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7b9" + ] + } + }, + "changes": [ + "5.6.0", + "5.8.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "danger", + "dangerous", + "deadly", + "hazard", + "nuclear", + "radioactive", + "warning" + ] + }, + "unicode": "f7b9", + "label": "Radiation", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M216 186.7c-23.9 13.8-40 39.7-40 69.3L32 256C14.3 256-.2 241.6 2 224.1C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10l72 124.7zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7zm224-80l-144 0c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zM256 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "radio": { + "aliases": { + "unicodes": { + "composite": [ + "1f4fb" + ], + "secondary": [ + "10f8d7" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "am", + "broadcast", + "fm", + "frequency", + "music", + "news", + "radio", + "receiver", + "transmitter", + "tuner", + "video" + ] + }, + "unicode": "f8d7", + "label": "Radio", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M494.8 47c12.7-3.7 20-17.1 16.3-29.8S494-2.8 481.2 1L51.7 126.9c-9.4 2.7-17.9 7.3-25.1 13.2C10.5 151.7 0 170.6 0 192v4V304 448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H218.5L494.8 47zM368 240a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM80 256c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16zM64 320c0-8.8 7.2-16 16-16H208c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm16 64c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rainbow": { + "aliases": { + "unicodes": { + "composite": [ + "1f308" + ], + "secondary": [ + "10f75b" + ] + } + }, + "changes": [ + "5.5.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "gold", + "leprechaun", + "prism", + "rain", + "rainbow", + "sky" + ] + }, + "unicode": "f75b", + "label": "Rainbow", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96C178.6 96 64 210.6 64 352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352C0 175.3 143.3 32 320 32s320 143.3 320 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352C576 210.6 461.4 96 320 96zm0 192c-35.3 0-64 28.7-64 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-70.7 57.3-128 128-128s128 57.3 128 128v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-35.3-28.7-64-64-64zM160 352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-123.7 100.3-224 224-224s224 100.3 224 224v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-88.4-71.6-160-160-160s-160 71.6-160 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ranking-star": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chart", + "first place", + "podium", + "rank", + "win" + ] + }, + "unicode": "e561", + "label": "Ranking Star", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0L286.2 54.1l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8 46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1 38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32H256zM32 320c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32H32zm416 96v64c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V416c0-17.7-14.3-32-32-32H480c-17.7 0-32 14.3-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "raspberry-pi": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f7bb", + "label": "Raspberry Pi", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 407, + 512 + ], + "width": 407, + "height": 512, + "path": "M372 232.5l-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7zm-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9zm-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80c24.5-15.8 59.8-5.6 78.8 22.8s14.6 64.2-9.9 80zM238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8zm-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8zm-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6zm60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9zM38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3zm91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7zm-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8zM205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4zm58.9-124.9c.2 29.7-26.2 53.8-58.8 54-32.6.2-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54 32.6-.2 59.2 23.8 59.4 53.4v.6zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3zm22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ravelry": { + "changes": [ + "4.7.0", + "5.0.0", + "5.15.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2d9", + "label": "Ravelry", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M498.252,234.223c-1.208-10.34-1.7-20.826-3.746-31a310.306,310.306,0,0,0-9.622-36.6,184.068,184.068,0,0,0-30.874-57.5,251.154,251.154,0,0,0-18.818-21.689,237.362,237.362,0,0,0-47.113-36.116A240.8,240.8,0,0,0,331.356,26.65c-11.018-3.1-22.272-5.431-33.515-7.615-6.78-1.314-13.749-1.667-20.627-2.482-.316-.036-.6-.358-.9-.553q-16.143.009-32.288.006c-2.41.389-4.808.925-7.236,1.15a179.331,179.331,0,0,0-34.256,7.1,221.5,221.5,0,0,0-39.768,16.355,281.385,281.385,0,0,0-38.08,24.158c-6.167,4.61-12.268,9.36-17.974,14.518C96.539,88.494,86.34,97.72,76.785,107.555a243.878,243.878,0,0,0-33.648,43.95,206.488,206.488,0,0,0-20.494,44.6,198.2,198.2,0,0,0-7.691,34.759A201.13,201.13,0,0,0,13.4,266.385a299.716,299.716,0,0,0,4.425,40.24,226.865,226.865,0,0,0,16.73,53.3,210.543,210.543,0,0,0,24,39.528,213.589,213.589,0,0,0,26.358,28.416A251.313,251.313,0,0,0,126.7,458.455a287.831,287.831,0,0,0,55.9,25.277,269.5,269.5,0,0,0,40.641,9.835c6.071,1.01,12.275,1.253,18.412,1.873a4.149,4.149,0,0,1,1.19.56h32.289c2.507-.389,5-.937,7.527-1.143,16.336-1.332,32.107-5.335,47.489-10.717A219.992,219.992,0,0,0,379.1,460.322c9.749-6.447,19.395-13.077,28.737-20.1,5.785-4.348,10.988-9.5,16.3-14.457,3.964-3.7,7.764-7.578,11.51-11.5a232.162,232.162,0,0,0,31.427-41.639c9.542-16.045,17.355-32.905,22.3-50.926,2.859-10.413,4.947-21.045,7.017-31.652,1.032-5.279,1.251-10.723,1.87-16.087.036-.317.358-.6.552-.9V236.005A9.757,9.757,0,0,1,498.252,234.223Zm-161.117-1.15s-16.572-2.98-28.47-2.98c-27.2,0-33.57,14.9-33.57,37.04V360.8H201.582V170.062H275.1v31.931c8.924-26.822,26.771-36.189,62.04-36.189Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "react": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f41b", + "label": "React", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "reacteurope": { + "changes": [ + "5.5.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f75d", + "label": "ReactEurope", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M250.6 211.74l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76zm-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8zm-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3l4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1zm10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364.42 364.42 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a587.83 587.83 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 547.76 547.76 0 0 1 42.2-52.4Q277.3 86 272.2 81a598.25 598.25 0 0 0-50.7 64.2 569.69 569.69 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695.38 695.38 0 0 0 93.9-.9 547.76 547.76 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.47 588.47 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123zm9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.61 19.61 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535.3 535.3 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a711.91 711.91 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a548.81 548.81 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.58 17.58 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.42 23.42 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a711.72 711.72 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.42 21.42 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.74 20.74 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a359.71 359.71 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5zm-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9zM321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "readme": { + "changes": [ + "5.0.9", + "5.0.10" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4d5", + "label": "ReadMe", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1zM242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "rebel": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1d0", + "label": "Rebel Alliance", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "receipt": { + "aliases": { + "unicodes": { + "composite": [ + "1f9fe" + ], + "secondary": [ + "10f543" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accounting", + "bookkeeping", + "check", + "evidence", + "invoice", + "money", + "pay", + "proof", + "receipt", + "table" + ] + }, + "unicode": "f543", + "label": "Receipt", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M14 2.2C22.5-1.7 32.5-.3 39.6 5.8L80 40.4 120.4 5.8c9-7.7 22.3-7.7 31.2 0L192 40.4 232.4 5.8c9-7.7 22.3-7.7 31.2 0L304 40.4 344.4 5.8c7.1-6.1 17.1-7.5 25.6-3.6s14 12.4 14 21.8V488c0 9.4-5.5 17.9-14 21.8s-18.5 2.5-25.6-3.6L304 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L192 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L80 471.6 39.6 506.2c-7.1 6.1-17.1 7.5-25.6 3.6S0 497.4 0 488V24C0 14.6 5.5 6.1 14 2.2zM96 144c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96zM80 352c0 8.8 7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zM96 240c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "record-vinyl": { + "aliases": { + "unicodes": { + "secondary": [ + "10f8d9" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LP", + "album", + "analog", + "music", + "phonograph", + "sound" + ] + }, + "unicode": "f8d9", + "label": "Record Vinyl", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm0 224a128 128 0 1 0 0-256 128 128 0 1 0 0 256zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rectangle-ad": { + "aliases": { + "names": [ + "ad" + ], + "unicodes": { + "secondary": [ + "10f641" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "advertisement", + "media", + "newspaper", + "promotion", + "publicity" + ] + }, + "unicode": "f641", + "label": "Rectangle Ad", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM229.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7L253.2 328H162.8l-5.4 10.7c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zM208 237.7L186.8 280h42.3L208 237.7zM392 256a24 24 0 1 0 0 48 24 24 0 1 0 0-48zm24-43.9V184c0-13.3 10.7-24 24-24s24 10.7 24 24v96 48c0 13.3-10.7 24-24 24c-6.6 0-12.6-2.7-17-7c-9.4 4.5-19.9 7-31 7c-39.8 0-72-32.2-72-72s32.2-72 72-72c8.4 0 16.5 1.4 24 4.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rectangle-list": { + "aliases": { + "names": [ + "list-alt" + ], + "unicodes": { + "secondary": [ + "10f022" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "ol", + "todo", + "ul" + ] + }, + "unicode": "f022", + "label": "Rectangle List", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32-128a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96-248c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224z" + }, + "regular": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H512c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm96 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm104 0c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm-72-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "rectangle-xmark": { + "aliases": { + "names": [ + "rectangle-times", + "times-rectangle", + "window-close" + ], + "unicodes": { + "composite": [ + "f2d4" + ], + "secondary": [ + "10f410" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser", + "cancel", + "computer", + "development" + ] + }, + "unicode": "f410", + "label": "Rectangle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + }, + "regular": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm175 79c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "recycle": { + "aliases": { + "unicodes": { + "composite": [ + "2672", + "267a", + "267b" + ], + "secondary": [ + "10f1b8" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Recycling Symbol For Generic Materials", + "Universal Recycling Symbol", + "Waste", + "compost", + "garbage", + "recycle", + "recycling symbol", + "reuse", + "trash" + ] + }, + "unicode": "f1b8", + "label": "Recycle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M174.7 45.1C192.2 17 223 0 256 0s63.8 17 81.3 45.1l38.6 61.7 27-15.6c8.4-4.9 18.9-4.2 26.6 1.7s11.1 15.9 8.6 25.3l-23.4 87.4c-3.4 12.8-16.6 20.4-29.4 17l-87.4-23.4c-9.4-2.5-16.3-10.4-17.6-20s3.4-19.1 11.8-23.9l28.4-16.4L283 79c-5.8-9.3-16-15-27-15s-21.2 5.7-27 15l-17.5 28c-9.2 14.8-28.6 19.5-43.6 10.5c-15.3-9.2-20.2-29.2-10.7-44.4l17.5-28zM429.5 251.9c15-9 34.4-4.3 43.6 10.5l24.4 39.1c9.4 15.1 14.4 32.4 14.6 50.2c.3 53.1-42.7 96.4-95.8 96.4L320 448v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2v32l96.2 0c17.6 0 31.9-14.4 31.8-32c0-5.9-1.7-11.7-4.8-16.7l-24.4-39.1c-9.5-15.2-4.7-35.2 10.7-44.4zm-364.6-31L36 204.2c-8.4-4.9-13.1-14.3-11.8-23.9s8.2-17.5 17.6-20l87.4-23.4c12.8-3.4 26 4.2 29.4 17L182 241.2c2.5 9.4-.9 19.3-8.6 25.3s-18.2 6.6-26.6 1.7l-26.5-15.3L68.8 335.3c-3.1 5-4.8 10.8-4.8 16.7c-.1 17.6 14.2 32 31.8 32l32.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32.2 0C42.7 448-.3 404.8 0 351.6c.1-17.8 5.1-35.1 14.6-50.2l50.3-80.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "red-river": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3e3", + "label": "red river", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8zM144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24zm176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "reddit": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1a1", + "label": "reddit Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M201.5 305.5c-13.8 0-24.9-11.1-24.9-24.6 0-13.8 11.1-24.9 24.9-24.9 13.6 0 24.6 11.1 24.6 24.9 0 13.6-11.1 24.6-24.6 24.6zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-132.3-41.2c-9.4 0-17.7 3.9-23.8 10-22.4-15.5-52.6-25.5-86.1-26.6l17.4-78.3 55.4 12.5c0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.3 24.9-24.9s-11.1-24.9-24.9-24.9c-9.7 0-18 5.8-22.1 13.8l-61.2-13.6c-3-.8-6.1 1.4-6.9 4.4l-19.1 86.4c-33.2 1.4-63.1 11.3-85.5 26.8-6.1-6.4-14.7-10.2-24.1-10.2-34.9 0-46.3 46.9-14.4 62.8-1.1 5-1.7 10.2-1.7 15.5 0 52.6 59.2 95.2 132 95.2 73.1 0 132.3-42.6 132.3-95.2 0-5.3-.6-10.8-1.9-15.8 31.3-16 19.8-62.5-14.9-62.5zM302.8 331c-18.2 18.2-76.1 17.9-93.6 0-2.2-2.2-6.1-2.2-8.3 0-2.5 2.5-2.5 6.4 0 8.6 22.8 22.8 87.3 22.8 110.2 0 2.5-2.2 2.5-6.1 0-8.6-2.2-2.2-6.1-2.2-8.3 0zm7.7-75c-13.6 0-24.6 11.1-24.6 24.9 0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.1 24.9-24.6 0-13.8-11-24.9-24.9-24.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "reddit-alien": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f281", + "label": "reddit Alien", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "redhat": { + "changes": [ + "5.6.0", + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [ + "linux", + "operating system", + "os" + ] + }, + "unicode": "f7bc", + "label": "Redhat", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "registered": { + "aliases": { + "unicodes": { + "composite": [ + "ae" + ], + "secondary": [ + "10f25d" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "copyright", + "mark", + "r", + "registered", + "trademark" + ] + }, + "unicode": "f25d", + "label": "Registered", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152c0-13.3 10.7-24 24-24h88c44.2 0 80 35.8 80 80c0 28-14.4 52.7-36.3 67l34.1 75.1c5.5 12.1 .1 26.3-11.9 31.8s-26.3 .1-31.8-11.9L268.9 288H208v72c0 13.3-10.7 24-24 24s-24-10.7-24-24V264 152zm48 88h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H208v64z" + }, + "regular": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152V264v96c0 13.3 10.7 24 24 24s24-10.7 24-24V288h60.9l37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8L315.7 275c21.8-14.3 36.3-39 36.3-67c0-44.2-35.8-80-80-80H184c-13.3 0-24 10.7-24 24zm48 88V176h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H208z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "renren": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f18b", + "label": "Renren", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5v156.6zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504zm190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "repeat": { + "aliases": { + "unicodes": { + "composite": [ + "1f501" + ], + "secondary": [ + "10f363" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "clockwise", + "flip", + "reload", + "repeat", + "repeat button", + "rewind", + "switch" + ] + }, + "unicode": "f363", + "label": "Repeat", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96H320v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32V64H160C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96H192V352c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V448H352c88.4 0 160-71.6 160-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "reply": { + "aliases": { + "names": [ + "mail-reply" + ], + "unicodes": { + "composite": [ + "f112" + ], + "secondary": [ + "10f3e5" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mail", + "message", + "respond" + ] + }, + "unicode": "f3e5", + "label": "Reply", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M205 34.8c11.5 5.1 19 16.6 19 29.2v64H336c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96H224v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "reply-all": { + "aliases": { + "names": [ + "mail-reply-all" + ], + "unicodes": { + "secondary": [ + "10f122" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mail", + "message", + "respond" + ] + }, + "unicode": "f122", + "label": "Reply All", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M209.4 39.5c-9.1-9.6-24.3-10-33.9-.9L33.8 173.2c-19.9 18.9-19.9 50.7 0 69.6L175.5 377.4c9.6 9.1 24.8 8.7 33.9-.9s8.7-24.8-.9-33.9L66.8 208 208.5 73.4c9.6-9.1 10-24.3 .9-33.9zM352 64c0-12.6-7.4-24.1-19-29.2s-25-3-34.4 5.4l-160 144c-6.7 6.1-10.6 14.7-10.6 23.8s3.9 17.7 10.6 23.8l160 144c9.4 8.5 22.9 10.6 34.4 5.4s19-16.6 19-29.2V288h32c53 0 96 43 96 96c0 30.4-12.8 47.9-22.2 56.7c-5.5 5.1-9.8 12-9.8 19.5c0 10.9 8.8 19.7 19.7 19.7c2.8 0 5.6-.6 8.1-1.9C494.5 467.9 576 417.3 576 304c0-97.2-78.8-176-176-176H352V64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "replyd": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3e6", + "label": "replyd", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128zM193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6-5.4 3.7-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7c1.5-5.4 4.4-9.8 8.7-13.2 4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1l4.8-34zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1-6 2.3-12.8 3.5-20.4 3.5-12.2 0-21.1-3-26.5-8.9-5.5-5.9-8.5-14.7-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8-21.1 0-37.5 6.1-49.2 18.3s-17.5 30.5-17.5 55c0 22.8 5.2 40.7 15.6 53.7 10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6 9.5-3.1 17.1-6.8 22.6-11.2l-12-23.6zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6 4.5-5.6 11.5-8.5 21-8.5 8.2-.1 14.1 2.6 17.9 8zm79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6zm0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4 0 6.6 2 11.7 6.1 15.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "republican": { + "aliases": { + "unicodes": { + "secondary": [ + "10f75e" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "american", + "conservative", + "election", + "elephant", + "politics", + "republican party", + "right", + "right-wing", + "usa" + ] + }, + "unicode": "f75e", + "label": "Republican", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 192C0 103.6 71.6 32 160 32H384c88.4 0 160 71.6 160 160v64H0V192zm415.9-64c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L466 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm-138.3 3.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L322 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6zM127.9 128c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L178 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm.1 160H320h96 32 64 32v32 80c0 8.8 7.2 16 16 16s16-7.2 16-16V352c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80s-80-35.8-80-80V352H448v32 64c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V384H128v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V384 288H128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "researchgate": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4f8", + "label": "Researchgate", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "resolving": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3e7", + "label": "Resolving", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6 197.9-57.2zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8zM38.3 388.6L0 256.8c0 48.5 14.3 93.4 38.3 131.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "restroom": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7bd" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bathroom", + "toilet", + "water closet", + "wc" + ] + }, + "unicode": "f7bd", + "label": "Restroom", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V325.2c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9 155.3 82 128 124 128h8c42 0 79.1 27.3 91.6 67.4l30.9 99.1c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H120zM320 0c13.3 0 24 10.7 24 24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24zM464 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM440 480V384H422.2c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C428.4 156.9 467.6 128 512 128s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1H584v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H504v96c0 17.7-14.3 32-32 32s-32-14.3-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "retweet": { + "aliases": { + "unicodes": { + "secondary": [ + "10f079" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "refresh", + "reload", + "share", + "swap" + ] + }, + "unicode": "f079", + "label": "Retweet", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M272 416c17.7 0 32-14.3 32-32s-14.3-32-32-32H160c-17.7 0-32-14.3-32-32V192h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 128c0 53 43 96 96 96H272zM304 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0c17.7 0 32 14.3 32 32l0 128H416c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0V192c0-53-43-96-96-96L304 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rev": { + "changes": [ + "5.1.0", + "5.1.1", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f5b2", + "label": "Rev.io", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ribbon": { + "aliases": { + "unicodes": { + "composite": [ + "1f397" + ], + "secondary": [ + "10f4d6" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "badge", + "cause", + "celebration", + "lapel", + "pin", + "reminder", + "reminder ribbon", + "ribbon" + ] + }, + "unicode": "f4d6", + "label": "Ribbon", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M333.2 322.8l0 0-133.9-146 0 0L146 118.6c7.8-5.1 37-22.6 78-22.6s70.2 17.4 78 22.6L245.7 180l85.6 93.4 27.4-29.8c16.3-17.7 25.3-40.9 25.3-65V149.1c0-19-5.6-37.5-16.1-53.3L327.8 35.6C312.9 13.4 287.9 0 261.2 0h-76c-25.8 0-50.1 12.5-65.1 33.5L81.9 87C70.3 103.2 64 122.8 64 142.8V164c0 23.2 8.4 45.6 23.6 63.1l56 64.2 0 0 83.3 95.6 0 0 91.8 105.3c10 11.5 26.8 14.3 40 6.8l54.5-31.1c17.8-10.2 21.6-34.3 7.7-49.4l-87.7-95.7zM205.2 410.6l-83.3-95.6L27.1 418.5c-13.9 15.1-10.1 39.2 7.7 49.4l55.1 31.5c13 7.4 29.3 4.9 39.4-6.1l75.9-82.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "right-from-bracket": { + "aliases": { + "names": [ + "sign-out-alt" + ], + "unicodes": { + "secondary": [ + "10f2f5" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "exit", + "leave", + "log out", + "logout", + "sign-out" + ] + }, + "unicode": "f2f5", + "label": "Right From Bracket", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M377.9 105.9L500.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L377.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1-128 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM160 96L96 96c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "right-left": { + "aliases": { + "names": [ + "exchange-alt" + ], + "unicodes": { + "secondary": [ + "10f362" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "arrows", + "exchange", + "reciprocate", + "return", + "swap", + "transfer" + ] + }, + "unicode": "f362", + "label": "Right Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 96l320 0V32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160L32 160c-17.7 0-32-14.3-32-32s14.3-32 32-32zM480 352c17.7 0 32 14.3 32 32s-14.3 32-32 32H160v64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96c-6-6-9.4-14.1-9.4-22.6s3.4-16.6 9.4-22.6l96-96c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 64H480z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "right-long": { + "aliases": { + "names": [ + "long-arrow-alt-right" + ], + "unicodes": { + "secondary": [ + "10f30b" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "long-arrow-right", + "next" + ] + }, + "unicode": "f30b", + "label": "Right Long", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M334.5 414c8.8 3.8 19 2 26-4.6l144-136c4.8-4.5 7.5-10.8 7.5-17.4s-2.7-12.9-7.5-17.4l-144-136c-7-6.6-17.2-8.4-26-4.6s-14.5 12.5-14.5 22l0 72L32 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l288 0 0 72c0 9.6 5.7 18.2 14.5 22z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "right-to-bracket": { + "aliases": { + "names": [ + "sign-in-alt" + ], + "unicodes": { + "secondary": [ + "10f2f6" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "enter", + "join", + "log in", + "login", + "sign in", + "sign up", + "sign-in", + "signin", + "signup" + ] + }, + "unicode": "f2f6", + "label": "Right To Bracket", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ring": { + "aliases": { + "unicodes": { + "secondary": [ + "10f70b" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "Gollum", + "band", + "binding", + "d&d", + "dnd", + "engagement", + "fantasy", + "gold", + "jewelry", + "marriage", + "precious" + ] + }, + "unicode": "f70b", + "label": "Ring", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 208c0 7.8 4.4 18.7 17.1 30.3C126.5 214.1 188.9 200 256 200s129.5 14.1 174.9 38.3C443.6 226.7 448 215.8 448 208c0-12.3-10.8-32-47.9-50.6C364.9 139.8 314 128 256 128s-108.9 11.8-144.1 29.4C74.8 176 64 195.7 64 208zm192 40c-47 0-89.3 7.6-122.9 19.7C166.3 280.2 208.8 288 256 288s89.7-7.8 122.9-20.3C345.3 255.6 303 248 256 248zM0 208c0-49.6 39.4-85.8 83.3-107.8C129.1 77.3 190.3 64 256 64s126.9 13.3 172.7 36.2c43.9 22 83.3 58.2 83.3 107.8v96c0 49.6-39.4 85.8-83.3 107.8C382.9 434.7 321.7 448 256 448s-126.9-13.3-172.7-36.2C39.4 389.8 0 353.6 0 304V208z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "road": { + "aliases": { + "unicodes": { + "composite": [ + "1f6e3" + ], + "secondary": [ + "10f018" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "highway", + "map", + "motorway", + "pavement", + "road", + "route", + "street", + "travel" + ] + }, + "unicode": "f018", + "label": "Road", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M256 32H181.2c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2C1.1 413 0 419.2 0 425.4C0 455.5 24.5 480 54.6 480H256V416c0-17.7 14.3-32 32-32s32 14.3 32 32v64H521.4c30.2 0 54.6-24.5 54.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32H320V96c0 17.7-14.3 32-32 32s-32-14.3-32-32V32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "road-barrier": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "block", + "border", + "no entry", + "roadblock" + ] + }, + "unicode": "e562", + "label": "Road Barrier", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V266.3L149.2 96H64V64c0-17.7-14.3-32-32-32zM405.2 96H330.8l-5.4 10.7L234.8 288h74.3l5.4-10.7L405.2 96zM362.8 288h74.3l5.4-10.7L533.2 96H458.8l-5.4 10.7L362.8 288zM202.8 96l-5.4 10.7L106.8 288h74.3l5.4-10.7L277.2 96H202.8zm288 192H576V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v53.7L490.8 288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "road-bridge": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "infrastructure", + "road", + "travel" + ] + }, + "unicode": "e563", + "label": "Road Bridge", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M352 0H608c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM480 200c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V224c0-13.3-10.7-24-24-24zm24 184c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V384zM480 40c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V64c0-13.3-10.7-24-24-24zM32 96H288v64H248v64h40v96c-53 0-96 43-96 96v64c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V416c0-53-43-96-96-96V224H72V160H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm168 64H120v64h80V160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "road-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "freeway", + "highway", + "not affected", + "ok", + "okay", + "pavement", + "road" + ] + }, + "unicode": "e564", + "label": "Road Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "road-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "freeway", + "highway", + "pavement", + "road" + ] + }, + "unicode": "e565", + "label": "Road Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "road-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "destroy", + "freeway", + "highway", + "pavement", + "road" + ] + }, + "unicode": "e566", + "label": "Road Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "road-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "closed", + "freeway", + "highway", + "lockdown", + "pavement", + "quarantine", + "road" + ] + }, + "unicode": "e567", + "label": "Road Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 32H213.2c-27.1 0-51.3 17.1-60.3 42.6L35.1 407.2c-2.1 5.9-3.1 12-3.1 18.2C32 455.5 56.5 480 86.6 480H288V416c0-17.7 14.3-32 32-32s32 14.3 32 32v64h32V352c0-23.7 12.9-44.4 32-55.4V272c0-58.3 44.6-106.2 101.5-111.5L487.1 74.6C478 49.1 453.9 32 426.8 32H352V96c0 17.7-14.3 32-32 32s-32-14.3-32-32V32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32zm176 16c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "road-spikes": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "barrier", + "roadblock", + "spikes" + ] + }, + "unicode": "e568", + "label": "Road Spikes", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 116.8c0-15.8 20.5-22 29.3-8.9L192 256V116.8c0-15.8 20.5-22 29.3-8.9L320 256V116.8c0-15.8 20.5-22 29.3-8.9L448 256V116.8c0-15.8 20.5-22 29.3-8.9L606.8 302.2c14.2 21.3-1.1 49.7-26.6 49.7H512 448 384 320 256 192 64V116.8zM32 384H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "robot": { + "aliases": { + "unicodes": { + "composite": [ + "1f916" + ], + "secondary": [ + "10f544" + ] + } + }, + "changes": [ + "5.0.13", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "android", + "automate", + "computer", + "cyborg", + "face", + "monster", + "robot" + ] + }, + "unicode": "f544", + "label": "Robot", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0c17.7 0 32 14.3 32 32V96H472c39.8 0 72 32.2 72 72V440c0 39.8-32.2 72-72 72H168c-39.8 0-72-32.2-72-72V168c0-39.8 32.2-72 72-72H288V32c0-17.7 14.3-32 32-32zM208 384c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H208zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H304zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H400zM264 256a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm152 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM48 224H64V416H48c-26.5 0-48-21.5-48-48V272c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H576V224h16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rocket": { + "aliases": { + "unicodes": { + "secondary": [ + "10f135" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.7.0", + "5.12.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aircraft", + "app", + "jet", + "launch", + "nasa", + "space" + ] + }, + "unicode": "f135", + "label": "Rocket", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M156.6 384.9L125.7 354c-8.5-8.5-11.5-20.8-7.7-32.2c3-8.9 7-20.5 11.8-33.8L24 288c-8.6 0-16.6-4.6-20.9-12.1s-4.2-16.7 .2-24.1l52.5-88.5c13-21.9 36.5-35.3 61.9-35.3l82.3 0c2.4-4 4.8-7.7 7.2-11.3C289.1-4.1 411.1-8.1 483.9 5.3c11.6 2.1 20.6 11.2 22.8 22.8c13.4 72.9 9.3 194.8-111.4 276.7c-3.5 2.4-7.3 4.8-11.3 7.2v82.3c0 25.4-13.4 49-35.3 61.9l-88.5 52.5c-7.4 4.4-16.6 4.5-24.1 .2s-12.1-12.2-12.1-20.9V380.8c-14.1 4.9-26.4 8.9-35.7 11.9c-11.2 3.6-23.4 .5-31.8-7.8zM384 168a40 40 0 1 0 0-80 40 40 0 1 0 0 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rocketchat": { + "changes": [ + "5.0.0", + "5.4.2", + "5.8.0", + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3e8", + "label": "Rocket.Chat", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M284.046,224.8a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,284.046,224.8Zm-110.45,0a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,173.6,224.8Zm220.923,0a34.114,34.114,0,1,0,34.317,34.113A34.215,34.215,0,0,0,394.519,224.8Zm153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618-52.886-34.817-122.374-54-195.666-54a405.975,405.975,0,0,0-72.032,6.357,238.524,238.524,0,0,0-49.51-36.588C99.684-11.7,40.859.711,11.135,11.421A14.291,14.291,0,0,0,5.58,34.782C26.542,56.458,61.222,99.3,52.7,138.252c-33.142,33.9-51.112,74.776-51.112,117.337,0,43.372,17.97,84.248,51.112,118.148,8.526,38.956-26.154,81.816-47.116,103.491a14.284,14.284,0,0,0,5.555,23.34c29.724,10.709,88.549,23.147,155.324-10.2a238.679,238.679,0,0,0,49.51-36.589A405.972,405.972,0,0,0,288,460.14c73.313,0,142.8-19.159,195.667-53.975,27.371-18.049,49.145-39.426,64.679-63.619,17.309-26.923,26.07-55.916,26.07-86.125C574.394,225.4,565.634,196.43,548.326,169.485ZM284.987,409.9a345.65,345.65,0,0,1-89.446-11.5l-20.129,19.393a184.366,184.366,0,0,1-37.138,27.585,145.767,145.767,0,0,1-52.522,14.87c.983-1.771,1.881-3.563,2.842-5.356q30.258-55.68,16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4,0-83.1,104.254-150.469,232.846-150.469s232.867,67.373,232.867,150.469C517.854,342.525,413.6,409.9,284.987,409.9Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "rockrms": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3e9", + "label": "Rockrms", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2l101.5 118.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "rotate": { + "aliases": { + "names": [ + "sync-alt" + ], + "unicodes": { + "composite": [ + "1f504" + ], + "secondary": [ + "10f2f1" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anticlockwise", + "arrow", + "counterclockwise", + "counterclockwise arrows button", + "exchange", + "refresh", + "reload", + "rotate", + "swap", + "withershins" + ] + }, + "unicode": "f2f1", + "label": "Rotate", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M142.9 142.9c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5c0 0 0 0 0 0H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5c7.7-21.8 20.2-42.3 37.8-59.8zM16 312v7.6 .7V440c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l41.6-41.6c87.6 86.5 228.7 86.2 315.8-1c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.2 62.2-162.7 62.5-225.3 1L185 329c6.9-6.9 8.9-17.2 5.2-26.2s-12.5-14.8-22.2-14.8H48.4h-.7H40c-13.3 0-24 10.7-24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rotate-left": { + "aliases": { + "names": [ + "rotate-back", + "rotate-backward", + "undo-alt" + ], + "unicodes": { + "secondary": [ + "10f2ea" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "control z", + "exchange", + "oops", + "return", + "swap" + ] + }, + "unicode": "f2ea", + "label": "Rotate Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M48.5 224H40c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2L98.6 96.6c87.6-86.5 228.7-86.2 315.8 1c87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8H48.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rotate-right": { + "aliases": { + "names": [ + "redo-alt", + "rotate-forward" + ], + "unicodes": { + "secondary": [ + "10f2f9" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "refresh", + "reload", + "repeat" + ] + }, + "unicode": "f2f9", + "label": "Rotate Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M463.5 224H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "route": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4d7" + ] + } + }, + "changes": [ + "5.0.9", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directions", + "navigation", + "travel" + ] + }, + "unicode": "f4d7", + "label": "Route", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c53 0 96 43 96 96s-43 96-96 96H139.6c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-53 0-96-43-96-96s43-96 96-96h39.8c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96zM117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5l-.6 .7zM128 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rss": { + "aliases": { + "names": [ + "feed" + ], + "unicodes": { + "secondary": [ + "10f09e" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blog", + "feed", + "journal", + "news", + "writing" + ] + }, + "unicode": "f09e", + "label": "Rss", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ruble-sign": { + "aliases": { + "names": [ + "rouble", + "rub", + "ruble" + ], + "unicodes": { + "composite": [ + "20bd" + ], + "secondary": [ + "10f158" + ] + } + }, + "changes": [ + "4.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Ruble Sign", + "currency" + ] + }, + "unicode": "f158", + "label": "Ruble Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M96 32C78.3 32 64 46.3 64 64V256H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v32c0 17.7 14.3 32 32 32s32-14.3 32-32V416H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V320H240c79.5 0 144-64.5 144-144s-64.5-144-144-144H96zM240 256H128V96H240c44.2 0 80 35.8 80 80s-35.8 80-80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rug": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blanket", + "carpet", + "rug", + "textile" + ] + }, + "unicode": "e569", + "label": "Rug", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M24 64H56 80V88v88 80 80 88 24H56 24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V360H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V280H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V200H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V112H24C10.7 112 0 101.3 0 88S10.7 64 24 64zm88 0H528V448H112V64zM640 88c0 13.3-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H584 560V424 336 256 176 88 64h24 32c13.3 0 24 10.7 24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ruler": { + "aliases": { + "unicodes": { + "composite": [ + "1f4cf" + ], + "secondary": [ + "10f545" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "draft", + "length", + "measure", + "planning", + "ruler", + "straight edge", + "straight ruler" + ] + }, + "unicode": "f545", + "label": "Ruler", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0L17.9 401.9c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 50.7-50.7c18.7-18.7 49.1-18.7 67.9 0l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9L177.9 494.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ruler-combined": { + "aliases": { + "unicodes": { + "secondary": [ + "10f546" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "draft", + "length", + "measure", + "planning" + ] + }, + "unicode": "f546", + "label": "Ruler Combined", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M.2 468.9C2.7 493.1 23.1 512 48 512l96 0 320 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-48c0-26.5-21.5-48-48-48L48 0C21.5 0 0 21.5 0 48L0 368l0 96c0 1.7 .1 3.3 .2 4.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ruler-horizontal": { + "aliases": { + "unicodes": { + "secondary": [ + "10f547" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "draft", + "length", + "measure", + "planning" + ] + }, + "unicode": "f547", + "label": "Ruler Horizontal", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 336c0 26.5 21.5 48 48 48l544 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0c-26.5 0-48 21.5-48 48L0 336z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ruler-vertical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f548" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "draft", + "length", + "measure", + "planning" + ] + }, + "unicode": "f548", + "label": "Ruler Vertical", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H208c26.5 0 48 21.5 48 48V96H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rupee-sign": { + "aliases": { + "names": [ + "rupee" + ], + "unicodes": { + "composite": [ + "20a8" + ], + "secondary": [ + "10f156" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Rupee Sign", + "currency" + ] + }, + "unicode": "f156", + "label": "Rupee Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256zm256.5 16.4c-.9 6 0 8.7 .4 9.8c.4 1.1 1.4 2.6 4.2 4.9c7.2 5.7 18.7 10 37.9 16.8l1.3 .5c16 5.6 38.7 13.6 55.7 28.1c9.5 8.1 17.9 18.6 23.1 32.3c5.1 13.7 6.1 28.5 3.8 44c-4.2 28.1-20.5 49.3-43.8 60.9c-22.1 11-48.1 12.5-73.2 8l-.2 0 0 0c-9.3-1.8-20.5-5.7-29.3-9c-6-2.3-12.6-4.9-17.7-6.9l0 0c-2.5-1-4.6-1.8-6.3-2.5c-16.5-6.4-24.6-25-18.2-41.4s24.9-24.6 41.4-18.2c2.6 1 5.2 2 7.9 3.1l0 0c4.8 1.9 9.8 3.9 15.4 6c8.8 3.3 15.3 5.4 18.7 6c15.7 2.8 26.7 .8 32.9-2.3c5-2.5 8-6 9.1-13c1-6.9 .2-10.5-.5-12.3c-.6-1.7-1.8-3.6-4.5-5.9c-6.9-5.8-18.2-10.4-36.9-17l-3-1.1c-15.5-5.4-37-13-53.3-25.9c-9.5-7.5-18.3-17.6-23.7-31c-5.5-13.4-6.6-28-4.4-43.2c8.4-57.1 67-78 116.9-68.9c6.9 1.3 27.3 5.8 35.4 8.4c16.9 5.2 26.3 23.2 21.1 40.1s-23.2 26.3-40.1 21.1c-4.7-1.4-22.3-5.5-27.9-6.5c-14.6-2.7-25.8-.4-32.6 3.2c-6.3 3.3-8.9 7.6-9.5 12z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rupiah-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "currency" + ] + }, + "unicode": "e23d", + "label": "Rupiah Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256zm256-96h80c61.9 0 112 50.1 112 112s-50.1 112-112 112H352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352 192c0-17.7 14.3-32 32-32zm80 160c26.5 0 48-21.5 48-48s-21.5-48-48-48H352v96h48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "rust": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e07a", + "label": "Rust", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M508.52,249.75,486.7,236.24c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35,7.35,0,0,0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35,7.35,0,0,0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35,7.35,0,0,0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439,81.84A7.36,7.36,0,0,0,430.16,73L405,78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35,7.35,0,0,0-10.39-7L367.7,53.23c-1.7-.94-3.43-1.84-5.15-2.73L358.4,25.08a7.35,7.35,0,0,0-11.54-4.79L326,35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35,7.35,0,0,0-12.25-2.44l-17.5,18.72c-1.95-.21-3.91-.38-5.88-.55L262.25,3.48a7.35,7.35,0,0,0-12.5,0L236.24,25.3c-2,.17-3.93.34-5.88.55L212.86,7.13a7.35,7.35,0,0,0-12.25,2.44l-9,24c-1.89.55-3.79,1.08-5.66,1.68l-20.82-15a7.35,7.35,0,0,0-11.54,4.79l-4.15,25.41c-1.73.9-3.45,1.79-5.16,2.73L120.88,42.55a7.35,7.35,0,0,0-10.39,7l.92,25.81c-1.49,1.19-3,2.39-4.42,3.61L81.84,73A7.36,7.36,0,0,0,73,81.84L78.93,107c-1.23,1.45-2.43,2.93-3.62,4.41l-25.81-.91a7.42,7.42,0,0,0-6.37,3.26,7.35,7.35,0,0,0-.57,7.13l10.66,23.41c-.94,1.7-1.83,3.43-2.73,5.16L25.08,153.6a7.35,7.35,0,0,0-4.79,11.54l15,20.82c-.59,1.87-1.13,3.77-1.68,5.66l-24,9a7.35,7.35,0,0,0-2.44,12.25l18.72,17.5c-.21,1.95-.38,3.91-.55,5.88L3.48,249.75a7.35,7.35,0,0,0,0,12.5L25.3,275.76c.17,2,.34,3.92.55,5.87L7.13,299.13a7.35,7.35,0,0,0,2.44,12.25l24,9c.55,1.89,1.08,3.78,1.68,5.65l-15,20.83a7.35,7.35,0,0,0,4.79,11.54l25.42,4.15c.9,1.72,1.79,3.45,2.73,5.14L42.56,391.12a7.35,7.35,0,0,0,.57,7.13,7.13,7.13,0,0,0,6.37,3.26l25.83-.91q1.77,2.22,3.6,4.4L73,430.16A7.36,7.36,0,0,0,81.84,439L107,433.07q2.18,1.83,4.41,3.61l-.92,25.82a7.35,7.35,0,0,0,10.39,6.95l23.43-10.68c1.69.94,3.42,1.83,5.14,2.73l4.15,25.42a7.34,7.34,0,0,0,11.54,4.78l20.83-15c1.86.6,3.76,1.13,5.65,1.68l9,24a7.36,7.36,0,0,0,12.25,2.44l17.5-18.72c1.95.21,3.92.38,5.88.55l13.51,21.82a7.35,7.35,0,0,0,12.5,0l13.51-21.82c2-.17,3.93-.34,5.88-.56l17.5,18.73a7.36,7.36,0,0,0,12.25-2.44l9-24c1.89-.55,3.78-1.08,5.65-1.68l20.82,15a7.34,7.34,0,0,0,11.54-4.78l4.15-25.42c1.72-.9,3.45-1.79,5.15-2.73l23.42,10.68a7.35,7.35,0,0,0,10.39-6.95l-.91-25.82q2.22-1.79,4.4-3.61L430.16,439a7.36,7.36,0,0,0,8.84-8.84L433.07,405q1.83-2.17,3.61-4.4l25.82.91a7.23,7.23,0,0,0,6.37-3.26,7.35,7.35,0,0,0,.58-7.13L458.77,367.7c.94-1.7,1.83-3.43,2.73-5.15l25.42-4.15a7.35,7.35,0,0,0,4.79-11.54l-15-20.83c.59-1.87,1.13-3.76,1.67-5.65l24-9a7.35,7.35,0,0,0,2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35,7.35,0,0,0,0-12.5Zm-151,129.08A13.91,13.91,0,0,0,341,389.51l-7.64,35.67A187.51,187.51,0,0,1,177,424.44l-7.64-35.66a13.87,13.87,0,0,0-16.46-10.68l-31.51,6.76a187.38,187.38,0,0,1-16.26-19.21H258.3c1.72,0,2.89-.29,2.89-1.91V309.55c0-1.57-1.17-1.91-2.89-1.91H213.47l.05-34.35H262c4.41,0,23.66,1.28,29.79,25.87,1.91,7.55,6.17,32.14,9.06,40,2.89,8.82,14.6,26.46,27.1,26.46H407a187.3,187.3,0,0,1-17.34,20.09Zm25.77,34.49A15.24,15.24,0,1,1,368,398.08h.44A15.23,15.23,0,0,1,383.24,413.32Zm-225.62-.68a15.24,15.24,0,1,1-15.25-15.25h.45A15.25,15.25,0,0,1,157.62,412.64ZM69.57,234.15l32.83-14.6a13.88,13.88,0,0,0,7.06-18.33L102.69,186h26.56V305.73H75.65A187.65,187.65,0,0,1,69.57,234.15ZM58.31,198.09a15.24,15.24,0,0,1,15.23-15.25H74a15.24,15.24,0,1,1-15.67,15.24Zm155.16,24.49.05-35.32h63.26c3.28,0,23.07,3.77,23.07,18.62,0,12.29-15.19,16.7-27.68,16.7ZM399,306.71c-9.8,1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4,18.86-11.95,38.46-29.64,38.46-53.26,0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23H116.32A187.49,187.49,0,0,1,221.21,70.06l23.47,24.6a13.82,13.82,0,0,0,19.6.44l26.26-25a187.51,187.51,0,0,1,128.37,91.43l-18,40.57A14,14,0,0,0,408,220.43l34.59,15.33a187.12,187.12,0,0,1,.4,32.54H423.71c-1.91,0-2.69,1.27-2.69,3.13v8.82C421,301,409.31,305.58,399,306.71ZM240,60.21A15.24,15.24,0,0,1,255.21,45h.45A15.24,15.24,0,1,1,240,60.21ZM436.84,214a15.24,15.24,0,1,1,0-30.48h.44a15.24,15.24,0,0,1-.44,30.48Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "s": { + "aliases": { + "unicodes": { + "composite": [ + "73" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter S", + "Latin Small Letter S", + "letter" + ] + }, + "unicode": "53", + "label": "S", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9 .6 2.9 .8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9l-.2 0 0 0c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3C5.1 440.8-3.9 422.7 1.6 405.9s23.7-25.8 40.5-20.3c4.9 1.6 10.2 3.4 15.9 5.4c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1 .7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5L2.1 133.9C9.4 91.4 37.4 62.2 73.9 46.6c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sack-dollar": { + "aliases": { + "unicodes": { + "composite": [ + "1f4b0" + ], + "secondary": [ + "10f81d" + ] + } + }, + "changes": [ + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bag", + "burlap", + "cash", + "dollar", + "money", + "money bag", + "moneybag", + "robber", + "santa", + "usd" + ] + }, + "unicode": "f81d", + "label": "Sack Dollar", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84 88c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V424c0 11 9 20 20 20s20-9 20-20V410.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l0 0-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V216z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sack-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bag", + "burlap", + "rations" + ] + }, + "unicode": "e56a", + "label": "Sack Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 96H320l47.4-71.1C374.5 14.2 366.9 0 354.1 0H157.9c-12.8 0-20.4 14.2-13.3 24.9L192 96zm128 32H192c-3.8 2.5-8.1 5.3-13 8.4l0 0 0 0C122.3 172.7 0 250.9 0 416c0 53 43 96 96 96H416c53 0 96-43 96-96c0-165.1-122.3-243.3-179-279.6c-4.8-3.1-9.2-5.9-13-8.4zM289.9 336l47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "safari": { + "changes": [ + "4.4.0", + "5.0.0", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser" + ] + }, + "unicode": "f267", + "label": "Safari", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M274.69,274.69l-37.38-37.38L166,346ZM256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8ZM411.85,182.79l14.78-6.13A8,8,0,0,1,437.08,181h0a8,8,0,0,1-4.33,10.46L418,197.57a8,8,0,0,1-10.45-4.33h0A8,8,0,0,1,411.85,182.79ZM314.43,94l6.12-14.78A8,8,0,0,1,331,74.92h0a8,8,0,0,1,4.33,10.45l-6.13,14.78a8,8,0,0,1-10.45,4.33h0A8,8,0,0,1,314.43,94ZM256,60h0a8,8,0,0,1,8,8V84a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V68A8,8,0,0,1,256,60ZM181,74.92a8,8,0,0,1,10.46,4.33L197.57,94a8,8,0,1,1-14.78,6.12l-6.13-14.78A8,8,0,0,1,181,74.92Zm-63.58,42.49h0a8,8,0,0,1,11.31,0L140,128.72A8,8,0,0,1,140,140h0a8,8,0,0,1-11.31,0l-11.31-11.31A8,8,0,0,1,117.41,117.41ZM60,256h0a8,8,0,0,1,8-8H84a8,8,0,0,1,8,8h0a8,8,0,0,1-8,8H68A8,8,0,0,1,60,256Zm40.15,73.21-14.78,6.13A8,8,0,0,1,74.92,331h0a8,8,0,0,1,4.33-10.46L94,314.43a8,8,0,0,1,10.45,4.33h0A8,8,0,0,1,100.15,329.21Zm4.33-136h0A8,8,0,0,1,94,197.57l-14.78-6.12A8,8,0,0,1,74.92,181h0a8,8,0,0,1,10.45-4.33l14.78,6.13A8,8,0,0,1,104.48,193.24ZM197.57,418l-6.12,14.78a8,8,0,0,1-14.79-6.12l6.13-14.78A8,8,0,1,1,197.57,418ZM264,444a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V428a8,8,0,0,1,8-8h0a8,8,0,0,1,8,8Zm67-6.92h0a8,8,0,0,1-10.46-4.33L314.43,418a8,8,0,0,1,4.33-10.45h0a8,8,0,0,1,10.45,4.33l6.13,14.78A8,8,0,0,1,331,437.08Zm63.58-42.49h0a8,8,0,0,1-11.31,0L372,383.28A8,8,0,0,1,372,372h0a8,8,0,0,1,11.31,0l11.31,11.31A8,8,0,0,1,394.59,394.59ZM286.25,286.25,110.34,401.66,225.75,225.75,401.66,110.34ZM437.08,331h0a8,8,0,0,1-10.45,4.33l-14.78-6.13a8,8,0,0,1-4.33-10.45h0A8,8,0,0,1,418,314.43l14.78,6.12A8,8,0,0,1,437.08,331ZM444,264H428a8,8,0,0,1-8-8h0a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8h0A8,8,0,0,1,444,264Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "sailboat": { + "changes": [ + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dinghy", + "mast", + "sailboat", + "sailing", + "yacht" + ] + }, + "unicode": "e445", + "label": "Sailboat", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M256 16c0-7 4.5-13.2 11.2-15.3s13.9 .4 17.9 6.1l224 320c3.4 4.9 3.8 11.3 1.1 16.6s-8.2 8.6-14.2 8.6H272c-8.8 0-16-7.2-16-16V16zM212.1 96.5c7 1.9 11.9 8.2 11.9 15.5V336c0 8.8-7.2 16-16 16H80c-5.7 0-11-3-13.8-8s-2.9-11-.1-16l128-224c3.6-6.3 11-9.4 18-7.5zM5.7 404.3C2.8 394.1 10.5 384 21.1 384H554.9c10.6 0 18.3 10.1 15.4 20.3l-4 14.3C550.7 473.9 500.4 512 443 512H133C75.6 512 25.3 473.9 9.7 418.7l-4-14.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "salesforce": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f83b", + "label": "Salesforce", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12zm136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20zm-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65zM640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232zm-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.11 38.11 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52zm45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1l-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.85 34.85 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.45 44.45 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.58 38.58 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "sass": { + "changes": [ + "5.0.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f41e", + "label": "Sass", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M301.84 378.92c-.3.6-.6 1.08 0 0zm249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a122.83 122.83 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201.24 201.24 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.31.31 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201.24 201.24 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.46 79.46 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2zm111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.18 36.18 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "satellite": { + "aliases": { + "unicodes": { + "composite": [ + "1f6f0" + ], + "secondary": [ + "10f7bf" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.1", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "communications", + "hardware", + "orbit", + "satellite", + "space" + ] + }, + "unicode": "f7bf", + "label": "Satellite", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4-15.5 15.5C152.3 230.4 124.9 224 96 224c-31.7 0-61.5 7.7-87.8 21.2c-9 4.7-10.3 16.7-3.1 23.8L112.7 376.7 96.3 393.1c-2.6-.7-5.4-1.1-8.3-1.1c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4L242.9 506.9c7.2 7.2 19.2 5.9 23.8-3.1C280.3 477.5 288 447.7 288 416c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4 55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55L233 7zm159 351l-72.4-72.4 62.1-62.1L454.1 296 392 358.1zM226.3 192.4L153.9 120 216 57.9l72.4 72.4-62.1 62.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "satellite-dish": { + "aliases": { + "unicodes": { + "composite": [ + "1f4e1" + ], + "secondary": [ + "10f7c0" + ] + } + }, + "changes": [ + "5.6.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "SETI", + "antenna", + "communications", + "dish", + "hardware", + "radar", + "receiver", + "satellite", + "satellite antenna", + "saucer", + "signal", + "space" + ] + }, + "unicode": "f7c0", + "label": "Satellite Dish", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 32c0-17.7 14.3-32 32-32C383.1 0 512 128.9 512 288c0 17.7-14.3 32-32 32s-32-14.3-32-32C448 164.3 347.7 64 224 64c-17.7 0-32-14.3-32-32zM60.6 220.6L164.7 324.7l28.4-28.4c-.7-2.6-1.1-5.4-1.1-8.3c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32c-2.9 0-5.6-.4-8.3-1.1l-28.4 28.4L291.4 451.4c14.5 14.5 11.8 38.8-7.3 46.3C260.5 506.9 234.9 512 208 512C93.1 512 0 418.9 0 304c0-26.9 5.1-52.5 14.4-76.1c7.5-19 31.8-21.8 46.3-7.3zM224 96c106 0 192 86 192 192c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-70.7-57.3-128-128-128c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "scale-balanced": { + "aliases": { + "names": [ + "balance-scale" + ], + "unicodes": { + "composite": [ + "2696" + ], + "secondary": [ + "10f24e" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Libra", + "balance", + "balance scale", + "balanced", + "justice", + "law", + "legal", + "measure", + "rule", + "scale", + "weight", + "zodiac" + ] + }, + "unicode": "f24e", + "label": "Scale Balanced", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M384 32H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H398.4c-5.2 25.8-22.9 47.1-46.4 57.3V448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-23.5-10.3-41.2-31.6-46.4-57.3H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288H584.4L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320H199.3L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "scale-unbalanced": { + "aliases": { + "names": [ + "balance-scale-left" + ], + "unicodes": { + "secondary": [ + "10f515" + ] + } + }, + "changes": [ + "5.0.13", + "5.9.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "justice", + "legal", + "measure", + "unbalanced", + "weight" + ] + }, + "unicode": "f515", + "label": "Scale Unbalanced", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M522.1 62.4c16.8-5.6 25.8-23.7 20.2-40.5S518.6-3.9 501.9 1.6l-113 37.7C375 15.8 349.3 0 320 0c-44.2 0-80 35.8-80 80c0 3 .2 5.9 .5 8.8L117.9 129.6c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l135.5-45.2c4.5 3.2 9.3 5.9 14.4 8.2V480c0 17.7 14.3 32 32 32H512c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V153.3c21-9.2 37.2-27 44.2-49l125.9-42zM439.6 288L512 163.8 584.4 288H439.6zM512 384c62.9 0 115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L536.1 109.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L392.7 273.1c-5.7 9.8-9.3 21.1-6.7 32.1C396.8 350 449.1 384 512 384zM129.2 291.8L201.6 416H56.7l72.4-124.2zM3.2 433.1C14 478 66.3 512 129.2 512s115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L153.2 237.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L9.9 401.1c-5.7 9.8-9.3 21.1-6.7 32.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "scale-unbalanced-flip": { + "aliases": { + "names": [ + "balance-scale-right" + ], + "unicodes": { + "secondary": [ + "10f516" + ] + } + }, + "changes": [ + "5.0.13", + "5.9.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "justice", + "legal", + "measure", + "unbalanced", + "weight" + ] + }, + "unicode": "f516", + "label": "Scale Unbalanced Flip", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M117.9 62.4c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l113 37.7C265 15.8 290.7 0 320 0c44.2 0 80 35.8 80 80c0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5s-23.7 25.8-40.5 20.2L366.4 145.2c-4.5 3.2-9.3 5.9-14.4 8.2V480c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-21-9.2-37.2-27-44.2-49l-125.9-42zM200.4 288L128 163.8 55.6 288H200.4zM128 384C65.1 384 12.8 350 2 305.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C243.2 350 190.9 384 128 384zm382.8-92.2L438.4 416H583.3L510.8 291.8zm126 141.3C626 478 573.7 512 510.8 512s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "schlix": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3ea", + "label": "SCHLIX", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "school": { + "aliases": { + "unicodes": { + "composite": [ + "1f3eb" + ], + "secondary": [ + "10f549" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "education", + "learn", + "school", + "student", + "teacher" + ] + }, + "unicode": "f549", + "label": "School", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H592c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM256 416c0-35.3 28.7-64 64-64s64 28.7 64 64v96H256V416zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H512c-8.8 0-16-7.2-16-16V208zM96 320h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H512c-8.8 0-16-7.2-16-16V336zM232 176a88 88 0 1 1 176 0 88 88 0 1 1 -176 0zm88-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "school-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "not affected", + "ok", + "okay", + "schoolhouse" + ] + }, + "unicode": "e56b", + "label": "School Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-99.3-43.3c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "school-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "schoolhouse" + ] + }, + "unicode": "e56c", + "label": "School Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "school-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "destroy", + "schoolhouse" + ] + }, + "unicode": "e56d", + "label": "School Circle Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm22.6-144l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L518.6 368z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "school-flag": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "educate", + "flag", + "school", + "schoolhouse" + ] + }, + "unicode": "e56e", + "label": "School Flag", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 0H400c8.8 0 16 7.2 16 16V80c0 8.8-7.2 16-16 16H320.7l89.6 64H512c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H336V400c0-26.5-21.5-48-48-48s-48 21.5-48 48V512H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64H165.7L256 95.5V32c0-17.7 14.3-32 32-32zm48 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM80 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm368 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H464c-8.8 0-16 7.2-16 16zM80 352c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H80zm384 0c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H464z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "school-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "closed", + "lockdown", + "quarantine", + "schoolhouse" + ] + }, + "unicode": "e56f", + "label": "School Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M302.2 5.4c10.7-7.2 24.8-7.2 35.5 0L473.7 96H592c26.5 0 48 21.5 48 48V272c0-61.9-50.1-112-112-112s-112 50.1-112 112v24.6c-19.1 11.1-32 31.7-32 55.4H320.3l-.3 0c-35.3 0-64 28.7-64 64v96h64v0H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48H166.3L302.2 5.4zM80 208v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zm0 128v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zm240-72a88 88 0 1 0 0-176 88 88 0 1 0 0 176zm16-120v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H320c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16s16 7.2 16 16zm192 96c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "scissors": { + "aliases": { + "names": [ + "cut" + ], + "unicodes": { + "composite": [ + "2700", + "2702", + "2704" + ], + "secondary": [ + "10f0c4" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Safety Scissors", + "White Scissors", + "clip", + "cutting", + "scissors", + "snip", + "tool" + ] + }, + "unicode": "f0c4", + "label": "Scissors", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 192l-39.5-39.5c4.9-12.6 7.5-26.2 7.5-40.5C224 50.1 173.9 0 112 0S0 50.1 0 112s50.1 112 112 112c14.3 0 27.9-2.7 40.5-7.5L192 256l-39.5 39.5c-12.6-4.9-26.2-7.5-40.5-7.5C50.1 288 0 338.1 0 400s50.1 112 112 112s112-50.1 112-112c0-14.3-2.7-27.9-7.5-40.5L499.2 76.8c7.1-7.1 7.1-18.5 0-25.6c-28.3-28.3-74.1-28.3-102.4 0L256 192zm22.6 150.6L396.8 460.8c28.3 28.3 74.1 28.3 102.4 0c7.1-7.1 7.1-18.5 0-25.6L342.6 278.6l-64 64zM64 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm48 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "screenpal": { + "changes": [ + "6.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e570", + "label": "Screenpal", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M233.5 22.49C233.5 10.07 243.6 0 256 0C268.4 0 278.5 10.07 278.5 22.49C278.5 34.91 268.4 44.98 256 44.98C243.6 44.98 233.5 34.91 233.5 22.49zM313.4 259C313.4 290.7 287.7 316.4 256 316.4C224.3 316.4 198.6 290.7 198.6 259C198.6 227.3 224.3 201.6 256 201.6C287.7 201.6 313.4 227.3 313.4 259zM337.2 350C359.5 330.1 373.7 302.7 377.1 273H496.6C493.1 334.4 466.2 392.2 421.4 434.4C376.7 476.6 317.5 500.2 256 500.2C194.5 500.2 135.3 476.6 90.56 434.4C45.83 392.2 18.94 334.4 15.39 273H135.1C138.5 302.7 152.7 330.1 175 350C197.3 369.9 226.2 380.9 256.1 380.9C285.1 380.9 314.8 369.9 337.2 350zM73.14 140.3C73.54 152.7 63.81 163.1 51.39 163.5C38.97 163.9 28.59 154.2 28.18 141.8C27.78 129.3 37.52 118.9 49.94 118.5C62.35 118.1 72.74 127.9 73.14 140.3zM438.9 141C438.9 128.6 448.9 118.5 461.4 118.5C473.8 118.5 483.8 128.6 483.8 141C483.8 153.5 473.8 163.5 461.4 163.5C448.9 163.5 438.9 153.5 438.9 141zM317.9 95.27C300.6 109.1 278.7 118.1 256 118.1C233.3 118.1 211.4 109.1 194.1 95.27C176.8 80.55 165.3 60.18 161.7 37.78C176.8 31.37 192.5 26.52 208.6 23.31C208.6 35.88 213.6 47.93 222.5 56.82C231.4 65.7 243.4 70.7 256 70.7C268.6 70.7 280.6 65.7 289.5 56.82C298.4 47.93 303.4 35.88 303.4 23.31C319.5 26.52 335.2 31.37 350.3 37.78C346.7 60.18 335.2 80.55 317.9 95.27H317.9zM82.78 231C61.42 238.6 38.06 238.4 16.86 230.4C18.82 214.1 22.46 198.1 27.71 182.5C33.1 185.6 39.05 187.6 45.22 188.5C51.39 189.3 57.67 188.9 63.68 187.3C69.69 185.6 75.33 182.9 80.27 179.1C85.21 175.3 89.36 170.6 92.47 165.2C95.58 159.8 97.61 153.8 98.42 147.7C99.23 141.5 98.83 135.2 97.22 129.2C95.61 123.2 92.83 117.6 89.04 112.6C85.25 107.7 80.53 103.5 75.14 100.4C85.96 88.11 98.01 76.94 111.1 67.07C128.7 81.42 140.6 101.6 144.7 123.9C148.8 146.2 144.8 169.3 133.5 188.9C122.1 208.5 104.1 223.4 82.78 231V231zM429.2 231.1C407.9 223.5 389.9 208.5 378.5 188.9C367.2 169.3 363.3 146.2 367.4 123.9C371.5 101.7 383.4 81.54 400.9 67.19C414 77.04 426.1 88.21 436.9 100.5C426.2 106.9 418.5 117.2 415.4 129.3C412.2 141.3 413.1 154.1 420.2 164.9C426.4 175.7 436.6 183.6 448.6 186.9C460.6 190.2 473.5 188.6 484.3 182.6C489.6 198.1 493.2 214.2 495.2 230.4C473.1 238.5 450.6 238.7 429.2 231.1L429.2 231.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "screwdriver": { + "aliases": { + "unicodes": { + "composite": [ + "1fa9b" + ], + "secondary": [ + "10f54a" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "fix", + "mechanic", + "repair", + "screw", + "screwdriver", + "settings", + "tool" + ] + }, + "unicode": "f54a", + "label": "Screwdriver", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M465 7c-8.5-8.5-22-9.4-31.6-2.1l-104 80c-5.9 4.5-9.4 11.6-9.4 19v54.1l-85.6 85.6c6.7 4.2 13 9.3 18.8 15.1s10.9 12.2 15.1 18.8L353.9 192H408c7.5 0 14.5-3.5 19-9.4l80-104c7.4-9.6 6.5-23.1-2.1-31.6L465 7zM121.4 281.4l-112 112c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l112-112c30.2-30.2 30.2-79.1 0-109.3s-79.1-30.2-109.3 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "screwdriver-wrench": { + "aliases": { + "names": [ + "tools" + ], + "unicodes": { + "secondary": [ + "10f7d9" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "fix", + "repair", + "screwdriver", + "settings", + "tools", + "wrench" + ] + }, + "unicode": "f7d9", + "label": "Screwdriver Wrench", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4h54.1l109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109V104c0-7.5-3.5-14.5-9.4-19L78.6 5zM19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L233.7 374.3c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7L19.9 396.1zM512 144c0-10.5-1.1-20.7-3.2-30.5c-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7H352c-8.8 0-16-7.2-16-16V102.6c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0C288.5 0 224 64.5 224 144l0 .8 85.3 85.3c36-9.1 75.8 .5 104 28.7L429 274.5c49-23 83-72.8 83-130.5zM56 432a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "scribd": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f28a", + "label": "Scribd", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "scroll": { + "aliases": { + "unicodes": { + "composite": [ + "1f4dc" + ], + "secondary": [ + "10f70e" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "announcement", + "d&d", + "dnd", + "fantasy", + "paper", + "script", + "scroll" + ] + }, + "unicode": "f70e", + "label": "Scroll", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 80v48c0 17.7 14.3 32 32 32H48 96V80c0-26.5-21.5-48-48-48S0 53.5 0 80zM112 32c10 13.4 16 30 16 48V384c0 35.3 28.7 64 64 64s64-28.7 64-64v-5.3c0-32.4 26.3-58.7 58.7-58.7H480V128c0-53-43-96-96-96H112zM464 480c61.9 0 112-50.1 112-112c0-8.8-7.2-16-16-16H314.7c-14.7 0-26.7 11.9-26.7 26.7V384c0 53-43 96-96 96H368h96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "scroll-torah": { + "aliases": { + "names": [ + "torah" + ], + "unicodes": { + "secondary": [ + "10f6a0" + ] + } + }, + "changes": [ + "5.3.0", + "5.7.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "jewish", + "judaism", + "religion", + "scroll" + ] + }, + "unicode": "f6a0", + "label": "Scroll Torah", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 480V32C96 14.3 74.5 0 48 0S0 14.3 0 32V480c0 17.7 21.5 32 48 32s48-14.3 48-32zM512 32H128V480H512V32zM592 0c-26.5 0-48 14.3-48 32V480c0 17.7 21.5 32 48 32s48-14.3 48-32V32c0-17.7-21.5-32-48-32zM196 313.7c0-3.2 .9-6.4 2.5-9.2L226.7 256l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1 8.2-18.3 18.3-18.3H271l31.4-53.9c3.6-6.3 10.3-10.1 17.6-10.1s13.9 3.8 17.6 10.1L369 180h56.7c10.1 0 18.3 8.2 18.3 18.3c0 3.2-.9 6.4-2.5 9.2L413.3 256l28.3 48.5c1.6 2.8 2.5 6 2.5 9.2c0 10.1-8.2 18.3-18.3 18.3H369l-31.4 53.9c-3.6 6.3-10.3 10.1-17.6 10.1s-13.9-3.8-17.6-10.1L271 332H214.3c-10.1 0-18.3-8.2-18.3-18.3zm124 54.7L341.2 332H298.8L320 368.4zM254.5 256l30.3 52h70.4l30.3-52-30.3-52H284.8l-30.3 52zm144.9 23.8L383 308h32.8l-16.4-28.2zM415.8 204H383l16.4 28.2L415.8 204zM320 143.6L298.8 180h42.4L320 143.6zM224.2 204l16.4 28.2L257 204H224.2zM257 308l-16.4-28.2L224.2 308H257z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sd-card": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7c2" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "image", + "memory", + "photo", + "save" + ] + }, + "unicode": "f7c2", + "label": "Sd Card", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M320 0H141.3C124.3 0 108 6.7 96 18.7L18.7 96C6.7 108 0 124.3 0 141.3V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 88v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "searchengin": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3eb", + "label": "Searchengin", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 460, + 512 + ], + "width": 460, + "height": 512, + "path": "M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "section": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Section Sign", + "law", + "legal", + "silcrow" + ] + }, + "unicode": "e447", + "label": "Section", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M64.9 96C67.1 84.4 73.7 76.2 86 70.6c13.8-6.2 34.8-8.9 61.2-4.5c8.8 1.4 36.1 7.1 44.1 9.3c17 4.8 34.7-5.1 39.5-22.2s-5.1-34.7-22.2-39.5c-11.1-3.1-41-9.2-50.9-10.8C123-2.7 88.3-.6 59.7 12.3C29.9 25.8 7.5 50.9 1.6 86.5c-.1 .5-.2 1.1-.2 1.6c-2.2 19.7 .3 37.9 8.1 54.1c7.7 16.1 19.4 28 32 36.9c.6 .5 1.3 .9 2 1.4C22.3 194.2 6.5 215.1 1.7 243c-.1 .6-.2 1.1-.2 1.7c-2.3 19.3 .4 37.1 8.4 53c7.9 15.6 19.8 27 32.3 35.5c22.4 15.2 51.9 24 75.4 31l0 0 3.7 1.1c27.2 8.2 46.9 14.6 59.4 23.8c5.5 4 8.2 7.6 9.5 10.9c1.3 3.2 2.6 8.6 .9 18.1c-1.7 10.1-7.7 18-20.7 23.5c-14 6-35.4 8.5-62 4.4c-12.8-2.1-35.1-9.7-54.1-16.2l0 0c-4.3-1.5-8.5-2.9-12.3-4.2C25.3 420 7.2 429.1 1.6 445.8s3.5 34.9 20.3 40.5c2.6 .8 5.7 1.9 9.2 3.1c18.6 6.3 48.5 16.6 67.3 19.6l0 0 .2 0c34.5 5.4 68.8 3.4 97.2-8.7c29.4-12.6 52.5-36.5 58.5-71.5c3.3-19.3 1.9-37.4-5-53.9c-6.3-15-16.4-26.4-27.6-35.2c16.5-13.9 28.5-33.2 32.6-58.2c3.2-19.8 1.9-38.3-4.8-55.1c-6.7-16.8-17.8-29.4-30.2-39c-22.8-17.6-53.6-27.4-77.7-35l-1.4-.5c-27.4-8.7-47.8-15.3-61.5-25c-6.1-4.4-9.5-8.5-11.4-12.4c-1.8-3.7-3.2-9.3-2.3-18.5zm76.7 208.5c-.2-.1-.4-.1-.6-.2l-1.4-.4c-27.4-8.2-47.9-14.5-61.7-23.8c-6.2-4.2-9.3-7.9-11-11.3c-1.5-3-2.9-7.7-2.1-15.7c1.9-9.7 7.9-17.3 20.5-22.7c14-6 35.4-8.5 62.1-4.3l16.4 2.6c6.3 2.9 11.7 6 16.2 9.5c5.5 4.2 8.4 8.2 10 12.2c1.6 4 2.8 10.4 1.1 20.9c-2.4 14.7-12.8 26.4-37.1 31l-12.4 2.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "seedling": { + "aliases": { + "names": [ + "sprout" + ], + "unicodes": { + "composite": [ + "1f331" + ], + "secondary": [ + "10f4d8" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "environment", + "flora", + "grow", + "plant", + "sapling", + "seedling", + "vegan", + "young" + ] + }, + "unicode": "f4d8", + "label": "Seedling", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 32c0 113.6-84.6 207.5-194.2 222c-7.1-53.4-30.6-101.6-65.3-139.3C290.8 46.3 364 0 448 0h32c17.7 0 32 14.3 32 32zM0 96C0 78.3 14.3 64 32 64H64c123.7 0 224 100.3 224 224v32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V320C100.3 320 0 219.7 0 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sellcast": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "eercast" + ] + }, + "unicode": "f2da", + "label": "Sellcast", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "sellsy": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f213", + "label": "Sellsy", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "server": { + "aliases": { + "unicodes": { + "secondary": [ + "10f233" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "cpu", + "database", + "hardware", + "network" + ] + }, + "unicode": "f233", + "label": "Server", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm48 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V352c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "servicestack": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3ec", + "label": "Servicestack", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "shapes": { + "aliases": { + "names": [ + "triangle-circle-square" + ], + "unicodes": { + "secondary": [ + "10f61f" + ] + } + }, + "changes": [ + "5.2.0", + "5.12.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blocks", + "build", + "circle", + "square", + "triangle" + ] + }, + "unicode": "f61f", + "label": "Shapes", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M315.4 15.5C309.7 5.9 299.2 0 288 0s-21.7 5.9-27.4 15.5l-96 160c-5.9 9.9-6.1 22.2-.4 32.2s16.3 16.2 27.8 16.2H384c11.5 0 22.2-6.2 27.8-16.2s5.5-22.3-.4-32.2l-96-160zM288 312V456c0 22.1 17.9 40 40 40H472c22.1 0 40-17.9 40-40V312c0-22.1-17.9-40-40-40H328c-22.1 0-40 17.9-40 40zM128 512a128 128 0 1 0 0-256 128 128 0 1 0 0 256z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "share": { + "aliases": { + "names": [ + "arrow-turn-right", + "mail-forward" + ], + "unicodes": { + "secondary": [ + "10f064" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "save", + "send", + "social" + ] + }, + "unicode": "f064", + "label": "Share", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "share-from-square": { + "aliases": { + "names": [ + "share-square" + ], + "unicodes": { + "composite": [ + "f045" + ], + "secondary": [ + "10f14d" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "save", + "send", + "social" + ] + }, + "unicode": "f14d", + "label": "Share From Square", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M352 224H305.5c-45 0-81.5 36.5-81.5 81.5c0 22.3 10.3 34.3 19.2 40.5c6.8 4.7 12.8 12 12.8 20.3c0 9.8-8 17.8-17.8 17.8h-2.5c-2.4 0-4.8-.4-7.1-1.4C210.8 374.8 128 333.4 128 240c0-79.5 64.5-144 144-144h80V34.7C352 15.5 367.5 0 386.7 0c8.6 0 16.8 3.2 23.2 8.9L548.1 133.3c7.6 6.8 11.9 16.5 11.9 26.7s-4.3 19.9-11.9 26.7l-139 125.1c-5.9 5.3-13.5 8.2-21.4 8.2H384c-17.7 0-32-14.3-32-32V224zM80 96c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16H400c8.8 0 16-7.2 16-16V384c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V112C0 67.8 35.8 32 80 32h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H80z" + }, + "regular": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M400 255.4V240 208c0-8.8-7.2-16-16-16H352 336 289.5c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112h48 16 32c8.8 0 16-7.2 16-16V80 64.6L506 160 400 255.4zM336 240h16v48c0 17.7 14.3 32 32 32h3.7c7.9 0 15.5-2.9 21.4-8.2l139-125.1c7.6-6.8 11.9-16.5 11.9-26.7s-4.3-19.9-11.9-26.7L409.9 8.9C403.5 3.2 395.3 0 386.7 0C367.5 0 352 15.5 352 34.7V80H336 304 288c-88.4 0-160 71.6-160 160c0 60.4 34.6 99.1 63.9 120.9c5.9 4.4 11.5 8.1 16.7 11.2c4.4 2.7 8.5 4.9 11.9 6.6c3.4 1.7 6.2 3 8.2 3.9c2.2 1 4.6 1.4 7.1 1.4h2.5c9.8 0 17.8-8 17.8-17.8c0-7.8-5.3-14.7-11.6-19.5l0 0c-.4-.3-.7-.5-1.1-.8c-1.7-1.1-3.4-2.5-5-4.1c-.8-.8-1.7-1.6-2.5-2.6s-1.6-1.9-2.4-2.9c-1.8-2.5-3.5-5.3-5-8.5c-2.6-6-4.3-13.3-4.3-22.4c0-36.1 29.3-65.5 65.5-65.5H304h32zM72 32C32.2 32 0 64.2 0 104V440c0 39.8 32.2 72 72 72H408c39.8 0 72-32.2 72-72V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V104c0-13.3 10.7-24 24-24h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H72z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "share-nodes": { + "aliases": { + "names": [ + "share-alt" + ], + "unicodes": { + "secondary": [ + "10f1e0" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "save", + "send", + "social" + ] + }, + "unicode": "f1e0", + "label": "Share Nodes", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 224c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9 .7-7.8 .7-11.9s-.2-8-.7-11.9l94.1-47C302.6 213.8 326.1 224 352 224z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sheet-plastic": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "plastic", + "plastic wrap", + "protect", + "tarp", + "tarpaulin", + "waterproof" + ] + }, + "unicode": "e571", + "label": "Sheet Plastic", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 448c0 35.3 28.7 64 64 64H224V384c0-17.7 14.3-32 32-32H384V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V448zM171.3 75.3l-96 96c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l96-96c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zm96 32l-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zM384 384H256V512L384 384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shekel-sign": { + "aliases": { + "names": [ + "ils", + "shekel", + "sheqel", + "sheqel-sign" + ], + "unicodes": { + "composite": [ + "20aa" + ], + "secondary": [ + "10f20b" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "New Sheqel Sign", + "currency", + "ils", + "money" + ] + }, + "unicode": "f20b", + "label": "Shekel Sign", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V96H192c35.3 0 64 28.7 64 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-70.7-57.3-128-128-128H32zM320 480c70.7 0 128-57.3 128-128V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352c0 35.3-28.7 64-64 64H192V192c0-17.7-14.3-32-32-32s-32 14.3-32 32V448c0 17.7 14.3 32 32 32H320z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shield": { + "aliases": { + "names": [ + "shield-blank" + ], + "unicodes": { + "composite": [ + "1f6e1" + ], + "secondary": [ + "10f132" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "armor", + "award", + "block", + "cleric", + "defend", + "defense", + "holy", + "paladin", + "protect", + "safety", + "security", + "shield", + "weapon", + "winner" + ] + }, + "unicode": "f132", + "label": "Shield", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shield-cat": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "feline", + "pet", + "protect", + "safety", + "veterinary" + ] + }, + "unicode": "e572", + "label": "Shield Cat", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160 154.4c0-5.8 4.7-10.4 10.4-10.4h.2c3.4 0 6.5 1.6 8.5 4.3l40 53.3c3 4 7.8 6.4 12.8 6.4h48c5 0 9.8-2.4 12.8-6.4l40-53.3c2-2.7 5.2-4.3 8.5-4.3h.2c5.8 0 10.4 4.7 10.4 10.4V272c0 53-43 96-96 96s-96-43-96-96V154.4zM216 288a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm96-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shield-dog": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "canine", + "pet", + "protect", + "safety", + "veterinary" + ] + }, + "unicode": "e573", + "label": "Shield Dog", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8c35.3 0 64-28.7 64-64V160h44.2c12.1 0 23.2 6.8 28.6 17.7L320 192h64c8.8 0 16 7.2 16 16v32c0 44.2-35.8 80-80 80H272v50.7c0 7.3-5.9 13.3-13.3 13.3c-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8 .6-5.5 1.9-8l15-30zM160 160h40 8v32 32c0 17.7-14.3 32-32 32s-32-14.3-32-32V176c0-8.8 7.2-16 16-16zm128 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shield-halved": { + "aliases": { + "names": [ + "shield-alt" + ], + "unicodes": { + "secondary": [ + "10f3ed" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "armor", + "award", + "block", + "cleric", + "defend", + "defense", + "holy", + "paladin", + "security", + "shield", + "weapon", + "winner" + ] + }, + "unicode": "f3ed", + "label": "Shield Halved", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8V444.8C394 378 431.1 230.1 432 141.4L256 66.8l0 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shield-heart": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "love", + "protect", + "safe", + "safety", + "shield" + ] + }, + "unicode": "e574", + "label": "Shield Heart", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM144 221.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4 7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shield-virus": { + "aliases": { + "unicodes": { + "secondary": [ + "10e06c" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "antibodies", + "barrier", + "coronavirus", + "covid-19", + "flu", + "health", + "infection", + "pandemic", + "protect", + "safety", + "vaccine" + ] + }, + "unicode": "e06c", + "label": "Shield Virus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM256 112c8.8 0 16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16zM232 256a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ship": { + "aliases": { + "unicodes": { + "composite": [ + "1f6a2" + ], + "secondary": [ + "10f21a" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.10.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boat", + "passenger", + "sea", + "ship", + "water" + ] + }, + "unicode": "f21a", + "label": "Ship", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M192 32c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32V64h48c26.5 0 48 21.5 48 48V240l44.4 14.8c23.1 7.7 29.5 37.5 11.5 53.9l-101 92.6c-16.2 9.4-34.7 15.1-50.9 15.1c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-16.2 0-34.7-5.7-50.9-15.1l-101-92.6c-18-16.5-11.6-46.2 11.5-53.9L96 240V112c0-26.5 21.5-48 48-48h48V32zM160 218.7l107.8-35.9c13.1-4.4 27.3-4.4 40.5 0L416 218.7V128H160v90.7zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shirt": { + "aliases": { + "names": [ + "t-shirt", + "tshirt" + ], + "unicodes": { + "composite": [ + "1f455" + ], + "secondary": [ + "10f553" + ] + } + }, + "changes": [ + "5.0.13", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "clothing", + "fashion", + "garment", + "shirt", + "short sleeve", + "t-shirt", + "tshirt" + ] + }, + "unicode": "f553", + "label": "Shirt", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M211.8 0c7.8 0 14.3 5.7 16.7 13.2C240.8 51.9 277.1 80 320 80s79.2-28.1 91.5-66.8C413.9 5.7 420.4 0 428.2 0h12.6c22.5 0 44.2 7.9 61.5 22.3L628.5 127.4c6.6 5.5 10.7 13.5 11.4 22.1s-2.1 17.1-7.8 23.6l-56 64c-11.4 13.1-31.2 14.6-44.6 3.5L480 197.7V448c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64V197.7l-51.5 42.9c-13.3 11.1-33.1 9.6-44.6-3.5l-56-64c-5.7-6.5-8.5-15-7.8-23.6s4.8-16.6 11.4-22.1L137.7 22.3C155 7.9 176.7 0 199.2 0h12.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shirtsinbulk": { + "changes": [ + "4.3.0", + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f214", + "label": "Shirts in Bulk", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M100 410.3l30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5l30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14l4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8L91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5l4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5l4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2l4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3zm-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38zM52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "shoe-prints": { + "aliases": { + "unicodes": { + "secondary": [ + "10f54b" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "feet", + "footprints", + "steps", + "walk" + ] + }, + "unicode": "f54b", + "label": "Shoe Prints", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M416 0C352.3 0 256 32 256 32V160c48 0 76 16 104 32s56 32 104 32c56.4 0 176-16 176-96S512 0 416 0zM128 96c0 35.3 28.7 64 64 64h32V32H192c-35.3 0-64 28.7-64 64zM288 512c96 0 224-48 224-128s-119.6-96-176-96c-48 0-76 16-104 32s-56 32-104 32V480s96.3 32 160 32zM0 416c0 35.3 28.7 64 64 64H96V352H64c-35.3 0-64 28.7-64 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shop": { + "aliases": { + "names": [ + "store-alt" + ], + "unicodes": { + "secondary": [ + "10f54f" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bodega", + "building", + "buy", + "market", + "purchase", + "shopping", + "store" + ] + }, + "unicode": "f54f", + "label": "Shop", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M36.8 192H603.2c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM64 224V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V384 224H320V384H128V224H64zm448 0V480c0 17.7 14.3 32 32 32s32-14.3 32-32V224H512z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shop-lock": { + "changes": [ + "6.0.0", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bodega", + "building", + "buy", + "closed", + "lock", + "lockdown", + "market", + "purchase", + "quarantine", + "shop", + "shopping", + "store" + ] + }, + "unicode": "e4a5", + "label": "Shop Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M36.8 192H449.6c20.2-19.8 47.9-32 78.4-32c30.5 0 58.1 12.2 78.3 31.9c18.9-1.6 33.7-17.4 33.7-36.7c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM384 224H320V384H128V224H64V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V384 352 224zm144 16c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shop-slash": { + "aliases": { + "names": [ + "store-alt-slash" + ], + "unicodes": { + "secondary": [ + "10e070" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "buy", + "closed", + "covid-19", + "purchase", + "shopping" + ] + }, + "unicode": "e070", + "label": "Shop Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-54.8-43V224H512V376L384 275.7V224H320v1.5L277.2 192H603.2c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L74.1 32.8 38.8 5.1zM36.8 192h85L21 112.5 6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM320 384H128V224H64V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V398.5l-64-50.4V384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shopify": { + "changes": [ + "5.12.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e057", + "label": "Shopify", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M388.32,104.1a4.66,4.66,0,0,0-4.4-4c-2,0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76,472S388.72,106.5,388.32,104.1ZM288.65,70.47a116.67,116.67,0,0,0-7.21-17.61C271,32.85,255.42,22,237,22a15,15,0,0,0-4,.4c-.4-.8-1.2-1.2-1.6-2C223.4,11.63,213,7.63,200.58,8c-24,.8-48,18-67.25,48.83-13.61,21.62-24,48.84-26.82,70.06-27.62,8.4-46.83,14.41-47.23,14.81-14,4.4-14.41,4.8-16,18-1.2,10-38,291.82-38,291.82L307.86,504V65.67a41.66,41.66,0,0,0-4.4.4S297.86,67.67,288.65,70.47ZM233.41,87.69c-16,4.8-33.63,10.4-50.84,15.61,4.8-18.82,14.41-37.63,25.62-50,4.4-4.4,10.41-9.61,17.21-12.81C232.21,54.86,233.81,74.48,233.41,87.69ZM200.58,24.44A27.49,27.49,0,0,1,215,28c-6.4,3.2-12.81,8.41-18.81,14.41-15.21,16.42-26.82,42-31.62,66.45-14.42,4.41-28.83,8.81-42,12.81C131.33,83.28,163.75,25.24,200.58,24.44ZM154.15,244.61c1.6,25.61,69.25,31.22,73.25,91.66,2.8,47.64-25.22,80.06-65.65,82.47-48.83,3.2-75.65-25.62-75.65-25.62l10.4-44s26.82,20.42,48.44,18.82c14-.8,19.22-12.41,18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44,27.22-93.27,94.47-97.68,26-1.6,39.23,4.81,39.23,4.81L221.4,225.39s-17.21-8-37.63-6.4C154.15,221,153.75,239.8,154.15,244.61ZM249.42,82.88c0-12-1.6-29.22-7.21-43.63,18.42,3.6,27.22,24,31.23,36.43Q262.63,78.68,249.42,82.88Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "shopware": { + "changes": [ + "5.1.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f5b5", + "label": "Shopware", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.39 247.39 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A418.62 418.62 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "shower": { + "aliases": { + "unicodes": { + "composite": [ + "1f6bf" + ], + "secondary": [ + "10f2cc" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bath", + "clean", + "faucet", + "shower", + "water" + ] + }, + "unicode": "f2cc", + "label": "Shower", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 131.9C64 112.1 80.1 96 99.9 96c9.5 0 18.6 3.8 25.4 10.5l16.2 16.2c-21 38.9-17.4 87.5 10.9 123L151 247c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L345 121c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-1.3 1.3c-35.5-28.3-84.2-31.9-123-10.9L170.5 61.3C151.8 42.5 126.4 32 99.9 32C44.7 32 0 76.7 0 131.9V448c0 17.7 14.3 32 32 32s32-14.3 32-32V131.9zM256 352a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm32-32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shrimp": { + "aliases": { + "unicodes": { + "composite": [ + "1f990" + ] + } + }, + "changes": [ + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "allergy", + "crustacean", + "prawn", + "seafood", + "shellfish", + "shrimp", + "tail" + ] + }, + "unicode": "e448", + "label": "Shrimp", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96s28.7 64 64 64h1c3.7 88.9 77 160 167 160h56V128H264 88.8 64c-17.7 0-32-14.3-32-32s14.3-32 32-32H464c8.8 0 16-7.2 16-16s-7.2-16-16-16H64zM224 456c0 13.3 10.7 24 24 24h72V407.8l-64.1-22.4c-12.5-4.4-26.2 2.2-30.6 14.7s2.2 26.2 14.7 30.6l4.5 1.6C233 433.9 224 443.9 224 456zm128 23.3c36.4-3.3 69.5-17.6 96.1-39.6l-86.5-34.6c-3 1.8-6.2 3.2-9.6 4.3v69.9zM472.6 415c24.6-30.3 39.4-68.9 39.4-111c0-12.3-1.3-24.3-3.7-35.9L382.8 355.1c.8 3.4 1.2 7 1.2 10.6c0 4.6-.7 9-1.9 13.1L472.6 415zM336 128H320V320h18.3c9.9 0 19.1 3.2 26.6 8.5l133.5-92.4C471.8 172.6 409.1 128 336 128zM168 192a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shuffle": { + "aliases": { + "names": [ + "random" + ], + "unicodes": { + "composite": [ + "1f500" + ], + "secondary": [ + "10f074" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "arrows", + "crossed", + "shuffle", + "shuffle tracks button", + "sort", + "swap", + "switch", + "transfer" + ] + }, + "unicode": "f074", + "label": "Shuffle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M403.8 34.4c12-5 25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160H352c-10.1 0-19.6 4.7-25.6 12.8L284 229.3 244 176l31.2-41.6C293.3 110.2 321.8 96 352 96h32V64c0-12.9 7.8-24.6 19.8-29.6zM164 282.7L204 336l-31.2 41.6C154.7 401.8 126.2 416 96 416H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c10.1 0 19.6-4.7 25.6-12.8L164 282.7zm274.6 188c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V416H352c-30.2 0-58.7-14.2-76.8-38.4L121.6 172.8c-6-8.1-15.5-12.8-25.6-12.8H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c30.2 0 58.7 14.2 76.8 38.4L326.4 339.2c6 8.1 15.5 12.8 25.6 12.8h32V320c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "shuttle-space": { + "aliases": { + "names": [ + "space-shuttle" + ], + "unicodes": { + "secondary": [ + "10f197" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "astronaut", + "machine", + "nasa", + "rocket", + "space", + "transportation" + ] + }, + "unicode": "f197", + "label": "Shuttle Space", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M130 480c40.6 0 80.4-11 115.2-31.9L352 384l-224 0 0 96h2zM352 128L245.2 63.9C210.4 43 170.6 32 130 32h-2v96l224 0zM96 128l0-96H80C53.5 32 32 53.5 32 80v48h8c-22.1 0-40 17.9-40 40v16V328v16c0 22.1 17.9 40 40 40H32v48c0 26.5 21.5 48 48 48H96l0-96h8c26.2 0 49.4-12.6 64-32H456c69.3 0 135-22.7 179.2-81.6c6.4-8.5 6.4-20.3 0-28.8C591 182.7 525.3 160 456 160H168c-14.6-19.4-37.8-32-64-32l-8 0zM512 243.6v24.9c0 19.6-15.9 35.6-35.6 35.6c-2.5 0-4.4-2-4.4-4.4V212.4c0-2.5 2-4.4 4.4-4.4c19.6 0 35.6 15.9 35.6 35.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sign-hanging": { + "aliases": { + "names": [ + "sign" + ], + "unicodes": { + "secondary": [ + "10f4d9" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directions", + "real estate", + "signage", + "wayfinding" + ] + }, + "unicode": "f4d9", + "label": "Sign Hanging", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 0c17.7 0 32 14.3 32 32V64l352 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-352 0V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V128H32C14.3 128 0 113.7 0 96S14.3 64 32 64H64V32C64 14.3 78.3 0 96 0zm96 160H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "signal": { + "aliases": { + "names": [ + "signal-5", + "signal-perfect" + ], + "unicodes": { + "composite": [ + "1f4f6" + ], + "secondary": [ + "10f012" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "antenna", + "antenna bars", + "bar", + "bars", + "cell", + "graph", + "mobile", + "online", + "phone", + "reception", + "status" + ] + }, + "unicode": "f012", + "label": "Signal", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M576 0c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM448 96c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V128c0-17.7 14.3-32 32-32zM352 224V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32zM192 288c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V320c0-17.7 14.3-32 32-32zM96 416v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V416c0-17.7 14.3-32 32-32s32 14.3 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "signature": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5b7" + ] + } + }, + "changes": [ + "5.1.0", + "5.6.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "John Hancock", + "cursive", + "name", + "writing" + ] + }, + "unicode": "f5b7", + "label": "Signature", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 128c0-17.7 14.3-32 32-32s32 14.3 32 32v7.8c0 27.7-2.4 55.3-7.1 82.5l-84.4 25.3c-40.6 12.2-68.4 49.6-68.4 92v71.9c0 40 32.5 72.5 72.5 72.5c26 0 50-13.9 62.9-36.5l13.9-24.3c26.8-47 46.5-97.7 58.4-150.5l94.4-28.3-12.5 37.5c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H460.4l18-53.9c3.8-11.3 .9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4L316.4 198.1c2.4-20.7 3.6-41.4 3.6-62.3V128c0-53-43-96-96-96s-96 43-96 96v32c0 17.7 14.3 32 32 32s32-14.3 32-32V128zm-9.2 177l49-14.7c-10.4 33.8-24.5 66.4-42.1 97.2l-13.9 24.3c-1.5 2.6-4.3 4.3-7.4 4.3c-4.7 0-8.5-3.8-8.5-8.5V335.6c0-14.1 9.3-26.6 22.8-30.7zM24 368c-13.3 0-24 10.7-24 24s10.7 24 24 24H64.3c-.2-2.8-.3-5.6-.3-8.5V368H24zm592 48c13.3 0 24-10.7 24-24s-10.7-24-24-24H305.9c-6.7 16.3-14.2 32.3-22.3 48H616z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "signs-post": { + "aliases": { + "names": [ + "map-signs" + ], + "unicodes": { + "secondary": [ + "10f277" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directions", + "directory", + "map", + "signage", + "wayfinding" + ] + }, + "unicode": "f277", + "label": "Signs Post", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M224 32H64C46.3 32 32 46.3 32 64v64c0 17.7 14.3 32 32 32H441.4c4.2 0 8.3-1.7 11.3-4.7l48-48c6.2-6.2 6.2-16.4 0-22.6l-48-48c-3-3-7.1-4.7-11.3-4.7H288c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 256c0-17.7-14.3-32-32-32H288V192H224v32H70.6c-4.2 0-8.3 1.7-11.3 4.7l-48 48c-6.2 6.2-6.2 16.4 0 22.6l48 48c3 3 7.1 4.7 11.3 4.7H448c17.7 0 32-14.3 32-32V256zM288 480V384H224v96c0 17.7 14.3 32 32 32s32-14.3 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sim-card": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7c4" + ] + } + }, + "changes": [ + "5.6.0", + "5.8.2", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hard drive", + "hardware", + "portable", + "storage", + "technology", + "tiny" + ] + }, + "unicode": "f7c4", + "label": "Sim Card", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0H242.7c17 0 33.3 6.7 45.3 18.7L365.3 96c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0zM96 192c-17.7 0-32 14.3-32 32v32h64V192H96zM64 352h80 96 80V288H240 144 64v64zM320 224c0-17.7-14.3-32-32-32H256v64h64V224zM160 192v64h64V192H160zM288 448c17.7 0 32-14.3 32-32V384H256v64h32zM160 384v64h64V384H160zM64 416c0 17.7 14.3 32 32 32h32V384H64v32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "simplybuilt": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f215", + "label": "SimplyBuilt", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3zM149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4zm212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "sink": { + "aliases": { + "unicodes": { + "secondary": [ + "10e06d" + ] + } + }, + "changes": [ + "5.13.0", + "5.13.1", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bathroom", + "covid-19", + "faucet", + "kitchen", + "wash" + ] + }, + "unicode": "e06d", + "label": "Sink", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 96c0-17.7 14.3-32 32-32s32 14.3 32 32s14.3 32 32 32s32-14.3 32-32c0-53-43-96-96-96s-96 43-96 96V288H160V264c0-30.9-25.1-56-56-56H56c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c4.4 0 8 3.6 8 8v24H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H256 480c17.7 0 32-14.3 32-32s-14.3-32-32-32H400V264c0-4.4 3.6-8 8-8h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H408c-30.9 0-56 25.1-56 56v24H288V96zM480 416V384H32v32c0 53 43 96 96 96H384c53 0 96-43 96-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sistrix": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3ee", + "label": "SISTRIX", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1 30.5-31zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "sitemap": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0e8" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directory", + "hierarchy", + "ia", + "information architecture", + "organization" + ] + }, + "unicode": "f0e8", + "label": "Sitemap", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40H464c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H464c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H256c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V280H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-30.9 25.1-56 56-56H264V192h-8c-26.5 0-48-21.5-48-48V80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sith": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f512", + "label": "Sith", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32l69.71 118.75-58.86-11.52 69.84 91.03a146.741 146.741 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9L0 32zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34zm0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "sitrox": { + "changes": [ + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e44a", + "label": "Sitrox", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M212.439 0.00846128V0H448V128H64C64 57.6008 141.755 0.475338 212.439 0.00846128ZM237.256 192V192.007C307.135 192.475 384 249.6 384 320H210.809V319.995C140.915 319.563 64 262.424 64 192H237.256ZM235.565 511.993C306.251 511.521 384 454.399 384 384H0V512H235.565V511.993Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "sketch": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "app", + "design", + "interface" + ] + }, + "unicode": "f7c6", + "label": "Sketch", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M27.5 162.2L9 187.1h90.5l6.9-130.7-78.9 105.8zM396.3 45.7L267.7 32l135.7 147.2-7.1-133.5zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69L406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480l144.9-283.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "skull": { + "aliases": { + "unicodes": { + "composite": [ + "1f480" + ], + "secondary": [ + "10f54c" + ] + } + }, + "changes": [ + "5.0.13", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bones", + "death", + "face", + "fairy tale", + "monster", + "skeleton", + "skull", + "x-ray", + "yorick" + ] + }, + "unicode": "f54c", + "label": "Skull", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 398.9c58.5-41.1 96-104.1 96-174.9C512 100.3 397.4 0 256 0S0 100.3 0 224c0 70.7 37.5 133.8 96 174.9c0 .4 0 .7 0 1.1v64c0 26.5 21.5 48 48 48h48V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h64V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h48c26.5 0 48-21.5 48-48V400c0-.4 0-.7 0-1.1zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm256-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "skull-crossbones": { + "aliases": { + "unicodes": { + "composite": [ + "1f571", + "2620" + ], + "secondary": [ + "10f714" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Skull and Crossbones", + "Dungeons & Dragons", + "alert", + "bones", + "crossbones", + "d&d", + "danger", + "dangerous area", + "dead", + "deadly", + "death", + "dnd", + "face", + "fantasy", + "halloween", + "holiday", + "jolly-roger", + "monster", + "pirate", + "poison", + "skeleton", + "skull", + "skull and crossbones", + "warning" + ] + }, + "unicode": "f714", + "label": "Skull Crossbones", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M368 128c0 44.4-25.4 83.5-64 106.4V256c0 17.7-14.3 32-32 32H176c-17.7 0-32-14.3-32-32V234.4c-38.6-23-64-62.1-64-106.4C80 57.3 144.5 0 224 0s144 57.3 144 128zM168 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM3.4 273.7c7.9-15.8 27.1-22.2 42.9-14.3L224 348.2l177.7-88.8c15.8-7.9 35-1.5 42.9 14.3s1.5 35-14.3 42.9L295.6 384l134.8 67.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L224 419.8 46.3 508.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9L152.4 384 17.7 316.6C1.9 308.7-4.5 289.5 3.4 273.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "skyatlas": { + "changes": [ + "4.3.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f216", + "label": "skyatlas", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "skype": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f17e", + "label": "Skype", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "slack": { + "aliases": { + "names": [ + "slack-hash" + ], + "unicodes": { + "composite": [ + "f3ef" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anchor", + "hash", + "hashtag" + ] + }, + "unicode": "f198", + "label": "Slack Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f715" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cancel", + "close", + "mute", + "off", + "stop", + "x" + ] + }, + "unicode": "f715", + "label": "Slash", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sleigh": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7cc" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "christmas", + "claus", + "fly", + "holiday", + "santa", + "sled", + "snow", + "xmas" + ] + }, + "unicode": "f7cc", + "label": "Sleigh", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96V256c0 53 43 96 96 96v32h64V352H384v32h64V352c53 0 96-43 96-96V160c17.7 0 32-14.3 32-32s-14.3-32-32-32H512 480c-17.7 0-32 14.3-32 32v41.3c0 30.2-24.5 54.7-54.7 54.7c-75.5 0-145.6-38.9-185.6-102.9l-4.3-6.9C174.2 67.6 125 37.6 70.7 32.7c-2.2-.5-4.4-.7-6.7-.7H55 32zM640 384c0-17.7-14.3-32-32-32s-32 14.3-32 32v8c0 13.3-10.7 24-24 24H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H552c48.6 0 88-39.4 88-88v-8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sliders": { + "aliases": { + "names": [ + "sliders-h" + ], + "unicodes": { + "secondary": [ + "10f1de" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.0.11", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "adjust", + "settings", + "sliders", + "toggle" + ] + }, + "unicode": "f1de", + "label": "Sliders", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 416c0 17.7 14.3 32 32 32l54.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-246.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 384c-17.7 0-32 14.3-32 32zm128 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32-80c-32.8 0-61 19.7-73.3 48L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l246.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48l54.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-54.7 0c-12.3-28.3-40.5-48-73.3-48zM192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm73.3-64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l86.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L265.3 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "slideshare": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1e7", + "label": "Slideshare", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "smog": { + "aliases": { + "unicodes": { + "secondary": [ + "10f75f" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dragon", + "fog", + "haze", + "pollution", + "smoke", + "weather" + ] + }, + "unicode": "f75f", + "label": "Smog", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 144c0 79.5 64.5 144 144 144H299.3c22.6 19.9 52.2 32 84.7 32s62.1-12.1 84.7-32H496c61.9 0 112-50.1 112-112s-50.1-112-112-112c-10.7 0-21 1.5-30.8 4.3C443.8 27.7 401.1 0 352 0c-32.6 0-62.4 12.2-85.1 32.3C242.1 12.1 210.5 0 176 0C96.5 0 32 64.5 32 144zM616 368H280c-13.3 0-24 10.7-24 24s10.7 24 24 24H616c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-64 96H440c-13.3 0-24 10.7-24 24s10.7 24 24 24H552c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-192 0H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24zM224 392c0-13.3-10.7-24-24-24H96c-13.3 0-24 10.7-24 24s10.7 24 24 24H200c13.3 0 24-10.7 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "smoking": { + "aliases": { + "unicodes": { + "composite": [ + "1f6ac" + ], + "secondary": [ + "10f48d" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cancer", + "cigarette", + "nicotine", + "smoking", + "smoking status", + "tobacco" + ] + }, + "unicode": "f48d", + "label": "Smoking", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M448 32V43c0 38.2 15.2 74.8 42.2 101.8l21 21c21 21 32.8 49.5 32.8 79.2v11c0 17.7-14.3 32-32 32s-32-14.3-32-32V245c0-12.7-5.1-24.9-14.1-33.9l-21-21C405.9 151.1 384 98.1 384 43V32c0-17.7 14.3-32 32-32s32 14.3 32 32zM576 256V245c0-38.2-15.2-74.8-42.2-101.8l-21-21c-21-21-32.8-49.5-32.8-79.2V32c0-17.7 14.3-32 32-32s32 14.3 32 32V43c0 12.7 5.1 24.9 14.1 33.9l21 21c39 39 60.9 91.9 60.9 147.1v11c0 17.7-14.3 32-32 32s-32-14.3-32-32zM0 416c0-35.3 28.7-64 64-64H416c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H64c-35.3 0-64-28.7-64-64V416zm224 0v32H384V416H224zm288-64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "snapchat": { + "aliases": { + "names": [ + "snapchat-ghost" + ], + "unicodes": { + "composite": [ + "f2ac" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2ab", + "label": "Snapchat", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "snowflake": { + "aliases": { + "unicodes": { + "composite": [ + "2744", + "2746" + ], + "secondary": [ + "10f2dc" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Heavy Chevron Snowflake", + "cold", + "precipitation", + "rain", + "snow", + "snowfall", + "snowflake", + "winter" + ] + }, + "unicode": "f2dc", + "label": "Snowflake", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0c17.7 0 32 14.3 32 32V62.1l15-15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-49 49v70.3l61.4-35.8 17.7-66.1c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-5.2 19.3 23.6-13.8c15.3-8.9 34.9-3.7 43.8 11.5s3.8 34.9-11.5 43.8l-25.3 14.8 21.7 5.8c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-67.7-18.1L287.5 256l60.9 35.5 67.7-18.1c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-21.7 5.8 25.3 14.8c15.3 8.9 20.4 28.5 11.5 43.8s-28.5 20.4-43.8 11.5l-23.6-13.8 5.2 19.3c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-17.7-66.1L256 311.7v70.3l49 49c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V449.9l-15 15c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l49-49V311.7l-61.4 35.8-17.7 66.1c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l5.2-19.3L48.1 395.6c-15.3 8.9-34.9 3.7-43.8-11.5s-3.7-34.9 11.5-43.8l25.3-14.8-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l67.7 18.1L160.5 256 99.6 220.5 31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l21.7-5.8L15.9 171.6C.6 162.7-4.5 143.1 4.4 127.9s28.5-20.4 43.8-11.5l23.6 13.8-5.2-19.3c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l17.7 66.1L192 200.3V129.9L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l15 15V32c0-17.7 14.3-32 32-32z" + }, + "regular": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0c13.3 0 24 10.7 24 24V70.1l23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-57 57v76.5l66.2-38.2 20.9-77.8c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4L373 142.2l37.1-21.4c11.5-6.6 26.2-2.7 32.8 8.8s2.7 26.2-8.8 32.8L397 183.8l31.5 8.4c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-77.8-20.9L272 256l66.2 38.2 77.8-20.9c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4L397 328.2l37.1 21.4c11.5 6.6 15.4 21.3 8.8 32.8s-21.3 15.4-32.8 8.8L373 369.8l8.4 31.5c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-20.9-77.8L248 297.6v76.5l57 57c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V441.9l-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57V297.6l-66.2 38.2-20.9 77.8c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4L75 369.8 37.9 391.2c-11.5 6.6-26.2 2.7-32.8-8.8s-2.7-26.2 8.8-32.8L51 328.2l-31.5-8.4c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l77.8 20.9L176 256l-66.2-38.2L31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4L51 183.8 13.9 162.4c-11.5-6.6-15.4-21.3-8.8-32.8s21.3-15.4 32.8-8.8L75 142.2l-8.4-31.5c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l20.9 77.8L200 214.4V137.9L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23V24c0-13.3 10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "snowman": { + "aliases": { + "unicodes": { + "composite": [ + "2603", + "26c4" + ], + "secondary": [ + "10f7d0" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "decoration", + "frost", + "frosty", + "holiday", + "snow", + "snowman", + "snowman without snow" + ] + }, + "unicode": "f7d0", + "label": "Snowman", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M341.1 140.6c-2 3.9-1.6 8.6 1.2 12c7 8.5 12.9 18.1 17.2 28.4L408 160.2V120c0-13.3 10.7-24 24-24s24 10.7 24 24v19.6l22.5-9.7c12.2-5.2 26.3 .4 31.5 12.6s-.4 26.3-12.6 31.5l-56 24-73.6 31.5c-.5 9.5-2.1 18.6-4.8 27.3c-1.2 3.8-.1 8 2.8 10.8C396.7 296.9 416 338.2 416 384c0 44.7-18.3 85-47.8 114.1c-9.9 9.7-23.7 13.9-37.5 13.9H181.3c-13.9 0-27.7-4.2-37.5-13.9C114.3 469 96 428.7 96 384c0-45.8 19.3-87.1 50.1-116.3c2.9-2.8 4-6.9 2.8-10.8c-2.7-8.7-4.3-17.9-4.8-27.3L70.5 198.1l-56-24C2.4 168.8-3.3 154.7 1.9 142.5s19.3-17.8 31.5-12.6L56 139.6V120c0-13.3 10.7-24 24-24s24 10.7 24 24v40.2L152.6 181c4.3-10.3 10.1-19.9 17.2-28.4c2.8-3.4 3.3-8.1 1.2-12C164 127.2 160 112.1 160 96c0-53 43-96 96-96s96 43 96 96c0 16.1-4 31.2-10.9 44.6zM224 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm48 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-16 80a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm16 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM288 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48 24v3.2c0 3.2 .8 6.3 2.3 9l9 16.9c.9 1.7 2.7 2.8 4.7 2.8s3.8-1.1 4.7-2.8l9-16.9c1.5-2.8 2.3-5.9 2.3-9V120c0-8.8-7.2-16-16-16s-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "snowplow": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7d2" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clean up", + "cold", + "road", + "storm", + "winter" + ] + }, + "unicode": "f7d2", + "label": "Snowplow", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M298.9 64l68.6 160H256l-64-64V64H298.9zM445.1 242.7l-87.4-204C347.6 15.3 324.5 0 298.9 0H176c-26.5 0-48 21.5-48 48V160H96c-17.7 0-32 14.3-32 32V298.8C26.2 316.8 0 355.3 0 400c0 61.9 50.1 112 112 112H368c61.9 0 112-50.1 112-112c0-17.2-3.9-33.5-10.8-48H512v50.7c0 17 6.7 33.3 18.7 45.3l54.6 54.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L576 402.7V320 235.2L633 164c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5l-57 71.2c-9.1 11.3-14 25.4-14 40V288H448V256.7c.1-2.4-.2-4.8-.6-7.1s-1.2-4.7-2.2-6.8zM368 352c26.5 0 48 21.5 48 48s-21.5 48-48 48H112c-26.5 0-48-21.5-48-48s21.5-48 48-48H368zM144 400a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm216 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-56-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM200 424a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "soap": { + "aliases": { + "unicodes": { + "composite": [ + "1f9fc" + ], + "secondary": [ + "10e06e" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bar", + "bathing", + "bubbles", + "clean", + "cleaning", + "covid-19", + "hygiene", + "lather", + "soap", + "soapdish", + "wash" + ] + }, + "unicode": "e06e", + "label": "Soap", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM416 32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 160c0 27.6-11.7 52.5-30.4 70.1C422.1 275.7 448 310.8 448 352c0 53-43 96-96 96H160c-53 0-96-43-96-96s43-96 96-96h88.4c-15.2-17-24.4-39.4-24.4-64H96c-53 0-96 43-96 96V416c0 53 43 96 96 96H416c53 0 96-43 96-96V288c0-53-43-96-96-96zM160 288c-35.3 0-64 28.7-64 64s28.7 64 64 64H352c35.3 0 64-28.7 64-64s-28.7-64-64-64H320 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "socks": { + "aliases": { + "unicodes": { + "composite": [ + "1f9e6" + ], + "secondary": [ + "10f696" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "business socks", + "business time", + "clothing", + "feet", + "flight of the conchords", + "socks", + "stocking", + "wednesday" + ] + }, + "unicode": "f696", + "label": "Socks", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M175.2 476.6c-9.7-18-15.2-38.7-15.2-60.6c0-40.3 19-78.2 51.2-102.4l64-48c8.1-6 12.8-15.5 12.8-25.6V96H128V240c0 20.1-9.5 39.1-25.6 51.2l-64 48C14.2 357.3 0 385.8 0 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l21.6-16.2zM128 64H288V48c0-14.5 3.9-28.2 10.7-39.9C291 3 281.9 0 272 0H176c-26.5 0-48 21.5-48 48V64zM320 96V240c0 20.1-9.5 39.1-25.6 51.2l-64 48C206.2 357.3 192 385.8 192 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l115.2-86.4C493 382.2 512 344.3 512 304V96H320zM512 64V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48V64H512z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "solar-panel": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5ba" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clean", + "eco-friendly", + "energy", + "green", + "sun" + ] + }, + "unicode": "f5ba", + "label": "Solar Panel", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M122.2 0C91.7 0 65.5 21.5 59.5 51.4L8.3 307.4C.4 347 30.6 384 71 384H288v64H224c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V384H569c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0H122.2zM260.9 64H379.1l10.4 104h-139L260.9 64zM202.3 168H101.4L122.2 64h90.4L202.3 168zM91.8 216H197.5L187.1 320H71L91.8 216zm153.9 0H394.3l10.4 104-169.4 0 10.4-104zm196.8 0H548.2L569 320h-116L442.5 216zm96-48H437.7L427.3 64h90.4l31.4-6.3L517.8 64l20.8 104z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sort": { + "aliases": { + "names": [ + "unsorted" + ], + "unicodes": { + "secondary": [ + "10f0dc" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "filter", + "order" + ] + }, + "unicode": "f0dc", + "label": "Sort", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sort-down": { + "aliases": { + "names": [ + "sort-desc" + ], + "unicodes": { + "secondary": [ + "10f0dd" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "descending", + "filter", + "order", + "sort-desc" + ] + }, + "unicode": "f0dd", + "label": "Sort Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sort-up": { + "aliases": { + "names": [ + "sort-asc" + ], + "unicodes": { + "secondary": [ + "10f0de" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "ascending", + "filter", + "order", + "sort-asc" + ] + }, + "unicode": "f0de", + "label": "Sort Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "soundcloud": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1be", + "label": "SoundCloud", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M111.4 256.3l5.8 65-5.8 68.3c-.3 2.5-2.2 4.4-4.4 4.4s-4.2-1.9-4.2-4.4l-5.6-68.3 5.6-65c0-2.2 1.9-4.2 4.2-4.2 2.2 0 4.1 2 4.4 4.2zm21.4-45.6c-2.8 0-4.7 2.2-5 5l-5 105.6 5 68.3c.3 2.8 2.2 5 5 5 2.5 0 4.7-2.2 4.7-5l5.8-68.3-5.8-105.6c0-2.8-2.2-5-4.7-5zm25.5-24.1c-3.1 0-5.3 2.2-5.6 5.3l-4.4 130 4.4 67.8c.3 3.1 2.5 5.3 5.6 5.3 2.8 0 5.3-2.2 5.3-5.3l5.3-67.8-5.3-130c0-3.1-2.5-5.3-5.3-5.3zM7.2 283.2c-1.4 0-2.2 1.1-2.5 2.5L0 321.3l4.7 35c.3 1.4 1.1 2.5 2.5 2.5s2.2-1.1 2.5-2.5l5.6-35-5.6-35.6c-.3-1.4-1.1-2.5-2.5-2.5zm23.6-21.9c-1.4 0-2.5 1.1-2.5 2.5l-6.4 57.5 6.4 56.1c0 1.7 1.1 2.8 2.5 2.8s2.5-1.1 2.8-2.5l7.2-56.4-7.2-57.5c-.3-1.4-1.4-2.5-2.8-2.5zm25.3-11.4c-1.7 0-3.1 1.4-3.3 3.3L47 321.3l5.8 65.8c.3 1.7 1.7 3.1 3.3 3.1 1.7 0 3.1-1.4 3.1-3.1l6.9-65.8-6.9-68.1c0-1.9-1.4-3.3-3.1-3.3zm25.3-2.2c-1.9 0-3.6 1.4-3.6 3.6l-5.8 70 5.8 67.8c0 2.2 1.7 3.6 3.6 3.6s3.6-1.4 3.9-3.6l6.4-67.8-6.4-70c-.3-2.2-2-3.6-3.9-3.6zm241.4-110.9c-1.1-.8-2.8-1.4-4.2-1.4-2.2 0-4.2.8-5.6 1.9-1.9 1.7-3.1 4.2-3.3 6.7v.8l-3.3 176.7 1.7 32.5 1.7 31.7c.3 4.7 4.2 8.6 8.9 8.6s8.6-3.9 8.6-8.6l3.9-64.2-3.9-177.5c-.4-3-2-5.8-4.5-7.2zm-26.7 15.3c-1.4-.8-2.8-1.4-4.4-1.4s-3.1.6-4.4 1.4c-2.2 1.4-3.6 3.9-3.6 6.7l-.3 1.7-2.8 160.8s0 .3 3.1 65.6v.3c0 1.7.6 3.3 1.7 4.7 1.7 1.9 3.9 3.1 6.4 3.1 2.2 0 4.2-1.1 5.6-2.5 1.7-1.4 2.5-3.3 2.5-5.6l.3-6.7 3.1-58.6-3.3-162.8c-.3-2.8-1.7-5.3-3.9-6.7zm-111.4 22.5c-3.1 0-5.8 2.8-5.8 6.1l-4.4 140.6 4.4 67.2c.3 3.3 2.8 5.8 5.8 5.8 3.3 0 5.8-2.5 6.1-5.8l5-67.2-5-140.6c-.2-3.3-2.7-6.1-6.1-6.1zm376.7 62.8c-10.8 0-21.1 2.2-30.6 6.1-6.4-70.8-65.8-126.4-138.3-126.4-17.8 0-35 3.3-50.3 9.4-6.1 2.2-7.8 4.4-7.8 9.2v249.7c0 5 3.9 8.6 8.6 9.2h218.3c43.3 0 78.6-35 78.6-78.3.1-43.6-35.2-78.9-78.5-78.9zm-296.7-60.3c-4.2 0-7.5 3.3-7.8 7.8l-3.3 136.7 3.3 65.6c.3 4.2 3.6 7.5 7.8 7.5 4.2 0 7.5-3.3 7.5-7.5l3.9-65.6-3.9-136.7c-.3-4.5-3.3-7.8-7.5-7.8zm-53.6-7.8c-3.3 0-6.4 3.1-6.4 6.7l-3.9 145.3 3.9 66.9c.3 3.6 3.1 6.4 6.4 6.4 3.6 0 6.4-2.8 6.7-6.4l4.4-66.9-4.4-145.3c-.3-3.6-3.1-6.7-6.7-6.7zm26.7 3.4c-3.9 0-6.9 3.1-6.9 6.9L227 321.3l3.9 66.4c.3 3.9 3.1 6.9 6.9 6.9s6.9-3.1 6.9-6.9l4.2-66.4-4.2-141.7c0-3.9-3-6.9-6.9-6.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "sourcetree": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f7d3", + "label": "Sourcetree", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203zm-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "spa": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5bb" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "flora", + "massage", + "mindfulness", + "plant", + "wellness" + ] + }, + "unicode": "f5bb", + "label": "Spa", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M183.1 235.3c33.7 20.7 62.9 48.1 85.8 80.5c7 9.9 13.4 20.3 19.1 31c5.7-10.8 12.1-21.1 19.1-31c22.9-32.4 52.1-59.8 85.8-80.5C437.6 207.8 490.1 192 546 192h9.9c11.1 0 20.1 9 20.1 20.1C576 360.1 456.1 480 308.1 480H288 267.9C119.9 480 0 360.1 0 212.1C0 201 9 192 20.1 192H30c55.9 0 108.4 15.8 153.1 43.3zM301.5 37.6c15.7 16.9 61.1 71.8 84.4 164.6c-38 21.6-71.4 50.8-97.9 85.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8 68.6-147.7 84.4-164.6C278 33.9 282.9 32 288 32s10 1.9 13.5 5.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "space-awesome": { + "changes": [ + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "adventure", + "rocket", + "ship", + "shuttle" + ] + }, + "unicode": "e5ac", + "label": "Space Awesome", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 256H128V512H0V352H32V320H64V288H96V256zM512 352V512H384V256H416V288H448V320H480V352H512zM320 64H352V448H320V416H192V448H160V64H192V32H224V0H288V32H320V64zM288 128H224V192H288V128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "spaghetti-monster-flying": { + "aliases": { + "names": [ + "pastafarianism" + ], + "unicodes": { + "secondary": [ + "10f67b" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agnosticism", + "atheism", + "flying spaghetti monster", + "fsm" + ] + }, + "unicode": "f67b", + "label": "Spaghetti Monster Flying", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 64a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 0c0 16.2-6 31.1-16 42.3l15.6 31.2c18.7-6 39.9-9.5 64.4-9.5s45.8 3.5 64.4 9.5L400 106.3C390 95.1 384 80.2 384 64c0-35.3 28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64c-1.7 0-3.4-.1-5.1-.2L427.8 158c21.1 13.6 37.7 30.2 51.4 46.4c7.1 8.3 13.5 16.6 19.3 24l1.4 1.8c6.3 8.1 11.6 14.8 16.7 20.4C527.3 262.3 532.7 264 536 264c2.5 0 4.3-.6 7.1-3.3c3.7-3.5 7.1-8.8 12.5-17.4l.6-.9c4.6-7.4 11-17.6 19.4-25.7c9.7-9.3 22.9-16.7 40.4-16.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-2.5 0-4.3 .6-7.1 3.3c-3.7 3.5-7.1 8.8-12.5 17.4l-.6 .9c-4.6 7.4-11 17.6-19.4 25.7c-9.7 9.3-22.9 16.7-40.4 16.7c-18.5 0-32.9-8.5-44.3-18.6c-3.1 4-6.6 8.3-10.5 12.7c1.4 4.3 2.8 8.5 4 12.5c.9 3 1.8 5.8 2.6 8.6c3 9.8 5.5 18.2 8.6 25.9c3.9 9.8 7.4 15.4 10.8 18.5c2.6 2.4 5.9 4.3 12.8 4.3c8.7 0 16.9-4.2 33.7-13.2c15-8 35.7-18.8 62.3-18.8c13.3 0 24 10.7 24 24s-10.7 24-24 24c-13.4 0-24.7 5.2-39.7 13.2c-1 .6-2.1 1.1-3.2 1.7C559.9 414 541.4 424 520 424c-18.4 0-33.6-6.1-45.5-17.2c-11.1-10.3-17.9-23.7-22.7-36c-3.6-9-6.7-19.1-9.5-28.5c-16.4 12.3-36.1 23.6-58.9 31.3c3.6 10.8 8.4 23.5 14.4 36.2c7.5 15.9 16.2 30.4 25.8 40.5C433 460.5 441.2 464 448 464c13.3 0 24 10.7 24 24s-10.7 24-24 24c-25.2 0-45-13.5-59.5-28.8c-14.5-15.4-25.7-34.9-34.2-53c-8-17-14.1-33.8-18.3-46.9c-5.2 .4-10.6 .6-16 .6s-10.8-.2-16-.6c-4.2 13-10.3 29.9-18.3 46.9c-8.5 18.1-19.8 37.6-34.2 53C237 498.5 217.2 512 192 512c-13.3 0-24-10.7-24-24s10.7-24 24-24c6.8 0 15-3.5 24.5-13.7c9.5-10.1 18.3-24.6 25.8-40.5c5.9-12.6 10.7-25.4 14.4-36.2c-22.8-7.7-42.5-19-58.9-31.3c-2.9 9.4-6 19.5-9.5 28.5c-4.8 12.2-11.6 25.6-22.7 36C153.6 417.9 138.4 424 120 424c-21.4 0-39.9-10-53.1-17.1l0 0c-1.1-.6-2.2-1.2-3.2-1.7c-15-8-26.3-13.2-39.7-13.2c-13.3 0-24-10.7-24-24s10.7-24 24-24c26.6 0 47.3 10.8 62.3 18.8c16.8 9 25 13.2 33.7 13.2c6.8 0 10.2-1.9 12.8-4.3c3.4-3.2 7-8.8 10.8-18.5c3-7.7 5.6-16.1 8.6-25.9c.8-2.7 1.7-5.6 2.6-8.6c1.2-4 2.6-8.2 4-12.5c-3.9-4.5-7.4-8.8-10.5-12.7C136.9 303.5 122.5 312 104 312c-17.5 0-30.7-7.4-40.4-16.7c-8.4-8.1-14.8-18.3-19.4-25.7l-.6-.9c-5.4-8.6-8.8-13.9-12.5-17.4c-2.8-2.7-4.6-3.3-7.1-3.3c-13.3 0-24-10.7-24-24s10.7-24 24-24c17.5 0 30.7 7.4 40.4 16.7c8.4 8.1 14.8 18.3 19.4 25.7l.6 .9c5.4 8.6 8.8 13.9 12.5 17.4c2.8 2.7 4.6 3.3 7.1 3.3c3.3 0 8.7-1.7 19.4-13.4c5.1-5.6 10.4-12.3 16.7-20.4l1.4-1.8c5.8-7.4 12.2-15.7 19.3-24c13.8-16.2 30.3-32.8 51.4-46.4l-15.1-30.2c-1.7 .1-3.4 .2-5.1 .2c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zm208 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "speakap": { + "changes": [ + "5.0.0", + "5.4.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3f3", + "label": "Speakap", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "speaker-deck": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f83c", + "label": "Speaker Deck", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "spell-check": { + "aliases": { + "unicodes": { + "secondary": [ + "10f891" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dictionary", + "edit", + "editor", + "grammar", + "text" + ] + }, + "unicode": "f891", + "label": "Spell Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 0C99.1 0 87.4 7.8 82.5 19.7l-66.7 160-13.3 32c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L66.7 224h90.7l5.1 12.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-13.3-32-66.7-160C136.6 7.8 124.9 0 112 0zm18.7 160H93.3L112 115.2 130.7 160zM256 32v96 96c0 17.7 14.3 32 32 32h80c44.2 0 80-35.8 80-80c0-23.1-9.8-43.8-25.4-58.4c6-11.2 9.4-24 9.4-37.6c0-44.2-35.8-80-80-80H288c-17.7 0-32 14.3-32 32zm96 64H320V64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-32 64h32 16c8.8 0 16 7.2 16 16s-7.2 16-16 16H320V160zM566.6 310.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L352 434.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l192-192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "spider": { + "aliases": { + "unicodes": { + "composite": [ + "1f577" + ], + "secondary": [ + "10f717" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arachnid", + "bug", + "charlotte", + "crawl", + "eight", + "halloween", + "insect", + "spider" + ] + }, + "unicode": "f717", + "label": "Spider", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M158.4 32.6c4.8-12.4-1.4-26.3-13.8-31s-26.3 1.4-31 13.8L81.1 100c-7.9 20.7-3 44.1 12.7 59.7l57.4 57.4L70.8 190.3c-2.4-.8-4.3-2.7-5.1-5.1L46.8 128.4C42.6 115.8 29 109 16.4 113.2S-3 131 1.2 143.6l18.9 56.8c5.6 16.7 18.7 29.8 35.4 35.4L116.1 256 55.6 276.2c-16.7 5.6-29.8 18.7-35.4 35.4L1.2 368.4C-3 381 3.8 394.6 16.4 398.8s26.2-2.6 30.4-15.2l18.9-56.8c.8-2.4 2.7-4.3 5.1-5.1l80.4-26.8L93.7 352.3C78.1 368 73.1 391.4 81.1 412l32.5 84.6c4.8 12.4 18.6 18.5 31 13.8s18.5-18.6 13.8-31l-32.5-84.6c-1.1-3-.4-6.3 1.8-8.5L160 353.9c1 52.1 43.6 94.1 96 94.1s95-41.9 96-94.1l32.3 32.3c2.2 2.2 2.9 5.6 1.8 8.5l-32.5 84.6c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8L430.9 412c7.9-20.7 3-44.1-12.7-59.7l-57.4-57.4 80.4 26.8c2.4 .8 4.3 2.7 5.1 5.1l18.9 56.8c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-18.9-56.8c-5.6-16.7-18.7-29.8-35.4-35.4L395.9 256l60.5-20.2c16.7-5.6 29.8-18.7 35.4-35.4l18.9-56.8c4.2-12.6-2.6-26.2-15.2-30.4s-26.2 2.6-30.4 15.2l-18.9 56.8c-.8 2.4-2.7 4.3-5.1 5.1l-80.4 26.8 57.4-57.4c15.6-15.6 20.6-39 12.7-59.7L398.4 15.4C393.6 3 379.8-3.2 367.4 1.6s-18.5 18.6-13.8 31l32.5 84.6c1.1 3 .4 6.3-1.8 8.5L336 174.1V160c0-31.8-18.6-59.3-45.5-72.2c-9.1-4.4-18.5 3.3-18.5 13.4V112c0 8.8-7.2 16-16 16s-16-7.2-16-16V101.2c0-10.1-9.4-17.7-18.5-13.4C194.6 100.7 176 128.2 176 160v14.1l-48.3-48.3c-2.2-2.2-2.9-5.6-1.8-8.5l32.5-84.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "spinner": { + "aliases": { + "unicodes": { + "secondary": [ + "10f110" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "circle", + "loading", + "progress" + ] + }, + "unicode": "f110", + "label": "Spinner", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "splotch": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5bc" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Ink", + "blob", + "blotch", + "glob", + "stain" + ] + }, + "unicode": "f5bc", + "label": "Splotch", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208.5 62.3l28.1-36.9C248.8 9.4 267.8 0 288 0c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2c0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6c-14.8 0-29.3-5.1-40.8-14.3l-55.4-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3L82.4 451.9C47.8 458.2 16 431.6 16 396.5c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1c0-18.8-5.5-37.2-15.8-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "spoon": { + "aliases": { + "names": [ + "utensil-spoon" + ], + "unicodes": { + "composite": [ + "1f944", + "f1b1" + ], + "secondary": [ + "10f2e5" + ] + } + }, + "changes": [ + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cutlery", + "dining", + "scoop", + "silverware", + "spoon", + "tableware" + ] + }, + "unicode": "f2e5", + "label": "Spoon", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M245.8 220.9c-14.5-17.6-21.8-39.2-21.8-60.8C224 80 320 0 416 0c53 0 96 43 96 96c0 96-80 192-160.2 192c-21.6 0-43.2-7.3-60.8-21.8L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L245.8 220.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "spotify": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1bc", + "label": "Spotify", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "spray-can": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5bd" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Paint", + "aerosol", + "design", + "graffiti", + "tag" + ] + }, + "unicode": "f5bd", + "label": "Spray Can", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 0h64c17.7 0 32 14.3 32 32v96H96V32c0-17.7 14.3-32 32-32zM0 256c0-53 43-96 96-96H224c53 0 96 43 96 96V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V256zm240 80A80 80 0 1 0 80 336a80 80 0 1 0 160 0zM256 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM448 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "spray-can-sparkles": { + "aliases": { + "names": [ + "air-freshener" + ], + "unicodes": { + "secondary": [ + "10f5d0" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "car", + "clean", + "deodorize", + "fresh", + "pine", + "scent" + ] + }, + "unicode": "f5d0", + "label": "Spray Can Sparkles", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 32v96H224V32c0-17.7-14.3-32-32-32H128C110.3 0 96 14.3 96 32zm0 128c-53 0-96 43-96 96V464c0 26.5 21.5 48 48 48H272c26.5 0 48-21.5 48-48V256c0-53-43-96-96-96H96zm64 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM384 48c0-1.4-1-3-2.2-3.6L352 32 339.6 2.2C339 1 337.4 0 336 0s-3 1-3.6 2.2L320 32 290.2 44.4C289 45 288 46.6 288 48c0 1.4 1 3 2.2 3.6L320 64l12.4 29.8C333 95 334.6 96 336 96s3-1 3.6-2.2L352 64l29.8-12.4C383 51 384 49.4 384 48zm76.4 45.8C461 95 462.6 96 464 96s3-1 3.6-2.2L480 64l29.8-12.4C511 51 512 49.4 512 48c0-1.4-1-3-2.2-3.6L480 32 467.6 2.2C467 1 465.4 0 464 0s-3 1-3.6 2.2L448 32 418.2 44.4C417 45 416 46.6 416 48c0 1.4 1 3 2.2 3.6L448 64l12.4 29.8zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L448 224l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L448 256l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 256l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6c0-1.4-1-3-2.2-3.6L480 224l-12.4-29.8zM448 144c0-1.4-1-3-2.2-3.6L416 128 403.6 98.2C403 97 401.4 96 400 96s-3 1-3.6 2.2L384 128l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L384 160l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L416 160l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square": { + "aliases": { + "unicodes": { + "composite": [ + "25a0", + "25fb", + "25fc", + "f096" + ], + "secondary": [ + "10f0c8" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Square", + "black medium square", + "block", + "box", + "geometric", + "shape", + "square", + "white medium square" + ] + }, + "unicode": "f0c8", + "label": "Square", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z" + }, + "regular": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "square-arrow-up-right": { + "aliases": { + "names": [ + "external-link-square" + ], + "unicodes": { + "secondary": [ + "10f14c" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "diagonal", + "new", + "open", + "send", + "share" + ] + }, + "unicode": "f14c", + "label": "Square Arrow Up Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM160 144c-13.3 0-24 10.7-24 24s10.7 24 24 24h94.1L119 327c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135V328c0 13.3 10.7 24 24 24s24-10.7 24-24V168c0-13.3-10.7-24-24-24H160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-behance": { + "aliases": { + "names": [ + "behance-square" + ] + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.0.3", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1b5", + "label": "Behance Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M186.5 293c0 19.3-14 25.4-31.2 25.4h-45.1v-52.9h46c18.6.1 30.3 7.8 30.3 27.5zm-7.7-82.3c0-17.7-13.7-21.9-28.9-21.9h-39.6v44.8H153c15.1 0 25.8-6.6 25.8-22.9zm132.3 23.2c-18.3 0-30.5 11.4-31.7 29.7h62.2c-1.7-18.5-11.3-29.7-30.5-29.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM271.7 185h77.8v-18.9h-77.8V185zm-43 110.3c0-24.1-11.4-44.9-35-51.6 17.2-8.2 26.2-17.7 26.2-37 0-38.2-28.5-47.5-61.4-47.5H68v192h93.1c34.9-.2 67.6-16.9 67.6-55.9zM380 280.5c0-41.1-24.1-75.4-67.6-75.4-42.4 0-71.1 31.8-71.1 73.6 0 43.3 27.3 73 71.1 73 33.2 0 54.7-14.9 65.1-46.8h-33.7c-3.7 11.9-18.6 18.1-30.2 18.1-22.4 0-34.1-13.1-34.1-35.3h100.2c.1-2.3.3-4.8.3-7.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-caret-down": { + "aliases": { + "names": [ + "caret-square-down" + ], + "unicodes": { + "secondary": [ + "10f150" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "caret-square-o-down", + "dropdown", + "expand", + "menu", + "more", + "triangle" + ] + }, + "unicode": "f150", + "label": "Square Caret Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 480c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z" + }, + "regular": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 432c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0zm64-16c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "square-caret-left": { + "aliases": { + "names": [ + "caret-square-left" + ], + "unicodes": { + "secondary": [ + "10f191" + ] + } + }, + "changes": [ + "4.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "back", + "caret-square-o-left", + "previous", + "triangle" + ] + }, + "unicode": "f191", + "label": "Square Caret Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416zM128 256c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z" + }, + "regular": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 416c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320zm16 64c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480zm64-224c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "square-caret-right": { + "aliases": { + "names": [ + "caret-square-right" + ], + "unicodes": { + "secondary": [ + "10f152" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "caret-square-o-right", + "forward", + "next", + "triangle" + ] + }, + "unicode": "f152", + "label": "Square Caret Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z" + }, + "regular": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 96c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320zM384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "square-caret-up": { + "aliases": { + "names": [ + "caret-square-up" + ], + "unicodes": { + "secondary": [ + "10f151" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "caret-square-o-up", + "collapse", + "triangle", + "upload" + ] + }, + "unicode": "f151", + "label": "Square Caret Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM224 160c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4H120c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z" + }, + "regular": { + "lastModified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm224 64c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4l-208 0c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "square-check": { + "aliases": { + "names": [ + "check-square" + ], + "unicodes": { + "composite": [ + "2611", + "2705", + "f046" + ], + "secondary": [ + "10f14a" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "agree", + "box", + "button", + "check", + "check box with check", + "check mark button", + "checkmark", + "confirm", + "correct", + "done", + "mark", + "ok", + "select", + "success", + "tick", + "todo", + "yes", + "✓" + ] + }, + "unicode": "f14a", + "label": "Square Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + }, + "regular": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "square-dribbble": { + "aliases": { + "names": [ + "dribbble-square" + ] + }, + "changes": [ + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f397", + "label": "Dribbble Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M90.2 228.2c8.9-42.4 37.4-77.7 75.7-95.7 3.6 4.9 28 38.8 50.7 79-64 17-120.3 16.8-126.4 16.7zM314.6 154c-33.6-29.8-79.3-41.1-122.6-30.6 3.8 5.1 28.6 38.9 51 80 48.6-18.3 69.1-45.9 71.6-49.4zM140.1 364c40.5 31.6 93.3 36.7 137.3 18-2-12-10-53.8-29.2-103.6-55.1 18.8-93.8 56.4-108.1 85.6zm98.8-108.2c-3.4-7.8-7.2-15.5-11.1-23.2C159.6 253 93.4 252.2 87.4 252c0 1.4-.1 2.8-.1 4.2 0 35.1 13.3 67.1 35.1 91.4 22.2-37.9 67.1-77.9 116.5-91.8zm34.9 16.3c17.9 49.1 25.1 89.1 26.5 97.4 30.7-20.7 52.5-53.6 58.6-91.6-4.6-1.5-42.3-12.7-85.1-5.8zm-20.3-48.4c4.8 9.8 8.3 17.8 12 26.8 45.5-5.7 90.7 3.4 95.2 4.4-.3-32.3-11.8-61.9-30.9-85.1-2.9 3.9-25.8 33.2-76.3 53.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 176c0-88.2-71.8-160-160-160S64 167.8 64 256s71.8 160 160 160 160-71.8 160-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-envelope": { + "aliases": { + "names": [ + "envelope-square" + ], + "unicodes": { + "secondary": [ + "10f199" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "e-mail", + "email", + "letter", + "mail", + "message", + "notification", + "support" + ] + }, + "unicode": "f199", + "label": "Square Envelope", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM218 271.7L64.2 172.4C66 156.4 79.5 144 96 144H352c16.5 0 30 12.4 31.8 28.4L230 271.7c-1.8 1.2-3.9 1.8-6 1.8s-4.2-.6-6-1.8zm29.4 26.9L384 210.4V336c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V210.4l136.6 88.2c7 4.5 15.1 6.9 23.4 6.9s16.4-2.4 23.4-6.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-facebook": { + "aliases": { + "names": [ + "facebook-square" + ] + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.8.2", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "social network" + ] + }, + "unicode": "f082", + "label": "Facebook Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-font-awesome": { + "changes": [ + "5.0.0", + "5.0.1", + "6.0.0-beta1", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e5ad", + "label": "Font Awesome in Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384.5,32.5h-320c-35.3,0-64,28.7-64,64v320c0,35.3,28.7,64,64,64h320c35.3,0,64-28.7,64-64v-320 C448.5,61.2,419.8,32.5,384.5,32.5z M336.5,312.5c-31.6,11.2-41.2,16-59.8,16c-31.4,0-43.2-16-74.6-16c-10.2,0-18.2,1.6-25.6,4v-32 c7.4-2.2,15.4-4,25.6-4c31.2,0,43.2,16,74.6,16c10.2,0,17.8-1.4,27.8-4.6v-96c-10,3.2-17.6,4.6-27.8,4.6c-31.4,0-43.2-16-74.6-16 c-25.4,0-37.4,10.4-57.6,14.4v153.6c0,8.8-7.2,16-16,16c-8.8,0-16-7.2-16-16v-192c0-8.8,7.2-16,16-16c8.8,0,16,7.2,16,16v6.4 c20.2-4,32.2-14.4,57.6-14.4c31.2,0,43.2,16,74.6,16c18.6,0,28.2-4.8,59.8-16V312.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-font-awesome-stroke": { + "aliases": { + "names": [ + "font-awesome-alt" + ] + }, + "changes": [ + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f35c", + "label": "Font Awesome in Square with Stroke Outline", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M201.6,152c-25.4,0-37.4,10.4-57.6,14.4V160c0-8.8-7.2-16-16-16s-16,7.2-16,16v192c0,0.8,0.1,1.6,0.2,2.4 c0.1,0.4,0.1,0.8,0.2,1.2c1.6,7.1,8,12.4,15.6,12.4s14-5.3,15.6-12.4c0.1-0.4,0.2-0.8,0.2-1.2c0.1-0.8,0.2-1.6,0.2-2.4V198.4 c4-0.8,7.7-1.8,11.2-3c14.3-4.7,26-11.4,46.4-11.4c31.4,0,43.2,16,74.6,16c8.9,0,15.9-1.1,24.2-3.5c1.2-0.3,2.4-0.7,3.6-1.1v96 c-10,3.2-17.6,4.6-27.8,4.6c-31.4,0-43.4-16-74.6-16c-10.2,0-18.2,1.8-25.6,4v32c7.4-2.4,15.4-4,25.6-4c31.4,0,43.2,16,74.6,16 c18.6,0,28.2-4.8,59.8-16V152c-31.6,11.2-41.2,16-59.8,16C244.8,168,232.8,152,201.6,152z M384,32H64C28.7,32,0,60.7,0,96v320 c0,35.3,28.7,64,64,64h320c35.3,0,64-28.7,64-64V96C448,60.7,419.3,32,384,32z M416,416c0,17.6-14.4,32-32,32H64 c-17.6,0-32-14.4-32-32V96c0-17.6,14.4-32,32-32h320c17.6,0,32,14.4,32,32V416z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-full": { + "aliases": { + "unicodes": { + "composite": [ + "1f7e5", + "1f7e6", + "1f7e7", + "1f7e8", + "1f7e9", + "1f7ea", + "1f7eb", + "2b1b", + "2b1c" + ], + "secondary": [ + "10f45c" + ] + } + }, + "changes": [ + "5.0.5", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "black large square", + "block", + "blue", + "blue square", + "box", + "brown", + "brown square", + "geometric", + "green", + "green square", + "orange", + "orange square", + "purple", + "purple square", + "red", + "red square", + "shape", + "square", + "white large square", + "yellow", + "yellow square" + ] + }, + "unicode": "f45c", + "label": "Square Full", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 0H512V512H0V0z" + }, + "regular": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 48V464H48V48H464zM48 0H0V48 464v48H48 464h48V464 48 0H464 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "square-git": { + "aliases": { + "names": [ + "git-square" + ] + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.8.2", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1d2", + "label": "Git Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M100.59 334.24c48.57 3.31 58.95 2.11 58.95 11.94 0 20-65.55 20.06-65.55 1.52.01-5.09 3.29-9.4 6.6-13.46zm27.95-116.64c-32.29 0-33.75 44.47-.75 44.47 32.51 0 31.71-44.47.75-44.47zM448 80v352a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V80a48 48 0 0 1 48-48h352a48 48 0 0 1 48 48zm-227 69.31c0 14.49 8.38 22.88 22.86 22.88 14.74 0 23.13-8.39 23.13-22.88S258.62 127 243.88 127c-14.48 0-22.88 7.84-22.88 22.31zM199.18 195h-49.55c-25-6.55-81.56-4.85-81.56 46.75 0 18.8 9.4 32 21.85 38.11C74.23 294.23 66.8 301 66.8 310.6c0 6.87 2.79 13.22 11.18 16.76-8.9 8.4-14 14.48-14 25.92C64 373.35 81.53 385 127.52 385c44.22 0 69.87-16.51 69.87-45.73 0-36.67-28.23-35.32-94.77-39.38l8.38-13.43c17 4.74 74.19 6.23 74.19-42.43 0-11.69-4.83-19.82-9.4-25.67l23.38-1.78zm84.34 109.84l-13-1.78c-3.82-.51-4.07-1-4.07-5.09V192.52h-52.6l-2.79 20.57c15.75 5.55 17 4.86 17 10.17V298c0 5.62-.31 4.58-17 6.87v20.06h72.42zM384 315l-6.87-22.37c-40.93 15.37-37.85-12.41-37.85-16.73v-60.72h37.85v-25.41h-35.82c-2.87 0-2 2.52-2-38.63h-24.18c-2.79 27.7-11.68 38.88-34 41.42v22.62c20.47 0 19.82-.85 19.82 2.54v66.57c0 28.72 11.43 40.91 41.67 40.91 14.45 0 30.45-4.83 41.38-10.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-github": { + "aliases": { + "names": [ + "github-square" + ] + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "octocat" + ] + }, + "unicode": "f092", + "label": "GitHub Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-gitlab": { + "aliases": { + "names": [ + "gitlab-square" + ] + }, + "changes": [ + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e5ae", + "label": "Square Gitlab", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 32H400C426.5 32 448 53.5 448 80V432C448 458.5 426.5 480 400 480H48C21.5 480 0 458.5 0 432V80C0 53.5 21.5 32 48 32zM382.1 224.9L337.5 108.5C336.6 106.2 334.9 104.2 332.9 102.9C331.3 101.9 329.5 101.3 327.7 101.1C325.9 100.9 324 101.2 322.3 101.8C320.6 102.5 319 103.5 317.8 104.9C316.6 106.3 315.7 107.9 315.2 109.7L285 201.9H162.1L132.9 109.7C132.4 107.9 131.4 106.3 130.2 104.9C128.1 103.6 127.4 102.5 125.7 101.9C123.1 101.2 122.1 100.1 120.3 101.1C118.5 101.3 116.7 101.9 115.1 102.9C113.1 104.2 111.5 106.2 110.6 108.5L65.94 224.9L65.47 226.1C59.05 242.9 58.26 261.3 63.22 278.6C68.18 295.9 78.62 311.1 92.97 321.9L93.14 322L93.52 322.3L161.4 373.2L215.6 414.1C217.1 415.1 220.9 416.9 223.9 416.9C226.9 416.9 229.9 415.1 232.3 414.1L286.4 373.2L354.8 322L355 321.9C369.4 311 379.8 295.8 384.8 278.6C389.7 261.3 388.1 242.9 382.5 226.1L382.1 224.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-google-plus": { + "aliases": { + "names": [ + "google-plus-square" + ] + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "social network" + ] + }, + "unicode": "f0d4", + "label": "Google Plus Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM164 356c-55.3 0-100-44.7-100-100s44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4-34.1 0-61.9 28.2-61.9 63.2 0 34.9 27.8 63.2 61.9 63.2 39.6 0 54.4-28.5 56.8-43.1H164v-34.4h94.4c1 5 1.6 10.1 1.6 16.6 0 57.1-38.3 97.6-96 97.6zm220-81.8h-29v29h-29.2v-29h-29V245h29v-29H355v29h29v29.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-h": { + "aliases": { + "names": [ + "h-square" + ], + "unicodes": { + "secondary": [ + "10f0fd" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directions", + "emergency", + "hospital", + "hotel", + "letter", + "map" + ] + }, + "unicode": "f0fd", + "label": "Square H", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM336 152V256 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H160l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24v80H288V152c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-hacker-news": { + "aliases": { + "names": [ + "hacker-news-square" + ] + }, + "changes": [ + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3af", + "label": "Hacker News Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM21.2 229.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-instagram": { + "aliases": { + "names": [ + "instagram-square" + ] + }, + "changes": [ + "5.12.1", + "5.14.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e055", + "label": "Instagram Square", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-js": { + "aliases": { + "names": [ + "js-square" + ] + }, + "changes": [ + "5.0.0", + "5.0.3", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3b9", + "label": "JavaScript (JS) Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM243.8 381.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-lastfm": { + "aliases": { + "names": [ + "lastfm-square" + ] + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.0.11", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f203", + "label": "last.fm Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-92.2 312.9c-63.4 0-85.4-28.6-97.1-64.1-16.3-51-21.5-84.3-63-84.3-22.4 0-45.1 16.1-45.1 61.2 0 35.2 18 57.2 43.3 57.2 28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8 0-57.9 28.6-92 82.5-92 73.5 0 80.8 41.4 100.8 101.9 8.8 26.8 24.2 46.2 61.2 46.2 24.9 0 38.1-5.5 38.1-19.1 0-19.9-21.8-22-49.9-28.6-30.4-7.3-42.5-23.1-42.5-48 0-40 32.3-52.4 65.2-52.4 37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4-16.1 0-26 7.3-26 19.8 0 11 4.8 17.6 20.9 21.3 32.7 7.1 71.8 12 71.8 57.5.1 36.7-30.7 50.6-76.1 50.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-minus": { + "aliases": { + "names": [ + "minus-square" + ], + "unicodes": { + "composite": [ + "f147" + ], + "secondary": [ + "10f146" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "collapse", + "delete", + "hide", + "minify", + "negative", + "remove", + "shape", + "trash" + ] + }, + "unicode": "f146", + "label": "Square Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 200H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + }, + "regular": { + "lastModified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM152 232H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "square-nfi": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "non-food item", + "supplies" + ] + }, + "unicode": "e576", + "label": "Square Nfi", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm75.7 64.6C68.8 162.5 64 168.8 64 176V336c0 8.8 7.2 16 16 16s16-7.2 16-16V233.8l66.3 110.5c3.7 6.2 11.1 9.1 18 7.2s11.7-8.2 11.7-15.4V176c0-8.8-7.2-16-16-16s-16 7.2-16 16V278.2L93.7 167.8c-3.7-6.2-11.1-9.1-18-7.2zM224 176v64 96c0 8.8 7.2 16 16 16s16-7.2 16-16V256h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H256V192h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H240c-8.8 0-16 7.2-16 16zm160 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V336c0 8.8 7.2 16 16 16s16-7.2 16-16V176z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-odnoklassniki": { + "aliases": { + "names": [ + "odnoklassniki-square" + ] + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f264", + "label": "Odnoklassniki Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M184.2 177.1c0-22.1 17.9-40 39.8-40s39.8 17.9 39.8 40c0 22-17.9 39.8-39.8 39.8s-39.8-17.9-39.8-39.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-305.1 97.1c0 44.6 36.4 80.9 81.1 80.9s81.1-36.2 81.1-80.9c0-44.8-36.4-81.1-81.1-81.1s-81.1 36.2-81.1 81.1zm174.5 90.7c-4.6-9.1-17.3-16.8-34.1-3.6 0 0-22.7 18-59.3 18s-59.3-18-59.3-18c-16.8-13.2-29.5-5.5-34.1 3.6-7.9 16.1 1.1 23.7 21.4 37 17.3 11.1 41.2 15.2 56.6 16.8l-12.9 12.9c-18.2 18-35.5 35.5-47.7 47.7-17.6 17.6 10.7 45.8 28.4 28.6l47.7-47.9c18.2 18.2 35.7 35.7 47.7 47.9 17.6 17.2 46-10.7 28.6-28.6l-47.7-47.7-13-12.9c15.5-1.6 39.1-5.9 56.2-16.8 20.4-13.3 29.3-21 21.5-37z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-parking": { + "aliases": { + "names": [ + "parking" + ], + "unicodes": { + "composite": [ + "1f17f" + ], + "secondary": [ + "10f540" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "car", + "garage", + "meter", + "parking" + ] + }, + "unicode": "f540", + "label": "Square Parking", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM192 256h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H192v64zm48 64H192v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 168c0-22.1 17.9-40 40-40h72c53 0 96 43 96 96s-43 96-96 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-pen": { + "aliases": { + "names": [ + "pen-square", + "pencil-square" + ], + "unicodes": { + "secondary": [ + "10f14b" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "pencil-square", + "update", + "write" + ] + }, + "unicode": "f14b", + "label": "Square Pen", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM325.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-21.4 21.4-71-71 21.4-21.4c15.6-15.6 40.9-15.6 56.6 0zM119.9 289L225.1 183.8l71 71L190.9 359.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-person-confined": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "captivity", + "confined" + ] + }, + "unicode": "e577", + "label": "Square Person Confined", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm96 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm80 104c0-30.9 25.1-56 56-56s56 25.1 56 56V350.1c0 36.4-29.5 65.9-65.9 65.9c-17.5 0-34.3-6.9-46.6-19.3L184.8 342l-28.1 56.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l48-96c4.6-9.2 13.3-15.6 23.5-17.3s20.5 1.7 27.8 9L240 306.7V248z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-phone": { + "aliases": { + "names": [ + "phone-square" + ], + "unicodes": { + "secondary": [ + "10f098" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "call", + "earphone", + "number", + "support", + "telephone", + "voice" + ] + }, + "unicode": "f098", + "label": "Square Phone", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm90.7 96.7c9.7-2.6 19.9 2.3 23.7 11.6l20 48c3.4 8.2 1 17.6-5.8 23.2L168 231.7c16.6 35.2 45.1 63.7 80.3 80.3l20.2-24.7c5.6-6.8 15-9.2 23.2-5.8l48 20c9.3 3.9 14.2 14 11.6 23.7l-12 44C336.9 378 329 384 320 384C196.3 384 96 283.7 96 160c0-9 6-16.9 14.7-19.3l44-12z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-phone-flip": { + "aliases": { + "names": [ + "phone-square-alt" + ], + "unicodes": { + "secondary": [ + "10f87b" + ] + } + }, + "changes": [ + "5.9.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "call", + "earphone", + "number", + "support", + "telephone", + "voice" + ] + }, + "unicode": "f87b", + "label": "Square Phone Flip", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zm-90.7 96.7c-9.7-2.6-19.9 2.3-23.7 11.6l-20 48c-3.4 8.2-1 17.6 5.8 23.2L280 231.7c-16.6 35.2-45.1 63.7-80.3 80.3l-20.2-24.7c-5.6-6.8-15-9.2-23.2-5.8l-48 20c-9.3 3.9-14.2 14-11.6 23.7l12 44C111.1 378 119 384 128 384c123.7 0 224-100.3 224-224c0-9-6-16.9-14.7-19.3l-44-12z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-pied-piper": { + "aliases": { + "names": [ + "pied-piper-square" + ] + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e01e", + "label": "Pied Piper Square Logo (Old)", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 419L0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-pinterest": { + "aliases": { + "names": [ + "pinterest-square" + ] + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f0d3", + "label": "Pinterest Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 80v352c0 26.5-21.5 48-48 48H154.4c9.8-16.4 22.4-40 27.4-59.3 3-11.5 15.3-58.4 15.3-58.4 8 15.3 31.4 28.2 56.3 28.2 74.1 0 127.4-68.1 127.4-152.7 0-81.1-66.2-141.8-151.4-141.8-106 0-162.2 71.1-162.2 148.6 0 36 19.2 80.8 49.8 95.1 4.7 2.2 7.1 1.2 8.2-3.3.8-3.4 5-20.1 6.8-27.8.6-2.5.3-4.6-1.7-7-10.1-12.3-18.3-34.9-18.3-56 0-54.2 41-106.6 110.9-106.6 60.3 0 102.6 41.1 102.6 99.9 0 66.4-33.5 112.4-77.2 112.4-24.1 0-42.1-19.9-36.4-44.4 6.9-29.2 20.3-60.7 20.3-81.8 0-53-75.5-45.7-75.5 25 0 21.7 7.3 36.5 7.3 36.5-31.4 132.8-36.1 134.5-29.6 192.6l2.2.8H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-plus": { + "aliases": { + "names": [ + "plus-square" + ], + "unicodes": { + "composite": [ + "f196" + ], + "secondary": [ + "10f0fe" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "create", + "expand", + "new", + "positive", + "shape" + ] + }, + "unicode": "f0fe", + "label": "Square Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM200 344V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H248v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z" + }, + "regular": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM200 344V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H248v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "square-poll-horizontal": { + "aliases": { + "names": [ + "poll-h" + ], + "unicodes": { + "secondary": [ + "10f682" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chart", + "graph", + "results", + "survey", + "trend", + "vote", + "voting" + ] + }, + "unicode": "f682", + "label": "Square Poll Horizontal", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM256 160c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32zm64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l192 0zM192 352c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-poll-vertical": { + "aliases": { + "names": [ + "poll" + ], + "unicodes": { + "secondary": [ + "10f681" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chart", + "graph", + "results", + "survey", + "trend", + "vote", + "voting" + ] + }, + "unicode": "f681", + "label": "Square Poll Vertical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 192c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm64-64c0-17.7 14.3-32 32-32s32 14.3 32 32V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V160zM320 288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V320c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-reddit": { + "aliases": { + "names": [ + "reddit-square" + ] + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1a2", + "label": "reddit Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M283.2 345.5c2.7 2.7 2.7 6.8 0 9.2-24.5 24.5-93.8 24.6-118.4 0-2.7-2.4-2.7-6.5 0-9.2 2.4-2.4 6.5-2.4 8.9 0 18.7 19.2 81 19.6 100.5 0 2.4-2.3 6.6-2.3 9 0zm-91.3-53.8c0-14.9-11.9-26.8-26.5-26.8-14.9 0-26.8 11.9-26.8 26.8 0 14.6 11.9 26.5 26.8 26.5 14.6 0 26.5-11.9 26.5-26.5zm90.7-26.8c-14.6 0-26.5 11.9-26.5 26.8 0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-11.9 26.8-26.5 0-14.9-11.9-26.8-26.8-26.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-99.7 140.6c-10.1 0-19 4.2-25.6 10.7-24.1-16.7-56.5-27.4-92.5-28.6l18.7-84.2 59.5 13.4c0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-12.2 26.8-26.8 0-14.6-11.9-26.8-26.8-26.8-10.4 0-19.3 6.2-23.8 14.9l-65.7-14.6c-3.3-.9-6.5 1.5-7.4 4.8l-20.5 92.8c-35.7 1.5-67.8 12.2-91.9 28.9-6.5-6.8-15.8-11-25.9-11-37.5 0-49.8 50.4-15.5 67.5-1.2 5.4-1.8 11-1.8 16.7 0 56.5 63.7 102.3 141.9 102.3 78.5 0 142.2-45.8 142.2-102.3 0-5.7-.6-11.6-2.1-17 33.6-17.2 21.2-67.2-16.1-67.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-root-variable": { + "aliases": { + "names": [ + "square-root-alt" + ], + "unicodes": { + "secondary": [ + "10f698" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arithmetic", + "calculus", + "division", + "math" + ] + }, + "unicode": "f698", + "label": "Square Root Variable", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M282.6 78.1c8-27.3 33-46.1 61.4-46.1H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H344L238.7 457c-3.6 12.3-14.1 21.2-26.8 22.8s-25.1-4.6-31.5-15.6L77.6 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H77.6c22.8 0 43.8 12.1 55.3 31.8l65.2 111.8L282.6 78.1zM393.4 233.4c12.5-12.5 32.8-12.5 45.3 0L480 274.7l41.4-41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 320l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 365.3l-41.4 41.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 320l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-rss": { + "aliases": { + "names": [ + "rss-square" + ], + "unicodes": { + "secondary": [ + "10f143" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blog", + "feed", + "journal", + "news", + "writing" + ] + }, + "unicode": "f143", + "label": "Square Rss", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM96 136c0-13.3 10.7-24 24-24c137 0 248 111 248 248c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-110.5-89.5-200-200-200c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24c83.9 0 152 68.1 152 152c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-57.4-46.6-104-104-104c-13.3 0-24-10.7-24-24zm0 120a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-share-nodes": { + "aliases": { + "names": [ + "share-alt-square" + ], + "unicodes": { + "secondary": [ + "10f1e1" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "save", + "send", + "social" + ] + }, + "unicode": "f1e1", + "label": "Square Share Nodes", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM384 160c0 35.3-28.7 64-64 64c-15.4 0-29.5-5.4-40.6-14.5L194.1 256l85.3 46.5c11-9.1 25.2-14.5 40.6-14.5c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-2.5 .1-4.9 .4-7.3L174.5 300c-11.7 12.3-28.2 20-46.5 20c-35.3 0-64-28.7-64-64s28.7-64 64-64c18.3 0 34.8 7.7 46.5 20l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3 28.7-64 64-64s64 28.7 64 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-snapchat": { + "aliases": { + "names": [ + "snapchat-square" + ] + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2ad", + "label": "Snapchat Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384,32H64A64,64,0,0,0,0,96V416a64,64,0,0,0,64,64H384a64,64,0,0,0,64-64V96A64,64,0,0,0,384,32Zm-3.907,319.309-.083.1a32.364,32.364,0,0,1-8.717,6.823,90.26,90.26,0,0,1-20.586,8.2,12.694,12.694,0,0,0-3.852,1.76c-2.158,1.909-2.1,4.64-4.4,8.55a23.137,23.137,0,0,1-6.84,7.471c-6.707,4.632-14.244,4.923-22.23,5.23-7.214.274-15.39.581-24.729,3.669-3.761,1.245-7.753,3.694-12.377,6.533-11.265,6.9-26.68,16.353-52.3,16.353s-40.925-9.4-52.106-16.279c-4.657-2.888-8.675-5.362-12.543-6.64-9.339-3.08-17.516-3.4-24.729-3.67-7.986-.307-15.523-.6-22.231-5.229a23.085,23.085,0,0,1-6.01-6.11c-3.2-4.632-2.855-7.8-5.254-9.895a13.428,13.428,0,0,0-4.1-1.834,89.986,89.986,0,0,1-20.313-8.127,32.905,32.905,0,0,1-8.3-6.284c-6.583-6.757-8.276-14.776-5.686-21.824,3.436-9.338,11.571-12.111,19.4-16.262,14.776-8.027,26.348-18.055,34.433-29.884a68.236,68.236,0,0,0,5.985-10.567c.789-2.158.772-3.329.241-4.416a7.386,7.386,0,0,0-2.208-2.217c-2.532-1.676-5.113-3.353-6.882-4.5-3.27-2.141-5.868-3.818-7.529-4.98-6.267-4.383-10.65-9.04-13.4-14.245a28.4,28.4,0,0,1-1.369-23.584c4.134-10.924,14.469-17.706,26.978-17.706a37.141,37.141,0,0,1,7.845.83c.689.15,1.37.307,2.042.482-.108-7.43.058-15.357.722-23.119,2.358-27.261,11.912-41.589,21.874-52.994a86.836,86.836,0,0,1,22.28-17.931C188.254,100.383,205.312,96,224,96s35.828,4.383,50.944,13.016a87.169,87.169,0,0,1,22.239,17.9c9.961,11.406,19.516,25.709,21.874,52.995a231.194,231.194,0,0,1,.713,23.118c.673-.174,1.362-.332,2.051-.481a37.131,37.131,0,0,1,7.844-.83c12.5,0,22.82,6.782,26.971,17.706a28.37,28.37,0,0,1-1.4,23.559c-2.74,5.2-7.123,9.861-13.39,14.244-1.668,1.187-4.258,2.864-7.529,4.981-1.835,1.187-4.541,2.947-7.164,4.682a6.856,6.856,0,0,0-1.951,2.034c-.506,1.046-.539,2.191.166,4.208a69.015,69.015,0,0,0,6.085,10.792c8.268,12.1,20.188,22.313,35.454,30.407,1.486.772,2.98,1.5,4.441,2.258.722.332,1.569.763,2.491,1.3,4.9,2.723,9.2,6.01,11.455,12.153C387.821,336.915,386.269,344.7,380.093,351.309Zm-16.719-18.461c-50.313-24.314-58.332-61.918-58.689-64.749-.431-3.379-.921-6.035,2.806-9.472,3.594-3.328,19.541-13.19,23.965-16.278,7.33-5.114,10.534-10.219,8.16-16.495-1.66-4.316-5.686-5.976-9.961-5.976a18.5,18.5,0,0,0-3.993.448c-8.035,1.743-15.838,5.769-20.354,6.857a7.1,7.1,0,0,1-1.66.224c-2.408,0-3.279-1.071-3.088-3.968.564-8.783,1.759-25.925.373-41.937-1.884-22.032-8.99-32.948-17.432-42.6-4.051-4.624-23.135-24.654-59.536-24.654S168.53,134.359,164.479,139c-8.434,9.654-15.531,20.57-17.432,42.6-1.386,16.013-.141,33.147.373,41.937.166,2.756-.68,3.968-3.088,3.968a7.1,7.1,0,0,1-1.66-.224c-4.507-1.087-12.31-5.113-20.346-6.856a18.494,18.494,0,0,0-3.993-.449c-4.25,0-8.3,1.636-9.961,5.977-2.374,6.276.847,11.381,8.168,16.494,4.425,3.088,20.371,12.958,23.966,16.279,3.719,3.437,3.237,6.093,2.805,9.471-.356,2.79-8.384,40.394-58.689,64.749-2.946,1.428-7.96,4.45.88,9.331,13.88,7.628,23.111,6.807,30.3,11.43,6.093,3.927,2.5,12.394,6.923,15.449,5.454,3.76,21.583-.266,42.335,6.6,17.433,5.744,28.116,22.015,58.963,22.015s41.788-16.3,58.938-21.973c20.795-6.865,36.89-2.839,42.336-6.6,4.433-3.055.822-11.522,6.923-15.448,7.181-4.624,16.411-3.8,30.3-11.472C371.36,337.355,366.346,334.333,363.374,332.848Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-steam": { + "aliases": { + "names": [ + "steam-square" + ] + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1b7", + "label": "Steam Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M185.2 356.5c7.7-18.5-1-39.7-19.6-47.4l-29.5-12.2c11.4-4.3 24.3-4.5 36.4.5 12.2 5.1 21.6 14.6 26.7 26.7 5 12.2 5 25.6-.1 37.7-10.5 25.1-39.4 37-64.6 26.5-11.6-4.8-20.4-13.6-25.4-24.2l28.5 11.8c18.6 7.8 39.9-.9 47.6-19.4zM400 32H48C21.5 32 0 53.5 0 80v160.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8-31.8 0-58.5-22.7-64.5-52.7L0 319.2V432c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-99.7 222.5c-32.2 0-58.4-26.1-58.4-58.3s26.2-58.3 58.4-58.3 58.4 26.2 58.4 58.3-26.2 58.3-58.4 58.3zm.1-14.6c24.2 0 43.9-19.6 43.9-43.8 0-24.2-19.6-43.8-43.9-43.8-24.2 0-43.9 19.6-43.9 43.8 0 24.2 19.7 43.8 43.9 43.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-threads": { + "changes": [ + "6.4.1", + "6.4.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e619", + "label": "Square Threads", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1690904784, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM294.2 244.3c19.5 9.3 33.7 23.5 41.2 40.9c10.4 24.3 11.4 63.9-20.2 95.4c-24.2 24.1-53.5 35-95.1 35.3h-.2c-46.8-.3-82.8-16.1-106.9-46.8C91.5 341.8 80.4 303.7 80 256v-.1-.1c.4-47.7 11.5-85.7 33-113.1c24.2-30.7 60.2-46.5 106.9-46.8h.2c46.9 .3 83.3 16 108.2 46.6c12.3 15.1 21.3 33.3 27 54.4l-26.9 7.2c-4.7-17.2-11.9-31.9-21.4-43.6c-19.4-23.9-48.7-36.1-87-36.4c-38 .3-66.8 12.5-85.5 36.2c-17.5 22.3-26.6 54.4-26.9 95.5c.3 41.1 9.4 73.3 26.9 95.5c18.7 23.8 47.4 36 85.5 36.2c34.3-.3 56.9-8.4 75.8-27.3c21.5-21.5 21.1-47.9 14.2-64c-4-9.4-11.4-17.3-21.3-23.3c-2.4 18-7.9 32.2-16.5 43.2c-11.4 14.5-27.7 22.4-48.4 23.5c-15.7 .9-30.8-2.9-42.6-10.7c-13.9-9.2-22-23.2-22.9-39.5c-1.7-32.2 23.8-55.3 63.5-57.6c14.1-.8 27.3-.2 39.5 1.9c-1.6-9.9-4.9-17.7-9.8-23.4c-6.7-7.8-17.1-11.8-30.8-11.9h-.4c-11 0-26 3.1-35.6 17.6l-23-15.8c12.8-19.4 33.6-30.1 58.5-30.1h.6c41.8 .3 66.6 26.3 69.1 71.8c1.4 .6 2.8 1.2 4.2 1.9l.1 .5zm-71.8 67.5c17-.9 36.4-7.6 39.7-48.8c-8.8-1.9-18.6-2.9-29-2.9c-3.2 0-6.4 .1-9.6 .3c-28.6 1.6-38.1 15.5-37.4 27.9c.9 16.7 19 24.5 36.4 23.6l-.1-.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-tumblr": { + "aliases": { + "names": [ + "tumblr-square" + ] + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f174", + "label": "Tumblr Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-twitter": { + "aliases": { + "names": [ + "twitter-square" + ] + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.1.2", + "6.4.2" + ], + "ligatures": [], + "search": { + "terms": [ + "social network", + "tweet" + ] + }, + "unicode": "f081", + "label": "Square Twitter", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1690904784, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM351.3 199.3v0c0 86.7-66 186.6-186.6 186.6c-37.2 0-71.7-10.8-100.7-29.4c5.3 .6 10.4 .8 15.8 .8c30.7 0 58.9-10.4 81.4-28c-28.8-.6-53-19.5-61.3-45.5c10.1 1.5 19.2 1.5 29.6-1.2c-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3c-9-6-16.4-14.1-21.5-23.6s-7.8-20.2-7.7-31c0-12.2 3.2-23.4 8.9-33.1c32.3 39.8 80.8 65.8 135.2 68.6c-9.3-44.5 24-80.6 64-80.6c18.9 0 35.9 7.9 47.9 20.7c14.8-2.8 29-8.3 41.6-15.8c-4.9 15.2-15.2 28-28.8 36.1c13.2-1.4 26-5.1 37.8-10.2c-8.9 13.1-20.1 24.7-32.9 34c.2 2.8 .2 5.7 .2 8.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-up-right": { + "aliases": { + "names": [ + "external-link-square-alt" + ], + "unicodes": { + "composite": [ + "2197" + ], + "secondary": [ + "10f360" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "diagonal", + "direction", + "external-link-square", + "intercardinal", + "new", + "northeast", + "open", + "share", + "up-right arrow" + ] + }, + "unicode": "f360", + "label": "Square Up Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM320 313.4V176c0-8.8-7.2-16-16-16H166.6c-12.5 0-22.6 10.1-22.6 22.6c0 6 2.4 11.8 6.6 16L184 232l-66.3 66.3C114 302 112 306.9 112 312s2 10 5.7 13.7l36.7 36.7c3.6 3.6 8.5 5.7 13.7 5.7s10-2 13.7-5.7L248 296l33.4 33.4c4.2 4.2 10 6.6 16 6.6c12.5 0 22.6-10.1 22.6-22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-viadeo": { + "aliases": { + "names": [ + "viadeo-square" + ] + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.7.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2aa", + "label": "Viadeo Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM280.7 381.2c-42.4 46.2-120 46.6-162.4 0-68-73.6-19.8-196.1 81.2-196.1 13.3 0 26.6 2.1 39.1 6.7-4.3 8.4-7.3 17.6-8.4 27.1-9.7-4.1-20.2-6-30.7-6-48.8 0-84.6 41.7-84.6 88.9 0 43 28.5 78.7 69.5 85.9 61.5-24 72.9-117.6 72.9-175 0-7.3 0-14.8-.6-22.1-11.2-32.9-26.6-64.6-44.2-94.5 27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70 0 54.1-21.9 99-68.3 128.2l-2.4.2c50 1 86.2-38.6 86.2-87.2 0-12.2-2.1-24.3-6.9-35.7 9.5-1.9 18.5-5.6 26.4-10.5 15.3 36.6 12.6 87.3-22.8 125.6zM309 233.7c-13.3 0-25.1-7.1-34.4-16.1 21.9-12 49.6-30.7 62.3-53 1.5-3 4.1-8.6 4.5-12-12.5 27.9-44.2 49.8-73.9 56.7-4.7-7.3-7.5-15.5-7.5-24.3 0-10.3 5.2-24.1 12.9-31.6 21.6-20.5 53-8.5 72.4-50 32.5 46.2 13.1 130.3-36.3 130.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-vimeo": { + "aliases": { + "names": [ + "vimeo-square" + ] + }, + "changes": [ + "4.0.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f194", + "label": "Vimeo Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16.2 149.6c-1.4 31.1-23.2 73.8-65.3 127.9-43.5 56.5-80.3 84.8-110.4 84.8-18.7 0-34.4-17.2-47.3-51.6-25.2-92.3-35.9-146.4-56.7-146.4-2.4 0-10.8 5-25.1 15.1L64 192c36.9-32.4 72.1-68.4 94.1-70.4 24.9-2.4 40.2 14.6 46 51.1 20.5 129.6 29.6 149.2 66.8 90.5 13.4-21.2 20.6-37.2 21.5-48.3 3.4-32.8-25.6-30.6-45.2-22.2 15.7-51.5 45.8-76.5 90.1-75.1 32.9 1 48.4 22.4 46.5 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-virus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "coronavirus", + "covid-19", + "disease", + "flu", + "infection", + "pandemic" + ] + }, + "unicode": "e578", + "label": "Square Virus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM223.8 93.7c13.3 0 24 10.7 24 24c0 29.3 35.4 43.9 56.1 23.2c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-20.7 20.7-6 56.1 23.2 56.1c13.3 0 24 10.7 24 24s-10.7 24-24 24c-29.3 0-43.9 35.4-23.2 56.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-20.7-20.7-56.1-6-56.1 23.2c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-29.3-35.4-43.9-56.1-23.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9c20.7-20.7 6-56.1-23.2-56.1c-13.3 0-24-10.7-24-24s10.7-24 24-24c29.3 0 43.9-35.4 23.2-56.1c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0c20.7 20.7 56.1 6 56.1-23.2c0-13.3 10.7-24 24-24zM192 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm88 32a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-whatsapp": { + "aliases": { + "names": [ + "whatsapp-square" + ] + }, + "changes": [ + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f40c", + "label": "What's App Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 122.8c-72.7 0-131.8 59.1-131.9 131.8 0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7zm77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8-12.6 1.9-22.4.9-47.5-9.9-39.7-17.2-65.7-57.2-67.7-59.8-2-2.6-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6.1 2.4.1 5.7-.9 8.9 6.8 3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2 3.6 1.3 23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1zM400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-x-twitter": { + "changes": [ + "6.4.2" + ], + "ligatures": [], + "search": { + "terms": [ + " elon", + " x", + "twitter" + ] + }, + "unicode": "e61a", + "label": "Square X Twitter", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1690904784, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-xing": { + "aliases": { + "names": [ + "xing-square" + ] + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f169", + "label": "Xing Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM140.4 320.2H93.8c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6.2-10.1 6-10.1h46.6c5.2 0 9.5 2.9 12.9 8.7l31.9 55.3c-1.3 2.3-18 31.7-50.1 88.2-3.5 6.2-7.7 9.1-12.6 9.1zm219.7-214.1L257.3 286.8v.2l65.5 119c2.8 5.1.1 10.1-6 10.1h-46.6c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3c2.3-4.1 36.8-64.9 103.4-182.3 3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "square-xmark": { + "aliases": { + "names": [ + "times-square", + "xmark-square" + ], + "unicodes": { + "composite": [ + "274e" + ], + "secondary": [ + "10f2d3" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "close", + "cross", + "cross mark button", + "incorrect", + "mark", + "notice", + "notification", + "notify", + "problem", + "square", + "window", + "wrong", + "x", + "×" + ] + }, + "unicode": "f2d3", + "label": "Square Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm79 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "square-youtube": { + "aliases": { + "names": [ + "youtube-square" + ], + "unicodes": { + "composite": [ + "f166" + ] + } + }, + "changes": [ + "5.0.3", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f431", + "label": "YouTube Square", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M186.8 202.1l95.2 54.1-95.2 54.1V202.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "squarespace": { + "changes": [ + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f5be", + "label": "Squarespace", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94 9.65 9.65 25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0l-157.22 157.2zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93zm-261.99 87.33l157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01zm-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93h.01z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "stack-exchange": { + "changes": [ + "4.0.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f18d", + "label": "Stack Exchange", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68v-22zm0-23.6h412.7v-85H17.7v85zm0-109.4h412.7v-85H17.7v85zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "stack-overflow": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f16c", + "label": "Stack Overflow", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "stackpath": { + "changes": [ + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f842", + "label": "Stackpath", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98zM448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29zm125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36zM297.94 325L347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "staff-snake": { + "aliases": { + "names": [ + "rod-asclepius", + "rod-snake", + "staff-aesculapius" + ] + }, + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "asclepius", + "asklepian", + "health", + "serpent", + "wellness" + ] + }, + "unicode": "e579", + "label": "Staff Snake", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M222.6 43.2l-.1 4.8H288c53 0 96 43 96 96s-43 96-96 96H248V160h40c8.8 0 16-7.2 16-16s-7.2-16-16-16H248 220l-4.5 144H256c53 0 96 43 96 96s-43 96-96 96H240V384h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H213l-3.1 99.5L208.5 495l0 1c-.3 8.9-7.6 16-16.5 16s-16.2-7.1-16.5-16l0-1-1-31H136c-22.1 0-40-17.9-40-40s17.9-40 40-40h36l-1-32H152c-53 0-96-43-96-96c0-47.6 34.6-87.1 80-94.7V256c0 8.8 7.2 16 16 16h16.5L164 128H136 122.6c-9 18.9-28.3 32-50.6 32H56c-30.9 0-56-25.1-56-56S25.1 48 56 48h8 8 89.5l-.1-4.8L161 32c0-.7 0-1.3 0-1.9c.5-16.6 14.1-30 31-30s30.5 13.4 31 30c0 .6 0 1.3 0 1.9l-.4 11.2zM64 112a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "stairs": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "exit", + "steps", + "up" + ] + }, + "unicode": "e289", + "label": "Stairs", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 64c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v96c0 17.7-14.3 32-32 32H320v96c0 17.7-14.3 32-32 32H192v96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96V320c0-17.7 14.3-32 32-32h96V192c0-17.7 14.3-32 32-32h96V64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "stamp": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5bf" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "art", + "certificate", + "imprint", + "rubber", + "seal" + ] + }, + "unicode": "f5bf", + "label": "Stamp", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M312 201.8c0-17.4 9.2-33.2 19.9-47C344.5 138.5 352 118.1 352 96c0-53-43-96-96-96s-96 43-96 96c0 22.1 7.5 42.5 20.1 58.8c10.7 13.8 19.9 29.6 19.9 47c0 29.9-24.3 54.2-54.2 54.2H112C50.1 256 0 306.1 0 368c0 20.9 13.4 38.7 32 45.3V464c0 26.5 21.5 48 48 48H432c26.5 0 48-21.5 48-48V413.3c18.6-6.6 32-24.4 32-45.3c0-61.9-50.1-112-112-112H366.2c-29.9 0-54.2-24.3-54.2-54.2zM416 416v32H96V416H416z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "stapler": { + "changes": [ + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "desktop", + "milton", + "office", + "paperclip", + "staple" + ] + }, + "unicode": "e5af", + "label": "Stapler", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 299.3V304 432c0 26.5-21.5 48-48 48H512 448 64c-17.7 0-32-14.3-32-32s14.3-32 32-32H448V368H96c-17.7 0-32-14.3-32-32V219.4L33.8 214C14.2 210.5 0 193.5 0 173.7c0-8.9 2.9-17.5 8.2-24.6l35.6-47.5C76.7 57.8 128.2 32 182.9 32c27 0 53.6 6.3 77.8 18.4L586.9 213.5C619.5 229.7 640 263 640 299.3zM448 304V288L128 230.9V304H448z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "star": { + "aliases": { + "unicodes": { + "composite": [ + "2b50", + "f006" + ], + "secondary": [ + "10f005" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "award", + "favorite", + "important", + "night", + "rating", + "score", + "star" + ] + }, + "unicode": "f005", + "label": "Star", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z" + }, + "regular": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.6 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "star-and-crescent": { + "aliases": { + "unicodes": { + "composite": [ + "262a" + ], + "secondary": [ + "10f699" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Muslim", + "islam", + "muslim", + "religion", + "star and crescent" + ] + }, + "unicode": "f699", + "label": "Star And Crescent", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7c7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5c-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5c7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512C114.6 512 0 397.4 0 256zM375.4 137.4c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3l31.5-63.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "star-half": { + "aliases": { + "unicodes": { + "composite": [ + "f123" + ], + "secondary": [ + "10f089" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "award", + "rating", + "score", + "star-half-empty", + "star-half-full" + ] + }, + "unicode": "f089", + "label": "Star Half", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 0c-12.2 .1-23.3 7-28.6 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3L288 439.8V0zM429.9 512c1.1 .1 2.1 .1 3.2 0h-3.2z" + }, + "regular": { + "lastModified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M293.3 .6c10.9 2.5 18.6 12.2 18.6 23.4V408.7c0 8.9-4.9 17-12.7 21.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5c4.9-10.1 16.1-15.4 27-12.9zM263.9 128.4l-28.6 58.8c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l92.5-49.4V128.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "star-half-stroke": { + "aliases": { + "names": [ + "star-half-alt" + ], + "unicodes": { + "secondary": [ + "10f5c0" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "award", + "rating", + "score", + "star-half-empty", + "star-half-full" + ] + }, + "unicode": "f5c0", + "label": "Star Half Stroke", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 376.4l.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6L320.1 86.9l-.1 .3V376.4zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3L320.1 439.8 191.8 508.3C181 514 167.9 513.1 158 506s-14.9-19.3-12.9-31.3L169.8 329 65.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L227 150.3 291.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L470.5 329l24.6 145.7z" + }, + "regular": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M341.5 13.5C337.5 5.2 329.1 0 319.9 0s-17.6 5.2-21.6 13.5L229.7 154.8 76.5 177.5c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5L174.2 328.4 148 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5L465.6 328.4 576.8 218.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3L410.1 154.8 341.5 13.5zM320 384.7V79.1l52.5 108.1c3.5 7.1 10.2 12.1 18.1 13.3l118.3 17.5L423 303c-5.5 5.5-8.1 13.3-6.8 21l20.2 119.6L331.2 387.5c-3.5-1.9-7.4-2.8-11.2-2.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "star-of-david": { + "aliases": { + "unicodes": { + "composite": [ + "2721" + ], + "secondary": [ + "10f69a" + ] + } + }, + "changes": [ + "5.3.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "David", + "Jew", + "Jewish", + "jewish", + "judaism", + "religion", + "star", + "star of David" + ] + }, + "unicode": "f69a", + "label": "Star Of David", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M404.2 309.5L383.1 344h42.3l-21.1-34.5zM371.4 256l-54-88H194.6l-54 88 54 88H317.4l54-88zm65.7 0l53.4 87c3.6 5.9 5.5 12.7 5.5 19.6c0 20.7-16.8 37.4-37.4 37.4H348.7l-56.2 91.5C284.8 504.3 270.9 512 256 512s-28.8-7.7-36.6-20.5L163.3 400H53.4C32.8 400 16 383.2 16 362.6c0-6.9 1.9-13.7 5.5-19.6l53.4-87L21.5 169c-3.6-5.9-5.5-12.7-5.5-19.6C16 128.8 32.8 112 53.4 112H163.3l56.2-91.5C227.2 7.7 241.1 0 256 0s28.8 7.7 36.6 20.5L348.7 112H458.6c20.7 0 37.4 16.8 37.4 37.4c0 6.9-1.9 13.7-5.5 19.6l-53.4 87zm-54-88l21.1 34.5L425.4 168H383.1zM283 112L256 68l-27 44h54zM128.9 168H86.6l21.1 34.5L128.9 168zM107.8 309.5L86.6 344h42.3l-21.1-34.5zM229 400l27 44 27-44H229z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "star-of-life": { + "aliases": { + "unicodes": { + "secondary": [ + "10f621" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "doctor", + "emt", + "first aid", + "health", + "medical" + ] + }, + "unicode": "f621", + "label": "Star Of Life", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208 32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V172.9l122-70.4c15.3-8.8 34.9-3.6 43.7 11.7l16 27.7c8.8 15.3 3.6 34.9-11.7 43.7L352 256l122 70.4c15.3 8.8 20.5 28.4 11.7 43.7l-16 27.7c-8.8 15.3-28.4 20.6-43.7 11.7L304 339.1V480c0 17.7-14.3 32-32 32H240c-17.7 0-32-14.3-32-32V339.1L86 409.6c-15.3 8.8-34.9 3.6-43.7-11.7l-16-27.7c-8.8-15.3-3.6-34.9 11.7-43.7L160 256 38 185.6c-15.3-8.8-20.5-28.4-11.7-43.7l16-27.7C51.1 98.8 70.7 93.6 86 102.4l122 70.4V32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "staylinked": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3f5", + "label": "StayLinked", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 440, + 512 + ], + "width": 440, + "height": 512, + "path": "M382.7 292.5l2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "steam": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1b6", + "label": "Steam", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "steam-symbol": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3f6", + "label": "Steam Symbol", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "sterling-sign": { + "aliases": { + "names": [ + "gbp", + "pound-sign" + ], + "unicodes": { + "composite": [ + "a3" + ], + "secondary": [ + "10f154" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Pound Sign", + "currency" + ] + }, + "unicode": "f154", + "label": "Sterling Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v44.5c0 17.4-4.7 34.5-13.7 49.4L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1C104.1 390 112 361.5 112 332.5V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V160.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "stethoscope": { + "aliases": { + "unicodes": { + "composite": [ + "1fa7a" + ], + "secondary": [ + "10f0f1" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "diagnosis", + "doctor", + "general practitioner", + "heart", + "hospital", + "infirmary", + "medicine", + "office", + "outpatient", + "stethoscope" + ] + }, + "unicode": "f0f1", + "label": "Stethoscope", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M142.4 21.9c5.6 16.8-3.5 34.9-20.2 40.5L96 71.1V192c0 53 43 96 96 96s96-43 96-96V71.1l-26.1-8.7c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l26.1 8.7C334.4 19.1 352 43.5 352 71.1V192c0 77.2-54.6 141.6-127.3 156.7C231 404.6 278.4 448 336 448c61.9 0 112-50.1 112-112V265.3c-28.3-12.3-48-40.5-48-73.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V336c0 97.2-78.8 176-176 176c-92.9 0-168.9-71.9-175.5-163.1C87.2 334.2 32 269.6 32 192V71.1c0-27.5 17.6-52 43.8-60.7l26.1-8.7c16.8-5.6 34.9 3.5 40.5 20.2zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sticker-mule": { + "changes": [ + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3f7", + "label": "Sticker Mule", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M561.7 199.6c-1.3.3.3 0 0 0zm-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "stop": { + "aliases": { + "unicodes": { + "composite": [ + "23f9" + ], + "secondary": [ + "10f04d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "block", + "box", + "square", + "stop", + "stop button" + ] + }, + "unicode": "f04d", + "label": "Stop", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "stopwatch": { + "aliases": { + "unicodes": { + "composite": [ + "23f1" + ], + "secondary": [ + "10f2f2" + ] + } + }, + "changes": [ + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clock", + "reminder", + "stopwatch", + "time" + ] + }, + "unicode": "f2f2", + "label": "Stopwatch", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H224 176zm72 192V320c0 13.3-10.7 24-24 24s-24-10.7-24-24V192c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "stopwatch-20": { + "aliases": { + "unicodes": { + "secondary": [ + "10e06f" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ABCs", + "countdown", + "covid-19", + "happy birthday", + "i will survive", + "reminder", + "seconds", + "time", + "timer" + ] + }, + "unicode": "e06f", + "label": "Stopwatch 20", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H176zM288 204c28.7 0 52 23.3 52 52v96c0 28.7-23.3 52-52 52s-52-23.3-52-52V256c0-28.7 23.3-52 52-52zm-12 52v96c0 6.6 5.4 12 12 12s12-5.4 12-12V256c0-6.6-5.4-12-12-12s-12 5.4-12 12zM159.5 244c-5.4 0-10.2 3.5-11.9 8.6l-.6 1.7c-3.5 10.5-14.8 16.1-25.3 12.6s-16.1-14.8-12.6-25.3l.6-1.7c7.2-21.5 27.2-35.9 49.8-35.9c29 0 52.5 23.5 52.5 52.5v2.2c0 13.4-4.9 26.4-13.8 36.4l-39 43.9c-6.2 7-10 15.7-10.9 24.9H192c11 0 20 9 20 20s-9 20-20 20H128c-11 0-20-9-20-20V368.3c0-20.6 7.5-40.4 21.2-55.8l39-43.9c2.4-2.7 3.7-6.2 3.7-9.8v-2.2c0-6.9-5.6-12.5-12.5-12.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "store": { + "aliases": { + "unicodes": { + "secondary": [ + "10f54e" + ] + } + }, + "changes": [ + "5.0.13", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bodega", + "building", + "buy", + "market", + "purchase", + "shopping", + "store" + ] + }, + "unicode": "f54e", + "label": "Store", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "store-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e071" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "buy", + "closed", + "covid-19", + "purchase", + "shopping" + ] + }, + "unicode": "e071", + "label": "Store Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.8-68V384 252.6c-4 1-8 1.8-12.3 2.3l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V350.9L301.2 210.7c7-4.4 13.3-9.7 18.8-15.7c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4L522.3 13.1C517.2 5 508.1 0 498.4 0H141.6c-9.7 0-18.8 5-23.9 13.1l-22.7 36L38.8 5.1zm73.4 218.1c4 .5 8.1 .8 12.1 .8c11 0 21.4-2 31-5.6L48.9 134.5c-6.1 40.6 19.5 82.8 63.3 88.7zM160 384V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H480c12.9 0 24.8-3.8 34.9-10.3L365.5 384H160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "strava": { + "changes": [ + "5.0.0", + "5.0.1", + "5.7.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f428", + "label": "Strava", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M158.4 0L7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292l-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "street-view": { + "aliases": { + "unicodes": { + "secondary": [ + "10f21d" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directions", + "location", + "map", + "navigation" + ] + }, + "unicode": "f21d", + "label": "Street View", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M320 64A64 64 0 1 0 192 64a64 64 0 1 0 128 0zm-96 96c-35.3 0-64 28.7-64 64v48c0 17.7 14.3 32 32 32h1.8l11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5h38.7c16.3 0 30-12.3 31.8-28.5L318.2 304H320c17.7 0 32-14.3 32-32V224c0-35.3-28.7-64-64-64H224zM132.3 394.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8c-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45c14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4c13.7-8.9 29.1-23.6 29.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5c3.2 1.6 5.8 3.1 7.9 4.5c3.6 2.4 3.6 7.2 0 9.6c-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2 0-9.6c2.1-1.4 4.8-2.9 7.9-4.5c15.3-7.7 38.8-14.9 69-20.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "strikethrough": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0cc" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cancel", + "edit", + "font", + "format", + "text", + "type" + ] + }, + "unicode": "f0cc", + "label": "Strikethrough", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M161.3 144c3.2-17.2 14-30.1 33.7-38.6c21.1-9 51.8-12.3 88.6-6.5c11.9 1.9 48.8 9.1 60.1 12c17.1 4.5 34.6-5.6 39.2-22.7s-5.6-34.6-22.7-39.2c-14.3-3.8-53.6-11.4-66.6-13.4c-44.7-7-88.3-4.2-123.7 10.9c-36.5 15.6-64.4 44.8-71.8 87.3c-.1 .6-.2 1.1-.2 1.7c-2.8 23.9 .5 45.6 10.1 64.6c4.5 9 10.2 16.9 16.7 23.9H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H270.1c-.1 0-.3-.1-.4-.1l-1.1-.3c-36-10.8-65.2-19.6-85.2-33.1c-9.3-6.3-15-12.6-18.2-19.1c-3.1-6.1-5.2-14.6-3.8-27.4zM348.9 337.2c2.7 6.5 4.4 15.8 1.9 30.1c-3 17.6-13.8 30.8-33.9 39.4c-21.1 9-51.7 12.3-88.5 6.5c-18-2.9-49.1-13.5-74.4-22.1c-5.6-1.9-11-3.7-15.9-5.4c-16.8-5.6-34.9 3.5-40.5 20.3s3.5 34.9 20.3 40.5c3.6 1.2 7.9 2.7 12.7 4.3l0 0 0 0c24.9 8.5 63.6 21.7 87.6 25.6l0 0 .2 0c44.7 7 88.3 4.2 123.7-10.9c36.5-15.6 64.4-44.8 71.8-87.3c3.6-21 2.7-40.4-3.1-58.1H335.1c7 5.6 11.4 11.2 13.9 17.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "stripe": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f429", + "label": "Stripe", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "stripe-s": { + "changes": [ + "5.0.1", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f42a", + "label": "Stripe S", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.09 396.09 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "stroopwafel": { + "aliases": { + "unicodes": { + "secondary": [ + "10f551" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "caramel", + "cookie", + "dessert", + "sweets", + "waffle" + ] + }, + "unicode": "f551", + "label": "Stroopwafel", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM312.6 63.7c-6.2-6.2-16.4-6.2-22.6 0L256 97.6 222.1 63.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 33.9-45.3 45.3-56.6-56.6c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l56.6 56.6-45.3 45.3L86.3 199.4c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L97.6 256 63.7 289.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9 45.3 45.3-56.6 56.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56.6-56.6 45.3 45.3-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L256 414.4l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-33.9-33.9 45.3-45.3 56.6 56.6c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-56.6-56.6 45.3-45.3 33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L414.4 256l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-33.9 33.9-45.3-45.3 56.6-56.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-56.6 56.6-45.3-45.3 33.9-33.9c6.2-6.2 6.2-16.4 0-22.6zM142.9 256l45.3-45.3L233.4 256l-45.3 45.3L142.9 256zm67.9 67.9L256 278.6l45.3 45.3L256 369.1l-45.3-45.3zM278.6 256l45.3-45.3L369.1 256l-45.3 45.3L278.6 256zm22.6-67.9L256 233.4l-45.3-45.3L256 142.9l45.3 45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "stubber": { + "changes": [ + "6.2.1", + "6.3.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e5c7", + "label": "Stubber", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1667828915, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M136.5 294.2l58.8 22.9c9.1-36.8 25.4-61.1 55-61.1c49.4 0 71.4 63.6 142.4 63.6c15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56L0 144.1 41.8 88 0 32H335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6c-49.6 0-71.6-63.5-142.4-63.5c-35.9 0-95.2 14.6-114.1 101.6h0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "studiovinari": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3f8", + "label": "Studio Vinari", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M480.3 187.7l4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6c2.1 0 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2 10.5 23.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "stumbleupon": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1a4", + "label": "StumbleUpon Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "stumbleupon-circle": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1a3", + "label": "StumbleUpon Circle", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6zm167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "subscript": { + "aliases": { + "unicodes": { + "secondary": [ + "10f12c" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "font", + "format", + "text", + "type" + ] + }, + "unicode": "f12c", + "label": "Subscript", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 64C14.3 64 0 78.3 0 96s14.3 32 32 32H47.3l89.6 128L47.3 384H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H304.7L215.1 256l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H288c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64H32zM480 320c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 361.5 404.3 368 416 368v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32 32c17.7 0 32-14.3 32-32s-14.3-32-32-32V320z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "suitcase": { + "aliases": { + "unicodes": { + "composite": [ + "1f9f3" + ], + "secondary": [ + "10f0f2" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baggage", + "luggage", + "move", + "packing", + "suitcase", + "travel", + "trip" + ] + }, + "unicode": "f0f2", + "label": "Suitcase", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 56V96H336V56c0-4.4-3.6-8-8-8H184c-4.4 0-8 3.6-8 8zM128 96V56c0-30.9 25.1-56 56-56H328c30.9 0 56 25.1 56 56V96v32V480H128V128 96zM64 96H96V480H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zM448 480H416V96h32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "suitcase-medical": { + "aliases": { + "names": [ + "medkit" + ], + "unicodes": { + "secondary": [ + "10f0fa" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "first aid", + "firstaid", + "health", + "help", + "medical", + "supply", + "support" + ] + }, + "unicode": "f0fa", + "label": "Suitcase Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96v32V480H384V128 96 56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM96 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H96V96zM416 480h32c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H416V480zM224 208c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V320H176c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "suitcase-rolling": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5c1" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baggage", + "luggage", + "move", + "suitcase", + "travel", + "trip" + ] + }, + "unicode": "f5c1", + "label": "Suitcase Rolling", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M144 56c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v72H144V56zm176 72H288V56c0-30.9-25.1-56-56-56H152C121.1 0 96 25.1 96 56v72H64c-35.3 0-64 28.7-64 64V416c0 35.3 28.7 64 64 64c0 17.7 14.3 32 32 32s32-14.3 32-32H256c0 17.7 14.3 32 32 32s32-14.3 32-32c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64zM112 224H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 128H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "sun": { + "aliases": { + "unicodes": { + "composite": [ + "2600" + ], + "secondary": [ + "10f185" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bright", + "brighten", + "contrast", + "day", + "lighter", + "rays", + "sol", + "solar", + "star", + "sun", + "sunny", + "weather" + ] + }, + "unicode": "f185", + "label": "Sun", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M361.5 1.2c5 2.1 8.6 6.6 9.6 11.9L391 121l107.9 19.8c5.3 1 9.8 4.6 11.9 9.6s1.5 10.7-1.6 15.2L446.9 256l62.3 90.3c3.1 4.5 3.7 10.2 1.6 15.2s-6.6 8.6-11.9 9.6L391 391 371.1 498.9c-1 5.3-4.6 9.8-9.6 11.9s-10.7 1.5-15.2-1.6L256 446.9l-90.3 62.3c-4.5 3.1-10.2 3.7-15.2 1.6s-8.6-6.6-9.6-11.9L121 391 13.1 371.1c-5.3-1-9.8-4.6-11.9-9.6s-1.5-10.7 1.6-15.2L65.1 256 2.8 165.7c-3.1-4.5-3.7-10.2-1.6-15.2s6.6-8.6 11.9-9.6L121 121 140.9 13.1c1-5.3 4.6-9.8 9.6-11.9s10.7-1.5 15.2 1.6L256 65.1 346.3 2.8c4.5-3.1 10.2-3.7 15.2-1.6zM160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z" + }, + "regular": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M375.7 19.7c-1.5-8-6.9-14.7-14.4-17.8s-16.1-2.2-22.8 2.4L256 61.1 173.5 4.2c-6.7-4.6-15.3-5.5-22.8-2.4s-12.9 9.8-14.4 17.8l-18.1 98.5L19.7 136.3c-8 1.5-14.7 6.9-17.8 14.4s-2.2 16.1 2.4 22.8L61.1 256 4.2 338.5c-4.6 6.7-5.5 15.3-2.4 22.8s9.8 13 17.8 14.4l98.5 18.1 18.1 98.5c1.5 8 6.9 14.7 14.4 17.8s16.1 2.2 22.8-2.4L256 450.9l82.5 56.9c6.7 4.6 15.3 5.5 22.8 2.4s12.9-9.8 14.4-17.8l18.1-98.5 98.5-18.1c8-1.5 14.7-6.9 17.8-14.4s2.2-16.1-2.4-22.8L450.9 256l56.9-82.5c4.6-6.7 5.5-15.3 2.4-22.8s-9.8-12.9-17.8-14.4l-98.5-18.1L375.7 19.7zM269.6 110l65.6-45.2 14.4 78.3c1.8 9.8 9.5 17.5 19.3 19.3l78.3 14.4L402 242.4c-5.7 8.2-5.7 19 0 27.2l45.2 65.6-78.3 14.4c-9.8 1.8-17.5 9.5-19.3 19.3l-14.4 78.3L269.6 402c-8.2-5.7-19-5.7-27.2 0l-65.6 45.2-14.4-78.3c-1.8-9.8-9.5-17.5-19.3-19.3L64.8 335.2 110 269.6c5.7-8.2 5.7-19 0-27.2L64.8 176.8l78.3-14.4c9.8-1.8 17.5-9.5 19.3-19.3l14.4-78.3L242.4 110c8.2 5.7 19 5.7 27.2 0zM256 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM192 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "sun-plant-wilt": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arid", + "droop", + "drought" + ] + }, + "unicode": "e57a", + "label": "Sun Plant Wilt", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M160 0c-6.3 0-12 3.7-14.6 9.5L120.6 64.9 63.9 43.2c-5.9-2.3-12.6-.8-17 3.6s-5.9 11.1-3.6 17l21.7 56.7L9.5 145.4C3.7 148 0 153.7 0 160s3.7 12 9.5 14.6l55.4 24.8L43.2 256.1c-2.3 5.9-.8 12.6 3.6 17s11.1 5.9 17 3.6l56.7-21.7 24.8 55.4c2.6 5.8 8.3 9.5 14.6 9.5s12-3.7 14.6-9.5l24.8-55.4 56.7 21.7c5.9 2.3 12.6 .8 17-3.6s5.9-11.1 3.6-17l-21.7-56.7 55.4-24.8c5.8-2.6 9.5-8.3 9.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8 21.7-56.7c2.3-5.9 .8-12.6-3.6-17s-11.1-5.9-17-3.6L199.4 64.9 174.6 9.5C172 3.7 166.3 0 160 0zm0 96a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm312 16c0-17.7 14.3-32 32-32s32 14.3 32 32v53.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C624 318 640 290.7 640 274c0-21.5-9.2-37-24-44.6V176c0-44.2-35.8-80-80-80s-80 35.8-80 80v22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2 0-80 35.8-80 80v21.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 382 416 354.7 416 338c0-21.5-9.2-37-24-44.6V272c0-17.7 14.3-32 32-32s32 14.3 32 32v8V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H504V280v-8V176z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "superpowers": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2dd", + "label": "Superpowers", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "superscript": { + "aliases": { + "unicodes": { + "secondary": [ + "10f12b" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "exponential", + "font", + "format", + "text", + "type" + ] + }, + "unicode": "f12b", + "label": "Superscript", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M480 32c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 73.5 404.3 80 416 80v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32 32c17.7 0 32-14.3 32-32s-14.3-32-32-32V32zM32 64C14.3 64 0 78.3 0 96s14.3 32 32 32H47.3l89.6 128L47.3 384H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H304.7L215.1 256l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H288c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "supple": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f3f9", + "label": "Supple", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "suse": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "linux", + "operating system", + "os" + ] + }, + "unicode": "f7d6", + "label": "Suse", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M471.08 102.66s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3-51.9-1.8-122.8-4.3-223 57.3-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.12 307 7 335.06a111 111 0 0 0 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4 44.4 3.9 78.1-16 90-53.3 8.2-25.8 0-63.6-31.5-82.9-25.6-15.7-53.3-12.1-69.2-1.6-13.9 9.2-21.8 23.5-21.6 39.2.3 27.8 24.3 42.6 41.5 42.6a49 49 0 0 0 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9 0-12.1-11.6-14.8-16.8-13.9-2.9.5-4.5 2-11.8 2.4-2-.2-12-3.1-12-14V316c.2-12.3 13.2-18 25.5-16.9 32.3 2.8 47.7 40.7 28.5 65.7-18.3 23.7-76.6 23.2-99.7-20.4-26-49.2 12.7-111.2 87-98.4 33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3 56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8 5.6-33.8 39.7-18.4 82.4-17.4 66.5.4 102.1-27 103.1-28 3.7-3.1 6.5-15.8 7-17.7 1.3-5.1-3.2-2.4-3.2-2.4-8.7 5.2-30.5 15.2-50.9 15.6-25.3.5-76.2-25.4-81.6-28.2-.3-.4.1 1.2-11-25.5 88.4 58.3 118.3 40.5 145.2 21.7.8-.6 4.3-2.9 3.6-5.7-13.8-48.1-22.4-62.7-34.5-69.6-37-21.6-125-34.7-129.2-35.3.1-.1-.9-.3-.9.7zm60.4 72.8a37.54 37.54 0 0 1 38.9-36.3c33.4 1.2 48.8 42.3 24.4 65.2-24.2 22.7-64.4 4.6-63.3-28.9zm38.6-25.3a26.27 26.27 0 1 0 25.4 27.2 26.19 26.19 0 0 0-25.4-27.2zm4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.64 0 15.64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "swatchbook": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5c3" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Pantone", + "color", + "design", + "hue", + "palette" + ] + }, + "unicode": "f5c3", + "label": "Swatchbook", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H160c17.7 0 32 14.3 32 32V416c0 53-43 96-96 96s-96-43-96-96V32zM223.6 425.9c.3-3.3 .4-6.6 .4-9.9V154l75.4-75.4c12.5-12.5 32.8-12.5 45.3 0l90.5 90.5c12.5 12.5 12.5 32.8 0 45.3L223.6 425.9zM182.8 512l192-192H480c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H182.8zM128 64H64v64h64V64zM64 192v64h64V192H64zM96 440a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "swift": { + "changes": [ + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f8e1", + "label": "Swift", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 156.09c0-4.51-.08-9-.2-13.52a196.31 196.31 0 0 0-2.58-29.42 99.62 99.62 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.17 99.17 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a171.68 171.68 0 0 0-22.06 2.32 103.06 103.06 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.66 94.66 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.86 93.86 0 0 0 12 85.17a99.45 99.45 0 0 0-9.22 28 196.31 196.31 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196.08 196.08 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.31 94.31 0 0 0 53.17 468a99.47 99.47 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2H323.91c4.51 0 9-.08 13.52-.2a196.59 196.59 0 0 0 29.44-2.59 99.57 99.57 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 194.79 194.79 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05zm-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.63 230.63 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197.09 197.09 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127.44 127.44 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "symfony": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f83d", + "label": "Symfony", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "synagogue": { + "aliases": { + "unicodes": { + "composite": [ + "1f54d" + ], + "secondary": [ + "10f69b" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Jew", + "Jewish", + "building", + "jewish", + "judaism", + "religion", + "star of david", + "synagogue", + "temple" + ] + }, + "unicode": "f69b", + "label": "Synagogue", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M309.8 3.7c5.9-4.9 14.6-4.9 20.5 0l121 100.8C469.5 119.7 480 142.2 480 166V280.1 512H464 352V416c0-17.7-14.3-32-32-32s-32 14.3-32 32v96H176 160V280.1 166c0-23.7 10.5-46.3 28.8-61.5L309.8 3.7zM512 512V244.5l28.1-31.2c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3l63.8 70.9c7.9 8.8 12.3 20.3 12.3 32.1V448c0 35.3-28.7 64-64 64H512zM128 244.5V512H64c-35.3 0-64-28.7-64-64V316.3c0-11.9 4.4-23.3 12.3-32.1l63.8-70.9c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3L128 244.5zM327 124.3c-3.1-5.4-10.9-5.4-13.9 0l-15.9 28.1-32.3-.3c-6.2-.1-10.1 6.7-7 12.1L274.3 192l-16.4 27.8c-3.2 5.4 .7 12.1 7 12.1l32.3-.3L313 259.7c3.1 5.4 10.9 5.4 13.9 0l15.9-28.1 32.3 .3c6.2 .1 10.1-6.7 7-12.1L365.7 192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3 .3L327 124.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "syringe": { + "aliases": { + "unicodes": { + "composite": [ + "1f489" + ], + "secondary": [ + "10f48e" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "doctor", + "immunizations", + "medical", + "medicine", + "needle", + "shot", + "sick", + "syringe", + "vaccinate", + "vaccine" + ] + }, + "unicode": "f48e", + "label": "Syringe", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766749, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M441 7l32 32 32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15L417.9 128l55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56 407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3 .3 .6 .7 1 1l16 16 56 56 56 56 16 16c.3 .3 .6 .6 1 1l-191 191c-10.5 10.5-24.7 16.4-39.6 16.4H97.9L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57V325.3c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "t": { + "aliases": { + "unicodes": { + "composite": [ + "74" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter T", + "Latin Small Letter T", + "letter" + ] + }, + "unicode": "54", + "label": "T", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H160V448c0 17.7 14.3 32 32 32s32-14.3 32-32V96H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H192 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "table": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0ce" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "data", + "excel", + "spreadsheet" + ] + }, + "unicode": "f0ce", + "label": "Table", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 256V160H224v96H64zm0 64H224v96H64V320zm224 96V320H448v96H288zM448 256H288V160H448v96zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "table-cells": { + "aliases": { + "names": [ + "th" + ], + "unicodes": { + "secondary": [ + "10f00a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blocks", + "boxes", + "grid", + "squares" + ] + }, + "unicode": "f00a", + "label": "Table Cells", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 64v64H64V96h88zm56 0h88v64H208V96zm240 0v64H360V96h88zM64 224h88v64H64V224zm232 0v64H208V224h88zm64 0h88v64H360V224zM152 352v64H64V352h88zm56 0h88v64H208V352zm240 0v64H360V352h88z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "table-cells-large": { + "aliases": { + "names": [ + "th-large" + ], + "unicodes": { + "secondary": [ + "10f009" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blocks", + "boxes", + "grid", + "squares" + ] + }, + "unicode": "f009", + "label": "Table Cells Large", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 96V224H288V96H448zm0 192V416H288V288H448zM224 224H64V96H224V224zM64 288H224V416H64V288zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "table-columns": { + "aliases": { + "names": [ + "columns" + ], + "unicodes": { + "secondary": [ + "10f0db" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser", + "dashboard", + "organize", + "panes", + "split" + ] + }, + "unicode": "f0db", + "label": "Table Columns", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm64 64V416H224V160H64zm384 0H288V416H448V160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "table-list": { + "aliases": { + "names": [ + "th-list" + ], + "unicodes": { + "secondary": [ + "10f00b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "ol", + "todo", + "ul" + ] + }, + "unicode": "f00b", + "label": "Table List", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm64 0v64h64V96H64zm384 0H192v64H448V96zM64 224v64h64V224H64zm384 0H192v64H448V224zM64 352v64h64V352H64zm384 0H192v64H448V352z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "table-tennis-paddle-ball": { + "aliases": { + "names": [ + "ping-pong-paddle-ball", + "table-tennis" + ], + "unicodes": { + "composite": [ + "1f3d3" + ], + "secondary": [ + "10f45d" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "bat", + "game", + "paddle", + "ping pong", + "table tennis" + ] + }, + "unicode": "f45d", + "label": "Table Tennis Paddle Ball", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 288c-50.1 0-93.6 28.8-114.6 70.8L132.9 126.3l.6-.6 60.1-60.1c87.5-87.5 229.3-87.5 316.8 0c67.1 67.1 82.7 166.3 46.8 248.3C535.8 297.6 509 288 480 288zM113.3 151.9L354.1 392.7c-1.4 7.5-2.1 15.3-2.1 23.3c0 23.2 6.2 44.9 16.9 63.7c-3 .2-6.1 .3-9.2 .3H357c-33.9 0-66.5-13.5-90.5-37.5l-9.8-9.8c-13.1-13.1-34.6-12.4-46.8 1.7L152.2 501c-5.8 6.7-14.2 10.7-23 11s-17.5-3.1-23.8-9.4l-32-32c-6.3-6.3-9.7-14.9-9.4-23.8s4.3-17.2 11-23l66.6-57.7c14-12.2 14.8-33.7 1.7-46.8l-9.8-9.8c-24-24-37.5-56.6-37.5-90.5v-2.7c0-22.8 6.1-44.9 17.3-64.3zM480 320a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tablet": { + "aliases": { + "names": [ + "tablet-android" + ], + "unicodes": { + "secondary": [ + "10f3fb" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "device", + "kindle", + "screen" + ] + }, + "unicode": "f3fb", + "label": "Tablet", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM176 432h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tablet-button": { + "aliases": { + "unicodes": { + "secondary": [ + "10f10a" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apple", + "device", + "ipad", + "kindle", + "screen" + ] + }, + "unicode": "f10a", + "label": "Tablet Button", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM224 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tablet-screen-button": { + "aliases": { + "names": [ + "tablet-alt" + ], + "unicodes": { + "secondary": [ + "10f3fa" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apple", + "device", + "ipad", + "kindle", + "screen" + ] + }, + "unicode": "f3fa", + "label": "Tablet Screen Button", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM256 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 64H64V384H384V64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tablets": { + "aliases": { + "unicodes": { + "secondary": [ + "10f490" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medicine", + "pills", + "prescription" + ] + }, + "unicode": "f490", + "label": "Tablets", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M614.3 247c16.3-25 25.7-54.9 25.7-87C640 71.6 568.4 0 480 0c-32.1 0-61.9 9.4-87 25.7c-7.9 5.2-8.5 16.2-1.8 22.9L591.4 248.8c6.7 6.7 17.8 6.2 22.9-1.8zM567 294.3c7.9-5.2 8.5-16.2 1.8-22.9L368.6 71.2c-6.7-6.7-17.8-6.2-22.9 1.8c-16.3 25-25.7 54.9-25.7 87c0 88.4 71.6 160 160 160c32.1 0 61.9-9.4 87-25.7zM301.5 368H18.5c-9.5 0-16.9 8.2-15 17.5C18.9 457.8 83.1 512 160 512s141.1-54.2 156.5-126.5c2-9.3-5.5-17.5-15-17.5zm0-32c9.5 0 16.9-8.2 15-17.5C301.1 246.2 236.9 192 160 192S18.9 246.2 3.5 318.5c-2 9.3 5.5 17.5 15 17.5H301.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tachograph-digital": { + "aliases": { + "names": [ + "digital-tachograph" + ], + "unicodes": { + "secondary": [ + "10f566" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "data", + "distance", + "speed", + "tachometer" + ] + }, + "unicode": "f566", + "label": "Tachograph Digital", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm32 64H320c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32zM64 368c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm320 0c0-8.8 7.2-16 16-16H560c8.8 0 16 7.2 16 16s-7.2 16-16 16H400c-8.8 0-16-7.2-16-16zM80 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tag": { + "aliases": { + "unicodes": { + "composite": [ + "1f3f7" + ], + "secondary": [ + "10f02b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "discount", + "labe", + "label", + "price", + "shopping" + ] + }, + "unicode": "f02b", + "label": "Tag", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0L418.7 317.3c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tags": { + "aliases": { + "unicodes": { + "secondary": [ + "10f02c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "discount", + "label", + "price", + "shopping" + ] + }, + "unicode": "f02c", + "label": "Tags", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5V80C0 53.5 21.5 32 48 32H197.5c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tape": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4db" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "package", + "sticky" + ] + }, + "unicode": "f4db", + "label": "Tape", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M380.8 416c41.5-40.7 67.2-97.3 67.2-160C448 132.3 347.7 32 224 32S0 132.3 0 256S100.3 480 224 480H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H380.8zM224 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm64 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tarp": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "protection", + "tarp", + "tent", + "waterproof" + ] + }, + "unicode": "e57b", + "label": "Tarp", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M576 128c0-35.3-28.7-64-64-64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64l352 0 0-128c0-17.7 14.3-32 32-32H576V128zM448 448L576 320H448l0 128zM96 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tarp-droplet": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "protection", + "tarp", + "tent", + "waterproof" + ] + }, + "unicode": "e57c", + "label": "Tarp Droplet", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 160c-35.3 0-64-26.9-64-60c0-24 33.7-70.1 52.2-93.5c6.1-7.7 17.5-7.7 23.6 0C318.3 29.9 352 76 352 100c0 33.1-28.7 60-64 60zM64 128H197.5c13.2 37.3 48.7 64 90.5 64s77.4-26.7 90.5-64H512c35.3 0 64 28.7 64 64V352H448c-17.7 0-32 14.3-32 32l0 128L64 512c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64zM448 512l0-128H576L448 512zM96 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "taxi": { + "aliases": { + "names": [ + "cab" + ], + "unicodes": { + "composite": [ + "1f696" + ], + "secondary": [ + "10f1ba" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cab", + "cabbie", + "car", + "car service", + "lyft", + "machine", + "oncoming", + "oncoming taxi", + "taxi", + "transportation", + "travel", + "uber", + "vehicle" + ] + }, + "unicode": "f1ba", + "label": "Taxi", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 0c-17.7 0-32 14.3-32 32V64c0 .1 0 .1 0 .2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288V432v48c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V432H416v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V432 288c0-26.7-16.4-49.6-39.6-59.2L437.2 128.3c-12.9-36.8-46.6-62-85.2-64.1c0-.1 0-.1 0-.2V32c0-17.7-14.3-32-32-32H192zM165.4 128H346.6c13.6 0 25.7 8.6 30.2 21.4L402.9 224H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zM96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm288 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "teamspeak": { + "changes": [ + "5.0.11", + "5.1.0", + "5.8.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f4f9", + "label": "Teamspeak", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1678906824, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M152.8 37.2c-32.2 38.1-56.1 82.6-69.9 130.5c0 .2-.1 .3-.1 .5C43.5 184.4 16 223 16 268c0 59.6 48.4 108 108 108s108-48.4 108-108c0-53.5-38.9-97.9-90-106.5c15.7-41.8 40.4-79.6 72.3-110.7c1.8-1.6 4-2.6 6.3-3.1c37.2-11.5 76.7-13.3 114.8-5.2C454.7 67.6 534 180.7 517.1 301.3c-8.4 62.6-38.6 112.7-87.7 151.4c-50.1 39.7-107.5 54.3-170.2 52.2l-24-1c12.4 2.8 25 4.9 37.6 6.3c40.7 4.2 81.4 2.1 120.1-12.5c94-35.5 149.3-102.3 162.9-202.5c4.8-52.6-5.8-105.4-30.8-152C454.6 11.3 290.8-38.4 159 32c-2.4 1.4-4.5 3.1-6.3 5.2zM309.4 433.9c-2.1 11.5-4.2 21.9-14.6 31.3c53.2-1 123.2-29.2 161.8-97.1c39.7-69.9 37.6-139.9-6.3-207.8C413.8 105 360.5 77.9 293.7 73.7c1.5 2.3 3.2 4.4 5.2 6.3l5.2 6.3c25.1 31.3 37.6 67.9 42.8 107.5c2.1 15.7-1 30.3-13.6 41.8c-4.2 3.1-5.2 6.3-4.2 10.4l7.3 17.7L365.7 318c5.2 11.5 4.2 19.8-6.3 28.2c-3.2 2.5-6.7 4.6-10.4 6.3l-18.8 8.4 3.1 13.6c3.1 6.3 1 12.5-3.1 17.7c-2.5 2.4-3.8 5.9-3.1 9.4c2.1 11.5-2.1 19.8-12.5 25.1c-2.1 1-4.2 5.2-5.2 7.3zm-133.6-3.1c16.7 11.5 34.5 20.9 53.2 26.1c24 5.2 41.8-6.3 44.9-30.3c1-8.4 5.2-14.6 12.5-17.7c7.3-4.2 8.4-7.3 2.1-13.6l-9.4-8.4 13.6-4.2c6.3-2.1 7.3-5.2 5.2-11.5c-1.4-3-2.4-6.2-3.1-9.4c-3.1-14.6-2.1-15.7 11.5-18.8c8.4-3.1 15.7-6.3 21.9-12.5c3.1-2.1 3.1-4.2 1-8.4l-16.7-30.3c-1-1.9-2.1-3.8-3.1-5.7c-6.4-11.7-13-23.6-15.7-37.1c-2.1-9.4-1-17.7 8.4-24c5.2-4.2 8.4-9.4 8.4-16.7c-.4-10.1-1.5-20.3-3.1-30.3c-6.3-37.6-23-68.9-51.2-95c-5.2-4.2-9.4-6.3-16.7-4.2L203.9 91.5c2 1.2 4 2.4 6 3.6l0 0c6.3 3.7 12.2 7.3 17 12.1c30.3 26.1 41.8 61.6 45.9 100.2c1 8.4 0 16.7-7.3 21.9c-8.4 5.2-10.4 12.5-7.3 20.9c4.9 13.2 10.4 26 16.7 38.6L291.6 318c-6.3 8.4-13.6 11.5-21.9 14.6c-12.5 3.1-14.6 7.3-10.4 20.9c.6 1.5 1.4 2.8 2.1 4.2c2.1 5.2 1 8.4-4.2 10.4l-12.5 3.1 5.2 4.2 4.2 4.2c4.2 5.2 4.2 8.4-2.1 10.4c-7.3 4.2-11.5 9.4-11.5 17.7c0 12.5-7.3 19.8-18.8 24c-3.8 1-7.6 1.5-11.5 1l-34.5-2.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "teeth": { + "aliases": { + "unicodes": { + "secondary": [ + "10f62e" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bite", + "dental", + "dentist", + "gums", + "mouth", + "smile", + "tooth" + ] + }, + "unicode": "f62e", + "label": "Teeth", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 128C0 75 43 32 96 32H480c53 0 96 43 96 96V384c0 53-43 96-96 96H96c-53 0-96-43-96-96V128zm176 48v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176c0-26.5-21.5-48-48-48s-48 21.5-48 48zm176-48c-26.5 0-48 21.5-48 48v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176c0-26.5-21.5-48-48-48zM48 208v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V208c0-26.5-21.5-48-48-48s-48 21.5-48 48zM96 384c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H72c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48zm80-48c0 26.5 21.5 48 48 48s48-21.5 48-48V312c0-13.3-10.7-24-24-24H200c-13.3 0-24 10.7-24 24v24zm176 48c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H328c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48zm80-176v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V208c0-26.5-21.5-48-48-48s-48 21.5-48 48zm48 176c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H456c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "teeth-open": { + "aliases": { + "unicodes": { + "secondary": [ + "10f62f" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dental", + "dentist", + "gums bite", + "mouth", + "smile", + "tooth" + ] + }, + "unicode": "f62f", + "label": "Teeth Open", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 32C43 32 0 75 0 128v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-53-43-96-96-96H96zM224 96c26.5 0 48 21.5 48 48v56c0 13.3-10.7 24-24 24H200c-13.3 0-24-10.7-24-24V144c0-26.5 21.5-48 48-48zm80 48c0-26.5 21.5-48 48-48s48 21.5 48 48v56c0 13.3-10.7 24-24 24H328c-13.3 0-24-10.7-24-24V144zM96 128c26.5 0 48 21.5 48 48v24c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V176c0-26.5 21.5-48 48-48zm336 48c0-26.5 21.5-48 48-48s48 21.5 48 48v24c0 13.3-10.7 24-24 24H456c-13.3 0-24-10.7-24-24V176zM96 480H480c53 0 96-43 96-96V352c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v32c0 53 43 96 96 96zm0-64c-26.5 0-48-21.5-48-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48zm80-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48s-48-21.5-48-48zm176 48c-26.5 0-48-21.5-48-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48zm80-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48s-48-21.5-48-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "telegram": { + "aliases": { + "names": [ + "telegram-plane" + ], + "unicodes": { + "composite": [ + "f3fe" + ], + "secondary": [ + "10f3fe" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2c6", + "label": "Telegram", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "temperature-arrow-down": { + "aliases": { + "names": [ + "temperature-down" + ], + "unicodes": { + "secondary": [ + "10e03f" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air conditioner", + "cold", + "heater", + "mercury", + "thermometer", + "winter" + ] + }, + "unicode": "e03f", + "label": "Temperature Arrow Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM176 0C114.1 0 64 50.1 64 112V276.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V272c0-8.8-7.2-16-16-16s-16 7.2-16 16v50.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zm336-64H480V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352H384c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c6 6 14.1 9.4 22.6 9.4s16.6-3.4 22.6-9.4l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "temperature-arrow-up": { + "aliases": { + "names": [ + "temperature-up" + ], + "unicodes": { + "secondary": [ + "10e040" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air conditioner", + "cold", + "heater", + "mercury", + "thermometer", + "winter" + ] + }, + "unicode": "e040", + "label": "Temperature Arrow Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM176 0C114.1 0 64 50.1 64 112V276.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V112c0-8.8-7.2-16-16-16s-16 7.2-16 16V322.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zM480 160h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "temperature-empty": { + "aliases": { + "names": [ + "temperature-0", + "thermometer-0", + "thermometer-empty" + ], + "unicodes": { + "secondary": [ + "10f2cb" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "mercury", + "status", + "temperature" + ] + }, + "unicode": "f2cb", + "label": "Temperature Empty", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M112 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C233.8 332.6 240 349.5 240 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM160 0C98.1 0 48 50.2 48 112V276.5c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C27.2 304.2 16 334.8 16 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C272 50.2 221.9 0 160 0zm0 416a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "temperature-full": { + "aliases": { + "names": [ + "temperature-4", + "thermometer-4", + "thermometer-full" + ], + "unicodes": { + "secondary": [ + "10f2c7" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fever", + "hot", + "mercury", + "status", + "temperature" + ] + }, + "unicode": "f2c7", + "label": "Temperature Full", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V112c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "temperature-half": { + "aliases": { + "names": [ + "temperature-2", + "thermometer-2", + "thermometer-half" + ], + "unicodes": { + "composite": [ + "1f321" + ], + "secondary": [ + "10f2c9" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mercury", + "status", + "temperature", + "thermometer", + "weather" + ] + }, + "unicode": "f2c9", + "label": "Temperature Half", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V208c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "temperature-high": { + "aliases": { + "unicodes": { + "secondary": [ + "10f769" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cook", + "covid-19", + "mercury", + "summer", + "thermometer", + "warm" + ] + }, + "unicode": "f769", + "label": "Temperature High", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 128A96 96 0 1 0 416 0a96 96 0 1 0 0 192zM96 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C217.8 332.6 224 349.5 224 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9C88.9 308.4 96 293.8 96 276.5V112zM144 0C82.1 0 32 50.2 32 112V276.5c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C11.2 304.2 0 334.8 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C256 50.2 205.9 0 144 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V112c0-8.8-7.2-16-16-16s-16 7.2-16 16V322.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "temperature-low": { + "aliases": { + "unicodes": { + "secondary": [ + "10f76b" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "cool", + "covid-19", + "mercury", + "thermometer", + "winter" + ] + }, + "unicode": "f76b", + "label": "Temperature Low", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 96a96 96 0 1 1 192 0A96 96 0 1 1 320 96zM144 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C70.2 332.6 64 349.5 64 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM32 112C32 50.2 82.1 0 144 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S0 447.5 0 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM192 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "temperature-quarter": { + "aliases": { + "names": [ + "temperature-1", + "thermometer-1", + "thermometer-quarter" + ], + "unicodes": { + "secondary": [ + "10f2ca" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mercury", + "status", + "temperature" + ] + }, + "unicode": "f2ca", + "label": "Temperature Quarter", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "temperature-three-quarters": { + "aliases": { + "names": [ + "temperature-3", + "thermometer-3", + "thermometer-three-quarters" + ], + "unicodes": { + "secondary": [ + "10f2c8" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mercury", + "status", + "temperature" + ] + }, + "unicode": "f2c8", + "label": "Temperature Three Quarters", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V144c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tencent-weibo": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1d5", + "label": "Tencent Weibo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "tenge-sign": { + "aliases": { + "names": [ + "tenge" + ], + "unicodes": { + "composite": [ + "20b8" + ], + "secondary": [ + "10f7d7" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Tenge Sign", + "currency" + ] + }, + "unicode": "f7d7", + "label": "Tenge Sign", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM0 192c0-17.7 14.3-32 32-32H192 352c17.7 0 32 14.3 32 32s-14.3 32-32 32H224V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V224H32c-17.7 0-32-14.3-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tent": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bivouac", + "campground", + "refugee", + "shelter", + "tent" + ] + }, + "unicode": "e57d", + "label": "Tent", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M269.4 6C280.5-2 295.5-2 306.6 6l224 160c7.4 5.3 12.2 13.5 13.2 22.5l32 288c1 9-1.9 18.1-8 24.9s-14.7 10.7-23.8 10.7H416L288 288V512H32c-9.1 0-17.8-3.9-23.8-10.7s-9-15.8-8-24.9l32-288c1-9 5.8-17.2 13.2-22.5L269.4 6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tent-arrow-down-to-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "permanent", + "refugee", + "shelter" + ] + }, + "unicode": "e57e", + "label": "Tent Arrow Down To Line", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M241.8 111.9c8.9 9.9 8.1 25-1.8 33.9l-80 72c-9.1 8.2-23 8.2-32.1 0l-80-72c-9.9-8.9-10.7-24-1.8-33.9s24-10.7 33.9-1.8l39.9 36L120 24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 122.1 39.9-36c9.9-8.9 25-8.1 33.9 1.8zm122.8 22.6c11.5-8.7 27.3-8.7 38.8 0l168 128c6.6 5 11 12.5 12.3 20.7l24 160 .7 4.7c17.5 .2 31.6 14.4 31.6 32c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H159.6l.7-4.7 24-160c1.2-8.2 5.6-15.7 12.3-20.7l168-128zM384 448h76.8L384 320V448z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tent-arrow-left-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "refugee", + "shelter", + "transition" + ] + }, + "unicode": "e57f", + "label": "Tent Arrow Left Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M488.1 6.2c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9L489.5 72 86.5 72l33.5-30.2c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120l402.9 0-33.5 30.2c-9.9 8.9-10.7 24-1.8 33.9s24 10.7 33.9 1.8l80-72c5.1-4.6 7.9-11 7.9-17.8s-2.9-13.3-7.9-17.8l-80-72zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H288V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tent-arrow-turn-left": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "refugee", + "shelter", + "temporary" + ] + }, + "unicode": "e580", + "label": "Tent Arrow Turn Left", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M120.1 41.8c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120 456 120c39.8 0 72 32.2 72 72v40c0 13.3 10.7 24 24 24s24-10.7 24-24V192c0-66.3-53.7-120-120-120L86.5 72l33.5-30.2zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H288V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tent-arrows-down": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "refugee", + "shelter", + "spontaneous" + ] + }, + "unicode": "e581", + "label": "Tent Arrows Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M209.8 111.9c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36L136 24c0-13.3-10.7-24-24-24S88 10.7 88 24l0 122.1-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zm352 0c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V146.1l-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H288V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tents": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bivouac", + "campground", + "refugee", + "shelter", + "tent" + ] + }, + "unicode": "e582", + "label": "Tents", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M396.6 6.5L235.8 129.1c9.6 1.8 18.9 5.8 27 12l168 128c13.2 10.1 22 24.9 24.5 41.4l6.2 41.5H608c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128c-11.5-8.7-27.3-8.7-38.8 0zm-153.2 160c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S22.7 512 32 512H224V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "terminal": { + "aliases": { + "unicodes": { + "secondary": [ + "10f120" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "code", + "coding", + "command", + "console", + "development", + "prompt", + "terminal" + ] + }, + "unicode": "f120", + "label": "Terminal", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6zM256 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "text-height": { + "aliases": { + "unicodes": { + "secondary": [ + "10f034" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "font", + "format", + "text", + "type" + ] + }, + "unicode": "f034", + "label": "Text Height", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767248, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 128V96h64l0 320H96c-17.7 0-32 14.3-32 32s14.3 32 32 32H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H192l0-320h64v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H160 48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32zM502.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32V352H416c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H512V160h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "text-slash": { + "aliases": { + "names": [ + "remove-format" + ], + "unicodes": { + "secondary": [ + "10f87d" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cancel", + "font", + "format", + "remove", + "style", + "text" + ] + }, + "unicode": "f87d", + "label": "Text Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L355.7 253.5 400.2 96H503L497 120.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l11-44.1C577.6 61.3 554.7 32 523.5 32H376.1h-.3H204.5c-22 0-41.2 15-46.6 36.4l-6.3 25.2L38.8 5.1zm168 131.7c.1-.3 .2-.7 .3-1L217 96H333.7L301.3 210.8l-94.5-74.1zM243.3 416H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H309.8l17.6-62.1L272.9 311 243.3 416z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "text-width": { + "aliases": { + "unicodes": { + "secondary": [ + "10f035" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "font", + "format", + "text", + "type" + ] + }, + "unicode": "f035", + "label": "Text Width", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 128V96H192l0 128H176c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H256l0-128H384v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H224 48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32zM9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V416H320v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32H128V320c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "the-red-yeti": { + "changes": [ + "5.3.0", + "5.7.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f69d", + "label": "The Red Yeti", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M488.23 241.7l20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.36 239.36 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.26 194.26 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.18 200.18 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A181.84 181.84 0 0 0 495 255a44.74 44.74 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242.44 242.44 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.38 56.38 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.32 62.32 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5zm-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.35 52.35 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.89 42.89 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a234.68 234.68 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201.26 201.26 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a189.6 189.6 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141.13 141.13 0 0 1-3 28.3 209.91 209.91 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6zm276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.57 262.57 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5zm115.3-214.4l-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.82 214.82 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254.21 254.21 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3l-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.22 50.22 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8zm3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.57 39.57 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9zm-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.61 99.61 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6zm18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.14 72.14 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.21 39.21 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26zm42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.47 83.47 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "themeco": { + "changes": [ + "5.1.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f5c6", + "label": "Themeco", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74zm140.14 100.29l-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8zm0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "themeisle": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2b2", + "label": "ThemeIsle", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286zm304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286-10 0-19.429-5.714-24.858-14.286-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a158.792 158.792 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286zM188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857zM237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999zm-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857-11.429 0-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142 11.428 0 20.286-9.715 20.286-21.142v-32.571zm49.143 0c0-11.143-8.572-20.857-20-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142v-32.571zm49.713 0c0-11.143-8.857-20.857-20.285-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142v-32.571zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142 11.429 0 20.286-10 20.286-21.142v-32.571zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572 0-16.857 2-33.429 6-49.714-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286zm10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "thermometer": { + "aliases": { + "unicodes": { + "secondary": [ + "10f491" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "mercury", + "status", + "temperature" + ] + }, + "unicode": "f491", + "label": "Thermometer", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 382.1V293.3c0-14.9 5.9-29.1 16.4-39.6l27.3-27.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 45.5-45.5C355.2 10.9 381.4 0 408.8 0C465.8 0 512 46.2 512 103.2c0 27.4-10.9 53.6-30.2 73L258.3 399.6c-10.5 10.5-24.7 16.4-39.6 16.4H129.9L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l89-89z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "think-peaks": { + "changes": [ + "5.4.2", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f731", + "label": "Think Peaks", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "threads": { + "changes": [ + "6.4.1", + "6.4.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e618", + "label": "Threads", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1690904784, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8c29.2 14.1 50.6 35.2 61.8 61.4c15.7 36.5 17.2 95.8-30.3 143.2c-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2c-32.3-41-48.9-98.1-49.5-169.6V256v-.2C17 184.3 33.6 127.2 65.9 86.2C102.2 40.1 156.2 16.5 226.4 16h.3c70.3 .5 124.9 24 162.3 69.9c18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4c-29.2-35.8-73-54.2-130.5-54.6c-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3c28 35.6 71.2 53.9 128.2 54.4c51.4-.4 85.4-12.6 113.7-40.9c32.3-32.2 31.7-71.8 21.4-95.9c-6.1-14.2-17.1-26-31.9-34.9c-3.7 26.9-11.8 48.3-24.7 64.8c-17.1 21.8-41.4 33.6-72.7 35.3c-23.6 1.3-46.3-4.4-63.9-16c-20.8-13.8-33-34.8-34.3-59.3c-2.5-48.3 35.7-83 95.2-86.4c21.1-1.2 40.9-.3 59.2 2.8c-2.4-14.8-7.3-26.6-14.6-35.2c-10-11.7-25.6-17.7-46.2-17.8H227c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3c25.6-1.4 54.6-11.4 59.5-73.2c-13.2-2.9-27.8-4.4-43.4-4.4c-4.8 0-9.6 .1-14.4 .4c-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "thumbs-down": { + "aliases": { + "unicodes": { + "composite": [ + "1f44e", + "f088" + ], + "secondary": [ + "10f165" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "-1", + "disagree", + "disapprove", + "dislike", + "down", + "hand", + "social", + "thumb", + "thumbs down", + "thumbs-o-down" + ] + }, + "unicode": "f165", + "label": "Thumbs Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-18.5-10.5-34.6-25.9-42.6C497 236.6 504 223.1 504 208c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 384H96c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H32C14.3 96 0 110.3 0 128V352c0 17.7 14.3 32 32 32z" + }, + "regular": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "thumbs-up": { + "aliases": { + "unicodes": { + "composite": [ + "1f44d", + "f087" + ], + "secondary": [ + "10f164" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "+1", + "agree", + "approve", + "favorite", + "hand", + "like", + "ok", + "okay", + "social", + "success", + "thumb", + "thumbs up", + "thumbs-o-up", + "up", + "yes", + "you got it dude" + ] + }, + "unicode": "f164", + "label": "Thumbs Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z" + }, + "regular": { + "lastModified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "thumbtack": { + "aliases": { + "names": [ + "thumb-tack" + ], + "unicodes": { + "composite": [ + "1f4cc", + "1f588" + ], + "secondary": [ + "10f08d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Pushpin", + "coordinates", + "location", + "marker", + "pin", + "pushpin", + "thumb-tack" + ] + }, + "unicode": "f08d", + "label": "Thumbtack", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ticket": { + "aliases": { + "unicodes": { + "composite": [ + "1f39f" + ], + "secondary": [ + "10f145" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admission", + "admission tickets", + "movie", + "pass", + "support", + "ticket" + ] + }, + "unicode": "f145", + "label": "Ticket", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ticket-simple": { + "aliases": { + "names": [ + "ticket-alt" + ], + "unicodes": { + "secondary": [ + "10f3ff" + ] + } + }, + "changes": [ + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "movie", + "pass", + "support", + "ticket" + ] + }, + "unicode": "f3ff", + "label": "Ticket Simple", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64v64c0 8.8-7.4 15.7-15.7 18.6C541.5 217.1 528 235 528 256s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320c0-8.8 7.4-15.7 15.7-18.6C34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192V128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tiktok": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e07b", + "label": "TikTok", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "timeline": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chronological", + "deadline", + "history", + "linear" + ] + }, + "unicode": "e29c", + "label": "Timeline", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32 97.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80S48 51.8 48 96c0 32.8 19.7 61 48 73.3V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H288v54.7c-28.3 12.3-48 40.5-48 73.3c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3V288H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H544V169.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 32.8 19.7 61 48 73.3V224H160V169.3zM488 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM320 392a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "toggle-off": { + "aliases": { + "unicodes": { + "secondary": [ + "10f204" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "button", + "off", + "on", + "switch" + ] + }, + "unicode": "f204", + "label": "Toggle Off", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 128c70.7 0 128 57.3 128 128s-57.3 128-128 128H192c-70.7 0-128-57.3-128-128s57.3-128 128-128H384zM576 256c0-106-86-192-192-192H192C86 64 0 150 0 256S86 448 192 448H384c106 0 192-86 192-192zM192 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "toggle-on": { + "aliases": { + "unicodes": { + "secondary": [ + "10f205" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "button", + "off", + "on", + "switch" + ] + }, + "unicode": "f205", + "label": "Toggle On", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M192 64C86 64 0 150 0 256S86 448 192 448H384c106 0 192-86 192-192s-86-192-192-192H192zm192 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "toilet": { + "aliases": { + "unicodes": { + "composite": [ + "1f6bd" + ], + "secondary": [ + "10f7d8" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bathroom", + "flush", + "john", + "loo", + "pee", + "plumbing", + "poop", + "porcelain", + "potty", + "restroom", + "throne", + "toile", + "toilet", + "washroom", + "waste", + "wc" + ] + }, + "unicode": "f7d8", + "label": "Toilet", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48h8V196.9c-1.9 1.4-3.8 2.9-5.6 4.4C10.9 214.5 0 232.9 0 256c0 46.9 14.3 84.1 37 112.5c14.2 17.7 31.1 31.3 48.5 41.8L65.6 469.9c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3H352c10.3 0 19.9-4.9 26-13.3s7.7-19.1 4.4-28.8l-19.8-59.5c17.4-10.5 34.3-24.1 48.5-41.8c22.7-28.4 37-65.5 37-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4V48h8c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM384 256.3c0 1-.3 2.6-3.8 5.6c-4.8 4.1-14 9-29.3 13.4C320.5 284 276.1 288 224 288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6l0-.3 0-.1c0-1 0-2.5 3.8-5.8c4.8-4.1 14-9 29.3-13.4C127.5 228 171.9 224 224 224s96.5 4 126.9 12.8c15.3 4.4 24.5 9.3 29.3 13.4c3.8 3.2 3.8 4.8 3.8 5.8l0 .1 0 .3zM328.2 384l-.2 .5 0-.5h.2zM112 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "toilet-paper": { + "aliases": { + "unicodes": { + "composite": [ + "1f9fb" + ], + "secondary": [ + "10f71e" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bathroom", + "covid-19", + "halloween", + "holiday", + "lavatory", + "paper towels", + "prank", + "privy", + "restroom", + "roll", + "roll of paper", + "toilet", + "toilet paper", + "wipe" + ] + }, + "unicode": "f71e", + "label": "Toilet Paper", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M444.2 0C397.2 49.6 384 126.5 384 192c0 158.8-27.3 247-42.7 283.9c-10 24-33.2 36.1-55.4 36.1H48c-11.5 0-22.2-6.2-27.8-16.2s-5.6-22.3 .4-32.2c9.8-17.7 15.4-38.2 20.5-57.7C52.3 362.8 64 293.5 64 192C64 86 107 0 160 0H444.2zM512 384c-53 0-96-86-96-192S459 0 512 0s96 86 96 192s-43 192-96 192zm0-128c17.7 0 32-28.7 32-64s-14.3-64-32-64s-32 28.7-32 64s14.3 64 32 64zM144 208a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm64 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm80-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "toilet-paper-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e072" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bathroom", + "covid-19", + "halloween", + "holiday", + "lavatory", + "leaves", + "prank", + "privy", + "restroom", + "roll", + "toilet", + "trouble", + "ut oh", + "wipe" + ] + }, + "unicode": "e072", + "label": "Toilet Paper Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9 374 608 291.9 608 192C608 86 565 0 512 0s-96 86-96 192c0 49.1 9.2 93.9 24.4 127.9l-59-46.2c1.6-24.8 2.6-52 2.6-81.6c0-65.5 13.2-142.4 60.2-192H160c-24.8 0-47.4 18.8-64.4 49.6L38.8 5.1zM367.3 385.4L66.5 148.4C64.9 162.4 64 177 64 192c0 101.5-11.7 170.8-23 213.9c-5.1 19.4-10.7 39.9-20.5 57.7c-5.9 9.9-6.1 22.1-.4 32.2S36.5 512 48 512H285.9c22.3 0 45.4-12.1 55.4-36.1c7.4-17.7 17.5-47.2 26-90.6zM544 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "toilet-portable": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "outhouse", + "toilet" + ] + }, + "unicode": "e583", + "label": "Toilet Portable", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 32V64H320V32c0-17.7-14.3-32-32-32H32C14.3 0 0 14.3 0 32zM24 96H0v24V488c0 13.3 10.7 24 24 24s24-10.7 24-24v-8H272v8c0 13.3 10.7 24 24 24s24-10.7 24-24V120 96H296 24zM256 240v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V240c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "toilets-portable": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "outhouse", + "toilet" + ] + }, + "unicode": "e584", + "label": "Toilets Portable", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M32 0H224c17.7 0 32 14.3 32 32V64H0V32C0 14.3 14.3 0 32 0zM0 96H24 232h24v24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H48v8c0 13.3-10.7 24-24 24s-24-10.7-24-24V120 96zM192 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V240c0-8.8-7.2-16-16-16zM352 0H544c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32zM320 96h24H552h24v24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H368v8c0 13.3-10.7 24-24 24s-24-10.7-24-24V120 96zM512 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V240c0-8.8-7.2-16-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "toolbox": { + "aliases": { + "unicodes": { + "composite": [ + "1f9f0" + ], + "secondary": [ + "10f552" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "chest", + "container", + "fix", + "mechanic", + "repair", + "settings", + "tool", + "toolbox", + "tools" + ] + }, + "unicode": "f552", + "label": "Toolbox", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 88v40H336V88c0-4.4-3.6-8-8-8H184c-4.4 0-8 3.6-8 8zm-48 40V88c0-30.9 25.1-56 56-56H328c30.9 0 56 25.1 56 56v40h28.1c12.7 0 24.9 5.1 33.9 14.1l51.9 51.9c9 9 14.1 21.2 14.1 33.9V304H384V288c0-17.7-14.3-32-32-32s-32 14.3-32 32v16H192V288c0-17.7-14.3-32-32-32s-32 14.3-32 32v16H0V227.9c0-12.7 5.1-24.9 14.1-33.9l51.9-51.9c9-9 21.2-14.1 33.9-14.1H128zM0 416V336H128v16c0 17.7 14.3 32 32 32s32-14.3 32-32V336H320v16c0 17.7 14.3 32 32 32s32-14.3 32-32V336H512v80c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tooth": { + "aliases": { + "unicodes": { + "composite": [ + "1f9b7" + ], + "secondary": [ + "10f5c9" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bicuspid", + "dental", + "dentist", + "molar", + "mouth", + "teeth", + "tooth" + ] + }, + "unicode": "f5c9", + "label": "Tooth", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M186.1 52.1C169.3 39.1 148.7 32 127.5 32C74.7 32 32 74.7 32 127.5v6.2c0 15.8 3.7 31.3 10.7 45.5l23.5 47.1c4.5 8.9 7.6 18.4 9.4 28.2l36.7 205.8c2 11.2 11.6 19.4 22.9 19.8s21.4-7.4 24-18.4l28.9-121.3C192.2 323.7 207 312 224 312s31.8 11.7 35.8 28.3l28.9 121.3c2.6 11.1 12.7 18.8 24 18.4s20.9-8.6 22.9-19.8l36.7-205.8c1.8-9.8 4.9-19.3 9.4-28.2l23.5-47.1c7.1-14.1 10.7-29.7 10.7-45.5v-2.1c0-55-44.6-99.6-99.6-99.6c-24.1 0-47.4 8.8-65.6 24.6l-3.2 2.8 19.5 15.2c7 5.4 8.2 15.5 2.8 22.5s-15.5 8.2-22.5 2.8l-24.4-19-37-28.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "torii-gate": { + "aliases": { + "unicodes": { + "composite": [ + "26e9" + ], + "secondary": [ + "10f6a1" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "religion", + "shinto", + "shinto shrine", + "shintoism", + "shrine" + ] + }, + "unicode": "f6a1", + "label": "Torii Gate", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 80c0 26.5 21.5 48 48 48H64v64h64V128h96v64h64V128h96v64h64V128h16c26.5 0 48-21.5 48-48V13.4C512 6 506 0 498.6 0c-1.7 0-3.4 .3-5 1l-49 19.6C425.7 28.1 405.5 32 385.2 32H126.8c-20.4 0-40.5-3.9-59.4-11.4L18.4 1c-1.6-.6-3.3-1-5-1C6 0 0 6 0 13.4V80zM64 288V480c0 17.7 14.3 32 32 32s32-14.3 32-32V288H384V480c0 17.7 14.3 32 32 32s32-14.3 32-32V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tornado": { + "aliases": { + "unicodes": { + "composite": [ + "1f32a" + ], + "secondary": [ + "10f76f" + ] + } + }, + "changes": [ + "5.5.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cloud", + "cyclone", + "dorothy", + "landspout", + "tornado", + "toto", + "twister", + "vortext", + "waterspout", + "weather", + "whirlwind" + ] + }, + "unicode": "f76f", + "label": "Tornado", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32V45.6C0 62.7 1.7 79.6 5 96H357.8c3.2-6.9 7.5-13.3 13-18.8l38.6-38.6c4.2-4.2 6.6-10 6.6-16C416 10.1 405.9 0 393.4 0H32C14.3 0 0 14.3 0 32zm352.2 96H13.6c12.2 35.9 32.3 68.7 58.8 96H412l-47.2-62.9c-7.3-9.7-11.6-21.2-12.6-33.1zm-226 138.2l116.4 68.5c8.2 4.8 15.8 10.7 22.5 17.3H445c2-9.8 3-19.9 3-30.1c0-23-5.3-45.5-15.3-65.9H110.2c5.2 3.6 10.5 7 16 10.2zM288 384c10.3 21.4 13.8 45.5 9.9 69l-5.9 35.7c-2 12.2 7.4 23.4 19.8 23.4c5.3 0 10.4-2.1 14.2-5.9l78.2-78.2c12.8-12.8 23.1-27.7 30.4-43.9H288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tower-broadcast": { + "aliases": { + "names": [ + "broadcast-tower" + ], + "unicodes": { + "secondary": [ + "10f519" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airwaves", + "antenna", + "communication", + "emergency", + "radio", + "reception", + "waves" + ] + }, + "unicode": "f519", + "label": "Tower Broadcast", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M80.3 44C69.8 69.9 64 98.2 64 128s5.8 58.1 16.3 84c6.6 16.4-1.3 35-17.7 41.7s-35-1.3-41.7-17.7C7.4 202.6 0 166.1 0 128S7.4 53.4 20.9 20C27.6 3.6 46.2-4.3 62.6 2.3S86.9 27.6 80.3 44zM555.1 20C568.6 53.4 576 89.9 576 128s-7.4 74.6-20.9 108c-6.6 16.4-25.3 24.3-41.7 17.7S489.1 228.4 495.7 212c10.5-25.9 16.3-54.2 16.3-84s-5.8-58.1-16.3-84C489.1 27.6 497 9 513.4 2.3s35 1.3 41.7 17.7zM352 128c0 23.7-12.9 44.4-32 55.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V183.4c-19.1-11.1-32-31.7-32-55.4c0-35.3 28.7-64 64-64s64 28.7 64 64zM170.6 76.8C163.8 92.4 160 109.7 160 128s3.8 35.6 10.6 51.2c7.1 16.2-.3 35.1-16.5 42.1s-35.1-.3-42.1-16.5c-10.3-23.6-16-49.6-16-76.8s5.7-53.2 16-76.8c7.1-16.2 25.9-23.6 42.1-16.5s23.6 25.9 16.5 42.1zM464 51.2c10.3 23.6 16 49.6 16 76.8s-5.7 53.2-16 76.8c-7.1 16.2-25.9 23.6-42.1 16.5s-23.6-25.9-16.5-42.1c6.8-15.6 10.6-32.9 10.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2 .3-35.1 16.5-42.1s35.1 .3 42.1 16.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tower-cell": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airwaves", + "antenna", + "communication", + "radio", + "reception", + "waves" + ] + }, + "unicode": "e585", + "label": "Tower Cell", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M62.6 2.3C46.2-4.3 27.6 3.6 20.9 20C7.4 53.4 0 89.9 0 128s7.4 74.6 20.9 108c6.6 16.4 25.3 24.3 41.7 17.7S86.9 228.4 80.3 212C69.8 186.1 64 157.8 64 128s5.8-58.1 16.3-84C86.9 27.6 79 9 62.6 2.3zm450.8 0C497 9 489.1 27.6 495.7 44C506.2 69.9 512 98.2 512 128s-5.8 58.1-16.3 84c-6.6 16.4 1.3 35 17.7 41.7s35-1.3 41.7-17.7c13.5-33.4 20.9-69.9 20.9-108s-7.4-74.6-20.9-108C548.4 3.6 529.8-4.3 513.4 2.3zM340.1 165.2c7.5-10.5 11.9-23.3 11.9-37.2c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 13.9 4.4 26.7 11.9 37.2L98.9 466.8c-7.3 16.1-.2 35.1 15.9 42.4s35.1 .2 42.4-15.9L177.7 448H398.3l20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4L340.1 165.2zM369.2 384H206.8l14.5-32H354.7l14.5 32zM288 205.3L325.6 288H250.4L288 205.3zM163.3 73.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3 .2-31.6 12.4C109.5 77 104 101.9 104 128s5.5 51 15.3 73.6c5.3 12.1 19.5 17.7 31.6 12.4s17.7-19.5 12.4-31.6C156 165.8 152 147.4 152 128s4-37.8 11.3-54.4zM456.7 54.4c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7 19.5-12.4 31.6C420 90.2 424 108.6 424 128s-4 37.8-11.3 54.4c-5.3 12.1 .2 26.3 12.4 31.6s26.3-.2 31.6-12.4C466.5 179 472 154.1 472 128s-5.5-51-15.3-73.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tower-observation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fire tower", + "view" + ] + }, + "unicode": "e586", + "label": "Tower Observation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M241.7 3.4c9-4.5 19.6-4.5 28.6 0l160 80c15.8 7.9 22.2 27.1 14.3 42.9C439 137.5 427.7 144 416 144v80c0 17.7-14.3 32-32 32h-4.9l32 192H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H384.5c-.4 0-.8 0-1.1 0H128.6c-.4 0-.8 0-1.1 0H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l32-192H128c-17.7 0-32-14.3-32-32V144c-11.7 0-23-6.5-28.6-17.7c-7.9-15.8-1.5-35 14.3-42.9l160-80zM314.5 448L256 399.2 197.5 448h117zM197.8 256l-4.7 28.3L256 336.8l62.9-52.5L314.2 256H197.8zm-13.9 83.2l-11.2 67L218.5 368l-34.6-28.8zM293.5 368l45.8 38.1-11.2-67L293.5 368zM176 128c-8.8 0-16 7.2-16 16s7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H176z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tractor": { + "aliases": { + "unicodes": { + "composite": [ + "1f69c" + ], + "secondary": [ + "10f722" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agriculture", + "farm", + "tractor", + "vehicle" + ] + }, + "unicode": "f722", + "label": "Tractor", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 64c0-35.3 28.7-64 64-64H266.3c26.2 0 49.7 15.9 59.4 40.2L373.7 160H480V126.2c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9V160h56c22.1 0 40 17.9 40 40v45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3 0-74.1 18.9-96 48H352c0 17.7-14.3 32-32 32h-8.2c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8V480c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32v-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0L40.2 449.1c-12.5-12.5-12.5-32.8 0-45.3l5.8-5.8c-2.2-4.6-4.1-9.3-5.8-14.1H32c-17.7 0-32-14.3-32-32V320c0-17.7 14.3-32 32-32h8.2c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6V192 160 64zm170.3 0H160v96h32H304.7L266.3 64zM176 256a80 80 0 1 0 0 160 80 80 0 1 0 0-160zM528 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0 64c-48.6 0-88-39.4-88-88c0-29.8 14.8-56.1 37.4-72c14.3-10.1 31.8-16 50.6-16c2.7 0 5.3 .1 7.9 .3c44.9 4 80.1 41.7 80.1 87.7c0 48.6-39.4 88-88 88z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "trade-federation": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f513", + "label": "Trade Federation", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "trademark": { + "aliases": { + "unicodes": { + "composite": [ + "2122" + ], + "secondary": [ + "10f25c" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "copyright", + "mark", + "register", + "symbol", + "tm", + "trade mark", + "trademark" + ] + }, + "unicode": "f25c", + "label": "Trademark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M345.6 108.8c-8.3-11-22.7-15.5-35.7-11.2S288 114.2 288 128V384c0 17.7 14.3 32 32 32s32-14.3 32-32V224l86.4 115.2c6 8.1 15.5 12.8 25.6 12.8s19.6-4.7 25.6-12.8L576 224V384c0 17.7 14.3 32 32 32s32-14.3 32-32V128c0-13.8-8.8-26-21.9-30.4s-27.5 .1-35.7 11.2L464 266.7 345.6 108.8zM0 128c0 17.7 14.3 32 32 32H96V384c0 17.7 14.3 32 32 32s32-14.3 32-32V160h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32C14.3 96 0 110.3 0 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "traffic-light": { + "aliases": { + "unicodes": { + "composite": [ + "1f6a6" + ], + "secondary": [ + "10f637" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "direction", + "light", + "road", + "signal", + "traffic", + "travel", + "vertical traffic light" + ] + }, + "unicode": "f637", + "label": "Traffic Light", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V352c0 88.4 71.6 160 160 160s160-71.6 160-160V64c0-35.3-28.7-64-64-64H64zm96 416a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm48-176a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-80a48 48 0 1 1 0-96 48 48 0 1 1 0 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "trailer": { + "aliases": { + "unicodes": { + "secondary": [ + "10e041" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "haul", + "moving", + "travel" + ] + }, + "unicode": "e041", + "label": "Trailer", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 32C21.5 32 0 53.5 0 80V336c0 26.5 21.5 48 48 48H65.1c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96H488h8H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H544V80c0-26.5-21.5-48-48-48H48zM80 96c8.8 0 16 7.2 16 16l0 131.2c-11.4 5.9-22.2 12.9-32 21V112c0-8.8 7.2-16 16-16zm96 128c-5.4 0-10.7 .2-16 .7L160 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112.7c-5.3-.5-10.6-.7-16-.7zm80 19.2L256 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 152.2c-9.8-8.1-20.6-15.2-32-21zM368 96c8.8 0 16 7.2 16 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16zm112 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16s16 7.2 16 16zM176 480a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "train": { + "aliases": { + "unicodes": { + "composite": [ + "1f686" + ], + "secondary": [ + "10f238" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bullet", + "commute", + "locomotive", + "railway", + "subway", + "train" + ] + }, + "unicode": "f238", + "label": "Train", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 0C43 0 0 43 0 96V352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512H82.7c8.5 0 16.6-3.4 22.6-9.4L160 448H288l54.6 54.6c6 6 14.1 9.4 22.6 9.4H405c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9V96c0-53-43-96-96-96H96zM64 96c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96zM224 288a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "train-subway": { + "aliases": { + "names": [ + "subway" + ], + "unicodes": { + "secondary": [ + "10f239" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "machine", + "railway", + "train", + "transportation", + "vehicle" + ] + }, + "unicode": "f239", + "label": "Train Subway", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 0C43 0 0 43 0 96V352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512H82.7c8.5 0 16.6-3.4 22.6-9.4L160 448H288l54.6 54.6c6 6 14.1 9.4 22.6 9.4H405c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9V96c0-53-43-96-96-96H96zM64 128c0-17.7 14.3-32 32-32h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM272 96h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H272c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32zM64 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm288-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "train-tram": { + "aliases": { + "unicodes": { + "composite": [ + "1f68a" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crossing", + "machine", + "mountains", + "seasonal", + "tram", + "transportation", + "trolleybus" + ] + }, + "unicode": "e5b4", + "label": "Train Tram", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M86.8 48c-12.2 0-23.6 5.5-31.2 15L42.7 79C34.5 89.3 19.4 91 9 82.7S-3 59.4 5.3 49L18 33C34.7 12.2 60 0 86.8 0H361.2c26.7 0 52 12.2 68.7 33l12.8 16c8.3 10.4 6.6 25.5-3.8 33.7s-25.5 6.6-33.7-3.7L392.5 63c-7.6-9.5-19.1-15-31.2-15H248V96h40c53 0 96 43 96 96V352c0 30.6-14.3 57.8-36.6 75.4l65.5 65.5c7.1 7.1 2.1 19.1-7.9 19.1H365.3c-8.5 0-16.6-3.4-22.6-9.4L288 448H160l-54.6 54.6c-6 6-14.1 9.4-22.6 9.4H43c-10 0-15-12.1-7.9-19.1l65.5-65.5C78.3 409.8 64 382.6 64 352V192c0-53 43-96 96-96h40V48H86.8zM160 160c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32H160zm32 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "transgender": { + "aliases": { + "names": [ + "transgender-alt" + ], + "unicodes": { + "composite": [ + "26a7" + ], + "secondary": [ + "10f225" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "female", + "gender", + "intersex", + "male", + "transgender", + "transgender symbol" + ] + }, + "unicode": "f225", + "label": "Transgender", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M112 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-31 31L112 78.1l7-7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-7 7 15.2 15.2C187.7 107.6 220.5 96 256 96s68.3 11.6 94.9 31.2l68.8-68.8-31-31c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9h96c8.8 0 16 7.2 16 16v96c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-31-31-68.8 68.8C404.4 187.7 416 220.5 416 256c0 80.2-59 146.6-136 158.2V432h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v8c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h16V414.2C155 402.6 96 336.2 96 256c0-35.5 11.6-68.3 31.2-94.9L112 145.9l-7 7c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l7-7L58.3 92.3l-31 31c-4.6 4.6-11.5 5.9-17.4 3.5S0 118.5 0 112V16C0 7.2 7.2 0 16 0h96zM352 256a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "trash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1f8" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "delete", + "garbage", + "hide", + "remove" + ] + }, + "unicode": "f1f8", + "label": "Trash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M135.2 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7zM416 128H32L53.2 467c1.6 25.3 22.6 45 47.9 45H346.9c25.3 0 46.3-19.7 47.9-45L416 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "trash-arrow-up": { + "aliases": { + "names": [ + "trash-restore" + ], + "unicodes": { + "secondary": [ + "10f829" + ] + } + }, + "changes": [ + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "control z", + "delete", + "garbage", + "hide", + "oops", + "remove", + "undo" + ] + }, + "unicode": "f829", + "label": "Trash Arrow Up", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128H416L394.8 467c-1.6 25.3-22.6 45-47.9 45H101.1c-25.3 0-46.3-19.7-47.9-45L32 128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V408c0 13.3 10.7 24 24 24s24-10.7 24-24V273.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "trash-can": { + "aliases": { + "names": [ + "trash-alt" + ], + "unicodes": { + "composite": [ + "f014" + ], + "secondary": [ + "10f2ed" + ] + } + }, + "changes": [ + "5.0.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "delete", + "garbage", + "hide", + "remove", + "trash-o" + ] + }, + "unicode": "f2ed", + "label": "Trash Can", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M135.2 17.7C140.6 6.8 151.7 0 163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3zM32 128H416V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zm96 64c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16z" + }, + "regular": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M170.5 51.6L151.5 80h145l-19-28.4c-1.5-2.2-4-3.6-6.7-3.6H177.1c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80H368h48 8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V432c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V128H24c-13.3 0-24-10.7-24-24S10.7 80 24 80h8H80 93.8l36.7-55.1C140.9 9.4 158.4 0 177.1 0h93.7c18.7 0 36.2 9.4 46.6 24.9zM80 128V432c0 17.7 14.3 32 32 32H336c17.7 0 32-14.3 32-32V128H80zm80 64V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "trash-can-arrow-up": { + "aliases": { + "names": [ + "trash-restore-alt" + ], + "unicodes": { + "secondary": [ + "10f82a" + ] + } + }, + "changes": [ + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "control z", + "delete", + "garbage", + "hide", + "oops", + "remove", + "undo" + ] + }, + "unicode": "f82a", + "label": "Trash Can Arrow Up", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128H416V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V408c0 13.3 10.7 24 24 24s24-10.7 24-24V273.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tree": { + "aliases": { + "unicodes": { + "composite": [ + "1f332" + ], + "secondary": [ + "10f1bb" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bark", + "evergreen tree", + "fall", + "flora", + "forest", + "nature", + "plant", + "seasonal", + "tree" + ] + }, + "unicode": "f1bb", + "label": "Tree", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208H104L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320H80L5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5H192v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448H424.5c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320h33.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208h24.9c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tree-city": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "urban" + ] + }, + "unicode": "e587", + "label": "Tree City", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 48c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48V192h40V120c0-13.3 10.7-24 24-24s24 10.7 24 24v72h24c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H432 336c-26.5 0-48-21.5-48-48V48zm64 32v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H368zM352 272v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H528zM512 368v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H528c-8.8 0-16 7.2-16 16zM224 160c0 6-1 11-2 16c20 14 34 38 34 64c0 45-36 80-80 80H160V480c0 18-15 32-32 32c-18 0-32-14-32-32V320H80c-45 0-80-35-80-80c0-26 13-50 33-64c-1-5-1-10-1-16c0-53 42-96 96-96c53 0 96 43 96 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "trello": { + "changes": [ + "3.2.0", + "5.0.0", + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atlassian" + ] + }, + "unicode": "f181", + "label": "Trello", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "triangle-exclamation": { + "aliases": { + "names": [ + "exclamation-triangle", + "warning" + ], + "unicodes": { + "composite": [ + "26a0" + ], + "secondary": [ + "10f071" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.6.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alert", + "danger", + "error", + "important", + "notice", + "notification", + "notify", + "problem", + "warnin", + "warning" + ] + }, + "unicode": "f071", + "label": "Triangle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "trophy": { + "aliases": { + "unicodes": { + "composite": [ + "1f3c6" + ], + "secondary": [ + "10f091" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "award", + "cup", + "game", + "prize", + "trophy", + "winner" + ] + }, + "unicode": "f091", + "label": "Trophy", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "trowel": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "build", + "construction", + "tool" + ] + }, + "unicode": "e589", + "label": "Trowel", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M343.9 213.4L245.3 312l65.4 65.4c7.9 7.9 11.1 19.4 8.4 30.3s-10.8 19.6-21.5 22.9l-256 80c-11.4 3.5-23.8 .5-32.2-7.9S-2.1 481.8 1.5 470.5l80-256c3.3-10.7 12-18.9 22.9-21.5s22.4 .5 30.3 8.4L200 266.7l98.6-98.6c-14.3-14.6-14.2-38 .3-52.5l95.4-95.4c26.9-26.9 70.5-26.9 97.5 0s26.9 70.5 0 97.5l-95.4 95.4c-14.5 14.5-37.9 14.6-52.5 .3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "trowel-bricks": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "build", + "construction", + "reconstruction", + "tool" + ] + }, + "unicode": "e58a", + "label": "Trowel Bricks", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M240.8 4.8C250.3 10.6 256 20.9 256 32v72h89c3.6-13.8 16.1-24 31-24h88c26.5 0 48 21.5 48 48s-21.5 48-48 48H376c-14.9 0-27.4-10.2-31-24H256v72c0 11.1-5.7 21.4-15.2 27.2s-21.2 6.4-31.1 1.4l-192-96C6.8 151.2 0 140.1 0 128s6.8-23.2 17.7-28.6l192-96c9.9-5 21.7-4.4 31.1 1.4zM288 256c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32V256zM32 384h96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32zm192 0H480c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck": { + "aliases": { + "unicodes": { + "composite": [ + "1f69a", + "26df" + ], + "secondary": [ + "10f0d1" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Truck", + "cargo", + "delivery", + "delivery truck", + "shipping", + "truck", + "vehicle" + ] + }, + "unicode": "f0d1", + "label": "Truck", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V368c0 26.5 21.5 48 48 48H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H48zM416 160h50.7L544 237.3V256H416V160zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "access", + "fast", + "shipping", + "transport" + ] + }, + "unicode": "e58b", + "label": "Truck Arrow Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM257 95c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39H96c-13.3 0-24 10.7-24 24s10.7 24 24 24H262.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9L257 95z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-droplet": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "thirst", + "truck", + "water", + "water supply" + ] + }, + "unicode": "e58c", + "label": "Truck Droplet", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM208 272c39.8 0 72-29.6 72-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2 0C175.4 123 136 179 136 206c0 36.5 32.2 66 72 66z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-fast": { + "aliases": { + "names": [ + "shipping-fast" + ], + "unicodes": { + "secondary": [ + "10f48b" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "express", + "fedex", + "mail", + "overnight", + "package", + "ups" + ] + }, + "unicode": "f48b", + "label": "Truck Fast", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M112 0C85.5 0 64 21.5 64 48V96H16c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 272c8.8 0 16 7.2 16 16s-7.2 16-16 16H64 48c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 240c8.8 0 16 7.2 16 16s-7.2 16-16 16H64 16c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 208c8.8 0 16 7.2 16 16s-7.2 16-16 16H64V416c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H112zM544 237.3V256H416V160h50.7L544 237.3zM160 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm272 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-field": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "supplies", + "truck" + ] + }, + "unicode": "e58d", + "label": "Truck Field", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 96c0-35.3 28.7-64 64-64H320c23.7 0 44.4 12.9 55.4 32h51.8c25.3 0 48.2 14.9 58.5 38l52.8 118.8c.5 1.1 .9 2.1 1.3 3.2H544c35.3 0 64 28.7 64 64v32c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V288c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32V96zM384 224h85.9l-42.7-96H384v96zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-field-un": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "supplies", + "truck", + "united nations" + ] + }, + "unicode": "e58e", + "label": "Truck Field Un", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 32C60.7 32 32 60.7 32 96v32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32v32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288c0-35.3-28.7-64-64-64h-4.2c-.4-1.1-.9-2.1-1.3-3.2L485.7 102c-10.3-23.1-33.2-38-58.5-38H375.4C364.4 44.9 343.7 32 320 32H96zm288 96h43.2l42.7 96H384V128zM112 384a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM253.3 135.1l34.7 52V144c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V144c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM128 144v64c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V144c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-front": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "shuttle", + "truck", + "van" + ] + }, + "unicode": "e2b7", + "label": "Truck Front", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 80C0 35.8 35.8 0 80 0H432c44.2 0 80 35.8 80 80V368c0 26.2-12.6 49.4-32 64v48c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V432C12.6 417.4 0 394.2 0 368V80zm129.9 72.2L112 224H400l-17.9-71.8C378.5 138 365.7 128 351 128H161c-14.7 0-27.5 10-31 24.2zM128 320a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-medical": { + "aliases": { + "names": [ + "ambulance" + ], + "unicodes": { + "composite": [ + "1f691" + ], + "secondary": [ + "10f0f9" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ambulance", + "clinic", + "covid-19", + "emergency", + "emt", + "er", + "help", + "hospital", + "mobile", + "support", + "vehicle" + ] + }, + "unicode": "f0f9", + "label": "Truck Medical", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM176 80v48l-48 0c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V192h48c8.8 0 16-7.2 16-16V144c0-8.8-7.2-16-16-16H240V80c0-8.8-7.2-16-16-16H192c-8.8 0-16 7.2-16 16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-monster": { + "aliases": { + "unicodes": { + "secondary": [ + "10f63b" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "offroad", + "vehicle", + "wheel" + ] + }, + "unicode": "f63b", + "label": "Truck Monster", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 64v64H416L368 64H288zM419.2 25.6L496 128h80c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64H288c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H224V48c0-26.5 21.5-48 48-48h96c20.1 0 39.1 9.5 51.2 25.6zM152 256h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.7 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.3 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.3 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.8 3.7-14.1 6.8-21.7 9C190.1 503.1 180.1 512 168 512H152c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2L63.8 468.9c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9 414.1 32 404.1 32 392V376c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.3-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9c1.7-11.6 11.7-20.6 23.8-20.6zm8 176a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM448.2 276.6c1.7-11.6 11.7-20.6 23.8-20.6h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.8 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.2 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.2 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.9 3.7-14.1 6.8-21.8 9C510.1 503.1 500.1 512 488 512H472c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8C360.9 414.1 352 404.1 352 392V376c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.2-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9zM528 384a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-moving": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4df" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cargo", + "inventory", + "rental", + "vehicle" + ] + }, + "unicode": "f4df", + "label": "Truck Moving", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V304v80 16c0 44.2 35.8 80 80 80c26.2 0 49.4-12.6 64-32c14.6 19.4 37.8 32 64 32c44.2 0 80-35.8 80-80c0-5.5-.6-10.8-1.6-16H416h33.6c-1 5.2-1.6 10.5-1.6 16c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H608c17.7 0 32-14.3 32-32V288 272 261.7c0-9.2-3.2-18.2-9-25.3l-58.8-71.8c-10.6-13-26.5-20.5-43.3-20.5H480V96c0-35.3-28.7-64-64-64H64zM585 256H480V192h48.8c2.4 0 4.7 1.1 6.2 2.9L585 256zM528 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM176 400a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM80 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-pickup": { + "aliases": { + "unicodes": { + "composite": [ + "1f6fb" + ], + "secondary": [ + "10f63c" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cargo", + "pick-up", + "pickup", + "pickup truck", + "truck", + "vehicle" + ] + }, + "unicode": "f63c", + "label": "Truck Pickup", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M368.6 96l76.8 96H288V96h80.6zM224 80V192H64c-17.7 0-32 14.3-32 32v64c-17.7 0-32 14.3-32 32s14.3 32 32 32H65.1c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h66.3c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16H608c17.7 0 32-14.3 32-32s-14.3-32-32-32V224c0-17.7-14.3-32-32-32H527.4L418.6 56c-12.1-15.2-30.5-24-50-24H272c-26.5 0-48 21.5-48 48zm0 288a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm288 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-plane": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "plane", + "transportation", + "truck", + "vehicle" + ] + }, + "unicode": "e58f", + "label": "Truck Plane", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M200 0c-30.6 0-56 54.7-56 86.1V192.5L7.8 274.3C2.9 277.2 0 282.4 0 288v64c0 5.1 2.4 9.8 6.4 12.8s9.3 3.9 14.1 2.5l123.4-37v81.2l-50 40c-3.8 3-6 7.6-6 12.5v32c0 5.1 2.5 10 6.6 13s9.5 3.8 14.4 2.2L200 480.9 290.4 511c-1.6-4.7-2.4-9.8-2.4-15V463.4c-18.2-10.5-30.7-29.7-31.9-51.8l-.1-.1V408 325.5 184l0-1.1 0 0V86.1C256 54.7 231.5 0 200 0zm88 176V400c0 20.9 13.4 38.7 32 45.3V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V448H544v40c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V445.3c18.6-6.6 32-24.4 32-45.3V176c0-26.5-21.5-48-48-48H336c-26.5 0-48 21.5-48 48zm79.8 78.7c3.3-8.7 11.2-14.7 20.5-14.7H539.7c9.2 0 17.2 6 20.5 14.7L576 304H352l15.8-49.3zM568 352a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM336 376a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "truck-ramp-box": { + "aliases": { + "names": [ + "truck-loading" + ], + "unicodes": { + "secondary": [ + "10f4de" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "box", + "cargo", + "delivery", + "inventory", + "moving", + "rental", + "vehicle" + ] + }, + "unicode": "f4de", + "label": "Truck Ramp Box", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 0V400c0 61.9-50.1 112-112 112c-61 0-110.5-48.7-112-109.3L48.4 502.9c-17.1 4.6-34.6-5.4-39.3-22.5s5.4-34.6 22.5-39.3L352 353.8V64c0-35.3 28.7-64 64-64H640zM576 400a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM23.1 207.7c-4.6-17.1 5.6-34.6 22.6-39.2l46.4-12.4 20.7 77.3c2.3 8.5 11.1 13.6 19.6 11.3l30.9-8.3c8.5-2.3 13.6-11.1 11.3-19.6l-20.7-77.3 46.4-12.4c17.1-4.6 34.6 5.6 39.2 22.6l41.4 154.5c4.6 17.1-5.6 34.6-22.6 39.2L103.7 384.9c-17.1 4.6-34.6-5.6-39.2-22.6L23.1 207.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tty": { + "aliases": { + "names": [ + "teletype" + ], + "unicodes": { + "secondary": [ + "10f1e4" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "communication", + "deaf", + "telephone", + "teletypewriter", + "text" + ] + }, + "unicode": "f1e4", + "label": "Tty", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M38.3 241.3L15.1 200.6c-9.2-16.2-8.4-36.5 4.5-50C61.4 106.8 144.7 48 256 48s194.6 58.8 236.4 102.6c12.9 13.5 13.7 33.8 4.5 50l-23.1 40.7c-7.5 13.2-23.3 19.3-37.8 14.6l-81.1-26.6c-13.1-4.3-22-16.6-22-30.4V144c-49.6-18.1-104-18.1-153.6 0v54.8c0 13.8-8.9 26.1-22 30.4L76.1 255.8c-14.5 4.7-30.3-1.4-37.8-14.6zM32 336c0-8.8 7.2-16 16-16H80c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V336zm0 96c0-8.8 7.2-16 16-16H80c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V432zM144 320h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V336zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H336c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V336zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V432c0-8.8 7.2-16 16-16zM128 432c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V432z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tumblr": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f173", + "label": "Tumblr", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "turkish-lira-sign": { + "aliases": { + "names": [ + "try", + "turkish-lira" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Turkish Lira Sign", + "currency" + ] + }, + "unicode": "e2bb", + "label": "Turkish Lira Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M96 32c17.7 0 32 14.3 32 32V99.3L247.2 65.2c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 165.9v29.4l119.2-34.1c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 261.9V416h63.8c68.2 0 124.4-53.5 127.8-121.6l.4-8c.9-17.7 15.9-31.2 33.6-30.4s31.2 15.9 30.4 33.6l-.4 8C378.5 399.8 294.1 480 191.8 480H96c-17.7 0-32-14.3-32-32V280.1l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 213.6V184.1l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 117.6V64c0-17.7 14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "turn-down": { + "aliases": { + "names": [ + "level-down-alt" + ], + "unicodes": { + "composite": [ + "2935" + ], + "secondary": [ + "10f3be" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "down", + "level-down", + "right arrow curving down" + ] + }, + "unicode": "f3be", + "label": "Turn Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M350 334.5c3.8 8.8 2 19-4.6 26l-136 144c-4.5 4.8-10.8 7.5-17.4 7.5s-12.9-2.7-17.4-7.5l-136-144c-6.6-7-8.4-17.2-4.6-26s12.5-14.5 22-14.5h88l0-192c0-17.7-14.3-32-32-32H32C14.3 96 0 81.7 0 64V32C0 14.3 14.3 0 32 0l80 0c70.7 0 128 57.3 128 128l0 192h88c9.6 0 18.2 5.7 22 14.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "turn-up": { + "aliases": { + "names": [ + "level-up-alt" + ], + "unicodes": { + "composite": [ + "2934" + ], + "secondary": [ + "10f3bf" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "level-up", + "right arrow curving up" + ] + }, + "unicode": "f3bf", + "label": "Turn Up", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M350 177.5c3.8-8.8 2-19-4.6-26l-136-144C204.9 2.7 198.6 0 192 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26s12.5 14.5 22 14.5h88l0 192c0 17.7-14.3 32-32 32H32c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32l80 0c70.7 0 128-57.3 128-128l0-192h88c9.6 0 18.2-5.7 22-14.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "tv": { + "aliases": { + "names": [ + "television", + "tv-alt" + ], + "unicodes": { + "composite": [ + "f8e5" + ], + "primary": [ + "f8e5" + ], + "secondary": [ + "10f26c", + "10f8e5" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "display", + "monitor", + "television" + ] + }, + "unicode": "f26c", + "label": "Tv", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 64V352H576V64H64zM0 64C0 28.7 28.7 0 64 0H576c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM128 448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "twitch": { + "changes": [ + "4.2.0", + "5.0.0", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1e8", + "label": "Twitch", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "twitter": { + "changes": [ + "2.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "social network", + "tweet" + ] + }, + "unicode": "f099", + "label": "Twitter", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "typo3": { + "changes": [ + "5.0.1", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f42b", + "label": "Typo3", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9zM301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "u": { + "aliases": { + "unicodes": { + "composite": [ + "75" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter U", + "Latin Small Letter U", + "letter" + ] + }, + "unicode": "55", + "label": "U", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 32c17.7 0 32 14.3 32 32V288c0 70.7 57.3 128 128 128s128-57.3 128-128V64c0-17.7 14.3-32 32-32s32 14.3 32 32V288c0 106-86 192-192 192S0 394 0 288V64C0 46.3 14.3 32 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "uber": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f402", + "label": "Uber", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32zM237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2 69.7 0 128.1 52.8 135.1 122.2 7.5 74.5-46.9 141.1-121.5 148.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ubuntu": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "linux", + "operating system", + "os" + ] + }, + "unicode": "f7df", + "label": "Ubuntu", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm52.7 93c8.8-15.2 28.3-20.5 43.5-11.7 15.3 8.8 20.5 28.3 11.7 43.6-8.8 15.2-28.3 20.5-43.5 11.7-15.3-8.9-20.5-28.4-11.7-43.6zM87.4 287.9c-17.6 0-31.9-14.3-31.9-31.9 0-17.6 14.3-31.9 31.9-31.9 17.6 0 31.9 14.3 31.9 31.9 0 17.6-14.3 31.9-31.9 31.9zm28.1 3.1c22.3-17.9 22.4-51.9 0-69.9 8.6-32.8 29.1-60.7 56.5-79.1l23.7 39.6c-51.5 36.3-51.5 112.5 0 148.8L172 370c-27.4-18.3-47.8-46.3-56.5-79zm228.7 131.7c-15.3 8.8-34.7 3.6-43.5-11.7-8.8-15.3-3.6-34.8 11.7-43.6 15.2-8.8 34.7-3.6 43.5 11.7 8.8 15.3 3.6 34.8-11.7 43.6zm.3-69.5c-26.7-10.3-56.1 6.6-60.5 35-5.2 1.4-48.9 14.3-96.7-9.4l22.5-40.3c57 26.5 123.4-11.7 128.9-74.4l46.1.7c-2.3 34.5-17.3 65.5-40.3 88.4zm-5.9-105.3c-5.4-62-71.3-101.2-128.9-74.4l-22.5-40.3c47.9-23.7 91.5-10.8 96.7-9.4 4.4 28.3 33.8 45.3 60.5 35 23.1 22.9 38 53.9 40.2 88.5l-46 .6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "uikit": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f403", + "label": "UIkit", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "umbraco": { + "changes": [ + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f8e8", + "label": "Umbraco", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 510, + 512 + ], + "width": 510, + "height": 512, + "path": "M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8zm145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a224.81 224.81 0 0 1 0-30.71 418.37 418.37 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a380.62 380.62 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.64 242.64 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a415.71 415.71 0 0 1 3.61 43.88 228.06 228.06 0 0 1-.04 30.73z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "umbrella": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0e9" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "protection", + "rain", + "storm", + "wet" + ] + }, + "unicode": "f0e9", + "label": "Umbrella", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 0c17.7 0 32 14.3 32 32V49.7C451.8 63.4 557.7 161 573.9 285.9c2 15.6-17.3 24.4-27.8 12.7C532.1 283 504.8 272 480 272c-38.7 0-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C359 299.5 326.7 272 288 272s-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C167 299.5 134.7 272 96 272c-24.8 0-52.1 11-66.1 26.7C19.4 310.4 .1 301.5 2.1 285.9C18.3 161 124.2 63.4 256 49.7V32c0-17.7 14.3-32 32-32zm0 304c12.3 0 23.5 4.6 32 12.2V430.6c0 45-36.5 81.4-81.4 81.4c-30.8 0-59-17.4-72.8-45l-2.3-4.7c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l2.3 4.7c3 5.9 9 9.6 15.6 9.6c9.6 0 17.4-7.8 17.4-17.4V316.2c8.5-7.6 19.7-12.2 32-12.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "umbrella-beach": { + "aliases": { + "unicodes": { + "composite": [ + "1f3d6" + ], + "secondary": [ + "10f5ca" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beach", + "beach with umbrella", + "protection", + "recreation", + "sand", + "shade", + "summer", + "sun", + "umbrella" + ] + }, + "unicode": "f5ca", + "label": "Umbrella Beach", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M346.3 271.8l-60.1-21.9L214 448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H282.1l64.1-176.2zm121.1-.2l-3.3 9.1 67.7 24.6c18.1 6.6 38-4.2 39.6-23.4c6.5-78.5-23.9-155.5-80.8-208.5c2 8 3.2 16.3 3.4 24.8l.2 6c1.8 57-7.3 113.8-26.8 167.4zM462 99.1c-1.1-34.4-22.5-64.8-54.4-77.4c-.9-.4-1.9-.7-2.8-1.1c-33-11.7-69.8-2.4-93.1 23.8l-4 4.5C272.4 88.3 245 134.2 226.8 184l-3.3 9.1L434 269.7l3.3-9.1c18.1-49.8 26.6-102.5 24.9-155.5l-.2-6zM107.2 112.9c-11.1 15.7-2.8 36.8 15.3 43.4l71 25.8 3.3-9.1c19.5-53.6 49.1-103 87.1-145.5l4-4.5c6.2-6.9 13.1-13 20.5-18.2c-79.6 2.5-154.7 42.2-201.2 108z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "uncharted": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e084", + "label": "Uncharted Software", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M171.73,232.813A5.381,5.381,0,0,0,176.7,229.5,48.081,48.081,0,0,1,191.6,204.244c1.243-.828,1.657-2.484,1.657-4.141a4.22,4.22,0,0,0-2.071-3.312L74.429,128.473,148.958,85a9.941,9.941,0,0,0,4.968-8.281,9.108,9.108,0,0,0-4.968-8.281L126.6,55.6a9.748,9.748,0,0,0-9.523,0l-100.2,57.966a9.943,9.943,0,0,0-4.969,8.281V236.954a9.109,9.109,0,0,0,4.969,8.281L39.235,258.07a8.829,8.829,0,0,0,4.968,1.242,9.4,9.4,0,0,0,6.625-2.484,10.8,10.8,0,0,0,2.9-7.039V164.5L169.66,232.4A4.5,4.5,0,0,0,171.73,232.813ZM323.272,377.73a12.478,12.478,0,0,0-4.969,1.242l-74.528,43.062V287.882c0-2.9-2.9-5.8-6.211-4.555a53.036,53.036,0,0,1-28.984.414,4.86,4.86,0,0,0-6.21,4.555V421.619l-74.529-43.061a8.83,8.83,0,0,0-4.969-1.242,9.631,9.631,0,0,0-9.523,9.523v26.085a9.107,9.107,0,0,0,4.969,8.281l100.2,57.553A8.829,8.829,0,0,0,223.486,480a11.027,11.027,0,0,0,4.969-1.242l100.2-57.553a9.941,9.941,0,0,0,4.968-8.281V386.839C332.8,382.285,328.24,377.73,323.272,377.73ZM286.007,78a23,23,0,1,0-23-23A23,23,0,0,0,286.007,78Zm63.627-10.086a23,23,0,1,0,23,23A23,23,0,0,0,349.634,67.914ZM412.816,151.6a23,23,0,1,0-23-23A23,23,0,0,0,412.816,151.6Zm-63.182-9.2a23,23,0,1,0,23,23A23,23,0,0,0,349.634,142.4Zm-63.627,83.244a23,23,0,1,0-23-23A23,23,0,0,0,286.007,225.648Zm-62.074,36.358a23,23,0,1,0-23-23A23,23,0,0,0,223.933,262.006Zm188.883-82.358a23,23,0,1,0,23,23A23,23,0,0,0,412.816,179.648Zm0,72.272a23,23,0,1,0,23,23A23,23,0,0,0,412.816,251.92Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "underline": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0cd" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "emphasis", + "format", + "text", + "writing" + ] + }, + "unicode": "f0cd", + "label": "Underline", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M16 64c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H128V224c0 53 43 96 96 96s96-43 96-96V96H304c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H384V224c0 88.4-71.6 160-160 160s-160-71.6-160-160V96H48C30.3 96 16 81.7 16 64zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "uniregistry": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f404", + "label": "Uniregistry", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480zm-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4zm20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8zm-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3zm-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3zm12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7zm203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2zm188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8zm53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "unity": { + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e049", + "label": "Unity 3D", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M243.583 91.6027L323.695 138.384C326.575 140.026 326.68 144.583 323.695 146.225L228.503 201.854C225.623 203.55 222.22 203.444 219.549 201.854L124.357 146.225C121.425 144.636 121.373 139.973 124.357 138.384L204.417 91.6027V0L0 119.417V358.252L78.3843 312.477V218.914C78.3319 215.576 82.2066 213.192 85.0865 214.993L180.279 270.622C183.159 272.318 184.782 275.338 184.782 278.464V389.669C184.834 393.007 180.959 395.391 178.079 393.589L97.9673 346.808L19.583 392.583L224 512L428.417 392.583L350.033 346.808L269.921 393.589C267.093 395.338 263.114 393.06 263.218 389.669V278.464C263.218 275.126 265.051 272.159 267.721 270.622L362.914 214.993C365.741 213.245 369.72 215.47 369.616 218.914V312.477L448 358.252V119.417L243.583 0V91.6027Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "universal-access": { + "aliases": { + "unicodes": { + "secondary": [ + "10f29a" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f29a", + "label": "Universal Access", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3v50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6V235.5c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "unlock": { + "aliases": { + "unicodes": { + "composite": [ + "1f513" + ], + "secondary": [ + "10f09c" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "lock", + "open", + "password", + "private", + "protect", + "unlock", + "unlocked" + ] + }, + "unicode": "f09c", + "label": "Unlock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M144 144c0-44.2 35.8-80 80-80c31.9 0 59.4 18.6 72.3 45.7c7.6 16 26.7 22.8 42.6 15.2s22.8-26.7 15.2-42.6C331 33.7 281.5 0 224 0C144.5 0 80 64.5 80 144v48H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H144V144z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "unlock-keyhole": { + "aliases": { + "names": [ + "unlock-alt" + ], + "unicodes": { + "secondary": [ + "10f13e" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "lock", + "password", + "private", + "protect" + ] + }, + "unicode": "f13e", + "label": "Unlock Keyhole", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 64c-44.2 0-80 35.8-80 80v48H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80V144C80 64.5 144.5 0 224 0c57.5 0 107 33.7 130.1 82.3c7.6 16 .8 35.1-15.2 42.6s-35.1 .8-42.6-15.2C283.4 82.6 255.9 64 224 64zm32 320c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "unsplash": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e07c", + "label": "Unsplash", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "untappd": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f405", + "label": "Untappd", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1zM230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4zM620 406.7L471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "up-down": { + "aliases": { + "names": [ + "arrows-alt-v" + ], + "unicodes": { + "composite": [ + "2195", + "2b0d" + ], + "secondary": [ + "10f338" + ] + } + }, + "changes": [ + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Up Down Black Arrow", + "arrow", + "arrows-v", + "expand", + "portrait", + "resize", + "tall", + "up-down arrow", + "vertical" + ] + }, + "unicode": "f338", + "label": "Up Down", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160H80V352H24c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9s-12.5-14.4-22-14.4H176V160h56c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9l-104-112z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "up-down-left-right": { + "aliases": { + "names": [ + "arrows-alt" + ], + "unicodes": { + "secondary": [ + "10f0b2" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "arrows", + "bigger", + "enlarge", + "expand", + "fullscreen", + "move", + "position", + "reorder", + "resize" + ] + }, + "unicode": "f0b2", + "label": "Up Down Left Right", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32v96H128V192c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V288h96v96H192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H288V288h96v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32H288V128h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "up-long": { + "aliases": { + "names": [ + "long-arrow-alt-up" + ], + "unicodes": { + "secondary": [ + "10f30c" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "long-arrow-up", + "upload" + ] + }, + "unicode": "f30c", + "label": "Up Long", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M318 177.5c3.8-8.8 2-19-4.6-26l-136-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26S14.4 192 24 192H96l0 288c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32l0-288h72c9.6 0 18.2-5.7 22-14.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "up-right-and-down-left-from-center": { + "aliases": { + "names": [ + "expand-alt" + ], + "unicodes": { + "secondary": [ + "10f424" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrows", + "bigger", + "enlarge", + "fullscreen", + "resize" + ] + }, + "unicode": "f424", + "label": "Up Right And Down Left From Center", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M344 0H488c13.3 0 24 10.7 24 24V168c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-87 87c-9.4 9.4-24.6 9.4-33.9 0l-32-32c-9.4-9.4-9.4-24.6 0-33.9l87-87L327 41c-6.9-6.9-8.9-17.2-5.2-26.2S334.3 0 344 0zM168 512H24c-13.3 0-24-10.7-24-24V344c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39 87-87c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "up-right-from-square": { + "aliases": { + "names": [ + "external-link-alt" + ], + "unicodes": { + "secondary": [ + "10f35d" + ] + } + }, + "changes": [ + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "external-link", + "new", + "open", + "share" + ] + }, + "unicode": "f35d", + "label": "Up Right From Square", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V32c0-17.7-14.3-32-32-32H352zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "upload": { + "aliases": { + "unicodes": { + "secondary": [ + "10f093" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hard drive", + "import", + "publish" + ] + }, + "unicode": "f093", + "label": "Upload", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 109.3V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3l-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L288 109.3zM64 352H192c0 35.3 28.7 64 64 64s64-28.7 64-64H448c35.3 0 64 28.7 64 64v32c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V416c0-35.3 28.7-64 64-64zM432 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "ups": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "United Parcel Service", + "package", + "shipping" + ] + }, + "unicode": "f7e0", + "label": "UPS", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "usb": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f287", + "label": "USB", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8 2.8-1.7 6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "user": { + "aliases": { + "unicodes": { + "composite": [ + "1f464", + "f2c0" + ], + "secondary": [ + "10f007" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "adult", + "bust", + "bust in silhouette", + "gender-neutral", + "person", + "profile", + "silhouette", + "unspecified gender", + "users-people" + ] + }, + "unicode": "f007", + "label": "User", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z" + }, + "regular": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464H398.7c-8.9-63.3-63.3-112-129-112H178.3c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "user-astronaut": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4fb" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "avatar", + "clothing", + "cosmonaut", + "nasa", + "space", + "suit" + ] + }, + "unicode": "f4fb", + "label": "User Astronaut", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M370.7 96.1C346.1 39.5 289.7 0 224 0S101.9 39.5 77.3 96.1C60.9 97.5 48 111.2 48 128v64c0 16.8 12.9 30.5 29.3 31.9C101.9 280.5 158.3 320 224 320s122.1-39.5 146.7-96.1c16.4-1.4 29.3-15.1 29.3-31.9V128c0-16.8-12.9-30.5-29.3-31.9zM336 144v16c0 53-43 96-96 96H208c-53 0-96-43-96-96V144c0-26.5 21.5-48 48-48H288c26.5 0 48 21.5 48 48zM189.3 162.7l-6-21.2c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2-21.2 6c-3.3 .9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6 6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2 21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM112.7 316.5C46.7 342.6 0 407 0 482.3C0 498.7 13.3 512 29.7 512H128V448c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v64l98.3 0c16.4 0 29.7-13.3 29.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9 338.8 265.5 352 224 352s-79.9-13.2-111.3-35.5zM176 448c-8.8 0-16 7.2-16 16v48h32V464c0-8.8-7.2-16-16-16zm96 32a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-check": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4fc" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f4fc", + "label": "User Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM625 177L497 305c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L591 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-clock": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4fd" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f4fd", + "label": "User Clock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767619, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304h91.4c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-80c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H512V304c0-8.8-7.2-16-16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-doctor": { + "aliases": { + "names": [ + "user-md" + ], + "unicodes": { + "secondary": [ + "10f0f0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.3", + "5.0.7", + "5.0.11", + "6.0.0-beta1", + "6.0.0-beta2", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "health", + "job", + "medical", + "nurse", + "occupation", + "physician", + "profile", + "surgeon", + "worker" + ] + }, + "unicode": "f0f0", + "label": "User Doctor", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-96 55.2C54 332.9 0 401.3 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7c0-81-54-149.4-128-171.1V362c27.6 7.1 48 32.2 48 62v40c0 8.8-7.2 16-16 16H336c-8.8 0-16-7.2-16-16s7.2-16 16-16V424c0-17.7-14.3-32-32-32s-32 14.3-32 32v24c8.8 0 16 7.2 16 16s-7.2 16-16 16H256c-8.8 0-16-7.2-16-16V424c0-29.8 20.4-54.9 48-62V304.9c-6-.6-12.1-.9-18.3-.9H178.3c-6.2 0-12.3 .3-18.3 .9v65.4c23.1 6.9 40 28.3 40 53.7c0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7V311.2zM144 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-gear": { + "aliases": { + "names": [ + "user-cog" + ], + "unicodes": { + "secondary": [ + "10f4fe" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f4fe", + "label": "User Gear", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304h91.4c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-16.6 10.6-26.7 31.6-20 53.3c4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7v.9c0 9.2 2.7 18.5 7.9 26.3H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8v30.6c7.9 3.4 15.4 7.7 22.3 12.8l24.9-14.3c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-25 14.4c.4 4 .7 8.1 .7 12.3s-.2 8.2-.7 12.3l25 14.4c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4l-24.9-14.3c-6.9 5.1-14.3 9.4-22.3 12.8l0 30.6c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8V454.8c-8-3.4-15.6-7.7-22.5-12.9l-24.7 14.3c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3 .7-12.4L343.8 325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l24.8 14.3c6.9-5.1 14.5-9.4 22.5-12.9V218.2zm92.1 133.5a48.1 48.1 0 1 0 -96.1 0 48.1 48.1 0 1 0 96.1 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-graduate": { + "aliases": { + "unicodes": { + "secondary": [ + "10f501" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f501", + "label": "User Graduate", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M219.3 .5c3.1-.6 6.3-.6 9.4 0l200 40C439.9 42.7 448 52.6 448 64s-8.1 21.3-19.3 23.5L352 102.9V160c0 70.7-57.3 128-128 128s-128-57.3-128-128V102.9L48 93.3v65.1l15.7 78.4c.9 4.7-.3 9.6-3.3 13.3s-7.6 5.9-12.4 5.9H16c-4.8 0-9.3-2.1-12.4-5.9s-4.3-8.6-3.3-13.3L16 158.4V86.6C6.5 83.3 0 74.3 0 64C0 52.6 8.1 42.7 19.3 40.5l200-40zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-group": { + "aliases": { + "names": [ + "user-friends" + ], + "unicodes": { + "composite": [ + "1f465" + ], + "secondary": [ + "10f500" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bust", + "busts in silhouette", + "silhouette", + "users-people" + ] + }, + "unicode": "f500", + "label": "User Group", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM609.3 512H471.4c5.4-9.4 8.6-20.3 8.6-32v-8c0-60.7-27.1-115.2-69.8-151.8c2.4-.1 4.7-.2 7.1-.2h61.4C567.8 320 640 392.2 640 481.3c0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9C372.4 196.5 384 163.6 384 128c0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-injured": { + "aliases": { + "unicodes": { + "secondary": [ + "10f728" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f728", + "label": "User Injured", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767619, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M240 80H342.7c-7.9-19.5-20.4-36.5-36.2-49.9L240 80zm37.7-68.2C261.3 4.2 243.2 0 224 0c-53.7 0-99.7 33.1-118.7 80h81.4l91-68.2zM224 256c70.7 0 128-57.3 128-128c0-5.4-.3-10.8-1-16H97c-.7 5.2-1 10.6-1 16c0 70.7 57.3 128 128 128zM124 312.4c-9.7 3.1-19.1 7-28 11.7V512H243.7L181.5 408.2 124 312.4zm33-7.2L204.3 384H272c44.2 0 80 35.8 80 80c0 18-6 34.6-16 48h82.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3c-7.2 0-14.3 .4-21.3 1.3zM0 482.3C0 498.7 13.3 512 29.7 512H64V345.4C24.9 378.1 0 427.3 0 482.3zM320 464c0-26.5-21.5-48-48-48H223.5l57.1 95.2C303 507.2 320 487.6 320 464z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-large": { + "aliases": { + "names": [ + "user-alt" + ], + "unicodes": { + "secondary": [ + "10f406" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f406", + "label": "User Large", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767619, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 288A144 144 0 1 0 256 0a144 144 0 1 0 0 288zm-94.7 32C72.2 320 0 392.2 0 481.3c0 17 13.8 30.7 30.7 30.7H481.3c17 0 30.7-13.8 30.7-30.7C512 392.2 439.8 320 350.7 320H161.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-large-slash": { + "aliases": { + "names": [ + "user-alt-slash" + ], + "unicodes": { + "secondary": [ + "10f4fa" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f4fa", + "label": "User Large Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L381.9 274c48.5-23.2 82.1-72.7 82.1-130C464 64.5 399.5 0 320 0C250.4 0 192.4 49.3 178.9 114.9L38.8 5.1zM545.5 512H528L284.3 320h-59C136.2 320 64 392.2 64 481.3c0 17 13.8 30.7 30.7 30.7H545.3l.3 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-lock": { + "aliases": { + "unicodes": { + "secondary": [ + "10f502" + ] + } + }, + "changes": [ + "5.0.11", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f502", + "label": "User Lock", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H392.6c-5.4-9.4-8.6-20.3-8.6-32V352c0-2.1 .1-4.2 .3-6.3c-31-26-71-41.7-114.6-41.7H178.3zM528 240c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-minus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f503" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "delete", + "negative", + "remove" + ] + }, + "unicode": "f503", + "label": "User Minus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM472 200H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H472c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-ninja": { + "aliases": { + "unicodes": { + "composite": [ + "1f977" + ], + "secondary": [ + "10f504" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "assassin", + "avatar", + "dangerous", + "deadly", + "fighter", + "hidden", + "ninja", + "sneaky", + "stealth" + ] + }, + "unicode": "f504", + "label": "User Ninja", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 256c-57.2 0-105.6-37.5-122-89.3c-1.1 1.3-2.2 2.6-3.5 3.8c-15.8 15.8-38.8 20.7-53.6 22.1c-8.1 .8-14.6-5.7-13.8-13.8c1.4-14.7 6.3-37.8 22.1-53.6c5.8-5.8 12.6-10.1 19.6-13.4c-7-3.2-13.8-7.6-19.6-13.4C37.4 82.7 32.6 59.7 31.1 44.9c-.8-8.1 5.7-14.6 13.8-13.8c14.7 1.4 37.8 6.3 53.6 22.1c4.8 4.8 8.7 10.4 11.7 16.1C131.4 28.2 174.4 0 224 0c70.7 0 128 57.3 128 128s-57.3 128-128 128zM0 482.3C0 399.5 56.4 330 132.8 309.9c6-1.6 12.2 .9 15.9 5.8l62.5 83.3c6.4 8.5 19.2 8.5 25.6 0l62.5-83.3c3.7-4.9 9.9-7.4 15.9-5.8C391.6 330 448 399.5 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM160 96c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-nurse": { + "aliases": { + "unicodes": { + "secondary": [ + "10f82f" + ] + } + }, + "changes": [ + "5.7.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "doctor", + "health", + "md", + "medical", + "midwife", + "physician", + "practitioner", + "surgeon", + "worker" + ] + }, + "unicode": "f82f", + "label": "User Nurse", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767619, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 128V70.2c0-13.3 8.3-25.3 20.8-30l96-36c7.2-2.7 15.2-2.7 22.5 0l96 36c12.5 4.7 20.8 16.6 20.8 30V128h-.3c.2 2.6 .3 5.3 .3 8v40c0 70.7-57.3 128-128 128s-128-57.3-128-128V136c0-2.7 .1-5.4 .3-8H96zm48 48c0 44.2 35.8 80 80 80s80-35.8 80-80V160H144v16zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6zM208 48V64H192c-4.4 0-8 3.6-8 8V88c0 4.4 3.6 8 8 8h16v16c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8V96h16c4.4 0 8-3.6 8-8V72c0-4.4-3.6-8-8-8H240V48c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-pen": { + "aliases": { + "names": [ + "user-edit" + ], + "unicodes": { + "secondary": [ + "10f4ff" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f4ff", + "label": "User Pen", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H322.8c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7l40.3-40.3c-32.1-31-75.7-50.1-123.9-50.1H178.3zm435.5-68.3c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L576.1 358.7l-71-71L375.9 417z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-plus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f234" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "avatar", + "positive", + "sign up", + "signup", + "team" + ] + }, + "unicode": "f234", + "label": "User Plus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM504 312V248H440c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V136c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H552v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-secret": { + "aliases": { + "unicodes": { + "composite": [ + "1f575" + ], + "secondary": [ + "10f21b" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "detective", + "sleuth", + "spy", + "users-people" + ] + }, + "unicode": "f21b", + "label": "User Secret", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 16c-6.7 0-10.8-2.8-15.5-6.1C201.9 5.4 194 0 176 0c-30.5 0-52 43.7-66 89.4C62.7 98.1 32 112.2 32 128c0 14.3 25 27.1 64.6 35.9c-.4 4-.6 8-.6 12.1c0 17 3.3 33.2 9.3 48H45.4C38 224 32 230 32 237.4c0 1.7 .3 3.4 1 5l38.8 96.9C28.2 371.8 0 423.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7c0-58.5-28.2-110.4-71.7-143L415 242.4c.6-1.6 1-3.3 1-5c0-7.4-6-13.4-13.4-13.4H342.7c6-14.8 9.3-31 9.3-48c0-4.1-.2-8.1-.6-12.1C391 155.1 416 142.3 416 128c0-15.8-30.7-29.9-78-38.6C324 43.7 302.5 0 272 0c-18 0-25.9 5.4-32.5 9.9c-4.8 3.3-8.8 6.1-15.5 6.1zm56 208H267.6c-16.5 0-31.1-10.6-36.3-26.2c-2.3-7-12.2-7-14.5 0c-5.2 15.6-19.9 26.2-36.3 26.2H168c-22.1 0-40-17.9-40-40V169.6c28.2 4.1 61 6.4 96 6.4s67.8-2.3 96-6.4V184c0 22.1-17.9 40-40 40zm-88 96l16 32L176 480 128 288l64 32zm128-32L272 480 240 352l16-32 64-32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-shield": { + "aliases": { + "unicodes": { + "secondary": [ + "10f505" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "protect", + "safety" + ] + }, + "unicode": "f505", + "label": "User Shield", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c1.8 0 3.5-.2 5.3-.5c-76.3-55.1-99.8-141-103.1-200.2c-16.1-4.8-33.1-7.3-50.7-7.3H178.3zm308.8-78.3l-120 48C358 277.4 352 286.2 352 296c0 63.3 25.9 168.8 134.8 214.2c5.9 2.5 12.6 2.5 18.5 0C614.1 464.8 640 359.3 640 296c0-9.8-6-18.6-15.1-22.3l-120-48c-5.7-2.3-12.1-2.3-17.8 0zM591.4 312c-3.9 50.7-27.2 116.7-95.4 149.7V273.8L591.4 312z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f506" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ban", + "delete", + "remove" + ] + }, + "unicode": "f506", + "label": "User Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L353.3 251.6C407.9 237 448 187.2 448 128C448 57.3 390.7 0 320 0C250.2 0 193.5 55.8 192 125.2L38.8 5.1zM264.3 304.3C170.5 309.4 96 387.2 96 482.3c0 16.4 13.3 29.7 29.7 29.7H514.3c3.9 0 7.6-.7 11-2.1l-261-205.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-tag": { + "aliases": { + "unicodes": { + "secondary": [ + "10f507" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f507", + "label": "User Tag", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c10 0 18.8-4.9 24.2-12.5l-99.2-99.2c-14.9-14.9-23.3-35.1-23.3-56.1v-33c-15.9-4.7-32.8-7.2-50.3-7.2H178.3zM384 224c-17.7 0-32 14.3-32 32v82.7c0 17 6.7 33.3 18.7 45.3L478.1 491.3c18.7 18.7 49.1 18.7 67.9 0l73.4-73.4c18.7-18.7 18.7-49.1 0-67.9L512 242.7c-12-12-28.3-18.7-45.3-18.7H384zm24 80a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-tie": { + "aliases": { + "unicodes": { + "secondary": [ + "10f508" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "avatar", + "business", + "clothing", + "formal", + "professional", + "suit" + ] + }, + "unicode": "f508", + "label": "User Tie", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 256A128 128 0 1 1 224 0a128 128 0 1 1 0 256zM209.1 359.2l-18.6-31c-6.4-10.7 1.3-24.2 13.7-24.2H224h19.7c12.4 0 20.1 13.6 13.7 24.2l-18.6 31 33.4 123.9 36-146.9c2-8.1 9.8-13.4 17.9-11.3c70.1 17.6 121.9 81 121.9 156.4c0 17-13.8 30.7-30.7 30.7H285.5c-2.1 0-4-.4-5.8-1.1l.3 1.1H168l.3-1.1c-1.8 .7-3.8 1.1-5.8 1.1H30.7C13.8 512 0 498.2 0 481.3c0-75.5 51.9-138.9 121.9-156.4c8.1-2 15.9 3.3 17.9 11.3l36 146.9 33.4-123.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "user-xmark": { + "aliases": { + "names": [ + "user-times" + ], + "unicodes": { + "secondary": [ + "10f235" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "delete", + "remove", + "x" + ] + }, + "unicode": "f235", + "label": "User Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM471 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "users": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0c0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f0c0", + "label": "Users", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192h42.7c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0H21.3C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7h42.7C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3H405.3zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352H378.7C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7H154.7c-14.7 0-26.7-11.9-26.7-26.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "users-between-lines": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covered", + "group", + "people" + ] + }, + "unicode": "e591", + "label": "Users Between Lines", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 24C0 10.7 10.7 0 24 0H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H24C10.7 48 0 37.3 0 24zM0 488c0-13.3 10.7-24 24-24H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zM83.2 160a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 320c0-35.3 28.7-64 64-64h96c12.2 0 23.7 3.4 33.4 9.4c-37.2 15.1-65.6 47.2-75.8 86.6H64c-17.7 0-32-14.3-32-32zm461.6 32c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5 20.4-8.6 32.1-8.6h96c35.3 0 64 28.7 64 64c0 17.7-14.3 32-32 32H493.6zM391.2 290.4c32.1 7.4 58.1 30.9 68.9 61.6c3.5 10 5.5 20.8 5.5 32c0 17.7-14.3 32-32 32h-224c-17.7 0-32-14.3-32-32c0-11.2 1.9-22 5.5-32c10.5-29.7 35.3-52.8 66.1-60.9c7.8-2.1 16-3.1 24.5-3.1h96c7.4 0 14.7 .8 21.6 2.4zm44-130.4a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM321.6 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "users-gear": { + "aliases": { + "names": [ + "users-cog" + ], + "unicodes": { + "secondary": [ + "10f509" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f509", + "label": "Users Gear", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767619, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 160A80 80 0 1 0 144 0a80 80 0 1 0 0 160zm368 0A80 80 0 1 0 512 0a80 80 0 1 0 0 160zM0 298.7C0 310.4 9.6 320 21.3 320H234.7c.2 0 .4 0 .7 0c-26.6-23.5-43.3-57.8-43.3-96c0-7.6 .7-15 1.9-22.3c-13.6-6.3-28.7-9.7-44.6-9.7H106.7C47.8 192 0 239.8 0 298.7zM320 320c24 0 45.9-8.8 62.7-23.3c2.5-3.7 5.2-7.3 8-10.7c2.7-3.3 5.7-6.1 9-8.3C410 262.3 416 243.9 416 224c0-53-43-96-96-96s-96 43-96 96s43 96 96 96zm65.4 60.2c-10.3-5.9-18.1-16.2-20.8-28.2H261.3C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7H455.2c-2.1-5.2-3.2-10.9-3.2-16.4v-3c-1.3-.7-2.7-1.5-4-2.3l-2.6 1.5c-16.8 9.7-40.5 8-54.7-9.7c-4.5-5.6-8.6-11.5-12.4-17.6l-.1-.2-.1-.2-2.4-4.1-.1-.2-.1-.2c-3.4-6.2-6.4-12.6-9-19.3c-8.2-21.2 2.2-42.6 19-52.3l2.7-1.5c0-.8 0-1.5 0-2.3s0-1.5 0-2.3l-2.7-1.5zM533.3 192H490.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 17.4-3.5 33.9-9.7 49c2.5 .9 4.9 2 7.1 3.3l2.6 1.5c1.3-.8 2.6-1.6 4-2.3v-3c0-19.4 13.3-39.1 35.8-42.6c7.9-1.2 16-1.9 24.2-1.9s16.3 .6 24.2 1.9c22.5 3.5 35.8 23.2 35.8 42.6v3c1.3 .7 2.7 1.5 4 2.3l2.6-1.5c16.8-9.7 40.5-8 54.7 9.7c2.3 2.8 4.5 5.8 6.6 8.7c-2.1-57.1-49-102.7-106.6-102.7zm91.3 163.9c6.3-3.6 9.5-11.1 6.8-18c-2.1-5.5-4.6-10.8-7.4-15.9l-2.3-4c-3.1-5.1-6.5-9.9-10.2-14.5c-4.6-5.7-12.7-6.7-19-3L574.4 311c-8.9-7.6-19.1-13.6-30.4-17.6v-21c0-7.3-4.9-13.8-12.1-14.9c-6.5-1-13.1-1.5-19.9-1.5s-13.4 .5-19.9 1.5c-7.2 1.1-12.1 7.6-12.1 14.9v21c-11.2 4-21.5 10-30.4 17.6l-18.2-10.5c-6.3-3.6-14.4-2.6-19 3c-3.7 4.6-7.1 9.5-10.2 14.6l-2.3 3.9c-2.8 5.1-5.3 10.4-7.4 15.9c-2.6 6.8 .5 14.3 6.8 17.9l18.2 10.5c-1 5.7-1.6 11.6-1.6 17.6s.6 11.9 1.6 17.5l-18.2 10.5c-6.3 3.6-9.5 11.1-6.8 17.9c2.1 5.5 4.6 10.7 7.4 15.8l2.4 4.1c3 5.1 6.4 9.9 10.1 14.5c4.6 5.7 12.7 6.7 19 3L449.6 457c8.9 7.6 19.2 13.6 30.4 17.6v21c0 7.3 4.9 13.8 12.1 14.9c6.5 1 13.1 1.5 19.9 1.5s13.4-.5 19.9-1.5c7.2-1.1 12.1-7.6 12.1-14.9v-21c11.2-4 21.5-10 30.4-17.6l18.2 10.5c6.3 3.6 14.4 2.6 19-3c3.7-4.6 7.1-9.4 10.1-14.5l2.4-4.2c2.8-5.1 5.3-10.3 7.4-15.8c2.6-6.8-.5-14.3-6.8-17.9l-18.2-10.5c1-5.7 1.6-11.6 1.6-17.5s-.6-11.9-1.6-17.6l18.2-10.5zM472 384a40 40 0 1 1 80 0 40 40 0 1 1 -80 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "users-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "group", + "need", + "people" + ] + }, + "unicode": "e592", + "label": "Users Line", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M211.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM32 256c0 17.7 14.3 32 32 32h85.6c10.1-39.4 38.6-71.5 75.8-86.6c-9.7-6-21.2-9.4-33.4-9.4H96c-35.3 0-64 28.7-64 64zm461.6 32H576c17.7 0 32-14.3 32-32c0-35.3-28.7-64-64-64H448c-11.7 0-22.7 3.1-32.1 8.6c38.1 14.8 67.4 47.3 77.7 87.4zM391.2 226.4c-6.9-1.6-14.2-2.4-21.6-2.4h-96c-8.5 0-16.7 1.1-24.5 3.1c-30.8 8.1-55.6 31.1-66.1 60.9c-3.5 10-5.5 20.8-5.5 32c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32c0-11.2-1.9-22-5.5-32c-10.8-30.7-36.8-54.2-68.9-61.6zM563.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM321.6 192a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "users-rays": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "focused", + "group", + "people" + ] + }, + "unicode": "e593", + "label": "Users Rays", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M41 7C31.6-2.3 16.4-2.3 7 7S-2.3 31.6 7 41l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L41 7zM599 7L527 79c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM7 505c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 471c-9.4 9.4-9.4 24.6 0 33.9zm592 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM212.1 336c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-.8 .1-1.7 .3-2.5 .5c-24.9 5.1-45.1 23-53.4 46.5zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "users-rectangle": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "focus", + "group", + "people", + "reached" + ] + }, + "unicode": "e594", + "label": "Users Rectangle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H544c53 0 96-43 96-96V96c0-53-43-96-96-96H96zM64 96c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96zm159.8 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3C119.9 256 96 279.9 96 309.3zM461.2 336h56.1c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6zM372 289c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-8.6-24.3-29.9-42.6-55.9-47zM512 176a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "users-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e073" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "e073", + "label": "Users Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320H618.7c11.8 0 21.3-9.6 21.3-21.3C640 239.8 592.2 192 533.3 192H490.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 30.2-10.5 58-28 79.9l-25.2-19.7C408.1 267.7 416 246.8 416 224c0-53-43-96-96-96c-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9c0-44.2-35.8-80-80-80C116.3 0 91.9 14.1 77.5 35.5L38.8 5.1zM106.7 192C47.8 192 0 239.8 0 298.7C0 310.4 9.6 320 21.3 320H234.7c.2 0 .4 0 .7 0c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192H106.7zM261.3 352C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7H485.3c10.5 0 19.5-6 23.9-14.8L324.9 352H261.3zM512 160A80 80 0 1 0 512 0a80 80 0 1 0 0 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "users-viewfinder": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "focus", + "group", + "people", + "targeted" + ] + }, + "unicode": "e595", + "label": "Users Viewfinder", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 48h88c13.3 0 24-10.7 24-24s-10.7-24-24-24H32C14.3 0 0 14.3 0 32V136c0 13.3 10.7 24 24 24s24-10.7 24-24V48zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zm-89.4 0c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80-32a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM504 48h88v88c0 13.3 10.7 24 24 24s24-10.7 24-24V32c0-17.7-14.3-32-32-32H504c-13.3 0-24 10.7-24 24s10.7 24 24 24zM48 464V376c0-13.3-10.7-24-24-24s-24 10.7-24 24V480c0 17.7 14.3 32 32 32H136c13.3 0 24-10.7 24-24s-10.7-24-24-24H48zm456 0c-13.3 0-24 10.7-24 24s10.7 24 24 24H608c17.7 0 32-14.3 32-32V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v88H504z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "usps": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "american", + "package", + "shipping", + "usa" + ] + }, + "unicode": "f7e1", + "label": "United States Postal Service", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1zm-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5zM94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "ussunnah": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f407", + "label": "us-Sunnah Foundation", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1677678764, + "raw": "", + "viewBox": [ + 0, + 0, + 482, + 512 + ], + "width": 482, + "height": 512, + "path": "M481.9 268.1A240.9 240.9 0 1 1 .1 268a240.9 240.9 0 1 1 481.9 0zM24.5 268a216.5 216.5 0 1 0 432.9 0A216.5 216.5 0 1 0 24.5 268zm385.9 63.3c-12.7 0-21.6-1.9-26.7-5.9c-5.5-4.3-8.2-12.3-8.2-23.8V205.1c0-6.5-5.2-20.2-15.7-41.2c7 0 17-9.1 30-27.2V284.5c0 11 2.4 19.4 7 25.3c3.7 4.7 10.1 8.9 19 12.6c1.2 .4 2.6 .9 4.1 1.4c2.9 .9 6.3 2.1 10.3 3.5c-1.8 2.7-8.3 4-19.9 4zm-219 0c-1.3 2.4-3.6 5.5-6.8 9.4l-18.5 22.5c-1-6.1-4-13-9.3-20.6s-9.7-11.4-13.4-11.4h-8.3H53.6c3.3-5.3 4.9-8.8 4.9-10.8c0-2-.8-5.3-2.4-9.7c-1.5-4.4-2.4-8.5-2.4-12.4c0-7.4 2.1-13.9 6.3-19.3L80 253.4l-7.1-17.7L89 215.9l6.7 16.8 8-10.3c-1.8 6.4-2.6 12.3-2.6 17.7c0 4.2 2.8 13.3 8.3 27.3l16.2 40.7H135h8 .3c2.8 .4 7.7 5 14.6 13.9c1.8 2.4 4.3 5.8 7.7 10.2c1.4 1.9 2.9 3.9 4.6 6.1c1.3-2.3 2-4.6 2-7.1c0-2-1.3-6.6-4-13.4L163 304.1c-4-10.6-6.1-17.7-6.1-21.3c0-6.3 1.9-12.3 5.8-17.9c.5-.6 1-1.3 1.5-1.9c4.4-5.6 8.8-11.1 13.3-16.5c-1.1 4.6-1.7 8.7-1.7 12c0 3.7 1.7 9.9 5.1 18.8l7.9 20.4c1.9 4.7 3 8.2 3.7 10.3h17.6 8.3l-.9-2.6c-1.4-3.9-4-7-7.7-9.3l15.6-20.1 12.3 32h13.4L245 292.2c-1.5-3.9-4-7-7.7-9.3L253 262.8 270.3 308h13.4l-11.4-29.4c-1.5-3.9-4-7-7.7-9.3l15.6-20L302.6 308h10.3 8.3 7.6c1.5 0 3-1.1 4.5-3.1s2.2-4.1 2.2-6.3V205.1c0-6.5-4.5-20.3-13.7-41.2c5.4 0 14.1-9.1 26.2-27.2V300.2c0 7.2 .6 12 1.7 14.6c1.6 3.4 5.3 6.2 11.1 8.2c-3.9 5.6-8.7 8.5-14.5 8.5H321.1h-8.3H210.5h-19zM93.4 287.3c-2.7-6.7-4-11.7-4-15c-.6 1.2-2.4 3.7-5.4 7.6c-1.4 1.9-2.2 3.7-2.2 5.3c0 2.6 .8 5.7 2.2 9.3l5.6 13.9h0c5 0 9 0 11.9-.1l-8.2-20.9zm13.5-72.4c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm-27.6 0c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm87 27.5c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "utensils": { + "aliases": { + "names": [ + "cutlery" + ], + "unicodes": { + "composite": [ + "1f374", + "f0f5" + ], + "secondary": [ + "10f2e7" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cooking", + "cutlery", + "dining", + "dinner", + "eat", + "food", + "fork", + "fork and knife", + "knife", + "restaurant" + ] + }, + "unicode": "f2e7", + "label": "Utensils", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M416 0C400 0 288 32 288 176V288c0 35.3 28.7 64 64 64h32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352 240 32c0-17.7-14.3-32-32-32zM64 16C64 7.8 57.9 1 49.7 .1S34.2 4.6 32.4 12.5L2.1 148.8C.7 155.1 0 161.5 0 167.9c0 45.9 35.1 83.6 80 87.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V255.6c44.9-4.1 80-41.8 80-87.7c0-6.4-.7-12.8-2.1-19.1L191.6 12.5c-1.8-8-9.3-13.3-17.4-12.4S160 7.8 160 16V150.2c0 5.4-4.4 9.8-9.8 9.8c-5.1 0-9.3-3.9-9.8-9L127.9 14.6C127.2 6.3 120.3 0 112 0s-15.2 6.3-15.9 14.6L83.7 151c-.5 5.1-4.7 9-9.8 9c-5.4 0-9.8-4.4-9.8-9.8V16zm48.3 152l-.3 0-.3 0 .3-.7 .3 .7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "v": { + "aliases": { + "unicodes": { + "composite": [ + "76" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter V", + "Latin Small Letter V", + "letter" + ] + }, + "unicode": "56", + "label": "V", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M19.7 34.5c16.3-6.8 35 .9 41.8 17.2L192 364.8 322.5 51.7c6.8-16.3 25.5-24 41.8-17.2s24 25.5 17.2 41.8l-160 384c-5 11.9-16.6 19.7-29.5 19.7s-24.6-7.8-29.5-19.7L2.5 76.3c-6.8-16.3 .9-35 17.2-41.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vaadin": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f408", + "label": "Vaadin", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7h.9zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "van-shuttle": { + "aliases": { + "names": [ + "shuttle-van" + ], + "unicodes": { + "composite": [ + "1f690" + ], + "secondary": [ + "10f5b6" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airport", + "bus", + "machine", + "minibus", + "public-transportation", + "transportation", + "travel", + "vehicle" + ] + }, + "unicode": "f5b6", + "label": "Van Shuttle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 104v88h96V96H72c-4.4 0-8 3.6-8 8zm482 88L465.1 96H384v96H546zm-226 0V96H224v96h96zM592 384H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V104C0 64.2 32.2 32 72 32H192 352 465.1c18.9 0 36.8 8.3 49 22.8L625 186.5c9.7 11.5 15 26.1 15 41.2V336c0 26.5-21.5 48-48 48zm-64 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vault": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank", + "important", + "lock", + "money", + "safe" + ] + }, + "unicode": "e2c5", + "label": "Vault", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V416c0 35.3 28.7 64 64 64H80l16 32h64l16-32H400l16 32h64l16-32h16c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM224 320a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-240a160 160 0 1 1 0 320 160 160 0 1 1 0-320zM480 221.3V336c0 8.8-7.2 16-16 16s-16-7.2-16-16V221.3c-18.6-6.6-32-24.4-32-45.3c0-26.5 21.5-48 48-48s48 21.5 48 48c0 20.9-13.4 38.7-32 45.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vector-square": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5cb" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anchors", + "lines", + "object", + "render", + "shape" + ] + }, + "unicode": "f5cb", + "label": "Vector Square", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M368 80h32v32H368V80zM352 32c-17.7 0-32 14.3-32 32H128c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v64c0 17.7 14.3 32 32 32V352c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32H320c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32V160c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H352zM96 160c17.7 0 32-14.3 32-32H320c0 17.7 14.3 32 32 32V352c-17.7 0-32 14.3-32 32H128c0-17.7-14.3-32-32-32V160zM48 400H80v32H48V400zm320 32V400h32v32H368zM48 112V80H80v32H48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "venus": { + "aliases": { + "unicodes": { + "composite": [ + "2640" + ], + "secondary": [ + "10f221" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "female", + "female sign", + "gender", + "woman" + ] + }, + "unicode": "f221", + "label": "Venus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1V384H128c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H224V349.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "venus-double": { + "aliases": { + "unicodes": { + "composite": [ + "26a2" + ], + "secondary": [ + "10f226" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Doubled Female Sign", + "female", + "gender", + "lesbian" + ] + }, + "unicode": "f226", + "label": "Venus Double", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM368 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H224v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H128c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1C78.1 334.1 16 262.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176zM344 318c14.6-15.6 26.8-33.4 36-53c18.8 14.4 42.4 23 68 23c61.9 0 112-50.1 112-112s-50.1-112-112-112c-25.6 0-49.1 8.6-68 23c-9.3-19.5-21.5-37.4-36-53C373.1 12.6 409.1 0 448 0c97.2 0 176 78.8 176 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H480v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1c-26.6-4.9-51.1-15.7-72-31.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "venus-mars": { + "aliases": { + "unicodes": { + "composite": [ + "26a4" + ], + "secondary": [ + "10f228" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Interlocked Female and Male Sign", + "female", + "gender", + "heterosexual", + "male" + ] + }, + "unicode": "f228", + "label": "Venus Mars", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M176 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM352 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H208v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H112c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1C62.1 334.1 0 262.3 0 176C0 78.8 78.8 0 176 0s176 78.8 176 176zM271.9 360.6c19.3-10.1 36.9-23.1 52.1-38.4c20 18.5 46.7 29.8 76.1 29.8c61.9 0 112-50.1 112-112s-50.1-112-112-112c-7.2 0-14.3 .7-21.1 2c-4.9-21.5-13-41.7-24-60.2C369.3 66 384.4 64 400 64c37 0 71.4 11.4 99.8 31l20.6-20.6L487 41c-6.9-6.9-8.9-17.2-5.2-26.2S494.3 0 504 0H616c13.3 0 24 10.7 24 24V136c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L545 140.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176c-50.5 0-96-21.3-128.1-55.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vest": { + "aliases": { + "unicodes": { + "secondary": [ + "10e085" + ] + } + }, + "changes": [ + "5.15.0", + "5.15.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "biker", + "fashion", + "style" + ] + }, + "unicode": "e085", + "label": "Vest", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M207.1 237.4L151.2 69.7C168.6 79.7 192.6 88 224 88s55.4-8.3 72.8-18.3L226.5 280.6c-1.6 4.9-2.5 10-2.5 15.2V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V270.5c0-9.5-2.8-18.7-8.1-26.6l-47.9-71.8c-5.3-7.9-8.1-17.1-8.1-26.6V128 54.3 48c0-26.5-21.5-48-48-48h-4.5c-.2 0-.4 0-.6 0c-.4 0-.8 0-1.2 0C311 0 295.7 9.7 285.7 18.8C276.4 27.2 257.2 40 224 40s-52.4-12.8-61.7-21.2C152.3 9.7 137 0 118.3 0c-.4 0-.8 0-1.2 0c-.2 0-.4 0-.6 0H112C85.5 0 64 21.5 64 48v6.3V128v17.5c0 9.5-2.8 18.7-8.1 26.6L8.1 243.9C2.8 251.8 0 261.1 0 270.5V464c0 26.5 21.5 48 48 48H176c9.9 0 19-3 26.7-8.1C195.9 492.2 192 478.5 192 464V295.8c0-8.6 1.4-17.1 4.1-25.3l11-33.1zM347.3 356.7l48 48c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-48-48c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0zm-294.6 48l48-48c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-48 48c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vest-patches": { + "aliases": { + "unicodes": { + "secondary": [ + "10e086" + ] + } + }, + "changes": [ + "5.15.0", + "5.15.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "biker", + "fashion", + "style" + ] + }, + "unicode": "e086", + "label": "Vest Patches", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M151.2 69.7l55.9 167.7-11 33.1c-2.7 8.2-4.1 16.7-4.1 25.3V464c0 14.5 3.9 28.2 10.7 39.9C195 509 185.9 512 176 512H48c-26.5 0-48-21.5-48-48V270.5c0-9.5 2.8-18.7 8.1-26.6l47.9-71.8c5.3-7.9 8.1-17.1 8.1-26.6V128 54.3 48C64 21.5 85.5 0 112 0h4.5c.2 0 .4 0 .6 0c.4 0 .8 0 1.2 0c18.8 0 34.1 9.7 44.1 18.8C171.6 27.2 190.8 40 224 40s52.4-12.8 61.7-21.2C295.7 9.7 311 0 329.7 0c.4 0 .8 0 1.2 0c.2 0 .4 0 .6 0H336c26.5 0 48 21.5 48 48v6.3V128v17.5c0 9.5 2.8 18.7 8.1 26.6l47.9 71.8c5.3 7.9 8.1 17.1 8.1 26.6V464c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V295.8c0-5.2 .8-10.3 2.5-15.2L296.8 69.7C279.4 79.7 255.4 88 224 88s-55.4-8.3-72.8-18.3zM96 456a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM63.5 255.5c-4.7 4.7-4.7 12.3 0 17L79 288 63.5 303.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L96 305l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L113 288l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L96 271 80.5 255.5c-4.7-4.7-12.3-4.7-17 0zM304 280v8 32c0 8.8 7.2 16 16 16h32 8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "viacoin": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f237", + "label": "Viacoin", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "viadeo": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2a9", + "label": "Viadeo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5zm32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17zM418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "vial": { + "aliases": { + "unicodes": { + "composite": [ + "1f9ea" + ], + "secondary": [ + "10f492" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ampule", + "chemist", + "chemistry", + "experiment", + "lab", + "sample", + "science", + "test", + "test tube" + ] + }, + "unicode": "f492", + "label": "Vial", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M342.6 9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L28.1 342.6C10.1 360.6 0 385 0 410.5V416c0 53 43 96 96 96h5.5c25.5 0 49.9-10.1 67.9-28.1L448 205.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32-96-96-32-32zM205.3 256L352 109.3 402.7 160l-96 96H205.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vial-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ampule", + "chemist", + "chemistry", + "not affected", + "ok", + "okay", + "success", + "test tube", + "tube", + "vaccine" + ] + }, + "unicode": "e596", + "label": "Vial Circle Check", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H96h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32V266.8c-20.2 28.6-32 63.5-32 101.2c0 25.2 5.3 49.1 14.8 70.8C189.5 463.7 160.6 480 128 480c-53 0-96-43-96-96V96C14.3 96 0 81.7 0 64zM96 96v96h64V96H96zM224 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L352 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vial-virus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ampule", + "coronavirus", + "covid-19", + "flue", + "infection", + "lab", + "laboratory", + "pandemic", + "test", + "test tube", + "vaccine" + ] + }, + "unicode": "e597", + "label": "Vial Virus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96V384c0 53 43 96 96 96c28.6 0 54.2-12.5 71.8-32.3c.1-14.2 5.6-28.3 16.4-39.1c.2-.2 .1-.6-.2-.6c-30.9 0-56-25.1-56-56s25.1-56 56-56c.3 0 .4-.4 .2-.6c-21.9-21.9-21.9-57.3 0-79.2c2.4-2.4 5-4.6 7.8-6.5V96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160 96 32zM96 192V96h64v96H96zM216 376c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9C444.8 410.8 459.2 376 488 376c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0C410.8 259.2 376 244.8 376 216c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24zm104-88a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm40 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vials": { + "aliases": { + "unicodes": { + "secondary": [ + "10f493" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ampule", + "experiment", + "lab", + "sample", + "science", + "test", + "test tube" + ] + }, + "unicode": "f493", + "label": "Vials", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H88h48 56c17.7 0 32 14.3 32 32s-14.3 32-32 32V400c0 44.2-35.8 80-80 80s-80-35.8-80-80V96C14.3 96 0 81.7 0 64zM136 96H88V256h48V96zM288 64c0-17.7 14.3-32 32-32h56 48 56c17.7 0 32 14.3 32 32s-14.3 32-32 32V400c0 44.2-35.8 80-80 80s-80-35.8-80-80V96c-17.7 0-32-14.3-32-32zM424 96H376V256h48V96z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "viber": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f409", + "label": "Viber", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "video": { + "aliases": { + "names": [ + "video-camera" + ], + "unicodes": { + "secondary": [ + "10f03d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camera", + "film", + "movie", + "record", + "video-camera" + ] + }, + "unicode": "f03d", + "label": "Video", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM559.1 99.8c10.4 5.6 16.9 16.4 16.9 28.2V384c0 11.8-6.5 22.6-16.9 28.2s-23 5-32.9-1.6l-96-64L416 337.1V320 192 174.9l14.2-9.5 96-64c9.8-6.5 22.4-7.2 32.9-1.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "video-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4e2" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "create", + "film", + "new", + "positive", + "record", + "video" + ] + }, + "unicode": "f4e2", + "label": "Video Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.4-67.7 13.8 9.2c9.8 6.5 22.4 7.2 32.9 1.6s16.9-16.4 16.9-28.2V128c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.9 1.6l-96 64L448 174.9V192 320v5.8l-32-25.1V128c0-35.3-28.7-64-64-64H113.9L38.8 5.1zM407 416.7L32.3 121.5c-.2 2.1-.3 4.3-.3 6.5V384c0 35.3 28.7 64 64 64H352c23.4 0 43.9-12.6 55-31.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vihara": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6a7" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buddhism", + "buddhist", + "building", + "monastery" + ] + }, + "unicode": "f6a7", + "label": "Vihara", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M281 22L305.8 4.7c1.3-.9 2.7-1.8 4.1-2.4C313.1 .7 316.6 0 320 0s6.9 .7 10.1 2.2c1.4 .7 2.8 1.5 4.1 2.4L359 22C393 45.8 430.8 63.5 470.8 74.4l23 6.3c1.8 .5 3.6 1.1 5.2 2c3.2 1.7 5.9 4 8.1 6.8c3.8 4.9 5.6 11.3 4.7 17.8c-.4 2.8-1.2 5.4-2.5 7.8c-1.7 3.2-4 5.9-6.8 8.1c-4.3 3.2-9.6 5.1-15.1 4.9H480v56.1l6.4 5.1 5.2 4.1c21.1 16.7 45 29.6 70.5 38.1l28.9 9.6c1.6 .5 3.2 1.2 4.6 2c3.1 1.7 5.8 4.1 7.8 6.9s3.5 6.1 4.1 9.6c.5 2.7 .6 5.5 .1 8.3s-1.4 5.4-2.7 7.8c-1.7 3.1-4.1 5.8-6.9 7.8s-6.1 3.5-9.6 4.1c-1.6 .3-3.3 .4-5 .4H544v65.9c20.5 22.8 47.4 39.2 77.4 46.7C632 403 640 412.6 640 424c0 13.3-10.7 24-24 24H576v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H352v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H24c-13.3 0-24-10.7-24-24c0-11.4 8-21 18.6-23.4c30-7.6 56.9-23.9 77.4-46.7V288H56.6c-1.7 0-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6 .1-8.3c.7-3.5 2.1-6.8 4.1-9.6s4.7-5.2 7.8-6.9c1.4-.8 3-1.5 4.6-2l28.9-9.6c25.5-8.5 49.4-21.4 70.5-38.1l5.2-4.1 6.4-5.1V176 128h-7.5c-5.5 .1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5 .9-12.8 4.7-17.8c2.1-2.8 4.8-5.1 8.1-6.8c1.6-.8 3.4-1.5 5.2-2l23-6.3C209.2 63.5 247 45.8 281 22zM416 128H320 224v64h72 48 72V128zM160 288v64H296h24 24H480V288H344 320h0H296 160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vimeo": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f40a", + "label": "Vimeo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "vimeo-v": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "vimeo" + ] + }, + "unicode": "f27d", + "label": "Vimeo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "vine": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1ca", + "label": "Vine", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "virus": { + "aliases": { + "unicodes": { + "secondary": [ + "10e074" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bug", + "coronavirus", + "covid-19", + "flu", + "health", + "infection", + "pandemic", + "sick", + "vaccine", + "viral" + ] + }, + "unicode": "e074", + "label": "Virus", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43.5c0 49.9-60.3 74.9-95.6 39.6L120.2 75C107.7 62.5 87.5 62.5 75 75s-12.5 32.8 0 45.3l8.2 8.2C118.4 163.7 93.4 224 43.5 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H43.5c49.9 0 74.9 60.3 39.6 95.6L75 391.8c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V468.5c0-49.9 60.3-74.9 95.6-39.6l8.2 8.2c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-8.2-8.2c-35.3-35.3-10.3-95.6 39.6-95.6H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H468.5c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C348.3 118.4 288 93.4 288 43.5V32zM176 224a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "virus-covid": { + "changes": [ + "6.0.0", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bug", + "covid-19", + "flu", + "health", + "infection", + "pandemic", + "vaccine", + "viral", + "virus" + ] + }, + "unicode": "e4a8", + "label": "Virus Covid", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 24c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24s-10.7 24-24 24H280V81.6c30.7 4.2 58.8 16.3 82.3 34.1L386.1 92 374.8 80.6c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.6 56.6c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L420 125.9l-23.8 23.8c17.9 23.5 29.9 51.7 34.1 82.3H464V216c0-13.3 10.7-24 24-24s24 10.7 24 24v80c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H430.4c-4.2 30.7-16.3 58.8-34.1 82.3L420 386.1l11.3-11.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-56.6 56.6c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L386.1 420l-23.8-23.8c-23.5 17.9-51.7 29.9-82.3 34.1V464h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h16V430.4c-30.7-4.2-58.8-16.3-82.3-34.1L125.9 420l11.3 11.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L46.7 408.7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L92 386.1l23.8-23.8C97.9 338.8 85.8 310.7 81.6 280H48v16c0 13.3-10.7 24-24 24s-24-10.7-24-24V216c0-13.3 10.7-24 24-24s24 10.7 24 24v16H81.6c4.2-30.7 16.3-58.8 34.1-82.3L92 125.9 80.6 137.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l56.6-56.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L125.9 92l23.8 23.8c23.5-17.9 51.7-29.9 82.3-34.1V48H216c-13.3 0-24-10.7-24-24zm48 200a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm64 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "virus-covid-slash": { + "changes": [ + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bug", + "covid-19", + "flu", + "health", + "infection", + "pandemic", + "vaccine", + "viral", + "virus" + ] + }, + "unicode": "e4a9", + "label": "Virus Covid Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c11.4-19.5 19.1-41.4 22.3-64.7H528v16c0 13.3 10.7 24 24 24s24-10.7 24-24V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v16H494.4c-4.2-30.7-16.3-58.8-34.1-82.3L484 125.9l11.3 11.3c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L472.7 46.7c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L450.1 92l-23.8 23.8C402.8 97.9 374.7 85.8 344 81.6V48h16c13.3 0 24-10.7 24-24s-10.7-24-24-24H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h16V81.6c-30.7 4.2-58.8 16.3-82.3 34.1L189.9 92l11.3-11.3c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L134.1 79.8 38.8 5.1zM149.2 213.5c-1.5 6-2.7 12.2-3.5 18.5H112V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24V280h33.6c4.2 30.7 16.3 58.8 34.1 82.3L156 386.1l-11.3-11.3c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l56.6 56.6c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L189.9 420l23.8-23.8c23.5 17.9 51.7 29.9 82.3 34.1V464H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4c20.4-2.8 39.7-9.1 57.3-18.2L149.2 213.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "virus-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e075" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bug", + "coronavirus", + "covid-19", + "cure", + "eliminate", + "flu", + "health", + "infection", + "pandemic", + "sick", + "vaccine", + "viral" + ] + }, + "unicode": "e075", + "label": "Virus Slash", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-154.3-121c-2-30.1 20.8-60.1 56-60.1H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H532.5c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C412.3 118.4 352 93.4 352 43.5V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43.5c0 49.9-60.3 74.9-95.6 39.6L184.2 75c-12.5-12.5-32.8-12.5-45.3 0c-1.6 1.6-3.1 3.4-4.3 5.3L38.8 5.1zm225.8 177c6.9-3.9 14.9-6.1 23.4-6.1c26.5 0 48 21.5 48 48c0 4.4-.6 8.7-1.7 12.7l-69.7-54.6zM402 412.7L144.7 210c-9.5 8.5-22.2 14-37.2 14H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h11.5c49.9 0 74.9 60.3 39.6 95.6l-8.2 8.2c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V468.5c0-31.2 23.6-52.7 50-55.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "viruses": { + "aliases": { + "unicodes": { + "secondary": [ + "10e076" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bugs", + "coronavirus", + "covid-19", + "flu", + "health", + "infection", + "multiply", + "pandemic", + "sick", + "spread", + "vaccine", + "viral" + ] + }, + "unicode": "e076", + "label": "Viruses", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 0c13.3 0 24 10.7 24 24V37.5c0 35.6 43.1 53.5 68.3 28.3l9.5-9.5c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-9.5 9.5C293 124.9 310.9 168 346.5 168H360c13.3 0 24 10.7 24 24s-10.7 24-24 24H346.5c-35.6 0-53.5 43.1-28.3 68.3l9.5 9.5c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-9.5-9.5C259.1 293 216 310.9 216 346.5V360c0 13.3-10.7 24-24 24s-24-10.7-24-24V346.5c0-35.6-43.1-53.5-68.3-28.3l-9.5 9.5c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l9.5-9.5C91 259.1 73.1 216 37.5 216H24c-13.3 0-24-10.7-24-24s10.7-24 24-24H37.5c35.6 0 53.5-43.1 28.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l9.5 9.5C124.9 91 168 73.1 168 37.5V24c0-13.3 10.7-24 24-24zm48 224a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48-64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm320 80c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C574.5 312.1 591 352 624 352c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C551.9 446.5 512 463 512 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C417.5 423.9 401 384 368 384c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C440.1 289.5 480 273 480 240c0-8.8 7.2-16 16-16s16 7.2 16 16zm0 112a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vk": { + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f189", + "label": "VK", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "vnv": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f40b", + "label": "VNV", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352h-35.1zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352h-35.2zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1c-15.9 0-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4h35.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "voicemail": { + "aliases": { + "unicodes": { + "secondary": [ + "10f897" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "answer", + "inbox", + "message", + "phone" + ] + }, + "unicode": "f897", + "label": "Voicemail", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 320a80 80 0 1 1 0-160 80 80 0 1 1 0 160zm119.8 0c15.3-22.9 24.2-50.4 24.2-80c0-79.5-64.5-144-144-144S0 160.5 0 240s64.5 144 144 144H496c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144c0 29.6 8.9 57.1 24.2 80H263.8zM496 160a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "volcano": { + "aliases": { + "unicodes": { + "composite": [ + "1f30b" + ], + "secondary": [ + "10f770" + ] + } + }, + "changes": [ + "5.5.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "caldera", + "eruption", + "lava", + "magma", + "mountain", + "smoke", + "volcano" + ] + }, + "unicode": "f770", + "label": "Volcano", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 144c-35.3 0-64-28.7-64-64s28.7-64 64-64c15.7 0 30 5.6 41.2 15C212.4 12.4 232.7 0 256 0s43.6 12.4 54.8 31C322 21.6 336.3 16 352 16c35.3 0 64 28.7 64 64s-28.7 64-64 64c-14.7 0-28.3-5-39.1-13.3l-32 48C275.3 187 266 192 256 192s-19.3-5-24.9-13.3l-32-48C188.3 139 174.7 144 160 144zM144 352l48.4-24.2c10.2-5.1 21.6-7.8 33-7.8c19.6 0 38.4 7.8 52.2 21.6l32.5 32.5c6.3 6.3 14.9 9.9 23.8 9.9c11.3 0 21.8-5.6 28-15l9.7-14.6-58.9-66.3c-9.1-10.2-22.2-16.1-35.9-16.1H235.1c-13.7 0-26.8 5.9-35.9 16.1l-59.9 67.4L144 352zm19.4-95.8c18.2-20.5 44.3-32.2 71.8-32.2h41.8c27.4 0 53.5 11.7 71.8 32.2l150.2 169c8.5 9.5 13.2 21.9 13.2 34.7c0 28.8-23.4 52.2-52.2 52.2H52.2C23.4 512 0 488.6 0 459.8c0-12.8 4.7-25.1 13.2-34.7l150.2-169z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "volleyball": { + "aliases": { + "names": [ + "volleyball-ball" + ], + "unicodes": { + "composite": [ + "1f3d0" + ], + "secondary": [ + "10f45f" + ] + } + }, + "changes": [ + "5.0.5", + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "beach", + "game", + "olympics", + "sport", + "volleyball" + ] + }, + "unicode": "f45f", + "label": "Volleyball", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1c9.2-105.3-31.5-204.2-103.2-272.4C434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4zm-3.9 34.7c-5.8 32-17.6 62-34.2 88.7c-97.5 48.5-217.7 42.6-311.9-24.5c23.7-36.2 55.4-67.7 94.5-91.8c79.9 43.2 170.1 50.8 251.6 27.6zm-236-55.5c-2.5-90.9-41.1-172.7-101.9-231.7C196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9 .1c90.8 60.2 145.7 167.2 134.7 282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9C2.5 297.4 0 277 0 256C0 157.2 56 71.5 138 28.8zm69.6 90.5c19.5 38.6 31 81.9 32.3 127.7C162.5 294.6 110.9 368.9 90.2 451C66 430.4 45.6 405.4 30.4 377.2c6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2c5.6-27 14.8-53.1 27.4-77.7C232.2 454.6 338.1 468.8 433 441c-46 44-108.3 71-177 71z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "volume-high": { + "aliases": { + "names": [ + "volume-up" + ], + "unicodes": { + "composite": [ + "1f50a" + ], + "secondary": [ + "10f028" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "higher", + "loud", + "louder", + "music", + "sound", + "speaker", + "speaker high volume" + ] + }, + "unicode": "f028", + "label": "Volume High", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M533.6 32.5C598.5 85.3 640 165.8 640 256s-41.5 170.8-106.4 223.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C557.5 398.2 592 331.2 592 256s-34.5-142.2-88.7-186.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM473.1 107c43.2 35.2 70.9 88.9 70.9 149s-27.7 113.8-70.9 149c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C475.3 341.3 496 301.1 496 256s-20.7-85.3-53.2-111.8c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zm-60.5 74.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "volume-low": { + "aliases": { + "names": [ + "volume-down" + ], + "unicodes": { + "composite": [ + "1f508" + ], + "secondary": [ + "10f027" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "lower", + "music", + "quieter", + "soft", + "sound", + "speaker", + "speaker low volume" + ] + }, + "unicode": "f027", + "label": "Volume Low", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM412.6 181.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "volume-off": { + "aliases": { + "unicodes": { + "secondary": [ + "10f026" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "ban", + "music", + "mute", + "quiet", + "silent", + "sound" + ] + }, + "unicode": "f026", + "label": "Volume Off", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M320 64c0-12.6-7.4-24-18.9-29.2s-25-3.1-34.4 5.3L131.8 160H64c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64h67.8L266.7 471.9c9.4 8.4 22.9 10.4 34.4 5.3S320 460.6 320 448V64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "volume-xmark": { + "aliases": { + "names": [ + "volume-mute", + "volume-times" + ], + "unicodes": { + "secondary": [ + "10f6a9" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "music", + "quiet", + "sound", + "speaker" + ] + }, + "unicode": "f6a9", + "label": "Volume Xmark", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM425 167l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vr-cardboard": { + "aliases": { + "unicodes": { + "secondary": [ + "10f729" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "3d", + "augment", + "google", + "reality", + "virtual" + ] + }, + "unicode": "f729", + "label": "Vr Cardboard", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M576 64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H184.4c24.2 0 46.4-13.7 57.2-35.4l32-64c8.8-17.5 26.7-28.6 46.3-28.6s37.5 11.1 46.3 28.6l32 64c10.8 21.7 33 35.4 57.2 35.4H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM96 240a64 64 0 1 1 128 0A64 64 0 1 1 96 240zm384-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "vuejs": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f41f", + "label": "Vue.js", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "w": { + "aliases": { + "unicodes": { + "composite": [ + "77" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter W", + "Latin Small Letter W", + "letter" + ] + }, + "unicode": "57", + "label": "W", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M20.8 34c16.5-6.2 35 2.2 41.2 18.7l110.2 294L257.3 55c4-13.7 16.5-23 30.7-23s26.7 9.4 30.7 23l85.1 291.7L514 52.8c6.2-16.5 24.6-24.9 41.2-18.7s24.9 24.7 18.7 41.2l-144 384c-4.8 12.9-17.4 21.3-31.2 20.7s-25.7-9.8-29.5-23L288 178.3 206.7 457c-3.9 13.2-15.8 22.5-29.5 23s-26.3-7.8-31.2-20.7L2 75.2C-4.2 58.7 4.2 40.2 20.8 34z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "walkie-talkie": { + "aliases": { + "unicodes": { + "secondary": [ + "10f8ef" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "communication", + "copy", + "intercom", + "over", + "portable", + "radio", + "two way radio" + ] + }, + "unicode": "f8ef", + "label": "Walkie Talkie", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M112 24c0-13.3-10.7-24-24-24S64 10.7 64 24V96H48C21.5 96 0 117.5 0 144V300.1c0 12.7 5.1 24.9 14.1 33.9l3.9 3.9c9 9 14.1 21.2 14.1 33.9V464c0 26.5 21.5 48 48 48H304c26.5 0 48-21.5 48-48V371.9c0-12.7 5.1-24.9 14.1-33.9l3.9-3.9c9-9 14.1-21.2 14.1-33.9V144c0-26.5-21.5-48-48-48H320c0-17.7-14.3-32-32-32s-32 14.3-32 32H224c0-17.7-14.3-32-32-32s-32 14.3-32 32H112V24zm0 136H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wallet": { + "aliases": { + "unicodes": { + "secondary": [ + "10f555" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "billfold", + "cash", + "currency", + "money" + ] + }, + "unicode": "f555", + "label": "Wallet", + "voted": true, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H80c-8.8 0-16-7.2-16-16s7.2-16 16-16H448c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM416 272a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wand-magic": { + "aliases": { + "names": [ + "magic" + ], + "unicodes": { + "secondary": [ + "10f0d0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "autocomplete", + "automatic", + "mage", + "magic", + "spell", + "wand", + "witch", + "wizard" + ] + }, + "unicode": "f0d0", + "label": "Wand Magic", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M14.1 463.3c-18.7-18.7-18.7-49.1 0-67.9L395.4 14.1c18.7-18.7 49.1-18.7 67.9 0l34.6 34.6c18.7 18.7 18.7 49.1 0 67.9L116.5 497.9c-18.7 18.7-49.1 18.7-67.9 0L14.1 463.3zM347.6 187.6l105-105L429.4 59.3l-105 105 23.3 23.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wand-magic-sparkles": { + "aliases": { + "names": [ + "magic-wand-sparkles" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "magic", + "magic wand", + "trick", + "witch", + "wizard" + ] + }, + "unicode": "e2ca", + "label": "Wand Magic Sparkles", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M234.7 42.7L197 56.8c-3 1.1-5 4-5 7.2s2 6.1 5 7.2l37.7 14.1L248.8 123c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2L277.3 42.7 263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5L234.7 42.7zM46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0L529.9 116.5c18.7-18.7 18.7-49.1 0-67.9L495.3 14.1c-18.7-18.7-49.1-18.7-67.9 0L46.1 395.4zM484.6 82.6l-105 105-23.3-23.3 105-105 23.3 23.3zM7.5 117.2C3 118.9 0 123.2 0 128s3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96 106.8 39.5C105.1 35 100.8 32 96 32s-9.1 3-10.8 7.5L64 96 7.5 117.2zm352 256c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wand-sparkles": { + "aliases": { + "unicodes": { + "secondary": [ + "10f72b" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "autocomplete", + "automatic", + "fantasy", + "halloween", + "holiday", + "magic", + "weapon", + "witch", + "wizard" + ] + }, + "unicode": "f72b", + "label": "Wand Sparkles", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 6.1c9.5-8.5 24-8.1 33 .9l8 8c9 9 9.4 23.5 .9 33l-85.8 95.9c-2.6 2.9-4.1 6.7-4.1 10.7V176c0 8.8-7.2 16-16 16H384.2c-4.6 0-8.9 1.9-11.9 5.3L100.7 500.9C94.3 508 85.3 512 75.8 512c-8.8 0-17.3-3.5-23.5-9.8L9.7 459.7C3.5 453.4 0 445 0 436.2c0-9.5 4-18.5 11.1-24.8l111.6-99.8c3.4-3 5.3-7.4 5.3-11.9V272c0-8.8 7.2-16 16-16h34.6c3.9 0 7.7-1.5 10.7-4.1L464 6.1zM432 288c3.6 0 6.7 2.4 7.7 5.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8 14.8-51.7c1-3.4 4.1-5.8 7.7-5.8zM87.7 69.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8L87.7 218.2c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8L57.5 166.5 5.8 151.7c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8L72.3 69.8c1-3.4 4.1-5.8 7.7-5.8s6.7 2.4 7.7 5.8zM208 0c3.7 0 6.9 2.5 7.8 6.1l6.8 27.3 27.3 6.8c3.6 .9 6.1 4.1 6.1 7.8s-2.5 6.9-6.1 7.8l-27.3 6.8-6.8 27.3c-.9 3.6-4.1 6.1-7.8 6.1s-6.9-2.5-7.8-6.1l-6.8-27.3-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9 6.1-7.8l27.3-6.8 6.8-27.3c.9-3.6 4.1-6.1 7.8-6.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "warehouse": { + "aliases": { + "unicodes": { + "secondary": [ + "10f494" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "capacity", + "garage", + "inventory", + "storage" + ] + }, + "unicode": "f494", + "label": "Warehouse", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 488V171.3c0-26.2 15.9-49.7 40.2-59.4L308.1 4.8c7.6-3.1 16.1-3.1 23.8 0L599.8 111.9c24.3 9.7 40.2 33.3 40.2 59.4V488c0 13.3-10.7 24-24 24H568c-13.3 0-24-10.7-24-24V224c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32V488c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zm488 24l-336 0c-13.3 0-24-10.7-24-24V432H512l0 56c0 13.3-10.7 24-24 24zM128 400V336H512v64H128zm0-96V224H512l0 80H128z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "watchman-monitoring": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e087", + "label": "Watchman Monitoring", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM121.69,429.122C70.056,388.972,36.741,326.322,36.741,256a218.519,218.519,0,0,1,9.587-64.122l102.9-17.895-.121,10.967-13.943,2.013s-.144,12.5-.144,19.549a12.778,12.778,0,0,0,4.887,10.349l9.468,7.4Zm105.692-283.27,8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5-5.348-5.477-8.257-7.347-15.46,0,0,0-32.342,30.474-39.529,34.5-7.078,3.964-.144,9.344-.144,9.344l8.481,7.618-.048,4.369L75.982,131.045c39.644-56.938,105.532-94.3,180.018-94.3A218.754,218.754,0,0,1,420.934,111.77l-193.512,37.7Zm34.063,329.269-33.9-250.857,9.467-7.4a12.778,12.778,0,0,0,4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013-.116-10.474,241.711,31.391A218.872,218.872,0,0,1,475.259,256C475.259,375.074,379.831,472.212,261.445,475.121Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "water": { + "aliases": { + "unicodes": { + "secondary": [ + "10f773" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "lake", + "liquid", + "ocean", + "sea", + "swim", + "wet" + ] + }, + "unicode": "f773", + "label": "Water", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M269.5 69.9c11.1-7.9 25.9-7.9 37 0C329 85.4 356.5 96 384 96c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 149.7 417 160 384 160c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4C42.8 92.6 61 83.5 75.3 71.6c11.1-9.5 27.3-10.1 39.2-1.7l0 0C136.7 85.2 165.1 96 192 96c27.5 0 55-10.6 77.5-26.1zm37 288C329 373.4 356.5 384 384 384c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 437.7 417 448 384 448c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 373.2 165.1 384 192 384c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0zm0-144C329 229.4 356.5 240 384 240c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 293.7 417 304 384 304c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.5 27.3-10.1 39.2-1.7l0 0C136.7 229.2 165.1 240 192 240c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "water-ladder": { + "aliases": { + "names": [ + "ladder-water", + "swimming-pool" + ], + "unicodes": { + "secondary": [ + "10f5c5" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ladder", + "recreation", + "swim", + "water" + ] + }, + "unicode": "f5c5", + "label": "Water Ladder", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M128 127.7C128 74.9 170.9 32 223.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7V224H384V127.7C384 74.9 426.9 32 479.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7V361c-1.6 1-3.3 2-4.8 3.1c-18 12.4-40.1 20.3-59.2 20.3h0V288H192v96.5c-19 0-41.2-7.9-59.1-20.3c-1.6-1.1-3.2-2.2-4.9-3.1V127.7zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wave-square": { + "aliases": { + "unicodes": { + "secondary": [ + "10f83e" + ] + } + }, + "changes": [ + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "frequency", + "pulse", + "signal" + ] + }, + "unicode": "f83e", + "label": "Wave Square", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 64c0-17.7 14.3-32 32-32H320c17.7 0 32 14.3 32 32V416h96V256c0-17.7 14.3-32 32-32H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H512V448c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32V96H192V256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96V64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "waze": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f83f", + "label": "Waze", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "weebly": { + "changes": [ + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f5cc", + "label": "Weebly", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47zm26.34 114.81l-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "weibo": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f18a", + "label": "Weibo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2zm143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116zM347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3zm-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5zm-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34zm32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "weight-hanging": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5cd" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anvil", + "heavy", + "measurement" + ] + }, + "unicode": "f5cd", + "label": "Weight Hanging", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M224 96a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm122.5 32c3.5-10 5.5-20.8 5.5-32c0-53-43-96-96-96s-96 43-96 96c0 11.2 1.9 22 5.5 32H120c-22 0-41.2 15-46.6 36.4l-72 288c-3.6 14.3-.4 29.5 8.7 41.2S33.2 512 48 512H464c14.8 0 28.7-6.8 37.8-18.5s12.3-26.8 8.7-41.2l-72-288C433.2 143 414 128 392 128H346.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "weight-scale": { + "aliases": { + "names": [ + "weight" + ], + "unicodes": { + "secondary": [ + "10f496" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "health", + "measurement", + "scale", + "weight" + ] + }, + "unicode": "f496", + "label": "Weight Scale", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 176a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zM391.8 64C359.5 24.9 310.7 0 256 0S152.5 24.9 120.2 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H391.8zM296 224c0-10.6-4.1-20.2-10.9-27.4l33.6-78.3c3.5-8.1-.3-17.5-8.4-21s-17.5 .3-21 8.4L255.7 184c-22 .1-39.7 18-39.7 40c0 22.1 17.9 40 40 40s40-17.9 40-40z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "weixin": { + "changes": [ + "4.1.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1d7", + "label": "Weixin (WeChat)", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "whatsapp": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f232", + "label": "What's App", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wheat-awn": { + "aliases": { + "names": [ + "wheat-alt" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agriculture", + "autumn", + "fall", + "farming", + "grain" + ] + }, + "unicode": "e2cd", + "label": "Wheat Awn", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0L486.5 231c6.2-6.2 6.2-16.4 0-22.6L475.2 197c-5.2-5.2-10.6-9.8-16.4-13.9L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wheat-awn-circle-exclamation": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "famine", + "food", + "gluten", + "hunger", + "starve", + "straw" + ] + }, + "unicode": "e598", + "label": "Wheat Awn Circle Exclamation", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c22.5 22.5 53.3 31.5 82.4 27c0-1 0-2.1 0-3.1c0-33.1 9.1-64.1 25-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9 12.2 12.2c6 6 12.6 11.1 19.7 15.2c27.5-34 67.3-57.5 112.6-63.8c-4.1-3.8-8.4-7.3-12.9-10.5L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wheelchair": { + "aliases": { + "unicodes": { + "secondary": [ + "10f193" + ] + } + }, + "changes": [ + "4.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "unicode": "f193", + "label": "Wheelchair", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM120.5 247.2c12.4-4.7 18.7-18.5 14-30.9s-18.5-18.7-30.9-14C43.1 225.1 0 283.5 0 352c0 88.4 71.6 160 160 160c61.2 0 114.3-34.3 141.2-84.7c6.2-11.7 1.8-26.2-9.9-32.5s-26.2-1.8-32.5 9.9C240 440 202.8 464 160 464C98.1 464 48 413.9 48 352c0-47.9 30.1-88.8 72.5-104.8zM259.8 176l-1.9-9.7c-4.5-22.3-24-38.3-46.8-38.3c-30.1 0-52.7 27.5-46.8 57l23.1 115.5c6 29.9 32.2 51.4 62.8 51.4h5.1c.4 0 .8 0 1.3 0h94.1c6.7 0 12.6 4.1 15 10.4L402 459.2c6 16.1 23.8 24.6 40.1 19.1l48-16c16.8-5.6 25.8-23.7 20.2-40.5s-23.7-25.8-40.5-20.2l-18.7 6.2-25.5-68c-11.7-31.2-41.6-51.9-74.9-51.9H282.2l-9.6-48H336c17.7 0 32-14.3 32-32s-14.3-32-32-32H259.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wheelchair-move": { + "aliases": { + "names": [ + "wheelchair-alt" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "access", + "handicap", + "impairment", + "physical", + "wheelchair symbol" + ] + }, + "unicode": "e2ce", + "label": "Wheelchair Move", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M320 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM204.5 121.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224h97.4c30.3 0 53 27.7 47.1 57.4L415.4 422.3c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288H306.7c8.6 19.6 13.3 41.2 13.3 64c0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2-42.1-19.8zM160 448a96 96 0 1 0 0-192 96 96 0 1 0 0 192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "whiskey-glass": { + "aliases": { + "names": [ + "glass-whiskey" + ], + "unicodes": { + "composite": [ + "1f943" + ], + "secondary": [ + "10f7a0" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "bar", + "beverage", + "bourbon", + "drink", + "glass", + "liquor", + "neat", + "rye", + "scotch", + "shot", + "tumbler", + "tumbler glass", + "whisky" + ] + }, + "unicode": "f7a0", + "label": "Whiskey Glass", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32c-9.3 0-18.1 4-24.2 11.1S-1 59.4 .3 68.6l50 342.9c5.7 39.3 39.4 68.5 79.2 68.5h253c39.7 0 73.4-29.1 79.2-68.5l50-342.9c1.3-9.2-1.4-18.5-7.5-25.5S489.3 32 480 32H32zM87.7 224L69 96H443L424.3 224H87.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "whmcs": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f40d", + "label": "WHMCS", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1 29.1-7zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8zm72.3 16.4l46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5-6.8-21.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wifi": { + "aliases": { + "names": [ + "wifi-3", + "wifi-strong" + ], + "unicodes": { + "secondary": [ + "10f1eb" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.3.0", + "5.10.1", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "connection", + "hotspot", + "internet", + "network", + "wireless" + ] + }, + "unicode": "f1eb", + "label": "Wifi", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M54.2 202.9C123.2 136.7 216.8 96 320 96s196.8 40.7 265.8 106.9c12.8 12.2 33 11.8 45.2-.9s11.8-33-.9-45.2C549.7 79.5 440.4 32 320 32S90.3 79.5 9.8 156.7C-2.9 169-3.3 189.2 8.9 202s32.5 13.2 45.2 .9zM320 256c56.8 0 108.6 21.1 148.2 56c13.3 11.7 33.5 10.4 45.2-2.8s10.4-33.5-2.8-45.2C459.8 219.2 393 192 320 192s-139.8 27.2-190.5 72c-13.3 11.7-14.5 31.9-2.8 45.2s31.9 14.5 45.2 2.8c39.5-34.9 91.3-56 148.2-56zm64 160a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wikipedia-w": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f266", + "label": "Wikipedia W", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 51.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1.2.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wind": { + "aliases": { + "unicodes": { + "secondary": [ + "10f72e" + ] + } + }, + "changes": [ + "5.4.0", + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air", + "blow", + "breeze", + "fall", + "seasonal", + "weather" + ] + }, + "unicode": "f72e", + "label": "Wind", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0 17.7 14.3 32 32 32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c53 0 96-43 96-96s-43-96-96-96H320c-17.7 0-32 14.3-32 32zm64 352c0 17.7 14.3 32 32 32h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-17.7 0-32 14.3-32 32zM128 512h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H160c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "window-maximize": { + "aliases": { + "unicodes": { + "composite": [ + "1f5d6" + ], + "secondary": [ + "10f2d0" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Maximize", + "browser", + "computer", + "development", + "expand" + ] + }, + "unicode": "f2d0", + "label": "Window Maximize", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM96 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + }, + "regular": { + "lastModified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M.3 89.5C.1 91.6 0 93.8 0 96V224 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64V224 96c0-35.3-28.7-64-64-64H64c-2.2 0-4.4 .1-6.5 .3c-9.2 .9-17.8 3.8-25.5 8.2C21.8 46.5 13.4 55.1 7.7 65.5c-3.9 7.3-6.5 15.4-7.4 24zM48 224H464l0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "window-minimize": { + "aliases": { + "unicodes": { + "composite": [ + "1f5d5" + ], + "secondary": [ + "10f2d1" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Minimize", + "browser", + "collapse", + "computer", + "development" + ] + }, + "unicode": "f2d1", + "label": "Window Minimize", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + }, + "regular": { + "lastModified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M24 432c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H24z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "window-restore": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2d2" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser", + "computer", + "development" + ] + }, + "unicode": "f2d2", + "label": "Window Restore", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M432 64H208c-8.8 0-16 7.2-16 16V96H128V80c0-44.2 35.8-80 80-80H432c44.2 0 80 35.8 80 80V304c0 44.2-35.8 80-80 80H416V320h16c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192zm64 32c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H96c-17.7 0-32 14.3-32 32z" + }, + "regular": { + "lastModified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M432 48H208c-17.7 0-32 14.3-32 32V96H128V80c0-44.2 35.8-80 80-80H432c44.2 0 80 35.8 80 80V304c0 44.2-35.8 80-80 80H416V336h16c17.7 0 32-14.3 32-32V80c0-17.7-14.3-32-32-32zM48 448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V256H48V448zM64 128H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "regular" + }, + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + }, + { + "family": "classic", + "style": "regular" + } + ] + } + }, + "windows": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "microsoft", + "operating system", + "os" + ] + }, + "unicode": "f17a", + "label": "Windows", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wine-bottle": { + "aliases": { + "unicodes": { + "secondary": [ + "10f72f" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "beverage", + "cabernet", + "drink", + "glass", + "grapes", + "merlot", + "sauvignon" + ] + }, + "unicode": "f72f", + "label": "Wine Bottle", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M393.4 9.4c12.5-12.5 32.8-12.5 45.3 0l64 64c12.5 12.5 12.5 32.8 0 45.3c-11.8 11.8-30.7 12.5-43.2 1.9l-9.5 9.5-48.8 48.8c-9.2 9.2-11.5 22.9-8.6 35.6c9.4 40.9-1.9 85.6-33.8 117.5L197.3 493.3c-25 25-65.5 25-90.5 0l-88-88c-25-25-25-65.5 0-90.5L180.2 153.3c31.9-31.9 76.6-43.1 117.5-33.8c12.6 2.9 26.4 .5 35.5-8.6l48.8-48.8 9.5-9.5c-10.6-12.6-10-31.4 1.9-43.2zM99.3 347.3l65.4 65.4c6.2 6.2 16.4 6.2 22.6 0l97.4-97.4c6.2-6.2 6.2-16.4 0-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6 0L99.3 324.7c-6.2 6.2-6.2 16.4 0 22.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wine-glass": { + "aliases": { + "unicodes": { + "composite": [ + "1f377" + ], + "secondary": [ + "10f4e3" + ] + } + }, + "changes": [ + "5.0.9", + "5.1.0", + "5.10.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "bar", + "beverage", + "cabernet", + "drink", + "glass", + "grapes", + "merlot", + "sauvignon", + "wine", + "wine glass" + ] + }, + "unicode": "f4e3", + "label": "Wine Glass", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M32.1 29.3C33.5 12.8 47.4 0 64 0H256c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6V448h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H160 80c-17.7 0-32-14.3-32-32s14.3-32 32-32h48V348.4C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7H231.9l-5.3-64H93.4l-5.3 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wine-glass-empty": { + "aliases": { + "names": [ + "wine-glass-alt" + ], + "unicodes": { + "secondary": [ + "10f5ce" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "beverage", + "cabernet", + "drink", + "grapes", + "merlot", + "sauvignon" + ] + }, + "unicode": "f5ce", + "label": "Wine Glass Empty", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6V448H80c-17.7 0-32 14.3-32 32s14.3 32 32 32h80 80c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V348.4c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0H64zM81.9 203.1L93.4 64H226.6l11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wirsindhandwerk": { + "aliases": { + "names": [ + "wsh" + ] + }, + "changes": [ + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e2d0", + "label": "wirsindhandwerk", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M50.77161,479.81213h83.36071V367.84741l-83.36071,47.009Zm329.04675,0h82.35022V414.85645l-82.35022-47.009Zm.00568-448V251.568L256.1759,179.1861,134.50378,251.568V31.81213H50.77161V392.60565L256.1759,270.31909,462.16858,392.60565V31.81213Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wix": { + "changes": [ + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f5cf", + "label": "Wix", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63zm-115.8 35.54l-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27zm115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01v-8.98zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21L556.8 256.52z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wizards-of-the-coast": { + "changes": [ + "5.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "d&d", + "dnd", + "fantasy", + "game", + "gaming", + "tabletop" + ] + }, + "unicode": "f730", + "label": "Wizards of the Coast", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08zm336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17zM392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46zm-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32zm-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16zm2.09-136.43l9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45-1.83-8.11zm18.59 117.58l-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57zm55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64v.25zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93zm32.21-6.81l-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04zm10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51zm37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25zm5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66zm10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52zm42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91zm-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9zm29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52l-2.36 3.4zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26-1.31 3.91zm27.23-44.26l-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5l-7.85 10.46zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27zM203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36l-2.36-8.64zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02 11.53-37.71zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55zm211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36zm-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39zM491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95v.27z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wodu": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "e088", + "label": "Wodu", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M178.414 339.706H141.1L112.166 223.475h-.478L83.228 339.706H45.2L0 168.946H37.548L64.574 285.177h.478L94.707 168.946h35.157l29.178 117.667h.479L187.5 168.946h36.831zM271.4 212.713c38.984 0 64.1 25.828 64.1 65.291 0 39.222-25.111 65.05-64.1 65.05-38.743 0-63.855-25.828-63.855-65.05C207.547 238.541 232.659 212.713 271.4 212.713zm0 104.753c23.2 0 30.133-19.852 30.133-39.462 0-19.852-6.934-39.7-30.133-39.7-27.7 0-29.894 19.85-29.894 39.7C241.508 297.614 248.443 317.466 271.4 317.466zM435.084 323.922h-.478c-7.893 13.392-21.765 19.132-37.548 19.132-37.31 0-55.485-32.045-55.485-66.246 0-33.243 18.415-64.095 54.767-64.095 14.589 0 28.938 6.218 36.831 18.416h.24V168.946h33.96v170.76H435.084zM405.428 238.3c-22.24 0-29.894 19.134-29.894 39.463 0 19.371 8.848 39.7 29.894 39.7 22.482 0 29.178-19.613 29.178-39.94C434.606 257.436 427.432 238.3 405.428 238.3zM592.96 339.706H560.673V322.487h-.718c-8.609 13.87-23.436 20.567-37.786 20.567-36.113 0-45.2-20.328-45.2-50.941V216.061h33.959V285.9c0 20.329 5.979 30.372 21.765 30.372 18.415 0 26.306-10.283 26.306-35.393V216.061H592.96zM602.453 302.876H640v36.83H602.453z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wolf-pack-battalion": { + "changes": [ + "5.0.12", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f514", + "label": "Wolf Pack Battalion", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M267.73 471.53l10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52L181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67zm-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "won-sign": { + "aliases": { + "names": [ + "krw", + "won" + ], + "unicodes": { + "composite": [ + "20a9" + ], + "secondary": [ + "10f159" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Won Sign", + "currency" + ] + }, + "unicode": "f159", + "label": "Won Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M62.4 53.9C56.8 37.1 38.6 28.1 21.9 33.6S-3.9 57.4 1.6 74.1L51.6 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H72.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288h46L321 455.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H460.4l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224H329L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224h-64L62.4 53.9zm78 234.1H167l-11.4 45.6L140.4 288zM249 224l7-28.1 7 28.1H249zm96 64h26.6l-15.2 45.6L345 288z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wordpress": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f19a", + "label": "WordPress Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wordpress-simple": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f411", + "label": "Wordpress Simple", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8zM33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256zm223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6zm30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3-80.7-239.6zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "worm": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dirt", + "garden", + "worm", + "wriggle" + ] + }, + "unicode": "e599", + "label": "Worm", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 96c0-53 43-96 96-96h38.4C439.9 0 480 40.1 480 89.6V176v16V376c0 75.1-60.9 136-136 136s-136-60.9-136-136V296c0-22.1-17.9-40-40-40s-40 17.9-40 40V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V296c0-75.1 60.9-136 136-136s136 60.9 136 136v80c0 22.1 17.9 40 40 40s40-17.9 40-40V192H352c-53 0-96-43-96-96zm144-8a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "wpbeginner": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f297", + "label": "WPBeginner", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374zm-339.647-82.972h41.529v-58.075h-41.529v58.075zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913zm-150.753-86.072h166.058v-58.075H189.579v58.075z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wpexplorer": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2de", + "label": "WPExplorer", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256zm-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224zM160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1 37.1-86.9zm110 169.1l46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3-16.5-7.1zm-11.8-116.3l68.6 29.4-29.4 68.3L230 246l29.1-68.6zm80.3 42.9l54.6 23.1-23.4 54.3-54.3-23.1 23.1-54.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wpforms": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f298", + "label": "WPForms", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2zm-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8zM150.2 186v37H76.7v-37h73.5zm0 74.4v37.3H76.7v-37.3h73.5zm11.1-147.3l54-43.7H96.8l64.5 43.7zm210 72.9v37h-196v-37h196zm0 74.4v37.3h-196v-37.3h196zm-84.6-147.3l64.5-43.7H232.8l53.9 43.7zM371.3 335v37.3h-99.4V335h99.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wpressr": { + "aliases": { + "names": [ + "rendact" + ] + }, + "changes": [ + "5.4.2" + ], + "ligatures": [], + "search": { + "terms": [ + "rendact" + ] + }, + "unicode": "f3e4", + "label": "wpressr", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "wrench": { + "aliases": { + "unicodes": { + "composite": [ + "1f527" + ], + "secondary": [ + "10f0ad" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "construction", + "fix", + "mechanic", + "plumbing", + "settings", + "spanner", + "tool", + "update", + "wrench" + ] + }, + "unicode": "f0ad", + "label": "Wrench", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7H336c-8.8 0-16-7.2-16-16V118.6c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160c0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L297.5 310.5c17 6.2 35.4 9.5 54.5 9.5zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "x": { + "aliases": { + "unicodes": { + "composite": [ + "78" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter X", + "Latin Small Letter X", + "letter" + ] + }, + "unicode": "58", + "label": "X", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "x-ray": { + "aliases": { + "unicodes": { + "secondary": [ + "10f497" + ] + } + }, + "changes": [ + "5.0.7", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "health", + "medical", + "radiological images", + "radiology", + "skeleton" + ] + }, + "unicode": "f497", + "label": "X Ray", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32V416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V96C14.3 96 0 81.7 0 64zM256 96c-8.8 0-16 7.2-16 16v32H160c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v48H128c-8.8 0-16 7.2-16 16s7.2 16 16 16H240v70.6L189.1 307c-5.2-2-10.6-3-16.2-3h-2.1c-23.6 0-42.8 19.2-42.8 42.8c0 9.6 3.2 18.9 9.1 26.4l18.2 23.2c9.7 12.4 24.6 19.6 40.3 19.6H316.4c15.7 0 30.6-7.2 40.3-19.6l18.2-23.2c5.9-7.5 9.1-16.8 9.1-26.4c0-23.6-19.2-42.8-42.8-42.8H339c-5.5 0-11 1-16.2 3L272 326.6V256H384c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V176h80c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V112c0-8.8-7.2-16-16-16zM208 352a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm80 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "x-twitter": { + "changes": [ + "6.4.2" + ], + "ligatures": [], + "search": { + "terms": [ + " elon", + " twitter", + " x" + ] + }, + "unicode": "e61b", + "label": "X Twitter", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1690904784, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "xbox": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f412", + "label": "Xbox", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5zM188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4zm311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4zM141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "xing": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f168", + "label": "Xing", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "xmark": { + "aliases": { + "names": [ + "close", + "multiply", + "remove", + "times" + ], + "unicodes": { + "composite": [ + "1f5d9", + "2715", + "2716", + "274c", + "d7" + ], + "secondary": [ + "10f00d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.13", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Cancellation X", + "Multiplication Sign", + "Multiplication X", + "cancel", + "close", + "cross", + "cross mark", + "error", + "exit", + "incorrect", + "mark", + "multiplication", + "multiply", + "notice", + "notification", + "notify", + "problem", + "sign", + "wrong", + "x", + "×" + ] + }, + "unicode": "f00d", + "label": "Xmark", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "xmarks-lines": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "barricade", + "barrier", + "fence", + "poison", + "roadblock" + ] + }, + "unicode": "e59a", + "label": "Xmarks Lines", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM7 167c-9.4 9.4-9.4 24.6 0 33.9l55 55L7 311c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55L41 167c-9.4-9.4-24.6-9.4-33.9 0zM265 167c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55zM455 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "y": { + "aliases": { + "unicodes": { + "composite": [ + "79" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter Y", + "Latin Small Letter Y", + "letter", + "yay", + "yes" + ] + }, + "unicode": "59", + "label": "Y", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M58 45.4C47.8 31 27.8 27.7 13.4 38S-4.3 68.2 6 82.6L160 298.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V298.3L378 82.6c10.3-14.4 6.9-34.4-7.4-44.6S336.2 31 326 45.4L192 232.9 58 45.4z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "y-combinator": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f23b", + "label": "Y Combinator", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "yahoo": { + "changes": [ + "4.1.0", + "5.0.0", + "5.0.3", + "5.13.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f19e", + "label": "Yahoo Logo", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M223.69,141.06,167,284.23,111,141.06H14.93L120.76,390.19,82.19,480h94.17L317.27,141.06Zm105.4,135.79a58.22,58.22,0,1,0,58.22,58.22A58.22,58.22,0,0,0,329.09,276.85ZM394.65,32l-93,223.47H406.44L499.07,32Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "yammer": { + "changes": [ + "5.8.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f840", + "label": "Yammer", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M500.676,159.486a12.779,12.779,0,0,0-6.4-8.282,13.954,13.954,0,0,0-10.078-1.125L457.8,156.7l-.043-.2-22.3,5.785-1.243.333-.608-2.17A369.037,369.037,0,0,0,347.538,4.289a14.1,14.1,0,0,0-19.784-.463l-102.9,102.747H24.947A24.9,24.9,0,0,0,0,131.417V380.38a24.963,24.963,0,0,0,24.918,24.9H224.986L328.072,508a13.667,13.667,0,0,0,19.327,0c.126-.126.249-.255.37-.385a368.025,368.025,0,0,0,69.577-107.374,403.45,403.45,0,0,0,17.3-50.8v-.028l20.406,5.336.029-.073L483.345,362a20.253,20.253,0,0,0,2.619.5,13.359,13.359,0,0,0,4.139-.072,13.5,13.5,0,0,0,10.515-9.924,415.855,415.855,0,0,0,.058-193.013ZM337.125,24.65l.013.014h-.013Zm-110.2,165.161L174.311,281.1a11.338,11.338,0,0,0-1.489,5.655v46.189a22.04,22.04,0,0,1-22.041,22h-3.4A22.068,22.068,0,0,1,125.3,332.962V287.294a11.532,11.532,0,0,0-1.388-5.51l-51.6-92.2a21.988,21.988,0,0,1,19.264-32.726h3.268a22.059,22.059,0,0,1,19.611,11.916l36.357,70.281,37.515-70.512a22.066,22.066,0,0,1,38.556-.695,21.7,21.7,0,0,1,0,21.967ZM337.145,24.673a348.147,348.147,0,0,1,75.8,141.335l.564,1.952-114.134,29.6V131.417a25.006,25.006,0,0,0-24.947-24.9H255.067Zm60.5,367.305v-.043l-.014.014a347.19,347.19,0,0,1-60.177,95.227l-82.2-81.893h19.177a24.978,24.978,0,0,0,24.947-24.9v-66.2l114.6,29.862A385.191,385.191,0,0,1,397.648,391.978Zm84-52.45.015.014-50.618-13.131L299.379,292.1V219.572l119.746-30.99,4.468-1.157,39.54-10.253,18.511-4.816A393,393,0,0,1,481.644,339.528Z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "yandex": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f413", + "label": "Yandex", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M153.1 315.8L65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8h-45.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4V46.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "yandex-international": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f414", + "label": "Yandex International", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512h-51.3z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "yarn": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f7e3", + "label": "Yarn", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "yelp": { + "changes": [ + "4.2.0", + "5.0.0", + "5.7.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f1e9", + "label": "Yelp", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "yen-sign": { + "aliases": { + "names": [ + "cny", + "jpy", + "rmb", + "yen" + ], + "unicodes": { + "composite": [ + "a5" + ], + "secondary": [ + "10f157" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Yen Sign", + "currency" + ] + }, + "unicode": "f157", + "label": "Yen Sign", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M58.6 46.2C48.8 31.5 29 27.6 14.3 37.4S-4.4 67 5.4 81.7L100.2 224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v32H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v64c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V288h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H219.8L314.6 81.7c9.8-14.7 5.8-34.6-8.9-44.4s-34.6-5.8-44.4 8.9L160 198.3 58.6 46.2z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "yin-yang": { + "aliases": { + "unicodes": { + "composite": [ + "262f" + ], + "secondary": [ + "10f6ad" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "daoism", + "opposites", + "religion", + "tao", + "taoism", + "taoist", + "yang", + "yin", + "yin yang" + ] + }, + "unicode": "f6ad", + "label": "Yin Yang", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 64c53 0 96 43 96 96s-43 96-96 96s-96 43-96 96s43 96 96 96C150 448 64 362 64 256S150 64 256 64zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm32-352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "yoast": { + "changes": [ + "4.6.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f2b1", + "label": "Yoast", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "youtube": { + "aliases": { + "unicodes": { + "composite": [ + "f16a" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "film", + "video", + "youtube-play", + "youtube-square" + ] + }, + "unicode": "f167", + "label": "YouTube", + "voted": false, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + }, + "z": { + "aliases": { + "unicodes": { + "composite": [ + "7a" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter Z", + "Latin Small Letter Z", + "letter" + ] + }, + "unicode": "5a", + "label": "Z", + "voted": false, + "svgs": { + "classic": { + "solid": { + "lastModified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H352c12.4 0 23.7 7.2 29 18.4s3.6 24.5-4.4 34.1L100.3 416H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-12.4 0-23.7-7.2-29-18.4s-3.6-24.5 4.4-34.1L283.7 96H32C14.3 96 0 81.7 0 64z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "solid" + } + ], + "pro": [ + { + "family": "classic", + "style": "solid" + } + ] + } + }, + "zhihu": { + "changes": [ + "5.2.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "unicode": "f63f", + "label": "Zhihu", + "voted": true, + "svgs": { + "classic": { + "brands": { + "lastModified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13H170.54zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82v170.31zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62v.01zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2l19.23 14.43zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78l.03-.01z" + } + } + }, + "familyStylesByLicense": { + "free": [ + { + "family": "classic", + "style": "brands" + } + ], + "pro": [ + { + "family": "classic", + "style": "brands" + } + ] + } + } +} \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/metadata/icon-families.yml b/static/thirdparty/fontawesome6/metadata/icon-families.yml new file mode 100644 index 0000000..b1d0b99 --- /dev/null +++ b/static/thirdparty/fontawesome6/metadata/icon-families.yml @@ -0,0 +1,51134 @@ +'0': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: '0' + search: + terms: + - Digit Zero + - nada + - none + - zero + - zilch + unicode: '30' + voted: false +'1': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: '1' + search: + terms: + - Digit One + - one + unicode: '31' + voted: false +'2': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: '2' + search: + terms: + - Digit Two + - two + unicode: '32' + voted: false +'3': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: '3' + search: + terms: + - Digit Three + - three + unicode: '33' + voted: false +'4': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: '4' + search: + terms: + - Digit Four + - four + unicode: '34' + voted: false +'5': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: '5' + search: + terms: + - Digit Five + - five + unicode: '35' + voted: false +'6': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: '6' + search: + terms: + - Digit Six + - six + unicode: '36' + voted: false +'7': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: '7' + search: + terms: + - Digit Seven + - seven + unicode: '37' + voted: false +'8': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: '8' + search: + terms: + - Digit Eight + - eight + unicode: '38' + voted: false +'9': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: '9' + search: + terms: + - Digit Nine + - nine + unicode: '39' + voted: false +42-group: + aliases: + names: + - innosoft + changes: + - 5.15.0 + - 6.0.0-beta2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: 42.group + search: + terms: [] + unicode: e080 + voted: false +500px: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: 500px + search: + terms: [] + unicode: f26e + voted: false +a: + aliases: + unicodes: + composite: + - '61' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: A + search: + terms: + - Latin Capital Letter A + - Latin Small Letter A + - letter + unicode: '41' + voted: false +accessible-icon: + aliases: + unicodes: + composite: + - f29b + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Accessible Icon + search: + terms: + - accessibility + - handicap + - person + - wheelchair + - wheelchair-alt + unicode: f368 + voted: false +accusoft: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Accusoft + search: + terms: [] + unicode: f369 + voted: false +address-book: + aliases: + names: + - contact-book + unicodes: + composite: + - f2ba + secondary: + - 10f2b9 + changes: + - 4.7.0 + - 5.0.0 + - 5.0.3 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Address Book + search: + terms: + - contact + - directory + - index + - little black book + - rolodex + unicode: f2b9 + voted: false +address-card: + aliases: + names: + - contact-card + - vcard + unicodes: + composite: + - f2bc + secondary: + - 10f2bb + changes: + - 4.7.0 + - 5.0.0 + - 5.0.3 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Address Card + search: + terms: + - about + - contact + - id + - identification + - postcard + - profile + - registration + unicode: f2bb + voted: false +adn: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: App.net + search: + terms: [] + unicode: f170 + voted: false +adversal: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Adversal + search: + terms: [] + unicode: f36a + voted: false +affiliatetheme: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: affiliatetheme + search: + terms: [] + unicode: f36b + voted: false +airbnb: + changes: + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Airbnb + search: + terms: [] + unicode: f834 + voted: false +algolia: + changes: + - 5.0.0 + - 6.3.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Algolia + search: + terms: [] + unicode: f36c + voted: false +align-center: + aliases: + unicodes: + secondary: + - 10f037 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Align Center + search: + terms: + - format + - middle + - paragraph + - text + unicode: f037 + voted: false +align-justify: + aliases: + unicodes: + secondary: + - 10f039 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Align Justify + search: + terms: + - format + - paragraph + - text + unicode: f039 + voted: false +align-left: + aliases: + unicodes: + secondary: + - 10f036 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Align Left + search: + terms: + - format + - paragraph + - text + unicode: f036 + voted: false +align-right: + aliases: + unicodes: + secondary: + - 10f038 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Align Right + search: + terms: + - format + - paragraph + - text + unicode: f038 + voted: false +alipay: + changes: + - 5.3.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Alipay + search: + terms: [] + unicode: f642 + voted: false +amazon: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Amazon + search: + terms: [] + unicode: f270 + voted: false +amazon-pay: + changes: + - 5.0.2 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Amazon Pay + search: + terms: [] + unicode: f42c + voted: false +amilia: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Amilia + search: + terms: [] + unicode: f36d + voted: false +anchor: + aliases: + unicodes: + composite: + - '2693' + secondary: + - 10f13d + changes: + - 3.1.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Anchor + search: + terms: + - anchor + - berth + - boat + - dock + - embed + - link + - maritime + - moor + - port + - secure + - ship + - tool + unicode: f13d + voted: false +anchor-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Anchor Circle Check + search: + terms: + - marina + - not affected + - ok + - okay + - port + unicode: e4aa + voted: false +anchor-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Anchor Circle Exclamation + search: + terms: + - affected + - marina + - port + unicode: e4ab + voted: false +anchor-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Anchor Circle Xmark + search: + terms: + - destroy + - marina + - port + unicode: e4ac + voted: false +anchor-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Anchor Lock + search: + terms: + - closed + - lockdown + - marina + - port + - quarantine + unicode: e4ad + voted: false +android: + changes: + - 3.2.0 + - 5.0.0 + - 5.12.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Android + search: + terms: + - robot + unicode: f17b + voted: false +angellist: + changes: + - 4.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: AngelList + search: + terms: [] + unicode: f209 + voted: false +angle-down: + aliases: + unicodes: + composite: + - '2304' + secondary: + - 10f107 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Angle Down + search: + terms: + - Down Arrowhead + - arrow + - caret + - download + - expand + unicode: f107 + voted: false +angle-left: + aliases: + unicodes: + composite: + - '2039' + secondary: + - 10f104 + changes: + - 3.0.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Angle Left + search: + terms: + - Single Left-Pointing Angle Quotation Mark + - arrow + - back + - caret + - less + - previous + unicode: f104 + voted: false +angle-right: + aliases: + unicodes: + composite: + - 203a + secondary: + - 10f105 + changes: + - 3.0.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Angle Right + search: + terms: + - Single Right-Pointing Angle Quotation Mark + - arrow + - care + - forward + - more + - next + unicode: f105 + voted: false +angle-up: + aliases: + unicodes: + composite: + - '2303' + secondary: + - 10f106 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Angle Up + search: + terms: + - Up Arrowhead + - arrow + - caret + - collapse + - upload + unicode: f106 + voted: false +angles-down: + aliases: + names: + - angle-double-down + unicodes: + secondary: + - 10f103 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Angles Down + search: + terms: + - arrows + - caret + - download + - expand + unicode: f103 + voted: false +angles-left: + aliases: + names: + - angle-double-left + unicodes: + composite: + - ab + secondary: + - 10f100 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Angles Left + search: + terms: + - Left-Pointing Double Angle Quotation Mark + - arrows + - back + - caret + - laquo + - previous + - quote + unicode: f100 + voted: false +angles-right: + aliases: + names: + - angle-double-right + unicodes: + composite: + - bb + secondary: + - 10f101 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Angles Right + search: + terms: + - Right-Pointing Double Angle Quotation Mark + - arrows + - caret + - forward + - more + - next + - quote + - raquo + unicode: f101 + voted: false +angles-up: + aliases: + names: + - angle-double-up + unicodes: + secondary: + - 10f102 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Angles Up + search: + terms: + - arrows + - caret + - collapse + - upload + unicode: f102 + voted: false +angrycreative: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Angry Creative + search: + terms: [] + unicode: f36e + voted: false +angular: + changes: + - 5.0.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Angular + search: + terms: [] + unicode: f420 + voted: false +ankh: + aliases: + unicodes: + composite: + - '2625' + secondary: + - 10f644 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ankh + search: + terms: + - Ankh + - amulet + - copper + - coptic christianity + - copts + - crux ansata + - egypt + - venus + unicode: f644 + voted: false +app-store: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: App Store + search: + terms: [] + unicode: f36f + voted: false +app-store-ios: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: iOS App Store + search: + terms: [] + unicode: f370 + voted: false +apper: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Apper Systems AB + search: + terms: [] + unicode: f371 + voted: false +apple: + changes: + - 3.2.0 + - 5.0.0 + - 5.0.7 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Apple + search: + terms: + - fruit + - ios + - mac + - operating system + - os + - osx + unicode: f179 + voted: false +apple-pay: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Apple Pay + search: + terms: [] + unicode: f415 + voted: true +apple-whole: + aliases: + names: + - apple-alt + unicodes: + composite: + - 1f34e + - 1f34f + secondary: + - 10f5d1 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Apple Whole + search: + terms: + - apple + - fall + - fruit + - fuji + - green + - green apple + - macintosh + - orchard + - red + - red apple + - seasonal + - vegan + unicode: f5d1 + voted: false +archway: + aliases: + unicodes: + secondary: + - 10f557 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Archway + search: + terms: + - arc + - monument + - road + - street + - tunnel + unicode: f557 + voted: false +arrow-down: + aliases: + unicodes: + composite: + - '2193' + secondary: + - 10f063 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Down + search: + terms: + - Downwards Arrow + - download + unicode: f063 + voted: false +arrow-down-1-9: + aliases: + names: + - sort-numeric-asc + - sort-numeric-down + unicodes: + secondary: + - 10f162 + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Down 1 9 + search: + terms: + - arrange + - filter + - numbers + - order + - sort-numeric-asc + unicode: f162 + voted: false +arrow-down-9-1: + aliases: + names: + - sort-numeric-desc + - sort-numeric-down-alt + unicodes: + secondary: + - 10f886 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Down 9 1 + search: + terms: + - arrange + - filter + - numbers + - order + - sort-numeric-asc + unicode: f886 + voted: false +arrow-down-a-z: + aliases: + names: + - sort-alpha-asc + - sort-alpha-down + unicodes: + secondary: + - 10f15d + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Down A Z + search: + terms: + - alphabetical + - arrange + - filter + - order + - sort-alpha-asc + unicode: f15d + voted: false +arrow-down-long: + aliases: + names: + - long-arrow-down + unicodes: + secondary: + - 10f175 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Down Long + search: + terms: + - download + - long-arrow-down + unicode: f175 + voted: false +arrow-down-short-wide: + aliases: + names: + - sort-amount-desc + - sort-amount-down-alt + unicodes: + secondary: + - 10f884 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Down Short Wide + search: + terms: + - arrange + - filter + - order + - sort-amount-asc + unicode: f884 + voted: false +arrow-down-up-across-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Down Up Across Line + search: + terms: + - border + - crossing + - transfer + unicode: e4af + voted: false +arrow-down-up-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Down Up Lock + search: + terms: + - border + - closed + - crossing + - lockdown + - quarantine + - transfer + unicode: e4b0 + voted: false +arrow-down-wide-short: + aliases: + names: + - sort-amount-asc + - sort-amount-down + unicodes: + secondary: + - 10f160 + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Down Wide Short + search: + terms: + - arrange + - filter + - number + - order + - sort-amount-asc + unicode: f160 + voted: false +arrow-down-z-a: + aliases: + names: + - sort-alpha-desc + - sort-alpha-down-alt + unicodes: + secondary: + - 10f881 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Down Z A + search: + terms: + - alphabetical + - arrange + - filter + - order + - sort-alpha-asc + unicode: f881 + voted: false +arrow-left: + aliases: + unicodes: + composite: + - '2190' + secondary: + - 10f060 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Left + search: + terms: + - Leftwards Arrow + - back + - previous + unicode: f060 + voted: false +arrow-left-long: + aliases: + names: + - long-arrow-left + unicodes: + secondary: + - 10f177 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Left Long + search: + terms: + - back + - long-arrow-left + - previous + unicode: f177 + voted: false +arrow-pointer: + aliases: + names: + - mouse-pointer + unicodes: + secondary: + - 10f245 + changes: + - 4.4.0 + - 5.0.0 + - 5.0.3 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Pointer + search: + terms: + - arrow + - cursor + - select + unicode: f245 + voted: false +arrow-right: + aliases: + unicodes: + composite: + - '2192' + secondary: + - 10f061 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Right + search: + terms: + - Rightwards Arrow + - forward + - next + unicode: f061 + voted: false +arrow-right-arrow-left: + aliases: + names: + - exchange + unicodes: + composite: + - 21c4 + secondary: + - 10f0ec + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Right Arrow Left + search: + terms: + - Rightwards Arrow Over Leftwards Arrow + - arrow + - arrows + - reciprocate + - return + - swap + - transfer + unicode: f0ec + voted: false +arrow-right-from-bracket: + aliases: + names: + - sign-out + unicodes: + secondary: + - 10f08b + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Right From Bracket + search: + terms: + - arrow + - exit + - leave + - log out + - logout + unicode: f08b + voted: false +arrow-right-long: + aliases: + names: + - long-arrow-right + unicodes: + secondary: + - 10f178 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Right Long + search: + terms: + - forward + - long-arrow-right + - next + unicode: f178 + voted: false +arrow-right-to-bracket: + aliases: + names: + - sign-in + unicodes: + secondary: + - 10f090 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Right To Bracket + search: + terms: + - arrow + - enter + - join + - log in + - login + - sign in + - sign up + - sign-in + - signin + - signup + unicode: f090 + voted: false +arrow-right-to-city: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Right To City + search: + terms: + - building + - city + - exodus + - rural + - urban + unicode: e4b3 + voted: false +arrow-rotate-left: + aliases: + names: + - arrow-left-rotate + - arrow-rotate-back + - arrow-rotate-backward + - undo + unicodes: + composite: + - 21ba + secondary: + - 10f0e2 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Rotate Left + search: + terms: + - Anticlockwise Open Circle Arrow + - back + - control z + - exchange + - oops + - return + - rotate + - swap + unicode: f0e2 + voted: false +arrow-rotate-right: + aliases: + names: + - arrow-right-rotate + - arrow-rotate-forward + - redo + unicodes: + composite: + - 21bb + secondary: + - 10f01e + changes: + - 1.0.0 + - 5.0.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Rotate Right + search: + terms: + - Clockwise Open Circle Arrow + - forward + - refresh + - reload + - repeat + unicode: f01e + voted: false +arrow-trend-down: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Trend Down + search: + terms: + - line + - stocks + - trend + unicode: e097 + voted: false +arrow-trend-up: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Trend Up + search: + terms: + - line + - stocks + - trend + unicode: e098 + voted: false +arrow-turn-down: + aliases: + names: + - level-down + unicodes: + secondary: + - 10f149 + changes: + - 3.1.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Turn Down + search: + terms: + - arrow + unicode: f149 + voted: false +arrow-turn-up: + aliases: + names: + - level-up + unicodes: + secondary: + - 10f148 + changes: + - 3.1.0 + - 5.0.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Turn Up + search: + terms: + - arrow + unicode: f148 + voted: false +arrow-up: + aliases: + unicodes: + composite: + - '2191' + secondary: + - 10f062 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up + search: + terms: + - Upwards Arrow + - forward + - upload + unicode: f062 + voted: false +arrow-up-1-9: + aliases: + names: + - sort-numeric-up + unicodes: + secondary: + - 10f163 + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up 1 9 + search: + terms: + - arrange + - filter + - numbers + - order + - sort-numeric-desc + unicode: f163 + voted: false +arrow-up-9-1: + aliases: + names: + - sort-numeric-up-alt + unicodes: + secondary: + - 10f887 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up 9 1 + search: + terms: + - arrange + - filter + - numbers + - order + - sort-numeric-desc + unicode: f887 + voted: false +arrow-up-a-z: + aliases: + names: + - sort-alpha-up + unicodes: + secondary: + - 10f15e + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up A Z + search: + terms: + - alphabetical + - arrange + - filter + - order + - sort-alpha-desc + unicode: f15e + voted: false +arrow-up-from-bracket: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up From Bracket + search: + terms: + - share + - transfer + - upload + unicode: e09a + voted: false +arrow-up-from-ground-water: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up From Ground Water + search: + terms: + - groundwater + - spring + - water supply + - water table + unicode: e4b5 + voted: false +arrow-up-from-water-pump: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up From Water Pump + search: + terms: + - flood + - groundwater + - pump + - submersible + - sump pump + unicode: e4b6 + voted: false +arrow-up-long: + aliases: + names: + - long-arrow-up + unicodes: + secondary: + - 10f176 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up Long + search: + terms: + - long-arrow-up + - upload + unicode: f176 + voted: false +arrow-up-right-dots: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up Right Dots + search: + terms: + - growth + - increase + - population + unicode: e4b7 + voted: false +arrow-up-right-from-square: + aliases: + names: + - external-link + unicodes: + secondary: + - 10f08e + changes: + - 1.0.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up Right From Square + search: + terms: + - new + - open + - send + - share + unicode: f08e + voted: false +arrow-up-short-wide: + aliases: + names: + - sort-amount-up-alt + unicodes: + secondary: + - 10f885 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up Short Wide + search: + terms: + - arrange + - filter + - order + - sort-amount-desc + unicode: f885 + voted: false +arrow-up-wide-short: + aliases: + names: + - sort-amount-up + unicodes: + secondary: + - 10f161 + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up Wide Short + search: + terms: + - arrange + - filter + - order + - sort-amount-desc + unicode: f161 + voted: false +arrow-up-z-a: + aliases: + names: + - sort-alpha-up-alt + unicodes: + secondary: + - 10f882 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrow Up Z A + search: + terms: + - alphabetical + - arrange + - filter + - order + - sort-alpha-desc + unicode: f882 + voted: false +arrows-down-to-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Down To Line + search: + terms: + - scale down + - sink + unicode: e4b8 + voted: false +arrows-down-to-people: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Down To People + search: + terms: + - affected + - focus + - targeted + unicode: e4b9 + voted: false +arrows-left-right: + aliases: + names: + - arrows-h + unicodes: + secondary: + - 10f07e + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Left Right + search: + terms: + - expand + - horizontal + - landscape + - resize + - wide + unicode: f07e + voted: false +arrows-left-right-to-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Left Right To Line + search: + terms: + - analysis + - expand + - gap + unicode: e4ba + voted: false +arrows-rotate: + aliases: + names: + - refresh + - sync + unicodes: + composite: + - 1f5d8 + secondary: + - 10f021 + changes: + - 1.0.0 + - 5.0.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Rotate + search: + terms: + - Clockwise Right and Left Semicircle Arrows + - exchange + - refresh + - reload + - rotate + - swap + unicode: f021 + voted: false +arrows-spin: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Spin + search: + terms: + - cycle + - rotate + - spin + - whirl + unicode: e4bb + voted: false +arrows-split-up-and-left: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Split Up And Left + search: + terms: + - agile + - split + unicode: e4bc + voted: false +arrows-to-circle: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows To Circle + search: + terms: + - center + - concentrate + - coordinate + - coordination + - focal point + - focus + unicode: e4bd + voted: false +arrows-to-dot: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows To Dot + search: + terms: + - assembly point + - center + - condense + - focus + - minimize + unicode: e4be + voted: false +arrows-to-eye: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows To Eye + search: + terms: + - center + - coordinated assessment + - focus + unicode: e4bf + voted: false +arrows-turn-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Turn Right + search: + terms: + - arrows + unicode: e4c0 + voted: false +arrows-turn-to-dots: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Turn To Dots + search: + terms: + - destination + - nexus + unicode: e4c1 + voted: false +arrows-up-down: + aliases: + names: + - arrows-v + unicodes: + secondary: + - 10f07d + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Up Down + search: + terms: + - expand + - portrait + - resize + - tall + - vertical + unicode: f07d + voted: false +arrows-up-down-left-right: + aliases: + names: + - arrows + unicodes: + secondary: + - 10f047 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Up Down Left Right + search: + terms: + - arrow + - arrows + - bigger + - enlarge + - expand + - fullscreen + - move + - position + - reorder + - resize + unicode: f047 + voted: false +arrows-up-to-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Arrows Up To Line + search: + terms: + - rise + - scale up + unicode: e4c2 + voted: false +artstation: + changes: + - 5.6.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Artstation + search: + terms: [] + unicode: f77a + voted: true +asterisk: + aliases: + unicodes: + composite: + - '2731' + - f069 + primary: + - f069 + secondary: + - 102a + - 10f069 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Asterisk + search: + terms: + - Asterisk + - Heavy Asterisk + - annotation + - details + - reference + - star + unicode: 2a + voted: false +asymmetrik: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: 'Asymmetrik, Ltd.' + search: + terms: [] + unicode: f372 + voted: false +at: + aliases: + unicodes: + composite: + - f1fa + primary: + - f1fa + secondary: + - 10f1fa + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: At + search: + terms: + - Commercial At + - address + - author + - e-mail + - email + - fluctuate + - handle + unicode: '40' + voted: false +atlassian: + changes: + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Atlassian + search: + terms: [] + unicode: f77b + voted: true +atom: + aliases: + unicodes: + composite: + - 269b + secondary: + - 10f5d2 + changes: + - 5.2.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Atom + search: + terms: + - atheism + - atheist + - atom + - atom symbol + - chemistry + - electron + - ion + - isotope + - neutron + - nuclear + - proton + - science + unicode: f5d2 + voted: false +audible: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Audible + search: + terms: [] + unicode: f373 + voted: false +audio-description: + aliases: + unicodes: + secondary: + - 10f29e + changes: + - 4.6.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Audio Description + search: + terms: + - blind + - narration + - video + - visual + unicode: f29e + voted: false +austral-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Austral Sign + search: + terms: + - Austral Sign + - currency + unicode: e0a9 + voted: false +autoprefixer: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Autoprefixer + search: + terms: [] + unicode: f41c + voted: false +avianex: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: avianex + search: + terms: [] + unicode: f374 + voted: false +aviato: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Aviato + search: + terms: [] + unicode: f421 + voted: false +award: + aliases: + unicodes: + secondary: + - 10f559 + changes: + - 5.1.0 + - 5.2.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Award + search: + terms: + - honor + - praise + - prize + - recognition + - ribbon + - trophy + unicode: f559 + voted: true +aws: + changes: + - 5.0.0 + - 5.1.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Amazon Web Services (AWS) + search: + terms: [] + unicode: f375 + voted: false +b: + aliases: + unicodes: + composite: + - '62' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: B + search: + terms: + - Latin Capital Letter B + - Latin Small Letter B + - letter + unicode: '42' + voted: false +baby: + aliases: + unicodes: + secondary: + - 10f77c + changes: + - 5.6.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Baby + search: + terms: + - users-people + unicode: f77c + voted: true +baby-carriage: + aliases: + names: + - carriage-baby + unicodes: + secondary: + - 10f77d + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Baby Carriage + search: + terms: + - buggy + - carrier + - infant + - push + - stroller + - transportation + - walk + - wheels + unicode: f77d + voted: true +backward: + aliases: + unicodes: + composite: + - 23ea + secondary: + - 10f04a + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Backward + search: + terms: + - arrow + - double + - fast reverse button + - previous + - rewind + unicode: f04a + voted: false +backward-fast: + aliases: + names: + - fast-backward + unicodes: + composite: + - 23ee + secondary: + - 10f049 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Backward Fast + search: + terms: + - arrow + - beginning + - first + - last track button + - previous + - previous scene + - previous track + - rewind + - start + - triangle + unicode: f049 + voted: false +backward-step: + aliases: + names: + - step-backward + unicodes: + secondary: + - 10f048 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Backward Step + search: + terms: + - beginning + - first + - previous + - rewind + - start + unicode: f048 + voted: false +bacon: + aliases: + unicodes: + composite: + - 1f953 + secondary: + - 10f7e5 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bacon + search: + terms: + - bacon + - blt + - breakfast + - food + - ham + - lard + - meat + - pancetta + - pork + - rasher + unicode: f7e5 + voted: false +bacteria: + aliases: + unicodes: + secondary: + - '10e059' + changes: + - 5.13.0 + - 5.13.1 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bacteria + search: + terms: + - antibiotic + - antibody + - covid-19 + - health + - organism + - sick + unicode: e059 + voted: false +bacterium: + aliases: + unicodes: + secondary: + - 10e05a + changes: + - 5.13.0 + - 5.13.1 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bacterium + search: + terms: + - antibiotic + - antibody + - covid-19 + - health + - organism + - sick + unicode: e05a + voted: false +bag-shopping: + aliases: + names: + - shopping-bag + unicodes: + secondary: + - 10f290 + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bag Shopping + search: + terms: + - buy + - checkout + - grocery + - payment + - purchase + unicode: f290 + voted: false +bahai: + aliases: + names: + - haykal + unicodes: + secondary: + - 10f666 + changes: + - 5.3.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bahai + search: + terms: + - bahai + - bahá'í + - star + unicode: f666 + voted: false +baht-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Baht Sign + search: + terms: + - currency + unicode: e0ac + voted: false +ban: + aliases: + names: + - cancel + unicodes: + composite: + - 1f6ab + secondary: + - 10f05e + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ban + search: + terms: + - abort + - ban + - block + - cancel + - delete + - entry + - forbidden + - hide + - 'no' + - not + - prohibit + - prohibited + - remove + - stop + - trash + unicode: f05e + voted: false +ban-smoking: + aliases: + names: + - smoking-ban + unicodes: + composite: + - 1f6ad + secondary: + - 10f54d + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ban Smoking + search: + terms: + - ban + - cancel + - forbidden + - 'no' + - no smoking + - non-smoking + - not + - prohibited + - smoking + unicode: f54d + voted: true +bandage: + aliases: + names: + - band-aid + unicodes: + composite: + - 1fa79 + secondary: + - 10f462 + changes: + - 5.0.7 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bandage + search: + terms: + - adhesive bandage + - bandage + - boo boo + - first aid + - ouch + unicode: f462 + voted: false +bandcamp: + changes: + - 4.7.0 + - 5.0.0 + - 5.13.1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Bandcamp + search: + terms: [] + unicode: f2d5 + voted: false +bangladeshi-taka-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bangladeshi Taka Sign + search: + terms: + - bdt + - currency + - tk + unicode: e2e6 + voted: false +barcode: + aliases: + unicodes: + secondary: + - 10f02a + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Barcode + search: + terms: + - info + - laser + - price + - scan + - upc + unicode: f02a + voted: false +bars: + aliases: + names: + - navicon + unicodes: + secondary: + - 10f0c9 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bars + search: + terms: + - checklist + - drag + - hamburger + - list + - menu + - nav + - navigation + - ol + - reorder + - settings + - todo + - ul + unicode: f0c9 + voted: false +bars-progress: + aliases: + names: + - tasks-alt + unicodes: + secondary: + - 10f828 + changes: + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bars Progress + search: + terms: + - checklist + - downloading + - downloads + - loading + - poll + - progress + - project management + - settings + - to do + unicode: f828 + voted: false +bars-staggered: + aliases: + names: + - reorder + - stream + unicodes: + secondary: + - 10f550 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bars Staggered + search: + terms: + - flow + - list + - timeline + unicode: f550 + voted: false +baseball: + aliases: + names: + - baseball-ball + unicodes: + composite: + - 1f94e + - 26be + secondary: + - 10f433 + changes: + - 5.0.5 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Baseball + search: + terms: + - ball + - baseball + - foul + - glove + - hardball + - league + - leather + - mlb + - softball + - sport + - underarm + unicode: f433 + voted: false +baseball-bat-ball: + aliases: + unicodes: + secondary: + - 10f432 + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Baseball Bat Ball + search: + terms: + - bat + - league + - mlb + - slugger + - softball + - sport + unicode: f432 + voted: false +basket-shopping: + aliases: + names: + - shopping-basket + unicodes: + secondary: + - 10f291 + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Basket Shopping + search: + terms: + - buy + - checkout + - grocery + - payment + - purchase + unicode: f291 + voted: false +basketball: + aliases: + names: + - basketball-ball + unicodes: + composite: + - 1f3c0 + secondary: + - 10f434 + changes: + - 5.0.5 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Basketball + search: + terms: + - ball + - basketball + - dribble + - dunk + - hoop + - nba + unicode: f434 + voted: false +bath: + aliases: + names: + - bathtub + unicodes: + composite: + - 1f6c1 + secondary: + - 10f2cd + changes: + - 4.7.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bath + search: + terms: + - bath + - bathtub + - clean + - shower + - tub + - wash + unicode: f2cd + voted: false +battery-empty: + aliases: + names: + - battery-0 + unicodes: + secondary: + - 10f244 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Battery Empty + search: + terms: + - charge + - dead + - power + - status + unicode: f244 + voted: false +battery-full: + aliases: + names: + - battery + - battery-5 + unicodes: + composite: + - 1f50b + secondary: + - 10f240 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Battery Full + search: + terms: + - batter + - battery + - charge + - power + - status + unicode: f240 + voted: false +battery-half: + aliases: + names: + - battery-3 + unicodes: + secondary: + - 10f242 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Battery Half + search: + terms: + - charge + - power + - status + unicode: f242 + voted: false +battery-quarter: + aliases: + names: + - battery-2 + unicodes: + secondary: + - 10f243 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Battery Quarter + search: + terms: + - charge + - low + - power + - status + unicode: f243 + voted: false +battery-three-quarters: + aliases: + names: + - battery-4 + unicodes: + secondary: + - 10f241 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Battery Three Quarters + search: + terms: + - charge + - power + - status + unicode: f241 + voted: false +battle-net: + changes: + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Battle.net + search: + terms: [] + unicode: f835 + voted: false +bed: + aliases: + unicodes: + composite: + - 1f6cc + secondary: + - 10f236 + changes: + - 4.3.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bed + search: + terms: + - hospital + - hotel + - lodging + - mattress + - patient + - person in bed + - rest + - sleep + - travel + unicode: f236 + voted: false +bed-pulse: + aliases: + names: + - procedures + unicodes: + secondary: + - 10f487 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bed Pulse + search: + terms: + - EKG + - bed + - electrocardiogram + - health + - hospital + - life + - patient + - vital + unicode: f487 + voted: false +beer-mug-empty: + aliases: + names: + - beer + unicodes: + secondary: + - 10f0fc + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Beer Mug Empty + search: + terms: + - alcohol + - ale + - bar + - beverage + - brew + - brewery + - drink + - foam + - lager + - liquor + - mug + - stein + unicode: f0fc + voted: false +behance: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Behance + search: + terms: [] + unicode: f1b4 + voted: false +bell: + aliases: + unicodes: + composite: + - 1f514 + - f0a2 + secondary: + - 10f0f3 + changes: + - 2.0.0 + - 5.0.0 + - 5.2.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Bell + search: + terms: + - alarm + - alert + - bel + - bell + - chime + - notification + - reminder + unicode: f0f3 + voted: false +bell-concierge: + aliases: + names: + - concierge-bell + unicodes: + composite: + - 1f6ce + secondary: + - 10f562 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bell Concierge + search: + terms: + - attention + - bell + - bellhop + - bellhop bell + - hotel + - receptionist + - service + - support + unicode: f562 + voted: false +bell-slash: + aliases: + unicodes: + composite: + - 1f515 + - f1f7 + secondary: + - 10f1f6 + changes: + - 4.2.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Bell Slash + search: + terms: + - alert + - bell + - bell with slash + - cancel + - disabled + - forbidden + - mute + - notification + - 'off' + - quiet + - reminder + - silent + unicode: f1f6 + voted: false +bezier-curve: + aliases: + unicodes: + secondary: + - 10f55b + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bezier Curve + search: + terms: + - curves + - illustrator + - lines + - path + - vector + unicode: f55b + voted: false +bicycle: + aliases: + unicodes: + composite: + - 1f6b2 + secondary: + - 10f206 + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bicycle + search: + terms: + - bicycle + - bike + - gears + - pedal + - transportation + - vehicle + unicode: f206 + voted: false +bilibili: + changes: + - 6.0.0-beta2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Bilibili + search: + terms: [] + unicode: e3d9 + voted: true +bimobject: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: BIMobject + search: + terms: [] + unicode: f378 + voted: false +binoculars: + aliases: + unicodes: + secondary: + - 10f1e5 + changes: + - 4.2.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Binoculars + search: + terms: + - glasses + - magnify + - scenic + - spyglass + - view + unicode: f1e5 + voted: false +biohazard: + aliases: + unicodes: + composite: + - '2623' + secondary: + - 10f780 + changes: + - 5.6.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Biohazard + search: + terms: + - biohazard + - covid-19 + - danger + - dangerous + - epidemic + - hazmat + - medical + - pandemic + - radioactive + - sign + - toxic + - waste + - zombie + unicode: f780 + voted: true +bitbucket: + aliases: + unicodes: + composite: + - f172 + changes: + - 3.2.0 + - 5.0.0 + - 5.6.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Bitbucket + search: + terms: + - atlassian + - bitbucket-square + - git + unicode: f171 + voted: false +bitcoin: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Bitcoin + search: + terms: [] + unicode: f379 + voted: false +bitcoin-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bitcoin Sign + search: + terms: + - Bitcoin Sign + - currency + unicode: e0b4 + voted: false +bity: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Bity + search: + terms: [] + unicode: f37a + voted: false +black-tie: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Font Awesome Black Tie + search: + terms: [] + unicode: f27e + voted: false +blackberry: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: BlackBerry + search: + terms: [] + unicode: f37b + voted: false +blender: + aliases: + unicodes: + secondary: + - 10f517 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Blender + search: + terms: + - cocktail + - milkshake + - mixer + - puree + - smoothie + unicode: f517 + voted: false +blender-phone: + aliases: + unicodes: + secondary: + - 10f6b6 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Blender Phone + search: + terms: + - appliance + - cocktail + - fantasy + - milkshake + - mixer + - puree + - silly + - smoothie + unicode: f6b6 + voted: false +blog: + aliases: + unicodes: + secondary: + - 10f781 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Blog + search: + terms: + - journal + - log + - online + - personal + - post + - web 2.0 + - wordpress + - writing + unicode: f781 + voted: true +blogger: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Blogger + search: + terms: [] + unicode: f37c + voted: false +blogger-b: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Blogger B + search: + terms: [] + unicode: f37d + voted: false +bluetooth: + aliases: + unicodes: + secondary: + - 10f293 + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Bluetooth + search: + terms: + - signal + unicode: f293 + voted: false +bluetooth-b: + changes: + - 4.5.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Bluetooth + search: + terms: [] + unicode: f294 + voted: false +bold: + aliases: + unicodes: + secondary: + - 10f032 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bold + search: + terms: + - emphasis + - format + - text + unicode: f032 + voted: false +bolt: + aliases: + names: + - zap + unicodes: + composite: + - 26a1 + secondary: + - 10f0e7 + changes: + - 2.0.0 + - 5.0.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bolt + search: + terms: + - charge + - danger + - electric + - electricity + - flash + - high voltage + - lightning + - voltage + - weather + - zap + unicode: f0e7 + voted: false +bolt-lightning: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bolt Lightning + search: + terms: + - electricity + - flash + - lightning + - weather + - zap + unicode: e0b7 + voted: false +bomb: + aliases: + unicodes: + composite: + - 1f4a3 + secondary: + - 10f1e2 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bomb + search: + terms: + - bomb + - comic + - error + - explode + - fuse + - grenade + - warning + unicode: f1e2 + voted: false +bone: + aliases: + unicodes: + composite: + - 1f9b4 + secondary: + - 10f5d7 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bone + search: + terms: + - bone + - calcium + - dog + - skeletal + - skeleton + - tibia + unicode: f5d7 + voted: false +bong: + aliases: + unicodes: + secondary: + - 10f55c + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bong + search: + terms: + - aparatus + - cannabis + - marijuana + - pipe + - smoke + - smoking + unicode: f55c + voted: false +book: + aliases: + unicodes: + composite: + - 1f4d4 + secondary: + - 10f02d + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Book + search: + terms: + - book + - cover + - decorated + - diary + - documentation + - journal + - library + - notebook + - notebook with decorative cover + - read + - research + unicode: f02d + voted: false +book-atlas: + aliases: + names: + - atlas + unicodes: + secondary: + - 10f558 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Book Atlas + search: + terms: + - book + - directions + - geography + - globe + - library + - map + - research + - travel + - wayfinding + unicode: f558 + voted: false +book-bible: + aliases: + names: + - bible + unicodes: + secondary: + - 10f647 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Book Bible + search: + terms: + - book + - catholicism + - christianity + - god + - holy + unicode: f647 + voted: false +book-bookmark: + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Book Bookmark + search: + terms: + - library + - research + unicode: e0bb + voted: false +book-journal-whills: + aliases: + names: + - journal-whills + unicodes: + secondary: + - 10f66a + changes: + - 5.3.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Book Journal Whills + search: + terms: + - book + - force + - jedi + - sith + - star wars + - yoda + unicode: f66a + voted: false +book-medical: + aliases: + unicodes: + secondary: + - 10f7e6 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Book Medical + search: + terms: + - diary + - documentation + - health + - history + - journal + - library + - read + - record + - research + unicode: f7e6 + voted: false +book-open: + aliases: + unicodes: + composite: + - 1f4d6 + - 1f56e + secondary: + - 10f518 + changes: + - 5.0.13 + - 5.1.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Book Open + search: + terms: + - Book + - book + - flyer + - library + - notebook + - open + - open book + - pamphlet + - reading + - research + unicode: f518 + voted: true +book-open-reader: + aliases: + names: + - book-reader + unicodes: + secondary: + - 10f5da + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Book Open Reader + search: + terms: + - flyer + - library + - notebook + - open book + - pamphlet + - reading + - research + unicode: f5da + voted: false +book-quran: + aliases: + names: + - quran + unicodes: + secondary: + - 10f687 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Book Quran + search: + terms: + - book + - islam + - muslim + - religion + unicode: f687 + voted: false +book-skull: + aliases: + names: + - book-dead + unicodes: + secondary: + - 10f6b7 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Book Skull + search: + terms: + - Dungeons & Dragons + - crossbones + - d&d + - dark arts + - death + - dnd + - documentation + - evil + - fantasy + - halloween + - holiday + - library + - necronomicon + - read + - research + - skull + - spell + unicode: f6b7 + voted: false +book-tanakh: + aliases: + names: + - tanakh + unicodes: + secondary: + - 10f827 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Book Tanakh + search: + terms: + - book + - jewish + - judaism + - religion + unicode: f827 + voted: false +bookmark: + aliases: + unicodes: + composite: + - 1f516 + - f097 + secondary: + - 10f02e + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Bookmark + search: + terms: + - bookmark + - favorite + - library + - mark + - marker + - read + - remember + - research + - save + unicode: f02e + voted: false +bootstrap: + changes: + - 5.8.0 + - 5.15.4 + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Bootstrap + search: + terms: [] + unicode: f836 + voted: false +border-all: + aliases: + unicodes: + secondary: + - 10f84c + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Border All + search: + terms: + - cell + - grid + - outline + - stroke + - table + unicode: f84c + voted: false +border-none: + aliases: + unicodes: + secondary: + - 10f850 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Border None + search: + terms: + - cell + - grid + - outline + - stroke + - table + unicode: f850 + voted: false +border-top-left: + aliases: + names: + - border-style + unicodes: + secondary: + - 10f853 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Border Top Left + search: + terms: + - cell + - outline + - stroke + - table + unicode: f853 + voted: false +bore-hole: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bore Hole + search: + terms: + - bore + - bury + - drill + - hole + unicode: e4c3 + voted: false +bots: + changes: + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Bots + search: + terms: [] + unicode: e340 + voted: false +bottle-droplet: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bottle Droplet + search: + terms: + - alcohol + - drink + - oil + - olive oil + - wine + unicode: e4c4 + voted: false +bottle-water: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bottle Water + search: + terms: + - h2o + - plastic + - water + unicode: e4c5 + voted: false +bowl-food: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bowl Food + search: + terms: + - catfood + - dogfood + - food + - rice + unicode: e4c6 + voted: false +bowl-rice: + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bowl Rice + search: + terms: + - boiled + - cooked + - cooked rice + - rice + - steamed + unicode: e2eb + voted: false +bowling-ball: + aliases: + unicodes: + secondary: + - 10f436 + changes: + - 5.0.5 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bowling Ball + search: + terms: + - alley + - candlepin + - gutter + - lane + - strike + - tenpin + unicode: f436 + voted: false +box: + aliases: + unicodes: + composite: + - 1f4e6 + secondary: + - 10f466 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Box + search: + terms: + - archive + - box + - container + - package + - parcel + - storage + unicode: f466 + voted: false +box-archive: + aliases: + names: + - archive + unicodes: + secondary: + - 10f187 + changes: + - 3.2.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Box Archive + search: + terms: + - box + - package + - save + - storage + unicode: f187 + voted: false +box-open: + aliases: + unicodes: + secondary: + - 10f49e + changes: + - 5.0.9 + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Box Open + search: + terms: + - archive + - container + - package + - storage + - unpack + unicode: f49e + voted: false +box-tissue: + aliases: + unicodes: + secondary: + - 10e05b + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Box Tissue + search: + terms: + - cough + - covid-19 + - kleenex + - mucus + - nose + - sneeze + - snot + unicode: e05b + voted: false +boxes-packing: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Boxes Packing + search: + terms: + - archive + - box + - package + - storage + - supplies + unicode: e4c7 + voted: false +boxes-stacked: + aliases: + names: + - boxes + - boxes-alt + unicodes: + composite: + - f4a1 + primary: + - f4a1 + secondary: + - 10f468 + - 10f4a1 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Boxes Stacked + search: + terms: + - archives + - inventory + - storage + - warehouse + unicode: f468 + voted: false +braille: + aliases: + unicodes: + secondary: + - 10f2a1 + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Braille + search: + terms: + - alphabet + - blind + - dots + - raised + - vision + unicode: f2a1 + voted: false +brain: + aliases: + unicodes: + composite: + - 1f9e0 + secondary: + - 10f5dc + changes: + - 5.2.0 + - 5.9.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Brain + search: + terms: + - brain + - cerebellum + - gray matter + - intellect + - intelligent + - medulla oblongata + - mind + - noodle + - wit + unicode: f5dc + voted: false +brazilian-real-sign: + changes: + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Brazilian Real Sign + search: + terms: + - brazilian real sign + - currency + unicode: e46c + voted: false +bread-slice: + aliases: + unicodes: + secondary: + - 10f7ec + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bread Slice + search: + terms: + - bake + - bakery + - baking + - dough + - flour + - gluten + - grain + - sandwich + - sourdough + - toast + - wheat + - yeast + unicode: f7ec + voted: false +bridge: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bridge + search: + terms: + - bridge + - road + unicode: e4c8 + voted: false +bridge-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bridge Circle Check + search: + terms: + - bridge + - not affected + - ok + - okay + - road + unicode: e4c9 + voted: false +bridge-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bridge Circle Exclamation + search: + terms: + - affected + - bridge + - road + unicode: e4ca + voted: false +bridge-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bridge Circle Xmark + search: + terms: + - bridge + - destroy + - road + unicode: e4cb + voted: false +bridge-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bridge Lock + search: + terms: + - bridge + - closed + - lockdown + - quarantine + - road + unicode: e4cc + voted: false +bridge-water: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bridge Water + search: + terms: + - bridge + - road + unicode: e4ce + voted: false +briefcase: + aliases: + unicodes: + composite: + - 1f4bc + secondary: + - 10f0b1 + changes: + - 2.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Briefcase + search: + terms: + - bag + - briefcas + - briefcase + - business + - luggage + - office + - work + unicode: f0b1 + voted: false +briefcase-medical: + aliases: + unicodes: + secondary: + - 10f469 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Briefcase Medical + search: + terms: + - doctor + - emt + - first aid + - health + unicode: f469 + voted: false +broom: + aliases: + unicodes: + composite: + - 1f9f9 + secondary: + - 10f51a + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Broom + search: + terms: + - broom + - clean + - cleaning + - firebolt + - fly + - halloween + - nimbus 2000 + - quidditch + - sweep + - sweeping + - witch + unicode: f51a + voted: true +broom-ball: + aliases: + names: + - quidditch + - quidditch-broom-ball + unicodes: + secondary: + - 10f458 + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Broom Ball + search: + terms: + - ball + - bludger + - broom + - golden snitch + - harry potter + - hogwarts + - quaffle + - sport + - wizard + unicode: f458 + voted: false +brush: + aliases: + unicodes: + secondary: + - 10f55d + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Brush + search: + terms: + - art + - bristles + - color + - handle + - paint + unicode: f55d + voted: false +btc: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: BTC + search: + terms: [] + unicode: f15a + voted: false +bucket: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bucket + search: + terms: + - bucket + - pail + - sandcastle + unicode: e4cf + voted: false +buffer: + changes: + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Buffer + search: + terms: [] + unicode: f837 + voted: false +bug: + aliases: + unicodes: + secondary: + - 10f188 + changes: + - 3.2.0 + - 5.0.0 + - 5.15.4 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bug + search: + terms: + - beetle + - error + - glitch + - insect + - repair + - report + unicode: f188 + voted: false +bug-slash: + changes: + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bug Slash + search: + terms: + - beetle + - fix + - glitch + - insect + - optimize + - repair + - report + - warning + unicode: e490 + voted: false +bugs: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bugs + search: + terms: + - bedbug + - infestation + - lice + - plague + - ticks + unicode: e4d0 + voted: false +building: + aliases: + unicodes: + composite: + - 1f3e2 + - f0f7 + secondary: + - 10f1ad + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Building + search: + terms: + - apartment + - building + - business + - city + - company + - office + - office building + - urban + - work + unicode: f1ad + voted: false +building-circle-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building Circle Arrow Right + search: + terms: + - building + - city + - distribution center + - office + unicode: e4d1 + voted: false +building-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building Circle Check + search: + terms: + - building + - city + - not affected + - office + - ok + - okay + unicode: e4d2 + voted: false +building-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building Circle Exclamation + search: + terms: + - affected + - building + - city + - office + unicode: e4d3 + voted: false +building-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building Circle Xmark + search: + terms: + - building + - city + - destroy + - office + unicode: e4d4 + voted: false +building-columns: + aliases: + names: + - bank + - institution + - museum + - university + unicodes: + secondary: + - 10f19c + changes: + - 4.1.0 + - 5.0.0 + - 5.0.3 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building Columns + search: + terms: + - bank + - building + - college + - education + - institution + - museum + - students + unicode: f19c + voted: false +building-flag: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building Flag + search: + terms: + - ' city' + - building + - diplomat + - embassy + - flag + - headquarters + - united nations + unicode: e4d5 + voted: false +building-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building Lock + search: + terms: + - building + - city + - closed + - lock + - lockdown + - quarantine + - secure + unicode: e4d6 + voted: false +building-ngo: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building Ngo + search: + terms: + - ' city' + - building + - non governmental organization + - office + unicode: e4d7 + voted: false +building-shield: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building Shield + search: + terms: + - building + - city + - police + - protect + - safety + unicode: e4d8 + voted: false +building-un: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building Un + search: + terms: + - building + - city + - office + - united nations + unicode: e4d9 + voted: false +building-user: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building User + search: + terms: + - apartment + - building + - city + unicode: e4da + voted: false +building-wheat: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Building Wheat + search: + terms: + - agriculture + - building + - city + - usda + unicode: e4db + voted: false +bullhorn: + aliases: + unicodes: + composite: + - 1f4e2 + - 1f56b + secondary: + - 10f0a1 + changes: + - 2.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bullhorn + search: + terms: + - Bullhorn + - announcement + - broadcast + - loud + - louder + - loudspeaker + - megaphone + - public address + - share + unicode: f0a1 + voted: false +bullseye: + aliases: + unicodes: + secondary: + - 10f140 + changes: + - 3.1.0 + - 5.0.0 + - 5.3.0 + - 5.10.1 + - 5.15.4 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bullseye + search: + terms: + - archery + - goal + - objective + - strategy + - target + unicode: f140 + voted: false +burger: + aliases: + names: + - hamburger + unicodes: + secondary: + - 10f805 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Burger + search: + terms: + - bacon + - beef + - burger + - burger king + - cheeseburger + - fast food + - grill + - ground beef + - mcdonalds + - sandwich + unicode: f805 + voted: false +buromobelexperte: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Büromöbel-Experte GmbH & Co. KG. + search: + terms: [] + unicode: f37f + voted: false +burst: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Burst + search: + terms: + - boom + - crash + - explosion + unicode: e4dc + voted: false +bus: + aliases: + unicodes: + composite: + - 1f68d + secondary: + - 10f207 + changes: + - 4.2.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bus + search: + terms: + - bus + - oncoming + - oncoming bus + - public transportation + - transportation + - travel + - vehicle + unicode: f207 + voted: false +bus-simple: + aliases: + names: + - bus-alt + unicodes: + secondary: + - 10f55e + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Bus Simple + search: + terms: + - mta + - public transportation + - transportation + - travel + - vehicle + unicode: f55e + voted: false +business-time: + aliases: + names: + - briefcase-clock + unicodes: + secondary: + - 10f64a + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Business Time + search: + terms: + - alarm + - briefcase + - business socks + - clock + - flight of the conchords + - reminder + - wednesday + unicode: f64a + voted: false +buy-n-large: + changes: + - 5.11.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Buy n Large + search: + terms: [] + unicode: f8a6 + voted: false +buysellads: + changes: + - 4.3.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: BuySellAds + search: + terms: [] + unicode: f20d + voted: false +c: + aliases: + unicodes: + composite: + - '63' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: C + search: + terms: + - Latin Capital Letter C + - Latin Small Letter C + - letter + unicode: '43' + voted: false +cable-car: + aliases: + names: + - tram + unicodes: + composite: + - 1f6a1 + - e0cf + secondary: + - 10f7da + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cable Car + search: + terms: + - aerial tramway + - cable + - gondola + - lift + - mountain + - mountain cableway + - tram + - tramway + - trolley + unicode: f7da + voted: false +cake-candles: + aliases: + names: + - birthday-cake + - cake + unicodes: + composite: + - 1f382 + secondary: + - 10f1fd + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cake Candles + search: + terms: + - anniversary + - bakery + - birthday + - birthday cake + - cake + - candles + - celebration + - dessert + - frosting + - holiday + - party + - pastry + - sweet + unicode: f1fd + voted: false +calculator: + aliases: + unicodes: + composite: + - 1f5a9 + secondary: + - 10f1ec + changes: + - 4.2.0 + - 5.0.0 + - 5.3.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Calculator + search: + terms: + - Pocket Calculator + - abacus + - addition + - arithmetic + - counting + - math + - multiplication + - subtraction + unicode: f1ec + voted: false +calendar: + aliases: + unicodes: + composite: + - 1f4c5 + - 1f4c6 + secondary: + - 10f133 + changes: + - 3.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Calendar + search: + terms: + - calendar + - calendar-o + - date + - day + - event + - month + - schedule + - tear-off calendar + - time + - when + - year + unicode: f133 + voted: false +calendar-check: + aliases: + unicodes: + secondary: + - 10f274 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Calendar Check + search: + terms: + - accept + - agree + - appointment + - confirm + - correct + - date + - day + - done + - event + - month + - ok + - schedule + - select + - success + - tick + - time + - todo + - when + - year + unicode: f274 + voted: false +calendar-day: + aliases: + unicodes: + secondary: + - 10f783 + changes: + - 5.6.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Calendar Day + search: + terms: + - date + - day + - detail + - event + - focus + - month + - schedule + - single day + - time + - today + - when + - year + unicode: f783 + voted: true +calendar-days: + aliases: + names: + - calendar-alt + unicodes: + secondary: + - 10f073 + changes: + - 1.0.0 + - 5.0.0 + - 5.6.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Calendar Days + search: + terms: + - calendar + - date + - day + - event + - month + - schedule + - time + - when + - year + unicode: f073 + voted: false +calendar-minus: + aliases: + unicodes: + secondary: + - 10f272 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Calendar Minus + search: + terms: + - calendar + - date + - day + - delete + - event + - month + - negative + - remove + - schedule + - time + - when + - year + unicode: f272 + voted: false +calendar-plus: + aliases: + unicodes: + secondary: + - 10f271 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Calendar Plus + search: + terms: + - add + - calendar + - create + - date + - day + - event + - month + - new + - positive + - schedule + - time + - when + - year + unicode: f271 + voted: false +calendar-week: + aliases: + unicodes: + secondary: + - 10f784 + changes: + - 5.6.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Calendar Week + search: + terms: + - date + - day + - detail + - event + - focus + - month + - schedule + - single week + - time + - today + - when + - year + unicode: f784 + voted: true +calendar-xmark: + aliases: + names: + - calendar-times + unicodes: + secondary: + - 10f273 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Calendar Xmark + search: + terms: + - archive + - calendar + - date + - day + - delete + - event + - month + - remove + - schedule + - time + - when + - x + - year + unicode: f273 + voted: false +camera: + aliases: + names: + - camera-alt + unicodes: + composite: + - f332 + primary: + - f332 + secondary: + - 10f030 + - 10f332 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Camera + search: + terms: + - image + - lens + - photo + - picture + - record + - shutter + - video + unicode: f030 + voted: false +camera-retro: + aliases: + unicodes: + composite: + - 1f4f7 + secondary: + - 10f083 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Camera Retro + search: + terms: + - camera + - image + - lens + - photo + - picture + - record + - shutter + - video + unicode: f083 + voted: false +camera-rotate: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Camera Rotate + search: + terms: + - flip + - front-facing + - photo + - selfie + unicode: e0d8 + voted: true +campground: + aliases: + unicodes: + composite: + - 26fa + secondary: + - 10f6bb + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Campground + search: + terms: + - camping + - fall + - outdoors + - teepee + - tent + - tipi + unicode: f6bb + voted: false +canadian-maple-leaf: + changes: + - 5.6.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Canadian Maple Leaf + search: + terms: + - canada + - flag + - flora + - nature + - plant + unicode: f785 + voted: false +candy-cane: + aliases: + unicodes: + secondary: + - 10f786 + changes: + - 5.6.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Candy Cane + search: + terms: + - candy + - christmas + - holiday + - mint + - peppermint + - striped + - xmas + unicode: f786 + voted: false +cannabis: + aliases: + unicodes: + secondary: + - 10f55f + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cannabis + search: + terms: + - bud + - chronic + - drugs + - endica + - endo + - ganja + - marijuana + - mary jane + - pot + - reefer + - sativa + - spliff + - weed + - whacky-tabacky + unicode: f55f + voted: false +capsules: + aliases: + unicodes: + secondary: + - 10f46b + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Capsules + search: + terms: + - drugs + - medicine + - pills + - prescription + unicode: f46b + voted: false +car: + aliases: + names: + - automobile + unicodes: + composite: + - 1f698 + secondary: + - 10f1b9 + changes: + - 4.1.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Car + search: + terms: + - auto + - automobile + - car + - oncoming + - oncoming automobile + - sedan + - transportation + - travel + - vehicle + unicode: f1b9 + voted: false +car-battery: + aliases: + names: + - battery-car + unicodes: + secondary: + - 10f5df + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Car Battery + search: + terms: + - auto + - electric + - mechanic + - power + unicode: f5df + voted: false +car-burst: + aliases: + names: + - car-crash + unicodes: + secondary: + - 10f5e1 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Car Burst + search: + terms: + - accident + - auto + - automobile + - insurance + - sedan + - transportation + - vehicle + - wreck + unicode: f5e1 + voted: false +car-on: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Car On + search: + terms: + - alarm + - car + - carjack + - warning + unicode: e4dd + voted: false +car-rear: + aliases: + names: + - car-alt + unicodes: + secondary: + - 10f5de + changes: + - 5.2.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Car Rear + search: + terms: + - auto + - automobile + - sedan + - transportation + - travel + - vehicle + unicode: f5de + voted: false +car-side: + aliases: + unicodes: + composite: + - 1f697 + secondary: + - 10f5e4 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Car Side + search: + terms: + - auto + - automobile + - car + - sedan + - transportation + - travel + - vehicle + unicode: f5e4 + voted: false +car-tunnel: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Car Tunnel + search: + terms: + - road + - tunnel + unicode: e4de + voted: false +caravan: + aliases: + unicodes: + secondary: + - 10f8ff + changes: + - 5.12.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Caravan + search: + terms: + - camper + - motor home + - rv + - trailer + - travel + unicode: f8ff + voted: true +caret-down: + aliases: + unicodes: + secondary: + - 10f0d7 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Caret Down + search: + terms: + - arrow + - dropdown + - expand + - menu + - more + - triangle + unicode: f0d7 + voted: false +caret-left: + aliases: + unicodes: + secondary: + - 10f0d9 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Caret Left + search: + terms: + - arrow + - back + - previous + - triangle + unicode: f0d9 + voted: false +caret-right: + aliases: + unicodes: + secondary: + - 10f0da + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Caret Right + search: + terms: + - arrow + - forward + - next + - triangle + unicode: f0da + voted: false +caret-up: + aliases: + unicodes: + secondary: + - 10f0d8 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Caret Up + search: + terms: + - arrow + - collapse + - triangle + unicode: f0d8 + voted: false +carrot: + aliases: + unicodes: + composite: + - 1f955 + secondary: + - 10f787 + changes: + - 5.6.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Carrot + search: + terms: + - bugs bunny + - carrot + - food + - orange + - vegan + - vegetable + unicode: f787 + voted: false +cart-arrow-down: + aliases: + unicodes: + secondary: + - 10f218 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cart Arrow Down + search: + terms: + - download + - save + - shopping + unicode: f218 + voted: false +cart-flatbed: + aliases: + names: + - dolly-flatbed + unicodes: + secondary: + - 10f474 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cart Flatbed + search: + terms: + - carry + - inventory + - shipping + - transport + unicode: f474 + voted: false +cart-flatbed-suitcase: + aliases: + names: + - luggage-cart + unicodes: + secondary: + - 10f59d + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cart Flatbed Suitcase + search: + terms: + - airport + - bag + - baggage + - suitcase + - travel + unicode: f59d + voted: false +cart-plus: + aliases: + unicodes: + secondary: + - 10f217 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cart Plus + search: + terms: + - add + - create + - new + - positive + - shopping + unicode: f217 + voted: false +cart-shopping: + aliases: + names: + - shopping-cart + unicodes: + composite: + - 1f6d2 + secondary: + - 10f07a + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cart Shopping + search: + terms: + - buy + - cart + - checkout + - grocery + - payment + - purchase + - shopping + - shopping cart + - trolley + unicode: f07a + voted: false +cash-register: + aliases: + unicodes: + secondary: + - 10f788 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cash Register + search: + terms: + - buy + - cha-ching + - change + - checkout + - commerce + - leaerboard + - machine + - pay + - payment + - purchase + - store + unicode: f788 + voted: true +cat: + aliases: + unicodes: + composite: + - 1f408 + secondary: + - 10f6be + changes: + - 5.4.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cat + search: + terms: + - cat + - feline + - halloween + - holiday + - kitten + - kitty + - meow + - pet + unicode: f6be + voted: true +cc-amazon-pay: + changes: + - 5.0.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Amazon Pay Credit Card + search: + terms: [] + unicode: f42d + voted: false +cc-amex: + changes: + - 4.2.0 + - 5.0.0 + - 5.7.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: American Express Credit Card + search: + terms: + - amex + unicode: f1f3 + voted: false +cc-apple-pay: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Apple Pay Credit Card + search: + terms: [] + unicode: f416 + voted: false +cc-diners-club: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Diner's Club Credit Card + search: + terms: [] + unicode: f24c + voted: false +cc-discover: + changes: + - 4.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Discover Credit Card + search: + terms: [] + unicode: f1f2 + voted: false +cc-jcb: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: JCB Credit Card + search: + terms: [] + unicode: f24b + voted: false +cc-mastercard: + changes: + - 4.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: MasterCard Credit Card + search: + terms: [] + unicode: f1f1 + voted: false +cc-paypal: + changes: + - 4.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Paypal Credit Card + search: + terms: [] + unicode: f1f4 + voted: false +cc-stripe: + changes: + - 4.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Stripe Credit Card + search: + terms: [] + unicode: f1f5 + voted: false +cc-visa: + changes: + - 4.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Visa Credit Card + search: + terms: [] + unicode: f1f0 + voted: false +cedi-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cedi Sign + search: + terms: + - Cedi Sign + - currency + unicode: e0df + voted: false +cent-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cent Sign + search: + terms: + - Cent Sign + - currency + unicode: e3f5 + voted: false +centercode: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Centercode + search: + terms: [] + unicode: f380 + voted: false +centos: + changes: + - 5.6.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Centos + search: + terms: + - linux + - operating system + - os + unicode: f789 + voted: true +certificate: + aliases: + unicodes: + secondary: + - 10f0a3 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Certificate + search: + terms: + - badge + - star + - verified + unicode: f0a3 + voted: false +chair: + aliases: + unicodes: + composite: + - 1fa91 + secondary: + - 10f6c0 + changes: + - 5.4.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chair + search: + terms: + - chair + - furniture + - seat + - sit + unicode: f6c0 + voted: true +chalkboard: + aliases: + names: + - blackboard + unicodes: + secondary: + - 10f51b + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chalkboard + search: + terms: + - blackboard + - learning + - school + - teaching + - whiteboard + - writing + unicode: f51b + voted: false +chalkboard-user: + aliases: + names: + - chalkboard-teacher + unicodes: + secondary: + - 10f51c + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chalkboard User + search: + terms: + - blackboard + - instructor + - learning + - professor + - school + - whiteboard + - writing + unicode: f51c + voted: false +champagne-glasses: + aliases: + names: + - glass-cheers + unicodes: + composite: + - 1f942 + secondary: + - 10f79f + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Champagne Glasses + search: + terms: + - alcohol + - bar + - beverage + - celebrate + - celebration + - champagne + - clink + - clinking glasses + - drink + - glass + - holiday + - new year's eve + - party + - toast + unicode: f79f + voted: false +charging-station: + aliases: + unicodes: + secondary: + - 10f5e7 + changes: + - 5.2.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Charging Station + search: + terms: + - electric + - ev + - tesla + - vehicle + unicode: f5e7 + voted: false +chart-area: + aliases: + names: + - area-chart + unicodes: + secondary: + - 10f1fe + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chart Area + search: + terms: + - analytics + - area + - chart + - graph + unicode: f1fe + voted: false +chart-bar: + aliases: + names: + - bar-chart + unicodes: + secondary: + - 10f080 + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Chart Bar + search: + terms: + - analytics + - bar + - chart + - graph + unicode: f080 + voted: false +chart-column: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chart Column + search: + terms: + - bar + - bar chart + - chart + - graph + - track + - trend + unicode: e0e3 + voted: false +chart-gantt: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chart Gantt + search: + terms: + - chart + - graph + - track + - trend + unicode: e0e4 + voted: false +chart-line: + aliases: + names: + - line-chart + unicodes: + secondary: + - 10f201 + changes: + - 4.2.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chart Line + search: + terms: + - activity + - analytics + - chart + - dashboard + - gain + - graph + - increase + - line + unicode: f201 + voted: false +chart-pie: + aliases: + names: + - pie-chart + unicodes: + secondary: + - 10f200 + changes: + - 4.2.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chart Pie + search: + terms: + - analytics + - chart + - diagram + - graph + - pie + unicode: f200 + voted: false +chart-simple: + changes: + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chart Simple + search: + terms: + - analytics + - bar + - chart + - column + - graph + - row + - trend + unicode: e473 + voted: false +check: + aliases: + unicodes: + composite: + - '2713' + - '2714' + secondary: + - 10f00c + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Check + search: + terms: + - Check Mark + - accept + - agree + - check + - check mark + - checkmark + - confirm + - correct + - done + - mark + - notice + - notification + - notify + - ok + - select + - success + - tick + - todo + - 'yes' + - ✓ + unicode: f00c + voted: false +check-double: + aliases: + unicodes: + secondary: + - 10f560 + changes: + - 5.1.0 + - 5.8.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Check Double + search: + terms: + - accept + - agree + - checkmark + - confirm + - correct + - done + - notice + - notification + - notify + - ok + - select + - success + - tick + - todo + unicode: f560 + voted: true +check-to-slot: + aliases: + names: + - vote-yea + unicodes: + secondary: + - 10f772 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Check To Slot + search: + terms: + - accept + - cast + - election + - politics + - positive + - voting + - 'yes' + unicode: f772 + voted: false +cheese: + aliases: + unicodes: + secondary: + - 10f7ef + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cheese + search: + terms: + - cheddar + - curd + - gouda + - melt + - parmesan + - sandwich + - swiss + - wedge + unicode: f7ef + voted: false +chess: + aliases: + unicodes: + secondary: + - 10f439 + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chess + search: + terms: + - board + - castle + - checkmate + - game + - king + - rook + - strategy + - tournament + unicode: f439 + voted: false +chess-bishop: + aliases: + unicodes: + composite: + - 265d + secondary: + - 10f43a + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Chess Bishop + search: + terms: + - Black Chess Bishop + - board + - checkmate + - game + - strategy + unicode: f43a + voted: false +chess-board: + aliases: + unicodes: + secondary: + - 10f43c + changes: + - 5.0.5 + - 5.7.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chess Board + search: + terms: + - board + - checkmate + - game + - strategy + unicode: f43c + voted: false +chess-king: + aliases: + unicodes: + composite: + - 265a + secondary: + - 10f43f + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Chess King + search: + terms: + - Black Chess King + - board + - checkmate + - game + - strategy + unicode: f43f + voted: false +chess-knight: + aliases: + unicodes: + composite: + - 265e + secondary: + - 10f441 + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Chess Knight + search: + terms: + - Black Chess Knight + - board + - checkmate + - game + - horse + - strategy + unicode: f441 + voted: false +chess-pawn: + aliases: + unicodes: + composite: + - 265f + secondary: + - 10f443 + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Chess Pawn + search: + terms: + - board + - checkmate + - chess + - chess pawn + - dupe + - expendable + - game + - strategy + unicode: f443 + voted: false +chess-queen: + aliases: + unicodes: + composite: + - 265b + secondary: + - 10f445 + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Chess Queen + search: + terms: + - Black Chess Queen + - board + - checkmate + - game + - strategy + unicode: f445 + voted: false +chess-rook: + aliases: + unicodes: + composite: + - 265c + secondary: + - 10f447 + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Chess Rook + search: + terms: + - Black Chess Rook + - board + - castle + - checkmate + - game + - strategy + unicode: f447 + voted: false +chevron-down: + aliases: + unicodes: + secondary: + - 10f078 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chevron Down + search: + terms: + - arrow + - download + - expand + unicode: f078 + voted: false +chevron-left: + aliases: + unicodes: + composite: + - '2329' + secondary: + - 10f053 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chevron Left + search: + terms: + - Left-Pointing Angle Bracket + - arrow + - back + - bracket + - previous + unicode: f053 + voted: false +chevron-right: + aliases: + unicodes: + composite: + - 232a + secondary: + - 10f054 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chevron Right + search: + terms: + - Right-Pointing Angle Bracket + - arrow + - bracket + - forward + - next + unicode: f054 + voted: false +chevron-up: + aliases: + unicodes: + secondary: + - 10f077 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Chevron Up + search: + terms: + - arrow + - collapse + - upload + unicode: f077 + voted: false +child: + aliases: + unicodes: + secondary: + - 10f1ae + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.1.1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Child + search: + terms: + - boy + - girl + - kid + - toddler + - young + - youth + unicode: f1ae + voted: false +child-combatant: + aliases: + names: + - child-rifle + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Child Combatant + search: + terms: + - combatant + unicode: e4e0 + voted: false +child-dress: + changes: + - 6.1.1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Child Dress + search: + terms: + - boy + - girl + - kid + - toddler + - young + - youth + unicode: e59c + voted: false +child-reaching: + changes: + - 6.1.1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Child Reaching + search: + terms: + - boy + - girl + - kid + - toddler + - young + - youth + unicode: e59d + voted: false +children: + changes: + - 6.1.0 + - 6.1.1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Children + search: + terms: + - boy + - child + - girl + - kid + - kids + - young + - youth + unicode: e4e1 + voted: false +chrome: + changes: + - 4.4.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Chrome + search: + terms: + - browser + unicode: f268 + voted: false +chromecast: + changes: + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Chromecast + search: + terms: [] + unicode: f838 + voted: false +church: + aliases: + unicodes: + composite: + - 26ea + secondary: + - 10f51d + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Church + search: + terms: + - Christian + - building + - cathedral + - chapel + - church + - community + - cross + - religion + unicode: f51d + voted: true +circle: + aliases: + unicodes: + composite: + - 1f534 + - 1f535 + - 1f7e0 + - 1f7e1 + - 1f7e2 + - 1f7e3 + - 1f7e4 + - 25cf + - 26aa + - 26ab + - 2b24 + - f10c + - f1db + secondary: + - 10f111 + changes: + - 3.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle + search: + terms: + - Black Circle + - Black Large Circle + - black circle + - blue + - blue circle + - brown + - brown circle + - chart + - circle + - circle-thin + - diameter + - dot + - ellipse + - fill + - geometric + - green + - green circle + - notification + - orange + - orange circle + - progress + - purple + - purple circle + - red + - red circle + - round + - white circle + - yellow + - yellow circle + unicode: f111 + voted: false +circle-arrow-down: + aliases: + names: + - arrow-circle-down + unicodes: + secondary: + - 10f0ab + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Arrow Down + search: + terms: + - download + unicode: f0ab + voted: false +circle-arrow-left: + aliases: + names: + - arrow-circle-left + unicodes: + secondary: + - 10f0a8 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Arrow Left + search: + terms: + - back + - previous + unicode: f0a8 + voted: false +circle-arrow-right: + aliases: + names: + - arrow-circle-right + unicodes: + secondary: + - 10f0a9 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Arrow Right + search: + terms: + - forward + - next + unicode: f0a9 + voted: false +circle-arrow-up: + aliases: + names: + - arrow-circle-up + unicodes: + secondary: + - 10f0aa + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Arrow Up + search: + terms: + - upload + unicode: f0aa + voted: false +circle-check: + aliases: + names: + - check-circle + unicodes: + composite: + - f05d + secondary: + - 10f058 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle Check + search: + terms: + - accept + - affected + - agree + - clear + - confirm + - correct + - done + - ok + - select + - success + - tick + - todo + - 'yes' + unicode: f058 + voted: false +circle-chevron-down: + aliases: + names: + - chevron-circle-down + unicodes: + secondary: + - 10f13a + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Chevron Down + search: + terms: + - arrow + - download + - dropdown + - menu + - more + unicode: f13a + voted: false +circle-chevron-left: + aliases: + names: + - chevron-circle-left + unicodes: + secondary: + - 10f137 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Chevron Left + search: + terms: + - arrow + - back + - previous + unicode: f137 + voted: false +circle-chevron-right: + aliases: + names: + - chevron-circle-right + unicodes: + secondary: + - 10f138 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Chevron Right + search: + terms: + - arrow + - forward + - next + unicode: f138 + voted: false +circle-chevron-up: + aliases: + names: + - chevron-circle-up + unicodes: + secondary: + - 10f139 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Chevron Up + search: + terms: + - arrow + - collapse + - upload + unicode: f139 + voted: false +circle-dollar-to-slot: + aliases: + names: + - donate + unicodes: + secondary: + - 10f4b9 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Dollar To Slot + search: + terms: + - contribute + - generosity + - gift + - give + unicode: f4b9 + voted: false +circle-dot: + aliases: + names: + - dot-circle + unicodes: + composite: + - 1f518 + secondary: + - 10f192 + changes: + - 4.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle Dot + search: + terms: + - bullseye + - button + - geometric + - notification + - radio + - radio button + - target + unicode: f192 + voted: false +circle-down: + aliases: + names: + - arrow-alt-circle-down + unicodes: + composite: + - f01a + secondary: + - 10f358 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle Down + search: + terms: + - arrow-circle-o-down + - download + unicode: f358 + voted: false +circle-exclamation: + aliases: + names: + - exclamation-circle + unicodes: + secondary: + - 10f06a + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Exclamation + search: + terms: + - affect + - alert + - damage + - danger + - error + - important + - notice + - notification + - notify + - problem + - warning + unicode: f06a + voted: false +circle-h: + aliases: + names: + - hospital-symbol + unicodes: + composite: + - 24bd + secondary: + - 10f47e + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle H + search: + terms: + - Circled Latin Capital Letter H + - clinic + - covid-19 + - emergency + - letter + - map + unicode: f47e + voted: false +circle-half-stroke: + aliases: + names: + - adjust + unicodes: + composite: + - 25d0 + secondary: + - 10f042 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Half Stroke + search: + terms: + - Circle with Left Half Black + - adjust + - chart + - contrast + - dark + - fill + - light + - pie + - progress + - saturation + unicode: f042 + voted: false +circle-info: + aliases: + names: + - info-circle + unicodes: + secondary: + - 10f05a + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Info + search: + terms: + - details + - help + - information + - more + - support + unicode: f05a + voted: false +circle-left: + aliases: + names: + - arrow-alt-circle-left + unicodes: + composite: + - f190 + secondary: + - 10f359 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle Left + search: + terms: + - arrow-circle-o-left + - back + - previous + unicode: f359 + voted: false +circle-minus: + aliases: + names: + - minus-circle + unicodes: + secondary: + - 10f056 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Minus + search: + terms: + - delete + - hide + - negative + - remove + - shape + - trash + unicode: f056 + voted: false +circle-nodes: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Nodes + search: + terms: + - cluster + - connect + - network + unicode: e4e2 + voted: false +circle-notch: + aliases: + unicodes: + secondary: + - 10f1ce + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Notch + search: + terms: + - circle-o-notch + - diameter + - dot + - ellipse + - round + - spinner + unicode: f1ce + voted: false +circle-pause: + aliases: + names: + - pause-circle + unicodes: + composite: + - f28c + secondary: + - 10f28b + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle Pause + search: + terms: + - hold + - wait + unicode: f28b + voted: false +circle-play: + aliases: + names: + - play-circle + unicodes: + composite: + - f01d + secondary: + - 10f144 + changes: + - 3.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle Play + search: + terms: + - audio + - music + - playing + - sound + - start + - video + unicode: f144 + voted: false +circle-plus: + aliases: + names: + - plus-circle + unicodes: + secondary: + - 10f055 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Plus + search: + terms: + - add + - create + - expand + - new + - positive + - shape + unicode: f055 + voted: false +circle-question: + aliases: + names: + - question-circle + unicodes: + composite: + - f29c + secondary: + - 10f059 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle Question + search: + terms: + - help + - information + - support + - unknown + unicode: f059 + voted: false +circle-radiation: + aliases: + names: + - radiation-alt + unicodes: + composite: + - '2622' + secondary: + - 10f7ba + changes: + - 5.6.0 + - 5.8.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Circle Radiation + search: + terms: + - danger + - dangerous + - deadly + - hazard + - nuclear + - radioactive + - sign + - warning + unicode: f7ba + voted: true +circle-right: + aliases: + names: + - arrow-alt-circle-right + unicodes: + composite: + - f18e + secondary: + - 10f35a + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle Right + search: + terms: + - arrow-circle-o-right + - forward + - next + unicode: f35a + voted: false +circle-stop: + aliases: + names: + - stop-circle + unicodes: + composite: + - f28e + secondary: + - 10f28d + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle Stop + search: + terms: + - block + - box + - circle + - square + unicode: f28d + voted: false +circle-up: + aliases: + names: + - arrow-alt-circle-up + unicodes: + composite: + - f01b + secondary: + - 10f35b + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle Up + search: + terms: + - arrow-circle-o-up + unicode: f35b + voted: false +circle-user: + aliases: + names: + - user-circle + unicodes: + composite: + - f2be + secondary: + - 10f2bd + changes: + - 4.7.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle User + search: + terms: + - users-people + unicode: f2bd + voted: false +circle-xmark: + aliases: + names: + - times-circle + - xmark-circle + unicodes: + composite: + - f05c + secondary: + - 10f057 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Circle Xmark + search: + terms: + - close + - cross + - destroy + - exit + - incorrect + - notice + - notification + - notify + - problem + - wrong + - x + unicode: f057 + voted: false +city: + aliases: + unicodes: + composite: + - 1f3d9 + secondary: + - 10f64f + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: City + search: + terms: + - buildings + - busy + - city + - cityscape + - skyscrapers + - urban + - windows + unicode: f64f + voted: false +clapperboard: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Clapperboard + search: + terms: + - camera + - clapper + - clapper board + - director + - film + - movie + - record + unicode: e131 + voted: true +clipboard: + aliases: + unicodes: + composite: + - 1f4cb + secondary: + - 10f328 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Clipboard + search: + terms: + - clipboar + - clipboard + - copy + - notes + - paste + - record + unicode: f328 + voted: false +clipboard-check: + aliases: + unicodes: + secondary: + - 10f46c + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Clipboard Check + search: + terms: + - accept + - agree + - confirm + - done + - ok + - select + - success + - tick + - todo + - 'yes' + unicode: f46c + voted: false +clipboard-list: + aliases: + unicodes: + secondary: + - 10f46d + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Clipboard List + search: + terms: + - checklist + - completed + - done + - finished + - intinerary + - ol + - schedule + - tick + - todo + - ul + unicode: f46d + voted: false +clipboard-question: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Clipboard Question + search: + terms: + - assistance + - interview + - query + - question + unicode: e4e3 + voted: false +clipboard-user: + aliases: + unicodes: + secondary: + - 10f7f3 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Clipboard User + search: + terms: + - attendance + - record + - roster + - staff + unicode: f7f3 + voted: false +clock: + aliases: + names: + - clock-four + unicodes: + composite: + - 1f553 + secondary: + - 10f017 + changes: + - 1.0.0 + - 5.0.0 + - 5.12.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Clock + search: + terms: + - '00' + - '4' + - '4:00' + - clock + - date + - four + - four o’clock + - hour + - late + - minute + - o'clock + - o’clock + - schedule + - ticking + - time + - timer + - timestamp + - watch + unicode: f017 + voted: false +clock-rotate-left: + aliases: + names: + - history + unicodes: + secondary: + - 10f1da + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Clock Rotate Left + search: + terms: + - Rewind + - clock + - reverse + - time + - time machine + - time travel + unicode: f1da + voted: false +clone: + aliases: + unicodes: + secondary: + - 10f24d + changes: + - 4.4.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Clone + search: + terms: + - arrange + - copy + - duplicate + - paste + unicode: f24d + voted: false +closed-captioning: + aliases: + unicodes: + secondary: + - 10f20a + changes: + - 4.2.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Closed Captioning + search: + terms: + - cc + - deaf + - hearing + - subtitle + - subtitling + - text + - video + unicode: f20a + voted: false +cloud: + aliases: + unicodes: + composite: + - '2601' + secondary: + - 10f0c2 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud + search: + terms: + - atmosphere + - cloud + - fog + - overcast + - save + - upload + - weather + unicode: f0c2 + voted: false +cloud-arrow-down: + aliases: + names: + - cloud-download + - cloud-download-alt + unicodes: + composite: + - f381 + primary: + - f381 + secondary: + - 10f0ed + - 10f381 + changes: + - 3.0.0 + - 5.0.0 + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud Arrow Down + search: + terms: + - download + - export + - save + unicode: f0ed + voted: false +cloud-arrow-up: + aliases: + names: + - cloud-upload + - cloud-upload-alt + unicodes: + composite: + - f382 + primary: + - f382 + secondary: + - 10f0ee + - 10f382 + changes: + - 3.0.0 + - 5.0.0 + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud Arrow Up + search: + terms: + - import + - save + - upload + unicode: f0ee + voted: false +cloud-bolt: + aliases: + names: + - thunderstorm + unicodes: + composite: + - 1f329 + secondary: + - 10f76c + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud Bolt + search: + terms: + - bolt + - cloud + - cloud with lightning + - lightning + - precipitation + - rain + - storm + - weather + unicode: f76c + voted: false +cloud-meatball: + aliases: + unicodes: + secondary: + - 10f73b + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud Meatball + search: + terms: + - FLDSMDFR + - food + - spaghetti + - storm + unicode: f73b + voted: false +cloud-moon: + aliases: + unicodes: + secondary: + - 10f6c3 + changes: + - 5.4.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud Moon + search: + terms: + - crescent + - evening + - lunar + - night + - partly cloudy + - sky + unicode: f6c3 + voted: false +cloud-moon-rain: + aliases: + unicodes: + secondary: + - 10f73c + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud Moon Rain + search: + terms: + - crescent + - evening + - lunar + - night + - partly cloudy + - precipitation + - rain + - sky + - storm + unicode: f73c + voted: false +cloud-rain: + aliases: + unicodes: + composite: + - 1f327 + - 26c6 + secondary: + - 10f73d + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud Rain + search: + terms: + - Rain + - cloud + - cloud with rain + - precipitation + - rain + - sky + - storm + unicode: f73d + voted: false +cloud-showers-heavy: + aliases: + unicodes: + secondary: + - 10f740 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud Showers Heavy + search: + terms: + - precipitation + - rain + - sky + - storm + unicode: f740 + voted: false +cloud-showers-water: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud Showers Water + search: + terms: + - cloud + - deluge + - flood + - rain + - storm + - surge + unicode: e4e4 + voted: false +cloud-sun: + aliases: + unicodes: + composite: + - 26c5 + secondary: + - 10f6c4 + changes: + - 5.4.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud Sun + search: + terms: + - clear + - cloud + - day + - daytime + - fall + - outdoors + - overcast + - partly cloudy + - sun + - sun behind cloud + unicode: f6c4 + voted: false +cloud-sun-rain: + aliases: + unicodes: + composite: + - 1f326 + secondary: + - 10f743 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cloud Sun Rain + search: + terms: + - cloud + - day + - overcast + - precipitation + - rain + - storm + - summer + - sun + - sun behind rain cloud + - sunshower + unicode: f743 + voted: false +cloudflare: + changes: + - 5.15.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Cloudflare + search: + terms: [] + unicode: e07d + voted: false +cloudscale: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: cloudscale.ch + search: + terms: [] + unicode: f383 + voted: false +cloudsmith: + changes: + - 5.0.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Cloudsmith + search: + terms: [] + unicode: f384 + voted: false +cloudversify: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: cloudversify + search: + terms: [] + unicode: f385 + voted: false +clover: + changes: + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Clover + search: + terms: + - '4' + - charm + - clover + - four + - four leaf clover + - four-leaf clover + - leaf + - leprechaun + - luck + - lucky + unicode: e139 + voted: false +cmplid: + changes: + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Cmplid + search: + terms: [] + unicode: e360 + voted: false +code: + aliases: + unicodes: + secondary: + - 10f121 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Code + search: + terms: + - brackets + - code + - development + - html + unicode: f121 + voted: false +code-branch: + aliases: + unicodes: + secondary: + - 10f126 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Code Branch + search: + terms: + - branch + - git + - github + - rebase + - svn + - vcs + - version + unicode: f126 + voted: false +code-commit: + aliases: + unicodes: + secondary: + - 10f386 + changes: + - 5.0.0 + - 5.1.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Code Commit + search: + terms: + - commit + - git + - github + - hash + - rebase + - svn + - vcs + - version + unicode: f386 + voted: false +code-compare: + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Code Compare + search: + terms: + - compare + - git + - github + - svn + - version + unicode: e13a + voted: false +code-fork: + changes: + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Code Fork + search: + terms: + - fork + - git + - github + - svn + - version + unicode: e13b + voted: false +code-merge: + aliases: + unicodes: + secondary: + - 10f387 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Code Merge + search: + terms: + - git + - github + - merge + - pr + - rebase + - svn + - vcs + - version + unicode: f387 + voted: false +code-pull-request: + changes: + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Code Pull Request + search: + terms: + - git + - github + - pr + - svn + - version + unicode: e13c + voted: false +codepen: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Codepen + search: + terms: [] + unicode: f1cb + voted: false +codiepie: + changes: + - 4.5.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Codie Pie + search: + terms: [] + unicode: f284 + voted: false +coins: + aliases: + unicodes: + secondary: + - 10f51e + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Coins + search: + terms: + - currency + - dime + - financial + - gold + - money + - penny + unicode: f51e + voted: true +colon-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Colon Sign + search: + terms: + - Colon Sign + - currency + unicode: e140 + voted: false +comment: + aliases: + unicodes: + composite: + - 1f5e9 + - f0e5 + secondary: + - 10f075 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Comment + search: + terms: + - Right Speech Bubble + - bubble + - chat + - commenting + - conversation + - feedback + - message + - note + - notification + - sms + - speech + - texting + unicode: f075 + voted: false +comment-dollar: + aliases: + unicodes: + secondary: + - 10f651 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Comment Dollar + search: + terms: + - bubble + - chat + - commenting + - conversation + - feedback + - message + - money + - note + - notification + - pay + - sms + - speech + - spend + - texting + - transfer + unicode: f651 + voted: false +comment-dots: + aliases: + names: + - commenting + unicodes: + composite: + - 1f4ac + - f27b + secondary: + - 10f4ad + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Comment Dots + search: + terms: + - balloon + - bubble + - chat + - comic + - commenting + - conversation + - dialog + - feedback + - message + - more + - note + - notification + - reply + - sms + - speech + - speech balloon + - texting + unicode: f4ad + voted: false +comment-medical: + aliases: + unicodes: + secondary: + - 10f7f5 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Comment Medical + search: + terms: + - advice + - bubble + - chat + - commenting + - conversation + - diagnose + - feedback + - message + - note + - notification + - prescription + - sms + - speech + - texting + unicode: f7f5 + voted: false +comment-slash: + aliases: + unicodes: + secondary: + - 10f4b3 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Comment Slash + search: + terms: + - bubble + - cancel + - chat + - commenting + - conversation + - feedback + - message + - mute + - note + - notification + - quiet + - sms + - speech + - texting + unicode: f4b3 + voted: false +comment-sms: + aliases: + names: + - sms + unicodes: + secondary: + - 10f7cd + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Comment Sms + search: + terms: + - chat + - conversation + - message + - mobile + - notification + - phone + - sms + - texting + unicode: f7cd + voted: true +comments: + aliases: + unicodes: + composite: + - 1f5ea + - f0e6 + secondary: + - 10f086 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Comments + search: + terms: + - Two Speech Bubbles + - bubble + - chat + - commenting + - conversation + - feedback + - message + - note + - notification + - sms + - speech + - texting + unicode: f086 + voted: false +comments-dollar: + aliases: + unicodes: + secondary: + - 10f653 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Comments Dollar + search: + terms: + - bubble + - chat + - commenting + - conversation + - feedback + - message + - money + - note + - notification + - pay + - sms + - speech + - spend + - texting + - transfer + unicode: f653 + voted: false +compact-disc: + aliases: + unicodes: + composite: + - 1f4bf + - 1f4c0 + - 1f5b8 + secondary: + - 10f51f + changes: + - 5.0.13 + - 5.10.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Compact Disc + search: + terms: + - Optical Disc Icon + - album + - blu-ray + - bluray + - cd + - computer + - disc + - disk + - dvd + - media + - movie + - music + - optical + - optical disk + - record + - video + - vinyl + unicode: f51f + voted: true +compass: + aliases: + unicodes: + composite: + - 1f9ed + secondary: + - 10f14e + changes: + - 3.2.0 + - 5.0.0 + - 5.2.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Compass + search: + terms: + - compass + - directions + - directory + - location + - magnetic + - menu + - navigation + - orienteering + - safari + - travel + unicode: f14e + voted: false +compass-drafting: + aliases: + names: + - drafting-compass + unicodes: + secondary: + - 10f568 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Compass Drafting + search: + terms: + - design + - map + - mechanical drawing + - plot + - plotting + unicode: f568 + voted: false +compress: + aliases: + unicodes: + secondary: + - 10f066 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Compress + search: + terms: + - collapse + - fullscreen + - minimize + - move + - resize + - shrink + - smaller + unicode: f066 + voted: false +computer: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Computer + search: + terms: + - computer + - desktop + - display + - monitor + - tower + unicode: e4e5 + voted: false +computer-mouse: + aliases: + names: + - mouse + unicodes: + composite: + - 1f5b1 + secondary: + - 10f8cc + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Computer Mouse + search: + terms: + - click + - computer + - computer mouse + - cursor + - input + - peripheral + unicode: f8cc + voted: true +confluence: + changes: + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Confluence + search: + terms: + - atlassian + unicode: f78d + voted: true +connectdevelop: + changes: + - 4.3.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Connect Develop + search: + terms: [] + unicode: f20e + voted: false +contao: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Contao + search: + terms: [] + unicode: f26d + voted: false +cookie: + aliases: + unicodes: + composite: + - 1f36a + secondary: + - 10f563 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cookie + search: + terms: + - baked good + - chips + - chocolate + - cookie + - dessert + - eat + - snack + - sweet + - treat + unicode: f563 + voted: true +cookie-bite: + aliases: + unicodes: + secondary: + - 10f564 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cookie Bite + search: + terms: + - baked good + - bitten + - chips + - chocolate + - eat + - snack + - sweet + - treat + unicode: f564 + voted: true +copy: + aliases: + unicodes: + secondary: + - 10f0c5 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Copy + search: + terms: + - clone + - duplicate + - file + - files-o + - paper + - paste + unicode: f0c5 + voted: false +copyright: + aliases: + unicodes: + composite: + - a9 + secondary: + - 10f1f9 + changes: + - 4.2.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Copyright + search: + terms: + - brand + - c + - copyright + - mark + - register + - trademark + unicode: f1f9 + voted: false +cotton-bureau: + changes: + - 5.10.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Cotton Bureau + search: + terms: + - clothing + - t-shirts + - tshirts + unicode: f89e + voted: false +couch: + aliases: + unicodes: + secondary: + - 10f4b8 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Couch + search: + terms: + - chair + - cushion + - furniture + - relax + - sofa + unicode: f4b8 + voted: false +cow: + aliases: + unicodes: + composite: + - 1f404 + secondary: + - 10f6c8 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cow + search: + terms: + - agriculture + - animal + - beef + - bovine + - co + - cow + - farm + - fauna + - livestock + - mammal + - milk + - moo + unicode: f6c8 + voted: false +cpanel: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: cPanel + search: + terms: [] + unicode: f388 + voted: false +creative-commons: + changes: + - 4.4.0 + - 5.0.0 + - 5.0.11 + - 5.1.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons + search: + terms: [] + unicode: f25e + voted: false +creative-commons-by: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons Attribution + search: + terms: [] + unicode: f4e7 + voted: false +creative-commons-nc: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons Noncommercial + search: + terms: [] + unicode: f4e8 + voted: false +creative-commons-nc-eu: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons Noncommercial (Euro Sign) + search: + terms: [] + unicode: f4e9 + voted: false +creative-commons-nc-jp: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons Noncommercial (Yen Sign) + search: + terms: [] + unicode: f4ea + voted: false +creative-commons-nd: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons No Derivative Works + search: + terms: [] + unicode: f4eb + voted: false +creative-commons-pd: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons Public Domain + search: + terms: [] + unicode: f4ec + voted: false +creative-commons-pd-alt: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Alternate Creative Commons Public Domain + search: + terms: [] + unicode: f4ed + voted: false +creative-commons-remix: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons Remix + search: + terms: [] + unicode: f4ee + voted: false +creative-commons-sa: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons Share Alike + search: + terms: [] + unicode: f4ef + voted: false +creative-commons-sampling: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons Sampling + search: + terms: [] + unicode: f4f0 + voted: false +creative-commons-sampling-plus: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons Sampling + + search: + terms: [] + unicode: f4f1 + voted: false +creative-commons-share: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons Share + search: + terms: [] + unicode: f4f2 + voted: false +creative-commons-zero: + changes: + - 5.0.11 + - 5.4.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Creative Commons CC0 + search: + terms: [] + unicode: f4f3 + voted: false +credit-card: + aliases: + names: + - credit-card-alt + unicodes: + composite: + - 1f4b3 + - f283 + secondary: + - 10f09d + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Credit Card + search: + terms: + - buy + - card + - checkout + - credit + - credit card + - credit-card-alt + - debit + - money + - payment + - purchase + unicode: f09d + voted: false +critical-role: + changes: + - 5.4.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Critical Role + search: + terms: + - Dungeons & Dragons + - d&d + - dnd + - fantasy + - game + - gaming + - tabletop + unicode: f6c9 + voted: false +crop: + aliases: + unicodes: + secondary: + - 10f125 + changes: + - 3.1.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Crop + search: + terms: + - design + - frame + - mask + - resize + - shrink + unicode: f125 + voted: false +crop-simple: + aliases: + names: + - crop-alt + unicodes: + secondary: + - 10f565 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Crop Simple + search: + terms: + - design + - frame + - mask + - resize + - shrink + unicode: f565 + voted: false +cross: + aliases: + unicodes: + composite: + - 1f547 + - 271d + secondary: + - 10f654 + changes: + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cross + search: + terms: + - Christian + - Heavy Latin Cross + - catholicism + - christianity + - church + - cross + - jesus + - latin cross + - religion + unicode: f654 + voted: false +crosshairs: + aliases: + unicodes: + secondary: + - 10f05b + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Crosshairs + search: + terms: + - aim + - bullseye + - gpd + - picker + - position + unicode: f05b + voted: false +crow: + aliases: + unicodes: + secondary: + - 10f520 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Crow + search: + terms: + - bird + - bullfrog + - fauna + - halloween + - holiday + - toad + unicode: f520 + voted: false +crown: + aliases: + unicodes: + composite: + - 1f451 + secondary: + - 10f521 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Crown + search: + terms: + - award + - clothing + - crown + - favorite + - king + - queen + - royal + - tiara + unicode: f521 + voted: true +crutch: + aliases: + unicodes: + secondary: + - 10f7f7 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Crutch + search: + terms: + - cane + - injury + - mobility + - wheelchair + unicode: f7f7 + voted: false +cruzeiro-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cruzeiro Sign + search: + terms: + - Cruzeiro Sign + - currency + unicode: e152 + voted: false +css3: + changes: + - 3.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: CSS 3 Logo + search: + terms: + - code + unicode: f13c + voted: false +css3-alt: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Alternate CSS3 Logo + search: + terms: [] + unicode: f38b + voted: false +cube: + aliases: + unicodes: + secondary: + - 10f1b2 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cube + search: + terms: + - 3d + - block + - dice + - package + - square + - tesseract + unicode: f1b2 + voted: false +cubes: + aliases: + unicodes: + secondary: + - 10f1b3 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cubes + search: + terms: + - 3d + - block + - dice + - package + - pyramid + - square + - stack + - tesseract + unicode: f1b3 + voted: false +cubes-stacked: + changes: + - 6.1.0 + - 6.1.1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Cubes Stacked + search: + terms: + - blocks + - cubes + - sugar + unicode: e4e6 + voted: false +cuttlefish: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Cuttlefish + search: + terms: [] + unicode: f38c + voted: false +d: + aliases: + unicodes: + composite: + - '64' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: D + search: + terms: + - Latin Capital Letter D + - Latin Small Letter D + - letter + unicode: '44' + voted: false +d-and-d: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Dungeons & Dragons + search: + terms: [] + unicode: f38d + voted: false +d-and-d-beyond: + changes: + - 5.4.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: D&D Beyond + search: + terms: + - Dungeons & Dragons + - d&d + - dnd + - fantasy + - gaming + - tabletop + unicode: f6ca + voted: false +dailymotion: + changes: + - 5.12.1 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: dailymotion + search: + terms: [] + unicode: e052 + voted: true +dashcube: + changes: + - 4.3.0 + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: DashCube + search: + terms: [] + unicode: f210 + voted: false +database: + aliases: + unicodes: + secondary: + - 10f1c0 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Database + search: + terms: + - computer + - development + - directory + - memory + - storage + unicode: f1c0 + voted: false +debian: + changes: + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Debian + search: + terms: [] + unicode: e60b + voted: false +deezer: + changes: + - 5.13.1 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Deezer + search: + terms: [] + unicode: e077 + voted: true +delete-left: + aliases: + names: + - backspace + unicodes: + composite: + - 232b + secondary: + - 10f55a + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Delete Left + search: + terms: + - Erase to the Left + - command + - delete + - erase + - keyboard + - undo + unicode: f55a + voted: true +delicious: + changes: + - 4.1.0 + - 5.0.0 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Delicious + search: + terms: [] + unicode: f1a5 + voted: false +democrat: + aliases: + unicodes: + secondary: + - 10f747 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Democrat + search: + terms: + - american + - democratic party + - donkey + - election + - left + - left-wing + - liberal + - politics + - usa + unicode: f747 + voted: false +deploydog: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: deploy.dog + search: + terms: [] + unicode: f38e + voted: false +deskpro: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Deskpro + search: + terms: [] + unicode: f38f + voted: false +desktop: + aliases: + names: + - desktop-alt + unicodes: + composite: + - 1f5a5 + - f108 + primary: + - f108 + secondary: + - 10f108 + - 10f390 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Desktop + search: + terms: + - computer + - cpu + - demo + - desktop + - desktop computer + - device + - imac + - machine + - monitor + - pc + - screen + unicode: f390 + voted: false +dev: + changes: + - 5.4.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: DEV + search: + terms: [] + unicode: f6cc + voted: true +deviantart: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: deviantART + search: + terms: [] + unicode: f1bd + voted: false +dharmachakra: + aliases: + unicodes: + composite: + - '2638' + secondary: + - 10f655 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dharmachakra + search: + terms: + - Buddhist + - buddhism + - buddhist + - dharma + - religion + - wheel + - wheel of dharma + unicode: f655 + voted: false +dhl: + changes: + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: DHL + search: + terms: + - Dalsey + - Hillblom and Lynn + - german + - package + - shipping + unicode: f790 + voted: false +diagram-next: + changes: + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Diagram Next + search: + terms: + - cells + - chart + - gantt + - row + - subtask + - successor + - table + unicode: e476 + voted: false +diagram-predecessor: + changes: + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Diagram Predecessor + search: + terms: + - cells + - chart + - gantt + - predecessor + - previous + - row + - subtask + - table + unicode: e477 + voted: false +diagram-project: + aliases: + names: + - project-diagram + unicodes: + secondary: + - 10f542 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Diagram Project + search: + terms: + - chart + - graph + - network + - pert + unicode: f542 + voted: false +diagram-successor: + changes: + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Diagram Successor + search: + terms: + - cells + - chart + - gantt + - next + - row + - subtask + - successor + - table + unicode: e47a + voted: false +diamond: + aliases: + unicodes: + composite: + - '2666' + secondary: + - 10f219 + changes: + - 4.3.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Diamond + search: + terms: + - card + - cards + - diamond suit + - game + - gem + - gemstone + - poker + - suit + unicode: f219 + voted: false +diamond-turn-right: + aliases: + names: + - directions + unicodes: + secondary: + - 10f5eb + changes: + - 5.2.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Diamond Turn Right + search: + terms: + - map + - navigation + - sign + - turn + unicode: f5eb + voted: false +diaspora: + changes: + - 5.6.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Diaspora + search: + terms: [] + unicode: f791 + voted: true +dice: + aliases: + unicodes: + composite: + - 1f3b2 + secondary: + - 10f522 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dice + search: + terms: + - chance + - dice + - die + - gambling + - game + - game die + - roll + unicode: f522 + voted: true +dice-d20: + aliases: + unicodes: + secondary: + - 10f6cf + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dice D20 + search: + terms: + - Dungeons & Dragons + - chance + - d&d + - dnd + - fantasy + - gambling + - game + - roll + unicode: f6cf + voted: true +dice-d6: + aliases: + unicodes: + secondary: + - 10f6d1 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dice D6 + search: + terms: + - Dungeons & Dragons + - chance + - d&d + - dnd + - fantasy + - gambling + - game + - roll + unicode: f6d1 + voted: false +dice-five: + aliases: + unicodes: + composite: + - '2684' + secondary: + - 10f523 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dice Five + search: + terms: + - Die Face-5 + - chance + - gambling + - game + - roll + unicode: f523 + voted: true +dice-four: + aliases: + unicodes: + composite: + - '2683' + secondary: + - 10f524 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dice Four + search: + terms: + - Die Face-4 + - chance + - gambling + - game + - roll + unicode: f524 + voted: true +dice-one: + aliases: + unicodes: + composite: + - '2680' + secondary: + - 10f525 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dice One + search: + terms: + - Die Face-1 + - chance + - gambling + - game + - roll + unicode: f525 + voted: true +dice-six: + aliases: + unicodes: + composite: + - '2685' + secondary: + - 10f526 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dice Six + search: + terms: + - Die Face-6 + - chance + - gambling + - game + - roll + unicode: f526 + voted: true +dice-three: + aliases: + unicodes: + composite: + - '2682' + secondary: + - 10f527 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dice Three + search: + terms: + - Die Face-3 + - chance + - gambling + - game + - roll + unicode: f527 + voted: true +dice-two: + aliases: + unicodes: + composite: + - '2681' + secondary: + - 10f528 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dice Two + search: + terms: + - Die Face-2 + - chance + - gambling + - game + - roll + unicode: f528 + voted: true +digg: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Digg Logo + search: + terms: [] + unicode: f1a6 + voted: false +digital-ocean: + changes: + - 5.0.0 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Digital Ocean + search: + terms: [] + unicode: f391 + voted: false +discord: + changes: + - 5.0.0 + - 5.15.4 + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Discord + search: + terms: [] + unicode: f392 + voted: false +discourse: + changes: + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Discourse + search: + terms: [] + unicode: f393 + voted: false +disease: + aliases: + unicodes: + secondary: + - 10f7fa + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Disease + search: + terms: + - bacteria + - cancer + - coronavirus + - covid-19 + - flu + - illness + - infection + - pandemic + - sickness + - virus + unicode: f7fa + voted: false +display: + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Display + search: + terms: + - Screen + - computer + - desktop + - imac + unicode: e163 + voted: false +divide: + aliases: + unicodes: + composite: + - '2797' + - f7 + secondary: + - 10f529 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Divide + search: + terms: + - Division Sign + - arithmetic + - calculus + - divide + - division + - math + - sign + - ÷ + unicode: f529 + voted: false +dna: + aliases: + unicodes: + composite: + - 1f9ec + secondary: + - 10f471 + changes: + - 5.0.7 + - 5.0.10 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dna + search: + terms: + - biologist + - dna + - double helix + - evolution + - gene + - genetic + - genetics + - helix + - life + - molecule + - protein + unicode: f471 + voted: false +dochub: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: DocHub + search: + terms: [] + unicode: f394 + voted: false +docker: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Docker + search: + terms: [] + unicode: f395 + voted: false +dog: + aliases: + unicodes: + composite: + - 1f415 + secondary: + - 10f6d3 + changes: + - 5.4.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dog + search: + terms: + - animal + - canine + - dog + - fauna + - mammal + - pet + - pooch + - puppy + - woof + unicode: f6d3 + voted: false +dollar-sign: + aliases: + names: + - dollar + - usd + unicodes: + composite: + - 1f4b2 + - f155 + primary: + - f155 + secondary: + - '1024' + - 10f155 + changes: + - 3.2.0 + - 5.0.0 + - 5.0.9 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dollar Sign + search: + terms: + - Dollar Sign + - currency + - dollar + - heavy dollar sign + - money + unicode: '24' + voted: false +dolly: + aliases: + names: + - dolly-box + unicodes: + secondary: + - 10f472 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dolly + search: + terms: + - carry + - shipping + - transport + unicode: f472 + voted: false +dong-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dong Sign + search: + terms: + - Dong Sign + - currency + unicode: e169 + voted: false +door-closed: + aliases: + unicodes: + composite: + - 1f6aa + secondary: + - 10f52a + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Door Closed + search: + terms: + - doo + - door + - enter + - exit + - locked + unicode: f52a + voted: true +door-open: + aliases: + unicodes: + secondary: + - 10f52b + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Door Open + search: + terms: + - enter + - exit + - welcome + unicode: f52b + voted: true +dove: + aliases: + unicodes: + composite: + - 1f54a + secondary: + - 10f4ba + changes: + - 5.0.9 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dove + search: + terms: + - bird + - dove + - fauna + - fly + - flying + - peace + - war + unicode: f4ba + voted: false +down-left-and-up-right-to-center: + aliases: + names: + - compress-alt + unicodes: + secondary: + - 10f422 + changes: + - 1.0.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Down Left And Up Right To Center + search: + terms: + - collapse + - fullscreen + - minimize + - move + - resize + - shrink + - smaller + unicode: f422 + voted: false +down-long: + aliases: + names: + - long-arrow-alt-down + unicodes: + secondary: + - 10f309 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Down Long + search: + terms: + - download + - long-arrow-down + unicode: f309 + voted: false +download: + aliases: + unicodes: + secondary: + - 10f019 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Download + search: + terms: + - export + - hard drive + - save + - transfer + unicode: f019 + voted: false +draft2digital: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Draft2digital + search: + terms: [] + unicode: f396 + voted: false +dragon: + aliases: + unicodes: + composite: + - 1f409 + secondary: + - 10f6d5 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dragon + search: + terms: + - Dungeons & Dragons + - d&d + - dnd + - dragon + - fairy tale + - fantasy + - fire + - lizard + - serpent + unicode: f6d5 + voted: false +draw-polygon: + aliases: + unicodes: + secondary: + - 10f5ee + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Draw Polygon + search: + terms: + - anchors + - lines + - object + - render + - shape + unicode: f5ee + voted: false +dribbble: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Dribbble + search: + terms: [] + unicode: f17d + voted: false +dropbox: + changes: + - 3.2.0 + - 5.0.0 + - 5.0.1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Dropbox + search: + terms: [] + unicode: f16b + voted: false +droplet: + aliases: + names: + - tint + unicodes: + composite: + - 1f4a7 + secondary: + - 10f043 + changes: + - 1.0.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Droplet + search: + terms: + - cold + - color + - comic + - drop + - droplet + - raindrop + - sweat + - waterdrop + unicode: f043 + voted: false +droplet-slash: + aliases: + names: + - tint-slash + unicodes: + secondary: + - 10f5c7 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Droplet Slash + search: + terms: + - color + - drop + - droplet + - raindrop + - waterdrop + unicode: f5c7 + voted: false +drum: + aliases: + unicodes: + composite: + - 1f941 + secondary: + - 10f569 + changes: + - 5.1.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Drum + search: + terms: + - drum + - drumsticks + - instrument + - music + - percussion + - snare + - sound + unicode: f569 + voted: true +drum-steelpan: + aliases: + unicodes: + secondary: + - 10f56a + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Drum Steelpan + search: + terms: + - calypso + - instrument + - music + - percussion + - reggae + - snare + - sound + - steel + - tropical + unicode: f56a + voted: false +drumstick-bite: + aliases: + unicodes: + secondary: + - 10f6d7 + changes: + - 5.4.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Drumstick Bite + search: + terms: + - bone + - chicken + - leg + - meat + - poultry + - turkey + unicode: f6d7 + voted: false +drupal: + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Drupal Logo + search: + terms: [] + unicode: f1a9 + voted: false +dumbbell: + aliases: + unicodes: + secondary: + - 10f44b + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dumbbell + search: + terms: + - exercise + - gym + - strength + - weight + - weight-lifting + unicode: f44b + voted: false +dumpster: + aliases: + unicodes: + secondary: + - 10f793 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dumpster + search: + terms: + - alley + - bin + - commercial + - trash + - waste + unicode: f793 + voted: true +dumpster-fire: + aliases: + unicodes: + secondary: + - 10f794 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dumpster Fire + search: + terms: + - alley + - bin + - commercial + - danger + - dangerous + - euphemism + - flame + - heat + - hot + - trash + - waste + unicode: f794 + voted: true +dungeon: + aliases: + unicodes: + secondary: + - 10f6d9 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Dungeon + search: + terms: + - Dungeons & Dragons + - building + - d&d + - dnd + - door + - entrance + - fantasy + - gate + unicode: f6d9 + voted: false +dyalog: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Dyalog + search: + terms: [] + unicode: f399 + voted: false +e: + aliases: + unicodes: + composite: + - '65' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: E + search: + terms: + - Latin Capital Letter E + - Latin Small Letter E + - letter + unicode: '45' + voted: false +ear-deaf: + aliases: + names: + - deaf + - deafness + - hard-of-hearing + unicodes: + secondary: + - 10f2a4 + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ear Deaf + search: + terms: + - ear + - hearing + - sign language + unicode: f2a4 + voted: false +ear-listen: + aliases: + names: + - assistive-listening-systems + unicodes: + secondary: + - 10f2a2 + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ear Listen + search: + terms: + - amplify + - audio + - deaf + - ear + - headset + - hearing + - sound + unicode: f2a2 + voted: false +earlybirds: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Earlybirds + search: + terms: [] + unicode: f39a + voted: false +earth-africa: + aliases: + names: + - globe-africa + unicodes: + composite: + - 1f30d + secondary: + - 10f57c + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Earth Africa + search: + terms: + - africa + - all + - country + - earth + - europe + - global + - globe + - gps + - language + - localize + - location + - map + - online + - place + - planet + - translate + - travel + - world + unicode: f57c + voted: false +earth-americas: + aliases: + names: + - earth + - earth-america + - globe-americas + unicodes: + composite: + - 1f30e + secondary: + - 10f57d + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Earth Americas + search: + terms: + - all + - america + - country + - earth + - global + - globe + - gps + - language + - localize + - location + - map + - online + - place + - planet + - translate + - travel + - world + unicode: f57d + voted: false +earth-asia: + aliases: + names: + - globe-asia + unicodes: + composite: + - 1f30f + secondary: + - 10f57e + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Earth Asia + search: + terms: + - all + - asia + - australia + - country + - earth + - global + - globe + - gps + - language + - localize + - location + - map + - online + - place + - planet + - translate + - travel + - world + unicode: f57e + voted: false +earth-europe: + aliases: + names: + - globe-europe + unicodes: + secondary: + - 10f7a2 + changes: + - 5.6.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Earth Europe + search: + terms: + - all + - country + - earth + - europe + - global + - globe + - gps + - language + - localize + - location + - map + - online + - place + - planet + - translate + - travel + - world + unicode: f7a2 + voted: true +earth-oceania: + aliases: + names: + - globe-oceania + changes: + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Earth Oceania + search: + terms: + - all + - australia + - country + - earth + - global + - globe + - gps + - language + - localize + - location + - map + - melanesia + - micronesia + - new zealand + - online + - place + - planet + - polynesia + - translate + - travel + - world + unicode: e47b + voted: false +ebay: + changes: + - 5.0.11 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: eBay + search: + terms: [] + unicode: f4f4 + voted: true +edge: + changes: + - 4.5.0 + - 5.0.0 + - 5.12.1 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Edge Browser + search: + terms: + - browser + - ie + unicode: f282 + voted: false +edge-legacy: + changes: + - 5.13.1 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Edge Legacy Browser + search: + terms: [] + unicode: e078 + voted: false +egg: + aliases: + unicodes: + composite: + - 1f95a + secondary: + - 10f7fb + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Egg + search: + terms: + - breakfast + - chicken + - easter + - egg + - food + - shell + - yolk + unicode: f7fb + voted: false +eject: + aliases: + unicodes: + composite: + - 23cf + secondary: + - 10f052 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Eject + search: + terms: + - abort + - cancel + - cd + - discharge + - eject + - eject button + unicode: f052 + voted: false +elementor: + changes: + - 5.0.3 + - 6.1.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Elementor + search: + terms: [] + unicode: f430 + voted: true +elevator: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Elevator + search: + terms: + - accessibility + - elevator + - hoist + - lift + - users-people + unicode: e16d + voted: true +ellipsis: + aliases: + names: + - ellipsis-h + unicodes: + secondary: + - 10f141 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ellipsis + search: + terms: + - dots + - drag + - kebab + - list + - menu + - nav + - navigation + - ol + - pacman + - reorder + - settings + - ul + unicode: f141 + voted: false +ellipsis-vertical: + aliases: + names: + - ellipsis-v + unicodes: + secondary: + - 10f142 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ellipsis Vertical + search: + terms: + - dots + - drag + - kebab + - list + - menu + - nav + - navigation + - ol + - reorder + - settings + - ul + unicode: f142 + voted: false +ello: + changes: + - 5.2.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Ello + search: + terms: [] + unicode: f5f1 + voted: true +ember: + changes: + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Ember + search: + terms: [] + unicode: f423 + voted: false +empire: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Galactic Empire + search: + terms: [] + unicode: f1d1 + voted: false +envelope: + aliases: + unicodes: + composite: + - 1f582 + - '2709' + - f003 + secondary: + - 10f0e0 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Envelope + search: + terms: + - Back of Envelope + - e-mail + - email + - envelope + - letter + - mail + - message + - notification + - support + unicode: f0e0 + voted: false +envelope-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Envelope Circle Check + search: + terms: + - check + - email + - envelope + - mail + - not affected + - ok + - okay + - read + - sent + unicode: e4e8 + voted: false +envelope-open: + aliases: + unicodes: + composite: + - f2b7 + secondary: + - 10f2b6 + changes: + - 4.7.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Envelope Open + search: + terms: + - e-mail + - email + - letter + - mail + - message + - notification + - support + unicode: f2b6 + voted: false +envelope-open-text: + aliases: + unicodes: + secondary: + - 10f658 + changes: + - 5.3.0 + - 5.10.1 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Envelope Open Text + search: + terms: + - e-mail + - email + - letter + - mail + - message + - notification + - support + unicode: f658 + voted: false +envelopes-bulk: + aliases: + names: + - mail-bulk + unicodes: + secondary: + - 10f674 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Envelopes Bulk + search: + terms: + - archive + - envelope + - letter + - post office + - postal + - postcard + - send + - stamp + - usps + unicode: f674 + voted: false +envira: + changes: + - 4.6.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Envira Gallery + search: + terms: + - leaf + unicode: f299 + voted: false +equals: + aliases: + unicodes: + composite: + - f52c + primary: + - f52c + secondary: + - 103d + - 10f52c + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Equals + search: + terms: + - Equals Sign + - arithmetic + - even + - match + - math + unicode: 3d + voted: false +eraser: + aliases: + unicodes: + secondary: + - 10f12d + changes: + - 3.1.0 + - 5.0.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Eraser + search: + terms: + - art + - delete + - remove + - rubber + unicode: f12d + voted: false +erlang: + changes: + - 5.0.0 + - 5.0.3 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Erlang + search: + terms: [] + unicode: f39d + voted: false +ethereum: + changes: + - 5.0.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Ethereum + search: + terms: [] + unicode: f42e + voted: true +ethernet: + aliases: + unicodes: + secondary: + - 10f796 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ethernet + search: + terms: + - cable + - cat 5 + - cat 6 + - connection + - hardware + - internet + - network + - wired + unicode: f796 + voted: true +etsy: + changes: + - 4.7.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Etsy + search: + terms: [] + unicode: f2d7 + voted: false +euro-sign: + aliases: + names: + - eur + - euro + unicodes: + composite: + - 20ac + secondary: + - 10f153 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Euro Sign + search: + terms: + - Euro Sign + - currency + unicode: f153 + voted: false +evernote: + changes: + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Evernote + search: + terms: [] + unicode: f839 + voted: false +exclamation: + aliases: + unicodes: + composite: + - '2755' + - '2757' + - f12a + primary: + - f12a + secondary: + - '1021' + - 10f12a + changes: + - 3.1.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Exclamation + search: + terms: + - '!' + - Exclamation Mark + - alert + - danger + - error + - exclamation + - important + - mark + - notice + - notification + - notify + - outlined + - problem + - punctuation + - red exclamation mark + - warning + - white exclamation mark + unicode: '21' + voted: false +expand: + aliases: + unicodes: + secondary: + - 10f065 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Expand + search: + terms: + - bigger + - crop + - enlarge + - focus + - fullscreen + - resize + - viewfinder + unicode: f065 + voted: false +expeditedssl: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: ExpeditedSSL + search: + terms: [] + unicode: f23e + voted: false +explosion: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Explosion + search: + terms: + - blast + - blowup + - boom + - crash + - detonation + - explosion + unicode: e4e9 + voted: false +eye: + aliases: + unicodes: + composite: + - 1f441 + secondary: + - 10f06e + changes: + - 1.0.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Eye + search: + terms: + - body + - eye + - look + - optic + - see + - seen + - show + - sight + - views + - visible + unicode: f06e + voted: false +eye-dropper: + aliases: + names: + - eye-dropper-empty + - eyedropper + unicodes: + secondary: + - 10f1fb + changes: + - 4.2.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Eye Dropper + search: + terms: + - beaker + - clone + - color + - copy + - eyedropper + - pipette + unicode: f1fb + voted: false +eye-low-vision: + aliases: + names: + - low-vision + unicodes: + secondary: + - 10f2a8 + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Eye Low Vision + search: + terms: + - blind + - eye + - sight + unicode: f2a8 + voted: false +eye-slash: + aliases: + unicodes: + secondary: + - 10f070 + changes: + - 1.0.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Eye Slash + search: + terms: + - blind + - hide + - show + - toggle + - unseen + - views + - visible + - visiblity + unicode: f070 + voted: false +f: + aliases: + unicodes: + composite: + - '66' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: F + search: + terms: + - Latin Capital Letter F + - Latin Small Letter F + - letter + unicode: '46' + voted: false +face-angry: + aliases: + names: + - angry + unicodes: + composite: + - 1f620 + secondary: + - 10f556 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Angry + search: + terms: + - angry + - angry face + - disapprove + - emoticon + - face + - mad + - upset + unicode: f556 + voted: false +face-dizzy: + aliases: + names: + - dizzy + unicodes: + secondary: + - 10f567 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Dizzy + search: + terms: + - dazed + - dead + - disapprove + - emoticon + - face + unicode: f567 + voted: false +face-flushed: + aliases: + names: + - flushed + unicodes: + composite: + - 1f633 + secondary: + - 10f579 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Flushed + search: + terms: + - dazed + - embarrassed + - emoticon + - face + - flushed + - flushed face + unicode: f579 + voted: false +face-frown: + aliases: + names: + - frown + unicodes: + composite: + - '2639' + secondary: + - 10f119 + changes: + - 3.1.0 + - 5.0.0 + - 5.0.9 + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Frown + search: + terms: + - disapprove + - emoticon + - face + - frown + - frowning face + - rating + - sad + unicode: f119 + voted: false +face-frown-open: + aliases: + names: + - frown-open + unicodes: + composite: + - 1f626 + secondary: + - 10f57a + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Frown Open + search: + terms: + - disapprove + - emoticon + - face + - frown + - frowning face with open mouth + - mouth + - open + - rating + - sad + unicode: f57a + voted: false +face-grimace: + aliases: + names: + - grimace + unicodes: + composite: + - 1f62c + secondary: + - 10f57f + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grimace + search: + terms: + - cringe + - emoticon + - face + - grimace + - grimacing face + - teeth + unicode: f57f + voted: false +face-grin: + aliases: + names: + - grin + unicodes: + composite: + - 1f600 + secondary: + - 10f580 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin + search: + terms: + - emoticon + - face + - grin + - grinning face + - laugh + - smile + unicode: f580 + voted: false +face-grin-beam: + aliases: + names: + - grin-beam + unicodes: + composite: + - 1f604 + secondary: + - 10f582 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Beam + search: + terms: + - emoticon + - eye + - face + - grinning face with smiling eyes + - laugh + - mouth + - open + - smile + unicode: f582 + voted: false +face-grin-beam-sweat: + aliases: + names: + - grin-beam-sweat + unicodes: + composite: + - 1f605 + secondary: + - 10f583 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Beam Sweat + search: + terms: + - cold + - embarass + - emoticon + - face + - grinning face with sweat + - open + - smile + - sweat + unicode: f583 + voted: false +face-grin-hearts: + aliases: + names: + - grin-hearts + unicodes: + composite: + - 1f60d + secondary: + - 10f584 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Hearts + search: + terms: + - emoticon + - eye + - face + - love + - smile + - smiling face with heart-eyes + unicode: f584 + voted: false +face-grin-squint: + aliases: + names: + - grin-squint + unicodes: + composite: + - 1f606 + secondary: + - 10f585 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Squint + search: + terms: + - emoticon + - face + - grinning squinting face + - laugh + - mouth + - satisfied + - smile + unicode: f585 + voted: false +face-grin-squint-tears: + aliases: + names: + - grin-squint-tears + unicodes: + composite: + - 1f923 + secondary: + - 10f586 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Squint Tears + search: + terms: + - emoticon + - face + - floor + - happy + - laugh + - rolling + - rolling on the floor laughing + - smile + unicode: f586 + voted: false +face-grin-stars: + aliases: + names: + - grin-stars + unicodes: + composite: + - 1f929 + secondary: + - 10f587 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Stars + search: + terms: + - emoticon + - eyes + - face + - grinning + - star + - star-struck + - starry-eyed + unicode: f587 + voted: false +face-grin-tears: + aliases: + names: + - grin-tears + unicodes: + composite: + - 1f602 + secondary: + - 10f588 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Tears + search: + terms: + - LOL + - emoticon + - face + - face with tears of joy + - joy + - laugh + - tear + unicode: f588 + voted: false +face-grin-tongue: + aliases: + names: + - grin-tongue + unicodes: + composite: + - 1f61b + secondary: + - 10f589 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Tongue + search: + terms: + - LOL + - emoticon + - face + - face with tongue + - tongue + unicode: f589 + voted: false +face-grin-tongue-squint: + aliases: + names: + - grin-tongue-squint + unicodes: + composite: + - 1f61d + secondary: + - 10f58a + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Tongue Squint + search: + terms: + - LOL + - emoticon + - eye + - face + - horrible + - squinting face with tongue + - taste + - tongue + unicode: f58a + voted: false +face-grin-tongue-wink: + aliases: + names: + - grin-tongue-wink + unicodes: + composite: + - 1f61c + secondary: + - 10f58b + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 5.12.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Tongue Wink + search: + terms: + - LOL + - emoticon + - eye + - face + - joke + - tongue + - wink + - winking face with tongue + unicode: f58b + voted: false +face-grin-wide: + aliases: + names: + - grin-alt + unicodes: + composite: + - 1f603 + secondary: + - 10f581 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Wide + search: + terms: + - emoticon + - face + - grinning face with big eyes + - laugh + - mouth + - open + - smile + unicode: f581 + voted: false +face-grin-wink: + aliases: + names: + - grin-wink + unicodes: + secondary: + - 10f58c + changes: + - 5.1.0 + - 5.1.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Grin Wink + search: + terms: + - emoticon + - face + - flirt + - laugh + - smile + unicode: f58c + voted: false +face-kiss: + aliases: + names: + - kiss + unicodes: + composite: + - 1f617 + secondary: + - 10f596 + changes: + - 5.1.0 + - 5.1.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Kiss + search: + terms: + - beso + - emoticon + - face + - kiss + - kissing face + - love + - smooch + unicode: f596 + voted: false +face-kiss-beam: + aliases: + names: + - kiss-beam + unicodes: + composite: + - 1f619 + secondary: + - 10f597 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Kiss Beam + search: + terms: + - beso + - emoticon + - eye + - face + - kiss + - kissing face with smiling eyes + - love + - smile + - smooch + unicode: f597 + voted: false +face-kiss-wink-heart: + aliases: + names: + - kiss-wink-heart + unicodes: + composite: + - 1f618 + secondary: + - 10f598 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Kiss Wink Heart + search: + terms: + - beso + - emoticon + - face + - face blowing a kiss + - kiss + - love + - smooch + unicode: f598 + voted: false +face-laugh: + aliases: + names: + - laugh + unicodes: + secondary: + - 10f599 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Laugh + search: + terms: + - LOL + - emoticon + - face + - laugh + - smile + unicode: f599 + voted: false +face-laugh-beam: + aliases: + names: + - laugh-beam + unicodes: + composite: + - 1f601 + secondary: + - 10f59a + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Laugh Beam + search: + terms: + - LOL + - beaming face with smiling eyes + - emoticon + - eye + - face + - grin + - happy + - smile + unicode: f59a + voted: false +face-laugh-squint: + aliases: + names: + - laugh-squint + unicodes: + secondary: + - 10f59b + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Laugh Squint + search: + terms: + - LOL + - emoticon + - face + - happy + - smile + unicode: f59b + voted: false +face-laugh-wink: + aliases: + names: + - laugh-wink + unicodes: + secondary: + - 10f59c + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Laugh Wink + search: + terms: + - LOL + - emoticon + - face + - happy + - smile + unicode: f59c + voted: false +face-meh: + aliases: + names: + - meh + unicodes: + composite: + - 1f610 + secondary: + - 10f11a + changes: + - 3.1.0 + - 5.0.0 + - 5.0.9 + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Meh + search: + terms: + - deadpan + - emoticon + - face + - meh + - neutral + - neutral face + - rating + unicode: f11a + voted: false +face-meh-blank: + aliases: + names: + - meh-blank + unicodes: + composite: + - 1f636 + secondary: + - 10f5a4 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Meh Blank + search: + terms: + - emoticon + - face + - face without mouth + - mouth + - neutral + - quiet + - rating + - silent + unicode: f5a4 + voted: false +face-rolling-eyes: + aliases: + names: + - meh-rolling-eyes + unicodes: + composite: + - 1f644 + secondary: + - 10f5a5 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Rolling Eyes + search: + terms: + - emoticon + - eyeroll + - eyes + - face + - face with rolling eyes + - neutral + - rating + - rolling + unicode: f5a5 + voted: false +face-sad-cry: + aliases: + names: + - sad-cry + unicodes: + composite: + - 1f62d + secondary: + - 10f5b3 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Sad Cry + search: + terms: + - cry + - emoticon + - face + - loudly crying face + - sad + - sob + - tear + - tears + unicode: f5b3 + voted: false +face-sad-tear: + aliases: + names: + - sad-tear + unicodes: + composite: + - 1f622 + secondary: + - 10f5b4 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Sad Tear + search: + terms: + - cry + - crying face + - emoticon + - face + - sad + - tear + - tears + unicode: f5b4 + voted: false +face-smile: + aliases: + names: + - smile + unicodes: + composite: + - 1f642 + secondary: + - 10f118 + changes: + - 3.1.0 + - 5.0.0 + - 5.0.9 + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Smile + search: + terms: + - approve + - emoticon + - face + - happy + - rating + - satisfied + - slightly smiling face + - smile + unicode: f118 + voted: false +face-smile-beam: + aliases: + names: + - smile-beam + unicodes: + composite: + - 1f60a + secondary: + - 10f5b8 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Smile Beam + search: + terms: + - blush + - emoticon + - eye + - face + - happy + - positive + - smile + - smiling face with smiling eyes + unicode: f5b8 + voted: false +face-smile-wink: + aliases: + names: + - smile-wink + unicodes: + composite: + - 1f609 + secondary: + - 10f4da + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Smile Wink + search: + terms: + - emoticon + - face + - happy + - hint + - joke + - wink + - winking face + unicode: f4da + voted: false +face-surprise: + aliases: + names: + - surprise + unicodes: + composite: + - 1f62e + secondary: + - 10f5c2 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Surprise + search: + terms: + - emoticon + - face + - face with open mouth + - mouth + - open + - shocked + - sympathy + unicode: f5c2 + voted: false +face-tired: + aliases: + names: + - tired + unicodes: + composite: + - 1f62b + secondary: + - 10f5c8 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Face Tired + search: + terms: + - angry + - emoticon + - face + - grumpy + - tired + - tired face + - upset + unicode: f5c8 + voted: false +facebook: + aliases: + unicodes: + composite: + - f230 + changes: + - 2.0.0 + - 5.0.0 + - 5.8.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Facebook + search: + terms: + - facebook-official + - social network + unicode: f09a + voted: false +facebook-f: + changes: + - 5.0.0 + - 5.8.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Facebook F + search: + terms: + - facebook + unicode: f39e + voted: false +facebook-messenger: + changes: + - 5.0.0 + - 5.8.2 + - 5.9.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Facebook Messenger + search: + terms: [] + unicode: f39f + voted: false +fan: + aliases: + unicodes: + secondary: + - 10f863 + changes: + - 5.9.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fan + search: + terms: + - ac + - air conditioning + - blade + - blower + - cool + - hot + unicode: f863 + voted: true +fantasy-flight-games: + changes: + - 5.4.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Fantasy Flight-games + search: + terms: + - Dungeons & Dragons + - d&d + - dnd + - fantasy + - game + - gaming + - tabletop + unicode: f6dc + voted: false +faucet: + aliases: + unicodes: + secondary: + - '10e005' + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Faucet + search: + terms: + - covid-19 + - drinking + - drip + - house + - hygiene + - kitchen + - potable + - potable water + - sanitation + - sink + - water + unicode: e005 + voted: false +faucet-drip: + aliases: + unicodes: + composite: + - 1f6b0 + secondary: + - '10e006' + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Faucet Drip + search: + terms: + - drinking + - drip + - house + - hygiene + - kitchen + - potable + - potable water + - sanitation + - sink + - water + unicode: e006 + voted: false +fax: + aliases: + unicodes: + composite: + - 1f4e0 + - 1f5b7 + secondary: + - 10f1ac + changes: + - 4.1.0 + - 5.0.0 + - 5.3.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fax + search: + terms: + - Fax Icon + - business + - communicate + - copy + - facsimile + - fax + - fax machine + - send + unicode: f1ac + voted: false +feather: + aliases: + unicodes: + composite: + - 1fab6 + secondary: + - 10f52d + changes: + - 5.0.13 + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Feather + search: + terms: + - bird + - feather + - flight + - light + - plucked + - plumage + - quill + - write + unicode: f52d + voted: true +feather-pointed: + aliases: + names: + - feather-alt + unicodes: + secondary: + - 10f56b + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Feather Pointed + search: + terms: + - bird + - light + - plucked + - quill + - write + unicode: f56b + voted: true +fedex: + changes: + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: FedEx + search: + terms: + - Federal Express + - package + - shipping + unicode: f797 + voted: false +fedora: + changes: + - 5.6.0 + - 5.6.3 + - 5.8.0 + - 6.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Fedora + search: + terms: + - linux + - operating system + - os + unicode: f798 + voted: true +ferry: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ferry + search: + terms: + - barge + - boat + - carry + - ferryboat + - ship + unicode: e4ea + voted: false +figma: + changes: + - 5.6.0 + - 5.7.0 + - 5.8.0 + - 5.15.4 + - 6.0.0-beta2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Figma + search: + terms: + - app + - design + - interface + unicode: f799 + voted: false +file: + aliases: + unicodes: + composite: + - 1f4c4 + - 1f5cb + - f016 + secondary: + - 10f15b + changes: + - 3.2.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: File + search: + terms: + - Empty Document + - document + - new + - page + - page facing up + - pdf + - resume + unicode: f15b + voted: false +file-arrow-down: + aliases: + names: + - file-download + unicodes: + secondary: + - 10f56d + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Arrow Down + search: + terms: + - document + - export + - save + unicode: f56d + voted: true +file-arrow-up: + aliases: + names: + - file-upload + unicodes: + secondary: + - 10f574 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Arrow Up + search: + terms: + - document + - import + - page + - save + unicode: f574 + voted: true +file-audio: + aliases: + unicodes: + secondary: + - 10f1c7 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: File Audio + search: + terms: + - document + - mp3 + - music + - page + - play + - sound + unicode: f1c7 + voted: false +file-circle-check: + changes: + - 6.0.0 + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Circle Check + search: + terms: + - document + - file + - not affected + - ok + - okay + - paper + unicode: e5a0 + voted: false +file-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Circle Exclamation + search: + terms: + - document + - file + - paper + unicode: e4eb + voted: false +file-circle-minus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Circle Minus + search: + terms: + - document + - file + - paper + unicode: e4ed + voted: false +file-circle-plus: + aliases: + unicodes: + composite: + - e4ee + changes: + - 6.0.0 + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Circle Plus + search: + terms: + - add + - document + - file + - new + - page + - paper + - pdf + unicode: e494 + voted: false +file-circle-question: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Circle Question + search: + terms: + - document + - file + - paper + unicode: e4ef + voted: false +file-circle-xmark: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Circle Xmark + search: + terms: + - document + - file + - paper + unicode: e5a1 + voted: false +file-code: + aliases: + unicodes: + secondary: + - 10f1c9 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: File Code + search: + terms: + - css + - development + - document + - html + unicode: f1c9 + voted: false +file-contract: + aliases: + unicodes: + secondary: + - 10f56c + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Contract + search: + terms: + - agreement + - binding + - document + - legal + - signature + unicode: f56c + voted: false +file-csv: + aliases: + unicodes: + secondary: + - 10f6dd + changes: + - 5.4.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Csv + search: + terms: + - document + - excel + - numbers + - spreadsheets + - table + unicode: f6dd + voted: false +file-excel: + aliases: + unicodes: + secondary: + - 10f1c3 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: File Excel + search: + terms: + - csv + - document + - numbers + - spreadsheets + - table + unicode: f1c3 + voted: false +file-export: + aliases: + names: + - arrow-right-from-file + unicodes: + secondary: + - 10f56e + changes: + - 5.1.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Export + search: + terms: + - download + - save + unicode: f56e + voted: true +file-image: + aliases: + unicodes: + composite: + - 1f5bb + secondary: + - 10f1c5 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: File Image + search: + terms: + - Document with Picture + - document + - image + - jpg + - photo + - png + unicode: f1c5 + voted: false +file-import: + aliases: + names: + - arrow-right-to-file + unicodes: + secondary: + - 10f56f + changes: + - 5.1.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Import + search: + terms: + - copy + - document + - send + - upload + unicode: f56f + voted: true +file-invoice: + aliases: + unicodes: + secondary: + - 10f570 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Invoice + search: + terms: + - account + - bill + - charge + - document + - payment + - receipt + unicode: f570 + voted: true +file-invoice-dollar: + aliases: + unicodes: + secondary: + - 10f571 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Invoice Dollar + search: + terms: + - $ + - account + - bill + - charge + - document + - dollar-sign + - money + - payment + - receipt + - usd + unicode: f571 + voted: true +file-lines: + aliases: + names: + - file-alt + - file-text + unicodes: + composite: + - 1f5b9 + - 1f5ce + - f0f6 + secondary: + - 10f15c + changes: + - 3.2.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: File Lines + search: + terms: + - Document + - Document with Text + - document + - file-text + - invoice + - new + - page + - pdf + unicode: f15c + voted: false +file-medical: + aliases: + unicodes: + secondary: + - 10f477 + changes: + - 5.0.7 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Medical + search: + terms: + - document + - health + - history + - prescription + - record + unicode: f477 + voted: false +file-pdf: + aliases: + unicodes: + secondary: + - 10f1c1 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: File Pdf + search: + terms: + - acrobat + - document + - preview + - save + unicode: f1c1 + voted: false +file-pen: + aliases: + names: + - file-edit + unicodes: + composite: + - 1f4dd + secondary: + - 10f31c + changes: + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Pen + search: + terms: + - edit + - memo + - pen + - pencil + - update + - write + unicode: f31c + voted: false +file-powerpoint: + aliases: + unicodes: + secondary: + - 10f1c4 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: File Powerpoint + search: + terms: + - display + - document + - keynote + - presentation + unicode: f1c4 + voted: false +file-prescription: + aliases: + unicodes: + secondary: + - 10f572 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Prescription + search: + terms: + - document + - drugs + - medical + - medicine + - rx + unicode: f572 + voted: false +file-shield: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Shield + search: + terms: + - antivirus + - data + - document + - protect + - safe + - safety + - secure + unicode: e4f0 + voted: false +file-signature: + aliases: + unicodes: + secondary: + - 10f573 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Signature + search: + terms: + - John Hancock + - contract + - document + - name + unicode: f573 + voted: true +file-video: + aliases: + unicodes: + secondary: + - 10f1c8 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: File Video + search: + terms: + - document + - m4v + - movie + - mp4 + - play + unicode: f1c8 + voted: false +file-waveform: + aliases: + names: + - file-medical-alt + unicodes: + secondary: + - 10f478 + changes: + - 5.0.7 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: File Waveform + search: + terms: + - document + - health + - history + - prescription + - record + unicode: f478 + voted: false +file-word: + aliases: + unicodes: + secondary: + - 10f1c2 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: File Word + search: + terms: + - document + - edit + - page + - text + - writing + unicode: f1c2 + voted: false +file-zipper: + aliases: + names: + - file-archive + unicodes: + secondary: + - 10f1c6 + changes: + - 4.1.0 + - 5.0.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: File Zipper + search: + terms: + - .zip + - bundle + - compress + - compression + - download + - zip + unicode: f1c6 + voted: false +fill: + aliases: + unicodes: + secondary: + - 10f575 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fill + search: + terms: + - bucket + - color + - paint + - paint bucket + unicode: f575 + voted: false +fill-drip: + aliases: + unicodes: + secondary: + - 10f576 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fill Drip + search: + terms: + - bucket + - color + - drop + - paint + - paint bucket + - spill + unicode: f576 + voted: false +film: + aliases: + unicodes: + composite: + - 1f39e + secondary: + - 10f008 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Film + search: + terms: + - cinema + - film + - film frames + - frames + - movie + - strip + - video + unicode: f008 + voted: false +filter: + aliases: + unicodes: + secondary: + - 10f0b0 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Filter + search: + terms: + - funnel + - options + - separate + - sort + unicode: f0b0 + voted: false +filter-circle-dollar: + aliases: + names: + - funnel-dollar + unicodes: + secondary: + - 10f662 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Filter Circle Dollar + search: + terms: + - filter + - money + - options + - separate + - sort + unicode: f662 + voted: false +filter-circle-xmark: + changes: + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Filter Circle Xmark + search: + terms: + - cancel + - funnel + - options + - remove + - separate + - sort + unicode: e17b + voted: true +fingerprint: + aliases: + unicodes: + secondary: + - 10f577 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fingerprint + search: + terms: + - human + - id + - identification + - lock + - smudge + - touch + - unique + - unlock + unicode: f577 + voted: true +fire: + aliases: + unicodes: + composite: + - 1f525 + secondary: + - 10f06d + changes: + - 1.0.0 + - 5.0.0 + - 5.6.0 + - 5.6.3 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fire + search: + terms: + - burn + - caliente + - fire + - flame + - heat + - hot + - popular + - tool + unicode: f06d + voted: false +fire-burner: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fire Burner + search: + terms: + - cook + - fire + - flame + - kitchen + - stove + unicode: e4f1 + voted: false +fire-extinguisher: + aliases: + unicodes: + composite: + - 1f9ef + secondary: + - 10f134 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fire Extinguisher + search: + terms: + - burn + - caliente + - extinguish + - fire + - fire extinguisher + - fire fighter + - flame + - heat + - hot + - quench + - rescue + unicode: f134 + voted: false +fire-flame-curved: + aliases: + names: + - fire-alt + unicodes: + secondary: + - 10f7e4 + changes: + - 5.6.3 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fire Flame Curved + search: + terms: + - burn + - caliente + - flame + - heat + - hot + - popular + unicode: f7e4 + voted: false +fire-flame-simple: + aliases: + names: + - burn + unicodes: + secondary: + - 10f46a + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fire Flame Simple + search: + terms: + - caliente + - energy + - fire + - flame + - gas + - heat + - hot + unicode: f46a + voted: false +firefox: + changes: + - 4.4.0 + - 5.0.0 + - 5.0.1 + - 5.12.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Firefox + search: + terms: + - browser + unicode: f269 + voted: false +firefox-browser: + changes: + - 5.12.0 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Firefox Browser + search: + terms: + - browser + unicode: e007 + voted: false +first-order: + changes: + - 4.6.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: First Order + search: + terms: [] + unicode: f2b0 + voted: false +first-order-alt: + changes: + - 5.0.12 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Alternate First Order + search: + terms: [] + unicode: f50a + voted: false +firstdraft: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: firstdraft + search: + terms: [] + unicode: f3a1 + voted: false +fish: + aliases: + unicodes: + composite: + - 1f41f + secondary: + - 10f578 + changes: + - 5.1.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fish + search: + terms: + - Pisces + - fauna + - fish + - gold + - seafood + - swimming + - zodiac + unicode: f578 + voted: true +fish-fins: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Fish Fins + search: + terms: + - fish + - fishery + - pisces + - seafood + unicode: e4f2 + voted: false +flag: + aliases: + unicodes: + composite: + - 1f3f4 + - f11d + secondary: + - 10f024 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Flag + search: + terms: + - black flag + - country + - notice + - notification + - notify + - pole + - report + - symbol + - waving + unicode: f024 + voted: false +flag-checkered: + aliases: + unicodes: + composite: + - 1f3c1 + secondary: + - 10f11e + changes: + - 3.1.0 + - 5.0.0 + - 5.7.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Flag Checkered + search: + terms: + - checkered + - chequered + - chequered flag + - finish + - notice + - notification + - notify + - pole + - racing + - report + - start + - symbol + - win + unicode: f11e + voted: false +flag-usa: + aliases: + unicodes: + secondary: + - 10f74d + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Flag Usa + search: + terms: + - betsy ross + - country + - fla + - 'flag: United States' + - old glory + - stars + - stripes + - symbol + unicode: f74d + voted: false +flask: + aliases: + unicodes: + secondary: + - 10f0c3 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Flask + search: + terms: + - beaker + - chemicals + - experiment + - experimental + - labs + - liquid + - potion + - science + - vial + unicode: f0c3 + voted: false +flask-vial: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Flask Vial + search: + terms: + - ' beaker' + - ' chemicals' + - ' experiment' + - ' experimental' + - ' labs' + - ' liquid' + - ' science' + - ' vial' + - ampule + - chemistry + - lab + - laboratory + - potion + - test + - test tube + unicode: e4f3 + voted: false +flickr: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Flickr + search: + terms: [] + unicode: f16e + voted: false +flipboard: + changes: + - 5.0.5 + - 5.0.9 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Flipboard + search: + terms: [] + unicode: f44d + voted: true +floppy-disk: + aliases: + names: + - save + unicodes: + composite: + - 1f4be + - 1f5aa + secondary: + - 10f0c7 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Floppy Disk + search: + terms: + - Black Hard Shell Floppy Disk + - computer + - disk + - download + - floppy + - floppy disk + - floppy-o + unicode: f0c7 + voted: false +florin-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Florin Sign + search: + terms: + - currency + unicode: e184 + voted: false +fly: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Fly + search: + terms: [] + unicode: f417 + voted: false +folder: + aliases: + names: + - folder-blank + unicodes: + composite: + - 1f4c1 + - 1f5bf + - f114 + secondary: + - 10f07b + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Folder + search: + terms: + - Black Folder + - archive + - directory + - document + - file + - file folder + - folder + unicode: f07b + voted: false +folder-closed: + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Folder Closed + search: + terms: + - file + unicode: e185 + voted: false +folder-minus: + aliases: + unicodes: + secondary: + - 10f65d + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Folder Minus + search: + terms: + - archive + - delete + - directory + - document + - file + - negative + - remove + unicode: f65d + voted: false +folder-open: + aliases: + unicodes: + composite: + - 1f4c2 + - 1f5c1 + - f115 + secondary: + - 10f07c + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Folder Open + search: + terms: + - Open Folder + - archive + - directory + - document + - empty + - file + - folder + - new + - open + - open file folder + unicode: f07c + voted: false +folder-plus: + aliases: + unicodes: + secondary: + - 10f65e + changes: + - 5.3.0 + - 5.11.0 + - 5.12.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Folder Plus + search: + terms: + - add + - archive + - create + - directory + - document + - file + - new + - positive + unicode: f65e + voted: false +folder-tree: + aliases: + unicodes: + secondary: + - 10f802 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Folder Tree + search: + terms: + - archive + - directory + - document + - file + - search + - structure + unicode: f802 + voted: true +font: + aliases: + unicodes: + secondary: + - 10f031 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Font + search: + terms: + - alphabet + - glyph + - text + - type + - typeface + unicode: f031 + voted: false +font-awesome: + aliases: + names: + - font-awesome-flag + - font-awesome-logo-full + unicodes: + composite: + - f425 + - f4e6 + primary: + - f4e6 + secondary: + - 10f2b4 + - 10f4e6 + changes: + - 4.6.0 + - 5.0.0 + - 5.15.4 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: brands + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + - family: classic + style: brands + label: Font Awesome + search: + terms: + - awesome + - flag + - font + - icons + - typeface + unicode: f2b4 + voted: false +fonticons: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Fonticons + search: + terms: [] + unicode: f280 + voted: false +fonticons-fi: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Fonticons Fi + search: + terms: [] + unicode: f3a2 + voted: false +football: + aliases: + names: + - football-ball + unicodes: + composite: + - 1f3c8 + secondary: + - 10f44e + changes: + - 5.0.5 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Football + search: + terms: + - american + - american football + - ball + - fall + - football + - nfl + - pigskin + - seasonal + unicode: f44e + voted: false +fort-awesome: + changes: + - 4.5.0 + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Fort Awesome + search: + terms: + - castle + unicode: f286 + voted: false +fort-awesome-alt: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Alternate Fort Awesome + search: + terms: + - castle + unicode: f3a3 + voted: false +forumbee: + changes: + - 4.3.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Forumbee + search: + terms: [] + unicode: f211 + voted: false +forward: + aliases: + unicodes: + composite: + - '23e9' + secondary: + - 10f04e + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Forward + search: + terms: + - arrow + - double + - fast + - fast-forward button + - forward + - next + - skip + unicode: f04e + voted: false +forward-fast: + aliases: + names: + - fast-forward + unicodes: + composite: + - 23ed + secondary: + - 10f050 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Forward Fast + search: + terms: + - arrow + - end + - last + - next + - next scene + - next track + - next track button + - triangle + unicode: f050 + voted: false +forward-step: + aliases: + names: + - step-forward + unicodes: + secondary: + - 10f051 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Forward Step + search: + terms: + - end + - last + - next + unicode: f051 + voted: false +foursquare: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Foursquare + search: + terms: [] + unicode: f180 + voted: false +franc-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Franc Sign + search: + terms: + - French Franc Sign + - currency + unicode: e18f + voted: false +free-code-camp: + changes: + - 4.7.0 + - 5.0.0 + - 5.12.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: freeCodeCamp + search: + terms: [] + unicode: f2c5 + voted: false +freebsd: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: FreeBSD + search: + terms: [] + unicode: f3a4 + voted: false +frog: + aliases: + unicodes: + secondary: + - 10f52e + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Frog + search: + terms: + - amphibian + - bullfrog + - fauna + - hop + - kermit + - kiss + - prince + - ribbit + - toad + - wart + unicode: f52e + voted: false +fulcrum: + changes: + - 5.0.12 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Fulcrum + search: + terms: [] + unicode: f50b + voted: false +futbol: + aliases: + names: + - futbol-ball + - soccer-ball + unicodes: + composite: + - 26bd + secondary: + - 10f1e3 + changes: + - 4.2.0 + - 5.0.0 + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Futbol + search: + terms: + - ball + - football + - mls + - soccer + - soccer ball + unicode: f1e3 + voted: false +g: + aliases: + unicodes: + composite: + - '67' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: G + search: + terms: + - Latin Capital Letter G + - Latin Small Letter G + - letter + unicode: '47' + voted: false +galactic-republic: + changes: + - 5.0.12 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Galactic Republic + search: + terms: + - politics + - star wars + unicode: f50c + voted: false +galactic-senate: + changes: + - 5.0.12 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Galactic Senate + search: + terms: + - star wars + unicode: f50d + voted: false +gamepad: + aliases: + unicodes: + secondary: + - 10f11b + changes: + - 3.1.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gamepad + search: + terms: + - arcade + - controller + - d-pad + - joystick + - video + - video game + unicode: f11b + voted: false +gas-pump: + aliases: + unicodes: + composite: + - 26fd + secondary: + - 10f52f + changes: + - 5.0.13 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gas Pump + search: + terms: + - car + - diesel + - fuel + - fuel pump + - fuelpump + - gas + - gasoline + - petrol + - pump + - station + unicode: f52f + voted: true +gauge: + aliases: + names: + - dashboard + - gauge-med + - tachometer-alt-average + unicodes: + secondary: + - 10f624 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gauge + search: + terms: + - dashboard + - fast + - odometer + - speed + - speedometer + unicode: f624 + voted: false +gauge-high: + aliases: + names: + - tachometer-alt + - tachometer-alt-fast + unicodes: + composite: + - f3fd + primary: + - f3fd + secondary: + - 10f3fd + - 10f625 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gauge High + search: + terms: + - dashboard + - fast + - odometer + - speed + - speedometer + unicode: f625 + voted: false +gauge-simple: + aliases: + names: + - gauge-simple-med + - tachometer-average + unicodes: + secondary: + - 10f629 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gauge Simple + search: + terms: + - dashboard + - fast + - odometer + - speed + - speedometer + unicode: f629 + voted: false +gauge-simple-high: + aliases: + names: + - tachometer + - tachometer-fast + unicodes: + composite: + - f0e4 + primary: + - f0e4 + secondary: + - 10f0e4 + - 10f62a + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gauge Simple High + search: + terms: + - dashboard + - fast + - odometer + - speed + - speedometer + unicode: f62a + voted: false +gavel: + aliases: + names: + - legal + unicodes: + secondary: + - 10f0e3 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gavel + search: + terms: + - hammer + - judge + - law + - lawyer + - opinion + unicode: f0e3 + voted: false +gear: + aliases: + names: + - cog + unicodes: + composite: + - '2699' + secondary: + - 10f013 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gear + search: + terms: + - cog + - cogwheel + - gear + - mechanical + - settings + - sprocket + - tool + - wheel + unicode: f013 + voted: false +gears: + aliases: + names: + - cogs + unicodes: + secondary: + - 10f085 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gears + search: + terms: + - gears + - mechanical + - settings + - sprocket + - wheel + unicode: f085 + voted: false +gem: + aliases: + unicodes: + composite: + - 1f48e + secondary: + - 10f3a5 + changes: + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Gem + search: + terms: + - diamond + - gem + - gem stone + - jewel + - jewelry + - sapphire + - stone + - treasure + unicode: f3a5 + voted: false +genderless: + aliases: + unicodes: + secondary: + - 10f22d + changes: + - 4.4.0 + - 5.0.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Genderless + search: + terms: + - androgynous + - asexual + - gender + - sexless + unicode: f22d + voted: false +get-pocket: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Get Pocket + search: + terms: [] + unicode: f265 + voted: false +gg: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: GG Currency + search: + terms: [] + unicode: f260 + voted: false +gg-circle: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: GG Currency Circle + search: + terms: [] + unicode: f261 + voted: false +ghost: + aliases: + unicodes: + composite: + - 1f47b + secondary: + - 10f6e2 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ghost + search: + terms: + - apparition + - blinky + - clyde + - creature + - face + - fairy tale + - fantasy + - floating + - ghost + - halloween + - holiday + - inky + - monster + - pacman + - pinky + - spirit + unicode: f6e2 + voted: false +gift: + aliases: + unicodes: + composite: + - 1f381 + secondary: + - 10f06b + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gift + search: + terms: + - box + - celebration + - christmas + - generosity + - gift + - giving + - holiday + - party + - present + - wrapped + - wrapped gift + - xmas + unicode: f06b + voted: false +gifts: + aliases: + unicodes: + secondary: + - 10f79c + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gifts + search: + terms: + - christmas + - generosity + - giving + - holiday + - party + - present + - wrapped + - xmas + unicode: f79c + voted: false +git: + changes: + - 4.1.0 + - 5.0.0 + - 5.8.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Git + search: + terms: [] + unicode: f1d3 + voted: false +git-alt: + changes: + - 5.8.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Git Alt + search: + terms: [] + unicode: f841 + voted: false +github: + changes: + - 2.0.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: GitHub + search: + terms: + - octocat + unicode: f09b + voted: false +github-alt: + changes: + - 3.0.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Alternate GitHub + search: + terms: + - octocat + unicode: f113 + voted: false +gitkraken: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: GitKraken + search: + terms: [] + unicode: f3a6 + voted: false +gitlab: + changes: + - 4.6.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: GitLab + search: + terms: + - Axosoft + unicode: f296 + voted: false +gitter: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Gitter + search: + terms: [] + unicode: f426 + voted: false +glass-water: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Glass Water + search: + terms: + - potable + - water + unicode: e4f4 + voted: false +glass-water-droplet: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Glass Water Droplet + search: + terms: + - potable + - water + unicode: e4f5 + voted: false +glasses: + aliases: + unicodes: + secondary: + - 10f530 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Glasses + search: + terms: + - hipster + - nerd + - reading + - sight + - spectacles + - vision + unicode: f530 + voted: true +glide: + changes: + - 4.6.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Glide + search: + terms: [] + unicode: f2a5 + voted: false +glide-g: + changes: + - 4.6.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Glide G + search: + terms: [] + unicode: f2a6 + voted: false +globe: + aliases: + unicodes: + composite: + - 1f310 + secondary: + - 10f0ac + changes: + - 2.0.0 + - 5.0.0 + - 5.0.9 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Globe + search: + terms: + - all + - coordinates + - country + - earth + - global + - globe + - globe with meridians + - gps + - internet + - language + - localize + - location + - map + - meridians + - network + - online + - place + - planet + - translate + - travel + - world + unicode: f0ac + voted: false +gofore: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Gofore + search: + terms: [] + unicode: f3a7 + voted: false +golang: + changes: + - 6.0.0-beta2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Go + search: + terms: [] + unicode: e40f + voted: true +golf-ball-tee: + aliases: + names: + - golf-ball + unicodes: + secondary: + - 10f450 + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Golf Ball Tee + search: + terms: + - caddy + - eagle + - putt + - tee + unicode: f450 + voted: false +goodreads: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Goodreads + search: + terms: [] + unicode: f3a8 + voted: false +goodreads-g: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Goodreads G + search: + terms: [] + unicode: f3a9 + voted: false +google: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Google Logo + search: + terms: [] + unicode: f1a0 + voted: false +google-drive: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Google Drive + search: + terms: [] + unicode: f3aa + voted: false +google-pay: + changes: + - 5.13.1 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Google Pay + search: + terms: [] + unicode: e079 + voted: false +google-play: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Google Play + search: + terms: [] + unicode: f3ab + voted: false +google-plus: + changes: + - 4.6.0 + - 5.0.0 + - 5.13.1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Google Plus + search: + terms: + - google-plus-circle + - google-plus-official + unicode: f2b3 + voted: false +google-plus-g: + changes: + - 2.0.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Google Plus G + search: + terms: + - google-plus + - social network + unicode: f0d5 + voted: false +google-wallet: + changes: + - 4.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Google Wallet + search: + terms: [] + unicode: f1ee + voted: false +gopuram: + aliases: + unicodes: + secondary: + - 10f664 + changes: + - 5.3.0 + - 5.7.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gopuram + search: + terms: + - building + - entrance + - hinduism + - temple + - tower + unicode: f664 + voted: false +graduation-cap: + aliases: + names: + - mortar-board + unicodes: + composite: + - 1f393 + secondary: + - 10f19d + changes: + - 4.1.0 + - 5.0.0 + - 5.2.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Graduation Cap + search: + terms: + - cap + - celebration + - ceremony + - clothing + - college + - graduate + - graduation + - graduation cap + - hat + - learning + - school + - student + unicode: f19d + voted: false +gratipay: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Gratipay (Gittip) + search: + terms: + - favorite + - heart + - like + - love + unicode: f184 + voted: false +grav: + changes: + - 4.7.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Grav + search: + terms: [] + unicode: f2d6 + voted: false +greater-than: + aliases: + unicodes: + composite: + - f531 + primary: + - f531 + secondary: + - 103e + - 10f531 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Greater Than + search: + terms: + - Greater-Than Sign + - arithmetic + - compare + - math + unicode: 3e + voted: true +greater-than-equal: + aliases: + unicodes: + secondary: + - 10f532 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Greater Than Equal + search: + terms: + - arithmetic + - compare + - math + unicode: f532 + voted: true +grip: + aliases: + names: + - grip-horizontal + unicodes: + secondary: + - 10f58d + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Grip + search: + terms: + - affordance + - drag + - drop + - grab + - handle + unicode: f58d + voted: true +grip-lines: + aliases: + unicodes: + secondary: + - 10f7a4 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Grip Lines + search: + terms: + - affordance + - drag + - drop + - grab + - handle + unicode: f7a4 + voted: true +grip-lines-vertical: + aliases: + unicodes: + secondary: + - 10f7a5 + changes: + - 5.6.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Grip Lines Vertical + search: + terms: + - affordance + - drag + - drop + - grab + - handle + unicode: f7a5 + voted: true +grip-vertical: + aliases: + unicodes: + secondary: + - 10f58e + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Grip Vertical + search: + terms: + - affordance + - drag + - drop + - grab + - handle + unicode: f58e + voted: true +gripfire: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: 'Gripfire, Inc.' + search: + terms: [] + unicode: f3ac + voted: false +group-arrows-rotate: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Group Arrows Rotate + search: + terms: + - community + - engagement + - spin + - sync + unicode: e4f6 + voted: false +grunt: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Grunt + search: + terms: [] + unicode: f3ad + voted: false +guarani-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Guarani Sign + search: + terms: + - Guarani Sign + - currency + unicode: e19a + voted: false +guilded: + changes: + - 5.15.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Guilded + search: + terms: [] + unicode: e07e + voted: false +guitar: + aliases: + unicodes: + secondary: + - 10f7a6 + changes: + - 5.6.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Guitar + search: + terms: + - acoustic + - instrument + - music + - rock + - rock and roll + - song + - strings + unicode: f7a6 + voted: true +gulp: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Gulp + search: + terms: [] + unicode: f3ae + voted: false +gun: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Gun + search: + terms: + - firearm + - pistol + - weapon + unicode: e19b + voted: true +h: + aliases: + unicodes: + composite: + - '68' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: H + search: + terms: + - Latin Capital Letter H + - Latin Small Letter H + - letter + unicode: '48' + voted: false +hacker-news: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Hacker News + search: + terms: [] + unicode: f1d4 + voted: false +hackerrank: + changes: + - 5.2.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Hackerrank + search: + terms: [] + unicode: f5f7 + voted: true +hammer: + aliases: + unicodes: + composite: + - 1f528 + secondary: + - 10f6e3 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hammer + search: + terms: + - admin + - fix + - hammer + - recovery + - repair + - settings + - tool + unicode: f6e3 + voted: true +hamsa: + aliases: + unicodes: + secondary: + - 10f665 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hamsa + search: + terms: + - amulet + - christianity + - islam + - jewish + - judaism + - muslim + - protection + unicode: f665 + voted: false +hand: + aliases: + names: + - hand-paper + unicodes: + composite: + - 1f91a + - 270b + secondary: + - 10f256 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hand + search: + terms: + - Raised Hand + - backhand + - game + - halt + - palm + - raised + - raised back of hand + - roshambo + - stop + unicode: f256 + voted: false +hand-back-fist: + aliases: + names: + - hand-rock + unicodes: + secondary: + - 10f255 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hand Back Fist + search: + terms: + - fist + - game + - roshambo + unicode: f255 + voted: false +hand-dots: + aliases: + names: + - allergies + unicodes: + secondary: + - 10f461 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hand Dots + search: + terms: + - allergy + - freckles + - hand + - hives + - palm + - pox + - skin + - spots + unicode: f461 + voted: false +hand-fist: + aliases: + names: + - fist-raised + unicodes: + composite: + - 270a + secondary: + - 10f6de + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hand Fist + search: + terms: + - Dungeons & Dragons + - clenched + - d&d + - dnd + - fantasy + - fist + - hand + - ki + - monk + - punch + - raised fist + - resist + - strength + - unarmed combat + unicode: f6de + voted: false +hand-holding: + aliases: + unicodes: + secondary: + - 10f4bd + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hand Holding + search: + terms: + - carry + - lift + unicode: f4bd + voted: false +hand-holding-dollar: + aliases: + names: + - hand-holding-usd + unicodes: + secondary: + - 10f4c0 + changes: + - 5.0.9 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hand Holding Dollar + search: + terms: + - $ + - carry + - dollar sign + - donation + - giving + - lift + - money + - price + unicode: f4c0 + voted: false +hand-holding-droplet: + aliases: + names: + - hand-holding-water + unicodes: + secondary: + - 10f4c1 + changes: + - 5.0.9 + - 5.13.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hand Holding Droplet + search: + terms: + - carry + - covid-19 + - drought + - grow + - lift + - sanitation + unicode: f4c1 + voted: false +hand-holding-hand: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hand Holding Hand + search: + terms: + - care + - give + - help + - hold + - protect + unicode: e4f7 + voted: false +hand-holding-heart: + aliases: + unicodes: + secondary: + - 10f4be + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hand Holding Heart + search: + terms: + - carry + - charity + - gift + - lift + - package + unicode: f4be + voted: false +hand-holding-medical: + aliases: + unicodes: + secondary: + - 10e05c + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hand Holding Medical + search: + terms: + - care + - covid-19 + - donate + - help + unicode: e05c + voted: false +hand-lizard: + aliases: + unicodes: + secondary: + - 10f258 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hand Lizard + search: + terms: + - game + - roshambo + unicode: f258 + voted: false +hand-middle-finger: + aliases: + unicodes: + composite: + - 1f595 + secondary: + - 10f806 + changes: + - 5.7.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hand Middle Finger + search: + terms: + - finger + - flip the bird + - gesture + - hand + - hate + - middle finger + - rude + unicode: f806 + voted: true +hand-peace: + aliases: + unicodes: + composite: + - 270c + secondary: + - 10f25b + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hand Peace + search: + terms: + - hand + - rest + - truce + - v + - victory + - victory hand + unicode: f25b + voted: false +hand-point-down: + aliases: + unicodes: + secondary: + - 10f0a7 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hand Point Down + search: + terms: + - finger + - hand-o-down + - point + unicode: f0a7 + voted: false +hand-point-left: + aliases: + unicodes: + secondary: + - 10f0a5 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hand Point Left + search: + terms: + - back + - finger + - hand-o-left + - left + - point + - previous + unicode: f0a5 + voted: false +hand-point-right: + aliases: + unicodes: + secondary: + - 10f0a4 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hand Point Right + search: + terms: + - finger + - forward + - hand-o-right + - next + - point + - right + unicode: f0a4 + voted: false +hand-point-up: + aliases: + unicodes: + composite: + - 261d + secondary: + - 10f0a6 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hand Point Up + search: + terms: + - finger + - hand + - hand-o-up + - index + - index pointing up + - point + - up + unicode: f0a6 + voted: false +hand-pointer: + aliases: + unicodes: + secondary: + - 10f25a + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hand Pointer + search: + terms: + - arrow + - cursor + - select + unicode: f25a + voted: false +hand-scissors: + aliases: + unicodes: + secondary: + - 10f257 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hand Scissors + search: + terms: + - cut + - game + - roshambo + unicode: f257 + voted: false +hand-sparkles: + aliases: + unicodes: + secondary: + - 10e05d + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hand Sparkles + search: + terms: + - clean + - covid-19 + - hygiene + - magic + - palm + - soap + - wash + unicode: e05d + voted: false +hand-spock: + aliases: + unicodes: + composite: + - 1f596 + secondary: + - 10f259 + changes: + - 4.4.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hand Spock + search: + terms: + - finger + - hand + - live long + - palm + - prosper + - salute + - spock + - star trek + - vulcan + - vulcan salute + unicode: f259 + voted: false +handcuffs: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Handcuffs + search: + terms: + - arrest + - criminal + - handcuffs + - jail + - lock + - police + - wrist + unicode: e4f8 + voted: false +hands: + aliases: + names: + - sign-language + - signing + unicodes: + secondary: + - 10f2a7 + changes: + - 4.6.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hands + search: + terms: + - Translate + - asl + - deaf + - hands + unicode: f2a7 + voted: false +hands-asl-interpreting: + aliases: + names: + - american-sign-language-interpreting + - asl-interpreting + - hands-american-sign-language-interpreting + unicodes: + secondary: + - 10f2a3 + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hands Asl Interpreting + search: + terms: + - asl + - deaf + - finger + - hand + - interpret + - speak + unicode: f2a3 + voted: false +hands-bound: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hands Bound + search: + terms: + - abduction + - bound + - handcuff + - wrist + unicode: e4f9 + voted: false +hands-bubbles: + aliases: + names: + - hands-wash + unicodes: + secondary: + - 10e05e + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hands Bubbles + search: + terms: + - covid-19 + - hygiene + - soap + - wash + unicode: e05e + voted: false +hands-clapping: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hands Clapping + search: + terms: + - applause + - clap + - clapping hands + - hand + unicode: e1a8 + voted: false +hands-holding: + aliases: + unicodes: + secondary: + - 10f4c2 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hands Holding + search: + terms: + - carry + - hold + - lift + unicode: f4c2 + voted: false +hands-holding-child: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hands Holding Child + search: + terms: + - care + - give + - help + - hold + - protect + unicode: e4fa + voted: false +hands-holding-circle: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hands Holding Circle + search: + terms: + - circle + - gift + - protection + unicode: e4fb + voted: false +hands-praying: + aliases: + names: + - praying-hands + unicodes: + secondary: + - 10f684 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hands Praying + search: + terms: + - kneel + - preach + - religion + - worship + unicode: f684 + voted: false +handshake: + aliases: + unicodes: + secondary: + - 10f2b5 + changes: + - 4.7.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Handshake + search: + terms: + - agreement + - greeting + - meeting + - partnership + unicode: f2b5 + voted: false +handshake-angle: + aliases: + names: + - hands-helping + unicodes: + secondary: + - 10f4c4 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Handshake Angle + search: + terms: + - aid + - assistance + - handshake + - partnership + - volunteering + unicode: f4c4 + voted: false +handshake-simple: + aliases: + names: + - handshake-alt + unicodes: + composite: + - 1f91d + secondary: + - 10f4c6 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Handshake Simple + search: + terms: + - agreement + - greeting + - hand + - handshake + - meeting + - partnership + - shake + unicode: f4c6 + voted: false +handshake-simple-slash: + aliases: + names: + - handshake-alt-slash + unicodes: + secondary: + - 10e05f + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Handshake Simple Slash + search: + terms: + - broken + - covid-19 + - social distance + unicode: e05f + voted: false +handshake-slash: + aliases: + unicodes: + secondary: + - '10e060' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Handshake Slash + search: + terms: + - broken + - covid-19 + - social distance + unicode: e060 + voted: false +hanukiah: + aliases: + unicodes: + composite: + - 1f54e + secondary: + - 10f6e6 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hanukiah + search: + terms: + - candelabrum + - candle + - candlestick + - hanukkah + - jewish + - judaism + - light + - menorah + - religion + unicode: f6e6 + voted: false +hard-drive: + aliases: + names: + - hdd + unicodes: + composite: + - 1f5b4 + secondary: + - 10f0a0 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hard Drive + search: + terms: + - Hard Disk + - cpu + - hard drive + - harddrive + - machine + - save + - storage + unicode: f0a0 + voted: false +hashnode: + changes: + - 6.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Hashnode + search: + terms: [] + unicode: e499 + voted: false +hashtag: + aliases: + unicodes: + composite: + - f292 + primary: + - f292 + secondary: + - '1023' + - 10f292 + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hashtag + search: + terms: + - Number Sign + - Twitter + - instagram + - pound + - social media + - tag + unicode: '23' + voted: false +hat-cowboy: + aliases: + unicodes: + secondary: + - 10f8c0 + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hat Cowboy + search: + terms: + - buckaroo + - horse + - jackeroo + - john b. + - old west + - pardner + - ranch + - rancher + - rodeo + - western + - wrangler + unicode: f8c0 + voted: false +hat-cowboy-side: + aliases: + unicodes: + secondary: + - 10f8c1 + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hat Cowboy Side + search: + terms: + - buckaroo + - horse + - jackeroo + - john b. + - old west + - pardner + - ranch + - rancher + - rodeo + - western + - wrangler + unicode: f8c1 + voted: false +hat-wizard: + aliases: + unicodes: + secondary: + - 10f6e8 + changes: + - 5.4.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hat Wizard + search: + terms: + - Dungeons & Dragons + - accessory + - buckle + - clothing + - d&d + - dnd + - fantasy + - halloween + - head + - holiday + - mage + - magic + - pointy + - witch + unicode: f6e8 + voted: false +head-side-cough: + aliases: + unicodes: + secondary: + - '10e061' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Head Side Cough + search: + terms: + - cough + - covid-19 + - germs + - lungs + - respiratory + - sick + unicode: e061 + voted: false +head-side-cough-slash: + aliases: + unicodes: + secondary: + - '10e062' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Head Side Cough Slash + search: + terms: + - cough + - covid-19 + - germs + - lungs + - respiratory + - sick + unicode: e062 + voted: false +head-side-mask: + aliases: + unicodes: + secondary: + - '10e063' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Head Side Mask + search: + terms: + - breath + - coronavirus + - covid-19 + - filter + - flu + - infection + - pandemic + - respirator + - virus + unicode: e063 + voted: false +head-side-virus: + aliases: + unicodes: + secondary: + - '10e064' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Head Side Virus + search: + terms: + - cold + - coronavirus + - covid-19 + - flu + - infection + - pandemic + - sick + unicode: e064 + voted: false +heading: + aliases: + names: + - header + unicodes: + secondary: + - 10f1dc + changes: + - 4.1.0 + - 5.0.0 + - 5.9.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Heading + search: + terms: + - format + - header + - text + - title + unicode: f1dc + voted: false +headphones: + aliases: + unicodes: + composite: + - 1f3a7 + secondary: + - 10f025 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Headphones + search: + terms: + - audio + - earbud + - headphone + - listen + - music + - sound + - speaker + unicode: f025 + voted: false +headphones-simple: + aliases: + names: + - headphones-alt + unicodes: + secondary: + - 10f58f + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Headphones Simple + search: + terms: + - audio + - listen + - music + - sound + - speaker + unicode: f58f + voted: true +headset: + aliases: + unicodes: + secondary: + - 10f590 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Headset + search: + terms: + - audio + - gamer + - gaming + - listen + - live chat + - microphone + - shot caller + - sound + - support + - telemarketer + unicode: f590 + voted: true +heart: + aliases: + unicodes: + composite: + - 1f499 + - 1f49a + - 1f49b + - 1f49c + - 1f5a4 + - 1f90d + - 1f90e + - 1f9e1 + - '2665' + - '2764' + - f08a + secondary: + - 10f004 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Heart + search: + terms: + - black + - black heart + - blue + - blue heart + - brown + - brown heart + - card + - evil + - favorite + - game + - green + - green heart + - heart + - heart suit + - like + - love + - orange + - orange heart + - purple + - purple heart + - red heart + - relationship + - valentine + - white + - white heart + - wicked + - yellow + - yellow heart + unicode: f004 + voted: false +heart-circle-bolt: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Heart Circle Bolt + search: + terms: + - cardiogram + - ekg + - electric + - heart + - love + - pacemaker + unicode: e4fc + voted: false +heart-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Heart Circle Check + search: + terms: + - favorite + - heart + - love + - not affected + - ok + - okay + unicode: e4fd + voted: false +heart-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Heart Circle Exclamation + search: + terms: + - favorite + - heart + - love + unicode: e4fe + voted: false +heart-circle-minus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Heart Circle Minus + search: + terms: + - favorite + - heart + - love + unicode: e4ff + voted: false +heart-circle-plus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Heart Circle Plus + search: + terms: + - favorite + - heart + - love + unicode: e500 + voted: false +heart-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Heart Circle Xmark + search: + terms: + - favorite + - heart + - love + unicode: e501 + voted: false +heart-crack: + aliases: + names: + - heart-broken + unicodes: + composite: + - 1f494 + secondary: + - 10f7a9 + changes: + - 5.6.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Heart Crack + search: + terms: + - break + - breakup + - broken + - broken heart + - crushed + - dislike + - dumped + - grief + - love + - lovesick + - relationship + - sad + unicode: f7a9 + voted: true +heart-pulse: + aliases: + names: + - heartbeat + unicodes: + secondary: + - 10f21e + changes: + - 4.3.0 + - 5.0.0 + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Heart Pulse + search: + terms: + - ekg + - electrocardiogram + - health + - lifeline + - vital signs + unicode: f21e + voted: false +helicopter: + aliases: + unicodes: + composite: + - 1f681 + secondary: + - 10f533 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Helicopter + search: + terms: + - airwolf + - apache + - chopper + - flight + - fly + - helicopter + - travel + - vehicle + unicode: f533 + voted: true +helicopter-symbol: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Helicopter Symbol + search: + terms: + - chopper + - helicopter + - landing pad + - whirlybird + unicode: e502 + voted: false +helmet-safety: + aliases: + names: + - hard-hat + - hat-hard + unicodes: + secondary: + - 10f807 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Helmet Safety + search: + terms: + - construction + - hardhat + - helmet + - safety + unicode: f807 + voted: true +helmet-un: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Helmet Un + search: + terms: + - helmet + - united nations + unicode: e503 + voted: false +highlighter: + aliases: + unicodes: + secondary: + - 10f591 + changes: + - 5.1.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Highlighter + search: + terms: + - edit + - marker + - sharpie + - update + - write + unicode: f591 + voted: true +hill-avalanche: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hill Avalanche + search: + terms: + - mudslide + - snow + - winter + unicode: e507 + voted: false +hill-rockslide: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hill Rockslide + search: + terms: + - mudslide + unicode: e508 + voted: false +hippo: + aliases: + unicodes: + composite: + - 1f99b + secondary: + - 10f6ed + changes: + - 5.4.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hippo + search: + terms: + - animal + - fauna + - hippo + - hippopotamus + - hungry + - mammal + unicode: f6ed + voted: false +hips: + changes: + - 5.0.5 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Hips + search: + terms: [] + unicode: f452 + voted: false +hire-a-helper: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: HireAHelper + search: + terms: [] + unicode: f3b0 + voted: false +hive: + changes: + - 5.15.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Hive Blockchain Network + search: + terms: [] + unicode: e07f + voted: false +hockey-puck: + aliases: + unicodes: + secondary: + - 10f453 + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hockey Puck + search: + terms: + - ice + - nhl + - sport + unicode: f453 + voted: false +holly-berry: + aliases: + unicodes: + secondary: + - 10f7aa + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Holly Berry + search: + terms: + - catwoman + - christmas + - decoration + - flora + - halle + - holiday + - ororo munroe + - plant + - storm + - xmas + unicode: f7aa + voted: false +hooli: + changes: + - 5.0.0 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Hooli + search: + terms: [] + unicode: f427 + voted: false +hornbill: + changes: + - 5.1.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Hornbill + search: + terms: [] + unicode: f592 + voted: false +horse: + aliases: + unicodes: + composite: + - 1f40e + secondary: + - 10f6f0 + changes: + - 5.4.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Horse + search: + terms: + - equestrian + - equus + - fauna + - horse + - mammmal + - mare + - neigh + - pony + - racehorse + - racing + unicode: f6f0 + voted: false +horse-head: + aliases: + unicodes: + secondary: + - 10f7ab + changes: + - 5.6.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Horse Head + search: + terms: + - equus + - fauna + - mammmal + - mare + - neigh + - pony + unicode: f7ab + voted: false +hospital: + aliases: + names: + - hospital-alt + - hospital-wide + unicodes: + composite: + - 1f3e5 + - f47d + primary: + - f47d + secondary: + - 10f0f8 + - 10f47d + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hospital + search: + terms: + - building + - covid-19 + - doctor + - emergency room + - hospital + - medical center + - medicine + unicode: f0f8 + voted: false +hospital-user: + aliases: + unicodes: + secondary: + - 10f80d + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hospital User + search: + terms: + - covid-19 + - doctor + - network + - patient + - primary care + unicode: f80d + voted: false +hot-tub-person: + aliases: + names: + - hot-tub + unicodes: + secondary: + - 10f593 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hot Tub Person + search: + terms: + - jacuzzi + - spa + unicode: f593 + voted: false +hotdog: + aliases: + unicodes: + composite: + - 1f32d + secondary: + - 10f80f + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hotdog + search: + terms: + - bun + - chili + - frankfurt + - frankfurter + - hot dog + - hotdog + - kosher + - polish + - sandwich + - sausage + - vienna + - weiner + unicode: f80f + voted: false +hotel: + aliases: + unicodes: + composite: + - 1f3e8 + secondary: + - 10f594 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hotel + search: + terms: + - building + - hotel + - inn + - lodging + - motel + - resort + - travel + unicode: f594 + voted: false +hotjar: + changes: + - 5.0.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Hotjar + search: + terms: [] + unicode: f3b1 + voted: false +hourglass: + aliases: + names: + - hourglass-empty + unicodes: + composite: + - 23f3 + - f250 + secondary: + - 10f254 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hourglass + search: + terms: + - hour + - hourglass + - hourglass not done + - minute + - sand + - stopwatch + - time + - timer + unicode: f254 + voted: false +hourglass-end: + aliases: + names: + - hourglass-3 + unicodes: + composite: + - 231b + secondary: + - 10f253 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hourglass End + search: + terms: + - hour + - hourglass done + - minute + - sand + - stopwatch + - time + - timer + unicode: f253 + voted: false +hourglass-half: + aliases: + names: + - hourglass-2 + unicodes: + secondary: + - 10f252 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Hourglass Half + search: + terms: + - hour + - minute + - sand + - stopwatch + - time + unicode: f252 + voted: false +hourglass-start: + aliases: + names: + - hourglass-1 + unicodes: + secondary: + - 10f251 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hourglass Start + search: + terms: + - hour + - minute + - sand + - stopwatch + - time + unicode: f251 + voted: false +house: + aliases: + names: + - home + - home-alt + - home-lg-alt + unicodes: + composite: + - 1f3e0 + - f80a + - f80c + primary: + - f80a + - f80c + secondary: + - 10f015 + - 10f80a + - 10f80c + changes: + - 1.0.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House + search: + terms: + - abode + - building + - home + - house + - main + - residence + unicode: f015 + voted: false +house-chimney: + aliases: + names: + - home-lg + unicodes: + composite: + - f80b + primary: + - f80b + secondary: + - 10f80b + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Chimney + search: + terms: + - abode + - building + - chimney + - house + - main + - residence + - smokestack + unicode: e3af + voted: false +house-chimney-crack: + aliases: + names: + - house-damage + unicodes: + secondary: + - 10f6f1 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Chimney Crack + search: + terms: + - building + - devastation + - disaster + - earthquake + - home + - insurance + unicode: f6f1 + voted: false +house-chimney-medical: + aliases: + names: + - clinic-medical + unicodes: + secondary: + - 10f7f2 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Chimney Medical + search: + terms: + - covid-19 + - doctor + - general practitioner + - hospital + - infirmary + - medicine + - office + - outpatient + unicode: f7f2 + voted: false +house-chimney-user: + aliases: + unicodes: + secondary: + - '10e065' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Chimney User + search: + terms: + - covid-19 + - home + - isolation + - quarantine + unicode: e065 + voted: false +house-chimney-window: + aliases: + unicodes: + secondary: + - 10e00d + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Chimney Window + search: + terms: + - abode + - building + - family + - home + - residence + unicode: e00d + voted: false +house-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Circle Check + search: + terms: + - abode + - home + - house + - not affected + - ok + - okay + unicode: e509 + voted: false +house-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Circle Exclamation + search: + terms: + - abode + - affected + - home + - house + unicode: e50a + voted: false +house-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Circle Xmark + search: + terms: + - abode + - destroy + - home + - house + unicode: e50b + voted: false +house-crack: + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Crack + search: + terms: + - building + - devastation + - disaster + - earthquake + - home + - insurance + unicode: e3b1 + voted: false +house-fire: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Fire + search: + terms: + - burn + - emergency + - home + unicode: e50c + voted: false +house-flag: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Flag + search: + terms: + - camp + - home + unicode: e50d + voted: false +house-flood-water: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Flood Water + search: + terms: + - damage + - flood + - water + unicode: e50e + voted: false +house-flood-water-circle-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Flood Water Circle Arrow Right + search: + terms: + - damage + - flood + - water + unicode: e50f + voted: false +house-laptop: + aliases: + names: + - laptop-house + unicodes: + secondary: + - '10e066' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Laptop + search: + terms: + - computer + - covid-19 + - device + - office + - remote + - work from home + unicode: e066 + voted: false +house-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Lock + search: + terms: + - closed + - home + - house + - lockdown + - quarantine + unicode: e510 + voted: false +house-medical: + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Medical + search: + terms: + - covid-19 + - doctor + - facility + - general practitioner + - health + - hospital + - infirmary + - medicine + - office + - outpatient + unicode: e3b2 + voted: false +house-medical-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Medical Circle Check + search: + terms: + - clinic + - hospital + - not affected + - ok + - okay + unicode: e511 + voted: false +house-medical-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Medical Circle Exclamation + search: + terms: + - affected + - clinic + - hospital + unicode: e512 + voted: false +house-medical-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Medical Circle Xmark + search: + terms: + - clinic + - destroy + - hospital + unicode: e513 + voted: false +house-medical-flag: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Medical Flag + search: + terms: + - clinic + - hospital + - mash + unicode: e514 + voted: false +house-signal: + aliases: + unicodes: + secondary: + - '10e012' + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Signal + search: + terms: + - abode + - building + - connect + - family + - home + - residence + - smart home + - wifi + unicode: e012 + voted: false +house-tsunami: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House Tsunami + search: + terms: + - damage + - flood + - tidal wave + - wave + unicode: e515 + voted: false +house-user: + aliases: + names: + - home-user + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: House User + search: + terms: + - house + unicode: e1b0 + voted: false +houzz: + changes: + - 4.4.0 + - 5.0.0 + - 5.0.9 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Houzz + search: + terms: [] + unicode: f27c + voted: false +hryvnia-sign: + aliases: + names: + - hryvnia + unicodes: + composite: + - 20b4 + secondary: + - 10f6f2 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hryvnia Sign + search: + terms: + - Hryvnia Sign + - currency + unicode: f6f2 + voted: true +html5: + changes: + - 3.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: HTML 5 Logo + search: + terms: [] + unicode: f13b + voted: false +hubspot: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: HubSpot + search: + terms: [] + unicode: f3b2 + voted: false +hurricane: + aliases: + unicodes: + secondary: + - 10f751 + changes: + - 5.5.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Hurricane + search: + terms: + - coriolis effect + - eye + - storm + - tropical cyclone + - typhoon + unicode: f751 + voted: false +i: + aliases: + unicodes: + composite: + - '69' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: I + search: + terms: + - Latin Capital Letter I + - Latin Small Letter I + - letter + unicode: '49' + voted: false +i-cursor: + aliases: + unicodes: + secondary: + - 10f246 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: I Cursor + search: + terms: + - editing + - i-beam + - type + - writing + unicode: f246 + voted: false +ice-cream: + aliases: + unicodes: + composite: + - 1f368 + secondary: + - 10f810 + changes: + - 5.7.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ice Cream + search: + terms: + - chocolate + - cone + - cream + - dessert + - frozen + - ice + - ice cream + - scoop + - sorbet + - sweet + - vanilla + - yogurt + unicode: f810 + voted: false +icicles: + aliases: + unicodes: + secondary: + - 10f7ad + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Icicles + search: + terms: + - cold + - frozen + - hanging + - ice + - seasonal + - sharp + unicode: f7ad + voted: false +icons: + aliases: + names: + - heart-music-camera-bolt + unicodes: + secondary: + - 10f86d + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Icons + search: + terms: + - bolt + - emoji + - heart + - image + - music + - photo + - symbols + unicode: f86d + voted: false +id-badge: + aliases: + unicodes: + secondary: + - 10f2c1 + changes: + - 4.7.0 + - 5.0.0 + - 5.0.3 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Id Badge + search: + terms: + - address + - contact + - identification + - license + - profile + unicode: f2c1 + voted: false +id-card: + aliases: + names: + - drivers-license + unicodes: + composite: + - f2c3 + secondary: + - 10f2c2 + changes: + - 4.7.0 + - 5.0.0 + - 5.0.3 + - 5.8.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Id Card + search: + terms: + - contact + - demographics + - document + - identification + - issued + - profile + - registration + unicode: f2c2 + voted: false +id-card-clip: + aliases: + names: + - id-card-alt + unicodes: + secondary: + - 10f47f + changes: + - 5.0.7 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Id Card Clip + search: + terms: + - contact + - demographics + - document + - identification + - issued + - profile + unicode: f47f + voted: false +ideal: + changes: + - 5.12.0 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: iDeal + search: + terms: [] + unicode: e013 + voted: true +igloo: + aliases: + unicodes: + secondary: + - 10f7ae + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Igloo + search: + terms: + - dome + - dwelling + - eskimo + - home + - house + - ice + - snow + unicode: f7ae + voted: false +image: + aliases: + unicodes: + secondary: + - 10f03e + changes: + - 1.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Image + search: + terms: + - album + - landscape + - photo + - picture + unicode: f03e + voted: false +image-portrait: + aliases: + names: + - portrait + unicodes: + secondary: + - 10f3e0 + changes: + - 5.0.0 + - 5.0.3 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Image Portrait + search: + terms: + - id + - image + - photo + - picture + - selfie + unicode: f3e0 + voted: false +images: + aliases: + unicodes: + secondary: + - 10f302 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Images + search: + terms: + - album + - landscape + - photo + - picture + unicode: f302 + voted: false +imdb: + changes: + - 4.7.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: IMDB + search: + terms: [] + unicode: f2d8 + voted: false +inbox: + aliases: + unicodes: + secondary: + - 10f01c + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Inbox + search: + terms: + - archive + - desk + - email + - mail + - message + unicode: f01c + voted: false +indent: + aliases: + unicodes: + secondary: + - 10f03c + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Indent + search: + terms: + - align + - justify + - paragraph + - tab + unicode: f03c + voted: false +indian-rupee-sign: + aliases: + names: + - indian-rupee + - inr + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Indian Rupee Sign + search: + terms: + - Indian Rupee Sign + - currency + unicode: e1bc + voted: false +industry: + aliases: + unicodes: + secondary: + - 10f275 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Industry + search: + terms: + - building + - factory + - industrial + - manufacturing + - mill + - warehouse + unicode: f275 + voted: false +infinity: + aliases: + unicodes: + composite: + - 221e + - 267e + secondary: + - 10f534 + changes: + - 5.0.13 + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Infinity + search: + terms: + - Infinity + - eternity + - forever + - infinity + - math + - unbounded + - universal + unicode: f534 + voted: true +info: + aliases: + unicodes: + secondary: + - 10f129 + changes: + - 3.1.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Info + search: + terms: + - details + - help + - information + - more + - support + unicode: f129 + voted: false +instagram: + changes: + - 4.6.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Instagram + search: + terms: [] + unicode: f16d + voted: false +instalod: + changes: + - 5.15.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: InstaLOD + search: + terms: [] + unicode: e081 + voted: false +intercom: + changes: + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Intercom + search: + terms: + - app + - customer + - messenger + unicode: f7af + voted: false +internet-explorer: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Internet-explorer + search: + terms: + - browser + - ie + unicode: f26b + voted: false +invision: + changes: + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: InVision + search: + terms: + - app + - design + - interface + unicode: f7b0 + voted: false +ioxhost: + changes: + - 4.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: ioxhost + search: + terms: [] + unicode: f208 + voted: false +italic: + aliases: + unicodes: + secondary: + - 10f033 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Italic + search: + terms: + - edit + - emphasis + - font + - format + - text + - type + unicode: f033 + voted: false +itch-io: + changes: + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: itch.io + search: + terms: [] + unicode: f83a + voted: false +itunes: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: iTunes + search: + terms: [] + unicode: f3b4 + voted: false +itunes-note: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Itunes Note + search: + terms: [] + unicode: f3b5 + voted: false +j: + aliases: + unicodes: + composite: + - 6a + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: J + search: + terms: + - Latin Capital Letter J + - Latin Small Letter J + - letter + unicode: 4a + voted: false +jar: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Jar + search: + terms: + - jam + - jelly + - storage + unicode: e516 + voted: false +jar-wheat: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Jar Wheat + search: + terms: + - flour + - storage + unicode: e517 + voted: false +java: + changes: + - 5.0.10 + - 5.7.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Java + search: + terms: [] + unicode: f4e4 + voted: false +jedi: + aliases: + unicodes: + secondary: + - 10f669 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Jedi + search: + terms: + - crest + - force + - sith + - skywalker + - star wars + - yoda + unicode: f669 + voted: false +jedi-order: + changes: + - 5.0.12 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Jedi Order + search: + terms: + - star wars + unicode: f50e + voted: false +jenkins: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Jenkis + search: + terms: [] + unicode: f3b6 + voted: false +jet-fighter: + aliases: + names: + - fighter-jet + unicodes: + secondary: + - 10f0fb + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Jet Fighter + search: + terms: + - airforce + - airplane + - airport + - fast + - fly + - goose + - marines + - maverick + - military + - plane + - quick + - top gun + - transportation + - travel + unicode: f0fb + voted: false +jet-fighter-up: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Jet Fighter Up + search: + terms: + - airforce + - airplane + - airport + - fast + - fly + - goose + - marines + - maverick + - military + - plane + - quick + - top gun + - transportation + - travel + unicode: e518 + voted: false +jira: + changes: + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Jira + search: + terms: + - atlassian + unicode: f7b1 + voted: true +joget: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Joget + search: + terms: [] + unicode: f3b7 + voted: false +joint: + aliases: + unicodes: + secondary: + - 10f595 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Joint + search: + terms: + - blunt + - cannabis + - doobie + - drugs + - marijuana + - roach + - smoke + - smoking + - spliff + unicode: f595 + voted: false +joomla: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Joomla Logo + search: + terms: [] + unicode: f1aa + voted: false +js: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: JavaScript (JS) + search: + terms: [] + unicode: f3b8 + voted: false +jsfiddle: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: jsFiddle + search: + terms: [] + unicode: f1cc + voted: false +jug-detergent: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Jug Detergent + search: + terms: + - detergent + - laundry + - soap + - wash + unicode: e519 + voted: false +k: + aliases: + unicodes: + composite: + - 6b + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: K + search: + terms: + - Latin Capital Letter K + - Latin Small Letter K + - letter + unicode: 4b + voted: false +kaaba: + aliases: + unicodes: + composite: + - 1f54b + secondary: + - 10f66b + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Kaaba + search: + terms: + - Muslim + - building + - cube + - islam + - kaaba + - muslim + - religion + unicode: f66b + voted: false +kaggle: + changes: + - 5.2.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Kaggle + search: + terms: [] + unicode: f5fa + voted: true +key: + aliases: + unicodes: + composite: + - 1f511 + secondary: + - 10f084 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Key + search: + terms: + - key + - lock + - password + - private + - secret + - unlock + unicode: f084 + voted: false +keybase: + changes: + - 5.0.11 + - 5.8.0 + - 5.10.2 + - 5.11.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Keybase + search: + terms: [] + unicode: f4f5 + voted: true +keyboard: + aliases: + unicodes: + composite: + - '2328' + secondary: + - 10f11c + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Keyboard + search: + terms: + - accessory + - computer + - edit + - input + - keyboard + - text + - type + - write + unicode: f11c + voted: false +keycdn: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: KeyCDN + search: + terms: [] + unicode: f3ba + voted: false +khanda: + aliases: + unicodes: + composite: + - 262c + secondary: + - 10f66d + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Khanda + search: + terms: + - Adi Shakti + - chakkar + - sikh + - sikhism + - sword + unicode: f66d + voted: false +kickstarter: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Kickstarter + search: + terms: [] + unicode: f3bb + voted: false +kickstarter-k: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Kickstarter K + search: + terms: [] + unicode: f3bc + voted: false +kip-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Kip Sign + search: + terms: + - Kip Sign + - currency + unicode: e1c4 + voted: false +kit-medical: + aliases: + names: + - first-aid + unicodes: + secondary: + - 10f479 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Kit Medical + search: + terms: + - emergency + - emt + - health + - medical + - rescue + unicode: f479 + voted: false +kitchen-set: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Kitchen Set + search: + terms: + - chef + - cook + - cup + - kitchen + - pan + - pot + - skillet + unicode: e51a + voted: false +kiwi-bird: + aliases: + unicodes: + secondary: + - 10f535 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Kiwi Bird + search: + terms: + - bird + - fauna + - new zealand + unicode: f535 + voted: false +korvue: + changes: + - 5.0.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: KORVUE + search: + terms: [] + unicode: f42f + voted: false +l: + aliases: + unicodes: + composite: + - 6c + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: L + search: + terms: + - Latin Capital Letter L + - Latin Small Letter L + - letter + unicode: 4c + voted: false +land-mine-on: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Land Mine On + search: + terms: + - bomb + - danger + - explosion + - war + unicode: e51b + voted: false +landmark: + aliases: + unicodes: + composite: + - 1f3db + secondary: + - 10f66f + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Landmark + search: + terms: + - building + - classical + - historic + - memorable + - monument + - museum + - politics + unicode: f66f + voted: false +landmark-dome: + aliases: + names: + - landmark-alt + unicodes: + secondary: + - 10f752 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Landmark Dome + search: + terms: + - building + - historic + - memorable + - monument + - politics + unicode: f752 + voted: false +landmark-flag: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Landmark Flag + search: + terms: + - capitol + - flag + - landmark + - memorial + unicode: e51c + voted: false +language: + aliases: + unicodes: + secondary: + - 10f1ab + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Language + search: + terms: + - dialect + - idiom + - localize + - speech + - translate + - vernacular + unicode: f1ab + voted: false +laptop: + aliases: + unicodes: + composite: + - 1f4bb + secondary: + - 10f109 + changes: + - 3.0.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Laptop + search: + terms: + - computer + - cpu + - dell + - demo + - device + - laptop + - mac + - macbook + - machine + - pc + - personal + unicode: f109 + voted: false +laptop-code: + aliases: + unicodes: + secondary: + - 10f5fc + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Laptop Code + search: + terms: + - computer + - cpu + - dell + - demo + - develop + - device + - mac + - macbook + - machine + - pc + unicode: f5fc + voted: false +laptop-file: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Laptop File + search: + terms: + - computer + - education + - laptop + - learning + - remote work + unicode: e51d + voted: false +laptop-medical: + aliases: + unicodes: + secondary: + - 10f812 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Laptop Medical + search: + terms: + - computer + - device + - ehr + - electronic health records + - history + unicode: f812 + voted: false +laravel: + changes: + - 5.0.0 + - 5.0.3 + - 5.11.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Laravel + search: + terms: [] + unicode: f3bd + voted: false +lari-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Lari Sign + search: + terms: + - Lari Sign + - currency + unicode: e1c8 + voted: false +lastfm: + changes: + - 4.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: last.fm + search: + terms: [] + unicode: f202 + voted: false +layer-group: + aliases: + unicodes: + secondary: + - 10f5fd + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Layer Group + search: + terms: + - arrange + - develop + - layers + - map + - stack + unicode: f5fd + voted: false +leaf: + aliases: + unicodes: + secondary: + - 10f06c + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Leaf + search: + terms: + - eco + - flora + - nature + - plant + - vegan + unicode: f06c + voted: false +leanpub: + changes: + - 4.3.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Leanpub + search: + terms: [] + unicode: f212 + voted: false +left-long: + aliases: + names: + - long-arrow-alt-left + unicodes: + secondary: + - 10f30a + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Left Long + search: + terms: + - back + - long-arrow-left + - previous + unicode: f30a + voted: false +left-right: + aliases: + names: + - arrows-alt-h + unicodes: + composite: + - '2194' + secondary: + - 10f337 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Left Right + search: + terms: + - arrow + - arrows-h + - expand + - horizontal + - landscape + - left-right arrow + - resize + - wide + unicode: f337 + voted: false +lemon: + aliases: + unicodes: + composite: + - 1f34b + secondary: + - 10f094 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Lemon + search: + terms: + - citrus + - fruit + - lemon + - lemonade + - lime + - tart + unicode: f094 + voted: false +less: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Less + search: + terms: [] + unicode: f41d + voted: false +less-than: + aliases: + unicodes: + composite: + - f536 + primary: + - f536 + secondary: + - 103c + - 10f536 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Less Than + search: + terms: + - Less-Than Sign + - arithmetic + - compare + - math + unicode: 3c + voted: true +less-than-equal: + aliases: + unicodes: + secondary: + - 10f537 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Less Than Equal + search: + terms: + - arithmetic + - compare + - math + unicode: f537 + voted: true +life-ring: + aliases: + unicodes: + secondary: + - 10f1cd + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Life Ring + search: + terms: + - coast guard + - help + - overboard + - save + - support + unicode: f1cd + voted: false +lightbulb: + aliases: + unicodes: + composite: + - 1f4a1 + secondary: + - 10f0eb + changes: + - 3.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Lightbulb + search: + terms: + - ' comic' + - ' electric' + - ' idea' + - ' innovation' + - ' inspiration' + - ' light' + - ' light bulb' + - ' bulb' + - bulb + - comic + - electric + - energy + - idea + - inspiration + - mechanical + unicode: f0eb + voted: false +line: + changes: + - 5.0.0 + - 6.3.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Line + search: + terms: [] + unicode: f3c0 + voted: false +lines-leaning: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Lines Leaning + search: + terms: + - canted + - domino + - falling + - resilience + - resilient + - tipped + unicode: e51e + voted: false +link: + aliases: + names: + - chain + unicodes: + composite: + - 1f517 + secondary: + - 10f0c1 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Link + search: + terms: + - attach + - attachment + - chain + - connect + - lin + - link + unicode: f0c1 + voted: false +link-slash: + aliases: + names: + - chain-broken + - chain-slash + - unlink + unicodes: + secondary: + - 10f127 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Link Slash + search: + terms: + - attachment + - chain + - chain-broken + - remove + unicode: f127 + voted: false +linkedin: + changes: + - 1.0.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: LinkedIn + search: + terms: + - linkedin-square + unicode: f08c + voted: false +linkedin-in: + changes: + - 2.0.0 + - 5.0.0 + - 5.4.1 + - 5.8.0 + - 5.8.1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: LinkedIn In + search: + terms: + - linkedin + unicode: f0e1 + voted: false +linode: + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Linode + search: + terms: [] + unicode: f2b8 + voted: false +linux: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Linux + search: + terms: + - tux + unicode: f17c + voted: false +lira-sign: + aliases: + unicodes: + composite: + - 20a4 + secondary: + - 10f195 + changes: + - 4.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Lira Sign + search: + terms: + - Lira Sign + - currency + unicode: f195 + voted: false +list: + aliases: + names: + - list-squares + unicodes: + secondary: + - 10f03a + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: List + search: + terms: + - checklist + - completed + - done + - finished + - ol + - todo + - ul + unicode: f03a + voted: false +list-check: + aliases: + names: + - tasks + unicodes: + secondary: + - 10f0ae + changes: + - 2.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: List Check + search: + terms: + - checklist + - downloading + - downloads + - loading + - progress + - project management + - settings + - to do + unicode: f0ae + voted: false +list-ol: + aliases: + names: + - list-1-2 + - list-numeric + unicodes: + secondary: + - 10f0cb + changes: + - 2.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: List Ol + search: + terms: + - checklist + - completed + - done + - finished + - numbers + - ol + - todo + - ul + unicode: f0cb + voted: false +list-ul: + aliases: + names: + - list-dots + unicodes: + secondary: + - 10f0ca + changes: + - 2.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: List Ul + search: + terms: + - checklist + - completed + - done + - finished + - ol + - todo + - ul + unicode: f0ca + voted: false +litecoin-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Litecoin Sign + search: + terms: + - currency + unicode: e1d3 + voted: true +location-arrow: + aliases: + unicodes: + secondary: + - 10f124 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Location Arrow + search: + terms: + - address + - compass + - coordinate + - direction + - gps + - map + - navigation + - place + unicode: f124 + voted: false +location-crosshairs: + aliases: + names: + - location + unicodes: + secondary: + - 10f601 + changes: + - 5.2.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Location Crosshairs + search: + terms: + - address + - coordinate + - direction + - gps + - location + - map + - navigation + - place + - where + unicode: f601 + voted: false +location-dot: + aliases: + names: + - map-marker-alt + unicodes: + secondary: + - 10f3c5 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Location Dot + search: + terms: + - address + - coordinates + - destination + - gps + - localize + - location + - map + - navigation + - paper + - pin + - place + - point of interest + - position + - route + - travel + unicode: f3c5 + voted: false +location-pin: + aliases: + names: + - map-marker + unicodes: + secondary: + - 10f041 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Location Pin + search: + terms: + - address + - coordinates + - destination + - gps + - localize + - location + - map + - navigation + - paper + - pin + - place + - point of interest + - position + - route + - travel + unicode: f041 + voted: false +location-pin-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Location Pin Lock + search: + terms: + - closed + - lockdown + - map + - quarantine + unicode: e51f + voted: false +lock: + aliases: + unicodes: + composite: + - 1f512 + secondary: + - 10f023 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Lock + search: + terms: + - admin + - closed + - lock + - locked + - open + - password + - private + - protect + - security + unicode: f023 + voted: false +lock-open: + aliases: + unicodes: + secondary: + - 10f3c1 + changes: + - 3.1.0 + - 5.0.0 + - 5.0.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Lock Open + search: + terms: + - admin + - lock + - open + - password + - private + - protect + - security + - unlock + unicode: f3c1 + voted: false +locust: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Locust + search: + terms: + - horde + - infestation + - locust + - plague + - swarm + unicode: e520 + voted: false +lungs: + aliases: + unicodes: + composite: + - 1fac1 + secondary: + - 10f604 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Lungs + search: + terms: + - air + - breath + - covid-19 + - exhalation + - inhalation + - lungs + - organ + - respiration + - respiratory + unicode: f604 + voted: false +lungs-virus: + aliases: + unicodes: + secondary: + - '10e067' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Lungs Virus + search: + terms: + - breath + - coronavirus + - covid-19 + - flu + - infection + - pandemic + - respiratory + - sick + unicode: e067 + voted: false +lyft: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: lyft + search: + terms: [] + unicode: f3c3 + voted: false +m: + aliases: + unicodes: + composite: + - 6d + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: M + search: + terms: + - Latin Capital Letter M + - Latin Small Letter M + - letter + unicode: 4d + voted: false +magento: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Magento + search: + terms: [] + unicode: f3c4 + voted: false +magnet: + aliases: + unicodes: + composite: + - 1f9f2 + secondary: + - 10f076 + changes: + - 1.0.0 + - 5.0.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Magnet + search: + terms: + - Attract + - attraction + - horseshoe + - lodestone + - magnet + - magnetic + - tool + unicode: f076 + voted: false +magnifying-glass: + aliases: + names: + - search + unicodes: + composite: + - 1f50d + secondary: + - 10f002 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Magnifying Glass + search: + terms: + - bigger + - enlarge + - find + - glass + - magnify + - magnifying + - magnifying glass tilted left + - preview + - search + - tool + - zoom + unicode: f002 + voted: false +magnifying-glass-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Magnifying Glass Arrow Right + search: + terms: + - find + - next + - search + unicode: e521 + voted: false +magnifying-glass-chart: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Magnifying Glass Chart + search: + terms: + - ' data' + - ' graph' + - ' intelligence' + - analysis + - chart + - market + unicode: e522 + voted: false +magnifying-glass-dollar: + aliases: + names: + - search-dollar + unicodes: + secondary: + - 10f688 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Magnifying Glass Dollar + search: + terms: + - bigger + - enlarge + - find + - magnify + - money + - preview + - zoom + unicode: f688 + voted: false +magnifying-glass-location: + aliases: + names: + - search-location + unicodes: + secondary: + - 10f689 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Magnifying Glass Location + search: + terms: + - bigger + - enlarge + - find + - magnify + - preview + - zoom + unicode: f689 + voted: false +magnifying-glass-minus: + aliases: + names: + - search-minus + unicodes: + secondary: + - 10f010 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Magnifying Glass Minus + search: + terms: + - minify + - negative + - smaller + - zoom + - zoom out + unicode: f010 + voted: false +magnifying-glass-plus: + aliases: + names: + - search-plus + unicodes: + secondary: + - 10f00e + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Magnifying Glass Plus + search: + terms: + - bigger + - enlarge + - magnify + - positive + - zoom + - zoom in + unicode: f00e + voted: false +mailchimp: + changes: + - 5.1.0 + - 5.7.0 + - 5.8.0 + - 5.8.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Mailchimp + search: + terms: [] + unicode: f59e + voted: true +manat-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Manat Sign + search: + terms: + - Manat Sign + - currency + unicode: e1d5 + voted: false +mandalorian: + changes: + - 5.0.12 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Mandalorian + search: + terms: [] + unicode: f50f + voted: false +map: + aliases: + unicodes: + composite: + - 1f5fa + - f278 + secondary: + - 10f279 + changes: + - 4.4.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Map + search: + terms: + - address + - coordinates + - destination + - gps + - localize + - location + - map + - navigation + - paper + - pin + - place + - point of interest + - position + - route + - travel + - world + - world map + unicode: f279 + voted: false +map-location: + aliases: + names: + - map-marked + unicodes: + secondary: + - 10f59f + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Map Location + search: + terms: + - address + - coordinates + - destination + - gps + - localize + - location + - map + - navigation + - paper + - pin + - place + - point of interest + - position + - route + - travel + unicode: f59f + voted: false +map-location-dot: + aliases: + names: + - map-marked-alt + unicodes: + secondary: + - 10f5a0 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Map Location Dot + search: + terms: + - address + - coordinates + - destination + - gps + - localize + - location + - map + - navigation + - paper + - pin + - place + - point of interest + - position + - route + - travel + unicode: f5a0 + voted: false +map-pin: + aliases: + unicodes: + composite: + - 1f4cd + secondary: + - 10f276 + changes: + - 4.4.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Map Pin + search: + terms: + - address + - agree + - coordinates + - destination + - gps + - localize + - location + - map + - marker + - navigation + - pin + - place + - position + - pushpin + - round pushpin + - travel + unicode: f276 + voted: false +markdown: + changes: + - 5.2.0 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Markdown + search: + terms: [] + unicode: f60f + voted: true +marker: + aliases: + unicodes: + secondary: + - 10f5a1 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Marker + search: + terms: + - design + - edit + - sharpie + - update + - write + unicode: f5a1 + voted: true +mars: + aliases: + unicodes: + composite: + - '2642' + secondary: + - 10f222 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mars + search: + terms: + - gender + - male + - male sign + - man + unicode: f222 + voted: false +mars-and-venus: + aliases: + unicodes: + composite: + - 26a5 + secondary: + - 10f224 + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mars And Venus + search: + terms: + - Male and Female Sign + - female + - gender + - intersex + - male + - transgender + unicode: f224 + voted: false +mars-and-venus-burst: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mars And Venus Burst + search: + terms: + - gender + - violence + unicode: e523 + voted: false +mars-double: + aliases: + unicodes: + composite: + - 26a3 + secondary: + - 10f227 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mars Double + search: + terms: + - Doubled Male Sign + - gay + - gender + - male + - men + unicode: f227 + voted: false +mars-stroke: + aliases: + unicodes: + composite: + - 26a6 + secondary: + - 10f229 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mars Stroke + search: + terms: + - Male with Stroke Sign + - gender + - transgender + unicode: f229 + voted: false +mars-stroke-right: + aliases: + names: + - mars-stroke-h + unicodes: + composite: + - 26a9 + secondary: + - 10f22b + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mars Stroke Right + search: + terms: + - Horizontal Male with Stroke Sign + - gender + unicode: f22b + voted: false +mars-stroke-up: + aliases: + names: + - mars-stroke-v + unicodes: + composite: + - 26a8 + secondary: + - 10f22a + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mars Stroke Up + search: + terms: + - Vertical Male with Stroke Sign + - gender + unicode: f22a + voted: false +martini-glass: + aliases: + names: + - glass-martini-alt + unicodes: + composite: + - 1f378 + secondary: + - 10f57b + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Martini Glass + search: + terms: + - alcohol + - bar + - beverage + - cocktail + - cocktail glass + - drink + - glass + - liquor + unicode: f57b + voted: false +martini-glass-citrus: + aliases: + names: + - cocktail + unicodes: + secondary: + - 10f561 + changes: + - 5.1.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Martini Glass Citrus + search: + terms: + - alcohol + - beverage + - drink + - gin + - glass + - margarita + - martini + - vodka + unicode: f561 + voted: false +martini-glass-empty: + aliases: + names: + - glass-martini + unicodes: + secondary: + - 10f000 + changes: + - 1.0.0 + - 5.0.0 + - 5.1.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Martini Glass Empty + search: + terms: + - alcohol + - bar + - beverage + - drink + - liquor + unicode: f000 + voted: false +mask: + aliases: + unicodes: + secondary: + - 10f6fa + changes: + - 5.4.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mask + search: + terms: + - carnivale + - costume + - disguise + - halloween + - secret + - super hero + unicode: f6fa + voted: false +mask-face: + changes: + - 6.0.0-beta1 + - 6.0.0 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mask Face + search: + terms: + - breath + - coronavirus + - covid-19 + - filter + - flu + - infection + - pandemic + - respirator + - virus + unicode: e1d7 + voted: false +mask-ventilator: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mask Ventilator + search: + terms: + - breath + - gas + - mask + - oxygen + - respirator + - ventilator + unicode: e524 + voted: false +masks-theater: + aliases: + names: + - theater-masks + unicodes: + composite: + - 1f3ad + secondary: + - 10f630 + changes: + - 5.2.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Masks Theater + search: + terms: + - art + - comedy + - mask + - perform + - performing + - performing arts + - theater + - theatre + - tragedy + unicode: f630 + voted: false +mastodon: + changes: + - 5.0.11 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Mastodon + search: + terms: [] + unicode: f4f6 + voted: true +mattress-pillow: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mattress Pillow + search: + terms: + - air mattress + - mattress + - pillow + - rest + - sleep + unicode: e525 + voted: false +maxcdn: + changes: + - 3.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: MaxCDN + search: + terms: [] + unicode: f136 + voted: false +maximize: + aliases: + names: + - expand-arrows-alt + unicodes: + secondary: + - 10f31e + changes: + - 5.0.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Maximize + search: + terms: + - bigger + - enlarge + - fullscreen + - move + - resize + unicode: f31e + voted: false +mdb: + changes: + - 5.11.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Material Design for Bootstrap + search: + terms: [] + unicode: f8ca + voted: false +medal: + aliases: + unicodes: + composite: + - 1f3c5 + secondary: + - 10f5a2 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Medal + search: + terms: + - award + - medal + - ribbon + - sports medal + - star + - trophy + unicode: f5a2 + voted: true +medapps: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: MedApps + search: + terms: [] + unicode: f3c6 + voted: false +medium: + aliases: + names: + - medium-m + unicodes: + composite: + - f3c7 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Medium + search: + terms: [] + unicode: f23a + voted: false +medrt: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: MRT + search: + terms: [] + unicode: f3c8 + voted: false +meetup: + changes: + - 4.7.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Meetup + search: + terms: [] + unicode: f2e0 + voted: false +megaport: + changes: + - 5.1.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Megaport + search: + terms: [] + unicode: f5a3 + voted: false +memory: + aliases: + unicodes: + secondary: + - 10f538 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Memory + search: + terms: + - DIMM + - RAM + - hardware + - storage + - technology + unicode: f538 + voted: true +mendeley: + changes: + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Mendeley + search: + terms: [] + unicode: f7b3 + voted: true +menorah: + aliases: + unicodes: + secondary: + - 10f676 + changes: + - 5.3.0 + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Menorah + search: + terms: + - candle + - hanukkah + - jewish + - judaism + - light + unicode: f676 + voted: false +mercury: + aliases: + unicodes: + composite: + - 263f + secondary: + - 10f223 + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mercury + search: + terms: + - Mercury + - gender + - hybrid + - transgender + unicode: f223 + voted: false +message: + aliases: + names: + - comment-alt + unicodes: + secondary: + - 10f27a + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Message + search: + terms: + - bubble + - chat + - commenting + - conversation + - feedback + - message + - note + - notification + - sms + - speech + - texting + unicode: f27a + voted: false +meta: + changes: + - 6.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Meta + search: + terms: [] + unicode: e49b + voted: false +meteor: + aliases: + unicodes: + composite: + - '2604' + secondary: + - 10f753 + changes: + - 5.5.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Meteor + search: + terms: + - armageddon + - asteroid + - comet + - shooting star + - space + unicode: f753 + voted: false +microblog: + changes: + - 5.12.0 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Micro.blog + search: + terms: [] + unicode: e01a + voted: true +microchip: + aliases: + unicodes: + secondary: + - 10f2db + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Microchip + search: + terms: + - cpu + - hardware + - processor + - technology + unicode: f2db + voted: false +microphone: + aliases: + unicodes: + secondary: + - 10f130 + changes: + - 3.1.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Microphone + search: + terms: + - address + - audio + - information + - podcast + - public + - record + - sing + - sound + - voice + unicode: f130 + voted: false +microphone-lines: + aliases: + names: + - microphone-alt + unicodes: + composite: + - 1f399 + secondary: + - 10f3c9 + changes: + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Microphone Lines + search: + terms: + - audio + - mic + - microphone + - music + - podcast + - record + - sing + - sound + - studio + - studio microphone + - voice + unicode: f3c9 + voted: false +microphone-lines-slash: + aliases: + names: + - microphone-alt-slash + unicodes: + secondary: + - 10f539 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Microphone Lines Slash + search: + terms: + - audio + - disable + - mute + - podcast + - record + - sing + - sound + - voice + unicode: f539 + voted: false +microphone-slash: + aliases: + unicodes: + secondary: + - 10f131 + changes: + - 3.1.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Microphone Slash + search: + terms: + - audio + - disable + - mute + - podcast + - record + - sing + - sound + - voice + unicode: f131 + voted: false +microscope: + aliases: + unicodes: + composite: + - 1f52c + secondary: + - 10f610 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Microscope + search: + terms: + - covid-19 + - electron + - lens + - microscope + - optics + - science + - shrink + - testing + - tool + unicode: f610 + voted: false +microsoft: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Microsoft + search: + terms: [] + unicode: f3ca + voted: true +mill-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mill Sign + search: + terms: + - Mill Sign + - currency + unicode: e1ed + voted: false +minimize: + aliases: + names: + - compress-arrows-alt + unicodes: + secondary: + - 10f78c + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Minimize + search: + terms: + - collapse + - fullscreen + - minimize + - move + - resize + - shrink + - smaller + unicode: f78c + voted: true +minus: + aliases: + names: + - subtract + unicodes: + composite: + - '2013' + - '2212' + - '2796' + secondary: + - 10f068 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Minus + search: + terms: + - En Dash + - Minus Sign + - collapse + - delete + - hide + - math + - minify + - minus + - negative + - remove + - sign + - trash + - − + unicode: f068 + voted: false +mitten: + aliases: + unicodes: + secondary: + - 10f7b5 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mitten + search: + terms: + - clothing + - cold + - glove + - hands + - knitted + - seasonal + - warmth + unicode: f7b5 + voted: false +mix: + changes: + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Mix + search: + terms: [] + unicode: f3cb + voted: false +mixcloud: + changes: + - 4.5.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Mixcloud + search: + terms: [] + unicode: f289 + voted: false +mixer: + changes: + - 5.12.1 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Mixer + search: + terms: [] + unicode: e056 + voted: true +mizuni: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Mizuni + search: + terms: [] + unicode: f3cc + voted: false +mobile: + aliases: + names: + - mobile-android + - mobile-phone + unicodes: + composite: + - 1f4f1 + secondary: + - 10f3ce + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mobile + search: + terms: + - android + - call + - cell + - cell phone + - device + - mobile + - mobile phone + - number + - phone + - screen + - telephone + - text + unicode: f3ce + voted: false +mobile-button: + aliases: + unicodes: + secondary: + - 10f10b + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mobile Button + search: + terms: + - apple + - call + - cell phone + - device + - iphone + - number + - screen + - telephone + unicode: f10b + voted: false +mobile-retro: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mobile Retro + search: + terms: + - cellphone + - cellular + - phone + unicode: e527 + voted: false +mobile-screen: + aliases: + names: + - mobile-android-alt + unicodes: + secondary: + - 10f3cf + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mobile Screen + search: + terms: + - android + - call + - cell phone + - device + - number + - screen + - telephone + - text + unicode: f3cf + voted: false +mobile-screen-button: + aliases: + names: + - mobile-alt + unicodes: + secondary: + - 10f3cd + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mobile Screen Button + search: + terms: + - apple + - call + - cell phone + - device + - iphone + - number + - screen + - telephone + unicode: f3cd + voted: false +modx: + changes: + - 4.5.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: MODX + search: + terms: [] + unicode: f285 + voted: false +monero: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Monero + search: + terms: [] + unicode: f3d0 + voted: false +money-bill: + aliases: + unicodes: + secondary: + - 10f0d6 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Money Bill + search: + terms: + - buy + - cash + - checkout + - money + - payment + - price + - purchase + unicode: f0d6 + voted: false +money-bill-1: + aliases: + names: + - money-bill-alt + unicodes: + secondary: + - 10f3d1 + changes: + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Money Bill 1 + search: + terms: + - buy + - cash + - checkout + - money + - payment + - price + - purchase + unicode: f3d1 + voted: false +money-bill-1-wave: + aliases: + names: + - money-bill-wave-alt + unicodes: + secondary: + - 10f53b + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Money Bill 1 Wave + search: + terms: + - buy + - cash + - checkout + - money + - payment + - price + - purchase + unicode: f53b + voted: true +money-bill-transfer: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Money Bill Transfer + search: + terms: + - bank + - conversion + - deposit + - money + - transfer + - withdrawal + unicode: e528 + voted: false +money-bill-trend-up: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Money Bill Trend Up + search: + terms: + - bank + - bonds + - inflation + - market + - stocks + - trade + unicode: e529 + voted: false +money-bill-wave: + aliases: + unicodes: + secondary: + - 10f53a + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Money Bill Wave + search: + terms: + - buy + - cash + - checkout + - money + - payment + - price + - purchase + unicode: f53a + voted: true +money-bill-wheat: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Money Bill Wheat + search: + terms: + - agribusiness + - agriculture + - farming + - food + - livelihood + - subsidy + unicode: e52a + voted: false +money-bills: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Money Bills + search: + terms: + - atm + - cash + - money + - moolah + unicode: e1f3 + voted: false +money-check: + aliases: + unicodes: + secondary: + - 10f53c + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Money Check + search: + terms: + - bank check + - buy + - checkout + - cheque + - money + - payment + - price + - purchase + unicode: f53c + voted: true +money-check-dollar: + aliases: + names: + - money-check-alt + unicodes: + secondary: + - 10f53d + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Money Check Dollar + search: + terms: + - bank check + - buy + - checkout + - cheque + - money + - payment + - price + - purchase + unicode: f53d + voted: true +monument: + aliases: + unicodes: + secondary: + - 10f5a6 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Monument + search: + terms: + - building + - historic + - landmark + - memorable + unicode: f5a6 + voted: false +moon: + aliases: + unicodes: + composite: + - 1f319 + - 23fe + secondary: + - 10f186 + changes: + - 3.2.0 + - 5.0.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Moon + search: + terms: + - Power Sleep Symbol + - contrast + - crescent + - crescent moon + - dark + - lunar + - moon + - night + unicode: f186 + voted: false +mortar-pestle: + aliases: + unicodes: + secondary: + - 10f5a7 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mortar Pestle + search: + terms: + - crush + - culinary + - grind + - medical + - mix + - pharmacy + - prescription + - spices + unicode: f5a7 + voted: false +mosque: + aliases: + unicodes: + composite: + - 1f54c + secondary: + - 10f678 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mosque + search: + terms: + - Muslim + - building + - islam + - landmark + - mosque + - muslim + - religion + unicode: f678 + voted: false +mosquito: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mosquito + search: + terms: + - bite + - bug + - mosquito + - west nile + unicode: e52b + voted: false +mosquito-net: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mosquito Net + search: + terms: + - bite + - malaria + - mosquito + - net + unicode: e52c + voted: false +motorcycle: + aliases: + unicodes: + composite: + - 1f3cd + secondary: + - 10f21c + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Motorcycle + search: + terms: + - bike + - machine + - motorcycle + - racing + - transportation + - vehicle + unicode: f21c + voted: false +mound: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mound + search: + terms: + - barrier + - hill + - pitcher + - speedbump + unicode: e52d + voted: false +mountain: + aliases: + unicodes: + composite: + - 1f3d4 + secondary: + - 10f6fc + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mountain + search: + terms: + - cold + - glacier + - hiking + - hill + - landscape + - mountain + - snow + - snow-capped mountain + - travel + - view + unicode: f6fc + voted: false +mountain-city: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mountain City + search: + terms: + - location + - rural + - urban + unicode: e52e + voted: false +mountain-sun: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mountain Sun + search: + terms: + - country + - hiking + - landscape + - rural + - travel + - view + unicode: e52f + voted: false +mug-hot: + aliases: + unicodes: + composite: + - '2615' + secondary: + - 10f7b6 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mug Hot + search: + terms: + - beverage + - caliente + - cocoa + - coffee + - cup + - drink + - holiday + - hot + - hot beverage + - hot chocolate + - steam + - steaming + - tea + - warmth + unicode: f7b6 + voted: false +mug-saucer: + aliases: + names: + - coffee + unicodes: + secondary: + - 10f0f4 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Mug Saucer + search: + terms: + - beverage + - breakfast + - cafe + - drink + - fall + - morning + - mug + - seasonal + - tea + unicode: f0f4 + voted: false +music: + aliases: + unicodes: + composite: + - 1f3b5 + secondary: + - 10f001 + changes: + - 1.0.0 + - 5.0.0 + - 5.2.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Music + search: + terms: + - lyrics + - melody + - music + - musical note + - note + - sing + - sound + unicode: f001 + voted: false +'n': + aliases: + unicodes: + composite: + - 6e + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: 'N' + search: + terms: + - Latin Capital Letter N + - Latin Small Letter N + - letter + - nay + - 'no' + unicode: 4e + voted: false +naira-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Naira Sign + search: + terms: + - Naira Sign + - currency + unicode: e1f6 + voted: false +napster: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Napster + search: + terms: [] + unicode: f3d2 + voted: false +neos: + changes: + - 5.2.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Neos + search: + terms: [] + unicode: f612 + voted: true +network-wired: + aliases: + unicodes: + secondary: + - 10f6ff + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Network Wired + search: + terms: + - computer + - connect + - ethernet + - internet + - intranet + unicode: f6ff + voted: true +neuter: + aliases: + unicodes: + composite: + - 26b2 + secondary: + - 10f22c + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Neuter + search: + terms: + - Neuter + - gender + unicode: f22c + voted: false +newspaper: + aliases: + unicodes: + composite: + - 1f4f0 + secondary: + - 10f1ea + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Newspaper + search: + terms: + - article + - editorial + - headline + - journal + - journalism + - news + - newspaper + - paper + - press + unicode: f1ea + voted: false +nfc-directional: + changes: + - 6.1.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: NFC Directional + search: + terms: + - connect + - data + - near field communication + - nfc + - scan + - signal + - transfer + - wireless + unicode: e530 + voted: false +nfc-symbol: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Nfc Symbol + search: + terms: + - connect + - data + - near field communication + - nfc + - scan + - signal + - transfer + - wireless + unicode: e531 + voted: false +nimblr: + changes: + - 5.1.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Nimblr + search: + terms: [] + unicode: f5a8 + voted: false +node: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Node.js + search: + terms: [] + unicode: f419 + voted: true +node-js: + changes: + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Node.js JS + search: + terms: [] + unicode: f3d3 + voted: false +not-equal: + aliases: + unicodes: + secondary: + - 10f53e + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Not Equal + search: + terms: + - arithmetic + - compare + - math + unicode: f53e + voted: true +notdef: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Notdef + search: + terms: + - close + - missing + unicode: e1fe + voted: false +note-sticky: + aliases: + names: + - sticky-note + unicodes: + composite: + - f24a + secondary: + - 10f249 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Note Sticky + search: + terms: + - message + - note + - paper + - reminder + - sticker + unicode: f249 + voted: false +notes-medical: + aliases: + unicodes: + secondary: + - 10f481 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Notes Medical + search: + terms: + - clipboard + - doctor + - ehr + - health + - history + - records + unicode: f481 + voted: false +npm: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: npm + search: + terms: [] + unicode: f3d4 + voted: false +ns8: + changes: + - 5.0.0 + - 5.15.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: NS8 + search: + terms: [] + unicode: f3d5 + voted: false +nutritionix: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Nutritionix + search: + terms: [] + unicode: f3d6 + voted: false +o: + aliases: + unicodes: + composite: + - 6f + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: O + search: + terms: + - Latin Capital Letter O + - Latin Small Letter O + - letter + unicode: 4f + voted: false +object-group: + aliases: + unicodes: + secondary: + - 10f247 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Object Group + search: + terms: + - combine + - copy + - design + - merge + - select + unicode: f247 + voted: false +object-ungroup: + aliases: + unicodes: + secondary: + - 10f248 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Object Ungroup + search: + terms: + - copy + - design + - merge + - select + - separate + unicode: f248 + voted: false +octopus-deploy: + changes: + - 5.15.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Octopus Deploy + search: + terms: [] + unicode: e082 + voted: false +odnoklassniki: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Odnoklassniki + search: + terms: [] + unicode: f263 + voted: false +odysee: + changes: + - 6.2.1 + - 6.3.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Odysee + search: + terms: [] + unicode: e5c6 + voted: false +oil-can: + aliases: + unicodes: + secondary: + - 10f613 + changes: + - 5.2.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Oil Can + search: + terms: + - auto + - crude + - gasoline + - grease + - lubricate + - petroleum + unicode: f613 + voted: false +oil-well: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Oil Well + search: + terms: + - drill + - oil + - rig + unicode: e532 + voted: false +old-republic: + changes: + - 5.0.12 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Old Republic + search: + terms: + - politics + - star wars + unicode: f510 + voted: false +om: + aliases: + unicodes: + composite: + - 1f549 + secondary: + - 10f679 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Om + search: + terms: + - Hindu + - buddhism + - hinduism + - jainism + - mantra + - om + - religion + unicode: f679 + voted: false +opencart: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: OpenCart + search: + terms: [] + unicode: f23d + voted: false +openid: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: OpenID + search: + terms: [] + unicode: f19b + voted: false +opera: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Opera + search: + terms: [] + unicode: f26a + voted: false +optin-monster: + changes: + - 4.4.0 + - 5.0.0 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Optin Monster + search: + terms: [] + unicode: f23c + voted: false +orcid: + changes: + - 5.11.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: ORCID + search: + terms: [] + unicode: f8d2 + voted: false +osi: + changes: + - 5.0.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Open Source Initiative + search: + terms: [] + unicode: f41a + voted: false +otter: + aliases: + unicodes: + composite: + - 1f9a6 + secondary: + - 10f700 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Otter + search: + terms: + - animal + - badger + - fauna + - fishing + - fur + - mammal + - marten + - otter + - playful + unicode: f700 + voted: false +outdent: + aliases: + names: + - dedent + unicodes: + secondary: + - 10f03b + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Outdent + search: + terms: + - align + - justify + - paragraph + - tab + unicode: f03b + voted: false +p: + aliases: + unicodes: + composite: + - '70' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: P + search: + terms: + - Latin Capital Letter P + - Latin Small Letter P + - letter + unicode: '50' + voted: false +padlet: + changes: + - 6.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Padlet + search: + terms: [] + unicode: e4a0 + voted: false +page4: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: page4 Corporation + search: + terms: [] + unicode: f3d7 + voted: false +pagelines: + changes: + - 4.0.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Pagelines + search: + terms: + - eco + - flora + - leaf + - leaves + - nature + - plant + - tree + unicode: f18c + voted: false +pager: + aliases: + unicodes: + composite: + - 1f4df + secondary: + - 10f815 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pager + search: + terms: + - beeper + - cell phone + - communication + - page + - pager + unicode: f815 + voted: false +paint-roller: + aliases: + unicodes: + secondary: + - 10f5aa + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Paint Roller + search: + terms: + - acrylic + - art + - brush + - color + - fill + - paint + - pigment + - watercolor + unicode: f5aa + voted: false +paintbrush: + aliases: + names: + - paint-brush + unicodes: + composite: + - 1f58c + secondary: + - 10f1fc + changes: + - 4.2.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Paintbrush + search: + terms: + - acrylic + - art + - brush + - color + - fill + - paint + - paintbrush + - painting + - pigment + - watercolor + unicode: f1fc + voted: false +palette: + aliases: + unicodes: + composite: + - 1f3a8 + secondary: + - 10f53f + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Palette + search: + terms: + - acrylic + - art + - artist palette + - brush + - color + - fill + - museum + - paint + - painting + - palette + - pigment + - watercolor + unicode: f53f + voted: true +palfed: + changes: + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Palfed + search: + terms: [] + unicode: f3d8 + voted: false +pallet: + aliases: + unicodes: + secondary: + - 10f482 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pallet + search: + terms: + - archive + - box + - inventory + - shipping + - warehouse + unicode: f482 + voted: false +panorama: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Panorama + search: + terms: + - image + - landscape + - photo + - wide + unicode: e209 + voted: false +paper-plane: + aliases: + unicodes: + composite: + - f1d9 + secondary: + - 10f1d8 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Paper Plane + search: + terms: + - air + - float + - fold + - mail + - paper + - send + unicode: f1d8 + voted: false +paperclip: + aliases: + unicodes: + composite: + - 1f4ce + secondary: + - 10f0c6 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Paperclip + search: + terms: + - attach + - attachment + - connect + - link + - papercli + - paperclip + unicode: f0c6 + voted: false +parachute-box: + aliases: + unicodes: + secondary: + - 10f4cd + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Parachute Box + search: + terms: + - aid + - assistance + - goods + - relief + - rescue + - supplies + unicode: f4cd + voted: false +paragraph: + aliases: + unicodes: + composite: + - b6 + secondary: + - 10f1dd + changes: + - 4.1.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Paragraph + search: + terms: + - Pilcrow Sign + - edit + - format + - text + - writing + unicode: f1dd + voted: false +passport: + aliases: + unicodes: + secondary: + - 10f5ab + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Passport + search: + terms: + - document + - id + - identification + - issued + - travel + unicode: f5ab + voted: false +paste: + aliases: + names: + - file-clipboard + unicodes: + secondary: + - 10f0ea + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Paste + search: + terms: + - clipboard + - copy + - document + - paper + unicode: f0ea + voted: false +patreon: + changes: + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Patreon + search: + terms: [] + unicode: f3d9 + voted: false +pause: + aliases: + unicodes: + composite: + - 23f8 + secondary: + - 10f04c + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pause + search: + terms: + - bar + - double + - hold + - pause + - pause button + - vertical + - wait + unicode: f04c + voted: false +paw: + aliases: + unicodes: + secondary: + - 10f1b0 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Paw + search: + terms: + - animal + - cat + - dog + - pet + - print + unicode: f1b0 + voted: false +paypal: + changes: + - 4.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Paypal + search: + terms: [] + unicode: f1ed + voted: false +peace: + aliases: + unicodes: + composite: + - 262e + secondary: + - 10f67c + changes: + - 5.3.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Peace + search: + terms: + - peace + - peace symbol + - serenity + - tranquility + - truce + - war + unicode: f67c + voted: false +pen: + aliases: + unicodes: + composite: + - 1f58a + secondary: + - 10f304 + changes: + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pen + search: + terms: + - ballpoint + - design + - edit + - pen + - update + - write + unicode: f304 + voted: false +pen-clip: + aliases: + names: + - pen-alt + unicodes: + secondary: + - 10f305 + changes: + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pen Clip + search: + terms: + - design + - edit + - update + - write + unicode: f305 + voted: false +pen-fancy: + aliases: + unicodes: + composite: + - 1f58b + - '2712' + secondary: + - 10f5ac + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pen Fancy + search: + terms: + - black nib + - design + - edit + - fountain + - fountain pen + - nib + - pen + - update + - write + unicode: f5ac + voted: false +pen-nib: + aliases: + unicodes: + composite: + - '2711' + secondary: + - 10f5ad + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pen Nib + search: + terms: + - design + - edit + - fountain pen + - update + - write + unicode: f5ad + voted: true +pen-ruler: + aliases: + names: + - pencil-ruler + unicodes: + secondary: + - 10f5ae + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pen Ruler + search: + terms: + - design + - draft + - draw + - pencil + unicode: f5ae + voted: false +pen-to-square: + aliases: + names: + - edit + unicodes: + secondary: + - 10f044 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Pen To Square + search: + terms: + - edit + - pen + - pencil + - update + - write + unicode: f044 + voted: false +pencil: + aliases: + names: + - pencil-alt + unicodes: + composite: + - 270f + - f040 + primary: + - f040 + secondary: + - 10f040 + - 10f303 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pencil + search: + terms: + - Lower Left Pencil + - design + - draw + - edit + - lead + - pencil + - update + - write + unicode: f303 + voted: false +people-arrows: + aliases: + names: + - people-arrows-left-right + unicodes: + secondary: + - '10e068' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: People Arrows + search: + terms: + - distance + - isolation + - separate + - social distancing + - users-people + unicode: e068 + voted: false +people-carry-box: + aliases: + names: + - people-carry + unicodes: + secondary: + - 10f4ce + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: People Carry Box + search: + terms: + - users-people + unicode: f4ce + voted: false +people-group: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: People Group + search: + terms: + - family + - group + - team + unicode: e533 + voted: false +people-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: People Line + search: + terms: + - group + - need + unicode: e534 + voted: false +people-pulling: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: People Pulling + search: + terms: + - forced return + - yanking + unicode: e535 + voted: false +people-robbery: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: People Robbery + search: + terms: + - criminal + - hands up + - looting + - robbery + - steal + unicode: e536 + voted: false +people-roof: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: People Roof + search: + terms: + - family + - group + - manage + - people + - safe + - shelter + unicode: e537 + voted: false +pepper-hot: + aliases: + unicodes: + composite: + - 1f336 + secondary: + - 10f816 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pepper Hot + search: + terms: + - buffalo wings + - capsicum + - chili + - chilli + - habanero + - hot + - hot pepper + - jalapeno + - mexican + - pepper + - spicy + - tabasco + - vegetable + unicode: f816 + voted: true +perbyte: + changes: + - 5.15.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: PerByte + search: + terms: [] + unicode: e083 + voted: false +percent: + aliases: + names: + - percentage + unicodes: + composite: + - f295 + - f541 + primary: + - f295 + - f541 + secondary: + - '1025' + - 10f295 + - 10f541 + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Percent + search: + terms: + - Percent Sign + - discount + - fraction + - proportion + - rate + - ratio + unicode: '25' + voted: true +periscope: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Periscope + search: + terms: [] + unicode: f3da + voted: false +person: + aliases: + names: + - male + unicodes: + composite: + - 1f9cd + secondary: + - 10f183 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person + search: + terms: + - man + - person standing + - stand + - standing + - woman + unicode: f183 + voted: false +person-arrow-down-to-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Arrow Down To Line + search: + terms: + - ground + - indigenous + - native + unicode: e538 + voted: false +person-arrow-up-from-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Arrow Up From Line + search: + terms: + - population + - rise + unicode: e539 + voted: false +person-biking: + aliases: + names: + - biking + unicodes: + composite: + - 1f6b4 + secondary: + - 10f84a + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Biking + search: + terms: + - bicycle + - bike + - biking + - cyclist + - pedal + - person biking + - summer + - wheel + unicode: f84a + voted: false +person-booth: + aliases: + unicodes: + secondary: + - 10f756 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Booth + search: + terms: + - changing room + - curtain + - vote + - voting + unicode: f756 + voted: false +person-breastfeeding: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Breastfeeding + search: + terms: + - baby + - child + - infant + - mother + - nutrition + - sustenance + unicode: e53a + voted: false +person-burst: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Burst + search: + terms: + - abuse + - accident + - crash + - explode + - violence + unicode: e53b + voted: false +person-cane: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Cane + search: + terms: + - aging + - cane + - elderly + - old + - staff + unicode: e53c + voted: false +person-chalkboard: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Chalkboard + search: + terms: + - blackboard + - instructor + - keynote + - lesson + - presentation + - teacher + unicode: e53d + voted: false +person-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Circle Check + search: + terms: + - approved + - not affected + - ok + - okay + unicode: e53e + voted: false +person-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Circle Exclamation + search: + terms: + - affected + - alert + - lost + - missing + unicode: e53f + voted: false +person-circle-minus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Circle Minus + search: + terms: + - delete + - remove + unicode: e540 + voted: false +person-circle-plus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Circle Plus + search: + terms: + - add + - found + unicode: e541 + voted: false +person-circle-question: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Circle Question + search: + terms: + - lost + - missing + unicode: e542 + voted: false +person-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Circle Xmark + search: + terms: + - dead + - removed + unicode: e543 + voted: false +person-digging: + aliases: + names: + - digging + unicodes: + secondary: + - 10f85e + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Digging + search: + terms: + - bury + - construction + - debris + - dig + - men at work + unicode: f85e + voted: false +person-dots-from-line: + aliases: + names: + - diagnoses + unicodes: + secondary: + - 10f470 + changes: + - 5.0.7 + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Dots From Line + search: + terms: + - allergy + - diagnosis + unicode: f470 + voted: false +person-dress: + aliases: + names: + - female + unicodes: + secondary: + - 10f182 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Dress + search: + terms: + - man + - skirt + - woman + unicode: f182 + voted: false +person-dress-burst: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Dress Burst + search: + terms: + - abuse + - accident + - crash + - explode + - violence + unicode: e544 + voted: false +person-drowning: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Drowning + search: + terms: + - drown + - emergency + - swim + unicode: e545 + voted: false +person-falling: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Falling + search: + terms: + - accident + - fall + - trip + unicode: e546 + voted: false +person-falling-burst: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Falling Burst + search: + terms: + - accident + - crash + - death + - fall + - homicide + - murder + unicode: e547 + voted: false +person-half-dress: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Half Dress + search: + terms: + - gender + - man + - restroom + - transgender + - woman + unicode: e548 + voted: false +person-harassing: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Harassing + search: + terms: + - abuse + - scream + - shame + - shout + - yell + unicode: e549 + voted: false +person-hiking: + aliases: + names: + - hiking + unicodes: + secondary: + - 10f6ec + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Hiking + search: + terms: + - autumn + - fall + - hike + - mountain + - outdoors + - summer + - walk + unicode: f6ec + voted: false +person-military-pointing: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Military Pointing + search: + terms: + - army + - customs + - guard + unicode: e54a + voted: false +person-military-rifle: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Military Rifle + search: + terms: + - armed forces + - army + - military + - rifle + - war + unicode: e54b + voted: false +person-military-to-person: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Military To Person + search: + terms: + - civilian + - coordination + - military + unicode: e54c + voted: false +person-praying: + aliases: + names: + - pray + unicodes: + composite: + - 1f6d0 + secondary: + - 10f683 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Praying + search: + terms: + - kneel + - place of worship + - religion + - thank + - worship + unicode: f683 + voted: false +person-pregnant: + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Pregnant + search: + terms: + - baby + - birth + - child + - pregnant + - pregnant woman + - woman + unicode: e31e + voted: false +person-rays: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Rays + search: + terms: + - affected + - focus + - shine + unicode: e54d + voted: false +person-rifle: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Rifle + search: + terms: + - army + - combatant + - gun + - military + - rifle + - war + unicode: e54e + voted: false +person-running: + aliases: + names: + - running + unicodes: + composite: + - 1f3c3 + secondary: + - 10f70c + changes: + - 5.4.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Running + search: + terms: + - exit + - flee + - marathon + - person running + - race + - running + unicode: f70c + voted: true +person-shelter: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Shelter + search: + terms: + - house + - inside + - roof + - safe + - safety + - shelter + unicode: e54f + voted: false +person-skating: + aliases: + names: + - skating + unicodes: + secondary: + - 10f7c5 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Skating + search: + terms: + - figure skating + - ice + - olympics + - rink + - skate + - winter + unicode: f7c5 + voted: false +person-skiing: + aliases: + names: + - skiing + unicodes: + composite: + - 26f7 + secondary: + - 10f7c9 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Skiing + search: + terms: + - downhill + - olympics + - ski + - skier + - snow + - winter + unicode: f7c9 + voted: false +person-skiing-nordic: + aliases: + names: + - skiing-nordic + unicodes: + secondary: + - 10f7ca + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Skiing Nordic + search: + terms: + - cross country + - olympics + - winter + unicode: f7ca + voted: false +person-snowboarding: + aliases: + names: + - snowboarding + unicodes: + composite: + - 1f3c2 + secondary: + - 10f7ce + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Snowboarding + search: + terms: + - olympics + - ski + - snow + - snowboard + - snowboarder + - winter + unicode: f7ce + voted: false +person-swimming: + aliases: + names: + - swimmer + unicodes: + composite: + - 1f3ca + secondary: + - 10f5c4 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Swimming + search: + terms: + - ocean + - person swimming + - pool + - sea + - swim + - water + unicode: f5c4 + voted: false +person-through-window: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Through Window + search: + terms: + - door + - exit + - forced entry + - leave + - robbery + - steal + - window + unicode: e5a9 + voted: false +person-walking: + aliases: + names: + - walking + unicodes: + composite: + - 1f6b6 + secondary: + - 10f554 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Walking + search: + terms: + - crosswalk + - exercise + - hike + - move + - person walking + - walk + - walking + unicode: f554 + voted: true +person-walking-arrow-loop-left: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Walking Arrow Loop Left + search: + terms: + - population return + - return + unicode: e551 + voted: false +person-walking-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Walking Arrow Right + search: + terms: + - exit + - internally displaced + - leave + - refugee + unicode: e552 + voted: false +person-walking-dashed-line-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Walking Dashed Line Arrow Right + search: + terms: + - exit + - refugee + unicode: e553 + voted: false +person-walking-luggage: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Walking Luggage + search: + terms: + - bag + - baggage + - briefcase + - carry-on + - deployment + - rolling + unicode: e554 + voted: false +person-walking-with-cane: + aliases: + names: + - blind + unicodes: + secondary: + - 10f29d + changes: + - 4.6.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Person Walking With Cane + search: + terms: + - blind + - cane + unicode: f29d + voted: false +peseta-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Peseta Sign + search: + terms: + - Peseta Sign + - currency + unicode: e221 + voted: false +peso-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Peso Sign + search: + terms: + - Peso Sign + - currency + unicode: e222 + voted: false +phabricator: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Phabricator + search: + terms: [] + unicode: f3db + voted: false +phoenix-framework: + changes: + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Phoenix Framework + search: + terms: [] + unicode: f3dc + voted: false +phoenix-squadron: + changes: + - 5.0.12 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Phoenix Squadron + search: + terms: [] + unicode: f511 + voted: false +phone: + aliases: + unicodes: + composite: + - 1f4de + - 1f57b + secondary: + - 10f095 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Phone + search: + terms: + - Left Hand Telephone Receiver + - call + - earphone + - number + - phone + - receiver + - support + - telephone + - telephone receiver + - voice + unicode: f095 + voted: false +phone-flip: + aliases: + names: + - phone-alt + unicodes: + composite: + - 1f57d + secondary: + - 10f879 + changes: + - 5.9.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Phone Flip + search: + terms: + - Right Hand Telephone Receiver + - call + - earphone + - number + - support + - telephone + - voice + unicode: f879 + voted: false +phone-slash: + aliases: + unicodes: + secondary: + - 10f3dd + changes: + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Phone Slash + search: + terms: + - call + - cancel + - earphone + - mute + - number + - support + - telephone + - voice + unicode: f3dd + voted: false +phone-volume: + aliases: + names: + - volume-control-phone + unicodes: + secondary: + - 10f2a0 + changes: + - 4.6.0 + - 5.0.0 + - 5.0.3 + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Phone Volume + search: + terms: + - call + - earphone + - number + - sound + - support + - telephone + - voice + - volume-control-phone + unicode: f2a0 + voted: false +photo-film: + aliases: + names: + - photo-video + unicodes: + secondary: + - 10f87c + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Photo Film + search: + terms: + - av + - film + - image + - library + - media + unicode: f87c + voted: false +php: + changes: + - 5.0.5 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: PHP + search: + terms: [] + unicode: f457 + voted: true +pied-piper: + changes: + - 4.6.0 + - 5.0.0 + - 5.0.10 + - 5.12.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Pied Piper Logo + search: + terms: [] + unicode: f2ae + voted: false +pied-piper-alt: + changes: + - 4.1.0 + - 5.0.0 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Alternate Pied Piper Logo (Old) + search: + terms: [] + unicode: f1a8 + voted: false +pied-piper-hat: + changes: + - 5.0.10 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Pied Piper Hat (Old) + search: + terms: + - clothing + unicode: f4e5 + voted: false +pied-piper-pp: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Pied Piper PP Logo (Old) + search: + terms: [] + unicode: f1a7 + voted: false +piggy-bank: + aliases: + unicodes: + secondary: + - 10f4d3 + changes: + - 5.0.9 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Piggy Bank + search: + terms: + - bank + - save + - savings + unicode: f4d3 + voted: false +pills: + aliases: + unicodes: + secondary: + - 10f484 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pills + search: + terms: + - drugs + - medicine + - prescription + - tablets + unicode: f484 + voted: false +pinterest: + changes: + - 2.0.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Pinterest + search: + terms: [] + unicode: f0d2 + voted: false +pinterest-p: + changes: + - 4.3.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Pinterest P + search: + terms: [] + unicode: f231 + voted: false +pix: + changes: + - 6.0.0-beta2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Pix + search: + terms: [] + unicode: e43a + voted: true +pizza-slice: + aliases: + unicodes: + secondary: + - 10f818 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pizza Slice + search: + terms: + - cheese + - chicago + - italian + - mozzarella + - new york + - pepperoni + - pie + - slice + - teenage mutant ninja turtles + - tomato + unicode: f818 + voted: true +place-of-worship: + aliases: + unicodes: + secondary: + - 10f67f + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Place Of Worship + search: + terms: + - building + - church + - holy + - mosque + - synagogue + unicode: f67f + voted: false +plane: + aliases: + unicodes: + secondary: + - 10f072 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plane + search: + terms: + - airplane + - airport + - destination + - fly + - location + - mode + - travel + - trip + unicode: f072 + voted: false +plane-arrival: + aliases: + unicodes: + composite: + - 1f6ec + secondary: + - 10f5af + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plane Arrival + search: + terms: + - aeroplane + - airplane + - airplane arrival + - airport + - arrivals + - arriving + - destination + - fly + - land + - landing + - location + - mode + - travel + - trip + unicode: f5af + voted: false +plane-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plane Circle Check + search: + terms: + - airplane + - airport + - flight + - fly + - not affected + - ok + - okay + - travel + unicode: e555 + voted: false +plane-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plane Circle Exclamation + search: + terms: + - affected + - airplane + - airport + - flight + - fly + - travel + unicode: e556 + voted: false +plane-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plane Circle Xmark + search: + terms: + - airplane + - airport + - destroy + - flight + - fly + - travel + unicode: e557 + voted: false +plane-departure: + aliases: + unicodes: + composite: + - 1f6eb + secondary: + - 10f5b0 + changes: + - 5.1.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plane Departure + search: + terms: + - aeroplane + - airplane + - airplane departure + - airport + - check-in + - departing + - departure + - departures + - destination + - fly + - location + - mode + - take off + - taking off + - travel + - trip + unicode: f5b0 + voted: false +plane-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plane Lock + search: + terms: + - airplane + - airport + - closed + - flight + - fly + - lockdown + - quarantine + - travel + unicode: e558 + voted: false +plane-slash: + aliases: + unicodes: + secondary: + - '10e069' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plane Slash + search: + terms: + - airplane mode + - airport + - canceled + - covid-19 + - delayed + - grounded + - travel + unicode: e069 + voted: false +plane-up: + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plane Up + search: + terms: + - airplane + - airport + - internet + - signal + - sky + - wifi + - wireless + unicode: e22d + voted: false +plant-wilt: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plant Wilt + search: + terms: + - drought + - planting + - vegetation + - wilt + unicode: e5aa + voted: false +plate-wheat: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plate Wheat + search: + terms: + - bowl + - hunger + - rations + - wheat + unicode: e55a + voted: false +play: + aliases: + unicodes: + composite: + - 25b6 + secondary: + - 10f04b + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Play + search: + terms: + - arrow + - audio + - music + - play + - play button + - playing + - right + - sound + - start + - triangle + - video + unicode: f04b + voted: false +playstation: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: PlayStation + search: + terms: [] + unicode: f3df + voted: false +plug: + aliases: + unicodes: + composite: + - 1f50c + secondary: + - 10f1e6 + changes: + - 4.2.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plug + search: + terms: + - connect + - electric + - electric plug + - electricity + - online + - plug + - power + unicode: f1e6 + voted: false +plug-circle-bolt: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plug Circle Bolt + search: + terms: + - electric + - electricity + - plug + - power + unicode: e55b + voted: false +plug-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plug Circle Check + search: + terms: + - electric + - electricity + - not affected + - ok + - okay + - plug + - power + unicode: e55c + voted: false +plug-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plug Circle Exclamation + search: + terms: + - affected + - electric + - electricity + - plug + - power + unicode: e55d + voted: false +plug-circle-minus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plug Circle Minus + search: + terms: + - electric + - electricity + - plug + - power + unicode: e55e + voted: false +plug-circle-plus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plug Circle Plus + search: + terms: + - electric + - electricity + - plug + - power + unicode: e55f + voted: false +plug-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plug Circle Xmark + search: + terms: + - destroy + - electric + - electricity + - outage + - plug + - power + unicode: e560 + voted: false +plus: + aliases: + names: + - add + unicodes: + composite: + - '2795' + - f067 + primary: + - f067 + secondary: + - 102b + - 10f067 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plus + search: + terms: + - + + - Plus Sign + - add + - create + - expand + - math + - new + - plus + - positive + - shape + - sign + unicode: 2b + voted: false +plus-minus: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Plus Minus + search: + terms: + - Plus-Minus Sign + - add + - math + - subtract + unicode: e43c + voted: false +podcast: + aliases: + unicodes: + secondary: + - 10f2ce + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Podcast + search: + terms: + - audio + - broadcast + - music + - sound + unicode: f2ce + voted: false +poo: + aliases: + unicodes: + composite: + - 1f4a9 + secondary: + - 10f2fe + changes: + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Poo + search: + terms: + - crap + - dung + - face + - monster + - pile of poo + - poo + - poop + - shit + - smile + - turd + unicode: f2fe + voted: false +poo-storm: + aliases: + names: + - poo-bolt + unicodes: + secondary: + - 10f75a + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Poo Storm + search: + terms: + - bolt + - cloud + - euphemism + - lightning + - mess + - poop + - shit + - turd + unicode: f75a + voted: false +poop: + aliases: + unicodes: + secondary: + - 10f619 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Poop + search: + terms: + - crap + - poop + - shit + - smile + - turd + unicode: f619 + voted: false +power-off: + aliases: + unicodes: + composite: + - 23fb + secondary: + - 10f011 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Power Off + search: + terms: + - Power Symbol + - cancel + - computer + - 'on' + - reboot + - restart + unicode: f011 + voted: false +prescription: + aliases: + unicodes: + secondary: + - 10f5b1 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Prescription + search: + terms: + - drugs + - medical + - medicine + - pharmacy + - rx + unicode: f5b1 + voted: false +prescription-bottle: + aliases: + unicodes: + secondary: + - 10f485 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Prescription Bottle + search: + terms: + - drugs + - medical + - medicine + - pharmacy + - rx + unicode: f485 + voted: false +prescription-bottle-medical: + aliases: + names: + - prescription-bottle-alt + unicodes: + secondary: + - 10f486 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Prescription Bottle Medical + search: + terms: + - drugs + - medical + - medicine + - pharmacy + - rx + unicode: f486 + voted: false +print: + aliases: + unicodes: + composite: + - 1f5a8 + - 1f5b6 + - '2399' + secondary: + - 10f02f + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Print + search: + terms: + - Print Screen Symbol + - Printer Icon + - business + - computer + - copy + - document + - office + - paper + - printer + unicode: f02f + voted: false +product-hunt: + changes: + - 4.5.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Product Hunt + search: + terms: [] + unicode: f288 + voted: false +pump-medical: + aliases: + unicodes: + secondary: + - 10e06a + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pump Medical + search: + terms: + - anti-bacterial + - clean + - covid-19 + - disinfect + - hygiene + - medical grade + - sanitizer + - soap + unicode: e06a + voted: false +pump-soap: + aliases: + unicodes: + secondary: + - 10e06b + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Pump Soap + search: + terms: + - anti-bacterial + - clean + - covid-19 + - disinfect + - hygiene + - sanitizer + - soap + unicode: e06b + voted: false +pushed: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Pushed + search: + terms: [] + unicode: f3e1 + voted: false +puzzle-piece: + aliases: + unicodes: + composite: + - 1f9e9 + secondary: + - 10f12e + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Puzzle Piece + search: + terms: + - add-on + - addon + - clue + - game + - interlocking + - jigsaw + - piece + - puzzle + - puzzle piece + - section + unicode: f12e + voted: false +python: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Python + search: + terms: [] + unicode: f3e2 + voted: false +q: + aliases: + unicodes: + composite: + - '71' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Q + search: + terms: + - Latin Capital Letter Q + - Latin Small Letter Q + - letter + unicode: '51' + voted: false +qq: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: QQ + search: + terms: [] + unicode: f1d6 + voted: false +qrcode: + aliases: + unicodes: + secondary: + - 10f029 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Qrcode + search: + terms: + - barcode + - info + - information + - scan + unicode: f029 + voted: false +question: + aliases: + unicodes: + composite: + - '2753' + - '2754' + - f128 + primary: + - f128 + secondary: + - 103f + - 10f128 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Question + search: + terms: + - '?' + - Question Mark + - help + - information + - mark + - outlined + - punctuation + - question + - red question mark + - support + - unknown + - white question mark + unicode: 3f + voted: false +quinscape: + changes: + - 5.0.5 + - 5.7.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: QuinScape + search: + terms: [] + unicode: f459 + voted: false +quora: + changes: + - 4.7.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Quora + search: + terms: [] + unicode: f2c4 + voted: false +quote-left: + aliases: + names: + - quote-left-alt + unicodes: + composite: + - 201c + secondary: + - 10f10d + changes: + - 3.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Quote Left + search: + terms: + - Left Double Quotation Mark + - mention + - note + - phrase + - text + - type + unicode: f10d + voted: false +quote-right: + aliases: + names: + - quote-right-alt + unicodes: + composite: + - 201d + secondary: + - 10f10e + changes: + - 3.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Quote Right + search: + terms: + - Right Double Quotation Mark + - mention + - note + - phrase + - text + - type + unicode: f10e + voted: false +r: + aliases: + unicodes: + composite: + - '72' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: R + search: + terms: + - Latin Capital Letter R + - Latin Small Letter R + - letter + unicode: '52' + voted: false +r-project: + changes: + - 5.0.11 + - 5.0.12 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: R Project + search: + terms: [] + unicode: f4f7 + voted: true +radiation: + aliases: + unicodes: + secondary: + - 10f7b9 + changes: + - 5.6.0 + - 5.8.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Radiation + search: + terms: + - danger + - dangerous + - deadly + - hazard + - nuclear + - radioactive + - warning + unicode: f7b9 + voted: true +radio: + aliases: + unicodes: + composite: + - 1f4fb + secondary: + - 10f8d7 + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Radio + search: + terms: + - am + - broadcast + - fm + - frequency + - music + - news + - radio + - receiver + - transmitter + - tuner + - video + unicode: f8d7 + voted: false +rainbow: + aliases: + unicodes: + composite: + - 1f308 + secondary: + - 10f75b + changes: + - 5.5.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Rainbow + search: + terms: + - gold + - leprechaun + - prism + - rain + - rainbow + - sky + unicode: f75b + voted: false +ranking-star: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ranking Star + search: + terms: + - chart + - first place + - podium + - rank + - win + unicode: e561 + voted: false +raspberry-pi: + changes: + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Raspberry Pi + search: + terms: [] + unicode: f7bb + voted: true +ravelry: + changes: + - 4.7.0 + - 5.0.0 + - 5.15.1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Ravelry + search: + terms: [] + unicode: f2d9 + voted: false +react: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: React + search: + terms: [] + unicode: f41b + voted: false +reacteurope: + changes: + - 5.5.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: ReactEurope + search: + terms: [] + unicode: f75d + voted: false +readme: + changes: + - 5.0.9 + - 5.0.10 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: ReadMe + search: + terms: [] + unicode: f4d5 + voted: false +rebel: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Rebel Alliance + search: + terms: [] + unicode: f1d0 + voted: false +receipt: + aliases: + unicodes: + composite: + - 1f9fe + secondary: + - 10f543 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Receipt + search: + terms: + - accounting + - bookkeeping + - check + - evidence + - invoice + - money + - pay + - proof + - receipt + - table + unicode: f543 + voted: true +record-vinyl: + aliases: + unicodes: + secondary: + - 10f8d9 + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Record Vinyl + search: + terms: + - LP + - album + - analog + - music + - phonograph + - sound + unicode: f8d9 + voted: false +rectangle-ad: + aliases: + names: + - ad + unicodes: + secondary: + - 10f641 + changes: + - 5.3.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Rectangle Ad + search: + terms: + - advertisement + - media + - newspaper + - promotion + - publicity + unicode: f641 + voted: false +rectangle-list: + aliases: + names: + - list-alt + unicodes: + secondary: + - 10f022 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Rectangle List + search: + terms: + - checklist + - completed + - done + - finished + - ol + - todo + - ul + unicode: f022 + voted: false +rectangle-xmark: + aliases: + names: + - rectangle-times + - times-rectangle + - window-close + unicodes: + composite: + - f2d4 + secondary: + - 10f410 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Rectangle Xmark + search: + terms: + - browser + - cancel + - computer + - development + unicode: f410 + voted: false +recycle: + aliases: + unicodes: + composite: + - '2672' + - 267a + - 267b + secondary: + - 10f1b8 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Recycle + search: + terms: + - Recycling Symbol For Generic Materials + - Universal Recycling Symbol + - Waste + - compost + - garbage + - recycle + - recycling symbol + - reuse + - trash + unicode: f1b8 + voted: false +red-river: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: red river + search: + terms: [] + unicode: f3e3 + voted: false +reddit: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: reddit Logo + search: + terms: [] + unicode: f1a1 + voted: false +reddit-alien: + changes: + - 4.5.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: reddit Alien + search: + terms: [] + unicode: f281 + voted: false +redhat: + changes: + - 5.6.0 + - 5.8.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Redhat + search: + terms: + - linux + - operating system + - os + unicode: f7bc + voted: true +registered: + aliases: + unicodes: + composite: + - ae + secondary: + - 10f25d + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Registered + search: + terms: + - copyright + - mark + - r + - registered + - trademark + unicode: f25d + voted: false +renren: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Renren + search: + terms: [] + unicode: f18b + voted: false +repeat: + aliases: + unicodes: + composite: + - 1f501 + secondary: + - 10f363 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Repeat + search: + terms: + - arrow + - clockwise + - flip + - reload + - repeat + - repeat button + - rewind + - switch + unicode: f363 + voted: false +reply: + aliases: + names: + - mail-reply + unicodes: + composite: + - f112 + secondary: + - 10f3e5 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Reply + search: + terms: + - mail + - message + - respond + unicode: f3e5 + voted: false +reply-all: + aliases: + names: + - mail-reply-all + unicodes: + secondary: + - 10f122 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Reply All + search: + terms: + - mail + - message + - respond + unicode: f122 + voted: false +replyd: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: replyd + search: + terms: [] + unicode: f3e6 + voted: false +republican: + aliases: + unicodes: + secondary: + - 10f75e + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Republican + search: + terms: + - american + - conservative + - election + - elephant + - politics + - republican party + - right + - right-wing + - usa + unicode: f75e + voted: false +researchgate: + changes: + - 5.0.11 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Researchgate + search: + terms: [] + unicode: f4f8 + voted: true +resolving: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Resolving + search: + terms: [] + unicode: f3e7 + voted: false +restroom: + aliases: + unicodes: + secondary: + - 10f7bd + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Restroom + search: + terms: + - bathroom + - toilet + - water closet + - wc + unicode: f7bd + voted: true +retweet: + aliases: + unicodes: + secondary: + - 10f079 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Retweet + search: + terms: + - refresh + - reload + - share + - swap + unicode: f079 + voted: false +rev: + changes: + - 5.1.0 + - 5.1.1 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Rev.io + search: + terms: [] + unicode: f5b2 + voted: false +ribbon: + aliases: + unicodes: + composite: + - 1f397 + secondary: + - 10f4d6 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ribbon + search: + terms: + - badge + - cause + - celebration + - lapel + - pin + - reminder + - reminder ribbon + - ribbon + unicode: f4d6 + voted: false +right-from-bracket: + aliases: + names: + - sign-out-alt + unicodes: + secondary: + - 10f2f5 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Right From Bracket + search: + terms: + - arrow + - exit + - leave + - log out + - logout + - sign-out + unicode: f2f5 + voted: false +right-left: + aliases: + names: + - exchange-alt + unicodes: + secondary: + - 10f362 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Right Left + search: + terms: + - arrow + - arrows + - exchange + - reciprocate + - return + - swap + - transfer + unicode: f362 + voted: false +right-long: + aliases: + names: + - long-arrow-alt-right + unicodes: + secondary: + - 10f30b + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Right Long + search: + terms: + - forward + - long-arrow-right + - next + unicode: f30b + voted: false +right-to-bracket: + aliases: + names: + - sign-in-alt + unicodes: + secondary: + - 10f2f6 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Right To Bracket + search: + terms: + - arrow + - enter + - join + - log in + - login + - sign in + - sign up + - sign-in + - signin + - signup + unicode: f2f6 + voted: false +ring: + aliases: + unicodes: + secondary: + - 10f70b + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ring + search: + terms: + - Dungeons & Dragons + - Gollum + - band + - binding + - d&d + - dnd + - engagement + - fantasy + - gold + - jewelry + - marriage + - precious + unicode: f70b + voted: false +road: + aliases: + unicodes: + composite: + - 1f6e3 + secondary: + - 10f018 + changes: + - 1.0.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Road + search: + terms: + - highway + - map + - motorway + - pavement + - road + - route + - street + - travel + unicode: f018 + voted: false +road-barrier: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Road Barrier + search: + terms: + - block + - border + - no entry + - roadblock + unicode: e562 + voted: false +road-bridge: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Road Bridge + search: + terms: + - bridge + - infrastructure + - road + - travel + unicode: e563 + voted: false +road-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Road Circle Check + search: + terms: + - freeway + - highway + - not affected + - ok + - okay + - pavement + - road + unicode: e564 + voted: false +road-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Road Circle Exclamation + search: + terms: + - affected + - freeway + - highway + - pavement + - road + unicode: e565 + voted: false +road-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Road Circle Xmark + search: + terms: + - destroy + - freeway + - highway + - pavement + - road + unicode: e566 + voted: false +road-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Road Lock + search: + terms: + - closed + - freeway + - highway + - lockdown + - pavement + - quarantine + - road + unicode: e567 + voted: false +road-spikes: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Road Spikes + search: + terms: + - barrier + - roadblock + - spikes + unicode: e568 + voted: false +robot: + aliases: + unicodes: + composite: + - 1f916 + secondary: + - 10f544 + changes: + - 5.0.13 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Robot + search: + terms: + - android + - automate + - computer + - cyborg + - face + - monster + - robot + unicode: f544 + voted: true +rocket: + aliases: + unicodes: + secondary: + - 10f135 + changes: + - 3.1.0 + - 5.0.0 + - 5.7.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Rocket + search: + terms: + - aircraft + - app + - jet + - launch + - nasa + - space + unicode: f135 + voted: false +rocketchat: + changes: + - 5.0.0 + - 5.4.2 + - 5.8.0 + - 5.15.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Rocket.Chat + search: + terms: [] + unicode: f3e8 + voted: false +rockrms: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Rockrms + search: + terms: [] + unicode: f3e9 + voted: false +rotate: + aliases: + names: + - sync-alt + unicodes: + composite: + - 1f504 + secondary: + - 10f2f1 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Rotate + search: + terms: + - anticlockwise + - arrow + - counterclockwise + - counterclockwise arrows button + - exchange + - refresh + - reload + - rotate + - swap + - withershins + unicode: f2f1 + voted: false +rotate-left: + aliases: + names: + - rotate-back + - rotate-backward + - undo-alt + unicodes: + secondary: + - 10f2ea + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Rotate Left + search: + terms: + - back + - control z + - exchange + - oops + - return + - swap + unicode: f2ea + voted: false +rotate-right: + aliases: + names: + - redo-alt + - rotate-forward + unicodes: + secondary: + - 10f2f9 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Rotate Right + search: + terms: + - forward + - refresh + - reload + - repeat + unicode: f2f9 + voted: false +route: + aliases: + unicodes: + secondary: + - 10f4d7 + changes: + - 5.0.9 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Route + search: + terms: + - directions + - navigation + - travel + unicode: f4d7 + voted: false +rss: + aliases: + names: + - feed + unicodes: + secondary: + - 10f09e + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Rss + search: + terms: + - blog + - feed + - journal + - news + - writing + unicode: f09e + voted: false +ruble-sign: + aliases: + names: + - rouble + - rub + - ruble + unicodes: + composite: + - 20bd + secondary: + - 10f158 + changes: + - 4.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ruble Sign + search: + terms: + - Ruble Sign + - currency + unicode: f158 + voted: false +rug: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Rug + search: + terms: + - blanket + - carpet + - rug + - textile + unicode: e569 + voted: false +ruler: + aliases: + unicodes: + composite: + - 1f4cf + secondary: + - 10f545 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ruler + search: + terms: + - design + - draft + - length + - measure + - planning + - ruler + - straight edge + - straight ruler + unicode: f545 + voted: true +ruler-combined: + aliases: + unicodes: + secondary: + - 10f546 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ruler Combined + search: + terms: + - design + - draft + - length + - measure + - planning + unicode: f546 + voted: true +ruler-horizontal: + aliases: + unicodes: + secondary: + - 10f547 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ruler Horizontal + search: + terms: + - design + - draft + - length + - measure + - planning + unicode: f547 + voted: true +ruler-vertical: + aliases: + unicodes: + secondary: + - 10f548 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ruler Vertical + search: + terms: + - design + - draft + - length + - measure + - planning + unicode: f548 + voted: true +rupee-sign: + aliases: + names: + - rupee + unicodes: + composite: + - 20a8 + secondary: + - 10f156 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Rupee Sign + search: + terms: + - Rupee Sign + - currency + unicode: f156 + voted: false +rupiah-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Rupiah Sign + search: + terms: + - currency + unicode: e23d + voted: false +rust: + changes: + - 5.13.1 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Rust + search: + terms: [] + unicode: e07a + voted: true +s: + aliases: + unicodes: + composite: + - '73' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: S + search: + terms: + - Latin Capital Letter S + - Latin Small Letter S + - letter + unicode: '53' + voted: false +sack-dollar: + aliases: + unicodes: + composite: + - 1f4b0 + secondary: + - 10f81d + changes: + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sack Dollar + search: + terms: + - bag + - burlap + - cash + - dollar + - money + - money bag + - moneybag + - robber + - santa + - usd + unicode: f81d + voted: true +sack-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sack Xmark + search: + terms: + - bag + - burlap + - rations + unicode: e56a + voted: false +safari: + changes: + - 4.4.0 + - 5.0.0 + - 5.12.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Safari + search: + terms: + - browser + unicode: f267 + voted: false +sailboat: + changes: + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sailboat + search: + terms: + - dinghy + - mast + - sailboat + - sailing + - yacht + unicode: e445 + voted: false +salesforce: + changes: + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Salesforce + search: + terms: [] + unicode: f83b + voted: false +sass: + changes: + - 5.0.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Sass + search: + terms: [] + unicode: f41e + voted: false +satellite: + aliases: + unicodes: + composite: + - 1f6f0 + secondary: + - 10f7bf + changes: + - 5.6.0 + - 5.10.1 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Satellite + search: + terms: + - communications + - hardware + - orbit + - satellite + - space + unicode: f7bf + voted: true +satellite-dish: + aliases: + unicodes: + composite: + - 1f4e1 + secondary: + - 10f7c0 + changes: + - 5.6.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Satellite Dish + search: + terms: + - SETI + - antenna + - communications + - dish + - hardware + - radar + - receiver + - satellite + - satellite antenna + - saucer + - signal + - space + unicode: f7c0 + voted: true +scale-balanced: + aliases: + names: + - balance-scale + unicodes: + composite: + - '2696' + secondary: + - 10f24e + changes: + - 4.4.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Scale Balanced + search: + terms: + - Libra + - balance + - balance scale + - balanced + - justice + - law + - legal + - measure + - rule + - scale + - weight + - zodiac + unicode: f24e + voted: false +scale-unbalanced: + aliases: + names: + - balance-scale-left + unicodes: + secondary: + - 10f515 + changes: + - 5.0.13 + - 5.9.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Scale Unbalanced + search: + terms: + - justice + - legal + - measure + - unbalanced + - weight + unicode: f515 + voted: true +scale-unbalanced-flip: + aliases: + names: + - balance-scale-right + unicodes: + secondary: + - 10f516 + changes: + - 5.0.13 + - 5.9.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Scale Unbalanced Flip + search: + terms: + - justice + - legal + - measure + - unbalanced + - weight + unicode: f516 + voted: true +schlix: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: SCHLIX + search: + terms: [] + unicode: f3ea + voted: false +school: + aliases: + unicodes: + composite: + - 1f3eb + secondary: + - 10f549 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: School + search: + terms: + - building + - education + - learn + - school + - student + - teacher + unicode: f549 + voted: true +school-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: School Circle Check + search: + terms: + - not affected + - ok + - okay + - schoolhouse + unicode: e56b + voted: false +school-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: School Circle Exclamation + search: + terms: + - affected + - schoolhouse + unicode: e56c + voted: false +school-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: School Circle Xmark + search: + terms: + - destroy + - schoolhouse + unicode: e56d + voted: false +school-flag: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: School Flag + search: + terms: + - educate + - flag + - school + - schoolhouse + unicode: e56e + voted: false +school-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: School Lock + search: + terms: + - closed + - lockdown + - quarantine + - schoolhouse + unicode: e56f + voted: false +scissors: + aliases: + names: + - cut + unicodes: + composite: + - '2700' + - '2702' + - '2704' + secondary: + - 10f0c4 + changes: + - 2.0.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Scissors + search: + terms: + - Black Safety Scissors + - White Scissors + - clip + - cutting + - scissors + - snip + - tool + unicode: f0c4 + voted: false +screenpal: + changes: + - 6.1.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Screenpal + search: + terms: [] + unicode: e570 + voted: false +screwdriver: + aliases: + unicodes: + composite: + - 1fa9b + secondary: + - 10f54a + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Screwdriver + search: + terms: + - admin + - fix + - mechanic + - repair + - screw + - screwdriver + - settings + - tool + unicode: f54a + voted: true +screwdriver-wrench: + aliases: + names: + - tools + unicodes: + secondary: + - 10f7d9 + changes: + - 5.6.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Screwdriver Wrench + search: + terms: + - admin + - fix + - repair + - screwdriver + - settings + - tools + - wrench + unicode: f7d9 + voted: true +scribd: + changes: + - 4.5.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Scribd + search: + terms: [] + unicode: f28a + voted: false +scroll: + aliases: + unicodes: + composite: + - 1f4dc + secondary: + - 10f70e + changes: + - 5.4.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Scroll + search: + terms: + - Dungeons & Dragons + - announcement + - d&d + - dnd + - fantasy + - paper + - script + - scroll + unicode: f70e + voted: false +scroll-torah: + aliases: + names: + - torah + unicodes: + secondary: + - 10f6a0 + changes: + - 5.3.0 + - 5.7.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Scroll Torah + search: + terms: + - book + - jewish + - judaism + - religion + - scroll + unicode: f6a0 + voted: false +sd-card: + aliases: + unicodes: + secondary: + - 10f7c2 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sd Card + search: + terms: + - image + - memory + - photo + - save + unicode: f7c2 + voted: true +searchengin: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Searchengin + search: + terms: [] + unicode: f3eb + voted: false +section: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Section + search: + terms: + - Section Sign + - law + - legal + - silcrow + unicode: e447 + voted: true +seedling: + aliases: + names: + - sprout + unicodes: + composite: + - 1f331 + secondary: + - 10f4d8 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Seedling + search: + terms: + - environment + - flora + - grow + - plant + - sapling + - seedling + - vegan + - young + unicode: f4d8 + voted: false +sellcast: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Sellcast + search: + terms: + - eercast + unicode: f2da + voted: false +sellsy: + changes: + - 4.3.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Sellsy + search: + terms: [] + unicode: f213 + voted: false +server: + aliases: + unicodes: + secondary: + - 10f233 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Server + search: + terms: + - computer + - cpu + - database + - hardware + - network + unicode: f233 + voted: false +servicestack: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Servicestack + search: + terms: [] + unicode: f3ec + voted: false +shapes: + aliases: + names: + - triangle-circle-square + unicodes: + secondary: + - 10f61f + changes: + - 5.2.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shapes + search: + terms: + - blocks + - build + - circle + - square + - triangle + unicode: f61f + voted: false +share: + aliases: + names: + - arrow-turn-right + - mail-forward + unicodes: + secondary: + - 10f064 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Share + search: + terms: + - forward + - save + - send + - social + unicode: f064 + voted: false +share-from-square: + aliases: + names: + - share-square + unicodes: + composite: + - f045 + secondary: + - 10f14d + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Share From Square + search: + terms: + - forward + - save + - send + - social + unicode: f14d + voted: false +share-nodes: + aliases: + names: + - share-alt + unicodes: + secondary: + - 10f1e0 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Share Nodes + search: + terms: + - forward + - save + - send + - social + unicode: f1e0 + voted: false +sheet-plastic: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sheet Plastic + search: + terms: + - plastic + - plastic wrap + - protect + - tarp + - tarpaulin + - waterproof + unicode: e571 + voted: false +shekel-sign: + aliases: + names: + - ils + - shekel + - sheqel + - sheqel-sign + unicodes: + composite: + - 20aa + secondary: + - 10f20b + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shekel Sign + search: + terms: + - New Sheqel Sign + - currency + - ils + - money + unicode: f20b + voted: true +shield: + aliases: + names: + - shield-blank + unicodes: + composite: + - 1f6e1 + secondary: + - 10f132 + changes: + - 3.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shield + search: + terms: + - achievement + - armor + - award + - block + - cleric + - defend + - defense + - holy + - paladin + - protect + - safety + - security + - shield + - weapon + - winner + unicode: f132 + voted: false +shield-cat: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shield Cat + search: + terms: + - animal + - feline + - pet + - protect + - safety + - veterinary + unicode: e572 + voted: false +shield-dog: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shield Dog + search: + terms: + - animal + - canine + - pet + - protect + - safety + - veterinary + unicode: e573 + voted: false +shield-halved: + aliases: + names: + - shield-alt + unicodes: + secondary: + - 10f3ed + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shield Halved + search: + terms: + - achievement + - armor + - award + - block + - cleric + - defend + - defense + - holy + - paladin + - security + - shield + - weapon + - winner + unicode: f3ed + voted: false +shield-heart: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shield Heart + search: + terms: + - love + - protect + - safe + - safety + - shield + unicode: e574 + voted: false +shield-virus: + aliases: + unicodes: + secondary: + - 10e06c + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shield Virus + search: + terms: + - antibodies + - barrier + - coronavirus + - covid-19 + - flu + - health + - infection + - pandemic + - protect + - safety + - vaccine + unicode: e06c + voted: false +ship: + aliases: + unicodes: + composite: + - 1f6a2 + secondary: + - 10f21a + changes: + - 4.3.0 + - 5.0.0 + - 5.10.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ship + search: + terms: + - boat + - passenger + - sea + - ship + - water + unicode: f21a + voted: false +shirt: + aliases: + names: + - t-shirt + - tshirt + unicodes: + composite: + - 1f455 + secondary: + - 10f553 + changes: + - 5.0.13 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shirt + search: + terms: + - clothing + - fashion + - garment + - shirt + - short sleeve + - t-shirt + - tshirt + unicode: f553 + voted: true +shirtsinbulk: + changes: + - 4.3.0 + - 5.0.0 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Shirts in Bulk + search: + terms: [] + unicode: f214 + voted: false +shoe-prints: + aliases: + unicodes: + secondary: + - 10f54b + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shoe Prints + search: + terms: + - feet + - footprints + - steps + - walk + unicode: f54b + voted: true +shop: + aliases: + names: + - store-alt + unicodes: + secondary: + - 10f54f + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shop + search: + terms: + - bodega + - building + - buy + - market + - purchase + - shopping + - store + unicode: f54f + voted: true +shop-lock: + changes: + - 6.0.0 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shop Lock + search: + terms: + - bodega + - building + - buy + - closed + - lock + - lockdown + - market + - purchase + - quarantine + - shop + - shopping + - store + unicode: e4a5 + voted: false +shop-slash: + aliases: + names: + - store-alt-slash + unicodes: + secondary: + - '10e070' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shop Slash + search: + terms: + - building + - buy + - closed + - covid-19 + - purchase + - shopping + unicode: e070 + voted: false +shopify: + changes: + - 5.12.1 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Shopify + search: + terms: [] + unicode: e057 + voted: false +shopware: + changes: + - 5.1.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Shopware + search: + terms: [] + unicode: f5b5 + voted: false +shower: + aliases: + unicodes: + composite: + - 1f6bf + secondary: + - 10f2cc + changes: + - 4.7.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shower + search: + terms: + - bath + - clean + - faucet + - shower + - water + unicode: f2cc + voted: false +shrimp: + aliases: + unicodes: + composite: + - 1f990 + changes: + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shrimp + search: + terms: + - allergy + - crustacean + - prawn + - seafood + - shellfish + - shrimp + - tail + unicode: e448 + voted: false +shuffle: + aliases: + names: + - random + unicodes: + composite: + - 1f500 + secondary: + - 10f074 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shuffle + search: + terms: + - arrow + - arrows + - crossed + - shuffle + - shuffle tracks button + - sort + - swap + - switch + - transfer + unicode: f074 + voted: false +shuttle-space: + aliases: + names: + - space-shuttle + unicodes: + secondary: + - 10f197 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Shuttle Space + search: + terms: + - astronaut + - machine + - nasa + - rocket + - space + - transportation + unicode: f197 + voted: false +sign-hanging: + aliases: + names: + - sign + unicodes: + secondary: + - 10f4d9 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sign Hanging + search: + terms: + - directions + - real estate + - signage + - wayfinding + unicode: f4d9 + voted: false +signal: + aliases: + names: + - signal-5 + - signal-perfect + unicodes: + composite: + - 1f4f6 + secondary: + - 10f012 + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Signal + search: + terms: + - antenna + - antenna bars + - bar + - bars + - cell + - graph + - mobile + - online + - phone + - reception + - status + unicode: f012 + voted: false +signature: + aliases: + unicodes: + secondary: + - 10f5b7 + changes: + - 5.1.0 + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Signature + search: + terms: + - John Hancock + - cursive + - name + - writing + unicode: f5b7 + voted: true +signs-post: + aliases: + names: + - map-signs + unicodes: + secondary: + - 10f277 + changes: + - 4.4.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Signs Post + search: + terms: + - directions + - directory + - map + - signage + - wayfinding + unicode: f277 + voted: false +sim-card: + aliases: + unicodes: + secondary: + - 10f7c4 + changes: + - 5.6.0 + - 5.8.2 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sim Card + search: + terms: + - hard drive + - hardware + - portable + - storage + - technology + - tiny + unicode: f7c4 + voted: true +simplybuilt: + changes: + - 4.3.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: SimplyBuilt + search: + terms: [] + unicode: f215 + voted: false +sink: + aliases: + unicodes: + secondary: + - 10e06d + changes: + - 5.13.0 + - 5.13.1 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sink + search: + terms: + - bathroom + - covid-19 + - faucet + - kitchen + - wash + unicode: e06d + voted: false +sistrix: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: SISTRIX + search: + terms: [] + unicode: f3ee + voted: false +sitemap: + aliases: + unicodes: + secondary: + - 10f0e8 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sitemap + search: + terms: + - directory + - hierarchy + - ia + - information architecture + - organization + unicode: f0e8 + voted: false +sith: + changes: + - 5.0.12 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Sith + search: + terms: [] + unicode: f512 + voted: false +sitrox: + changes: + - 6.0.0-beta2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Sitrox + search: + terms: [] + unicode: e44a + voted: false +sketch: + changes: + - 5.6.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Sketch + search: + terms: + - app + - design + - interface + unicode: f7c6 + voted: false +skull: + aliases: + unicodes: + composite: + - 1f480 + secondary: + - 10f54c + changes: + - 5.0.13 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Skull + search: + terms: + - bones + - death + - face + - fairy tale + - monster + - skeleton + - skull + - x-ray + - yorick + unicode: f54c + voted: true +skull-crossbones: + aliases: + unicodes: + composite: + - 1f571 + - '2620' + secondary: + - 10f714 + changes: + - 5.4.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Skull Crossbones + search: + terms: + - Black Skull and Crossbones + - Dungeons & Dragons + - alert + - bones + - crossbones + - d&d + - danger + - dangerous area + - dead + - deadly + - death + - dnd + - face + - fantasy + - halloween + - holiday + - jolly-roger + - monster + - pirate + - poison + - skeleton + - skull + - skull and crossbones + - warning + unicode: f714 + voted: false +skyatlas: + changes: + - 4.3.0 + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: skyatlas + search: + terms: [] + unicode: f216 + voted: false +skype: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Skype + search: + terms: [] + unicode: f17e + voted: false +slack: + aliases: + names: + - slack-hash + unicodes: + composite: + - f3ef + changes: + - 4.1.0 + - 5.0.0 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Slack Logo + search: + terms: + - anchor + - hash + - hashtag + unicode: f198 + voted: false +slash: + aliases: + unicodes: + secondary: + - 10f715 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Slash + search: + terms: + - cancel + - close + - mute + - 'off' + - stop + - x + unicode: f715 + voted: true +sleigh: + aliases: + unicodes: + secondary: + - 10f7cc + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sleigh + search: + terms: + - christmas + - claus + - fly + - holiday + - santa + - sled + - snow + - xmas + unicode: f7cc + voted: false +sliders: + aliases: + names: + - sliders-h + unicodes: + secondary: + - 10f1de + changes: + - 4.1.0 + - 5.0.0 + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sliders + search: + terms: + - adjust + - settings + - sliders + - toggle + unicode: f1de + voted: false +slideshare: + changes: + - 4.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Slideshare + search: + terms: [] + unicode: f1e7 + voted: false +smog: + aliases: + unicodes: + secondary: + - 10f75f + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Smog + search: + terms: + - dragon + - fog + - haze + - pollution + - smoke + - weather + unicode: f75f + voted: false +smoking: + aliases: + unicodes: + composite: + - 1f6ac + secondary: + - 10f48d + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Smoking + search: + terms: + - cancer + - cigarette + - nicotine + - smoking + - smoking status + - tobacco + unicode: f48d + voted: true +snapchat: + aliases: + names: + - snapchat-ghost + unicodes: + composite: + - f2ac + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Snapchat + search: + terms: [] + unicode: f2ab + voted: false +snowflake: + aliases: + unicodes: + composite: + - '2744' + - '2746' + secondary: + - 10f2dc + changes: + - 4.7.0 + - 5.0.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Snowflake + search: + terms: + - Heavy Chevron Snowflake + - cold + - precipitation + - rain + - snow + - snowfall + - snowflake + - winter + unicode: f2dc + voted: false +snowman: + aliases: + unicodes: + composite: + - '2603' + - 26c4 + secondary: + - 10f7d0 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Snowman + search: + terms: + - cold + - decoration + - frost + - frosty + - holiday + - snow + - snowman + - snowman without snow + unicode: f7d0 + voted: false +snowplow: + aliases: + unicodes: + secondary: + - 10f7d2 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Snowplow + search: + terms: + - clean up + - cold + - road + - storm + - winter + unicode: f7d2 + voted: false +soap: + aliases: + unicodes: + composite: + - 1f9fc + secondary: + - 10e06e + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Soap + search: + terms: + - bar + - bathing + - bubbles + - clean + - cleaning + - covid-19 + - hygiene + - lather + - soap + - soapdish + - wash + unicode: e06e + voted: false +socks: + aliases: + unicodes: + composite: + - 1f9e6 + secondary: + - 10f696 + changes: + - 5.3.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Socks + search: + terms: + - business socks + - business time + - clothing + - feet + - flight of the conchords + - socks + - stocking + - wednesday + unicode: f696 + voted: false +solar-panel: + aliases: + unicodes: + secondary: + - 10f5ba + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Solar Panel + search: + terms: + - clean + - eco-friendly + - energy + - green + - sun + unicode: f5ba + voted: false +sort: + aliases: + names: + - unsorted + unicodes: + secondary: + - 10f0dc + changes: + - 2.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sort + search: + terms: + - filter + - order + unicode: f0dc + voted: false +sort-down: + aliases: + names: + - sort-desc + unicodes: + secondary: + - 10f0dd + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sort Down + search: + terms: + - arrow + - descending + - filter + - order + - sort-desc + unicode: f0dd + voted: false +sort-up: + aliases: + names: + - sort-asc + unicodes: + secondary: + - 10f0de + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sort Up + search: + terms: + - arrow + - ascending + - filter + - order + - sort-asc + unicode: f0de + voted: false +soundcloud: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: SoundCloud + search: + terms: [] + unicode: f1be + voted: false +sourcetree: + changes: + - 5.6.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Sourcetree + search: + terms: [] + unicode: f7d3 + voted: true +spa: + aliases: + unicodes: + secondary: + - 10f5bb + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Spa + search: + terms: + - flora + - massage + - mindfulness + - plant + - wellness + unicode: f5bb + voted: false +space-awesome: + changes: + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Space Awesome + search: + terms: + - adventure + - rocket + - ship + - shuttle + unicode: e5ac + voted: false +spaghetti-monster-flying: + aliases: + names: + - pastafarianism + unicodes: + secondary: + - 10f67b + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Spaghetti Monster Flying + search: + terms: + - agnosticism + - atheism + - flying spaghetti monster + - fsm + unicode: f67b + voted: false +speakap: + changes: + - 5.0.0 + - 5.4.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Speakap + search: + terms: [] + unicode: f3f3 + voted: false +speaker-deck: + changes: + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Speaker Deck + search: + terms: [] + unicode: f83c + voted: false +spell-check: + aliases: + unicodes: + secondary: + - 10f891 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Spell Check + search: + terms: + - dictionary + - edit + - editor + - grammar + - text + unicode: f891 + voted: false +spider: + aliases: + unicodes: + composite: + - 1f577 + secondary: + - 10f717 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Spider + search: + terms: + - arachnid + - bug + - charlotte + - crawl + - eight + - halloween + - insect + - spider + unicode: f717 + voted: true +spinner: + aliases: + unicodes: + secondary: + - 10f110 + changes: + - 3.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Spinner + search: + terms: + - circle + - loading + - progress + unicode: f110 + voted: false +splotch: + aliases: + unicodes: + secondary: + - 10f5bc + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Splotch + search: + terms: + - Ink + - blob + - blotch + - glob + - stain + unicode: f5bc + voted: false +spoon: + aliases: + names: + - utensil-spoon + unicodes: + composite: + - 1f944 + - f1b1 + secondary: + - 10f2e5 + changes: + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Spoon + search: + terms: + - cutlery + - dining + - scoop + - silverware + - spoon + - tableware + unicode: f2e5 + voted: false +spotify: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Spotify + search: + terms: [] + unicode: f1bc + voted: false +spray-can: + aliases: + unicodes: + secondary: + - 10f5bd + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Spray Can + search: + terms: + - Paint + - aerosol + - design + - graffiti + - tag + unicode: f5bd + voted: false +spray-can-sparkles: + aliases: + names: + - air-freshener + unicodes: + secondary: + - 10f5d0 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Spray Can Sparkles + search: + terms: + - car + - clean + - deodorize + - fresh + - pine + - scent + unicode: f5d0 + voted: false +square: + aliases: + unicodes: + composite: + - 25a0 + - 25fb + - 25fc + - f096 + secondary: + - 10f0c8 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Square + search: + terms: + - Black Square + - black medium square + - block + - box + - geometric + - shape + - square + - white medium square + unicode: f0c8 + voted: false +square-arrow-up-right: + aliases: + names: + - external-link-square + unicodes: + secondary: + - 10f14c + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Arrow Up Right + search: + terms: + - diagonal + - new + - open + - send + - share + unicode: f14c + voted: false +square-behance: + aliases: + names: + - behance-square + changes: + - 4.1.0 + - 5.0.0 + - 5.0.3 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Behance Square + search: + terms: [] + unicode: f1b5 + voted: false +square-caret-down: + aliases: + names: + - caret-square-down + unicodes: + secondary: + - 10f150 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Square Caret Down + search: + terms: + - arrow + - caret-square-o-down + - dropdown + - expand + - menu + - more + - triangle + unicode: f150 + voted: false +square-caret-left: + aliases: + names: + - caret-square-left + unicodes: + secondary: + - 10f191 + changes: + - 4.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Square Caret Left + search: + terms: + - arrow + - back + - caret-square-o-left + - previous + - triangle + unicode: f191 + voted: false +square-caret-right: + aliases: + names: + - caret-square-right + unicodes: + secondary: + - 10f152 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Square Caret Right + search: + terms: + - arrow + - caret-square-o-right + - forward + - next + - triangle + unicode: f152 + voted: false +square-caret-up: + aliases: + names: + - caret-square-up + unicodes: + secondary: + - 10f151 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Square Caret Up + search: + terms: + - arrow + - caret-square-o-up + - collapse + - triangle + - upload + unicode: f151 + voted: false +square-check: + aliases: + names: + - check-square + unicodes: + composite: + - '2611' + - '2705' + - f046 + secondary: + - 10f14a + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Square Check + search: + terms: + - accept + - agree + - box + - button + - check + - check box with check + - check mark button + - checkmark + - confirm + - correct + - done + - mark + - ok + - select + - success + - tick + - todo + - 'yes' + - ✓ + unicode: f14a + voted: false +square-dribbble: + aliases: + names: + - dribbble-square + changes: + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Dribbble Square + search: + terms: [] + unicode: f397 + voted: false +square-envelope: + aliases: + names: + - envelope-square + unicodes: + secondary: + - 10f199 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Envelope + search: + terms: + - e-mail + - email + - letter + - mail + - message + - notification + - support + unicode: f199 + voted: false +square-facebook: + aliases: + names: + - facebook-square + changes: + - 1.0.0 + - 5.0.0 + - 5.8.2 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Facebook Square + search: + terms: + - social network + unicode: f082 + voted: false +square-font-awesome: + changes: + - 5.0.0 + - 5.0.1 + - 6.0.0-beta1 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Font Awesome in Square + search: + terms: [] + unicode: e5ad + voted: false +square-font-awesome-stroke: + aliases: + names: + - font-awesome-alt + changes: + - 5.0.0 + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Font Awesome in Square with Stroke Outline + search: + terms: [] + unicode: f35c + voted: false +square-full: + aliases: + unicodes: + composite: + - 1f7e5 + - 1f7e6 + - 1f7e7 + - 1f7e8 + - 1f7e9 + - 1f7ea + - 1f7eb + - 2b1b + - 2b1c + secondary: + - 10f45c + changes: + - 5.0.5 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Square Full + search: + terms: + - black large square + - block + - blue + - blue square + - box + - brown + - brown square + - geometric + - green + - green square + - orange + - orange square + - purple + - purple square + - red + - red square + - shape + - square + - white large square + - yellow + - yellow square + unicode: f45c + voted: false +square-git: + aliases: + names: + - git-square + changes: + - 4.1.0 + - 5.0.0 + - 5.8.2 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Git Square + search: + terms: [] + unicode: f1d2 + voted: false +square-github: + aliases: + names: + - github-square + changes: + - 1.0.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: GitHub Square + search: + terms: + - octocat + unicode: f092 + voted: false +square-gitlab: + aliases: + names: + - gitlab-square + changes: + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Square Gitlab + search: + terms: [] + unicode: e5ae + voted: false +square-google-plus: + aliases: + names: + - google-plus-square + changes: + - 2.0.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Google Plus Square + search: + terms: + - social network + unicode: f0d4 + voted: false +square-h: + aliases: + names: + - h-square + unicodes: + secondary: + - 10f0fd + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square H + search: + terms: + - directions + - emergency + - hospital + - hotel + - letter + - map + unicode: f0fd + voted: false +square-hacker-news: + aliases: + names: + - hacker-news-square + changes: + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Hacker News Square + search: + terms: [] + unicode: f3af + voted: false +square-instagram: + aliases: + names: + - instagram-square + changes: + - 5.12.1 + - 5.14.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Instagram Square + search: + terms: [] + unicode: e055 + voted: true +square-js: + aliases: + names: + - js-square + changes: + - 5.0.0 + - 5.0.3 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: JavaScript (JS) Square + search: + terms: [] + unicode: f3b9 + voted: false +square-lastfm: + aliases: + names: + - lastfm-square + changes: + - 4.2.0 + - 5.0.0 + - 5.0.11 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: last.fm Square + search: + terms: [] + unicode: f203 + voted: false +square-minus: + aliases: + names: + - minus-square + unicodes: + composite: + - f147 + secondary: + - 10f146 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Square Minus + search: + terms: + - collapse + - delete + - hide + - minify + - negative + - remove + - shape + - trash + unicode: f146 + voted: false +square-nfi: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Nfi + search: + terms: + - non-food item + - supplies + unicode: e576 + voted: false +square-odnoklassniki: + aliases: + names: + - odnoklassniki-square + changes: + - 4.4.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Odnoklassniki Square + search: + terms: [] + unicode: f264 + voted: false +square-parking: + aliases: + names: + - parking + unicodes: + composite: + - 1f17f + secondary: + - 10f540 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Parking + search: + terms: + - auto + - car + - garage + - meter + - parking + unicode: f540 + voted: true +square-pen: + aliases: + names: + - pen-square + - pencil-square + unicodes: + secondary: + - 10f14b + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Pen + search: + terms: + - edit + - pencil-square + - update + - write + unicode: f14b + voted: false +square-person-confined: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Person Confined + search: + terms: + - captivity + - confined + unicode: e577 + voted: false +square-phone: + aliases: + names: + - phone-square + unicodes: + secondary: + - 10f098 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Phone + search: + terms: + - call + - earphone + - number + - support + - telephone + - voice + unicode: f098 + voted: false +square-phone-flip: + aliases: + names: + - phone-square-alt + unicodes: + secondary: + - 10f87b + changes: + - 5.9.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Phone Flip + search: + terms: + - call + - earphone + - number + - support + - telephone + - voice + unicode: f87b + voted: false +square-pied-piper: + aliases: + names: + - pied-piper-square + changes: + - 5.12.0 + - 5.14.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Pied Piper Square Logo (Old) + search: + terms: [] + unicode: e01e + voted: false +square-pinterest: + aliases: + names: + - pinterest-square + changes: + - 2.0.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Pinterest Square + search: + terms: [] + unicode: f0d3 + voted: false +square-plus: + aliases: + names: + - plus-square + unicodes: + composite: + - f196 + secondary: + - 10f0fe + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Square Plus + search: + terms: + - add + - create + - expand + - new + - positive + - shape + unicode: f0fe + voted: false +square-poll-horizontal: + aliases: + names: + - poll-h + unicodes: + secondary: + - 10f682 + changes: + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Poll Horizontal + search: + terms: + - chart + - graph + - results + - survey + - trend + - vote + - voting + unicode: f682 + voted: false +square-poll-vertical: + aliases: + names: + - poll + unicodes: + secondary: + - 10f681 + changes: + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Poll Vertical + search: + terms: + - chart + - graph + - results + - survey + - trend + - vote + - voting + unicode: f681 + voted: false +square-reddit: + aliases: + names: + - reddit-square + changes: + - 4.1.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: reddit Square + search: + terms: [] + unicode: f1a2 + voted: false +square-root-variable: + aliases: + names: + - square-root-alt + unicodes: + secondary: + - 10f698 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Root Variable + search: + terms: + - arithmetic + - calculus + - division + - math + unicode: f698 + voted: false +square-rss: + aliases: + names: + - rss-square + unicodes: + secondary: + - 10f143 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Rss + search: + terms: + - blog + - feed + - journal + - news + - writing + unicode: f143 + voted: false +square-share-nodes: + aliases: + names: + - share-alt-square + unicodes: + secondary: + - 10f1e1 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Share Nodes + search: + terms: + - forward + - save + - send + - social + unicode: f1e1 + voted: false +square-snapchat: + aliases: + names: + - snapchat-square + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Snapchat Square + search: + terms: [] + unicode: f2ad + voted: false +square-steam: + aliases: + names: + - steam-square + changes: + - 4.1.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Steam Square + search: + terms: [] + unicode: f1b7 + voted: false +square-threads: + changes: + - 6.4.1 + - 6.4.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Square Threads + search: + terms: [] + unicode: e619 + voted: false +square-tumblr: + aliases: + names: + - tumblr-square + changes: + - 3.2.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Tumblr Square + search: + terms: [] + unicode: f174 + voted: false +square-twitter: + aliases: + names: + - twitter-square + changes: + - 1.0.0 + - 5.0.0 + - 6.1.2 + - 6.4.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Square Twitter + search: + terms: + - social network + - tweet + unicode: f081 + voted: false +square-up-right: + aliases: + names: + - external-link-square-alt + unicodes: + composite: + - '2197' + secondary: + - 10f360 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Up Right + search: + terms: + - arrow + - diagonal + - direction + - external-link-square + - intercardinal + - new + - northeast + - open + - share + - up-right arrow + unicode: f360 + voted: false +square-viadeo: + aliases: + names: + - viadeo-square + changes: + - 4.6.0 + - 5.0.0 + - 5.7.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Viadeo Square + search: + terms: [] + unicode: f2aa + voted: false +square-vimeo: + aliases: + names: + - vimeo-square + changes: + - 4.0.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Vimeo Square + search: + terms: [] + unicode: f194 + voted: false +square-virus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Virus + search: + terms: + - coronavirus + - covid-19 + - disease + - flu + - infection + - pandemic + unicode: e578 + voted: false +square-whatsapp: + aliases: + names: + - whatsapp-square + changes: + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: What's App Square + search: + terms: [] + unicode: f40c + voted: false +square-x-twitter: + changes: + - 6.4.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Square X Twitter + search: + terms: + - ' elon' + - ' x' + - twitter + unicode: e61a + voted: false +square-xing: + aliases: + names: + - xing-square + changes: + - 3.2.0 + - 5.0.0 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Xing Square + search: + terms: [] + unicode: f169 + voted: false +square-xmark: + aliases: + names: + - times-square + - xmark-square + unicodes: + composite: + - 274e + secondary: + - 10f2d3 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Square Xmark + search: + terms: + - close + - cross + - cross mark button + - incorrect + - mark + - notice + - notification + - notify + - problem + - square + - window + - wrong + - x + - × + unicode: f2d3 + voted: false +square-youtube: + aliases: + names: + - youtube-square + unicodes: + composite: + - f166 + changes: + - 5.0.3 + - 6.1.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: YouTube Square + search: + terms: [] + unicode: f431 + voted: false +squarespace: + changes: + - 5.1.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Squarespace + search: + terms: [] + unicode: f5be + voted: true +stack-exchange: + changes: + - 4.0.0 + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Stack Exchange + search: + terms: [] + unicode: f18d + voted: false +stack-overflow: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Stack Overflow + search: + terms: [] + unicode: f16c + voted: false +stackpath: + changes: + - 5.8.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Stackpath + search: + terms: [] + unicode: f842 + voted: false +staff-snake: + aliases: + names: + - rod-asclepius + - rod-snake + - staff-aesculapius + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Staff Snake + search: + terms: + - asclepius + - asklepian + - health + - serpent + - wellness + unicode: e579 + voted: false +stairs: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Stairs + search: + terms: + - exit + - steps + - up + unicode: e289 + voted: true +stamp: + aliases: + unicodes: + secondary: + - 10f5bf + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Stamp + search: + terms: + - art + - certificate + - imprint + - rubber + - seal + unicode: f5bf + voted: false +stapler: + changes: + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Stapler + search: + terms: + - desktop + - milton + - office + - paperclip + - staple + unicode: e5af + voted: false +star: + aliases: + unicodes: + composite: + - 2b50 + - f006 + secondary: + - 10f005 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Star + search: + terms: + - achievement + - award + - favorite + - important + - night + - rating + - score + - star + unicode: f005 + voted: false +star-and-crescent: + aliases: + unicodes: + composite: + - 262a + secondary: + - 10f699 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Star And Crescent + search: + terms: + - Muslim + - islam + - muslim + - religion + - star and crescent + unicode: f699 + voted: false +star-half: + aliases: + unicodes: + composite: + - f123 + secondary: + - 10f089 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Star Half + search: + terms: + - achievement + - award + - rating + - score + - star-half-empty + - star-half-full + unicode: f089 + voted: false +star-half-stroke: + aliases: + names: + - star-half-alt + unicodes: + secondary: + - 10f5c0 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Star Half Stroke + search: + terms: + - achievement + - award + - rating + - score + - star-half-empty + - star-half-full + unicode: f5c0 + voted: true +star-of-david: + aliases: + unicodes: + composite: + - '2721' + secondary: + - 10f69a + changes: + - 5.3.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Star Of David + search: + terms: + - David + - Jew + - Jewish + - jewish + - judaism + - religion + - star + - star of David + unicode: f69a + voted: false +star-of-life: + aliases: + unicodes: + secondary: + - 10f621 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Star Of Life + search: + terms: + - doctor + - emt + - first aid + - health + - medical + unicode: f621 + voted: false +staylinked: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: StayLinked + search: + terms: [] + unicode: f3f5 + voted: false +steam: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Steam + search: + terms: [] + unicode: f1b6 + voted: false +steam-symbol: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Steam Symbol + search: + terms: [] + unicode: f3f6 + voted: false +sterling-sign: + aliases: + names: + - gbp + - pound-sign + unicodes: + composite: + - a3 + secondary: + - 10f154 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sterling Sign + search: + terms: + - Pound Sign + - currency + unicode: f154 + voted: false +stethoscope: + aliases: + unicodes: + composite: + - 1fa7a + secondary: + - 10f0f1 + changes: + - 3.0.0 + - 5.0.0 + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Stethoscope + search: + terms: + - covid-19 + - diagnosis + - doctor + - general practitioner + - heart + - hospital + - infirmary + - medicine + - office + - outpatient + - stethoscope + unicode: f0f1 + voted: false +sticker-mule: + changes: + - 5.0.0 + - 5.7.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Sticker Mule + search: + terms: [] + unicode: f3f7 + voted: false +stop: + aliases: + unicodes: + composite: + - 23f9 + secondary: + - 10f04d + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Stop + search: + terms: + - block + - box + - square + - stop + - stop button + unicode: f04d + voted: false +stopwatch: + aliases: + unicodes: + composite: + - 23f1 + secondary: + - 10f2f2 + changes: + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Stopwatch + search: + terms: + - clock + - reminder + - stopwatch + - time + unicode: f2f2 + voted: false +stopwatch-20: + aliases: + unicodes: + secondary: + - 10e06f + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Stopwatch 20 + search: + terms: + - ABCs + - countdown + - covid-19 + - happy birthday + - i will survive + - reminder + - seconds + - time + - timer + unicode: e06f + voted: false +store: + aliases: + unicodes: + secondary: + - 10f54e + changes: + - 5.0.13 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Store + search: + terms: + - bodega + - building + - buy + - market + - purchase + - shopping + - store + unicode: f54e + voted: true +store-slash: + aliases: + unicodes: + secondary: + - '10e071' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Store Slash + search: + terms: + - building + - buy + - closed + - covid-19 + - purchase + - shopping + unicode: e071 + voted: false +strava: + changes: + - 5.0.0 + - 5.0.1 + - 5.7.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Strava + search: + terms: [] + unicode: f428 + voted: false +street-view: + aliases: + unicodes: + secondary: + - 10f21d + changes: + - 4.3.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Street View + search: + terms: + - directions + - location + - map + - navigation + unicode: f21d + voted: false +strikethrough: + aliases: + unicodes: + secondary: + - 10f0cc + changes: + - 2.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Strikethrough + search: + terms: + - cancel + - edit + - font + - format + - text + - type + unicode: f0cc + voted: false +stripe: + changes: + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Stripe + search: + terms: [] + unicode: f429 + voted: false +stripe-s: + changes: + - 5.0.1 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Stripe S + search: + terms: [] + unicode: f42a + voted: false +stroopwafel: + aliases: + unicodes: + secondary: + - 10f551 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Stroopwafel + search: + terms: + - caramel + - cookie + - dessert + - sweets + - waffle + unicode: f551 + voted: false +stubber: + changes: + - 6.2.1 + - 6.3.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Stubber + search: + terms: [] + unicode: e5c7 + voted: false +studiovinari: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Studio Vinari + search: + terms: [] + unicode: f3f8 + voted: false +stumbleupon: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: StumbleUpon Logo + search: + terms: [] + unicode: f1a4 + voted: false +stumbleupon-circle: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: StumbleUpon Circle + search: + terms: [] + unicode: f1a3 + voted: false +subscript: + aliases: + unicodes: + secondary: + - 10f12c + changes: + - 3.1.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Subscript + search: + terms: + - edit + - font + - format + - text + - type + unicode: f12c + voted: false +suitcase: + aliases: + unicodes: + composite: + - 1f9f3 + secondary: + - 10f0f2 + changes: + - 3.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Suitcase + search: + terms: + - baggage + - luggage + - move + - packing + - suitcase + - travel + - trip + unicode: f0f2 + voted: false +suitcase-medical: + aliases: + names: + - medkit + unicodes: + secondary: + - 10f0fa + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Suitcase Medical + search: + terms: + - first aid + - firstaid + - health + - help + - medical + - supply + - support + unicode: f0fa + voted: false +suitcase-rolling: + aliases: + unicodes: + secondary: + - 10f5c1 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Suitcase Rolling + search: + terms: + - baggage + - luggage + - move + - suitcase + - travel + - trip + unicode: f5c1 + voted: false +sun: + aliases: + unicodes: + composite: + - '2600' + secondary: + - 10f185 + changes: + - 3.2.0 + - 5.0.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Sun + search: + terms: + - bright + - brighten + - contrast + - day + - lighter + - rays + - sol + - solar + - star + - sun + - sunny + - weather + unicode: f185 + voted: false +sun-plant-wilt: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Sun Plant Wilt + search: + terms: + - arid + - droop + - drought + unicode: e57a + voted: false +superpowers: + changes: + - 4.7.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Superpowers + search: + terms: [] + unicode: f2dd + voted: false +superscript: + aliases: + unicodes: + secondary: + - 10f12b + changes: + - 3.1.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Superscript + search: + terms: + - edit + - exponential + - font + - format + - text + - type + unicode: f12b + voted: false +supple: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Supple + search: + terms: [] + unicode: f3f9 + voted: false +suse: + changes: + - 5.6.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Suse + search: + terms: + - linux + - operating system + - os + unicode: f7d6 + voted: true +swatchbook: + aliases: + unicodes: + secondary: + - 10f5c3 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Swatchbook + search: + terms: + - Pantone + - color + - design + - hue + - palette + unicode: f5c3 + voted: false +swift: + changes: + - 5.11.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Swift + search: + terms: [] + unicode: f8e1 + voted: false +symfony: + changes: + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Symfony + search: + terms: [] + unicode: f83d + voted: false +synagogue: + aliases: + unicodes: + composite: + - 1f54d + secondary: + - 10f69b + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Synagogue + search: + terms: + - Jew + - Jewish + - building + - jewish + - judaism + - religion + - star of david + - synagogue + - temple + unicode: f69b + voted: false +syringe: + aliases: + unicodes: + composite: + - 1f489 + secondary: + - 10f48e + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Syringe + search: + terms: + - covid-19 + - doctor + - immunizations + - medical + - medicine + - needle + - shot + - sick + - syringe + - vaccinate + - vaccine + unicode: f48e + voted: false +t: + aliases: + unicodes: + composite: + - '74' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: T + search: + terms: + - Latin Capital Letter T + - Latin Small Letter T + - letter + unicode: '54' + voted: false +table: + aliases: + unicodes: + secondary: + - 10f0ce + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Table + search: + terms: + - data + - excel + - spreadsheet + unicode: f0ce + voted: false +table-cells: + aliases: + names: + - th + unicodes: + secondary: + - 10f00a + changes: + - 1.0.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Table Cells + search: + terms: + - blocks + - boxes + - grid + - squares + unicode: f00a + voted: false +table-cells-large: + aliases: + names: + - th-large + unicodes: + secondary: + - 10f009 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Table Cells Large + search: + terms: + - blocks + - boxes + - grid + - squares + unicode: f009 + voted: false +table-columns: + aliases: + names: + - columns + unicodes: + secondary: + - 10f0db + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Table Columns + search: + terms: + - browser + - dashboard + - organize + - panes + - split + unicode: f0db + voted: false +table-list: + aliases: + names: + - th-list + unicodes: + secondary: + - 10f00b + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Table List + search: + terms: + - checklist + - completed + - done + - finished + - ol + - todo + - ul + unicode: f00b + voted: false +table-tennis-paddle-ball: + aliases: + names: + - ping-pong-paddle-ball + - table-tennis + unicodes: + composite: + - 1f3d3 + secondary: + - 10f45d + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Table Tennis Paddle Ball + search: + terms: + - ball + - bat + - game + - paddle + - ping pong + - table tennis + unicode: f45d + voted: false +tablet: + aliases: + names: + - tablet-android + unicodes: + secondary: + - 10f3fb + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tablet + search: + terms: + - device + - kindle + - screen + unicode: f3fb + voted: false +tablet-button: + aliases: + unicodes: + secondary: + - 10f10a + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tablet Button + search: + terms: + - apple + - device + - ipad + - kindle + - screen + unicode: f10a + voted: false +tablet-screen-button: + aliases: + names: + - tablet-alt + unicodes: + secondary: + - 10f3fa + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tablet Screen Button + search: + terms: + - apple + - device + - ipad + - kindle + - screen + unicode: f3fa + voted: false +tablets: + aliases: + unicodes: + secondary: + - 10f490 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tablets + search: + terms: + - drugs + - medicine + - pills + - prescription + unicode: f490 + voted: false +tachograph-digital: + aliases: + names: + - digital-tachograph + unicodes: + secondary: + - 10f566 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tachograph Digital + search: + terms: + - data + - distance + - speed + - tachometer + unicode: f566 + voted: true +tag: + aliases: + unicodes: + composite: + - 1f3f7 + secondary: + - 10f02b + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tag + search: + terms: + - discount + - labe + - label + - price + - shopping + unicode: f02b + voted: false +tags: + aliases: + unicodes: + secondary: + - 10f02c + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tags + search: + terms: + - discount + - label + - price + - shopping + unicode: f02c + voted: false +tape: + aliases: + unicodes: + secondary: + - 10f4db + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tape + search: + terms: + - design + - package + - sticky + unicode: f4db + voted: false +tarp: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tarp + search: + terms: + - protection + - tarp + - tent + - waterproof + unicode: e57b + voted: false +tarp-droplet: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tarp Droplet + search: + terms: + - protection + - tarp + - tent + - waterproof + unicode: e57c + voted: false +taxi: + aliases: + names: + - cab + unicodes: + composite: + - 1f696 + secondary: + - 10f1ba + changes: + - 4.1.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Taxi + search: + terms: + - cab + - cabbie + - car + - car service + - lyft + - machine + - oncoming + - oncoming taxi + - taxi + - transportation + - travel + - uber + - vehicle + unicode: f1ba + voted: false +teamspeak: + changes: + - 5.0.11 + - 5.1.0 + - 5.8.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Teamspeak + search: + terms: [] + unicode: f4f9 + voted: true +teeth: + aliases: + unicodes: + secondary: + - 10f62e + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Teeth + search: + terms: + - bite + - dental + - dentist + - gums + - mouth + - smile + - tooth + unicode: f62e + voted: false +teeth-open: + aliases: + unicodes: + secondary: + - 10f62f + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Teeth Open + search: + terms: + - dental + - dentist + - gums bite + - mouth + - smile + - tooth + unicode: f62f + voted: false +telegram: + aliases: + names: + - telegram-plane + unicodes: + composite: + - f3fe + secondary: + - 10f3fe + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Telegram + search: + terms: [] + unicode: f2c6 + voted: false +temperature-arrow-down: + aliases: + names: + - temperature-down + unicodes: + secondary: + - 10e03f + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Temperature Arrow Down + search: + terms: + - air conditioner + - cold + - heater + - mercury + - thermometer + - winter + unicode: e03f + voted: false +temperature-arrow-up: + aliases: + names: + - temperature-up + unicodes: + secondary: + - '10e040' + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Temperature Arrow Up + search: + terms: + - air conditioner + - cold + - heater + - mercury + - thermometer + - winter + unicode: e040 + voted: false +temperature-empty: + aliases: + names: + - temperature-0 + - thermometer-0 + - thermometer-empty + unicodes: + secondary: + - 10f2cb + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Temperature Empty + search: + terms: + - cold + - mercury + - status + - temperature + unicode: f2cb + voted: false +temperature-full: + aliases: + names: + - temperature-4 + - thermometer-4 + - thermometer-full + unicodes: + secondary: + - 10f2c7 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Temperature Full + search: + terms: + - fever + - hot + - mercury + - status + - temperature + unicode: f2c7 + voted: false +temperature-half: + aliases: + names: + - temperature-2 + - thermometer-2 + - thermometer-half + unicodes: + composite: + - 1f321 + secondary: + - 10f2c9 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Temperature Half + search: + terms: + - mercury + - status + - temperature + - thermometer + - weather + unicode: f2c9 + voted: false +temperature-high: + aliases: + unicodes: + secondary: + - 10f769 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Temperature High + search: + terms: + - cook + - covid-19 + - mercury + - summer + - thermometer + - warm + unicode: f769 + voted: false +temperature-low: + aliases: + unicodes: + secondary: + - 10f76b + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Temperature Low + search: + terms: + - cold + - cool + - covid-19 + - mercury + - thermometer + - winter + unicode: f76b + voted: false +temperature-quarter: + aliases: + names: + - temperature-1 + - thermometer-1 + - thermometer-quarter + unicodes: + secondary: + - 10f2ca + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Temperature Quarter + search: + terms: + - mercury + - status + - temperature + unicode: f2ca + voted: false +temperature-three-quarters: + aliases: + names: + - temperature-3 + - thermometer-3 + - thermometer-three-quarters + unicodes: + secondary: + - 10f2c8 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Temperature Three Quarters + search: + terms: + - mercury + - status + - temperature + unicode: f2c8 + voted: false +tencent-weibo: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Tencent Weibo + search: + terms: [] + unicode: f1d5 + voted: false +tenge-sign: + aliases: + names: + - tenge + unicodes: + composite: + - 20b8 + secondary: + - 10f7d7 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tenge Sign + search: + terms: + - Tenge Sign + - currency + unicode: f7d7 + voted: true +tent: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tent + search: + terms: + - bivouac + - campground + - refugee + - shelter + - tent + unicode: e57d + voted: false +tent-arrow-down-to-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tent Arrow Down To Line + search: + terms: + - permanent + - refugee + - shelter + unicode: e57e + voted: false +tent-arrow-left-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tent Arrow Left Right + search: + terms: + - refugee + - shelter + - transition + unicode: e57f + voted: false +tent-arrow-turn-left: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tent Arrow Turn Left + search: + terms: + - refugee + - shelter + - temporary + unicode: e580 + voted: false +tent-arrows-down: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tent Arrows Down + search: + terms: + - refugee + - shelter + - spontaneous + unicode: e581 + voted: false +tents: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tents + search: + terms: + - bivouac + - campground + - refugee + - shelter + - tent + unicode: e582 + voted: false +terminal: + aliases: + unicodes: + secondary: + - 10f120 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Terminal + search: + terms: + - code + - coding + - command + - console + - development + - prompt + - terminal + unicode: f120 + voted: false +text-height: + aliases: + unicodes: + secondary: + - 10f034 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Text Height + search: + terms: + - edit + - font + - format + - text + - type + unicode: f034 + voted: false +text-slash: + aliases: + names: + - remove-format + unicodes: + secondary: + - 10f87d + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Text Slash + search: + terms: + - cancel + - font + - format + - remove + - style + - text + unicode: f87d + voted: false +text-width: + aliases: + unicodes: + secondary: + - 10f035 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Text Width + search: + terms: + - edit + - font + - format + - text + - type + unicode: f035 + voted: false +the-red-yeti: + changes: + - 5.3.0 + - 5.7.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: The Red Yeti + search: + terms: [] + unicode: f69d + voted: false +themeco: + changes: + - 5.1.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Themeco + search: + terms: [] + unicode: f5c6 + voted: false +themeisle: + changes: + - 4.6.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: ThemeIsle + search: + terms: [] + unicode: f2b2 + voted: false +thermometer: + aliases: + unicodes: + secondary: + - 10f491 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Thermometer + search: + terms: + - covid-19 + - mercury + - status + - temperature + unicode: f491 + voted: false +think-peaks: + changes: + - 5.4.2 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Think Peaks + search: + terms: [] + unicode: f731 + voted: false +threads: + changes: + - 6.4.1 + - 6.4.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Threads + search: + terms: [] + unicode: e618 + voted: false +thumbs-down: + aliases: + unicodes: + composite: + - 1f44e + - f088 + secondary: + - 10f165 + changes: + - 3.2.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Thumbs Down + search: + terms: + - '-1' + - disagree + - disapprove + - dislike + - down + - hand + - social + - thumb + - thumbs down + - thumbs-o-down + unicode: f165 + voted: false +thumbs-up: + aliases: + unicodes: + composite: + - 1f44d + - f087 + secondary: + - 10f164 + changes: + - 3.2.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Thumbs Up + search: + terms: + - '+1' + - agree + - approve + - favorite + - hand + - like + - ok + - okay + - social + - success + - thumb + - thumbs up + - thumbs-o-up + - up + - 'yes' + - you got it dude + unicode: f164 + voted: false +thumbtack: + aliases: + names: + - thumb-tack + unicodes: + composite: + - 1f4cc + - 1f588 + secondary: + - 10f08d + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Thumbtack + search: + terms: + - Black Pushpin + - coordinates + - location + - marker + - pin + - pushpin + - thumb-tack + unicode: f08d + voted: false +ticket: + aliases: + unicodes: + composite: + - 1f39f + secondary: + - 10f145 + changes: + - 3.1.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ticket + search: + terms: + - admission + - admission tickets + - movie + - pass + - support + - ticket + unicode: f145 + voted: false +ticket-simple: + aliases: + names: + - ticket-alt + unicodes: + secondary: + - 10f3ff + changes: + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Ticket Simple + search: + terms: + - movie + - pass + - support + - ticket + unicode: f3ff + voted: false +tiktok: + changes: + - 5.13.1 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: TikTok + search: + terms: [] + unicode: e07b + voted: true +timeline: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Timeline + search: + terms: + - chronological + - deadline + - history + - linear + unicode: e29c + voted: true +toggle-off: + aliases: + unicodes: + secondary: + - 10f204 + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Toggle Off + search: + terms: + - button + - 'off' + - 'on' + - switch + unicode: f204 + voted: false +toggle-on: + aliases: + unicodes: + secondary: + - 10f205 + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Toggle On + search: + terms: + - button + - 'off' + - 'on' + - switch + unicode: f205 + voted: false +toilet: + aliases: + unicodes: + composite: + - 1f6bd + secondary: + - 10f7d8 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Toilet + search: + terms: + - bathroom + - flush + - john + - loo + - pee + - plumbing + - poop + - porcelain + - potty + - restroom + - throne + - toile + - toilet + - washroom + - waste + - wc + unicode: f7d8 + voted: true +toilet-paper: + aliases: + unicodes: + composite: + - 1f9fb + secondary: + - 10f71e + changes: + - 5.4.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Toilet Paper + search: + terms: + - bathroom + - covid-19 + - halloween + - holiday + - lavatory + - paper towels + - prank + - privy + - restroom + - roll + - roll of paper + - toilet + - toilet paper + - wipe + unicode: f71e + voted: false +toilet-paper-slash: + aliases: + unicodes: + secondary: + - '10e072' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Toilet Paper Slash + search: + terms: + - bathroom + - covid-19 + - halloween + - holiday + - lavatory + - leaves + - prank + - privy + - restroom + - roll + - toilet + - trouble + - ut oh + - wipe + unicode: e072 + voted: false +toilet-portable: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Toilet Portable + search: + terms: + - outhouse + - toilet + unicode: e583 + voted: false +toilets-portable: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Toilets Portable + search: + terms: + - outhouse + - toilet + unicode: e584 + voted: false +toolbox: + aliases: + unicodes: + composite: + - 1f9f0 + secondary: + - 10f552 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Toolbox + search: + terms: + - admin + - chest + - container + - fix + - mechanic + - repair + - settings + - tool + - toolbox + - tools + unicode: f552 + voted: true +tooth: + aliases: + unicodes: + composite: + - 1f9b7 + secondary: + - 10f5c9 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tooth + search: + terms: + - bicuspid + - dental + - dentist + - molar + - mouth + - teeth + - tooth + unicode: f5c9 + voted: true +torii-gate: + aliases: + unicodes: + composite: + - '26e9' + secondary: + - 10f6a1 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Torii Gate + search: + terms: + - building + - religion + - shinto + - shinto shrine + - shintoism + - shrine + unicode: f6a1 + voted: false +tornado: + aliases: + unicodes: + composite: + - 1f32a + secondary: + - 10f76f + changes: + - 5.5.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tornado + search: + terms: + - cloud + - cyclone + - dorothy + - landspout + - tornado + - toto + - twister + - vortext + - waterspout + - weather + - whirlwind + unicode: f76f + voted: false +tower-broadcast: + aliases: + names: + - broadcast-tower + unicodes: + secondary: + - 10f519 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tower Broadcast + search: + terms: + - airwaves + - antenna + - communication + - emergency + - radio + - reception + - waves + unicode: f519 + voted: true +tower-cell: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tower Cell + search: + terms: + - airwaves + - antenna + - communication + - radio + - reception + - waves + unicode: e585 + voted: false +tower-observation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tower Observation + search: + terms: + - fire tower + - view + unicode: e586 + voted: false +tractor: + aliases: + unicodes: + composite: + - 1f69c + secondary: + - 10f722 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tractor + search: + terms: + - agriculture + - farm + - tractor + - vehicle + unicode: f722 + voted: false +trade-federation: + changes: + - 5.0.12 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Trade Federation + search: + terms: [] + unicode: f513 + voted: false +trademark: + aliases: + unicodes: + composite: + - '2122' + secondary: + - 10f25c + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Trademark + search: + terms: + - copyright + - mark + - register + - symbol + - tm + - trade mark + - trademark + unicode: f25c + voted: false +traffic-light: + aliases: + unicodes: + composite: + - 1f6a6 + secondary: + - 10f637 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Traffic Light + search: + terms: + - direction + - light + - road + - signal + - traffic + - travel + - vertical traffic light + unicode: f637 + voted: false +trailer: + aliases: + unicodes: + secondary: + - '10e041' + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Trailer + search: + terms: + - carry + - haul + - moving + - travel + unicode: e041 + voted: true +train: + aliases: + unicodes: + composite: + - 1f686 + secondary: + - 10f238 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Train + search: + terms: + - bullet + - commute + - locomotive + - railway + - subway + - train + unicode: f238 + voted: false +train-subway: + aliases: + names: + - subway + unicodes: + secondary: + - 10f239 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Train Subway + search: + terms: + - machine + - railway + - train + - transportation + - vehicle + unicode: f239 + voted: false +train-tram: + aliases: + unicodes: + composite: + - 1f68a + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Train Tram + search: + terms: + - crossing + - machine + - mountains + - seasonal + - tram + - transportation + - trolleybus + unicode: e5b4 + voted: false +transgender: + aliases: + names: + - transgender-alt + unicodes: + composite: + - 26a7 + secondary: + - 10f225 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Transgender + search: + terms: + - female + - gender + - intersex + - male + - transgender + - transgender symbol + unicode: f225 + voted: false +trash: + aliases: + unicodes: + secondary: + - 10f1f8 + changes: + - 4.2.0 + - 5.0.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Trash + search: + terms: + - delete + - garbage + - hide + - remove + unicode: f1f8 + voted: false +trash-arrow-up: + aliases: + names: + - trash-restore + unicodes: + secondary: + - 10f829 + changes: + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Trash Arrow Up + search: + terms: + - back + - control z + - delete + - garbage + - hide + - oops + - remove + - undo + unicode: f829 + voted: true +trash-can: + aliases: + names: + - trash-alt + unicodes: + composite: + - f014 + secondary: + - 10f2ed + changes: + - 5.0.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Trash Can + search: + terms: + - delete + - garbage + - hide + - remove + - trash-o + unicode: f2ed + voted: false +trash-can-arrow-up: + aliases: + names: + - trash-restore-alt + unicodes: + secondary: + - 10f82a + changes: + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Trash Can Arrow Up + search: + terms: + - back + - control z + - delete + - garbage + - hide + - oops + - remove + - undo + unicode: f82a + voted: true +tree: + aliases: + unicodes: + composite: + - 1f332 + secondary: + - 10f1bb + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tree + search: + terms: + - bark + - evergreen tree + - fall + - flora + - forest + - nature + - plant + - seasonal + - tree + unicode: f1bb + voted: false +tree-city: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tree City + search: + terms: + - building + - city + - urban + unicode: e587 + voted: false +trello: + changes: + - 3.2.0 + - 5.0.0 + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Trello + search: + terms: + - atlassian + unicode: f181 + voted: false +triangle-exclamation: + aliases: + names: + - exclamation-triangle + - warning + unicodes: + composite: + - 26a0 + secondary: + - 10f071 + changes: + - 1.0.0 + - 5.0.0 + - 5.6.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Triangle Exclamation + search: + terms: + - alert + - danger + - error + - important + - notice + - notification + - notify + - problem + - warnin + - warning + unicode: f071 + voted: false +trophy: + aliases: + unicodes: + composite: + - 1f3c6 + secondary: + - 10f091 + changes: + - 1.0.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Trophy + search: + terms: + - achievement + - award + - cup + - game + - prize + - trophy + - winner + unicode: f091 + voted: false +trowel: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Trowel + search: + terms: + - build + - construction + - tool + unicode: e589 + voted: false +trowel-bricks: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Trowel Bricks + search: + terms: + - build + - construction + - reconstruction + - tool + unicode: e58a + voted: false +truck: + aliases: + unicodes: + composite: + - 1f69a + - 26df + secondary: + - 10f0d1 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck + search: + terms: + - Black Truck + - cargo + - delivery + - delivery truck + - shipping + - truck + - vehicle + unicode: f0d1 + voted: false +truck-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Arrow Right + search: + terms: + - access + - fast + - shipping + - transport + unicode: e58b + voted: false +truck-droplet: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Droplet + search: + terms: + - thirst + - truck + - water + - water supply + unicode: e58c + voted: false +truck-fast: + aliases: + names: + - shipping-fast + unicodes: + secondary: + - 10f48b + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Fast + search: + terms: + - express + - fedex + - mail + - overnight + - package + - ups + unicode: f48b + voted: false +truck-field: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Field + search: + terms: + - supplies + - truck + unicode: e58d + voted: false +truck-field-un: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Field Un + search: + terms: + - supplies + - truck + - united nations + unicode: e58e + voted: false +truck-front: + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Front + search: + terms: + - shuttle + - truck + - van + unicode: e2b7 + voted: false +truck-medical: + aliases: + names: + - ambulance + unicodes: + composite: + - 1f691 + secondary: + - 10f0f9 + changes: + - 3.0.0 + - 5.0.0 + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Medical + search: + terms: + - ambulance + - clinic + - covid-19 + - emergency + - emt + - er + - help + - hospital + - mobile + - support + - vehicle + unicode: f0f9 + voted: false +truck-monster: + aliases: + unicodes: + secondary: + - 10f63b + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Monster + search: + terms: + - offroad + - vehicle + - wheel + unicode: f63b + voted: false +truck-moving: + aliases: + unicodes: + secondary: + - 10f4df + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Moving + search: + terms: + - cargo + - inventory + - rental + - vehicle + unicode: f4df + voted: false +truck-pickup: + aliases: + unicodes: + composite: + - 1f6fb + secondary: + - 10f63c + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Pickup + search: + terms: + - cargo + - pick-up + - pickup + - pickup truck + - truck + - vehicle + unicode: f63c + voted: false +truck-plane: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Plane + search: + terms: + - airplane + - plane + - transportation + - truck + - vehicle + unicode: e58f + voted: false +truck-ramp-box: + aliases: + names: + - truck-loading + unicodes: + secondary: + - 10f4de + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Truck Ramp Box + search: + terms: + - box + - cargo + - delivery + - inventory + - moving + - rental + - vehicle + unicode: f4de + voted: false +tty: + aliases: + names: + - teletype + unicodes: + secondary: + - 10f1e4 + changes: + - 4.2.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tty + search: + terms: + - communication + - deaf + - telephone + - teletypewriter + - text + unicode: f1e4 + voted: false +tumblr: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Tumblr + search: + terms: [] + unicode: f173 + voted: false +turkish-lira-sign: + aliases: + names: + - try + - turkish-lira + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Turkish Lira Sign + search: + terms: + - Turkish Lira Sign + - currency + unicode: e2bb + voted: false +turn-down: + aliases: + names: + - level-down-alt + unicodes: + composite: + - '2935' + secondary: + - 10f3be + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Turn Down + search: + terms: + - arrow + - down + - level-down + - right arrow curving down + unicode: f3be + voted: false +turn-up: + aliases: + names: + - level-up-alt + unicodes: + composite: + - '2934' + secondary: + - 10f3bf + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Turn Up + search: + terms: + - arrow + - level-up + - right arrow curving up + unicode: f3bf + voted: false +tv: + aliases: + names: + - television + - tv-alt + unicodes: + composite: + - f8e5 + primary: + - f8e5 + secondary: + - 10f26c + - 10f8e5 + changes: + - 4.4.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Tv + search: + terms: + - computer + - display + - monitor + - television + unicode: f26c + voted: false +twitch: + changes: + - 4.2.0 + - 5.0.0 + - 5.12.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Twitch + search: + terms: [] + unicode: f1e8 + voted: false +twitter: + changes: + - 2.0.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Twitter + search: + terms: + - social network + - tweet + unicode: f099 + voted: false +typo3: + changes: + - 5.0.1 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Typo3 + search: + terms: [] + unicode: f42b + voted: false +u: + aliases: + unicodes: + composite: + - '75' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: U + search: + terms: + - Latin Capital Letter U + - Latin Small Letter U + - letter + unicode: '55' + voted: false +uber: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Uber + search: + terms: [] + unicode: f402 + voted: false +ubuntu: + changes: + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Ubuntu + search: + terms: + - linux + - operating system + - os + unicode: f7df + voted: true +uikit: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: UIkit + search: + terms: [] + unicode: f403 + voted: false +umbraco: + changes: + - 5.11.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Umbraco + search: + terms: [] + unicode: f8e8 + voted: false +umbrella: + aliases: + unicodes: + secondary: + - 10f0e9 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Umbrella + search: + terms: + - protection + - rain + - storm + - wet + unicode: f0e9 + voted: false +umbrella-beach: + aliases: + unicodes: + composite: + - 1f3d6 + secondary: + - 10f5ca + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Umbrella Beach + search: + terms: + - beach + - beach with umbrella + - protection + - recreation + - sand + - shade + - summer + - sun + - umbrella + unicode: f5ca + voted: false +uncharted: + changes: + - 5.15.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Uncharted Software + search: + terms: [] + unicode: e084 + voted: false +underline: + aliases: + unicodes: + secondary: + - 10f0cd + changes: + - 2.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Underline + search: + terms: + - edit + - emphasis + - format + - text + - writing + unicode: f0cd + voted: false +uniregistry: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Uniregistry + search: + terms: [] + unicode: f404 + voted: false +unity: + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Unity 3D + search: + terms: [] + unicode: e049 + voted: true +universal-access: + aliases: + unicodes: + secondary: + - 10f29a + changes: + - 4.6.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Universal Access + search: + terms: + - users-people + unicode: f29a + voted: false +unlock: + aliases: + unicodes: + composite: + - 1f513 + secondary: + - 10f09c + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Unlock + search: + terms: + - admin + - lock + - open + - password + - private + - protect + - unlock + - unlocked + unicode: f09c + voted: false +unlock-keyhole: + aliases: + names: + - unlock-alt + unicodes: + secondary: + - 10f13e + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Unlock Keyhole + search: + terms: + - admin + - lock + - password + - private + - protect + unicode: f13e + voted: false +unsplash: + changes: + - 5.13.1 + - 5.14.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Unsplash + search: + terms: [] + unicode: e07c + voted: false +untappd: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Untappd + search: + terms: [] + unicode: f405 + voted: false +up-down: + aliases: + names: + - arrows-alt-v + unicodes: + composite: + - '2195' + - 2b0d + secondary: + - 10f338 + changes: + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Up Down + search: + terms: + - Up Down Black Arrow + - arrow + - arrows-v + - expand + - portrait + - resize + - tall + - up-down arrow + - vertical + unicode: f338 + voted: false +up-down-left-right: + aliases: + names: + - arrows-alt + unicodes: + secondary: + - 10f0b2 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Up Down Left Right + search: + terms: + - arrow + - arrows + - bigger + - enlarge + - expand + - fullscreen + - move + - position + - reorder + - resize + unicode: f0b2 + voted: false +up-long: + aliases: + names: + - long-arrow-alt-up + unicodes: + secondary: + - 10f30c + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Up Long + search: + terms: + - long-arrow-up + - upload + unicode: f30c + voted: false +up-right-and-down-left-from-center: + aliases: + names: + - expand-alt + unicodes: + secondary: + - 10f424 + changes: + - 1.0.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Up Right And Down Left From Center + search: + terms: + - arrows + - bigger + - enlarge + - fullscreen + - resize + unicode: f424 + voted: false +up-right-from-square: + aliases: + names: + - external-link-alt + unicodes: + secondary: + - 10f35d + changes: + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Up Right From Square + search: + terms: + - external-link + - new + - open + - share + unicode: f35d + voted: false +upload: + aliases: + unicodes: + secondary: + - 10f093 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Upload + search: + terms: + - hard drive + - import + - publish + unicode: f093 + voted: false +ups: + changes: + - 5.6.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: UPS + search: + terms: + - United Parcel Service + - package + - shipping + unicode: f7e0 + voted: false +usb: + changes: + - 4.5.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: USB + search: + terms: [] + unicode: f287 + voted: false +user: + aliases: + unicodes: + composite: + - 1f464 + - f2c0 + secondary: + - 10f007 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: User + search: + terms: + - adult + - bust + - bust in silhouette + - gender-neutral + - person + - profile + - silhouette + - unspecified gender + - users-people + unicode: f007 + voted: false +user-astronaut: + aliases: + unicodes: + secondary: + - 10f4fb + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Astronaut + search: + terms: + - avatar + - clothing + - cosmonaut + - nasa + - space + - suit + unicode: f4fb + voted: false +user-check: + aliases: + unicodes: + secondary: + - 10f4fc + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Check + search: + terms: + - users-people + unicode: f4fc + voted: false +user-clock: + aliases: + unicodes: + secondary: + - 10f4fd + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Clock + search: + terms: + - users-people + unicode: f4fd + voted: false +user-doctor: + aliases: + names: + - user-md + unicodes: + secondary: + - 10f0f0 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.3 + - 5.0.7 + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Doctor + search: + terms: + - covid-19 + - health + - job + - medical + - nurse + - occupation + - physician + - profile + - surgeon + - worker + unicode: f0f0 + voted: false +user-gear: + aliases: + names: + - user-cog + unicodes: + secondary: + - 10f4fe + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Gear + search: + terms: + - users-people + unicode: f4fe + voted: false +user-graduate: + aliases: + unicodes: + secondary: + - 10f501 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Graduate + search: + terms: + - users-people + unicode: f501 + voted: false +user-group: + aliases: + names: + - user-friends + unicodes: + composite: + - 1f465 + secondary: + - 10f500 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Group + search: + terms: + - bust + - busts in silhouette + - silhouette + - users-people + unicode: f500 + voted: false +user-injured: + aliases: + unicodes: + secondary: + - 10f728 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Injured + search: + terms: + - users-people + unicode: f728 + voted: false +user-large: + aliases: + names: + - user-alt + unicodes: + secondary: + - 10f406 + changes: + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Large + search: + terms: + - users-people + unicode: f406 + voted: false +user-large-slash: + aliases: + names: + - user-alt-slash + unicodes: + secondary: + - 10f4fa + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Large Slash + search: + terms: + - users-people + unicode: f4fa + voted: false +user-lock: + aliases: + unicodes: + secondary: + - 10f502 + changes: + - 5.0.11 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Lock + search: + terms: + - users-people + unicode: f502 + voted: false +user-minus: + aliases: + unicodes: + secondary: + - 10f503 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Minus + search: + terms: + - delete + - negative + - remove + unicode: f503 + voted: false +user-ninja: + aliases: + unicodes: + composite: + - 1f977 + secondary: + - 10f504 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Ninja + search: + terms: + - assassin + - avatar + - dangerous + - deadly + - fighter + - hidden + - ninja + - sneaky + - stealth + unicode: f504 + voted: false +user-nurse: + aliases: + unicodes: + secondary: + - 10f82f + changes: + - 5.7.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Nurse + search: + terms: + - covid-19 + - doctor + - health + - md + - medical + - midwife + - physician + - practitioner + - surgeon + - worker + unicode: f82f + voted: false +user-pen: + aliases: + names: + - user-edit + unicodes: + secondary: + - 10f4ff + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Pen + search: + terms: + - users-people + unicode: f4ff + voted: false +user-plus: + aliases: + unicodes: + secondary: + - 10f234 + changes: + - 4.3.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Plus + search: + terms: + - add + - avatar + - positive + - sign up + - signup + - team + unicode: f234 + voted: false +user-secret: + aliases: + unicodes: + composite: + - 1f575 + secondary: + - 10f21b + changes: + - 4.3.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Secret + search: + terms: + - detective + - sleuth + - spy + - users-people + unicode: f21b + voted: false +user-shield: + aliases: + unicodes: + secondary: + - 10f505 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Shield + search: + terms: + - protect + - safety + unicode: f505 + voted: false +user-slash: + aliases: + unicodes: + secondary: + - 10f506 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Slash + search: + terms: + - ban + - delete + - remove + unicode: f506 + voted: false +user-tag: + aliases: + unicodes: + secondary: + - 10f507 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Tag + search: + terms: + - users-people + unicode: f507 + voted: false +user-tie: + aliases: + unicodes: + secondary: + - 10f508 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Tie + search: + terms: + - avatar + - business + - clothing + - formal + - professional + - suit + unicode: f508 + voted: false +user-xmark: + aliases: + names: + - user-times + unicodes: + secondary: + - 10f235 + changes: + - 4.3.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: User Xmark + search: + terms: + - archive + - delete + - remove + - x + unicode: f235 + voted: false +users: + aliases: + unicodes: + secondary: + - 10f0c0 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Users + search: + terms: + - users-people + unicode: f0c0 + voted: false +users-between-lines: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Users Between Lines + search: + terms: + - covered + - group + - people + unicode: e591 + voted: false +users-gear: + aliases: + names: + - users-cog + unicodes: + secondary: + - 10f509 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Users Gear + search: + terms: + - users-people + unicode: f509 + voted: false +users-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Users Line + search: + terms: + - group + - need + - people + unicode: e592 + voted: false +users-rays: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Users Rays + search: + terms: + - affected + - focused + - group + - people + unicode: e593 + voted: false +users-rectangle: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Users Rectangle + search: + terms: + - focus + - group + - people + - reached + unicode: e594 + voted: false +users-slash: + aliases: + unicodes: + secondary: + - '10e073' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Users Slash + search: + terms: + - users-people + unicode: e073 + voted: false +users-viewfinder: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Users Viewfinder + search: + terms: + - focus + - group + - people + - targeted + unicode: e595 + voted: false +usps: + changes: + - 5.6.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: United States Postal Service + search: + terms: + - american + - package + - shipping + - usa + unicode: f7e1 + voted: false +ussunnah: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: us-Sunnah Foundation + search: + terms: [] + unicode: f407 + voted: false +utensils: + aliases: + names: + - cutlery + unicodes: + composite: + - 1f374 + - f0f5 + secondary: + - 10f2e7 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Utensils + search: + terms: + - cooking + - cutlery + - dining + - dinner + - eat + - food + - fork + - fork and knife + - knife + - restaurant + unicode: f2e7 + voted: false +v: + aliases: + unicodes: + composite: + - '76' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: V + search: + terms: + - Latin Capital Letter V + - Latin Small Letter V + - letter + unicode: '56' + voted: false +vaadin: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Vaadin + search: + terms: [] + unicode: f408 + voted: false +van-shuttle: + aliases: + names: + - shuttle-van + unicodes: + composite: + - 1f690 + secondary: + - 10f5b6 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Van Shuttle + search: + terms: + - airport + - bus + - machine + - minibus + - public-transportation + - transportation + - travel + - vehicle + unicode: f5b6 + voted: false +vault: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Vault + search: + terms: + - bank + - important + - lock + - money + - safe + unicode: e2c5 + voted: false +vector-square: + aliases: + unicodes: + secondary: + - 10f5cb + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Vector Square + search: + terms: + - anchors + - lines + - object + - render + - shape + unicode: f5cb + voted: false +venus: + aliases: + unicodes: + composite: + - '2640' + secondary: + - 10f221 + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Venus + search: + terms: + - female + - female sign + - gender + - woman + unicode: f221 + voted: false +venus-double: + aliases: + unicodes: + composite: + - 26a2 + secondary: + - 10f226 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Venus Double + search: + terms: + - Doubled Female Sign + - female + - gender + - lesbian + unicode: f226 + voted: false +venus-mars: + aliases: + unicodes: + composite: + - 26a4 + secondary: + - 10f228 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Venus Mars + search: + terms: + - Interlocked Female and Male Sign + - female + - gender + - heterosexual + - male + unicode: f228 + voted: false +vest: + aliases: + unicodes: + secondary: + - '10e085' + changes: + - 5.15.0 + - 5.15.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Vest + search: + terms: + - biker + - fashion + - style + unicode: e085 + voted: false +vest-patches: + aliases: + unicodes: + secondary: + - '10e086' + changes: + - 5.15.0 + - 5.15.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Vest Patches + search: + terms: + - biker + - fashion + - style + unicode: e086 + voted: false +viacoin: + changes: + - 4.3.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Viacoin + search: + terms: [] + unicode: f237 + voted: false +viadeo: + changes: + - 4.6.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Viadeo + search: + terms: [] + unicode: f2a9 + voted: false +vial: + aliases: + unicodes: + composite: + - 1f9ea + secondary: + - 10f492 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Vial + search: + terms: + - ampule + - chemist + - chemistry + - experiment + - lab + - sample + - science + - test + - test tube + unicode: f492 + voted: false +vial-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Vial Circle Check + search: + terms: + - ampule + - chemist + - chemistry + - not affected + - ok + - okay + - success + - test tube + - tube + - vaccine + unicode: e596 + voted: false +vial-virus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Vial Virus + search: + terms: + - ampule + - coronavirus + - covid-19 + - flue + - infection + - lab + - laboratory + - pandemic + - test + - test tube + - vaccine + unicode: e597 + voted: false +vials: + aliases: + unicodes: + secondary: + - 10f493 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Vials + search: + terms: + - ampule + - experiment + - lab + - sample + - science + - test + - test tube + unicode: f493 + voted: false +viber: + changes: + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Viber + search: + terms: [] + unicode: f409 + voted: false +video: + aliases: + names: + - video-camera + unicodes: + secondary: + - 10f03d + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Video + search: + terms: + - camera + - film + - movie + - record + - video-camera + unicode: f03d + voted: false +video-slash: + aliases: + unicodes: + secondary: + - 10f4e2 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Video Slash + search: + terms: + - add + - create + - film + - new + - positive + - record + - video + unicode: f4e2 + voted: false +vihara: + aliases: + unicodes: + secondary: + - 10f6a7 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Vihara + search: + terms: + - buddhism + - buddhist + - building + - monastery + unicode: f6a7 + voted: false +vimeo: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Vimeo + search: + terms: [] + unicode: f40a + voted: false +vimeo-v: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Vimeo + search: + terms: + - vimeo + unicode: f27d + voted: false +vine: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Vine + search: + terms: [] + unicode: f1ca + voted: false +virus: + aliases: + unicodes: + secondary: + - '10e074' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Virus + search: + terms: + - bug + - coronavirus + - covid-19 + - flu + - health + - infection + - pandemic + - sick + - vaccine + - viral + unicode: e074 + voted: false +virus-covid: + changes: + - 6.0.0 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Virus Covid + search: + terms: + - bug + - covid-19 + - flu + - health + - infection + - pandemic + - vaccine + - viral + - virus + unicode: e4a8 + voted: false +virus-covid-slash: + changes: + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Virus Covid Slash + search: + terms: + - bug + - covid-19 + - flu + - health + - infection + - pandemic + - vaccine + - viral + - virus + unicode: e4a9 + voted: false +virus-slash: + aliases: + unicodes: + secondary: + - '10e075' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Virus Slash + search: + terms: + - bug + - coronavirus + - covid-19 + - cure + - eliminate + - flu + - health + - infection + - pandemic + - sick + - vaccine + - viral + unicode: e075 + voted: false +viruses: + aliases: + unicodes: + secondary: + - '10e076' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Viruses + search: + terms: + - bugs + - coronavirus + - covid-19 + - flu + - health + - infection + - multiply + - pandemic + - sick + - spread + - vaccine + - viral + unicode: e076 + voted: false +vk: + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: VK + search: + terms: [] + unicode: f189 + voted: false +vnv: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: VNV + search: + terms: [] + unicode: f40b + voted: false +voicemail: + aliases: + unicodes: + secondary: + - 10f897 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Voicemail + search: + terms: + - answer + - inbox + - message + - phone + unicode: f897 + voted: true +volcano: + aliases: + unicodes: + composite: + - 1f30b + secondary: + - 10f770 + changes: + - 5.5.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Volcano + search: + terms: + - caldera + - eruption + - lava + - magma + - mountain + - smoke + - volcano + unicode: f770 + voted: false +volleyball: + aliases: + names: + - volleyball-ball + unicodes: + composite: + - 1f3d0 + secondary: + - 10f45f + changes: + - 5.0.5 + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Volleyball + search: + terms: + - ball + - beach + - game + - olympics + - sport + - volleyball + unicode: f45f + voted: false +volume-high: + aliases: + names: + - volume-up + unicodes: + composite: + - 1f50a + secondary: + - 10f028 + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Volume High + search: + terms: + - audio + - higher + - loud + - louder + - music + - sound + - speaker + - speaker high volume + unicode: f028 + voted: false +volume-low: + aliases: + names: + - volume-down + unicodes: + composite: + - 1f508 + secondary: + - 10f027 + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Volume Low + search: + terms: + - audio + - lower + - music + - quieter + - soft + - sound + - speaker + - speaker low volume + unicode: f027 + voted: false +volume-off: + aliases: + unicodes: + secondary: + - 10f026 + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Volume Off + search: + terms: + - audio + - ban + - music + - mute + - quiet + - silent + - sound + unicode: f026 + voted: false +volume-xmark: + aliases: + names: + - volume-mute + - volume-times + unicodes: + secondary: + - 10f6a9 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Volume Xmark + search: + terms: + - audio + - music + - quiet + - sound + - speaker + unicode: f6a9 + voted: true +vr-cardboard: + aliases: + unicodes: + secondary: + - 10f729 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Vr Cardboard + search: + terms: + - 3d + - augment + - google + - reality + - virtual + unicode: f729 + voted: true +vuejs: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Vue.js + search: + terms: [] + unicode: f41f + voted: false +w: + aliases: + unicodes: + composite: + - '77' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: W + search: + terms: + - Latin Capital Letter W + - Latin Small Letter W + - letter + unicode: '57' + voted: false +walkie-talkie: + aliases: + unicodes: + secondary: + - 10f8ef + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Walkie Talkie + search: + terms: + - communication + - copy + - intercom + - over + - portable + - radio + - two way radio + unicode: f8ef + voted: false +wallet: + aliases: + unicodes: + secondary: + - 10f555 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wallet + search: + terms: + - billfold + - cash + - currency + - money + unicode: f555 + voted: true +wand-magic: + aliases: + names: + - magic + unicodes: + secondary: + - 10f0d0 + changes: + - 2.0.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wand Magic + search: + terms: + - autocomplete + - automatic + - mage + - magic + - spell + - wand + - witch + - wizard + unicode: f0d0 + voted: false +wand-magic-sparkles: + aliases: + names: + - magic-wand-sparkles + changes: + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wand Magic Sparkles + search: + terms: + - auto + - magic + - magic wand + - trick + - witch + - wizard + unicode: e2ca + voted: false +wand-sparkles: + aliases: + unicodes: + secondary: + - 10f72b + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wand Sparkles + search: + terms: + - autocomplete + - automatic + - fantasy + - halloween + - holiday + - magic + - weapon + - witch + - wizard + unicode: f72b + voted: false +warehouse: + aliases: + unicodes: + secondary: + - 10f494 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Warehouse + search: + terms: + - building + - capacity + - garage + - inventory + - storage + unicode: f494 + voted: false +watchman-monitoring: + changes: + - 5.15.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Watchman Monitoring + search: + terms: [] + unicode: e087 + voted: false +water: + aliases: + unicodes: + secondary: + - 10f773 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Water + search: + terms: + - lake + - liquid + - ocean + - sea + - swim + - wet + unicode: f773 + voted: false +water-ladder: + aliases: + names: + - ladder-water + - swimming-pool + unicodes: + secondary: + - 10f5c5 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Water Ladder + search: + terms: + - ladder + - recreation + - swim + - water + unicode: f5c5 + voted: false +wave-square: + aliases: + unicodes: + secondary: + - 10f83e + changes: + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wave Square + search: + terms: + - frequency + - pulse + - signal + unicode: f83e + voted: false +waze: + changes: + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Waze + search: + terms: [] + unicode: f83f + voted: false +weebly: + changes: + - 5.1.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Weebly + search: + terms: [] + unicode: f5cc + voted: true +weibo: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Weibo + search: + terms: [] + unicode: f18a + voted: false +weight-hanging: + aliases: + unicodes: + secondary: + - 10f5cd + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Weight Hanging + search: + terms: + - anvil + - heavy + - measurement + unicode: f5cd + voted: false +weight-scale: + aliases: + names: + - weight + unicodes: + secondary: + - 10f496 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Weight Scale + search: + terms: + - health + - measurement + - scale + - weight + unicode: f496 + voted: false +weixin: + changes: + - 4.1.0 + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Weixin (WeChat) + search: + terms: [] + unicode: f1d7 + voted: false +whatsapp: + changes: + - 4.3.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: What's App + search: + terms: [] + unicode: f232 + voted: false +wheat-awn: + aliases: + names: + - wheat-alt + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wheat Awn + search: + terms: + - agriculture + - autumn + - fall + - farming + - grain + unicode: e2cd + voted: false +wheat-awn-circle-exclamation: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wheat Awn Circle Exclamation + search: + terms: + - affected + - famine + - food + - gluten + - hunger + - starve + - straw + unicode: e598 + voted: false +wheelchair: + aliases: + unicodes: + secondary: + - 10f193 + changes: + - 4.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wheelchair + search: + terms: + - users-people + unicode: f193 + voted: false +wheelchair-move: + aliases: + names: + - wheelchair-alt + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wheelchair Move + search: + terms: + - access + - handicap + - impairment + - physical + - wheelchair symbol + unicode: e2ce + voted: false +whiskey-glass: + aliases: + names: + - glass-whiskey + unicodes: + composite: + - 1f943 + secondary: + - 10f7a0 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Whiskey Glass + search: + terms: + - alcohol + - bar + - beverage + - bourbon + - drink + - glass + - liquor + - neat + - rye + - scotch + - shot + - tumbler + - tumbler glass + - whisky + unicode: f7a0 + voted: false +whmcs: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: WHMCS + search: + terms: [] + unicode: f40d + voted: false +wifi: + aliases: + names: + - wifi-3 + - wifi-strong + unicodes: + secondary: + - 10f1eb + changes: + - 4.2.0 + - 5.0.0 + - 5.3.0 + - 5.10.1 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wifi + search: + terms: + - connection + - hotspot + - internet + - network + - wireless + unicode: f1eb + voted: false +wikipedia-w: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Wikipedia W + search: + terms: [] + unicode: f266 + voted: false +wind: + aliases: + unicodes: + secondary: + - 10f72e + changes: + - 5.4.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wind + search: + terms: + - air + - blow + - breeze + - fall + - seasonal + - weather + unicode: f72e + voted: false +window-maximize: + aliases: + unicodes: + composite: + - 1f5d6 + secondary: + - 10f2d0 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Window Maximize + search: + terms: + - Maximize + - browser + - computer + - development + - expand + unicode: f2d0 + voted: false +window-minimize: + aliases: + unicodes: + composite: + - 1f5d5 + secondary: + - 10f2d1 + changes: + - 4.7.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Window Minimize + search: + terms: + - Minimize + - browser + - collapse + - computer + - development + unicode: f2d1 + voted: false +window-restore: + aliases: + unicodes: + secondary: + - 10f2d2 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: regular + - family: classic + style: solid + pro: + - family: classic + style: solid + - family: classic + style: regular + label: Window Restore + search: + terms: + - browser + - computer + - development + unicode: f2d2 + voted: false +windows: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Windows + search: + terms: + - microsoft + - operating system + - os + unicode: f17a + voted: false +wine-bottle: + aliases: + unicodes: + secondary: + - 10f72f + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wine Bottle + search: + terms: + - alcohol + - beverage + - cabernet + - drink + - glass + - grapes + - merlot + - sauvignon + unicode: f72f + voted: false +wine-glass: + aliases: + unicodes: + composite: + - 1f377 + secondary: + - 10f4e3 + changes: + - 5.0.9 + - 5.1.0 + - 5.10.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wine Glass + search: + terms: + - alcohol + - bar + - beverage + - cabernet + - drink + - glass + - grapes + - merlot + - sauvignon + - wine + - wine glass + unicode: f4e3 + voted: false +wine-glass-empty: + aliases: + names: + - wine-glass-alt + unicodes: + secondary: + - 10f5ce + changes: + - 5.1.0 + - 5.10.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wine Glass Empty + search: + terms: + - alcohol + - beverage + - cabernet + - drink + - grapes + - merlot + - sauvignon + unicode: f5ce + voted: false +wirsindhandwerk: + aliases: + names: + - wsh + changes: + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: wirsindhandwerk + search: + terms: [] + unicode: e2d0 + voted: false +wix: + changes: + - 5.1.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Wix + search: + terms: [] + unicode: f5cf + voted: true +wizards-of-the-coast: + changes: + - 5.4.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Wizards of the Coast + search: + terms: + - Dungeons & Dragons + - d&d + - dnd + - fantasy + - game + - gaming + - tabletop + unicode: f730 + voted: false +wodu: + changes: + - 5.15.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Wodu + search: + terms: [] + unicode: e088 + voted: false +wolf-pack-battalion: + changes: + - 5.0.12 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Wolf Pack Battalion + search: + terms: [] + unicode: f514 + voted: false +won-sign: + aliases: + names: + - krw + - won + unicodes: + composite: + - 20a9 + secondary: + - 10f159 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Won Sign + search: + terms: + - Won Sign + - currency + unicode: f159 + voted: false +wordpress: + changes: + - 4.1.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: WordPress Logo + search: + terms: [] + unicode: f19a + voted: false +wordpress-simple: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Wordpress Simple + search: + terms: [] + unicode: f411 + voted: false +worm: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Worm + search: + terms: + - dirt + - garden + - worm + - wriggle + unicode: e599 + voted: false +wpbeginner: + changes: + - 4.6.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: WPBeginner + search: + terms: [] + unicode: f297 + voted: false +wpexplorer: + changes: + - 4.7.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: WPExplorer + search: + terms: [] + unicode: f2de + voted: false +wpforms: + changes: + - 4.6.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: WPForms + search: + terms: [] + unicode: f298 + voted: false +wpressr: + aliases: + names: + - rendact + changes: + - 5.4.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: wpressr + search: + terms: + - rendact + unicode: f3e4 + voted: false +wrench: + aliases: + unicodes: + composite: + - 1f527 + secondary: + - 10f0ad + changes: + - 2.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Wrench + search: + terms: + - construction + - fix + - mechanic + - plumbing + - settings + - spanner + - tool + - update + - wrench + unicode: f0ad + voted: false +x: + aliases: + unicodes: + composite: + - '78' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: X + search: + terms: + - Latin Capital Letter X + - Latin Small Letter X + - letter + unicode: '58' + voted: false +x-ray: + aliases: + unicodes: + secondary: + - 10f497 + changes: + - 5.0.7 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: X Ray + search: + terms: + - health + - medical + - radiological images + - radiology + - skeleton + unicode: f497 + voted: false +x-twitter: + changes: + - 6.4.2 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: X Twitter + search: + terms: + - ' elon' + - ' twitter' + - ' x' + unicode: e61b + voted: false +xbox: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Xbox + search: + terms: [] + unicode: f412 + voted: false +xing: + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Xing + search: + terms: [] + unicode: f168 + voted: false +xmark: + aliases: + names: + - close + - multiply + - remove + - times + unicodes: + composite: + - 1f5d9 + - '2715' + - '2716' + - 274c + - d7 + secondary: + - 10f00d + changes: + - 1.0.0 + - 5.0.0 + - 5.0.13 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Xmark + search: + terms: + - Cancellation X + - Multiplication Sign + - Multiplication X + - cancel + - close + - cross + - cross mark + - error + - exit + - incorrect + - mark + - multiplication + - multiply + - notice + - notification + - notify + - problem + - sign + - wrong + - x + - × + unicode: f00d + voted: false +xmarks-lines: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Xmarks Lines + search: + terms: + - barricade + - barrier + - fence + - poison + - roadblock + unicode: e59a + voted: false +'y': + aliases: + unicodes: + composite: + - '79' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: 'Y' + search: + terms: + - Latin Capital Letter Y + - Latin Small Letter Y + - letter + - yay + - 'yes' + unicode: '59' + voted: false +y-combinator: + changes: + - 4.4.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Y Combinator + search: + terms: [] + unicode: f23b + voted: false +yahoo: + changes: + - 4.1.0 + - 5.0.0 + - 5.0.3 + - 5.13.1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Yahoo Logo + search: + terms: [] + unicode: f19e + voted: false +yammer: + changes: + - 5.8.0 + - 6.0.0-beta1 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Yammer + search: + terms: [] + unicode: f840 + voted: false +yandex: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Yandex + search: + terms: [] + unicode: f413 + voted: false +yandex-international: + changes: + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Yandex International + search: + terms: [] + unicode: f414 + voted: false +yarn: + changes: + - 5.6.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Yarn + search: + terms: [] + unicode: f7e3 + voted: true +yelp: + changes: + - 4.2.0 + - 5.0.0 + - 5.7.0 + - 5.8.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Yelp + search: + terms: [] + unicode: f1e9 + voted: false +yen-sign: + aliases: + names: + - cny + - jpy + - rmb + - yen + unicodes: + composite: + - a5 + secondary: + - 10f157 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Yen Sign + search: + terms: + - Yen Sign + - currency + unicode: f157 + voted: false +yin-yang: + aliases: + unicodes: + composite: + - 262f + secondary: + - 10f6ad + changes: + - 5.3.0 + - 5.10.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Yin Yang + search: + terms: + - daoism + - opposites + - religion + - tao + - taoism + - taoist + - yang + - yin + - yin yang + unicode: f6ad + voted: false +yoast: + changes: + - 4.6.0 + - 5.0.0 + - 5.0.3 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Yoast + search: + terms: [] + unicode: f2b1 + voted: false +youtube: + aliases: + unicodes: + composite: + - f16a + changes: + - 3.2.0 + - 5.0.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: YouTube + search: + terms: + - film + - video + - youtube-play + - youtube-square + unicode: f167 + voted: false +z: + aliases: + unicodes: + composite: + - 7a + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + familyStylesByLicense: + free: + - family: classic + style: solid + pro: + - family: classic + style: solid + label: Z + search: + terms: + - Latin Capital Letter Z + - Latin Small Letter Z + - letter + unicode: 5a + voted: false +zhihu: + changes: + - 5.2.0 + familyStylesByLicense: + free: + - family: classic + style: brands + pro: + - family: classic + style: brands + label: Zhihu + search: + terms: [] + unicode: f63f + voted: true diff --git a/static/thirdparty/fontawesome6/metadata/icons.json b/static/thirdparty/fontawesome6/metadata/icons.json new file mode 100644 index 0000000..0bb12fe --- /dev/null +++ b/static/thirdparty/fontawesome6/metadata/icons.json @@ -0,0 +1,92168 @@ +{ + "0": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Zero", + "nada", + "none", + "zero", + "zilch" + ] + }, + "styles": [ + "solid" + ], + "unicode": "30", + "label": "0", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 192C0 103.6 71.6 32 160 32s160 71.6 160 160V320c0 88.4-71.6 160-160 160S0 408.4 0 320V192zM160 96c-53 0-96 43-96 96V320c0 53 43 96 96 96s96-43 96-96V192c0-53-43-96-96-96z" + } + }, + "free": [ + "solid" + ] + }, + "1": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit One", + "one" + ] + }, + "styles": [ + "solid" + ], + "unicode": "31", + "label": "1", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M160 64c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.8 1.6l-96 64C-.5 111.2-4.4 131 5.4 145.8s29.7 18.7 44.4 8.9L96 123.8V416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160V64z" + } + }, + "free": [ + "solid" + ] + }, + "2": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Two", + "two" + ] + }, + "styles": [ + "solid" + ], + "unicode": "32", + "label": "2", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M142.9 96c-21.5 0-42.2 8.5-57.4 23.8L54.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L40.2 74.5C67.5 47.3 104.4 32 142.9 32C223 32 288 97 288 177.1c0 38.5-15.3 75.4-42.5 102.6L109.3 416H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L200.2 234.5c15.2-15.2 23.8-35.9 23.8-57.4c0-44.8-36.3-81.1-81.1-81.1z" + } + }, + "free": [ + "solid" + ] + }, + "3": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Three", + "three" + ] + }, + "styles": [ + "solid" + ], + "unicode": "33", + "label": "3", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H272c13.2 0 25 8.1 29.8 20.4s1.5 26.3-8.2 35.2L162.3 208H184c75.1 0 136 60.9 136 136s-60.9 136-136 136H105.4C63 480 24.2 456 5.3 418.1l-1.9-3.8c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l1.9 3.8c8.1 16.3 24.8 26.5 42.9 26.5H184c39.8 0 72-32.2 72-72s-32.2-72-72-72H80c-13.2 0-25-8.1-29.8-20.4s-1.5-26.3 8.2-35.2L189.7 96H32C14.3 96 0 81.7 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "4": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Four", + "four" + ] + }, + "styles": [ + "solid" + ], + "unicode": "34", + "label": "4", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M189 77.6c7.5-16 .7-35.1-15.3-42.6s-35.1-.7-42.6 15.3L3 322.4c-4.7 9.9-3.9 21.5 1.9 30.8S21 368 32 368H256v80c0 17.7 14.3 32 32 32s32-14.3 32-32V368h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320V160c0-17.7-14.3-32-32-32s-32 14.3-32 32V304H82.4L189 77.6z" + } + }, + "free": [ + "solid" + ] + }, + "5": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Five", + "five" + ] + }, + "styles": [ + "solid" + ], + "unicode": "35", + "label": "5", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M32.5 58.3C35.3 43.1 48.5 32 64 32H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H90.7L70.3 208H184c75.1 0 136 60.9 136 136s-60.9 136-136 136H100.5c-39.4 0-75.4-22.3-93-57.5l-4.1-8.2c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l4.1 8.2c6.8 13.6 20.6 22.1 35.8 22.1H184c39.8 0 72-32.2 72-72s-32.2-72-72-72H32c-9.5 0-18.5-4.2-24.6-11.5s-8.6-16.9-6.9-26.2l32-176z" + } + }, + "free": [ + "solid" + ] + }, + "6": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Six", + "six" + ] + }, + "styles": [ + "solid" + ], + "unicode": "36", + "label": "6", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M232.4 84.7c11.4-13.5 9.7-33.7-3.8-45.1s-33.7-9.7-45.1 3.8L38.6 214.7C14.7 242.9 1.1 278.4 .1 315.2c0 1.4-.1 2.9-.1 4.3c0 .2 0 .3 0 .5c0 88.4 71.6 160 160 160s160-71.6 160-160c0-85.5-67.1-155.4-151.5-159.8l63.9-75.6zM256 320A96 96 0 1 1 64 320a96 96 0 1 1 192 0z" + } + }, + "free": [ + "solid" + ] + }, + "7": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Seven", + "seven" + ] + }, + "styles": [ + "solid" + ], + "unicode": "37", + "label": "7", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H288c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-224 384c-8.9 15.3-28.5 20.4-43.8 11.5s-20.4-28.5-11.5-43.8L232.3 96H32C14.3 96 0 81.7 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "8": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Eight", + "eight" + ] + }, + "styles": [ + "solid" + ], + "unicode": "38", + "label": "8", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M304 160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160c0 34.6 13.7 66 36 89C20.5 272.3 0 309.8 0 352c0 70.7 57.3 128 128 128h64c70.7 0 128-57.3 128-128c0-42.2-20.5-79.7-52-103c22.3-23 36-54.4 36-89zM176.1 288H192c35.3 0 64 28.7 64 64s-28.7 64-64 64H128c-35.3 0-64-28.7-64-64s28.7-64 64-64h15.9c0 0 .1 0 .1 0h32c0 0 .1 0 .1 0zm0-64c0 0 0 0 0 0H144c0 0 0 0 0 0c-35.3 0-64-28.7-64-64c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64c0 35.3-28.6 64-64 64z" + } + }, + "free": [ + "solid" + ] + }, + "9": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Digit Nine", + "nine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "39", + "label": "9", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 192a96 96 0 1 0 192 0A96 96 0 1 0 64 192zm87.5 159.8C67.1 347.4 0 277.5 0 192C0 103.6 71.6 32 160 32s160 71.6 160 160c0 2.6-.1 5.3-.2 7.9c-1.7 35.7-15.2 70-38.4 97.4l-145 171.4c-11.4 13.5-31.6 15.2-45.1 3.8s-15.2-31.6-3.8-45.1l63.9-75.6z" + } + }, + "free": [ + "solid" + ] + }, + "42-group": { + "aliases": { + "names": [ + "innosoft" + ] + }, + "changes": [ + "5.15.0", + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e080", + "label": "42.group", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z" + } + }, + "free": [ + "brands" + ] + }, + "500px": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f26e", + "label": "500px", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z" + } + }, + "free": [ + "brands" + ] + }, + "a": { + "aliases": { + "unicodes": { + "composite": [ + "61" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter A", + "Latin Small Letter A", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "41", + "label": "A", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M221.5 51.7C216.6 39.8 204.9 32 192 32s-24.6 7.8-29.5 19.7l-120 288-40 96c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L93.3 384H290.7l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-40-96-120-288zM264 320H120l72-172.8L264 320z" + } + }, + "free": [ + "solid" + ] + }, + "accessible-icon": { + "aliases": { + "unicodes": { + "composite": [ + "f29b" + ] + } + }, + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accessibility", + "handicap", + "person", + "wheelchair", + "wheelchair-alt" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f368", + "label": "Accessible Icon", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z" + } + }, + "free": [ + "brands" + ] + }, + "accusoft": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f369", + "label": "Accusoft", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z" + } + }, + "free": [ + "brands" + ] + }, + "address-book": { + "aliases": { + "names": [ + "contact-book" + ], + "unicodes": { + "composite": [ + "f2ba" + ], + "secondary": [ + "10f2b9" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.3", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "contact", + "directory", + "index", + "little black book", + "rolodex" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2b9", + "label": "Address Book", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 0C60.7 0 32 28.7 32 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H96zM208 288h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80zM496 192c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V336z" + }, + "regular": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M384 48c8.8 0 16 7.2 16 16V448c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H384zM96 0C60.7 0 32 28.7 32 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H96zM240 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H208zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80zM496 192c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V336z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "address-card": { + "aliases": { + "names": [ + "contact-card", + "vcard" + ], + "unicodes": { + "composite": [ + "f2bc" + ], + "secondary": [ + "10f2bb" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.3", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "about", + "contact", + "id", + "identification", + "postcard", + "profile", + "registration" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2bb", + "label": "Address Card", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 256h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + }, + "regular": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M512 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H512zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM208 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H304c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H176zM376 144c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "adn": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f170", + "label": "App.net", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z" + } + }, + "free": [ + "brands" + ] + }, + "adversal": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f36a", + "label": "Adversal", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z" + } + }, + "free": [ + "brands" + ] + }, + "affiliatetheme": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f36b", + "label": "affiliatetheme", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z" + } + }, + "free": [ + "brands" + ] + }, + "airbnb": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f834", + "label": "Airbnb", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z" + } + }, + "free": [ + "brands" + ] + }, + "algolia": { + "changes": [ + "5.0.0", + "6.3.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f36c", + "label": "Algolia", + "voted": false, + "svg": { + "brands": { + "last_modified": 1675090779, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0C116.1 0 2 112.7 0 252.1C-2 393.6 112.9 510.8 254.5 511.6c43.7 .3 85.9-10.4 123.3-30.7c3.6-2 4.2-7 1.1-9.7l-24-21.2c-4.9-4.3-11.8-5.5-17.8-3c-26.1 11.1-54.5 16.8-83.7 16.4C139 461.9 46.5 366.8 48.3 252.4C50.1 139.5 142.6 48.2 256 48.2H463.7V417.2L345.9 312.5c-3.8-3.4-9.7-2.7-12.7 1.3c-18.9 25-49.7 40.6-83.9 38.2c-47.5-3.3-85.9-41.5-89.5-88.9c-4.2-56.6 40.6-103.9 96.3-103.9c50.4 0 91.9 38.8 96.2 88c.4 4.4 2.4 8.5 5.7 11.4l30.7 27.2c3.5 3.1 9 1.2 9.9-3.4c2.2-11.8 3-24.2 2.1-36.8c-4.9-72-63.3-130-135.4-134.4c-82.7-5.1-151.8 59.5-154 140.6c-2.1 78.9 62.6 147 141.6 148.7c33 .7 63.6-9.6 88.3-27.6L495 509.4c6.6 5.8 17 1.2 17-7.7V9.7c0-5.4-4.4-9.7-9.7-9.7H256z" + } + }, + "free": [ + "brands" + ] + }, + "align-center": { + "aliases": { + "unicodes": { + "secondary": [ + "10f037" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "format", + "middle", + "paragraph", + "text" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f037", + "label": "Align Center", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 64c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "align-justify": { + "aliases": { + "unicodes": { + "secondary": [ + "10f039" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "format", + "paragraph", + "text" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f039", + "label": "Align Justify", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32zm0 256c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32zM0 192c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zM448 448c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "align-left": { + "aliases": { + "unicodes": { + "secondary": [ + "10f036" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "format", + "paragraph", + "text" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f036", + "label": "Align Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "align-right": { + "aliases": { + "unicodes": { + "secondary": [ + "10f038" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "format", + "paragraph", + "text" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f038", + "label": "Align Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 64c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "alipay": { + "changes": [ + "5.3.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f642", + "label": "Alipay", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z" + } + }, + "free": [ + "brands" + ] + }, + "amazon": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f270", + "label": "Amazon", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z" + } + }, + "free": [ + "brands" + ] + }, + "amazon-pay": { + "changes": [ + "5.0.2", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f42c", + "label": "Amazon Pay", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a595.88 595.88 0 0 0 127.4 46.3 616.61 616.61 0 0 0 63.2 11.8 603.33 603.33 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.66 603.66 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.31 473.31 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21.3 21.3 0 0 0-2.5.3H308a21.3 21.3 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426.3 426.3 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.33 443.33 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.92 80.92 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.29 4.29 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zM124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1zm205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a7.84 7.84 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.56 180.56 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.36 7.36 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26.2 26.2 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.33 61.33 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.42 88.42 0 0 0-21-3.9 147.32 147.32 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.75 13.75 0 0 0-3.7 3.5 5.11 5.11 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16.2 16.2 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.64 71.64 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 145.91 145.91 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43.1 43.1 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.13 42.13 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108.18 108.18 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.63 131.63 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.62 26.62 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z" + } + }, + "free": [ + "brands" + ] + }, + "amilia": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f36d", + "label": "Amilia", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z" + } + }, + "free": [ + "brands" + ] + }, + "anchor": { + "aliases": { + "unicodes": { + "composite": [ + "2693" + ], + "secondary": [ + "10f13d" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anchor", + "berth", + "boat", + "dock", + "embed", + "link", + "maritime", + "moor", + "port", + "secure", + "ship", + "tool" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f13d", + "label": "Anchor", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c88.4 0 160-71.6 160-160v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0l-56 56c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 53-43 96-96 96H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1z" + } + }, + "free": [ + "solid" + ] + }, + "anchor-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "marina", + "not affected", + "ok", + "okay", + "port" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4aa", + "label": "Anchor Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + }, + "free": [ + "solid" + ] + }, + "anchor-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "marina", + "port" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4ab", + "label": "Anchor Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "anchor-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "destroy", + "marina", + "port" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4ac", + "label": "Anchor Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + }, + "free": [ + "solid" + ] + }, + "anchor-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "closed", + "lockdown", + "marina", + "port", + "quarantine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4ad", + "label": "Anchor Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8 0 15.9-.6 23.6-1.7c-4.8-9-7.6-19.3-7.6-30.3V446.7c-5.2 .9-10.5 1.3-16 1.3H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM528 240c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + }, + "free": [ + "solid" + ] + }, + "android": { + "changes": [ + "3.2.0", + "5.0.0", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [ + "robot" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f17b", + "label": "Android", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55" + } + }, + "free": [ + "brands" + ] + }, + "angellist": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f209", + "label": "AngelList", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z" + } + }, + "free": [ + "brands" + ] + }, + "angle-down": { + "aliases": { + "unicodes": { + "composite": [ + "2304" + ], + "secondary": [ + "10f107" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Down Arrowhead", + "arrow", + "caret", + "download", + "expand" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f107", + "label": "Angle Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z" + } + }, + "free": [ + "solid" + ] + }, + "angle-left": { + "aliases": { + "unicodes": { + "composite": [ + "2039" + ], + "secondary": [ + "10f104" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Single Left-Pointing Angle Quotation Mark", + "arrow", + "back", + "caret", + "less", + "previous" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f104", + "label": "Angle Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z" + } + }, + "free": [ + "solid" + ] + }, + "angle-right": { + "aliases": { + "unicodes": { + "composite": [ + "203a" + ], + "secondary": [ + "10f105" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Single Right-Pointing Angle Quotation Mark", + "arrow", + "care", + "forward", + "more", + "next" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f105", + "label": "Angle Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z" + } + }, + "free": [ + "solid" + ] + }, + "angle-up": { + "aliases": { + "unicodes": { + "composite": [ + "2303" + ], + "secondary": [ + "10f106" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Up Arrowhead", + "arrow", + "caret", + "collapse", + "upload" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f106", + "label": "Angle Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z" + } + }, + "free": [ + "solid" + ] + }, + "angles-down": { + "aliases": { + "names": [ + "angle-double-down" + ], + "unicodes": { + "secondary": [ + "10f103" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrows", + "caret", + "download", + "expand" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f103", + "label": "Angles Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z" + } + }, + "free": [ + "solid" + ] + }, + "angles-left": { + "aliases": { + "names": [ + "angle-double-left" + ], + "unicodes": { + "composite": [ + "ab" + ], + "secondary": [ + "10f100" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Left-Pointing Double Angle Quotation Mark", + "arrows", + "back", + "caret", + "laquo", + "previous", + "quote" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f100", + "label": "Angles Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z" + } + }, + "free": [ + "solid" + ] + }, + "angles-right": { + "aliases": { + "names": [ + "angle-double-right" + ], + "unicodes": { + "composite": [ + "bb" + ], + "secondary": [ + "10f101" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Right-Pointing Double Angle Quotation Mark", + "arrows", + "caret", + "forward", + "more", + "next", + "quote", + "raquo" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f101", + "label": "Angles Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z" + } + }, + "free": [ + "solid" + ] + }, + "angles-up": { + "aliases": { + "names": [ + "angle-double-up" + ], + "unicodes": { + "secondary": [ + "10f102" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrows", + "caret", + "collapse", + "upload" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f102", + "label": "Angles Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z" + } + }, + "free": [ + "solid" + ] + }, + "angrycreative": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f36e", + "label": "Angry Creative", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z" + } + }, + "free": [ + "brands" + ] + }, + "angular": { + "changes": [ + "5.0.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f420", + "label": "Angular", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M185.7 268.1h76.2l-38.1-91.6-38.1 91.6zM223.8 32L16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z" + } + }, + "free": [ + "brands" + ] + }, + "ankh": { + "aliases": { + "unicodes": { + "composite": [ + "2625" + ], + "secondary": [ + "10f644" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Ankh", + "amulet", + "copper", + "coptic christianity", + "copts", + "crux ansata", + "egypt", + "venus" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f644", + "label": "Ankh", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M96 128c0-35.3 28.7-64 64-64s64 28.7 64 64c0 41.6-20.7 76.6-46.6 104.1c-5.9 6.2-11.8 11.8-17.4 16.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7 204.6 96 169.6 96 128zM160 0C89.3 0 32 57.3 32 128c0 52.4 21.5 95.5 46.8 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96V480c0 17.7 14.3 32 32 32s32-14.3 32-32V320h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H241.2c25.4-32.5 46.8-75.6 46.8-128C288 57.3 230.7 0 160 0z" + } + }, + "free": [ + "solid" + ] + }, + "app-store": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f36f", + "label": "App Store", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z" + } + }, + "free": [ + "brands" + ] + }, + "app-store-ios": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f370", + "label": "iOS App Store", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z" + } + }, + "free": [ + "brands" + ] + }, + "apper": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f371", + "label": "Apper Systems AB", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z" + } + }, + "free": [ + "brands" + ] + }, + "apple": { + "changes": [ + "3.2.0", + "5.0.0", + "5.0.7", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fruit", + "ios", + "mac", + "operating system", + "os", + "osx" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f179", + "label": "Apple", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z" + } + }, + "free": [ + "brands" + ] + }, + "apple-pay": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f415", + "label": "Apple Pay", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z" + } + }, + "free": [ + "brands" + ] + }, + "apple-whole": { + "aliases": { + "names": [ + "apple-alt" + ], + "unicodes": { + "composite": [ + "1f34e", + "1f34f" + ], + "secondary": [ + "10f5d1" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apple", + "fall", + "fruit", + "fuji", + "green", + "green apple", + "macintosh", + "orchard", + "red", + "red apple", + "seasonal", + "vegan" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5d1", + "label": "Apple Whole", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 112c-8.8 0-16-7.2-16-16V80c0-44.2 35.8-80 80-80h16c8.8 0 16 7.2 16 16V32c0 44.2-35.8 80-80 80H224zM0 288c0-76.3 35.7-160 112-160c27.3 0 59.7 10.3 82.7 19.3c18.8 7.3 39.9 7.3 58.7 0c22.9-8.9 55.4-19.3 82.7-19.3c76.3 0 112 83.7 112 160c0 128-80 224-160 224c-16.5 0-38.1-6.6-51.5-11.3c-8.1-2.8-16.9-2.8-25 0c-13.4 4.7-35 11.3-51.5 11.3C80 512 0 416 0 288z" + } + }, + "free": [ + "solid" + ] + }, + "archway": { + "aliases": { + "unicodes": { + "secondary": [ + "10f557" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arc", + "monument", + "road", + "street", + "tunnel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f557", + "label": "Archway", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32H96h64V352c0-53 43-96 96-96s96 43 96 96V480h64 64c17.7 0 32-14.3 32-32s-14.3-32-32-32V128H32V416z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-down": { + "aliases": { + "unicodes": { + "composite": [ + "2193" + ], + "secondary": [ + "10f063" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Downwards Arrow", + "download" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f063", + "label": "Arrow Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-down-1-9": { + "aliases": { + "names": [ + "sort-numeric-asc", + "sort-numeric-down" + ], + "unicodes": { + "secondary": [ + "10f162" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "numbers", + "order", + "sort-numeric-asc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f162", + "label": "Arrow Down 1 9", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M450.7 38c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2V160H384c-17.7 0-32 14.3-32 32s14.3 32 32 32h48 48c17.7 0 32-14.3 32-32s-14.3-32-32-32H464V64c0-10.3-4.9-19.9-13.3-26zM160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V365.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM418.3 307a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 307zM405.1 419.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-down-9-1": { + "aliases": { + "names": [ + "sort-numeric-desc", + "sort-numeric-down-alt" + ], + "unicodes": { + "secondary": [ + "10f886" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "numbers", + "order", + "sort-numeric-asc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f886", + "label": "Arrow Down 9 1", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V365.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM450.7 294c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2V416H384c-17.7 0-32 14.3-32 32s14.3 32 32 32h48 48c17.7 0 32-14.3 32-32s-14.3-32-32-32H464V320c0-10.3-4.9-19.9-13.3-26zM418.3 91a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 91zM405.1 203.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-down-a-z": { + "aliases": { + "names": [ + "sort-alpha-asc", + "sort-alpha-down" + ], + "unicodes": { + "secondary": [ + "10f15d" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabetical", + "arrange", + "filter", + "order", + "sort-alpha-asc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f15d", + "label": "Arrow Down A Z", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 320c0-17.7 14.3-32 32-32H480c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 416H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 352H352c-17.7 0-32-14.3-32-32zM416 32c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 224H371.8l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128C392.8 38.8 403.9 32 416 32zM395.8 176h40.4L416 135.6 395.8 176z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-down-long": { + "aliases": { + "names": [ + "long-arrow-down" + ], + "unicodes": { + "secondary": [ + "10f175" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download", + "long-arrow-down" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f175", + "label": "Arrow Down Long", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7 224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 370.7L86.6 329.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-down-short-wide": { + "aliases": { + "names": [ + "sort-amount-desc", + "sort-amount-down-alt" + ], + "unicodes": { + "secondary": [ + "10f884" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "order", + "sort-amount-asc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f884", + "label": "Arrow Down Short Wide", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-down-up-across-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "border", + "crossing", + "transfer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4af", + "label": "Arrow Down Up Across Line", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M137.4 502.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V288H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H448V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L384 109.3V224H192 128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96V402.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96zM128 192h64V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192zM448 320H384V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-down-up-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "border", + "closed", + "crossing", + "lockdown", + "quarantine", + "transfer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4b0", + "label": "Arrow Down Up Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M150.6 502.6l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7V288H416V272c0-17.2 3.9-33.5 10.8-48H352V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-6-6-14.1-9.4-22.6-9.4s-16.6 3.4-22.6 9.4l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 109.3V224l-128 0H96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32H96V402.7L54.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0zM160 192V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192h64zM288 320V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320H288zm240-80c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-down-wide-short": { + "aliases": { + "names": [ + "sort-amount-asc", + "sort-amount-down" + ], + "unicodes": { + "secondary": [ + "10f160" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "number", + "order", + "sort-amount-asc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f160", + "label": "Arrow Down Wide Short", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H320z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-down-z-a": { + "aliases": { + "names": [ + "sort-alpha-desc", + "sort-alpha-down-alt" + ], + "unicodes": { + "secondary": [ + "10f881" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabetical", + "arrange", + "filter", + "order", + "sort-alpha-asc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f881", + "label": "Arrow Down Z A", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 64c0-17.7 14.3-32 32-32H480c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 96H352c-17.7 0-32-14.3-32-32zm96 192c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 448H371.8l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128c5.4-10.8 16.5-17.7 28.6-17.7zM395.8 400h40.4L416 359.6 395.8 400z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-left": { + "aliases": { + "unicodes": { + "composite": [ + "2190" + ], + "secondary": [ + "10f060" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Leftwards Arrow", + "back", + "previous" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f060", + "label": "Arrow Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-left-long": { + "aliases": { + "names": [ + "long-arrow-left" + ], + "unicodes": { + "secondary": [ + "10f177" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "long-arrow-left", + "previous" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f177", + "label": "Arrow Left Long", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288 480 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-370.7 0 73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-pointer": { + "aliases": { + "names": [ + "mouse-pointer" + ], + "unicodes": { + "secondary": [ + "10f245" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.0.3", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "cursor", + "select" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f245", + "label": "Arrow Pointer", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 55.2V426c0 12.2 9.9 22 22 22c6.3 0 12.4-2.7 16.6-7.5L121.2 346l58.1 116.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9L179.8 320H297.9c12.2 0 22.1-9.9 22.1-22.1c0-6.3-2.7-12.3-7.4-16.5L38.6 37.9C34.3 34.1 28.9 32 23.2 32C10.4 32 0 42.4 0 55.2z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-right": { + "aliases": { + "unicodes": { + "composite": [ + "2192" + ], + "secondary": [ + "10f061" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Rightwards Arrow", + "forward", + "next" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f061", + "label": "Arrow Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-right-arrow-left": { + "aliases": { + "names": [ + "exchange" + ], + "unicodes": { + "composite": [ + "21c4" + ], + "secondary": [ + "10f0ec" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Rightwards Arrow Over Leftwards Arrow", + "arrow", + "arrows", + "reciprocate", + "return", + "swap", + "transfer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0ec", + "label": "Arrow Right Arrow Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M438.6 150.6c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 96 32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l306.7 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96zm-333.3 352c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 416 416 416c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-right-from-bracket": { + "aliases": { + "names": [ + "sign-out" + ], + "unicodes": { + "secondary": [ + "10f08b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "exit", + "leave", + "log out", + "logout" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f08b", + "label": "Arrow Right From Bracket", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-right-long": { + "aliases": { + "names": [ + "long-arrow-right" + ], + "unicodes": { + "secondary": [ + "10f178" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "long-arrow-right", + "next" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f178", + "label": "Arrow Right Long", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-right-to-bracket": { + "aliases": { + "names": [ + "sign-in" + ], + "unicodes": { + "secondary": [ + "10f090" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "enter", + "join", + "log in", + "login", + "sign in", + "sign up", + "sign-in", + "signin", + "signup" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f090", + "label": "Arrow Right To Bracket", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 96l64 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm-9.4 182.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-right-to-city": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "exodus", + "rural", + "urban" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4b3", + "label": "Arrow Right To City", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 48c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48V192h40V120c0-13.3 10.7-24 24-24s24 10.7 24 24v72h24c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H432 336c-26.5 0-48-21.5-48-48V48zm64 32v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H368zM352 272v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H528zM512 368v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H528c-8.8 0-16 7.2-16 16zM166.6 153.4l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L146.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H146.7l-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-rotate-left": { + "aliases": { + "names": [ + "arrow-left-rotate", + "arrow-rotate-back", + "arrow-rotate-backward", + "undo" + ], + "unicodes": { + "composite": [ + "21ba" + ], + "secondary": [ + "10f0e2" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Anticlockwise Open Circle Arrow", + "back", + "control z", + "exchange", + "oops", + "return", + "rotate", + "swap" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0e2", + "label": "Arrow Rotate Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M125.7 160H176c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32s32 14.3 32 32v51.2L97.6 97.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3s-163.8-62.5-226.3 0L125.7 160z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-rotate-right": { + "aliases": { + "names": [ + "arrow-right-rotate", + "arrow-rotate-forward", + "redo" + ], + "unicodes": { + "composite": [ + "21bb" + ], + "secondary": [ + "10f01e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Clockwise Open Circle Arrow", + "forward", + "refresh", + "reload", + "repeat" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f01e", + "label": "Arrow Rotate Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H464c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0s-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3s163.8-62.5 226.3 0L386.3 160z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-trend-down": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "line", + "stocks", + "trend" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e097", + "label": "Arrow Trend Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 352c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v82.7L342.6 137.4c-12.5-12.5-32.8-12.5-45.3 0L192 242.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0L320 205.3 466.7 352H384z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-trend-up": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "line", + "stocks", + "trend" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e098", + "label": "Arrow Trend Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 160c-17.7 0-32-14.3-32-32s14.3-32 32-32H544c17.7 0 32 14.3 32 32V288c0 17.7-14.3 32-32 32s-32-14.3-32-32V205.3L342.6 374.6c-12.5 12.5-32.8 12.5-45.3 0L192 269.3 54.6 406.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0L320 306.7 466.7 160H384z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-turn-down": { + "aliases": { + "names": [ + "level-down" + ], + "unicodes": { + "secondary": [ + "10f149" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f149", + "label": "Arrow Turn Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 64C14.3 64 0 49.7 0 32S14.3 0 32 0l96 0c53 0 96 43 96 96l0 306.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 402.7 160 96c0-17.7-14.3-32-32-32L32 64z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-turn-up": { + "aliases": { + "names": [ + "level-up" + ], + "unicodes": { + "secondary": [ + "10f148" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f148", + "label": "Arrow Turn Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96-43 96-96l0-306.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 416c0 17.7-14.3 32-32 32l-96 0z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up": { + "aliases": { + "unicodes": { + "composite": [ + "2191" + ], + "secondary": [ + "10f062" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Upwards Arrow", + "forward", + "upload" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f062", + "label": "Arrow Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-1-9": { + "aliases": { + "names": [ + "sort-numeric-up" + ], + "unicodes": { + "secondary": [ + "10f163" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "numbers", + "order", + "sort-numeric-desc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f163", + "label": "Arrow Up 1 9", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M450.7 38c8.3 6 13.3 15.7 13.3 26v96h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 384c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V108.4l-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zM160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM445.7 364.9A32 32 0 1 0 418.3 307a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 408.4 344 375.2 344 336c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 467c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-9-1": { + "aliases": { + "names": [ + "sort-numeric-up-alt" + ], + "unicodes": { + "secondary": [ + "10f887" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "numbers", + "order", + "sort-numeric-desc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f887", + "label": "Arrow Up 9 1", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM450.7 294c8.3 6 13.3 15.7 13.3 26v96h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 384c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V364.4l-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zm-5-145.1A32 32 0 1 0 418.3 91a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 192.4 344 159.2 344 120c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 251c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-a-z": { + "aliases": { + "names": [ + "sort-alpha-up" + ], + "unicodes": { + "secondary": [ + "10f15e" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabetical", + "arrange", + "filter", + "order", + "sort-alpha-desc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f15e", + "label": "Arrow Up A Z", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 320c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H429.3l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H352c-17.7 0-32 14.3-32 32zM416 32c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 38.8 428.1 32 416 32zM395.8 176L416 135.6 436.2 176H395.8z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-from-bracket": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "share", + "transfer", + "upload" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e09a", + "label": "Arrow Up From Bracket", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M246.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 109.3V320c0 17.7 14.3 32 32 32s32-14.3 32-32V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 53 43 96 96 96H352c53 0 96-43 96-96V352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V352z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-from-ground-water": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "groundwater", + "spring", + "water supply", + "water table" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4b5", + "label": "Arrow Up From Ground Water", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 352c17.7 0 32-14.3 32-32V109.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3V320c0 17.7 14.3 32 32 32zm-18.5 69.9C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM192 192H48c-26.5 0-48 21.5-48 48V425c5.3-3.1 11.2-5.4 17.5-6.9c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.1 20.3V192zm384 48c0-26.5-21.5-48-48-48H384V416.5h0c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c6.3 1.5 12.1 3.8 17.5 6.9V240z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-from-water-pump": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "flood", + "groundwater", + "pump", + "submersible", + "sump pump" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4b6", + "label": "Arrow Up From Water Pump", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 0C85.5 0 64 21.5 64 48V256H48c-26.5 0-48 21.5-48 48v96c0 8 2 15.6 5.4 22.2c3.8-1.7 7.8-3.1 12-4.1c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c4.2 1 8.2 2.4 12 4.1C574 415.6 576 408 576 400V304c0-26.5-21.5-48-48-48H480l0-146.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 109.3 416 256H288V48c0-26.5-21.5-48-48-48H112zM306.5 421.9c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-long": { + "aliases": { + "names": [ + "long-arrow-up" + ], + "unicodes": { + "secondary": [ + "10f176" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "long-arrow-up", + "upload" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f176", + "label": "Arrow Up Long", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M214.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-right-dots": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "growth", + "increase", + "population" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4b7", + "label": "Arrow Up Right Dots", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h50.7L9.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3V160c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H160zM576 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM448 208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm128 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM272 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM144 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM576 336a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-48-80a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-right-from-square": { + "aliases": { + "names": [ + "external-link" + ], + "unicodes": { + "secondary": [ + "10f08e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "new", + "open", + "send", + "share" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f08e", + "label": "Arrow Up Right From Square", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-short-wide": { + "aliases": { + "names": [ + "sort-amount-up-alt" + ], + "unicodes": { + "secondary": [ + "10f885" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "order", + "sort-amount-desc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f885", + "label": "Arrow Up Short Wide", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H320z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-wide-short": { + "aliases": { + "names": [ + "sort-amount-up" + ], + "unicodes": { + "secondary": [ + "10f161" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "filter", + "order", + "sort-amount-desc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f161", + "label": "Arrow Up Wide Short", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 480h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "arrow-up-z-a": { + "aliases": { + "names": [ + "sort-alpha-up-alt" + ], + "unicodes": { + "secondary": [ + "10f882" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabetical", + "arrange", + "filter", + "order", + "sort-alpha-desc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f882", + "label": "Arrow Up Z A", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 64c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H429.3l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H352c-17.7 0-32 14.3-32 32zm96 192c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 262.8 428.1 256 416 256zM395.8 400L416 359.6 436.2 400H395.8z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-down-to-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "scale down", + "sink" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4b8", + "label": "Arrows Down To Line", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M544 416L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zm22.6-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L480 274.7 480 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96zm-320-45.3c-12.5-12.5-32.8-12.5-45.3 0L160 274.7 160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7L54.6 233.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-down-to-people": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "focus", + "targeted" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4b9", + "label": "Arrows Down To People", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 0c-13.3 0-24 10.7-24 24V142.1L97 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24zM360 200a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM184 296a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm312 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 345.5V400c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V345.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H486.2c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3H310.2c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6H134.2c-32.4 0-62.1 17.8-77.5 46.3L18.9 468.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V441.5zM415 153l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V142.1l-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-left-right": { + "aliases": { + "names": [ + "arrows-h" + ], + "unicodes": { + "secondary": [ + "10f07e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "expand", + "horizontal", + "landscape", + "resize", + "wide" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f07e", + "label": "Arrows Left Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M406.6 374.6l96-96c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224l-293.5 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288l293.5 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-left-right-to-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "analysis", + "expand", + "gap" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4ba", + "label": "Arrows Left Right To Line", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 64c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64zm214.6 73.4c12.5 12.5 12.5 32.8 0 45.3L205.3 224l229.5 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 288l-229.5 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0zM640 96V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-rotate": { + "aliases": { + "names": [ + "refresh", + "sync" + ], + "unicodes": { + "composite": [ + "1f5d8" + ], + "secondary": [ + "10f021" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Clockwise Right and Left Semicircle Arrows", + "exchange", + "refresh", + "reload", + "rotate", + "swap" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f021", + "label": "Arrows Rotate", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H463.5c0 0 0 0 0 0h.4c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1V448c0 17.7 14.3 32 32 32s32-14.3 32-32V396.9l17.6 17.5 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352H176c17.7 0 32-14.3 32-32s-14.3-32-32-32H48.4c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-spin": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cycle", + "rotate", + "spin", + "whirl" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4bb", + "label": "Arrows Spin", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 96c38.4 0 73.7 13.5 101.3 36.1l-32.6 32.6c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9H448c8.8 0 16-7.2 16-16V64c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4 3.5l-34 34C363.4 52.6 312.1 32 256 32c-10.9 0-21.5 .8-32 2.3V99.2c10.3-2.1 21-3.2 32-3.2zM132.1 154.7l32.6 32.6c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8V64c0-8.8-7.2-16-16-16H64c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l34 34C52.6 148.6 32 199.9 32 256c0 10.9 .8 21.5 2.3 32H99.2c-2.1-10.3-3.2-21-3.2-32c0-38.4 13.5-73.7 36.1-101.3zM477.7 224H412.8c2.1 10.3 3.2 21 3.2 32c0 38.4-13.5 73.7-36.1 101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8V448c0 8.8 7.2 16 16 16H448c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4 363.4 480 312.1 480 256c0-10.9-.8-21.5-2.3-32zM256 416c-38.4 0-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6 5.9-11.5 3.5-17.4s-8.3-9.9-14.8-9.9H64c-8.8 0-16 7.2-16 16l0 112c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l34-34C148.6 459.4 199.9 480 256 480c10.9 0 21.5-.8 32-2.3V412.8c-10.3 2.1-21 3.2-32 3.2z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-split-up-and-left": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agile", + "split" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4bc", + "label": "Arrows Split Up And Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M246.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L352 109.3V384c0 35.3 28.7 64 64 64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H416c-70.7 0-128-57.3-128-128c0-35.3-28.7-64-64-64H109.3l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 256H224c23.3 0 45.2 6.2 64 17.1V109.3l-41.4 41.4z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-to-circle": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "center", + "concentrate", + "coordinate", + "coordination", + "focal point", + "focus" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4bd", + "label": "Arrows To Circle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M9.4 9.4C21.9-3.1 42.1-3.1 54.6 9.4L160 114.7V96c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 4.3-.9 8.5-2.4 12.2c-1.6 3.7-3.8 7.3-6.9 10.3l-.1 .1c-3.1 3-6.6 5.3-10.3 6.9c-3.8 1.6-7.9 2.4-12.2 2.4H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h18.7L9.4 54.6C-3.1 42.1-3.1 21.9 9.4 9.4zM256 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM114.7 352H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h96 0l.1 0c8.8 0 16.7 3.6 22.5 9.3l.1 .1c3 3.1 5.3 6.6 6.9 10.3c1.6 3.8 2.4 7.9 2.4 12.2v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V397.3L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L114.7 352zM416 96c0-17.7 14.3-32 32-32s32 14.3 32 32v18.7L585.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 160H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H448c-8.8 0-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2l0-.1v0V96zM525.3 352L630.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 397.3V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V320v0c0 0 0-.1 0-.1c0-4.3 .9-8.4 2.4-12.2c1.6-3.8 3.9-7.3 6.9-10.4c5.8-5.8 13.7-9.3 22.5-9.4c0 0 .1 0 .1 0h0 96c17.7 0 32 14.3 32 32s-14.3 32-32 32H525.3z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-to-dot": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "assembly point", + "center", + "condense", + "focus", + "minimize" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4be", + "label": "Arrows To Dot", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c17.7 0 32 14.3 32 32V64h32c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-64 64c-12.5 12.5-32.8 12.5-45.3 0l-64-64c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8h32V32c0-17.7 14.3-32 32-32zM169.4 393.4l64-64c12.5-12.5 32.8-12.5 45.3 0l64 64c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H288v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H192c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9zM32 224H64V192c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c12.5 12.5 12.5 32.8 0 45.3l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3l64-64c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v32c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-64-64zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-to-eye": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "center", + "coordinated assessment", + "focus" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4bf", + "label": "Arrows To Eye", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M15 15C24.4 5.7 39.6 5.7 49 15l63 63V40c0-13.3 10.7-24 24-24s24 10.7 24 24v96c0 13.3-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H78.1L15 49C5.7 39.6 5.7 24.4 15 15zM133.5 243.9C158.6 193.6 222.7 112 320 112s161.4 81.6 186.5 131.9c3.8 7.6 3.8 16.5 0 24.2C481.4 318.4 417.3 400 320 400s-161.4-81.6-186.5-131.9c-3.8-7.6-3.8-16.5 0-24.2zM320 320a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM591 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-63 63H600c13.3 0 24 10.7 24 24s-10.7 24-24 24H504c-13.3 0-24-10.7-24-24V40c0-13.3 10.7-24 24-24s24 10.7 24 24V78.1l63-63zM15 497c-9.4-9.4-9.4-24.6 0-33.9l63-63H40c-13.3 0-24-10.7-24-24s10.7-24 24-24h96c13.3 0 24 10.7 24 24v96c0 13.3-10.7 24-24 24s-24-10.7-24-24V433.9L49 497c-9.4 9.4-24.6 9.4-33.9 0zm576 0l-63-63V472c0 13.3-10.7 24-24 24s-24-10.7-24-24V376c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H561.9l63 63c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-turn-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrows" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4c0", + "label": "Arrows Turn Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M297.4 9.4c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 160H128c-35.3 0-64 28.7-64 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V224C0 153.3 57.3 96 128 96H338.7L297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm-96 256c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416H96c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448c0-53 43-96 96-96H242.7l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-turn-to-dots": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "destination", + "nexus" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4c1", + "label": "Arrows Turn To Dots", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M249.4 25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 96 416 96c53 0 96 43 96 96v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7-14.3-32-32-32l-146.7 0 25.4 25.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3l80-80zm13.3 256l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416 96 416c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448c0-53 43-96 96-96l146.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0zM384 384a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192A64 64 0 1 1 64 64a64 64 0 1 1 0 128z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-up-down": { + "aliases": { + "names": [ + "arrows-v" + ], + "unicodes": { + "secondary": [ + "10f07d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "expand", + "portrait", + "resize", + "tall", + "vertical" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f07d", + "label": "Arrows Up Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L128 109.3V402.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-up-down-left-right": { + "aliases": { + "names": [ + "arrows" + ], + "unicodes": { + "secondary": [ + "10f047" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "arrows", + "bigger", + "enlarge", + "expand", + "fullscreen", + "move", + "position", + "reorder", + "resize" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f047", + "label": "Arrows Up Down Left Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l9.4-9.4V224H109.3l9.4-9.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4H224V402.7l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-9.4 9.4V288H402.7l-9.4 9.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4H288V109.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64z" + } + }, + "free": [ + "solid" + ] + }, + "arrows-up-to-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "rise", + "scale up" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4c2", + "label": "Arrows Up To Line", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M32 96l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96zM9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L96 237.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96zm320 45.3c12.5 12.5 32.8 12.5 45.3 0L416 237.3 416 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3z" + } + }, + "free": [ + "solid" + ] + }, + "artstation": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f77a", + "label": "Artstation", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z" + } + }, + "free": [ + "brands" + ] + }, + "asterisk": { + "aliases": { + "unicodes": { + "composite": [ + "2731", + "f069" + ], + "primary": [ + "f069" + ], + "secondary": [ + "102a", + "10f069" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Asterisk", + "Heavy Asterisk", + "annotation", + "details", + "reference", + "star" + ] + }, + "styles": [ + "solid" + ], + "unicode": "2a", + "label": "Asterisk", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 32c17.7 0 32 14.3 32 32V199.5l111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11L224 312.5V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V312.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256 15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11L160 199.5V64c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "asymmetrik": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f372", + "label": "Asymmetrik, Ltd.", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z" + } + }, + "free": [ + "brands" + ] + }, + "at": { + "aliases": { + "unicodes": { + "composite": [ + "f1fa" + ], + "primary": [ + "f1fa" + ], + "secondary": [ + "10f1fa" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Commercial At", + "address", + "author", + "e-mail", + "email", + "fluctuate", + "handle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "40", + "label": "At", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767248, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256v32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9C320 371.1 289.5 384 256 384c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32v80 32c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + }, + "free": [ + "solid" + ] + }, + "atlassian": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f77b", + "label": "Atlassian", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z" + } + }, + "free": [ + "brands" + ] + }, + "atom": { + "aliases": { + "unicodes": { + "composite": [ + "269b" + ], + "secondary": [ + "10f5d2" + ] + } + }, + "changes": [ + "5.2.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atheism", + "atheist", + "atom", + "atom symbol", + "chemistry", + "electron", + "ion", + "isotope", + "neutron", + "nuclear", + "proton", + "science" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5d2", + "label": "Atom", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 398.8c-11.8 5.1-23.4 9.7-34.9 13.5c16.7 33.8 31 35.7 34.9 35.7s18.1-1.9 34.9-35.7c-11.4-3.9-23.1-8.4-34.9-13.5zM446 256c33 45.2 44.3 90.9 23.6 128c-20.2 36.3-62.5 49.3-115.2 43.2c-22 52.1-55.6 84.8-98.4 84.8s-76.4-32.7-98.4-84.8c-52.7 6.1-95-6.8-115.2-43.2C21.7 346.9 33 301.2 66 256c-33-45.2-44.3-90.9-23.6-128c20.2-36.3 62.5-49.3 115.2-43.2C179.6 32.7 213.2 0 256 0s76.4 32.7 98.4 84.8c52.7-6.1 95 6.8 115.2 43.2c20.7 37.1 9.4 82.8-23.6 128zm-65.8 67.4c-1.7 14.2-3.9 28-6.7 41.2c31.8 1.4 38.6-8.7 40.2-11.7c2.3-4.2 7-17.9-11.9-48.1c-6.8 6.3-14 12.5-21.6 18.6zm-6.7-175.9c2.8 13.1 5 26.9 6.7 41.2c7.6 6.1 14.8 12.3 21.6 18.6c18.9-30.2 14.2-44 11.9-48.1c-1.6-2.9-8.4-13-40.2-11.7zM290.9 99.7C274.1 65.9 259.9 64 256 64s-18.1 1.9-34.9 35.7c11.4 3.9 23.1 8.4 34.9 13.5c11.8-5.1 23.4-9.7 34.9-13.5zm-159 88.9c1.7-14.3 3.9-28 6.7-41.2c-31.8-1.4-38.6 8.7-40.2 11.7c-2.3 4.2-7 17.9 11.9 48.1c6.8-6.3 14-12.5 21.6-18.6zM110.2 304.8C91.4 335 96 348.7 98.3 352.9c1.6 2.9 8.4 13 40.2 11.7c-2.8-13.1-5-26.9-6.7-41.2c-7.6-6.1-14.8-12.3-21.6-18.6zM336 256a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zm-80-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "audible": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f373", + "label": "Audible", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z" + } + }, + "free": [ + "brands" + ] + }, + "audio-description": { + "aliases": { + "unicodes": { + "secondary": [ + "10f29e" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blind", + "narration", + "video", + "visual" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f29e", + "label": "Audio Description", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM213.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-9.4-18.9H150.9l-9.4 18.9c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zm-.4 106.6L192 237.7l-21.1 42.2h42.2zM304 184c0-13.3 10.7-24 24-24h56c53 0 96 43 96 96s-43 96-96 96H328c-13.3 0-24-10.7-24-24V184zm48 24v96h32c26.5 0 48-21.5 48-48s-21.5-48-48-48H352z" + } + }, + "free": [ + "solid" + ] + }, + "austral-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Austral Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e0a9", + "label": "Austral Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M253.5 51.7C248.6 39.8 236.9 32 224 32s-24.6 7.8-29.5 19.7L122.7 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96L82.7 320H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H56L34.5 435.7c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L125.3 384H322.7l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8L392 384h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H365.3L352 288h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H325.3L253.5 51.7zM256 224H192l32-76.8L256 224zm-90.7 64H282.7L296 320H152l13.3-32z" + } + }, + "free": [ + "solid" + ] + }, + "autoprefixer": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f41c", + "label": "Autoprefixer", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z" + } + }, + "free": [ + "brands" + ] + }, + "avianex": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f374", + "label": "avianex", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z" + } + }, + "free": [ + "brands" + ] + }, + "aviato": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f421", + "label": "Aviato", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z" + } + }, + "free": [ + "brands" + ] + }, + "award": { + "aliases": { + "unicodes": { + "secondary": [ + "10f559" + ] + } + }, + "changes": [ + "5.1.0", + "5.2.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "honor", + "praise", + "prize", + "recognition", + "ribbon", + "trophy" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f559", + "label": "Award", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M173.8 5.5c11-7.3 25.4-7.3 36.4 0L228 17.2c6 3.9 13 5.8 20.1 5.4l21.3-1.3c13.2-.8 25.6 6.4 31.5 18.2l9.6 19.1c3.2 6.4 8.4 11.5 14.7 14.7L344.5 83c11.8 5.9 19 18.3 18.2 31.5l-1.3 21.3c-.4 7.1 1.5 14.2 5.4 20.1l11.8 17.8c7.3 11 7.3 25.4 0 36.4L366.8 228c-3.9 6-5.8 13-5.4 20.1l1.3 21.3c.8 13.2-6.4 25.6-18.2 31.5l-19.1 9.6c-6.4 3.2-11.5 8.4-14.7 14.7L301 344.5c-5.9 11.8-18.3 19-31.5 18.2l-21.3-1.3c-7.1-.4-14.2 1.5-20.1 5.4l-17.8 11.8c-11 7.3-25.4 7.3-36.4 0L156 366.8c-6-3.9-13-5.8-20.1-5.4l-21.3 1.3c-13.2 .8-25.6-6.4-31.5-18.2l-9.6-19.1c-3.2-6.4-8.4-11.5-14.7-14.7L39.5 301c-11.8-5.9-19-18.3-18.2-31.5l1.3-21.3c.4-7.1-1.5-14.2-5.4-20.1L5.5 210.2c-7.3-11-7.3-25.4 0-36.4L17.2 156c3.9-6 5.8-13 5.4-20.1l-1.3-21.3c-.8-13.2 6.4-25.6 18.2-31.5l19.1-9.6C65 70.2 70.2 65 73.4 58.6L83 39.5c5.9-11.8 18.3-19 31.5-18.2l21.3 1.3c7.1 .4 14.2-1.5 20.1-5.4L173.8 5.5zM272 192a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM1.3 441.8L44.4 339.3c.2 .1 .3 .2 .4 .4l9.6 19.1c11.7 23.2 36 37.3 62 35.8l21.3-1.3c.2 0 .5 0 .7 .2l17.8 11.8c5.1 3.3 10.5 5.9 16.1 7.7l-37.6 89.3c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2L74.4 455.5l-56.1 8.3c-5.7 .8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L211.7 413c5.6-1.8 11-4.3 16.1-7.7l17.8-11.8c.2-.1 .4-.2 .7-.2l21.3 1.3c26 1.5 50.3-12.6 62-35.8l9.6-19.1c.1-.2 .2-.3 .4-.4l43.2 102.5c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7z" + } + }, + "free": [ + "solid" + ] + }, + "aws": { + "changes": [ + "5.0.0", + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f375", + "label": "Amazon Web Services (AWS)", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z" + } + }, + "free": [ + "brands" + ] + }, + "b": { + "aliases": { + "unicodes": { + "composite": [ + "62" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter B", + "Latin Small Letter B", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "42", + "label": "B", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V256 416c0 35.3 28.7 64 64 64H192c70.7 0 128-57.3 128-128c0-46.5-24.8-87.3-62-109.7c18.7-22.3 30-51 30-82.3c0-70.7-57.3-128-128-128H64zm96 192H64V96h96c35.3 0 64 28.7 64 64s-28.7 64-64 64zM64 288h96 32c35.3 0 64 28.7 64 64s-28.7 64-64 64H64V288z" + } + }, + "free": [ + "solid" + ] + }, + "baby": { + "aliases": { + "unicodes": { + "secondary": [ + "10f77c" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f77c", + "label": "Baby", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M152 88a72 72 0 1 1 144 0A72 72 0 1 1 152 88zM39.7 144.5c13-17.9 38-21.8 55.9-8.8L131.8 162c26.8 19.5 59.1 30 92.2 30s65.4-10.5 92.2-30l36.2-26.4c17.9-13 42.9-9 55.9 8.8s9 42.9-8.8 55.9l-36.2 26.4c-13.6 9.9-28.1 18.2-43.3 25V288H128V251.7c-15.2-6.7-29.7-15.1-43.3-25L48.5 200.3c-17.9-13-21.8-38-8.8-55.9zm89.8 184.8l60.6 53-26 37.2 24.3 24.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-48-48C70 438.6 68.1 417 79.2 401.1l50.2-71.8zm128.5 53l60.6-53 50.2 71.8c11.1 15.9 9.2 37.5-4.5 51.2l-48 48c-15.6 15.6-40.9 15.6-56.6 0s-15.6-40.9 0-56.6L284 419.4l-26-37.2z" + } + }, + "free": [ + "solid" + ] + }, + "baby-carriage": { + "aliases": { + "names": [ + "carriage-baby" + ], + "unicodes": { + "secondary": [ + "10f77d" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buggy", + "carrier", + "infant", + "push", + "stroller", + "transportation", + "walk", + "wheels" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f77d", + "label": "Baby Carriage", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 192H.1C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8L256 192zm128-32c0-35.3 28.7-64 64-64h32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0v64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224l224 0 160 0V160zM80 416a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm240 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z" + } + }, + "free": [ + "solid" + ] + }, + "backward": { + "aliases": { + "unicodes": { + "composite": [ + "23ea" + ], + "secondary": [ + "10f04a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "double", + "fast reverse button", + "previous", + "rewind" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f04a", + "label": "Backward", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M459.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4L288 214.3V256v41.7L459.5 440.6zM256 352V256 128 96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160C4.2 237.5 0 246.5 0 256s4.2 18.5 11.5 24.6l192 160c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V352z" + } + }, + "free": [ + "solid" + ] + }, + "backward-fast": { + "aliases": { + "names": [ + "fast-backward" + ], + "unicodes": { + "composite": [ + "23ee" + ], + "secondary": [ + "10f049" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "beginning", + "first", + "last track button", + "previous", + "previous scene", + "previous track", + "rewind", + "start", + "triangle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f049", + "label": "Backward Fast", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M493.6 445c-11.2 5.3-24.5 3.6-34.1-4.4L288 297.7V416c0 12.4-7.2 23.7-18.4 29s-24.5 3.6-34.1-4.4L64 297.7V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64s32 14.3 32 32V214.3L235.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S288 83.6 288 96V214.3L459.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S512 83.6 512 96V416c0 12.4-7.2 23.7-18.4 29z" + } + }, + "free": [ + "solid" + ] + }, + "backward-step": { + "aliases": { + "names": [ + "step-backward" + ], + "unicodes": { + "secondary": [ + "10f048" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beginning", + "first", + "previous", + "rewind", + "start" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f048", + "label": "Backward Step", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M267.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160L64 241V96c0-17.7-14.3-32-32-32S0 78.3 0 96V416c0 17.7 14.3 32 32 32s32-14.3 32-32V271l11.5 9.6 192 160z" + } + }, + "free": [ + "solid" + ] + }, + "bacon": { + "aliases": { + "unicodes": { + "composite": [ + "1f953" + ], + "secondary": [ + "10f7e5" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bacon", + "blt", + "breakfast", + "food", + "ham", + "lard", + "meat", + "pancetta", + "pork", + "rasher" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7e5", + "label": "Bacon", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M439.2 1.2c11.2-3.2 23.2-.1 31.4 8.1L518 56.7l-26.5 7.9c-58 16.6-98.1 39.6-129.6 67.4c-31.2 27.5-53.2 59.1-75.1 90.9l-2.3 3.3C241.6 288.7 195 356.6 72.8 417.7L37.9 435.2 9.4 406.6c-7.3-7.3-10.6-17.6-9-27.8s8.1-18.9 17.3-23.5C136.1 296.2 180.9 231 223.3 169.3l2.3-3.4c21.8-31.8 44.9-64.9 77.7-93.9c33.4-29.5 75.8-53.6 135.9-70.8zM61.8 459l25.4-12.7c129.5-64.7 179.9-138.1 223.8-202l2.2-3.3c22.1-32.1 42.1-60.5 69.9-85.1c27.5-24.3 63.4-45.2 117.3-60.6l0 0 .2-.1 43.1-12.9 23 23c8 8 11.2 19.7 8.3 30.7s-11.3 19.6-22.2 22.7c-51.9 14.8-85.6 34.7-111.1 57.2c-26.1 23-45.1 49.9-67.3 82.1l-2.2 3.2C327.8 365.9 275.5 442 142.3 508.6c-12.3 6.2-27.2 3.7-36.9-6L61.8 459z" + } + }, + "free": [ + "solid" + ] + }, + "bacteria": { + "aliases": { + "unicodes": { + "secondary": [ + "10e059" + ] + } + }, + "changes": [ + "5.13.0", + "5.13.1", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "antibiotic", + "antibody", + "covid-19", + "health", + "organism", + "sick" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e059", + "label": "Bacteria", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M304.9 .7c-9.6-2.7-19.5 2.8-22.3 12.4l-4.3 15.2c-8.3-.6-16.8 0-25.2 1.9c-7.3 1.7-14.3 3.5-21.1 5.5l-5.5-12.7c-3.9-9.1-14.5-13.4-23.6-9.5s-13.4 14.5-9.5 23.6l4.4 10.4c-16.6 6.7-31.7 14.4-45.4 22.8L147 62c-5.5-8.3-16.7-10.5-25-5s-10.5 16.7-5 25l6 9c-13.7 11-25.5 22.8-35.8 34.9l-10-8c-7.8-6.2-19.1-5-25.3 2.8s-5 19.1 2.8 25.3L65.9 155c-1.8 2.8-3.5 5.7-5.1 8.5c-6.6 11.4-11.8 22.6-16 33l-8-3.2c-9.2-3.7-19.7 .8-23.4 10s.8 19.7 10 23.4l10.4 4.2c-.2 .8-.4 1.5-.5 2.3c-2.2 9.3-3.4 17.3-4.1 23.4c-.4 3.1-.6 5.7-.8 7.8c-.1 1.1-.1 2-.2 2.8l-.1 1.1 0 .5 0 .2 0 .1c0 0 0 .1 29.1 1l-.1 0L28 269.3c-.1 3.1 0 6.1 .2 9.1l-15.2 4.3C3.5 285.4-2 295.4 .7 304.9s12.7 15.1 22.3 12.4l15.6-4.5c7.6 13.6 18.9 25 32.6 32.6L66.7 361c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.3-12.4l4.3-15.2c1.2 .1 2.4 .2 3.6 .2c15.6 .5 30.3-3.3 43-10.2l9 9c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-7.2-7.2c9.3-12.6 15.2-27.8 16.3-44.5l7.1 3c9.1 3.9 19.7-.3 23.6-9.5s-.3-19.7-9.5-23.6l-8.6-3.7c6.4-9.9 17.3-22.4 36.9-33.3l1.3 4.4c2.7 9.6 12.7 15.1 22.3 12.4s15.1-12.7 12.4-22.3l-2.3-8.1c3.8-1.1 7.7-2.1 11.9-3.1c11.6-2.7 22.1-7.7 31.1-14.4l7.2 7.2c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-9-9c7.6-13.9 11.3-30.1 10.1-46.6l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3S370.6 64 361 66.7l-15.6 4.5c-7.7-13.9-19.1-25.1-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3zM112 272l-48-1.5 0 0c11.7 .4 27.3 .9 48 1.6zm16-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-48a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM322.7 489c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.2-12.4l4.3-15.2c8.3 .6 16.8 0 25.2-1.9c7.3-1.7 14.3-3.5 21.1-5.5l5.5 12.7c3.9 9.1 14.5 13.4 23.6 9.5s13.4-14.5 9.5-23.6l-4.4-10.4c16.6-6.7 31.7-14.4 45.4-22.8L493 450c5.5 8.3 16.7 10.5 25 5s10.5-16.7 5-25l-6-9c13.7-11 25.5-22.8 35.8-34.9l10 8c7.8 6.2 19.1 5 25.3-2.8s5-19.1-2.8-25.3L574.1 357c1.8-2.8 3.5-5.7 5.1-8.5c6.6-11.4 11.8-22.6 16-33l8 3.2c9.2 3.7 19.7-.8 23.4-10s-.8-19.7-10-23.4l-10.4-4.2c.2-.8 .4-1.5 .5-2.3c2.2-9.3 3.4-17.3 4.1-23.4c.4-3.1 .6-5.7 .8-7.8c.1-1.1 .1-2 .2-2.8l.1-1.1 0-.5 0-.2 0-.1c0 0 0-.1-29.1-1l.1 0 29.1 .9c.1-3.1 0-6.1-.2-9.1l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3s-12.7-15.1-22.3-12.4l-15.6 4.5c-7.6-13.6-18.9-25-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3s-19.5 2.8-22.3 12.4l-4.3 15.2c-1.2-.1-2.4-.2-3.6-.2c-15.6-.5-30.3 3.3-43 10.2l-9-9c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l7.2 7.2c-9.3 12.6-15.2 27.8-16.3 44.5l-7.1-3c-9.1-3.9-19.7 .3-23.6 9.5s.3 19.7 9.5 23.6l8.6 3.7c-6.4 9.9-17.3 22.4-36.9 33.3l-1.3-4.4c-2.7-9.6-12.7-15.1-22.3-12.4s-15.1 12.7-12.4 22.3l2.3 8.1c-3.8 1.1-7.7 2.1-11.9 3.1c-11.6 2.7-22.1 7.7-31.1 14.4l-7.2-7.2c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l9 9c-7.6 13.9-11.3 30.1-10.1 46.6l-15.2 4.3c-9.6 2.7-15.1 12.7-12.4 22.2s12.7 15.1 22.3 12.4l15.6-4.5c7.7 13.9 19.1 25.1 32.6 32.6L322.7 489zM576 241.5l0 0c-11.7-.4-27.3-.9-48-1.6l48 1.5zM448 384a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z" + } + }, + "free": [ + "solid" + ] + }, + "bacterium": { + "aliases": { + "unicodes": { + "secondary": [ + "10e05a" + ] + } + }, + "changes": [ + "5.13.0", + "5.13.1", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "antibiotic", + "antibody", + "covid-19", + "health", + "organism", + "sick" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e05a", + "label": "Bacterium", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M423.1 30.6c3.6-12.7-3.7-26-16.5-29.7s-26 3.7-29.7 16.5l-4.2 14.7c-9.8-.4-19.9 .5-29.9 2.8c-12.1 2.8-23.7 5.9-34.9 9.4l-5.9-13.7c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8 19.3-12.6 31.5l4.9 11.3c-22 9.4-42 20.1-60.2 31.8L196 82.7c-7.4-11-22.3-14-33.3-6.7s-14 22.3-6.7 33.3l7.8 11.6c-18 15-33.7 30.8-47.3 47.1L103 157.3c-10.4-8.3-25.5-6.6-33.7 3.7s-6.6 25.5 3.7 33.7l15 12c-2.1 3.2-4.1 6.5-6 9.7c-9.4 15.7-17 31-23.2 45.3l-9.9-3.9c-12.3-4.9-26.3 1.1-31.2 13.4s1.1 26.3 13.4 31.2l11.6 4.6c-.3 1.1-.6 2.1-.9 3.1c-3.5 12.5-5.7 23.2-7.1 31.3c-.7 4.1-1.2 7.5-1.6 10.3c-.2 1.4-.3 2.6-.4 3.6l-.1 1.4-.1 .6 0 .3 0 .1c0 0 0 .1 39.2 3.7l0 0-39.2-3.6c-.5 5-.6 10-.4 14.9l-14.7 4.2C4.7 380.6-2.7 393.8 .9 406.6s16.9 20.1 29.7 16.5l13.8-3.9c10.6 20.7 27.6 37.8 48.5 48.5l-3.9 13.7c-3.6 12.7 3.7 26 16.5 29.7s26-3.7 29.7-16.5l4.2-14.7c23.8 1 46.3-5.5 65.1-17.6L215 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c9.1-14.1 15.1-30.5 17-48.3l.1-.8c.3-1.7 1-5.1 2.3-9.8l.2-.8 12.6 5.4c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9 24.9-31.6 48.6-46l2.1 7.5c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7L371 259.2c6.9-2.2 14.3-4.3 22.2-6.1c12.9-3 24.7-8 35.2-14.8L439 249c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c12.2-19 18.6-41.6 17.6-65.1l14.7-4.2c12.7-3.6 20.1-16.9 16.5-29.7s-16.9-20.1-29.7-16.5l-13.7 3.9c-10.8-21.2-28-38-48.5-48.5l3.9-13.8zM92.1 363.3l0 0L144 368l-51.9-4.7zM112 320a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM240 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "solid" + ] + }, + "bag-shopping": { + "aliases": { + "names": [ + "shopping-bag" + ], + "unicodes": { + "secondary": [ + "10f290" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "checkout", + "grocery", + "payment", + "purchase" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f290", + "label": "Bag Shopping", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64v48H160V112zm-48 48H48c-26.5 0-48 21.5-48 48V416c0 53 43 96 96 96H352c53 0 96-43 96-96V208c0-26.5-21.5-48-48-48H336V112C336 50.1 285.9 0 224 0S112 50.1 112 112v48zm24 48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm152 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + }, + "free": [ + "solid" + ] + }, + "bahai": { + "aliases": { + "names": [ + "haykal" + ], + "unicodes": { + "secondary": [ + "10f666" + ] + } + }, + "changes": [ + "5.3.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bahai", + "bahá'í", + "star" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f666", + "label": "Bahai", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 0c14.5 0 27.2 9.7 30.9 23.8l23.9 89.6 75.9-53.3c11.9-8.3 27.8-7.6 39 1.7s14.6 24.9 8.4 38.1l-39.3 84 92.4 8c14.4 1.2 26.2 12 28.8 26.3s-4.9 28.5-18 34.6l-84.1 39.1 65.7 65.5c10.3 10.2 12.4 26.1 5.1 38.7s-22 18.7-36 14.9L391 386.8l8.2 92.4c1.3 14.4-7.3 27.9-20.9 32.9s-28.9 .1-37.2-11.7l-53.1-76-53.1 76c-8.3 11.9-23.6 16.7-37.2 11.7s-22.2-18.5-20.9-32.9l8.2-92.4L95.4 410.9c-14 3.8-28.8-2.3-36-14.9s-5.2-28.4 5.1-38.7l65.7-65.5L46 252.7c-13.1-6.1-20.5-20.3-18-34.6s14.3-25.1 28.8-26.3l92.4-8-39.3-84c-6.1-13.1-2.7-28.8 8.4-38.1s27.1-10 39-1.7l75.9 53.3 23.9-89.6C260.8 9.7 273.5 0 288 0zm0 156.2l-4.8 18c-2.7 10.1-10.2 18.2-20 21.8s-20.8 2.1-29.3-3.9l-15.2-10.7 7.9 16.8c4.4 9.5 4 20.5-1.3 29.6s-14.5 15-25 15.9l-18.5 1.6 16.8 7.8c9.5 4.4 16.2 13.2 18 23.5s-1.5 20.8-8.9 28.2l-13.2 13.1 17.9-4.8c10.1-2.7 20.9-.3 28.9 6.4s12.2 16.9 11.3 27.3l-1.6 18.5 10.6-15.2c6-8.6 15.8-13.7 26.2-13.7s20.2 5.1 26.2 13.7l10.6 15.2-1.6-18.5c-.9-10.4 3.3-20.6 11.3-27.3s18.8-9.1 28.9-6.4l17.9 4.8-13.2-13.1c-7.4-7.4-10.7-17.9-8.9-28.2s8.5-19.1 18-23.5l16.8-7.8-18.5-1.6c-10.4-.9-19.7-6.8-25-15.9s-5.7-20.1-1.3-29.6l7.9-16.8-15.2 10.7c-8.6 6-19.5 7.5-29.3 3.9s-17.3-11.7-20-21.8l-4.8-18z" + } + }, + "free": [ + "solid" + ] + }, + "baht-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e0ac", + "label": "Baht Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M144 0c-17.7 0-32 14.3-32 32V64H37.6C16.8 64 0 80.8 0 101.6V224v41.7V288 406.3c0 23 18.7 41.7 41.7 41.7H112v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1C280.3 222.6 288 200.2 288 176c0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32zM112 128v96H64V128h48zm64 96V128c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-64 64v96H64V288h48zm64 96V288h32c26.5 0 48 21.5 48 48s-21.5 48-48 48H176z" + } + }, + "free": [ + "solid" + ] + }, + "ban": { + "aliases": { + "names": [ + "cancel" + ], + "unicodes": { + "composite": [ + "1f6ab" + ], + "secondary": [ + "10f05e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abort", + "ban", + "block", + "cancel", + "delete", + "entry", + "forbidden", + "hide", + "no", + "not", + "prohibit", + "prohibited", + "remove", + "stop", + "trash" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f05e", + "label": "Ban", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5zm45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5L412.5 367.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + }, + "free": [ + "solid" + ] + }, + "ban-smoking": { + "aliases": { + "names": [ + "smoking-ban" + ], + "unicodes": { + "composite": [ + "1f6ad" + ], + "secondary": [ + "10f54d" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ban", + "cancel", + "forbidden", + "no", + "no smoking", + "non-smoking", + "not", + "prohibited", + "smoking" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f54d", + "label": "Ban Smoking", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M99.5 144.8L178.7 224l96 96 92.5 92.5C335.9 434.9 297.5 448 256 448C150 448 64 362 64 256c0-41.5 13.1-79.9 35.5-111.2zM333.3 288l-32-32H384v32H333.3zm32 32H400c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H269.3L144.8 99.5C176.1 77.1 214.5 64 256 64c106 0 192 86 192 192c0 41.5-13.1 79.9-35.5 111.2L365.3 320zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM272 96c-8.8 0-16 7.2-16 16c0 26.5 21.5 48 48 48h32c8.8 0 16 7.2 16 16s7.2 16 16 16s16-7.2 16-16c0-26.5-21.5-48-48-48H304c-8.8 0-16-7.2-16-16s-7.2-16-16-16zM229.5 320l-96-96H112c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16H229.5z" + } + }, + "free": [ + "solid" + ] + }, + "bandage": { + "aliases": { + "names": [ + "band-aid" + ], + "unicodes": { + "composite": [ + "1fa79" + ], + "secondary": [ + "10f462" + ] + } + }, + "changes": [ + "5.0.7", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "adhesive bandage", + "bandage", + "boo boo", + "first aid", + "ouch" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f462", + "label": "Bandage", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766749, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 416h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H480V416zM448 96H192V416H448V96zM64 96C28.7 96 0 124.7 0 160V352c0 35.3 28.7 64 64 64h96V96H64zM248 208a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM248 304a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "solid" + ] + }, + "bandcamp": { + "changes": [ + "4.7.0", + "5.0.0", + "5.13.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2d5", + "label": "Bandcamp", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z" + } + }, + "free": [ + "brands" + ] + }, + "bangladeshi-taka-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bdt", + "currency", + "tk" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e2e6", + "label": "Bangladeshi Taka Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M36 32.2C18.4 30.1 2.4 42.5 .2 60S10.5 93.6 28 95.8l7.9 1c16 2 28 15.6 28 31.8V160H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V384c0 53 43 96 96 96h32c106 0 192-86 192-192V256c0-53-43-96-96-96H272c-17.7 0-32 14.3-32 32s14.3 32 32 32h16c17.7 0 32 14.3 32 32v32c0 70.7-57.3 128-128 128H160c-17.7 0-32-14.3-32-32V224h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V128.5c0-48.4-36.1-89.3-84.1-95.3l-7.9-1z" + } + }, + "free": [ + "solid" + ] + }, + "barcode": { + "aliases": { + "unicodes": { + "secondary": [ + "10f02a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "info", + "laser", + "price", + "scan", + "upc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f02a", + "label": "Barcode", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M24 32C10.7 32 0 42.7 0 56V456c0 13.3 10.7 24 24 24H40c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H24zm88 0c-8.8 0-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V48c0-8.8-7.2-16-16-16zm72 0c-13.3 0-24 10.7-24 24V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H184zm96 0c-13.3 0-24 10.7-24 24V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H280zM448 56V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H472c-13.3 0-24 10.7-24 24zm-64-8V464c0 8.8 7.2 16 16 16s16-7.2 16-16V48c0-8.8-7.2-16-16-16s-16 7.2-16 16z" + } + }, + "free": [ + "solid" + ] + }, + "bars": { + "aliases": { + "names": [ + "navicon" + ], + "unicodes": { + "secondary": [ + "10f0c9" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "drag", + "hamburger", + "list", + "menu", + "nav", + "navigation", + "ol", + "reorder", + "settings", + "todo", + "ul" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0c9", + "label": "Bars", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "bars-progress": { + "aliases": { + "names": [ + "tasks-alt" + ], + "unicodes": { + "secondary": [ + "10f828" + ] + } + }, + "changes": [ + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "downloading", + "downloads", + "loading", + "poll", + "progress", + "project management", + "settings", + "to do" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f828", + "label": "Bars Progress", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 160H320V128H448v32zM48 64C21.5 64 0 85.5 0 112v64c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48zM448 352v32H192V352H448zM48 288c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V336c0-26.5-21.5-48-48-48H48z" + } + }, + "free": [ + "solid" + ] + }, + "bars-staggered": { + "aliases": { + "names": [ + "reorder", + "stream" + ], + "unicodes": { + "secondary": [ + "10f550" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "flow", + "list", + "timeline" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f550", + "label": "Bars Staggered", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM64 256c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "baseball": { + "aliases": { + "names": [ + "baseball-ball" + ], + "unicodes": { + "composite": [ + "1f94e", + "26be" + ], + "secondary": [ + "10f433" + ] + } + }, + "changes": [ + "5.0.5", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "baseball", + "foul", + "glove", + "hardball", + "league", + "leather", + "mlb", + "softball", + "sport", + "underarm" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f433", + "label": "Baseball", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M62.7 223.4c-4.8 .4-9.7 .6-14.7 .6c-15.6 0-30.8-2-45.2-5.9C19.2 107.1 107.1 19.2 218.1 2.8C222 17.2 224 32.4 224 48c0 4.9-.2 9.8-.6 14.7c-.7 8.8 5.8 16.5 14.6 17.3s16.5-5.8 17.3-14.6c.5-5.7 .7-11.5 .7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8 0 3.7-.1 5.6-.1C397.4 0 512 114.6 512 256c0 1.9 0 3.7-.1 5.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8 0-11.6 .2-17.3 .7c-8.8 .7-15.4 8.5-14.6 17.3s8.5 15.4 17.3 14.6c4.8-.4 9.7-.6 14.7-.6c15.6 0 30.8 2 45.2 5.9C492.8 404.9 404.9 492.8 293.9 509.2C290 494.8 288 479.6 288 464c0-4.9 .2-9.8 .6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5 5.8-17.3 14.6c-.5 5.7-.7 11.5-.7 17.3c0 16.5 1.9 32.6 5.6 47.9c-1.8 0-3.7 .1-5.6 .1C114.6 512 0 397.4 0 256c0-1.9 0-3.7 .1-5.6C15.4 254.1 31.5 256 48 256c5.8 0 11.6-.2 17.3-.7c8.8-.7 15.4-8.5 14.6-17.3s-8.5-15.4-17.3-14.6zM121.3 208c-8 3.7-11.6 13.2-7.9 21.2s13.2 11.6 21.2 7.9c45.2-20.8 81.7-57.2 102.5-102.5c3.7-8 .2-17.5-7.9-21.2s-17.5-.2-21.2 7.9c-17.6 38.3-48.5 69.2-86.7 86.7zm277.2 74.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2 20.8-81.7 57.2-102.5 102.5c-3.7 8-.2 17.5 7.9 21.2s17.5 .2 21.2-7.9c17.6-38.3 48.5-69.2 86.7-86.7c8-3.7 11.6-13.2 7.9-21.2z" + } + }, + "free": [ + "solid" + ] + }, + "baseball-bat-ball": { + "aliases": { + "unicodes": { + "secondary": [ + "10f432" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bat", + "league", + "mlb", + "slugger", + "softball", + "sport" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f432", + "label": "Baseball Bat Ball", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M424 0c-12.4 0-24.2 4.9-33 13.7L233.5 171.2c-10.5 10.5-19.8 22.1-27.7 34.6L132.7 321.6c-7.3 11.5-15.8 22.2-25.5 31.9L69.9 390.7l51.3 51.3 37.3-37.3c9.6-9.6 20.3-18.2 31.9-25.5l115.8-73.1c12.5-7.9 24.1-17.2 34.6-27.7L498.3 121c8.7-8.7 13.7-20.6 13.7-33s-4.9-24.2-13.7-33L457 13.7C448.2 4.9 436.4 0 424 0zm88 432a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM15 399c-9.4 9.4-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L49 399c-9.4-9.4-24.6-9.4-33.9 0z" + } + }, + "free": [ + "solid" + ] + }, + "basket-shopping": { + "aliases": { + "names": [ + "shopping-basket" + ], + "unicodes": { + "secondary": [ + "10f291" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "checkout", + "grocery", + "payment", + "purchase" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f291", + "label": "Basket Shopping", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M253.3 35.1c6.1-11.8 1.5-26.3-10.2-32.4s-26.3-1.5-32.4 10.2L117.6 192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32L83.9 463.5C91 492 116.6 512 146 512H430c29.4 0 55-20 62.1-48.5L544 256c17.7 0 32-14.3 32-32s-14.3-32-32-32H458.4L365.3 12.9C359.2 1.2 344.7-3.4 332.9 2.7s-16.3 20.6-10.2 32.4L404.3 192H171.7L253.3 35.1zM192 304v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16s16 7.2 16 16zm96-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16zm128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + }, + "free": [ + "solid" + ] + }, + "basketball": { + "aliases": { + "names": [ + "basketball-ball" + ], + "unicodes": { + "composite": [ + "1f3c0" + ], + "secondary": [ + "10f434" + ] + } + }, + "changes": [ + "5.0.5", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "basketball", + "dribble", + "dunk", + "hoop", + "nba" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f434", + "label": "Basketball", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M86.6 64l85.2 85.2C194.5 121.7 208 86.4 208 48c0-14.7-2-28.9-5.7-42.4C158.6 15 119 35.5 86.6 64zM64 86.6C35.5 119 15 158.6 5.6 202.3C19.1 206 33.3 208 48 208c38.4 0 73.7-13.5 101.3-36.1L64 86.6zM256 0c-7.3 0-14.6 .3-21.8 .9C238 16 240 31.8 240 48c0 47.3-17.1 90.5-45.4 124L256 233.4 425.4 64C380.2 24.2 320.9 0 256 0zM48 240c-16.2 0-32-2-47.1-5.8C.3 241.4 0 248.7 0 256c0 64.9 24.2 124.2 64 169.4L233.4 256 172 194.6C138.5 222.9 95.3 240 48 240zm463.1 37.8c.6-7.2 .9-14.5 .9-21.8c0-64.9-24.2-124.2-64-169.4L278.6 256 340 317.4c33.4-28.3 76.7-45.4 124-45.4c16.2 0 32 2 47.1 5.8zm-4.7 31.9C492.9 306 478.7 304 464 304c-38.4 0-73.7 13.5-101.3 36.1L448 425.4c28.5-32.3 49.1-71.9 58.4-115.7zM340.1 362.7C317.5 390.3 304 425.6 304 464c0 14.7 2 28.9 5.7 42.4C353.4 497 393 476.5 425.4 448l-85.2-85.2zM317.4 340L256 278.6 86.6 448c45.1 39.8 104.4 64 169.4 64c7.3 0 14.6-.3 21.8-.9C274 496 272 480.2 272 464c0-47.3 17.1-90.5 45.4-124z" + } + }, + "free": [ + "solid" + ] + }, + "bath": { + "aliases": { + "names": [ + "bathtub" + ], + "unicodes": { + "composite": [ + "1f6c1" + ], + "secondary": [ + "10f2cd" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bath", + "bathtub", + "clean", + "shower", + "tub", + "wash" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2cd", + "label": "Bath", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 77.3c0-7.3 5.9-13.3 13.3-13.3c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9C130 91.8 128 101.7 128 112c0 19.9 7.2 38 19.2 52c-5.3 9.2-4 21.1 3.8 29c9.4 9.4 24.6 9.4 33.9 0L289 89c9.4-9.4 9.4-24.6 0-33.9c-7.9-7.9-19.8-9.1-29-3.8C246 39.2 227.9 32 208 32c-10.3 0-20.2 2-29.2 5.5L163.9 22.6C149.4 8.1 129.7 0 109.3 0C66.6 0 32 34.6 32 77.3V256c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H96V77.3zM32 352v16c0 28.4 12.4 54 32 71.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V464H384v16c0 17.7 14.3 32 32 32s32-14.3 32-32V439.6c19.6-17.6 32-43.1 32-71.6V352H32z" + } + }, + "free": [ + "solid" + ] + }, + "battery-empty": { + "aliases": { + "names": [ + "battery-0" + ], + "unicodes": { + "secondary": [ + "10f244" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "charge", + "dead", + "power", + "status" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f244", + "label": "Battery Empty", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M80 160c-8.8 0-16 7.2-16 16V336c0 8.8 7.2 16 16 16H464c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H80zM0 176c0-44.2 35.8-80 80-80H464c44.2 0 80 35.8 80 80v16c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32v16c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V176z" + } + }, + "free": [ + "solid" + ] + }, + "battery-full": { + "aliases": { + "names": [ + "battery", + "battery-5" + ], + "unicodes": { + "composite": [ + "1f50b" + ], + "secondary": [ + "10f240" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "batter", + "battery", + "charge", + "power", + "status" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f240", + "label": "Battery Full", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm368 96H96V320H448V192z" + } + }, + "free": [ + "solid" + ] + }, + "battery-half": { + "aliases": { + "names": [ + "battery-3" + ], + "unicodes": { + "secondary": [ + "10f242" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "charge", + "power", + "status" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f242", + "label": "Battery Half", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm208 96H96V320H288V192z" + } + }, + "free": [ + "solid" + ] + }, + "battery-quarter": { + "aliases": { + "names": [ + "battery-2" + ], + "unicodes": { + "secondary": [ + "10f243" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "charge", + "low", + "power", + "status" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f243", + "label": "Battery Quarter", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm112 96H96V320h96V192z" + } + }, + "free": [ + "solid" + ] + }, + "battery-three-quarters": { + "aliases": { + "names": [ + "battery-4" + ], + "unicodes": { + "secondary": [ + "10f241" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "charge", + "power", + "status" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f241", + "label": "Battery Three Quarters", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm272 96H96V320H352V192z" + } + }, + "free": [ + "solid" + ] + }, + "battle-net": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f835", + "label": "Battle.net", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8" + } + }, + "free": [ + "brands" + ] + }, + "bed": { + "aliases": { + "unicodes": { + "composite": [ + "1f6cc" + ], + "secondary": [ + "10f236" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hospital", + "hotel", + "lodging", + "mattress", + "patient", + "person in bed", + "rest", + "sleep", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f236", + "label": "Bed", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 32c17.7 0 32 14.3 32 32V320H288V160c0-17.7 14.3-32 32-32H544c53 0 96 43 96 96V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V416H352 320 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 46.3 14.3 32 32 32zm144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + }, + "free": [ + "solid" + ] + }, + "bed-pulse": { + "aliases": { + "names": [ + "procedures" + ], + "unicodes": { + "secondary": [ + "10f487" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "EKG", + "bed", + "electrocardiogram", + "health", + "hospital", + "life", + "patient", + "vital" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f487", + "label": "Bed Pulse", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M483.2 9.6L524 64h92c13.3 0 24 10.7 24 24s-10.7 24-24 24H512c-7.6 0-14.7-3.6-19.2-9.6L468.7 70.3l-47 99.9c-3.7 7.8-11.3 13.1-19.9 13.7s-16.9-3.4-21.7-10.6L339.2 112H216c-13.3 0-24-10.7-24-24s10.7-24 24-24H352c8 0 15.5 4 20 10.7l24.4 36.6 45.9-97.5C445.9 6.2 453.2 1 461.6 .1s16.6 2.7 21.6 9.5zM320 160h12.7l20.7 31.1c11.2 16.8 30.6 26.3 50.7 24.8s37.9-13.7 46.5-32L461.9 160H544c53 0 96 43 96 96V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H352 320 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64s32 14.3 32 32V352H288V192c0-17.7 14.3-32 32-32zm-144 0a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + }, + "free": [ + "solid" + ] + }, + "beer-mug-empty": { + "aliases": { + "names": [ + "beer" + ], + "unicodes": { + "secondary": [ + "10f0fc" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "ale", + "bar", + "beverage", + "brew", + "brewery", + "drink", + "foam", + "lager", + "liquor", + "mug", + "stein" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0fc", + "label": "Beer Mug Empty", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 64c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32V96h51.2c42.4 0 76.8 34.4 76.8 76.8V274.9c0 30.4-17.9 57.9-45.6 70.2L384 381.7V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V64zM384 311.6l56.4-25.1c4.6-2.1 7.6-6.6 7.6-11.7V172.8c0-7.1-5.7-12.8-12.8-12.8H384V311.6zM160 144c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144z" + } + }, + "free": [ + "solid" + ] + }, + "behance": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1b4", + "label": "Behance", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z" + } + }, + "free": [ + "brands" + ] + }, + "bell": { + "aliases": { + "unicodes": { + "composite": [ + "1f514", + "f0a2" + ], + "secondary": [ + "10f0f3" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.2.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alarm", + "alert", + "bel", + "bell", + "chime", + "notification", + "reminder" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0f3", + "label": "Bell", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z" + }, + "regular": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0c-17.7 0-32 14.3-32 32V49.9C119.5 61.4 64 124.2 64 200v33.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416H424c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6C399.5 322.9 384 278.8 384 233.4V200c0-75.8-55.5-138.6-128-150.1V32c0-17.7-14.3-32-32-32zm0 96h8c57.4 0 104 46.6 104 104v33.4c0 47.9 13.9 94.6 39.7 134.6H72.3C98.1 328 112 281.3 112 233.4V200c0-57.4 46.6-104 104-104h8zm64 352H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "bell-concierge": { + "aliases": { + "names": [ + "concierge-bell" + ], + "unicodes": { + "composite": [ + "1f6ce" + ], + "secondary": [ + "10f562" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "attention", + "bell", + "bellhop", + "bellhop bell", + "hotel", + "receptionist", + "service", + "support" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f562", + "label": "Bell Concierge", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M216 64c-13.3 0-24 10.7-24 24s10.7 24 24 24h16v33.3C119.6 157.2 32 252.4 32 368H480c0-115.6-87.6-210.8-200-222.7V112h16c13.3 0 24-10.7 24-24s-10.7-24-24-24H256 216zM24 400c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H24z" + } + }, + "free": [ + "solid" + ] + }, + "bell-slash": { + "aliases": { + "unicodes": { + "composite": [ + "1f515", + "f1f7" + ], + "secondary": [ + "10f1f6" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alert", + "bell", + "bell with slash", + "cancel", + "disabled", + "forbidden", + "mute", + "notification", + "off", + "quiet", + "reminder", + "silent" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1f6", + "label": "Bell Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-87.5-68.6c.5-1.7 .7-3.5 .7-5.4c0-27.6-11-54.1-30.5-73.7L512 320c-20.5-20.5-32-48.3-32-77.3V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V51.2c-42.6 8.6-79 34.2-102 69.3L38.8 5.1zM160 242.7c0 29-11.5 56.8-32 77.3l-1.5 1.5C107 341 96 367.5 96 395.2c0 11.5 9.3 20.8 20.8 20.8H406.2L160 222.1v20.7zM384 448H320 256c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z" + }, + "regular": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L542.6 400c2.7-7.8 1.3-16.5-3.9-23l-14.9-18.6C495.5 322.9 480 278.8 480 233.4V200c0-75.8-55.5-138.6-128-150.1V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V49.9c-43.9 7-81.5 32.7-104.4 68.7L38.8 5.1zM221.7 148.4C239.6 117.1 273.3 96 312 96h8 8c57.4 0 104 46.6 104 104v33.4c0 32.7 6.4 64.8 18.7 94.5L221.7 148.4zM406.2 416l-60.9-48H168.3c21.2-32.8 34.4-70.3 38.4-109.1L160 222.1v11.4c0 45.4-15.5 89.5-43.8 124.9L101.3 377c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6H406.2zM384 448H320 256c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "bezier-curve": { + "aliases": { + "unicodes": { + "secondary": [ + "10f55b" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "curves", + "illustrator", + "lines", + "path", + "vector" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f55b", + "label": "Bezier Curve", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M296 136V88h48v48H296zM288 32c-26.5 0-48 21.5-48 48v4H121.6C111.2 62.7 89.3 48 64 48C28.7 48 0 76.7 0 112s28.7 64 64 64c25.3 0 47.2-14.7 57.6-36h66.9c-58.9 39.6-98.9 105-104 180H80c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-3.3c5.9-67 48.5-123.4 107.5-149.1c8.6 12.7 23.2 21.1 39.8 21.1h64c16.6 0 31.1-8.4 39.8-21.1c59 25.7 101.6 82.1 107.5 149.1H496c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-4.5c-5-75-45.1-140.4-104-180h66.9c10.4 21.3 32.3 36 57.6 36c35.3 0 64-28.7 64-64s-28.7-64-64-64c-25.3 0-47.2 14.7-57.6 36H400V80c0-26.5-21.5-48-48-48H288zM88 376h48v48H88V376zm416 48V376h48v48H504z" + } + }, + "free": [ + "solid" + ] + }, + "bicycle": { + "aliases": { + "unicodes": { + "composite": [ + "1f6b2" + ], + "secondary": [ + "10f206" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bicycle", + "bike", + "gears", + "pedal", + "transportation", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f206", + "label": "Bicycle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h25.7l34.6 64H222.9l-27.4-38C191 99.7 183.7 96 176 96H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h43.7l22.1 30.7-26.6 53.1c-10-2.5-20.5-3.8-31.2-3.8C57.3 224 0 281.3 0 352s57.3 128 128 128c65.3 0 119.1-48.9 127-112h49c8.5 0 16.3-4.5 20.7-11.8l84.8-143.5 21.7 40.1C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L375.4 48.8C369.8 38.4 359 32 347.2 32H312zM458.6 303.7l32.3 59.7c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-32.3-59.7c3.6-.6 7.4-.9 11.2-.9c39.8 0 72 32.2 72 72s-32.2 72-72 72s-72-32.2-72-72c0-18.6 7-35.5 18.6-48.3zM133.2 368h65c-7.3 32.1-36 56-70.2 56c-39.8 0-72-32.2-72-72s32.2-72 72-72c1.7 0 3.4 .1 5.1 .2l-24.2 48.5c-9 18.1 4.1 39.4 24.3 39.4zm33.7-48l50.7-101.3 72.9 101.2-.1 .1H166.8zm90.6-128H365.9L317 274.8 257.4 192z" + } + }, + "free": [ + "solid" + ] + }, + "bilibili": { + "changes": [ + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e3d9", + "label": "Bilibili", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M488.6 104.1C505.3 122.2 513 143.8 511.9 169.8V372.2C511.5 398.6 502.7 420.3 485.4 437.3C468.2 454.3 446.3 463.2 419.9 464H92.02C65.57 463.2 43.81 454.2 26.74 436.8C9.682 419.4 .7667 396.5 0 368.2V169.8C.7667 143.8 9.682 122.2 26.74 104.1C43.81 87.75 65.57 78.77 92.02 78H121.4L96.05 52.19C90.3 46.46 87.42 39.19 87.42 30.4C87.42 21.6 90.3 14.34 96.05 8.603C101.8 2.868 109.1 0 117.9 0C126.7 0 134 2.868 139.8 8.603L213.1 78H301.1L375.6 8.603C381.7 2.868 389.2 0 398 0C406.8 0 414.1 2.868 419.9 8.603C425.6 14.34 428.5 21.6 428.5 30.4C428.5 39.19 425.6 46.46 419.9 52.19L394.6 78L423.9 78C450.3 78.77 471.9 87.75 488.6 104.1H488.6zM449.8 173.8C449.4 164.2 446.1 156.4 439.1 150.3C433.9 144.2 425.1 140.9 416.4 140.5H96.05C86.46 140.9 78.6 144.2 72.47 150.3C66.33 156.4 63.07 164.2 62.69 173.8V368.2C62.69 377.4 65.95 385.2 72.47 391.7C78.99 398.2 86.85 401.5 96.05 401.5H416.4C425.6 401.5 433.4 398.2 439.7 391.7C446 385.2 449.4 377.4 449.8 368.2L449.8 173.8zM185.5 216.5C191.8 222.8 195.2 230.6 195.6 239.7V273C195.2 282.2 191.9 289.9 185.8 296.2C179.6 302.5 171.8 305.7 162.2 305.7C152.6 305.7 144.7 302.5 138.6 296.2C132.5 289.9 129.2 282.2 128.8 273V239.7C129.2 230.6 132.6 222.8 138.9 216.5C145.2 210.2 152.1 206.9 162.2 206.5C171.4 206.9 179.2 210.2 185.5 216.5H185.5zM377 216.5C383.3 222.8 386.7 230.6 387.1 239.7V273C386.7 282.2 383.4 289.9 377.3 296.2C371.2 302.5 363.3 305.7 353.7 305.7C344.1 305.7 336.3 302.5 330.1 296.2C323.1 289.9 320.7 282.2 320.4 273V239.7C320.7 230.6 324.1 222.8 330.4 216.5C336.7 210.2 344.5 206.9 353.7 206.5C362.9 206.9 370.7 210.2 377 216.5H377z" + } + }, + "free": [ + "brands" + ] + }, + "bimobject": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f378", + "label": "BIMobject", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z" + } + }, + "free": [ + "brands" + ] + }, + "binoculars": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1e5" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "glasses", + "magnify", + "scenic", + "spyglass", + "view" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1e5", + "label": "Binoculars", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 32h32c17.7 0 32 14.3 32 32V96H96V64c0-17.7 14.3-32 32-32zm64 96V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V388.9c0-34.6 9.4-68.6 27.2-98.3C40.9 267.8 49.7 242.4 53 216L60.5 156c2-16 15.6-28 31.8-28H192zm227.8 0c16.1 0 29.8 12 31.8 28L459 216c3.3 26.4 12.1 51.8 25.8 74.6c17.8 29.7 27.2 63.7 27.2 98.3V448c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V128h99.8zM320 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V96H320V64zm-32 64V288H224V128h64z" + } + }, + "free": [ + "solid" + ] + }, + "biohazard": { + "aliases": { + "unicodes": { + "composite": [ + "2623" + ], + "secondary": [ + "10f780" + ] + } + }, + "changes": [ + "5.6.0", + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "biohazard", + "covid-19", + "danger", + "dangerous", + "epidemic", + "hazmat", + "medical", + "pandemic", + "radioactive", + "sign", + "toxic", + "waste", + "zombie" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f780", + "label": "Biohazard", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M173.2 0c-1.8 0-3.5 .7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73c-22 2.4-43.8 9.1-64.2 20.5C37.9 232.8 13.3 262.4 .4 296c-.7 1.7-.5 3.7 .5 5.2c2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6c1 1.6 2.6 2.7 4.5 3c36.5 5.9 75.2 .1 109.7-19.2c20.4-11.4 37.4-26.5 50.5-43.8c13.1 17.3 30.1 32.4 50.5 43.8c34.5 19.3 73.3 25.2 109.7 19.2c1.9-.3 3.5-1.4 4.5-3c2.2-3.7 .1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3c1-1.6 1.1-3.5 .5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5c-20.4-11.4-42.2-18.1-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9zM240 272a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM181.7 417.6c6.3-11.8 9.8-25.1 8.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1 .6-27.1 2.7c7.8 57.1 38.7 106.8 82.9 139.4c6.8-6.7 12.6-14.1 16.8-22.1zM288 64c-28.8 0-56.3 5.9-81.2 16.5c2 8.3 5 16.2 9 23.5c6.8 12.4 16.7 23.1 30.1 30.3c13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3c4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64zM426.9 310c-7.2 26.4-21.7 49.7-41.2 67.8c-1.2 14.7 2.2 28.1 8.6 39.8c4.3 8 10 15.4 16.8 22.1c44.3-32.6 75.2-82.3 82.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8 .6-27.5 4.4-40 12.4z" + } + }, + "free": [ + "solid" + ] + }, + "bitbucket": { + "aliases": { + "unicodes": { + "composite": [ + "f172" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atlassian", + "bitbucket-square", + "git" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f171", + "label": "Bitbucket", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M22.2 32A16 16 0 0 0 6 47.8a26.35 26.35 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 24.58 24.58 0 0 0-2.8-.2L22.2 32zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z" + } + }, + "free": [ + "brands" + ] + }, + "bitcoin": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f379", + "label": "Bitcoin", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z" + } + }, + "free": [ + "brands" + ] + }, + "bitcoin-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Bitcoin Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e0b4", + "label": "Bitcoin Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M48 32C48 14.3 62.3 0 80 0s32 14.3 32 32V64h32V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64c0 1.5-.1 3.1-.3 4.5C254.1 82.2 288 125.1 288 176c0 24.2-7.7 46.6-20.7 64.9c31.7 19.8 52.7 55 52.7 95.1c0 61.9-50.1 112-112 112v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H112v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H41.7C18.7 448 0 429.3 0 406.3V288 265.7 224 101.6C0 80.8 16.8 64 37.6 64H48V32zM64 224H176c26.5 0 48-21.5 48-48s-21.5-48-48-48H64v96zm112 64H64v96H208c26.5 0 48-21.5 48-48s-21.5-48-48-48H176z" + } + }, + "free": [ + "solid" + ] + }, + "bity": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f37a", + "label": "Bity", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z" + } + }, + "free": [ + "brands" + ] + }, + "black-tie": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f27e", + "label": "Font Awesome Black Tie", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z" + } + }, + "free": [ + "brands" + ] + }, + "blackberry": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f37b", + "label": "BlackBerry", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z" + } + }, + "free": [ + "brands" + ] + }, + "blender": { + "aliases": { + "unicodes": { + "secondary": [ + "10f517" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cocktail", + "milkshake", + "mixer", + "puree", + "smoothie" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f517", + "label": "Blender", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0h64 32H470.1c21.1 0 36.4 20.1 30.9 40.4L494.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16H485.8l-17.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16H459.6l-17.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16h97.5L416 352H160l-8.7-96H64c-35.3 0-64-28.7-64-64V64zM145.5 192L133.8 64H64V192h81.5zM144 384H432c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48H144c-26.5 0-48-21.5-48-48V432c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "blender-phone": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6b6" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "appliance", + "cocktail", + "fantasy", + "milkshake", + "mixer", + "puree", + "silly", + "smoothie" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6b6", + "label": "Blender Phone", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M224 352L196.8 52.3C194.2 24.2 216.3 0 244.6 0H534.1c21.1 0 36.4 20.1 30.9 40.4L558.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16H549.8l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16H523.6l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16h97.5L480 352H224zm-16 32H496c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V432c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM147.5 30.7c10.8 6.7 15.3 21 10.6 33.4l-22 57.8c-4.2 10.9-14.5 17.6-25.3 16.4l-33.3-3.6c-13.6 42.2-13.6 88.4 0 130.7l33.3-3.6c10.9-1.2 21.2 5.5 25.3 16.4l22 57.8c4.7 12.4 .2 26.7-10.6 33.4l-44 27.2c-9.7 6-21.9 4.2-29.8-4.3C-24.6 286-24.6 114 73.7 7.8C81.6-.7 93.8-2.5 103.5 3.5l44 27.2z" + } + }, + "free": [ + "solid" + ] + }, + "blog": { + "aliases": { + "unicodes": { + "secondary": [ + "10f781" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "journal", + "log", + "online", + "personal", + "post", + "web 2.0", + "wordpress", + "writing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f781", + "label": "Blog", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 32c0 17.7 14.3 32 32 32c123.7 0 224 100.3 224 224c0 17.7 14.3 32 32 32s32-14.3 32-32C512 128.9 383.1 0 224 0c-17.7 0-32 14.3-32 32zm0 96c0 17.7 14.3 32 32 32c70.7 0 128 57.3 128 128c0 17.7 14.3 32 32 32s32-14.3 32-32c0-106-86-192-192-192c-17.7 0-32 14.3-32 32zM96 144c0-26.5-21.5-48-48-48S0 117.5 0 144V368c0 79.5 64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144H128v96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48V144z" + } + }, + "free": [ + "solid" + ] + }, + "blogger": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f37c", + "label": "Blogger", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z" + } + }, + "free": [ + "brands" + ] + }, + "blogger-b": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f37d", + "label": "Blogger B", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z" + } + }, + "free": [ + "brands" + ] + }, + "bluetooth": { + "aliases": { + "unicodes": { + "secondary": [ + "10f293" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "signal" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f293", + "label": "Bluetooth", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z" + } + }, + "free": [ + "brands" + ] + }, + "bluetooth-b": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f294", + "label": "Bluetooth", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z" + } + }, + "free": [ + "brands" + ] + }, + "bold": { + "aliases": { + "unicodes": { + "secondary": [ + "10f032" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emphasis", + "format", + "text" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f032", + "label": "Bold", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H80 96 224c70.7 0 128 57.3 128 128c0 31.3-11.3 60.1-30 82.3c37.1 22.4 62 63.1 62 109.7c0 70.7-57.3 128-128 128H96 80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V256 96H32C14.3 96 0 81.7 0 64zM224 224c35.3 0 64-28.7 64-64s-28.7-64-64-64H112V224H224zM112 288V416H256c35.3 0 64-28.7 64-64s-28.7-64-64-64H224 112z" + } + }, + "free": [ + "solid" + ] + }, + "bolt": { + "aliases": { + "names": [ + "zap" + ], + "unicodes": { + "composite": [ + "26a1" + ], + "secondary": [ + "10f0e7" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.5.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "charge", + "danger", + "electric", + "electricity", + "flash", + "high voltage", + "lightning", + "voltage", + "weather", + "zap" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0e7", + "label": "Bolt", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288H175.5L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7H272.5L349.4 44.6z" + } + }, + "free": [ + "solid" + ] + }, + "bolt-lightning": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electricity", + "flash", + "lightning", + "weather", + "zap" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e0b7", + "label": "Bolt Lightning", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 256L28.5 28c2-16 15.6-28 31.8-28H228.9c15 0 27.1 12.1 27.1 27.1c0 3.2-.6 6.5-1.7 9.5L208 160H347.3c20.2 0 36.7 16.4 36.7 36.7c0 7.4-2.2 14.6-6.4 20.7l-192.2 281c-5.9 8.6-15.6 13.7-25.9 13.7h-2.9c-15.7 0-28.5-12.8-28.5-28.5c0-2.3 .3-4.6 .9-6.9L176 288H32c-17.7 0-32-14.3-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "bomb": { + "aliases": { + "unicodes": { + "composite": [ + "1f4a3" + ], + "secondary": [ + "10f1e2" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bomb", + "comic", + "error", + "explode", + "fuse", + "grenade", + "warning" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1e2", + "label": "Bomb", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M459.1 52.4L442.6 6.5C440.7 2.6 436.5 0 432.1 0s-8.5 2.6-10.4 6.5L405.2 52.4l-46 16.8c-4.3 1.6-7.3 5.9-7.2 10.4c0 4.5 3 8.7 7.2 10.2l45.7 16.8 16.8 45.8c1.5 4.4 5.8 7.5 10.4 7.5s8.9-3.1 10.4-7.5l16.5-45.8 45.7-16.8c4.2-1.5 7.2-5.7 7.2-10.2c0-4.6-3-8.9-7.2-10.4L459.1 52.4zm-132.4 53c-12.5-12.5-32.8-12.5-45.3 0l-2.9 2.9C256.5 100.3 232.7 96 208 96C93.1 96 0 189.1 0 304S93.1 512 208 512s208-93.1 208-208c0-24.7-4.3-48.5-12.2-70.5l2.9-2.9c12.5-12.5 12.5-32.8 0-45.3l-80-80zM200 192c-57.4 0-104 46.6-104 104v8c0 8.8-7.2 16-16 16s-16-7.2-16-16v-8c0-75.1 60.9-136 136-136h8c8.8 0 16 7.2 16 16s-7.2 16-16 16h-8z" + } + }, + "free": [ + "solid" + ] + }, + "bone": { + "aliases": { + "unicodes": { + "composite": [ + "1f9b4" + ], + "secondary": [ + "10f5d7" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bone", + "calcium", + "dog", + "skeletal", + "skeleton", + "tibia" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5d7", + "label": "Bone", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766749, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M153.7 144.8c6.9 16.3 20.6 31.2 38.3 31.2H384c17.7 0 31.4-14.9 38.3-31.2C434.4 116.1 462.9 96 496 96c44.2 0 80 35.8 80 80c0 30.4-17 56.9-42 70.4c-3.6 1.9-6 5.5-6 9.6s2.4 7.7 6 9.6c25 13.5 42 40 42 70.4c0 44.2-35.8 80-80 80c-33.1 0-61.6-20.1-73.7-48.8C415.4 350.9 401.7 336 384 336H192c-17.7 0-31.4 14.9-38.3 31.2C141.6 395.9 113.1 416 80 416c-44.2 0-80-35.8-80-80c0-30.4 17-56.9 42-70.4c3.6-1.9 6-5.5 6-9.6s-2.4-7.7-6-9.6C17 232.9 0 206.4 0 176c0-44.2 35.8-80 80-80c33.1 0 61.6 20.1 73.7 48.8z" + } + }, + "free": [ + "solid" + ] + }, + "bong": { + "aliases": { + "unicodes": { + "secondary": [ + "10f55c" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aparatus", + "cannabis", + "marijuana", + "pipe", + "smoke", + "smoking" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f55c", + "label": "Bong", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M160 208.5c0 29.1-15.6 53.9-37.2 67.8c-17.2 11.1-31.5 26.1-41.7 43.7H302.9c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8V64H160V208.5zM288 64V208.5c0 5.7 3.1 10.9 7.9 14c11.2 7.2 21.5 15.5 30.9 24.8L366.1 208l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l24 24 24 24c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7-43.3 43.3C374 314.1 384 347.9 384 384c0 39.4-11.9 76.1-32.2 106.5c-9.6 14.4-26.5 21.5-43.8 21.5H76.1c-17.3 0-34.2-7.1-43.8-21.5C11.9 460.1 0 423.4 0 384c0-67.8 35.1-127.3 88.1-161.5c4.8-3.1 7.9-8.3 7.9-14V64C78.3 64 64 49.7 64 32S78.3 0 96 0h16H272h16c17.7 0 32 14.3 32 32s-14.3 32-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "book": { + "aliases": { + "unicodes": { + "composite": [ + "1f4d4" + ], + "secondary": [ + "10f02d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "cover", + "decorated", + "diary", + "documentation", + "journal", + "library", + "notebook", + "notebook with decorative cover", + "read", + "research" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f02d", + "label": "Book", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "book-atlas": { + "aliases": { + "names": [ + "atlas" + ], + "unicodes": { + "secondary": [ + "10f558" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "directions", + "geography", + "globe", + "library", + "map", + "research", + "travel", + "wayfinding" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f558", + "label": "Book Atlas", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM247.4 283.8c-3.7 3.7-6.2 4.2-7.4 4.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9h63c-1.5 22.6-6 42.4-12.2 56.9c-3.8 8.9-8 15.2-11.8 18.9zm42.7-9.9c7.3-18.3 12-41.1 13.4-65.9h31.1c-4.7 27.9-21.4 51.7-44.5 65.9zm0-163.8c23.2 14.2 39.9 38 44.5 65.9H303.5c-1.4-24.7-6.1-47.5-13.4-65.9zM368 192a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM145.3 208h31.1c1.4 24.7 6.1 47.5 13.4 65.9c-23.2-14.2-39.9-38-44.5-65.9zm31.1-32H145.3c4.7-27.9 21.4-51.7 44.5-65.9c-7.3 18.3-12 41.1-13.4 65.9zm56.1-75.8c3.7-3.7 6.2-4.2 7.4-4.2s3.7 .5 7.4 4.2c3.8 3.7 8 10 11.8 18.9c6.2 14.5 10.8 34.3 12.2 56.9h-63c1.5-22.6 6-42.4 12.2-56.9c3.8-8.9 8-15.2 11.8-18.9z" + } + }, + "free": [ + "solid" + ] + }, + "book-bible": { + "aliases": { + "names": [ + "bible" + ], + "unicodes": { + "secondary": [ + "10f647" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "catholicism", + "christianity", + "god", + "holy" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f647", + "label": "Book Bible", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zM208 80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272V304c0 8.8-7.2 16-16 16H224c-8.8 0-16-7.2-16-16V192H160c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h48V80z" + } + }, + "free": [ + "solid" + ] + }, + "book-bookmark": { + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "library", + "research" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e0bb", + "label": "Book Bookmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 43 43 0 96 0h96V190.7c0 13.4 15.5 20.9 26 12.5L272 160l54 43.2c10.5 8.4 26 .9 26-12.5V0h32 32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "book-journal-whills": { + "aliases": { + "names": [ + "journal-whills" + ], + "unicodes": { + "secondary": [ + "10f66a" + ] + } + }, + "changes": [ + "5.3.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "force", + "jedi", + "sith", + "star wars", + "yoda" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f66a", + "label": "Book Journal Whills", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zm90.4-234.4l-21.2-21.2c-3 10.1-5.1 20.6-5.1 31.6c0 .2 0 .5 .1 .8s.1 .5 .1 .8L165.2 226c2.5 2.1 3.4 5.8 2.3 8.9c-1.3 3-4.1 5.1-7.5 5.1c-1.9-.1-3.8-.8-5.2-2l-23.6-20.6C142.8 267 186.9 304 240 304s97.3-37 108.9-86.6L325.3 238c-1.4 1.2-3.3 2-5.3 2c-2.2-.1-4.4-1.1-6-2.8c-1.2-1.5-1.9-3.4-2-5.2c.1-2.2 1.1-4.4 2.8-6l37.1-32.5c0-.3 0-.5 .1-.8s.1-.5 .1-.8c0-11-2.1-21.5-5.1-31.6l-21.2 21.2c-3.1 3.1-8.1 3.1-11.3 0s-3.1-8.1 0-11.2l26.4-26.5c-8.2-17-20.5-31.7-35.9-42.6c-2.7-1.9-6.2 1.4-5 4.5c8.5 22.4 3.6 48-13 65.6c-3.2 3.4-3.6 8.9-.9 12.7c9.8 14 12.7 31.9 7.5 48.5c-5.9 19.4-22 34.1-41.9 38.3l-1.4-34.3 12.6 8.6c.6 .4 1.5 .6 2.3 .6c1.5 0 2.7-.8 3.5-2s.6-2.8-.1-4L260 225.4l18-3.6c1.8-.4 3.1-2.1 3.1-4s-1.4-3.5-3.1-3.9l-18-3.7 8.5-14.3c.8-1.2 .9-2.9 .1-4.1s-2-2-3.5-2l-.1 0c-.7 .1-1.5 .3-2.1 .7l-14.1 9.6L244 87.9c-.1-2.2-1.9-3.9-4-3.9s-3.9 1.6-4 3.9l-4.6 110.8-12-8.1c-1.5-1.1-3.6-.9-5 .4s-1.6 3.4-.8 5l8.6 14.3-18 3.7c-1.8 .4-3.1 2-3.1 3.9s1.4 3.6 3.1 4l18 3.8-8.6 14.2c-.2 .6-.5 1.4-.5 2c0 1.1 .5 2.1 1.2 3c.8 .6 1.8 1 2.8 1c.7 0 1.6-.2 2.2-.6l10.4-7.1-1.4 32.8c-19.9-4.1-36-18.9-41.9-38.3c-5.1-16.6-2.2-34.4 7.6-48.5c2.7-3.9 2.3-9.3-.9-12.7c-16.6-17.5-21.6-43.1-13.1-65.5c1.2-3.1-2.3-6.4-5-4.5c-15.3 10.9-27.6 25.6-35.8 42.6l26.4 26.5c3.1 3.1 3.1 8.1 0 11.2s-8.1 3.1-11.2 0z" + } + }, + "free": [ + "solid" + ] + }, + "book-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7e6" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "diary", + "documentation", + "health", + "history", + "journal", + "library", + "read", + "record", + "research" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7e6", + "label": "Book Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM208 112v48H160c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h48c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H272V112c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16z" + } + }, + "free": [ + "solid" + ] + }, + "book-open": { + "aliases": { + "unicodes": { + "composite": [ + "1f4d6", + "1f56e" + ], + "secondary": [ + "10f518" + ] + } + }, + "changes": [ + "5.0.13", + "5.1.0", + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Book", + "book", + "flyer", + "library", + "notebook", + "open", + "open book", + "pamphlet", + "reading", + "research" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f518", + "label": "Book Open", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5V78.6c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32C93.5 32 46.3 45.3 18.1 56.1C6.8 60.5 0 71.7 0 83.8V454.1c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6c11.3 3.8 24.1-4.6 24.1-16.5V83.8c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6c-3.3 2.6-5 6.8-5 11V456c0 11.4 11.7 19.3 22.4 15.5z" + } + }, + "free": [ + "solid" + ] + }, + "book-open-reader": { + "aliases": { + "names": [ + "book-reader" + ], + "unicodes": { + "secondary": [ + "10f5da" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "flyer", + "library", + "notebook", + "open book", + "pamphlet", + "reading", + "research" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5da", + "label": "Book Open Reader", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 96a96 96 0 1 1 192 0A96 96 0 1 1 160 96zm80 152V512l-48.4-24.2c-20.9-10.4-43.5-17-66.8-19.3l-96-9.6C12.5 457.2 0 443.5 0 427V224c0-17.7 14.3-32 32-32H62.3c63.6 0 125.6 19.6 177.7 56zm32 264V248c52.1-36.4 114.1-56 177.7-56H480c17.7 0 32 14.3 32 32V427c0 16.4-12.5 30.2-28.8 31.8l-96 9.6c-23.2 2.3-45.9 8.9-66.8 19.3L272 512z" + } + }, + "free": [ + "solid" + ] + }, + "book-quran": { + "aliases": { + "names": [ + "quran" + ], + "unicodes": { + "secondary": [ + "10f687" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "islam", + "muslim", + "religion" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f687", + "label": "Book Quran", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 0c53 0 96 43 96 96V416c0 53-43 96-96 96H64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V384c-17.7 0-32-14.3-32-32V32C0 14.3 14.3 0 32 0H64 352zm0 384H96v64H352c17.7 0 32-14.3 32-32s-14.3-32-32-32zM274.1 150.2l-8.9 21.4-23.1 1.9c-5.7 .5-8 7.5-3.7 11.2L256 199.8l-5.4 22.6c-1.3 5.5 4.7 9.9 9.6 6.9L280 217.2l19.8 12.1c4.9 3 10.9-1.4 9.6-6.9L304 199.8l17.6-15.1c4.3-3.7 2-10.8-3.7-11.2l-23.1-1.9-8.9-21.4c-2.2-5.3-9.6-5.3-11.8 0zM96 192c0 70.7 57.3 128 128 128c25.6 0 49.5-7.5 69.5-20.5c3.2-2.1 4.5-6.2 3.1-9.7s-5.2-5.6-9-4.8c-6.1 1.2-12.5 1.9-19 1.9c-52.4 0-94.9-42.5-94.9-94.9s42.5-94.9 94.9-94.9c6.5 0 12.8 .7 19 1.9c3.8 .8 7.5-1.3 9-4.8s.2-7.6-3.1-9.7C273.5 71.5 249.6 64 224 64C153.3 64 96 121.3 96 192z" + } + }, + "free": [ + "solid" + ] + }, + "book-skull": { + "aliases": { + "names": [ + "book-dead" + ], + "unicodes": { + "secondary": [ + "10f6b7" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "crossbones", + "d&d", + "dark arts", + "death", + "dnd", + "documentation", + "evil", + "fantasy", + "halloween", + "holiday", + "library", + "necronomicon", + "read", + "research", + "skull", + "spell" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6b7", + "label": "Book Skull", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM320 112c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2V176c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V163.2c19.4-11.7 32-30.3 32-51.2zM208 96a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM134.3 209.3c-8.1-3.5-17.5 .3-21 8.4s.3 17.5 8.4 21L199.4 272l-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6 134.3 209.3z" + } + }, + "free": [ + "solid" + ] + }, + "book-tanakh": { + "aliases": { + "names": [ + "tanakh" + ], + "unicodes": { + "secondary": [ + "10f827" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "jewish", + "judaism", + "religion" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f827", + "label": "Book Tanakh", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 0c53 0 96 43 96 96V416c0 53-43 96-96 96H64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V384c-17.7 0-32-14.3-32-32V32C0 14.3 14.3 0 32 0H64 352zm0 384H96v64H352c17.7 0 32-14.3 32-32s-14.3-32-32-32zM138.7 208l13.9 24H124.9l13.9-24zm-13.9-24L97.1 232c-6.2 10.7 1.5 24 13.9 24h55.4l27.7 48c6.2 10.7 21.6 10.7 27.7 0l27.7-48H305c12.3 0 20-13.3 13.9-24l-27.7-48 27.7-48c6.2-10.7-1.5-24-13.9-24H249.6L221.9 64c-6.2-10.7-21.6-10.7-27.7 0l-27.7 48H111c-12.3 0-20 13.3-13.9 24l27.7 48zm27.7 0l27.7-48h55.4l27.7 48-27.7 48H180.3l-27.7-48zm0-48l-13.9 24-13.9-24h27.7zm41.6-24L208 88l13.9 24H194.1zm69.3 24h27.7l-13.9 24-13.9-24zm13.9 72l13.9 24H263.4l13.9-24zm-55.4 48L208 280l-13.9-24h27.7z" + } + }, + "free": [ + "solid" + ] + }, + "bookmark": { + "aliases": { + "unicodes": { + "composite": [ + "1f516", + "f097" + ], + "secondary": [ + "10f02e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bookmark", + "favorite", + "library", + "mark", + "marker", + "read", + "remember", + "research", + "save" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f02e", + "label": "Bookmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z" + }, + "regular": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0l0 48V441.4l130.1-92.9c8.3-6 19.6-6 27.9 0L336 441.4V48H48V0H336c26.5 0 48 21.5 48 48V488c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488V48z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "bootstrap": { + "changes": [ + "5.8.0", + "5.15.4", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f836", + "label": "Bootstrap", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z" + } + }, + "free": [ + "brands" + ] + }, + "border-all": { + "aliases": { + "unicodes": { + "secondary": [ + "10f84c" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cell", + "grid", + "outline", + "stroke", + "table" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f84c", + "label": "Border All", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 96V224H256V96H384zm0 192V416H256V288H384zM192 224H64V96H192V224zM64 288H192V416H64V288zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z" + } + }, + "free": [ + "solid" + ] + }, + "border-none": { + "aliases": { + "unicodes": { + "secondary": [ + "10f850" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cell", + "grid", + "outline", + "stroke", + "table" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f850", + "label": "Border None", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm96-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM320 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-320a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-448a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm192 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 320a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM416 192a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "border-top-left": { + "aliases": { + "names": [ + "border-style" + ], + "unicodes": { + "secondary": [ + "10f853" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cell", + "outline", + "stroke", + "table" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f853", + "label": "Border Top Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-336c0-8.8 7.2-16 16-16l336 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32C35.8 32 0 67.8 0 112L0 448zm160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-96 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm0 32a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "bore-hole": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bore", + "bury", + "drill", + "hole" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4c3", + "label": "Bore Hole", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c-17.7 0-32 14.3-32 32V296.6c-19.1 11.1-32 31.7-32 55.4c0 35.3 28.7 64 64 64s64-28.7 64-64c0-23.7-12.9-44.4-32-55.4V32c0-17.7-14.3-32-32-32zM48 128c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H384c-17.7 0-32 14.3-32 32V352c0 53-43 96-96 96s-96-43-96-96V160c0-17.7-14.3-32-32-32H48z" + } + }, + "free": [ + "solid" + ] + }, + "bots": { + "changes": [ + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e340", + "label": "Bots", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M86.344,197.834a51.767,51.767,0,0,0-41.57,20.058V156.018a8.19,8.19,0,0,0-8.19-8.19H8.19A8.19,8.19,0,0,0,0,156.018V333.551a8.189,8.189,0,0,0,8.19,8.189H36.584a8.189,8.189,0,0,0,8.19-8.189v-8.088c11.628,13.373,25.874,19.769,41.573,19.769,34.6,0,61.922-26.164,61.922-73.843C148.266,225.452,121.229,197.834,86.344,197.834ZM71.516,305.691c-9.593,0-21.221-4.942-26.745-12.5V250.164c5.528-7.558,17.152-12.791,26.745-12.791,17.734,0,31.107,13.082,31.107,34.013C102.623,292.609,89.25,305.691,71.516,305.691Zm156.372-59.032a17.4,17.4,0,1,0,17.4,17.4A17.4,17.4,0,0,0,227.888,246.659ZM273.956,156.7V112.039a13.308,13.308,0,1,0-10.237,0V156.7a107.49,107.49,0,1,0,10.237,0Zm85.993,107.367c0,30.531-40.792,55.281-91.112,55.281s-91.111-24.75-91.111-55.281,40.792-55.281,91.111-55.281S359.949,233.532,359.949,264.062Zm-50.163,17.4a17.4,17.4,0,1,0-17.4-17.4h0A17.4,17.4,0,0,0,309.786,281.466ZM580.7,250.455c-14.828-2.617-22.387-3.78-22.387-9.885,0-5.523,7.268-9.884,17.735-9.884a65.56,65.56,0,0,1,34.484,10.1,8.171,8.171,0,0,0,11.288-2.468c.07-.11.138-.221.2-.333l8.611-14.886a8.2,8.2,0,0,0-2.867-11.123,99.863,99.863,0,0,0-52.014-14.138c-38.956,0-60.179,21.514-60.179,46.225,0,36.342,33.725,41.864,57.563,45.642,13.373,2.326,24.13,4.361,24.13,11.048,0,6.4-5.523,10.757-18.9,10.757-13.552,0-30.994-6.222-42.623-13.579a8.206,8.206,0,0,0-11.335,2.491c-.035.054-.069.108-.1.164l-10.2,16.891a8.222,8.222,0,0,0,2.491,11.066c15.224,10.3,37.663,16.692,59.441,16.692,40.409,0,63.957-19.769,63.957-46.515C640,260.63,604.537,254.816,580.7,250.455Zm-95.928,60.787a8.211,8.211,0,0,0-9.521-5.938,23.168,23.168,0,0,1-4.155.387c-7.849,0-12.5-6.106-12.5-14.245V240.28h20.349a8.143,8.143,0,0,0,8.141-8.143V209.466a8.143,8.143,0,0,0-8.141-8.143H458.594V171.091a8.143,8.143,0,0,0-8.143-8.143H422.257a8.143,8.143,0,0,0-8.143,8.143h0v30.232H399a8.143,8.143,0,0,0-8.143,8.143h0v22.671A8.143,8.143,0,0,0,399,240.28h15.115v63.667c0,27.037,15.408,41.282,43.9,41.282,12.183,0,21.383-2.2,27.6-5.446a8.161,8.161,0,0,0,4.145-9.278Z" + } + }, + "free": [ + "brands" + ] + }, + "bottle-droplet": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "drink", + "oil", + "olive oil", + "wine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4c4", + "label": "Bottle Droplet", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8v64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V256c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1V56c0-4.4 3.6-8 8-8c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0 0 0 0H104l0 0 0 0L96 0zm64 382c-26.5 0-48-20.1-48-45c0-16.8 22.1-48.1 36.3-66.4c6-7.8 17.5-7.8 23.5 0C185.9 288.9 208 320.2 208 337c0 24.9-21.5 45-48 45z" + } + }, + "free": [ + "solid" + ] + }, + "bottle-water": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "h2o", + "plastic", + "water" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4c5", + "label": "Bottle Water", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M120 0h80c13.3 0 24 10.7 24 24V64H96V24c0-13.3 10.7-24 24-24zM32 151.7c0-15.6 9-29.8 23.2-36.5l24.4-11.4c11-5.1 23-7.8 35.1-7.8h90.6c12.1 0 24.1 2.7 35.1 7.8l24.4 11.4c14.1 6.6 23.2 20.8 23.2 36.5c0 14.4-7.5 27-18.9 34.1c11.5 8.8 18.9 22.6 18.9 38.2c0 16.7-8.5 31.4-21.5 40c12.9 8.6 21.5 23.3 21.5 40s-8.5 31.4-21.5 40c12.9 8.6 21.5 23.3 21.5 40s-8.5 31.4-21.5 40c12.9 8.6 21.5 23.3 21.5 40c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48c0-16.7 8.5-31.4 21.5-40C40.5 415.4 32 400.7 32 384s8.5-31.4 21.5-40C40.5 335.4 32 320.7 32 304s8.5-31.4 21.5-40C40.5 255.4 32 240.7 32 224c0-15.6 7.4-29.4 18.9-38.2C39.5 178.7 32 166.1 32 151.7zM96 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zm16 112c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z" + } + }, + "free": [ + "solid" + ] + }, + "bowl-food": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "catfood", + "dogfood", + "food", + "rice" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4c6", + "label": "Bowl Food", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 192c0-35.3 28.7-64 64-64c.5 0 1.1 0 1.6 0C73 91.5 105.3 64 144 64c15 0 29 4.1 40.9 11.2C198.2 49.6 225.1 32 256 32s57.8 17.6 71.1 43.2C339 68.1 353 64 368 64c38.7 0 71 27.5 78.4 64c.5 0 1.1 0 1.6 0c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32H8.6C3.1 214.6 0 203.7 0 192zm0 91.4C0 268.3 12.3 256 27.4 256H484.6c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28H140.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4z" + } + }, + "free": [ + "solid" + ] + }, + "bowl-rice": { + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boiled", + "cooked", + "cooked rice", + "rice", + "steamed" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e2eb", + "label": "Bowl Rice", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 56c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24zm24 48h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24zM56 176H72c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24zM0 283.4C0 268.3 12.3 256 27.4 256H484.6c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28H140.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4zM224 200c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H248c-13.3 0-24-10.7-24-24zm-96 0c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H104c-13.3 0-24-10.7-24-24s10.7-24 24-24zm216 96c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H344c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H296c-13.3 0-24-10.7-24-24s10.7-24 24-24zm120 96c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H440c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H392c-13.3 0-24-10.7-24-24s10.7-24 24-24zM296 32h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H296c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + }, + "free": [ + "solid" + ] + }, + "bowling-ball": { + "aliases": { + "unicodes": { + "secondary": [ + "10f436" + ] + } + }, + "changes": [ + "5.0.5", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alley", + "candlepin", + "gutter", + "lane", + "strike", + "tenpin" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f436", + "label": "Bowling Ball", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM240 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM208 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-64-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "box": { + "aliases": { + "unicodes": { + "composite": [ + "1f4e6" + ], + "secondary": [ + "10f466" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "box", + "container", + "package", + "parcel", + "storage" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f466", + "label": "Box", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M50.7 58.5L0 160H208V32H93.7C75.5 32 58.9 42.3 50.7 58.5zM240 160H448L397.3 58.5C389.1 42.3 372.5 32 354.3 32H240V160zm208 32H0V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192z" + } + }, + "free": [ + "solid" + ] + }, + "box-archive": { + "aliases": { + "names": [ + "archive" + ], + "unicodes": { + "secondary": [ + "10f187" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "box", + "package", + "save", + "storage" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f187", + "label": "Box Archive", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32H480c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H32C14.3 128 0 113.7 0 96V64C0 46.3 14.3 32 32 32zm0 128H480V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V160zm128 80c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z" + } + }, + "free": [ + "solid" + ] + }, + "box-open": { + "aliases": { + "unicodes": { + "secondary": [ + "10f49e" + ] + } + }, + "changes": [ + "5.0.9", + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "container", + "package", + "storage", + "unpack" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f49e", + "label": "Box Open", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M58.9 42.1c3-6.1 9.6-9.6 16.3-8.7L320 64 564.8 33.4c6.7-.8 13.3 2.7 16.3 8.7l41.7 83.4c9 17.9-.6 39.6-19.8 45.1L439.6 217.3c-13.9 4-28.8-1.9-36.2-14.3L320 64 236.6 203c-7.4 12.4-22.3 18.3-36.2 14.3L37.1 170.6c-19.3-5.5-28.8-27.2-19.8-45.1L58.9 42.1zM321.1 128l54.9 91.4c14.9 24.8 44.6 36.6 72.5 28.6L576 211.6v167c0 22-15 41.2-36.4 46.6l-204.1 51c-10.2 2.6-20.9 2.6-31 0l-204.1-51C79 419.7 64 400.5 64 378.5v-167L191.6 248c27.8 8 57.6-3.8 72.5-28.6L318.9 128h2.2z" + } + }, + "free": [ + "solid" + ] + }, + "box-tissue": { + "aliases": { + "unicodes": { + "secondary": [ + "10e05b" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cough", + "covid-19", + "kleenex", + "mucus", + "nose", + "sneeze", + "snot" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e05b", + "label": "Box Tissue", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M92.5 0H208c40 0 52 24 64 48s24 48 64 48h85.2C436 96 448 108 448 122.8c0 3.4-.7 6.8-1.9 10L409.6 224 384 288H128l-16-64L64.9 35.4c-.6-2.3-.9-4.6-.9-6.9C64 12.8 76.8 0 92.5 0zM79 224l16 64H80c-8.8 0-16 7.2-16 16s7.2 16 16 16h48H384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H418.5l25.6-64H464c26.5 0 48 21.5 48 48V384H0V272c0-26.5 21.5-48 48-48H79zM0 416H512v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V416z" + } + }, + "free": [ + "solid" + ] + }, + "boxes-packing": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "box", + "package", + "storage", + "supplies" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4c7", + "label": "Boxes Packing", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 48c0-26.5 21.5-48 48-48H592c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H381.3c1.8-5 2.7-10.4 2.7-16V253.3c18.6-6.6 32-24.4 32-45.3V176c0-26.5-21.5-48-48-48H256V48zM571.3 347.3c6.2-6.2 6.2-16.4 0-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6 0l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 310.6V432c0 8.8 7.2 16 16 16s16-7.2 16-16V310.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0zM0 176c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H16c-8.8 0-16-7.2-16-16V176zm352 80V480c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V256H352zM144 320c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H144z" + } + }, + "free": [ + "solid" + ] + }, + "boxes-stacked": { + "aliases": { + "names": [ + "boxes", + "boxes-alt" + ], + "unicodes": { + "composite": [ + "f4a1" + ], + "primary": [ + "f4a1" + ], + "secondary": [ + "10f468", + "10f4a1" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archives", + "inventory", + "storage", + "warehouse" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f468", + "label": "Boxes Stacked", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M248 0H208c-26.5 0-48 21.5-48 48V160c0 35.3 28.7 64 64 64H352c35.3 0 64-28.7 64-64V48c0-26.5-21.5-48-48-48H328V80c0 8.8-7.2 16-16 16H264c-8.8 0-16-7.2-16-16V0zM64 256c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H184v80c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V256H64zM352 512H512c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H472v80c0 8.8-7.2 16-16 16H408c-8.8 0-16-7.2-16-16V256H352c-15 0-28.8 5.1-39.7 13.8c4.9 10.4 7.7 22 7.7 34.2V464c0 12.2-2.8 23.8-7.7 34.2C323.2 506.9 337 512 352 512z" + } + }, + "free": [ + "solid" + ] + }, + "braille": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2a1" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabet", + "blind", + "dots", + "raised", + "vision" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2a1", + "label": "Braille", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 96a64 64 0 1 1 128 0A64 64 0 1 1 0 96zM224 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM80 416a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM224 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM352 96a64 64 0 1 1 128 0A64 64 0 1 1 352 96zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0A64 64 0 1 1 512 96zm64 176a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM416 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z" + } + }, + "free": [ + "solid" + ] + }, + "brain": { + "aliases": { + "unicodes": { + "composite": [ + "1f9e0" + ], + "secondary": [ + "10f5dc" + ] + } + }, + "changes": [ + "5.2.0", + "5.9.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "brain", + "cerebellum", + "gray matter", + "intellect", + "intelligent", + "medulla oblongata", + "mind", + "noodle", + "wit" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5dc", + "label": "Brain", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766749, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M184 0c30.9 0 56 25.1 56 56V456c0 30.9-25.1 56-56 56c-28.9 0-52.7-21.9-55.7-50.1c-5.2 1.4-10.7 2.1-16.3 2.1c-35.3 0-64-28.7-64-64c0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1C131.3 21.9 155.1 0 184 0zM328 0c28.9 0 52.6 21.9 55.7 49.9c27.8 7 48.3 32.1 48.3 62.1c0 6-.8 11.9-2.4 17.4c28.8 6.2 50.4 31.9 50.4 62.6c0 15-5.1 28.8-13.8 39.7C493.3 244.5 512 272.1 512 304c0 34.2-21.4 63.4-51.6 74.8c2.3 6.6 3.6 13.8 3.6 21.2c0 35.3-28.7 64-64 64c-5.6 0-11.1-.7-16.3-2.1c-3 28.2-26.8 50.1-55.7 50.1c-30.9 0-56-25.1-56-56V56c0-30.9 25.1-56 56-56z" + } + }, + "free": [ + "solid" + ] + }, + "brazilian-real-sign": { + "changes": [ + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "brazilian real sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e46c", + "label": "Brazilian Real Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M400 0c17.7 0 32 14.3 32 32V50.2c12.5 2.3 24.7 6.4 36.2 12.1l10.1 5.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-10.2-5.1c-9.9-5-20.9-7.5-32-7.5h-1.7c-29.8 0-53.9 24.1-53.9 53.9c0 22 13.4 41.8 33.9 50l52 20.8c44.7 17.9 74.1 61.2 74.1 109.4v3.4c0 51.2-33.6 94.6-80 109.2V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V460.6c-15-3.5-29.4-9.7-42.3-18.3l-23.4-15.6c-14.7-9.8-18.7-29.7-8.9-44.4s29.7-18.7 44.4-8.9L361.2 389c10.8 7.2 23.4 11 36.3 11c27.9 0 50.5-22.6 50.5-50.5v-3.4c0-22-13.4-41.8-33.9-50l-52-20.8C317.3 257.4 288 214.1 288 165.9C288 114 321.5 70 368 54.2V32c0-17.7 14.3-32 32-32zM0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256z" + } + }, + "free": [ + "solid" + ] + }, + "bread-slice": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7ec" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bake", + "bakery", + "baking", + "dough", + "flour", + "gluten", + "grain", + "sandwich", + "sourdough", + "toast", + "wheat", + "yeast" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7ec", + "label": "Bread Slice", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 32C192 32 0 64 0 192c0 35.3 28.7 64 64 64V432c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V256c35.3 0 64-28.7 64-64C512 64 320 32 256 32z" + } + }, + "free": [ + "solid" + ] + }, + "bridge": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "road" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4c8", + "label": "Bridge", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H72v64H0V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96s96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96V160H504V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM456 96v64H376V96h80zM328 96v64H248V96h80zM200 96v64H120V96h80z" + } + }, + "free": [ + "solid" + ] + }, + "bridge-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "not affected", + "ok", + "okay", + "road" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4c9", + "label": "Bridge Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + }, + "free": [ + "solid" + ] + }, + "bridge-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "bridge", + "road" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4ca", + "label": "Bridge Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "bridge-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "destroy", + "road" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4cb", + "label": "Bridge Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + }, + "free": [ + "solid" + ] + }, + "bridge-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "closed", + "lockdown", + "quarantine", + "road" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4cc", + "label": "Bridge Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 64c0-17.7 14.3-32 32-32H576c17.7 0 32 14.3 32 32s-14.3 32-32 32H536v64h-8c-61.9 0-112 50.1-112 112v24.6c-9.9 5.8-18.2 14.1-23.8 24.1c-17.6-20-43.4-32.7-72.2-32.7c-53 0-96 43-96 96v64c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V384c0-53-43-96-96-96V160h72V96H64C46.3 96 32 81.7 32 64zM408 96v64h80V96H408zm-48 64V96H280v64h80zM152 96v64h80V96H152zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z" + } + }, + "free": [ + "solid" + ] + }, + "bridge-water": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "road" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4ce", + "label": "Bridge Water", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 96C0 78.3 14.3 64 32 64H544c17.7 0 32 14.3 32 32v35.6c0 15.7-12.7 28.4-28.4 28.4c-37.3 0-67.6 30.2-67.6 67.6V352.5c-12.9 0-25.8 3.9-36.8 11.7c-18 12.4-40.1 20.3-59.2 20.3h0l0-.5V256c0-53-43-96-96-96s-96 43-96 96V384l0 .5c-19 0-41.2-7.9-59.1-20.3c-11.1-7.8-24-11.7-36.9-11.7V227.6C96 190.2 65.8 160 28.4 160C12.7 160 0 147.3 0 131.6V96zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + }, + "free": [ + "solid" + ] + }, + "briefcase": { + "aliases": { + "unicodes": { + "composite": [ + "1f4bc" + ], + "secondary": [ + "10f0b1" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bag", + "briefcas", + "briefcase", + "business", + "luggage", + "office", + "work" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0b1", + "label": "Briefcase", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 320 512V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM512 288H320v32c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V288z" + } + }, + "free": [ + "solid" + ] + }, + "briefcase-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f469" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "doctor", + "emt", + "first aid", + "health" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f469", + "label": "Briefcase Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zm96 152c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V320H176c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z" + } + }, + "free": [ + "solid" + ] + }, + "broom": { + "aliases": { + "unicodes": { + "composite": [ + "1f9f9" + ], + "secondary": [ + "10f51a" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "broom", + "clean", + "cleaning", + "firebolt", + "fly", + "halloween", + "nimbus 2000", + "quidditch", + "sweep", + "sweeping", + "witch" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f51a", + "label": "Broom", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M566.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5 0-22.6 10.1-22.6 22.6v29.1L364.3 320h29.1c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7 192-192zM341.1 353.4L222.6 234.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8C76.5 307.5 64 337.7 64 369.2c0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9C0 502.1 9.9 512 22.1 512l173.3 0c38.8 0 75.9-15.4 103.4-42.8c30.6-30.6 45.9-73.1 42.3-115.8z" + } + }, + "free": [ + "solid" + ] + }, + "broom-ball": { + "aliases": { + "names": [ + "quidditch", + "quidditch-broom-ball" + ], + "unicodes": { + "secondary": [ + "10f458" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "bludger", + "broom", + "golden snitch", + "harry potter", + "hogwarts", + "quaffle", + "sport", + "wizard" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f458", + "label": "Broom Ball", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M566.6 9.4c12.5 12.5 12.5 32.8 0 45.3l-192 192 34.7 34.7c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H364.3L256 211.7V182.6c0-12.5 10.1-22.6 22.6-22.6c6 0 11.8 2.4 16 6.6l34.7 34.7 192-192c12.5-12.5 32.8-12.5 45.3 0zm-344 225.5L341.1 353.4c3.7 42.7-11.7 85.2-42.3 115.8C271.4 496.6 234.2 512 195.5 512L22.1 512C9.9 512 0 502.1 0 489.9c0-6.3 2.7-12.3 7.3-16.5L133.7 359.7c4.2-3.7-.4-10.4-5.4-7.9L77.2 377.4c-6.1 3-13.2-1.4-13.2-8.2c0-31.5 12.5-61.7 34.8-84l8-8c30.6-30.6 73.1-45.9 115.8-42.3zM464 352a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + }, + "free": [ + "solid" + ] + }, + "brush": { + "aliases": { + "unicodes": { + "secondary": [ + "10f55d" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "art", + "bristles", + "color", + "handle", + "paint" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f55d", + "label": "Brush", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M162.4 6c-1.5-3.6-5-6-8.9-6h-19c-3.9 0-7.5 2.4-8.9 6L104.9 57.7c-3.2 8-14.6 8-17.8 0L66.4 6c-1.5-3.6-5-6-8.9-6H48C21.5 0 0 21.5 0 48V224v22.4V256H9.6 374.4 384v-9.6V224 48c0-26.5-21.5-48-48-48H230.5c-3.9 0-7.5 2.4-8.9 6L200.9 57.7c-3.2 8-14.6 8-17.8 0L162.4 6zM0 288v32c0 35.3 28.7 64 64 64h64v64c0 35.3 28.7 64 64 64s64-28.7 64-64V384h64c35.3 0 64-28.7 64-64V288H0zM192 432a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + }, + "free": [ + "solid" + ] + }, + "btc": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f15a", + "label": "BTC", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z" + } + }, + "free": [ + "brands" + ] + }, + "bucket": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bucket", + "pail", + "sandcastle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4cf", + "label": "Bucket", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 152v8H48v-8C48 68.1 116.1 0 200 0h48c83.9 0 152 68.1 152 152v8H352v-8c0-57.4-46.6-104-104-104H200C142.6 48 96 94.6 96 152zM0 224c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32h-5.1L388.5 469c-2.6 24.4-23.2 43-47.7 43H107.2c-24.6 0-45.2-18.5-47.7-43L37.1 256H32c-17.7 0-32-14.3-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "buffer": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f837", + "label": "Buffer", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z" + } + }, + "free": [ + "brands" + ] + }, + "bug": { + "aliases": { + "unicodes": { + "secondary": [ + "10f188" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.15.4", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beetle", + "error", + "glitch", + "insect", + "repair", + "report" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f188", + "label": "Bug", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c53 0 96 43 96 96v3.6c0 15.7-12.7 28.4-28.4 28.4H188.4c-15.7 0-28.4-12.7-28.4-28.4V96c0-53 43-96 96-96zM41.4 105.4c12.5-12.5 32.8-12.5 45.3 0l64 64c.7 .7 1.3 1.4 1.9 2.1c14.2-7.3 30.4-11.4 47.5-11.4H312c17.1 0 33.2 4.1 47.5 11.4c.6-.7 1.2-1.4 1.9-2.1l64-64c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-64 64c-.7 .7-1.4 1.3-2.1 1.9c6.2 12 10.1 25.3 11.1 39.5H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H416c0 24.6-5.5 47.8-15.4 68.6c2.2 1.3 4.2 2.9 6 4.8l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-63.1-63.1c-24.5 21.8-55.8 36.2-90.3 39.6V240c0-8.8-7.2-16-16-16s-16 7.2-16 16V479.2c-34.5-3.4-65.8-17.8-90.3-39.6L86.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c1.9-1.9 3.9-3.4 6-4.8C101.5 367.8 96 344.6 96 320H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96.3c1.1-14.1 5-27.5 11.1-39.5c-.7-.6-1.4-1.2-2.1-1.9l-64-64c-12.5-12.5-12.5-32.8 0-45.3z" + } + }, + "free": [ + "solid" + ] + }, + "bug-slash": { + "changes": [ + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beetle", + "fix", + "glitch", + "insect", + "optimize", + "repair", + "report", + "warning" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e490", + "label": "Bug Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L477.4 348.9c1.7-9.4 2.6-19 2.6-28.9h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H479.7c-1.1-14.1-5-27.5-11.1-39.5c.7-.6 1.4-1.2 2.1-1.9l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-.7 .7-1.3 1.4-1.9 2.1C409.2 164.1 393.1 160 376 160H264c-8.3 0-16.3 1-24 2.8L38.8 5.1zM320 0c-53 0-96 43-96 96v3.6c0 15.7 12.7 28.4 28.4 28.4H387.6c15.7 0 28.4-12.7 28.4-28.4V96c0-53-43-96-96-96zM160.3 256H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c0 24.6 5.5 47.8 15.4 68.6c-2.2 1.3-4.2 2.9-6 4.8l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l63.1-63.1c24.5 21.8 55.8 36.2 90.3 39.6V335.5L166.7 227.3c-3.4 9-5.6 18.7-6.4 28.7zM336 479.2c36.6-3.6 69.7-19.6 94.8-43.8L336 360.7V479.2z" + } + }, + "free": [ + "solid" + ] + }, + "bugs": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bedbug", + "infestation", + "lice", + "plague", + "ticks" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4d0", + "label": "Bugs", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M164.5 107.4l33.4-73.5c5.5-12.1 .1-26.3-11.9-31.8s-26.3-.1-31.8 11.9L128 71.7 101.9 14.1C96.4 2 82.1-3.3 70.1 2.1S52.7 21.9 58.1 33.9l33.4 73.5c-10.2 7.1-18.2 17-22.9 28.6h-17l-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1 111.7 .5 124.7l8 40C10.7 175.9 20.6 184 32 184H64v23.3l-37.8 9.5c-9.5 2.4-16.6 10.2-17.9 19.9l-8 56c-1.9 13.1 7.2 25.3 20.4 27.2s25.3-7.2 27.2-20.4l5.7-40 18.4-4.6C82.7 274.6 103.8 288 128 288s45.3-13.4 56.1-33.2l18.4 4.6 5.7 40c1.9 13.1 14 22.2 27.2 20.4s22.2-14 20.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9L192 207.3V184h32c11.4 0 21.3-8.1 23.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6 5.8-28.2 18.8L204.3 136h-17c-4.7-11.6-12.7-21.5-22.9-28.6zM496 286.5l65.6-47c10.8-7.7 13.3-22.7 5.6-33.5s-22.7-13.3-33.5-5.6l-51.4 36.8 6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9 8.4-26.2 21.6L432.8 250c-12.3 1-24.2 5.6-34.1 13.3L384 254.8l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2 2.5-30.4 15l-13.1 38.6c-3.7 10.8 .8 22.8 10.7 28.5l27.7 16L359 322.7 321.5 312c-9.4-2.7-19.5 .6-25.5 8.3l-34.9 44.5c-8.2 10.4-6.4 25.5 4.1 33.7s25.5 6.4 33.7-4.1l25-31.8 18.2 5.2c-.5 22.6 11 44.7 32 56.8s45.9 11 65.2-.7l13.6 13.2-15.1 37.5c-4.9 12.3 1 26.3 13.3 31.2s26.3-1 31.2-13.3L503.5 440c3.6-9.1 1.4-19.4-5.6-26.2l-28-27.1 11.6-20.1 27.7 16c9.9 5.7 22.5 3.7 30-4.9L566.2 347c8.7-10 7.8-25.1-2.2-33.9s-25.1-7.8-33.9 2.2l-13.9 15.9-14.7-8.5c1.7-12.4-.2-25-5.5-36.2z" + } + }, + "free": [ + "solid" + ] + }, + "building": { + "aliases": { + "unicodes": { + "composite": [ + "1f3e2", + "f0f7" + ], + "secondary": [ + "10f1ad" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apartment", + "building", + "business", + "city", + "company", + "office", + "office building", + "urban", + "work" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1ad", + "label": "Building", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16z" + }, + "regular": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 48c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16h80V400c0-26.5 21.5-48 48-48s48 21.5 48 48v64h80c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64zM0 64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm88 40c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H104c-8.8 0-16-7.2-16-16V104zM232 88h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H232c-8.8 0-16-7.2-16-16V104c0-8.8 7.2-16 16-16zM88 232c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H104c-8.8 0-16-7.2-16-16V232zm144-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H232c-8.8 0-16-7.2-16-16V232c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "building-circle-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "distribution center", + "office" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4d1", + "label": "Building Circle Arrow Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V232.2c-39.1 32.3-64 81.1-64 135.8c0 49.5 20.4 94.2 53.3 126.2C364.5 505.1 351.1 512 336 512H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H272zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zm96 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm140.7-67.3c-6.2 6.2-6.2 16.4 0 22.6L521.4 352H432c-8.8 0-16 7.2-16 16s7.2 16 16 16h89.4l-28.7 28.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56-56c6.2-6.2 6.2-16.4 0-22.6l-56-56c-6.2-6.2-16.4-6.2-22.6 0z" + } + }, + "free": [ + "solid" + ] + }, + "building-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "not affected", + "office", + "ok", + "okay" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4d2", + "label": "Building Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + }, + "free": [ + "solid" + ] + }, + "building-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "building", + "city", + "office" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4d3", + "label": "Building Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "building-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "destroy", + "office" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4d4", + "label": "Building Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + }, + "free": [ + "solid" + ] + }, + "building-columns": { + "aliases": { + "names": [ + "bank", + "institution", + "museum", + "university" + ], + "unicodes": { + "secondary": [ + "10f19c" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.0.3", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank", + "building", + "college", + "education", + "institution", + "museum", + "students" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f19c", + "label": "Building Columns", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M243.4 2.6l-224 96c-14 6-21.8 21-18.7 35.8S16.8 160 32 160v8c0 13.3 10.7 24 24 24H456c13.3 0 24-10.7 24-24v-8c15.2 0 28.3-10.7 31.3-25.6s-4.8-29.9-18.7-35.8l-224-96c-8-3.4-17.2-3.4-25.2 0zM128 224H64V420.3c-.6 .3-1.2 .7-1.8 1.1l-48 32c-11.7 7.8-17 22.4-12.9 35.9S17.9 512 32 512H480c14.1 0 26.5-9.2 30.6-22.7s-1.1-28.1-12.9-35.9l-48-32c-.6-.4-1.2-.7-1.8-1.1V224H384V416H344V224H280V416H232V224H168V416H128V224zM256 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "building-flag": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + " city", + "building", + "diplomat", + "embassy", + "flag", + "headquarters", + "united nations" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4d5", + "label": "Building Flag", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM448 0c-17.7 0-32 14.3-32 32V512h64V192H624c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H480c0-17.7-14.3-32-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "building-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "closed", + "lock", + "lockdown", + "quarantine", + "secure" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4d6", + "label": "Building Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h88.6c-5.4-9.4-8.6-20.3-8.6-32V352c0-23.7 12.9-44.4 32-55.4V272c0-30.5 12.2-58.2 32-78.4V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM464 240c17.7 0 32 14.3 32 32v48H432V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + }, + "free": [ + "solid" + ] + }, + "building-ngo": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + " city", + "building", + "non governmental organization", + "office" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4d7", + "label": "Building Ngo", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM168 64h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H184v64h16V144c0-8.8 7.2-16 16-16s16 7.2 16 16v24c0 13.3-10.7 24-24 24H176c-13.3 0-24-10.7-24-24V80c0-8.8 7.2-16 16-16zM304 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16s16-7.2 16-16V112c0-8.8-7.2-16-16-16zm-48 16c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48V112zM61.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4L64 132.8V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V80c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4z" + } + }, + "free": [ + "solid" + ] + }, + "building-shield": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "police", + "protect", + "safety" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4d8", + "label": "Building Shield", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V207l-42.4 17H304 272c-8.8 0-16 7.2-16 16v32 24.2V304c0 .9 .1 1.7 .2 2.6c2.3 58.1 24.1 144.8 98.7 201.5c-5.8 2.5-12.2 3.9-18.9 3.9H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zM423.1 225.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8V461.7c68.2-33 91.5-99 95.4-149.7z" + } + }, + "free": [ + "solid" + ] + }, + "building-un": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "office", + "united nations" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4d9", + "label": "Building Un", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM237.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V80c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM112 80v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V80c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + }, + "free": [ + "solid" + ] + }, + "building-user": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apartment", + "building", + "city" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4da", + "label": "Building User", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h89.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V271.8 48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM576 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM352 477.1c0 19.3 15.6 34.9 34.9 34.9H605.1c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H445.1c-51.4 0-93.1 41.7-93.1 93.1z" + } + }, + "free": [ + "solid" + ] + }, + "building-wheat": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agriculture", + "building", + "city", + "usda" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4db", + "label": "Building Wheat", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H272zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zm384 80v16c0 44.2-35.8 80-80 80H544V272c0-44.2 35.8-80 80-80h16zm0 128c0 44.2-35.8 80-80 80H544V384c0-44.2 35.8-80 80-80h16v16zm0 112c0 44.2-35.8 80-80 80H544V496c0-44.2 35.8-80 80-80h16v16zM512 496v16H496c-44.2 0-80-35.8-80-80V416h16c44.2 0 80 35.8 80 80zm0-96H496c-44.2 0-80-35.8-80-80V304h16c44.2 0 80 35.8 80 80v16zm0-128v16H496c-44.2 0-80-35.8-80-80V192h16c44.2 0 80 35.8 80 80zM528 32c13.3 0 24 10.7 24 24V160c0 13.3-10.7 24-24 24s-24-10.7-24-24V56c0-13.3 10.7-24 24-24zm96 64v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24s24 10.7 24 24zM456 72c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24z" + } + }, + "free": [ + "solid" + ] + }, + "bullhorn": { + "aliases": { + "unicodes": { + "composite": [ + "1f4e2", + "1f56b" + ], + "secondary": [ + "10f0a1" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Bullhorn", + "announcement", + "broadcast", + "loud", + "louder", + "loudspeaker", + "megaphone", + "public address", + "share" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0a1", + "label": "Bullhorn", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M480 32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9L381.7 53c-48 48-113.1 75-181 75H192 160 64c-35.3 0-64 28.7-64 64v96c0 35.3 28.7 64 64 64l0 128c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V352l8.7 0c67.9 0 133 27 181 75l43.6 43.6c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V300.4c18.6-8.8 32-32.5 32-60.4s-13.4-51.6-32-60.4V32zm-64 76.7V240 371.3C357.2 317.8 280.5 288 200.7 288H192V192h8.7c79.8 0 156.5-29.8 215.3-83.3z" + } + }, + "free": [ + "solid" + ] + }, + "bullseye": { + "aliases": { + "unicodes": { + "secondary": [ + "10f140" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.3.0", + "5.10.1", + "5.15.4", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archery", + "goal", + "objective", + "strategy", + "target" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f140", + "label": "Bullseye", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 256A192 192 0 1 0 64 256a192 192 0 1 0 384 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 80a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zM224 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "solid" + ] + }, + "burger": { + "aliases": { + "names": [ + "hamburger" + ], + "unicodes": { + "secondary": [ + "10f805" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bacon", + "beef", + "burger", + "burger king", + "cheeseburger", + "fast food", + "grill", + "ground beef", + "mcdonalds", + "sandwich" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f805", + "label": "Burger", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M61.1 224C45 224 32 211 32 194.9c0-1.9 .2-3.7 .6-5.6C37.9 168.3 78.8 32 256 32s218.1 136.3 223.4 157.3c.5 1.9 .6 3.7 .6 5.6c0 16.1-13 29.1-29.1 29.1H61.1zM144 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm240 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zM272 96a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM16 304c0-26.5 21.5-48 48-48H448c26.5 0 48 21.5 48 48s-21.5 48-48 48H64c-26.5 0-48-21.5-48-48zm16 96c0-8.8 7.2-16 16-16H464c8.8 0 16 7.2 16 16v16c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V400z" + } + }, + "free": [ + "solid" + ] + }, + "buromobelexperte": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f37f", + "label": "Büromöbel-Experte GmbH & Co. KG.", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z" + } + }, + "free": [ + "brands" + ] + }, + "burst": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boom", + "crash", + "explosion" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4dc", + "label": "Burst", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3L16.6 233.2C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4L66.8 412.8c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9 33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1 100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1L392.3 312.2l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8L388.9 198.7l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7L278.8 16.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6L37.6 4.2z" + } + }, + "free": [ + "solid" + ] + }, + "bus": { + "aliases": { + "unicodes": { + "composite": [ + "1f68d" + ], + "secondary": [ + "10f207" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bus", + "oncoming", + "oncoming bus", + "public transportation", + "transportation", + "travel", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f207", + "label": "Bus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 0C422.4 0 512 35.2 512 80V96l0 32c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32l0 160c0 17.7-14.3 32-32 32v32c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H192v32c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32l0-160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h0V96h0V80C64 35.2 153.6 0 288 0zM128 160v96c0 17.7 14.3 32 32 32H272V128H160c-17.7 0-32 14.3-32 32zM304 288H416c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H304V288zM144 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM384 80c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16s7.2 16 16 16H368c8.8 0 16-7.2 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "bus-simple": { + "aliases": { + "names": [ + "bus-alt" + ], + "unicodes": { + "secondary": [ + "10f55e" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mta", + "public transportation", + "transportation", + "travel", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f55e", + "label": "Bus Simple", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0C348.8 0 448 35.2 448 80V96 416c0 17.7-14.3 32-32 32v32c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32V96 80C0 35.2 99.2 0 224 0zM64 128V256c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "business-time": { + "aliases": { + "names": [ + "briefcase-clock" + ], + "unicodes": { + "secondary": [ + "10f64a" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alarm", + "briefcase", + "business socks", + "clock", + "flight of the conchords", + "reminder", + "wednesday" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f64a", + "label": "Business Time", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 352h8.2c32.3-39.1 81.1-64 135.8-64c5.4 0 10.7 .2 16 .7V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM320 352H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H360.2C335.1 449.6 320 410.5 320 368c0-5.4 .2-10.7 .7-16l-.7 0zm320 16a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zM496 288c8.8 0 16 7.2 16 16v48h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H496c-8.8 0-16-7.2-16-16V304c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "buy-n-large": { + "changes": [ + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f8a6", + "label": "Buy n Large", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32zm-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60.24 60.24 0 0 1-1.5 6.85 77.39 77.39 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52zM358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a78.8 78.8 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82zM233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170z" + } + }, + "free": [ + "brands" + ] + }, + "buysellads": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f20d", + "label": "BuySellAds", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z" + } + }, + "free": [ + "brands" + ] + }, + "c": { + "aliases": { + "unicodes": { + "composite": [ + "63" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter C", + "Latin Small Letter C", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "43", + "label": "C", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M329.1 142.9c-62.5-62.5-155.8-62.5-218.3 0s-62.5 163.8 0 226.3s155.8 62.5 218.3 0c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-87.5 87.5-221.3 87.5-308.8 0s-87.5-229.3 0-316.8s221.3-87.5 308.8 0c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0z" + } + }, + "free": [ + "solid" + ] + }, + "cable-car": { + "aliases": { + "names": [ + "tram" + ], + "unicodes": { + "composite": [ + "1f6a1", + "e0cf" + ], + "secondary": [ + "10f7da" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aerial tramway", + "cable", + "gondola", + "lift", + "mountain", + "mountain cableway", + "tram", + "tramway", + "trolley" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7da", + "label": "Cable Car", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM160 56a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM32 288c0-35.3 28.7-64 64-64H232V157.5l-203.1 42c-13 2.7-25.7-5.7-28.4-18.6s5.7-25.7 18.6-28.4l232-48 232-48c13-2.7 25.7 5.7 28.4 18.6s-5.7 25.7-18.6 28.4L280 147.5V224H416c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V288zm64 0c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H96zm112 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H352z" + } + }, + "free": [ + "solid" + ] + }, + "cake-candles": { + "aliases": { + "names": [ + "birthday-cake", + "cake" + ], + "unicodes": { + "composite": [ + "1f382" + ], + "secondary": [ + "10f1fd" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anniversary", + "bakery", + "birthday", + "birthday cake", + "cake", + "candles", + "celebration", + "dessert", + "frosting", + "holiday", + "party", + "pastry", + "sweet" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1fd", + "label": "Cake Candles", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M86.4 5.5L61.8 47.6C58 54.1 56 61.6 56 69.2V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L105.6 5.5C103.6 2.1 100 0 96 0s-7.6 2.1-9.6 5.5zm128 0L189.8 47.6c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L233.6 5.5C231.6 2.1 228 0 224 0s-7.6 2.1-9.6 5.5zM317.8 47.6c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L361.6 5.5C359.6 2.1 356 0 352 0s-7.6 2.1-9.6 5.5L317.8 47.6zM128 176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c-35.3 0-64 28.7-64 64v71c8.3 5.2 18.1 9 28.8 9c13.5 0 27.2-6.1 38.4-13.4c5.4-3.5 9.9-7.1 13-9.7c1.5-1.3 2.7-2.4 3.5-3.1c.4-.4 .7-.6 .8-.8l.1-.1 0 0 0 0s0 0 0 0s0 0 0 0c3.1-3.2 7.4-4.9 11.9-4.8s8.6 2.1 11.6 5.4l0 0 0 0 .1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c3-3.5 7.4-5.4 12-5.4s9 2 12 5.4l.1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c2.9-3.4 7.1-5.3 11.6-5.4s8.7 1.6 11.9 4.8l0 0 0 0 0 0 .1 .1c.2 .2 .4 .4 .8 .8c.8 .7 1.9 1.8 3.5 3.1c3.1 2.6 7.5 6.2 13 9.7c11.2 7.3 24.9 13.4 38.4 13.4c10.7 0 20.5-3.9 28.8-9V288c0-35.3-28.7-64-64-64V176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48H256V176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48H128V176zM448 394.6c-8.5 3.3-18.2 5.4-28.8 5.4c-22.5 0-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8 2.4-6.1 5-9.8 7.5C329.8 390 310.6 400 288 400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7 2.3-5.9 4.7-9.4 7.2C201.8 390 182.6 400 160 400s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1 2.4-6.8 5.1-10.9 7.8C71.2 390.1 51.3 400 28.8 400c-10.6 0-20.3-2.2-28.8-5.4V480c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32V394.6z" + } + }, + "free": [ + "solid" + ] + }, + "calculator": { + "aliases": { + "unicodes": { + "composite": [ + "1f5a9" + ], + "secondary": [ + "10f1ec" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.3.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Pocket Calculator", + "abacus", + "addition", + "arithmetic", + "counting", + "math", + "multiplication", + "subtraction" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1ec", + "label": "Calculator", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM96 64H288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zm32 160a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM96 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM64 416c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zM192 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm64-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM288 448a32 32 0 1 1 0-64 32 32 0 1 1 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "calendar": { + "aliases": { + "unicodes": { + "composite": [ + "1f4c5", + "1f4c6" + ], + "secondary": [ + "10f133" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "calendar", + "calendar-o", + "date", + "day", + "event", + "month", + "schedule", + "tear-off calendar", + "time", + "when", + "year" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f133", + "label": "Calendar", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z" + }, + "regular": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "calendar-check": { + "aliases": { + "unicodes": { + "secondary": [ + "10f274" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "agree", + "appointment", + "confirm", + "correct", + "date", + "day", + "done", + "event", + "month", + "ok", + "schedule", + "select", + "success", + "tick", + "time", + "todo", + "when", + "year" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f274", + "label": "Calendar Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zM329 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-95 95-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L329 305z" + }, + "regular": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM400 192H48V448c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V192zM329 297L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "calendar-day": { + "aliases": { + "unicodes": { + "secondary": [ + "10f783" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "date", + "day", + "detail", + "event", + "focus", + "month", + "schedule", + "single day", + "time", + "today", + "when", + "year" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f783", + "label": "Calendar Day", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm80 64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80z" + } + }, + "free": [ + "solid" + ] + }, + "calendar-days": { + "aliases": { + "names": [ + "calendar-alt" + ], + "unicodes": { + "secondary": [ + "10f073" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.6.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "calendar", + "date", + "day", + "event", + "month", + "schedule", + "time", + "when", + "year" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f073", + "label": "Calendar Days", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm64 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm128 0v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H336zM64 400v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H208zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H336c-8.8 0-16 7.2-16 16z" + }, + "regular": { + "last_modified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192h80v56H48V192zm0 104h80v64H48V296zm128 0h96v64H176V296zm144 0h80v64H320V296zm80-48H320V192h80v56zm0 160v40c0 8.8-7.2 16-16 16H320V408h80zm-128 0v56H176V408h96zm-144 0v56H64c-8.8 0-16-7.2-16-16V408h80zM272 248H176V192h96v56z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "calendar-minus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f272" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "calendar", + "date", + "day", + "delete", + "event", + "month", + "negative", + "remove", + "schedule", + "time", + "when", + "year" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f272", + "label": "Calendar Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 0c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H32V112c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32zM32 192H480V464c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V192zM344 376c13.3 0 24-10.7 24-24s-10.7-24-24-24H168c-13.3 0-24 10.7-24 24s10.7 24 24 24H344z" + }, + "regular": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 0c13.3 0 24 10.7 24 24V64H328V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V192 144 128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zM432 192H80V448c0 8.8 7.2 16 16 16H416c8.8 0 16-7.2 16-16V192zM328 352H184c-13.3 0-24-10.7-24-24s10.7-24 24-24H328c13.3 0 24 10.7 24 24s-10.7 24-24 24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "calendar-plus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f271" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "calendar", + "create", + "date", + "day", + "event", + "month", + "new", + "positive", + "schedule", + "time", + "when", + "year" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f271", + "label": "Calendar Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 32V64H80c-26.5 0-48 21.5-48 48v48H480V112c0-26.5-21.5-48-48-48H384V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H192V32c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 192H32V464c0 26.5 21.5 48 48 48H432c26.5 0 48-21.5 48-48V192zM256 248c13.3 0 24 10.7 24 24v56h56c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v56c0 13.3-10.7 24-24 24s-24-10.7-24-24V376H176c-13.3 0-24-10.7-24-24s10.7-24 24-24h56V272c0-13.3 10.7-24 24-24z" + }, + "regular": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M184 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H96c-35.3 0-64 28.7-64 64v16 48V448c0 35.3 28.7 64 64 64H416c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H376V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H184V24zM80 192H432V448c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V192zm176 40c-13.3 0-24 10.7-24 24v48H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h48v48c0 13.3 10.7 24 24 24s24-10.7 24-24V352h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H280V256c0-13.3-10.7-24-24-24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "calendar-week": { + "aliases": { + "unicodes": { + "secondary": [ + "10f784" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "date", + "day", + "detail", + "event", + "focus", + "month", + "schedule", + "single week", + "time", + "today", + "when", + "year" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f784", + "label": "Calendar Week", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm80 64c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16H368c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80z" + } + }, + "free": [ + "solid" + ] + }, + "calendar-xmark": { + "aliases": { + "names": [ + "calendar-times" + ], + "unicodes": { + "secondary": [ + "10f273" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "calendar", + "date", + "day", + "delete", + "event", + "month", + "remove", + "schedule", + "time", + "when", + "x", + "year" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f273", + "label": "Calendar Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 0c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H32V112c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32zM32 192H480V464c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V192zM337 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47z" + }, + "regular": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 0c13.3 0 24 10.7 24 24V64H328V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V192 144 128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zM432 192H80V448c0 8.8 7.2 16 16 16H416c8.8 0 16-7.2 16-16V192zm-95 89l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "camera": { + "aliases": { + "names": [ + "camera-alt" + ], + "unicodes": { + "composite": [ + "f332" + ], + "primary": [ + "f332" + ], + "secondary": [ + "10f030", + "10f332" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "image", + "lens", + "photo", + "picture", + "record", + "shutter", + "video" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f030", + "label": "Camera", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M149.1 64.8L138.7 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H373.3L362.9 64.8C356.4 45.2 338.1 32 317.4 32H194.6c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + } + }, + "free": [ + "solid" + ] + }, + "camera-retro": { + "aliases": { + "unicodes": { + "composite": [ + "1f4f7" + ], + "secondary": [ + "10f083" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camera", + "image", + "lens", + "photo", + "picture", + "record", + "shutter", + "video" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f083", + "label": "Camera Retro", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M220.6 121.2L271.1 96 448 96v96H333.2c-21.9-15.1-48.5-24-77.2-24s-55.2 8.9-77.2 24H64V128H192c9.9 0 19.7-2.3 28.6-6.8zM0 128V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H271.1c-9.9 0-19.7 2.3-28.6 6.8L192 64H160V48c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16l0 16C28.7 64 0 92.7 0 128zM168 304a88 88 0 1 1 176 0 88 88 0 1 1 -176 0z" + } + }, + "free": [ + "solid" + ] + }, + "camera-rotate": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "flip", + "front-facing", + "photo", + "selfie" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e0d8", + "label": "Camera Rotate", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M213.1 64.8L202.7 96H128c-35.3 0-64 28.7-64 64V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H437.3L426.9 64.8C420.4 45.2 402.1 32 381.4 32H258.6c-20.7 0-39 13.2-45.5 32.8zM448 256c0 8.8-7.2 16-16 16H355.3c-6.2 0-11.3-5.1-11.3-11.3c0-3 1.2-5.9 3.3-8L371 229c-13.6-13.4-31.9-21-51-21c-19.2 0-37.7 7.6-51.3 21.3L249 249c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l19.7-19.7C257.4 172.7 288 160 320 160c31.8 0 62.4 12.6 85 35l23.7-23.7c2.1-2.1 5-3.3 8-3.3c6.2 0 11.3 5.1 11.3 11.3V256zM192 320c0-8.8 7.2-16 16-16h76.7c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8L269 347c13.6 13.4 31.9 21 51 21c19.2 0 37.7-7.6 51.3-21.3L391 327c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-19.7 19.7C382.6 403.3 352 416 320 416c-31.8 0-62.4-12.6-85-35l-23.7 23.7c-2.1 2.1-5 3.3-8 3.3c-6.2 0-11.3-5.1-11.3-11.3V320z" + } + }, + "free": [ + "solid" + ] + }, + "campground": { + "aliases": { + "unicodes": { + "composite": [ + "26fa" + ], + "secondary": [ + "10f6bb" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camping", + "fall", + "outdoors", + "teepee", + "tent", + "tipi" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6bb", + "label": "Campground", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M377 52c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5L288 60.8 249 12c-11-13.8-31.2-16-45-5s-16 31.2-5 45l48 60L12.3 405.4C4.3 415.4 0 427.7 0 440.4V464c0 26.5 21.5 48 48 48H288 528c26.5 0 48-21.5 48-48V440.4c0-12.7-4.3-25.1-12.3-35L329 112l48-60zM288 448H168.5L288 291.7 407.5 448H288z" + } + }, + "free": [ + "solid" + ] + }, + "canadian-maple-leaf": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "canada", + "flag", + "flora", + "nature", + "plant" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f785", + "label": "Canadian Maple Leaf", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z" + } + }, + "free": [ + "brands" + ] + }, + "candy-cane": { + "aliases": { + "unicodes": { + "secondary": [ + "10f786" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "candy", + "christmas", + "holiday", + "mint", + "peppermint", + "striped", + "xmas" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f786", + "label": "Candy Cane", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M348.8 131.5c3.7-2.3 7.9-3.5 12.2-3.5c12.7 0 23 10.3 23 23v5.6c0 9.9-5.1 19.1-13.5 24.3L30.1 393.7C.1 412.5-9 451.9 9.7 481.9s58.2 39.1 88.2 20.4L438.4 289.5c45.8-28.6 73.6-78.8 73.6-132.8V151C512 67.6 444.4 0 361 0c-28.3 0-56 8-80.1 23L254.1 39.7c-30 18.7-39.1 58.2-20.4 88.2s58.2 39.1 88.2 20.4l26.8-16.8zM298.4 49.8c9.2-5.7 19.1-10.1 29.4-13.1L348 97.5c-5.7 1.4-11.2 3.7-16.3 6.8l-12.6 7.9L298.4 49.8zm88.5 52.7l46.2-46.2c8.5 6.5 16.1 14.1 22.6 22.6l-46.2 46.2c-5.1-9.6-13-17.5-22.6-22.6zm28.9 59.3l61.6 20.5c-2.2 10.5-5.8 20.7-10.5 30.2l-62-20.7c6.2-8.8 10.1-19.1 11-30.1zm-86.1 82.5l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zm-107.2 67l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zM119.3 375.7l60.4 37.7-30.2 18.9L89.1 394.6l30.2-18.9z" + } + }, + "free": [ + "solid" + ] + }, + "cannabis": { + "aliases": { + "unicodes": { + "secondary": [ + "10f55f" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bud", + "chronic", + "drugs", + "endica", + "endo", + "ganja", + "marijuana", + "mary jane", + "pot", + "reefer", + "sativa", + "spliff", + "weed", + "whacky-tabacky" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f55f", + "label": "Cannabis", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.2 26.4 11.8 55.2 10.4 84c11.5-8.8 23.7-16.7 35.8-23.6c41-23.3 84.4-36.9 112.2-42.5c5.2-1 10.7 .6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7c-9.1 15.9-19.9 31.7-32.4 46.3c27.8 6.6 52.4 17.3 67.2 25.5c5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1c-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V417.2l-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5C78.9 296.3 68.1 280.5 59 264.6c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2 .6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5c12.1 6.9 24.3 14.7 35.8 23.6c-1.4-28.7 3.1-57.6 10.4-84c12.5-45.3 33.4-85.5 49.2-109c3-4.4 8-7.1 13.3-7.1z" + } + }, + "free": [ + "solid" + ] + }, + "capsules": { + "aliases": { + "unicodes": { + "secondary": [ + "10f46b" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medicine", + "pills", + "prescription" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f46b", + "label": "Capsules", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 144c0-26.5 21.5-48 48-48s48 21.5 48 48V256H64V144zM0 144V368c0 61.9 50.1 112 112 112s112-50.1 112-112V189.6c1.8 19.1 8.2 38 19.8 54.8L372.3 431.7c35.5 51.7 105.3 64.3 156 28.1s63-107.5 27.5-159.2L427.3 113.3C391.8 61.5 321.9 49 271.3 85.2c-28 20-44.3 50.8-47.3 83V144c0-61.9-50.1-112-112-112S0 82.1 0 144zm296.6 64.2c-16-23.3-10-55.3 11.9-71c21.2-15.1 50.5-10.3 66 12.2l67 97.6L361.6 303l-65-94.8zM491 407.7c-.8 .6-1.6 1.1-2.4 1.6l4-2.8c-.5 .4-1 .8-1.6 1.2z" + } + }, + "free": [ + "solid" + ] + }, + "car": { + "aliases": { + "names": [ + "automobile" + ], + "unicodes": { + "composite": [ + "1f698" + ], + "secondary": [ + "10f1b9" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "automobile", + "car", + "oncoming", + "oncoming automobile", + "sedan", + "transportation", + "travel", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1b9", + "label": "Car", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M135.2 117.4L109.1 192H402.9l-26.1-74.6C372.3 104.6 360.2 96 346.6 96H165.4c-13.6 0-25.7 8.6-30.2 21.4zM39.6 196.8L74.8 96.3C88.3 57.8 124.6 32 165.4 32H346.6c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2V400v48c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V400H96v48c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V400 256c0-26.7 16.4-49.6 39.6-59.2zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "car-battery": { + "aliases": { + "names": [ + "battery-car" + ], + "unicodes": { + "secondary": [ + "10f5df" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "electric", + "mechanic", + "power" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5df", + "label": "Car Battery", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M80 96c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32l96 0c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32h16c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64l16 0zm304 96c0-8.8-7.2-16-16-16s-16 7.2-16 16v32H320c-8.8 0-16 7.2-16 16s7.2 16 16 16h32v32c0 8.8 7.2 16 16 16s16-7.2 16-16V256h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H384V192zM80 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H96c-8.8 0-16 7.2-16 16z" + } + }, + "free": [ + "solid" + ] + }, + "car-burst": { + "aliases": { + "names": [ + "car-crash" + ], + "unicodes": { + "secondary": [ + "10f5e1" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accident", + "auto", + "automobile", + "insurance", + "sedan", + "transportation", + "vehicle", + "wreck" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5e1", + "label": "Car Burst", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M176 8c-6.6 0-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l35.3-32.5 9.5-35.4 10.4-38.6c8-29.9 30.5-52.1 57.9-60.9l41-59.2c11.3-16.3 26.4-28.9 43.5-37.2c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74C188.4 12 182.6 8 176 8zM367.7 161.5l135.6 36.3c6.5 1.8 11.3 7.4 11.8 14.2l4.6 56.5-201.5-54 32.2-46.6c3.8-5.6 10.8-8.1 17.3-6.4zm-69.9-30l-47.9 69.3c-21.6 3-40.3 18.6-46.3 41l-10.4 38.6-16.6 61.8-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9 247.3 66.3-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9L595 388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2 99.7c-32.7-8.8-67.3 4-86.5 31.8zm-17 131a24 24 0 1 1 -12.4 46.4 24 24 0 1 1 12.4-46.4zm217.9 83.2A24 24 0 1 1 545 358.1a24 24 0 1 1 -46.4-12.4z" + } + }, + "free": [ + "solid" + ] + }, + "car-on": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alarm", + "car", + "carjack", + "warning" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4dd", + "label": "Car On", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24V24zM185.8 224H326.2c6.8 0 12.8 4.3 15.1 10.6L360.3 288H151.7l19.1-53.4c2.3-6.4 8.3-10.6 15.1-10.6zm-75.3-10.9L82.2 292.4C62.1 300.9 48 320.8 48 344v40 64 32c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V448H384v32c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32V448 384 344c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1 181.3 360 160 326.2 160H185.8c-33.8 0-64 21.3-75.3 53.1zM128 344a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm232 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM39 39c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L73 39c-9.4-9.4-24.6-9.4-33.9 0zm400 0L391 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z" + } + }, + "free": [ + "solid" + ] + }, + "car-rear": { + "aliases": { + "names": [ + "car-alt" + ], + "unicodes": { + "secondary": [ + "10f5de" + ] + } + }, + "changes": [ + "5.2.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "automobile", + "sedan", + "transportation", + "travel", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5de", + "label": "Car Rear", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M165.4 96H346.6c13.6 0 25.7 8.6 30.2 21.4L402.9 192H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zm-90.6 .3L39.6 196.8C16.4 206.4 0 229.3 0 256v80c0 23.7 12.9 44.4 32 55.4V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V400H384v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V391.4c19.1-11.1 32-31.7 32-55.4V256c0-26.7-16.4-49.6-39.6-59.2L437.2 96.3C423.7 57.8 387.4 32 346.6 32H165.4c-40.8 0-77.1 25.8-90.6 64.3zM208 272h96c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V288c0-8.8 7.2-16 16-16zM48 280c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-13.3 0-24-10.7-24-24zm360-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H408c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + }, + "free": [ + "solid" + ] + }, + "car-side": { + "aliases": { + "unicodes": { + "composite": [ + "1f697" + ], + "secondary": [ + "10f5e4" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "automobile", + "car", + "sedan", + "transportation", + "travel", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5e4", + "label": "Car Side", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M171.3 96H224v96H111.3l30.4-75.9C146.5 104 158.2 96 171.3 96zM272 192V96h81.2c9.7 0 18.9 4.4 25 12l67.2 84H272zm256.2 1L428.2 68c-18.2-22.8-45.8-36-75-36H171.3c-39.3 0-74.6 23.9-89.1 60.3L40.6 196.4C16.8 205.8 0 228.9 0 256V368c0 17.7 14.3 32 32 32H65.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80H385.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80H608c17.7 0 32-14.3 32-32V320c0-65.2-48.8-119-111.8-127zM434.7 368a48 48 0 1 1 90.5 32 48 48 0 1 1 -90.5-32zM160 336a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + }, + "free": [ + "solid" + ] + }, + "car-tunnel": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "road", + "tunnel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4de", + "label": "Car Tunnel", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0C114.6 0 0 114.6 0 256V448c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V376c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7H313.6c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6V488c0 9.6-4.2 18.1-10.8 24H448c35.3 0 64-28.7 64-64V256C512 114.6 397.4 0 256 0zM362.8 512c-6.6-5.9-10.8-14.4-10.8-24V448H160v40c0 9.6-4.2 18.1-10.8 24H362.8zM190.8 277.5L177 320H335l-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5H198.4c-3.5 0-6.5 2.2-7.6 5.5zM168 408a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm200-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z" + } + }, + "free": [ + "solid" + ] + }, + "caravan": { + "aliases": { + "unicodes": { + "secondary": [ + "10f8ff" + ] + } + }, + "changes": [ + "5.12.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camper", + "motor home", + "rv", + "trailer", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f8ff", + "label": "Caravan", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 112C0 67.8 35.8 32 80 32H416c88.4 0 160 71.6 160 160V352h32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0H288c0 53-43 96-96 96s-96-43-96-96H80c-44.2 0-80-35.8-80-80V112zM320 352H448V256H416c-8.8 0-16-7.2-16-16s7.2-16 16-16h32V160c0-17.7-14.3-32-32-32H352c-17.7 0-32 14.3-32 32V352zM96 128c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96zm96 336a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + }, + "free": [ + "solid" + ] + }, + "caret-down": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0d7" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "dropdown", + "expand", + "menu", + "more", + "triangle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0d7", + "label": "Caret Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z" + } + }, + "free": [ + "solid" + ] + }, + "caret-left": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0d9" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "back", + "previous", + "triangle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0d9", + "label": "Caret Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z" + } + }, + "free": [ + "solid" + ] + }, + "caret-right": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0da" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "forward", + "next", + "triangle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0da", + "label": "Caret Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z" + } + }, + "free": [ + "solid" + ] + }, + "caret-up": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0d8" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "collapse", + "triangle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0d8", + "label": "Caret Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z" + } + }, + "free": [ + "solid" + ] + }, + "carrot": { + "aliases": { + "unicodes": { + "composite": [ + "1f955" + ], + "secondary": [ + "10f787" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bugs bunny", + "carrot", + "food", + "orange", + "vegan", + "vegetable" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f787", + "label": "Carrot", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M346.7 6C337.6 17 320 42.3 320 72c0 40 15.3 55.3 40 80s40 40 80 40c29.7 0 55-17.6 66-26.7c4-3.3 6-8.2 6-13.3s-2-10-6-13.2c-11.4-9.1-38.3-26.8-74-26.8c-32 0-40 8-40 8s8-8 8-40c0-35.7-17.7-62.6-26.8-74C370 2 365.1 0 360 0s-10 2-13.3 6zM244.6 136c-40 0-77.1 18.1-101.7 48.2l60.5 60.5c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-55.3-55.3 0 .1L2.2 477.9C-2 487-.1 497.8 7 505s17.9 9 27.1 4.8l134.7-62.4-52.1-52.1c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L199.7 433l100.2-46.4c46.4-21.5 76.2-68 76.2-119.2C376 194.8 317.2 136 244.6 136z" + } + }, + "free": [ + "solid" + ] + }, + "cart-arrow-down": { + "aliases": { + "unicodes": { + "secondary": [ + "10f218" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download", + "save", + "shopping" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f218", + "label": "Cart Arrow Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32H360V134.1l23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-64 64c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23V32H120.1C111 12.8 91.6 0 69.5 0H24zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + }, + "free": [ + "solid" + ] + }, + "cart-flatbed": { + "aliases": { + "names": [ + "dolly-flatbed" + ], + "unicodes": { + "secondary": [ + "10f474" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "inventory", + "shipping", + "transport" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f474", + "label": "Cart Flatbed", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64H48c8.8 0 16 7.2 16 16V368c0 44.2 35.8 80 80 80h18.7c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16H450.7c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H144c-8.8 0-16-7.2-16-16V80C128 35.8 92.2 0 48 0H32zM192 80V272c0 26.5 21.5 48 48 48H560c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H464V176c0 5.9-3.2 11.3-8.5 14.1s-11.5 2.5-16.4-.8L400 163.2l-39.1 26.1c-4.9 3.3-11.2 3.6-16.4 .8s-8.5-8.2-8.5-14.1V32H240c-26.5 0-48 21.5-48 48z" + } + }, + "free": [ + "solid" + ] + }, + "cart-flatbed-suitcase": { + "aliases": { + "names": [ + "luggage-cart" + ], + "unicodes": { + "secondary": [ + "10f59d" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airport", + "bag", + "baggage", + "suitcase", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f59d", + "label": "Cart Flatbed Suitcase", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H48c44.2 0 80 35.8 80 80V368c0 8.8 7.2 16 16 16H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H541.3c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H253.3c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H144c-44.2 0-80-35.8-80-80V80c0-8.8-7.2-16-16-16H32C14.3 64 0 49.7 0 32zM432 96V56c0-4.4-3.6-8-8-8H344c-4.4 0-8 3.6-8 8V96h96zM288 96V56c0-30.9 25.1-56 56-56h80c30.9 0 56 25.1 56 56V96 320H288V96zM512 320V96h16c26.5 0 48 21.5 48 48V272c0 26.5-21.5 48-48 48H512zM240 96h16V320H240c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z" + } + }, + "free": [ + "solid" + ] + }, + "cart-plus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f217" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "create", + "new", + "positive", + "shopping" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f217", + "label": "Cart Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM252 160c0 11 9 20 20 20h44v44c0 11 9 20 20 20s20-9 20-20V180h44c11 0 20-9 20-20s-9-20-20-20H356V96c0-11-9-20-20-20s-20 9-20 20v44H272c-11 0-20 9-20 20z" + } + }, + "free": [ + "solid" + ] + }, + "cart-shopping": { + "aliases": { + "names": [ + "shopping-cart" + ], + "unicodes": { + "composite": [ + "1f6d2" + ], + "secondary": [ + "10f07a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cart", + "checkout", + "grocery", + "payment", + "purchase", + "shopping", + "shopping cart", + "trolley" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f07a", + "label": "Cart Shopping", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + }, + "free": [ + "solid" + ] + }, + "cash-register": { + "aliases": { + "unicodes": { + "secondary": [ + "10f788" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cha-ching", + "change", + "checkout", + "commerce", + "leaerboard", + "machine", + "pay", + "payment", + "purchase", + "store" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f788", + "label": "Cash Register", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 0C46.3 0 32 14.3 32 32V96c0 17.7 14.3 32 32 32h80v32H87c-31.6 0-58.5 23.1-63.3 54.4L1.1 364.1C.4 368.8 0 373.6 0 378.4V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V378.4c0-4.8-.4-9.6-1.1-14.4L488.2 214.4C483.5 183.1 456.6 160 425 160H208V128h80c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H64zM96 48H256c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16s7.2-16 16-16zM64 432c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm48-168a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm120-24a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM160 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM328 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM256 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM424 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM352 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48z" + } + }, + "free": [ + "solid" + ] + }, + "cat": { + "aliases": { + "unicodes": { + "composite": [ + "1f408" + ], + "secondary": [ + "10f6be" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cat", + "feline", + "halloween", + "holiday", + "kitten", + "kitty", + "meow", + "pet" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6be", + "label": "Cat", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M320 192h17.1c22.1 38.3 63.5 64 110.9 64c11 0 21.8-1.4 32-4v4 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V339.2L280 448h56c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-53 0-96-43-96-96V192.5c0-16.1-12-29.8-28-31.8l-7.9-1c-17.5-2.2-30-18.2-27.8-35.7s18.2-30 35.7-27.8l7.9 1c48 6 84.1 46.8 84.1 95.3v85.3c34.4-51.7 93.2-85.8 160-85.8zm160 26.5v0c-10 3.5-20.8 5.5-32 5.5c-28.4 0-54-12.4-71.6-32h0c-3.7-4.1-7-8.5-9.9-13.2C357.3 164 352 146.6 352 128v0V32 12 10.7C352 4.8 356.7 .1 362.6 0h.2c3.3 0 6.4 1.6 8.4 4.2l0 .1L384 21.3l27.2 36.3L416 64h64l4.8-6.4L512 21.3 524.8 4.3l0-.1c2-2.6 5.1-4.2 8.4-4.2h.2C539.3 .1 544 4.8 544 10.7V12 32v96c0 17.3-4.6 33.6-12.6 47.6c-11.3 19.8-29.6 35.2-51.4 42.9zM432 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + }, + "free": [ + "solid" + ] + }, + "cc-amazon-pay": { + "changes": [ + "5.0.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f42d", + "label": "Amazon Pay Credit Card", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z" + } + }, + "free": [ + "brands" + ] + }, + "cc-amex": { + "changes": [ + "4.2.0", + "5.0.0", + "5.7.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "amex" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f1f3", + "label": "American Express Credit Card", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M48 480C21.49 480 0 458.5 0 432V80C0 53.49 21.49 32 48 32H528C554.5 32 576 53.49 576 80V82.43H500.5L483.5 130L466.6 82.43H369.4V145.6L341.3 82.43H262.7L181 267.1H246.8V430.9H450.5L482.4 395.8L514.3 430.9H576V432C576 458.5 554.5 480 528 480H48zM482.6 364L440.4 410.3H390.5L458 338.6L390.5 266.1H441.9L483.4 312.8L525.4 266.1H576L508 338.2L576 410.3H524.6L482.6 364zM576 296.9V380.2L536.7 338.3L576 296.9zM307.6 377.1H390.6V410.3H268.6V267.1H390.6V300.2H307.6V322.6H388.5V354.9H307.6V377.2V377.1zM537.3 145.7L500.4 246.3H466L429.2 146V246.3H390.5V103H451.7L483.6 192.3L515.8 103H576V246.3H537.3V145.7zM334.5 217.6H268.6L256.7 246.3H213.7L276.1 103H327.3L390.6 246.3H346.5L334.5 217.6zM301.5 138.5L282 185.4H320.9L301.5 138.5z" + } + }, + "free": [ + "brands" + ] + }, + "cc-apple-pay": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f416", + "label": "Apple Pay Credit Card", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z" + } + }, + "free": [ + "brands" + ] + }, + "cc-diners-club": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f24c", + "label": "Diner's Club Credit Card", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z" + } + }, + "free": [ + "brands" + ] + }, + "cc-discover": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1f2", + "label": "Discover Credit Card", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0l21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6zm-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38zm-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8zM55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9zm67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5z" + } + }, + "free": [ + "brands" + ] + }, + "cc-jcb": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f24b", + "label": "JCB Credit Card", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z" + } + }, + "free": [ + "brands" + ] + }, + "cc-mastercard": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1f1", + "label": "MasterCard Credit Card", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z" + } + }, + "free": [ + "brands" + ] + }, + "cc-paypal": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1f4", + "label": "Paypal Credit Card", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z" + } + }, + "free": [ + "brands" + ] + }, + "cc-stripe": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1f5", + "label": "Stripe Credit Card", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7zM375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7zm68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6zm160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9z" + } + }, + "free": [ + "brands" + ] + }, + "cc-visa": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1f0", + "label": "Visa Credit Card", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z" + } + }, + "free": [ + "brands" + ] + }, + "cedi-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Cedi Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e0df", + "label": "Cedi Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V66.7C101.2 81.9 32 160.9 32 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V445.3c30.9-5.2 59.2-17.7 83.2-35.8c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-13.2 9.9-28.3 17.3-44.8 21.6V132c16.4 4.2 31.6 11.6 44.8 21.6c14.1 10.6 34.2 7.8 44.8-6.4s7.8-34.2-6.4-44.8c-24-18-52.4-30.6-83.2-35.8V32zM192 132V380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124z" + } + }, + "free": [ + "solid" + ] + }, + "cent-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Cent Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e3f5", + "label": "Cent Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M224 0c17.7 0 32 14.3 32 32V66.7c30.9 5.2 59.2 17.7 83.2 35.8c14.1 10.6 17 30.7 6.4 44.8s-30.7 17-44.8 6.4C279.4 137.5 252.9 128 224 128c-70.7 0-128 57.3-128 128s57.3 128 128 128c28.9 0 55.4-9.5 76.8-25.6c14.1-10.6 34.2-7.8 44.8 6.4s7.8 34.2-6.4 44.8c-24 18-52.4 30.6-83.2 35.8V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.3C101.2 430.1 32 351.1 32 256s69.2-174.1 160-189.3V32c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "centercode": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f380", + "label": "Centercode", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z" + } + }, + "free": [ + "brands" + ] + }, + "centos": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "linux", + "operating system", + "os" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f789", + "label": "Centos", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M289.6 97.5l31.6 31.7-76.3 76.5V97.5zm-162.4 31.7l76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1l-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6l10.8-10.8zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8l55.5-55.6zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2l-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8l-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6l90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z" + } + }, + "free": [ + "brands" + ] + }, + "certificate": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0a3" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "badge", + "star", + "verified" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0a3", + "label": "Certificate", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M211 7.3C205 1 196-1.4 187.6 .8s-14.9 8.9-17.1 17.3L154.7 80.6l-62-17.5c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l17.5 62L18.1 170.6c-8.4 2.1-15 8.7-17.3 17.1S1 205 7.3 211l46.2 45L7.3 301C1 307-1.4 316 .8 324.4s8.9 14.9 17.3 17.1l62.5 15.8-17.5 62c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l62-17.5 15.8 62.5c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l45-46.2 45 46.2c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3l15.8-62.5 62 17.5c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-17.5-62 62.5-15.8c8.4-2.1 15-8.7 17.3-17.1s-.2-17.3-6.4-23.4l-46.2-45 46.2-45c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-62.5-15.8 17.5-62c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1l-62 17.5L341.4 18.1c-2.1-8.4-8.7-15-17.1-17.3S307 1 301 7.3L256 53.5 211 7.3z" + } + }, + "free": [ + "solid" + ] + }, + "chair": { + "aliases": { + "unicodes": { + "composite": [ + "1fa91" + ], + "secondary": [ + "10f6c0" + ] + } + }, + "changes": [ + "5.4.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chair", + "furniture", + "seat", + "sit" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6c0", + "label": "Chair", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M248 48V256h48V58.7c23.9 13.8 40 39.7 40 69.3V256h48V128C384 57.3 326.7 0 256 0H192C121.3 0 64 57.3 64 128V256h48V128c0-29.6 16.1-55.5 40-69.3V256h48V48h48zM48 288c-12.1 0-23.2 6.8-28.6 17.7l-16 32c-5 9.9-4.4 21.7 1.4 31.1S20.9 384 32 384l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32V384H352v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384c11.1 0 21.4-5.7 27.2-15.2s6.4-21.2 1.4-31.1l-16-32C423.2 294.8 412.1 288 400 288H48z" + } + }, + "free": [ + "solid" + ] + }, + "chalkboard": { + "aliases": { + "names": [ + "blackboard" + ], + "unicodes": { + "secondary": [ + "10f51b" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blackboard", + "learning", + "school", + "teaching", + "whiteboard", + "writing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f51b", + "label": "Chalkboard", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 32C60.7 32 32 60.7 32 96V384H96V96l384 0V384h64V96c0-35.3-28.7-64-64-64H96zM224 384v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H416V384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "chalkboard-user": { + "aliases": { + "names": [ + "chalkboard-teacher" + ], + "unicodes": { + "secondary": [ + "10f51c" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blackboard", + "instructor", + "learning", + "professor", + "school", + "whiteboard", + "writing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f51c", + "label": "Chalkboard User", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M160 64c0-35.3 28.7-64 64-64H576c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H336.8c-11.8-25.5-29.9-47.5-52.4-64H384V320c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v32h64V64L224 64v49.1C205.2 102.2 183.3 96 160 96V64zm0 64a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM133.3 352h53.3C260.3 352 320 411.7 320 485.3c0 14.7-11.9 26.7-26.7 26.7H26.7C11.9 512 0 500.1 0 485.3C0 411.7 59.7 352 133.3 352z" + } + }, + "free": [ + "solid" + ] + }, + "champagne-glasses": { + "aliases": { + "names": [ + "glass-cheers" + ], + "unicodes": { + "composite": [ + "1f942" + ], + "secondary": [ + "10f79f" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "bar", + "beverage", + "celebrate", + "celebration", + "champagne", + "clink", + "clinking glasses", + "drink", + "glass", + "holiday", + "new year's eve", + "party", + "toast" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f79f", + "label": "Champagne Glasses", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M155.6 17.3C163 3 179.9-3.6 195 1.9L320 47.5l125-45.6c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6L556.1 413l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41l-71.1 25.9L476.8 510c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15-31.3-86.2c-59.4 5.2-116.2-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2 41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1L92.2 484.1 21.1 458.2c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15 31.3-86.2C66.5 292.5 48.1 226 76.9 170.2L155.6 17.3zm44 54.4l-27.2 52.8L261.6 157l13.1-57.9L199.6 71.7zm240.9 0L365.4 99.1 378.5 157l89.2-32.5L440.5 71.7z" + } + }, + "free": [ + "solid" + ] + }, + "charging-station": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5e7" + ] + } + }, + "changes": [ + "5.2.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electric", + "ev", + "tesla", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5e7", + "label": "Charging Station", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C60.7 0 32 28.7 32 64V448c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32s-14.3-32-32-32V304h16c22.1 0 40 17.9 40 40v32c0 39.8 32.2 72 72 72s72-32.2 72-72V252.3c32.5-10.2 56-40.5 56-76.3V144c0-8.8-7.2-16-16-16H544V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H480V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H432c-8.8 0-16 7.2-16 16v32c0 35.8 23.5 66.1 56 76.3V376c0 13.3-10.7 24-24 24s-24-10.7-24-24V344c0-48.6-39.4-88-88-88H320V64c0-35.3-28.7-64-64-64H96zM216.9 82.7c6 4 8.5 11.5 6.3 18.3l-25 74.9H256c6.7 0 12.7 4.2 15 10.4s.5 13.3-4.6 17.7l-112 96c-5.5 4.7-13.4 5.1-19.3 1.1s-8.5-11.5-6.3-18.3l25-74.9H96c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7l112-96c5.5-4.7 13.4-5.1 19.3-1.1z" + } + }, + "free": [ + "solid" + ] + }, + "chart-area": { + "aliases": { + "names": [ + "area-chart" + ], + "unicodes": { + "secondary": [ + "10f1fe" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "analytics", + "area", + "chart", + "graph" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1fe", + "label": "Chart Area", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V400c0 44.2 35.8 80 80 80H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16V64zm96 288H448c17.7 0 32-14.3 32-32V251.8c0-7.6-2.7-15-7.7-20.8l-65.8-76.8c-12.1-14.2-33.7-15-46.9-1.8l-21 21c-10 10-26.4 9.2-35.4-1.6l-39.2-47c-12.6-15.1-35.7-15.4-48.7-.6L135.9 215c-5.1 5.8-7.9 13.3-7.9 21.1v84c0 17.7 14.3 32 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "chart-bar": { + "aliases": { + "names": [ + "bar-chart" + ], + "unicodes": { + "secondary": [ + "10f080" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "analytics", + "bar", + "chart", + "graph" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f080", + "label": "Chart Bar", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 64H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + }, + "regular": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M24 32c13.3 0 24 10.7 24 24V408c0 13.3 10.7 24 24 24H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-39.8 0-72-32.2-72-72V56C0 42.7 10.7 32 24 32zM128 136c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zm24 72H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96H424c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "chart-column": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bar", + "bar chart", + "chart", + "graph", + "track", + "trend" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e0e3", + "label": "Chart Column", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zM160 224c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm128-64V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm64 32c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32zM480 96V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "chart-gantt": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chart", + "graph", + "track", + "trend" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e0e4", + "label": "Chart Gantt", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32zm96 64H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm160 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "chart-line": { + "aliases": { + "names": [ + "line-chart" + ], + "unicodes": { + "secondary": [ + "10f201" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "activity", + "analytics", + "chart", + "dashboard", + "gain", + "graph", + "increase", + "line" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f201", + "label": "Chart Line", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V400c0 44.2 35.8 80 80 80H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16V64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z" + } + }, + "free": [ + "solid" + ] + }, + "chart-pie": { + "aliases": { + "names": [ + "pie-chart" + ], + "unicodes": { + "secondary": [ + "10f200" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "analytics", + "chart", + "diagram", + "graph", + "pie" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f200", + "label": "Chart Pie", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M304 240V16.6c0-9 7-16.6 16-16.6C443.7 0 544 100.3 544 224c0 9-7.6 16-16.6 16H304zM32 272C32 150.7 122.1 50.3 239 34.3c9.2-1.3 17 6.1 17 15.4V288L412.5 444.5c6.7 6.7 6.2 17.7-1.5 23.1C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zm526.4 16c9.3 0 16.6 7.8 15.4 17c-7.7 55.9-34.6 105.6-73.9 142.3c-6 5.6-15.4 5.2-21.2-.7L320 288H558.4z" + } + }, + "free": [ + "solid" + ] + }, + "chart-simple": { + "changes": [ + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "analytics", + "bar", + "chart", + "column", + "graph", + "row", + "trend" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e473", + "label": "Chart Simple", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M160 80c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V80zM0 272c0-26.5 21.5-48 48-48H80c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V272zM368 96h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H368c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z" + } + }, + "free": [ + "solid" + ] + }, + "check": { + "aliases": { + "unicodes": { + "composite": [ + "2713", + "2714" + ], + "secondary": [ + "10f00c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Check Mark", + "accept", + "agree", + "check", + "check mark", + "checkmark", + "confirm", + "correct", + "done", + "mark", + "notice", + "notification", + "notify", + "ok", + "select", + "success", + "tick", + "todo", + "yes", + "✓" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f00c", + "label": "Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z" + } + }, + "free": [ + "solid" + ] + }, + "check-double": { + "aliases": { + "unicodes": { + "secondary": [ + "10f560" + ] + } + }, + "changes": [ + "5.1.0", + "5.8.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "agree", + "checkmark", + "confirm", + "correct", + "done", + "notice", + "notification", + "notify", + "ok", + "select", + "success", + "tick", + "todo" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f560", + "label": "Check Double", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z" + } + }, + "free": [ + "solid" + ] + }, + "check-to-slot": { + "aliases": { + "names": [ + "vote-yea" + ], + "unicodes": { + "secondary": [ + "10f772" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "cast", + "election", + "politics", + "positive", + "voting", + "yes" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f772", + "label": "Check To Slot", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 80c0-26.5 21.5-48 48-48H432c26.5 0 48 21.5 48 48V384H96V80zm313 47c-9.4-9.4-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L409 161c9.4-9.4 9.4-24.6 0-33.9zM0 336c0-26.5 21.5-48 48-48H64V416H512V288h16c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V336z" + } + }, + "free": [ + "solid" + ] + }, + "cheese": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7ef" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cheddar", + "curd", + "gouda", + "melt", + "parmesan", + "sandwich", + "swiss", + "wedge" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7ef", + "label": "Cheese", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 240.2V256H0c0-20 10-38.7 26.6-49.8L274.9 40.7c8.6-5.7 18.6-8.7 28.9-8.7C418.8 32 512 125.2 512 240.2zm0 47.8V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V288H512z" + } + }, + "free": [ + "solid" + ] + }, + "chess": { + "aliases": { + "unicodes": { + "secondary": [ + "10f439" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "board", + "castle", + "checkmate", + "game", + "king", + "rook", + "strategy", + "tournament" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f439", + "label": "Chess", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M144 16c0-8.8-7.2-16-16-16s-16 7.2-16 16V32H96c-8.8 0-16 7.2-16 16s7.2 16 16 16h16V96H60.2C49.1 96 40 105.1 40 116.2c0 2.5 .5 4.9 1.3 7.3L73.8 208H72c-13.3 0-24 10.7-24 24s10.7 24 24 24h4L60 384H196L180 256h4c13.3 0 24-10.7 24-24s-10.7-24-24-24h-1.8l32.5-84.5c.9-2.3 1.3-4.8 1.3-7.3c0-11.2-9.1-20.2-20.2-20.2H144V64h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H144V16zM48 416L4.8 473.6C1.7 477.8 0 482.8 0 488c0 13.3 10.7 24 24 24H232c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L208 416H48zm288 0l-43.2 57.6c-3.1 4.2-4.8 9.2-4.8 14.4c0 13.3 10.7 24 24 24H488c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L464 416H336zM304 208v51.9c0 7.8 2.8 15.3 8 21.1L339.2 312 337 384H462.5l-3.3-72 28.3-30.8c5.4-5.9 8.5-13.6 8.5-21.7V208c0-8.8-7.2-16-16-16H464c-8.8 0-16 7.2-16 16v16H424V208c0-8.8-7.2-16-16-16H392c-8.8 0-16 7.2-16 16v16H352V208c0-8.8-7.2-16-16-16H320c-8.8 0-16 7.2-16 16zm80 96c0-8.8 7.2-16 16-16s16 7.2 16 16v32H384V304z" + } + }, + "free": [ + "solid" + ] + }, + "chess-bishop": { + "aliases": { + "unicodes": { + "composite": [ + "265d" + ], + "secondary": [ + "10f43a" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Chess Bishop", + "board", + "checkmate", + "game", + "strategy" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f43a", + "label": "Chess Bishop", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M128 0C110.3 0 96 14.3 96 32c0 16.1 11.9 29.4 27.4 31.7C78.4 106.8 8 190 8 288c0 47.4 30.8 72.3 56 84.7V400H256V372.7c25.2-12.5 56-37.4 56-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4 99.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L270.8 154.6c-23.2-38.1-51.8-69.5-74.2-90.9C212.1 61.4 224 48.1 224 32c0-17.7-14.3-32-32-32H128zM48 432L6.6 473.4c-4.2 4.2-6.6 10-6.6 16C0 501.9 10.1 512 22.6 512H297.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L272 432H48z" + }, + "regular": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M104 0C90.7 0 80 10.7 80 24c0 11.2 7.6 20.6 18 23.2c-7.8 8-16.1 17-24.4 27C38.2 116.7 0 178.8 0 250.9c0 44.8 24.6 72.2 48 87.8V352H96V325c0-9-5-17.2-13-21.3c-18-9.3-35-24.7-35-52.7c0-55.5 29.8-106.8 62.4-145.9c16-19.2 32.1-34.8 44.2-45.5c1.9-1.7 3.7-3.2 5.3-4.6c1.7 1.4 3.4 3 5.3 4.6c12.1 10.7 28.2 26.3 44.2 45.5c5.3 6.3 10.5 13 15.5 20L159 191c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57.8-57.8c12.8 25.9 21.2 54.3 21.2 83.8c0 28-17 43.4-35 52.7c-8 4.1-13 12.3-13 21.3v27h48V338.7c23.4-15.6 48-42.9 48-87.8c0-72.1-38.2-134.2-73.6-176.7c-8.3-9.9-16.6-19-24.4-27c10.3-2.7 18-12.1 18-23.2c0-13.3-10.7-24-24-24H160 104zM52.7 464l16.6-32H250.8l16.6 32H52.7zm207.9-80H59.5c-12 0-22.9 6.7-28.4 17.3L4.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C0 493.8 18.2 512 40.8 512H279.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2c-5.5-10.6-16.5-17.3-28.4-17.3z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "chess-board": { + "aliases": { + "unicodes": { + "secondary": [ + "10f43c" + ] + } + }, + "changes": [ + "5.0.5", + "5.7.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "board", + "checkmate", + "game", + "strategy" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f43c", + "label": "Chess Board", + "voted": false, + "svg": { + "solid": { + "last_modified": 1678474324, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 64v64h64V96h64v64h64V96h64v64H320v64h64v64H320v64h64v64H320V352H256v64H192V352H128v64H64V352h64V288H64V224h64V160H64V96h64zm64 128h64V160H192v64zm0 64V224H128v64h64zm64 0H192v64h64V288zm0 0h64V224H256v64z" + } + }, + "free": [ + "solid" + ] + }, + "chess-king": { + "aliases": { + "unicodes": { + "composite": [ + "265a" + ], + "secondary": [ + "10f43f" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Chess King", + "board", + "checkmate", + "game", + "strategy" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f43f", + "label": "Chess King", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0c17.7 0 32 14.3 32 32V48h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H256v48H408c22.1 0 40 17.9 40 40c0 5.3-1 10.5-3.1 15.4L368 400H80L3.1 215.4C1 210.5 0 205.3 0 200c0-22.1 17.9-40 40-40H192V112H176c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V32c0-17.7 14.3-32 32-32zM38.6 473.4L80 432H368l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H54.6C42.1 512 32 501.9 32 489.4c0-6 2.4-11.8 6.6-16z" + }, + "regular": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V56H168c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v40H59.6C26.7 144 0 170.7 0 203.6c0 8.2 1.7 16.3 4.9 23.8L59.1 352h52.3L49 208.2c-.6-1.5-1-3-1-4.6c0-6.4 5.2-11.6 11.6-11.6H224 388.4c6.4 0 11.6 5.2 11.6 11.6c0 1.6-.3 3.2-1 4.6L336.5 352h52.3l54.2-124.6c3.3-7.5 4.9-15.6 4.9-23.8c0-32.9-26.7-59.6-59.6-59.6H248V104h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H248V24zM101.2 432H346.8l16.6 32H84.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3H91.5c-12 0-22.9 6.7-28.4 17.3L36.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C32 493.8 50.2 512 72.8 512H375.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "chess-knight": { + "aliases": { + "unicodes": { + "composite": [ + "265e" + ], + "secondary": [ + "10f441" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Chess Knight", + "board", + "checkmate", + "game", + "horse", + "strategy" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f441", + "label": "Chess Knight", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 48L82.7 61.3C70.7 73.3 64 89.5 64 106.5V238.9c0 10.7 5.3 20.7 14.2 26.6l10.6 7c14.3 9.6 32.7 10.7 48.1 3l3.2-1.6c2.6-1.3 5-2.8 7.3-4.5l49.4-37c6.6-5 15.7-5 22.3 0c10.2 7.7 9.9 23.1-.7 30.3L90.4 350C73.9 361.3 64 380 64 400H384l28.9-159c2.1-11.3 3.1-22.8 3.1-34.3V192C416 86 330 0 224 0H83.8C72.9 0 64 8.9 64 19.8c0 7.5 4.2 14.3 10.9 17.7L96 48zm24 68a20 20 0 1 1 40 0 20 20 0 1 1 -40 0zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512H409.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L384 432H64L22.6 473.4z" + }, + "regular": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M226.6 48H117.3l17.1 12.8c6 4.5 9.6 11.6 9.6 19.2s-3.6 14.7-9.6 19.2l-6.5 4.9c-10 7.5-16 19.3-16 31.9l-.3 91c0 10.2 4.9 19.9 13.2 25.8l1.9 1.3c9.9 7.1 23.3 7 33.2-.1l49.9-36.3c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5l-49.9 36.3-53.8 39.1c-7.3 5.3-13 12.2-16.9 20.1H66.8c5.3-22.1 17.8-41.9 35.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6L97 291.8c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8 6.7-38.7 18.6-53.9l-.4-.3C70.7 73 64 59.6 64 45.3C64 20.3 84.3 0 109.3 0H226.6C331.2 0 416 84.8 416 189.4c0 11.1-1 22.2-2.9 33.2L390.1 352H341.3l24.5-137.8c1.5-8.2 2.2-16.5 2.2-24.8C368 111.3 304.7 48 226.6 48zM85.2 432L68.7 464H379.3l-16.6-32H85.2zm315.7-30.7l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H56.8C34.2 512 16 493.8 16 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C52.5 390.7 63.5 384 75.5 384h297c12 0 22.9 6.7 28.4 17.3zM172 128a20 20 0 1 1 0 40 20 20 0 1 1 0-40z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "chess-pawn": { + "aliases": { + "unicodes": { + "composite": [ + "265f" + ], + "secondary": [ + "10f443" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "board", + "checkmate", + "chess", + "chess pawn", + "dupe", + "expendable", + "game", + "strategy" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f443", + "label": "Chess Pawn", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M215.5 224c29.2-18.4 48.5-50.9 48.5-88c0-57.4-46.6-104-104-104S56 78.6 56 136c0 37.1 19.4 69.6 48.5 88H96c-17.7 0-32 14.3-32 32c0 16.5 12.5 30 28.5 31.8L80 400H240L227.5 287.8c16-1.8 28.5-15.3 28.5-31.8c0-17.7-14.3-32-32-32h-8.5zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512H281.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L256 432H64L22.6 473.4z" + }, + "regular": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M232 152A72 72 0 1 0 88 152a72 72 0 1 0 144 0zm24 120H243.4l10.7 80H205.7L195 272H160 125l-10.7 80H65.9l10.7-80H64c-13.3 0-24-10.7-24-24s10.7-24 24-24c-15.1-20.1-24-45-24-72C40 85.7 93.7 32 160 32s120 53.7 120 120c0 27-8.9 51.9-24 72c13.3 0 24 10.7 24 24s-10.7 24-24 24zM52.7 464H267.3l-16.6-32H69.2L52.7 464zm207.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H40.8C18.2 512 0 493.8 0 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C36.5 390.7 47.5 384 59.5 384h201z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "chess-queen": { + "aliases": { + "unicodes": { + "composite": [ + "265b" + ], + "secondary": [ + "10f445" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Chess Queen", + "board", + "checkmate", + "game", + "strategy" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f445", + "label": "Chess Queen", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0a56 56 0 1 1 0 112A56 56 0 1 1 256 0zM134.1 143.8c3.3-13 15-23.8 30.2-23.8c12.3 0 22.6 7.2 27.7 17c12 23.2 36.2 39 64 39s52-15.8 64-39c5.1-9.8 15.4-17 27.7-17c15.3 0 27 10.8 30.2 23.8c7 27.8 32.2 48.3 62.1 48.3c10.8 0 21-2.7 29.8-7.4c8.4-4.4 18.9-4.5 27.6 .9c13 8 17.1 25 9.2 38L399.7 400H384 343.6 168.4 128 112.3L5.4 223.6c-7.9-13-3.8-30 9.2-38c8.7-5.3 19.2-5.3 27.6-.9c8.9 4.7 19 7.4 29.8 7.4c29.9 0 55.1-20.5 62.1-48.3zM256 224l0 0 0 0h0zM112 432H400l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H86.6C74.1 512 64 501.9 64 489.4c0-6 2.4-11.8 6.6-16L112 432z" + }, + "regular": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-95.2-8c-18.1 0-31.3 12.8-35.6 26.9c-8 26.2-32.4 45.2-61.2 45.2c-10 0-19.4-2.3-27.7-6.3c-7.6-3.7-16.7-3.3-24 1.2C.7 162.1-3.1 177.1 3.7 188.9L97.6 352H153l-83-144.1c40.5-2.2 75.3-25.9 93.1-59.8c22 26.8 55.4 43.9 92.8 43.9s70.8-17.1 92.8-43.9c17.8 34 52.6 57.7 93.1 59.8L359 352h55.4l93.9-163.1c6.8-11.7 3-26.7-8.6-33.8c-7.3-4.5-16.4-4.9-24-1.2c-8.4 4-17.7 6.3-27.7 6.3c-28.8 0-53.2-19-61.2-45.2C382.5 100.8 369.3 88 351.2 88c-14.5 0-26.3 8.5-32.4 19.3c-12.4 22-35.9 36.7-62.8 36.7s-50.4-14.8-62.8-36.7C187.1 96.5 175.4 88 160.8 88zM133.2 432H378.8l16.6 32H116.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3h-265c-12 0-22.9 6.7-28.4 17.3L68.6 452.5c-3 5.8-4.6 12.2-4.6 18.7c0 22.5 18.2 40.8 40.8 40.8H407.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "chess-rook": { + "aliases": { + "unicodes": { + "composite": [ + "265c" + ], + "secondary": [ + "10f447" + ] + } + }, + "changes": [ + "5.0.5", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Chess Rook", + "board", + "castle", + "checkmate", + "game", + "strategy" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f447", + "label": "Chess Rook", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 192V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V88c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V88c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V192c0 10.1-4.7 19.6-12.8 25.6L352 256l16 144H80L96 256 44.8 217.6C36.7 211.6 32 202.1 32 192zm176 96h32c8.8 0 16-7.2 16-16V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 8.8 7.2 16 16 16zM22.6 473.4L64 432H384l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H38.6C26.1 512 16 501.9 16 489.4c0-6 2.4-11.8 6.6-16z" + }, + "regular": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M80 80V192c0 2.5 1.2 4.9 3.2 6.4l51.2 38.4c6.8 5.1 10.4 13.4 9.5 21.9L133.5 352H85.2l9.4-85L54.4 236.8C40.3 226.2 32 209.6 32 192V72c0-22.1 17.9-40 40-40H376c22.1 0 40 17.9 40 40V192c0 17.6-8.3 34.2-22.4 44.8L353.4 267l9.4 85H314.5l-10.4-93.3c-.9-8.4 2.7-16.8 9.5-21.9l51.2-38.4c2-1.5 3.2-3.9 3.2-6.4V80H304v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V80H192v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V80H80zm4.7 384H363.3l-16.6-32H101.2L84.7 464zm271.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H72.8C50.2 512 32 493.8 32 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C68.5 390.7 79.5 384 91.5 384h265zM208 288c-8.8 0-16-7.2-16-16V224c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 8.8-7.2 16-16 16H208z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "chevron-down": { + "aliases": { + "unicodes": { + "secondary": [ + "10f078" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "download", + "expand" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f078", + "label": "Chevron Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z" + } + }, + "free": [ + "solid" + ] + }, + "chevron-left": { + "aliases": { + "unicodes": { + "composite": [ + "2329" + ], + "secondary": [ + "10f053" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Left-Pointing Angle Bracket", + "arrow", + "back", + "bracket", + "previous" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f053", + "label": "Chevron Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z" + } + }, + "free": [ + "solid" + ] + }, + "chevron-right": { + "aliases": { + "unicodes": { + "composite": [ + "232a" + ], + "secondary": [ + "10f054" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Right-Pointing Angle Bracket", + "arrow", + "bracket", + "forward", + "next" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f054", + "label": "Chevron Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z" + } + }, + "free": [ + "solid" + ] + }, + "chevron-up": { + "aliases": { + "unicodes": { + "secondary": [ + "10f077" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "collapse", + "upload" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f077", + "label": "Chevron Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z" + } + }, + "free": [ + "solid" + ] + }, + "child": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1ae" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.1.1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boy", + "girl", + "kid", + "toddler", + "young", + "youth" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1ae", + "label": "Child", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M96 64a64 64 0 1 1 128 0A64 64 0 1 1 96 64zm48 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V287.8L59.1 321c-9.4 15-29.2 19.4-44.1 10S-4.5 301.9 4.9 287l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6L315.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L240 287.8V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H144z" + } + }, + "free": [ + "solid" + ] + }, + "child-combatant": { + "aliases": { + "names": [ + "child-rifle" + ] + }, + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "combatant" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4e0", + "label": "Child Combatant", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M176 128A64 64 0 1 0 176 0a64 64 0 1 0 0 128zm-8 352V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V300.5L260.9 321c9.4 15 29.2 19.4 44.1 10s19.4-29.2 10-44.1l-51.7-82.1c-17.6-27.9-48.3-44.9-81.2-44.9H169.8c-33 0-63.7 16.9-81.2 44.9L36.9 287c-9.4 15-4.9 34.7 10 44.1s34.7 4.9 44.1-10L104 300.5V480c0 17.7 14.3 32 32 32s32-14.3 32-32zM448 0H432 416c-8.8 0-16 7.2-16 16s7.2 16 16 16V132.3c-9.6 5.5-16 15.9-16 27.7v32c-17.7 0-32 14.3-32 32V368c0 17.7 14.3 32 32 32h16v96c0 8.8 7.2 16 16 16h59.5c10.4 0 18-9.8 15.5-19.9L484 400h44c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H480V325.3l53.1-17.7c6.5-2.2 10.9-8.3 10.9-15.2V208c0-8.8-7.2-16-16-16H512c-8.8 0-16 7.2-16 16v56l-16 5.3V160c0-11.8-6.4-22.2-16-27.7V16c0-8.8-7.2-16-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "child-dress": { + "changes": [ + "6.1.1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boy", + "girl", + "kid", + "toddler", + "young", + "youth" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e59c", + "label": "Child Dress", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M224 64A64 64 0 1 0 96 64a64 64 0 1 0 128 0zM88 400v80c0 17.7 14.3 32 32 32s32-14.3 32-32V400h16v80c0 17.7 14.3 32 32 32s32-14.3 32-32V400h17.8c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4 28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9C51.6 389.3 59.3 400 70.2 400H88z" + } + }, + "free": [ + "solid" + ] + }, + "child-reaching": { + "changes": [ + "6.1.1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boy", + "girl", + "kid", + "toddler", + "young", + "youth" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e59d", + "label": "Child Reaching", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M256 64A64 64 0 1 0 128 64a64 64 0 1 0 128 0zM152.9 169.3c-23.7-8.4-44.5-24.3-58.8-45.8L74.6 94.2C64.8 79.5 45 75.6 30.2 85.4s-18.7 29.7-8.9 44.4L40.9 159c18.1 27.1 42.8 48.4 71.1 62.4V480c0 17.7 14.3 32 32 32s32-14.3 32-32V384h32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V221.6c29.1-14.2 54.4-36.2 72.7-64.2l18.2-27.9c9.6-14.8 5.4-34.6-9.4-44.3s-34.6-5.5-44.3 9.4L291 122.4c-21.8 33.4-58.9 53.6-98.8 53.6c-12.6 0-24.9-2-36.6-5.8c-.9-.3-1.8-.7-2.7-.9z" + } + }, + "free": [ + "solid" + ] + }, + "children": { + "changes": [ + "6.1.0", + "6.1.1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boy", + "child", + "girl", + "kid", + "kids", + "young", + "youth" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4e1", + "label": "Children", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H472z" + } + }, + "free": [ + "solid" + ] + }, + "chrome": { + "changes": [ + "4.4.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "browser" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f268", + "label": "Chrome", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256C0 209.4 12.47 165.6 34.27 127.1L144.1 318.3C166 357.5 207.9 384 256 384C270.3 384 283.1 381.7 296.8 377.4L220.5 509.6C95.9 492.3 0 385.3 0 256zM365.1 321.6C377.4 302.4 384 279.1 384 256C384 217.8 367.2 183.5 340.7 160H493.4C505.4 189.6 512 222.1 512 256C512 397.4 397.4 511.1 256 512L365.1 321.6zM477.8 128H256C193.1 128 142.3 172.1 130.5 230.7L54.19 98.47C101 38.53 174 0 256 0C350.8 0 433.5 51.48 477.8 128V128zM168 256C168 207.4 207.4 168 256 168C304.6 168 344 207.4 344 256C344 304.6 304.6 344 256 344C207.4 344 168 304.6 168 256z" + } + }, + "free": [ + "brands" + ] + }, + "chromecast": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f838", + "label": "Chromecast", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M447.8,64H64c-23.6,0-42.7,19.1-42.7,42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6,0,42.7-19.1,42.7-42.7V106.7 C490.7,83.1,471.4,64,447.8,64z M21.3,383.6L21.3,383.6l0,63.9h63.9C85.2,412.2,56.6,383.6,21.3,383.6L21.3,383.6z M21.3,298.6V341 c58.9,0,106.6,48.1,106.6,107h42.7C170.7,365.6,103.7,298.7,21.3,298.6z M213.4,448h42.7c-0.5-129.5-105.3-234.3-234.8-234.6l0,42.4 C127.3,255.6,213.3,342,213.4,448z" + } + }, + "free": [ + "brands" + ] + }, + "church": { + "aliases": { + "unicodes": { + "composite": [ + "26ea" + ], + "secondary": [ + "10f51d" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Christian", + "building", + "cathedral", + "chapel", + "church", + "community", + "cross", + "religion" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f51d", + "label": "Church", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M344 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V48H264c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v46.4L183.3 210c-14.5 8.7-23.3 24.3-23.3 41.2V512h96V416c0-35.3 28.7-64 64-64s64 28.7 64 64v96h96V251.2c0-16.9-8.8-32.5-23.3-41.2L344 142.4V96h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V24zM24.9 330.3C9.5 338.8 0 354.9 0 372.4V464c0 26.5 21.5 48 48 48h80V273.6L24.9 330.3zM592 512c26.5 0 48-21.5 48-48V372.4c0-17.5-9.5-33.6-24.9-42.1L512 273.6V512h80z" + } + }, + "free": [ + "solid" + ] + }, + "circle": { + "aliases": { + "unicodes": { + "composite": [ + "1f534", + "1f535", + "1f7e0", + "1f7e1", + "1f7e2", + "1f7e3", + "1f7e4", + "25cf", + "26aa", + "26ab", + "2b24", + "f10c", + "f1db" + ], + "secondary": [ + "10f111" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Circle", + "Black Large Circle", + "black circle", + "blue", + "blue circle", + "brown", + "brown circle", + "chart", + "circle", + "circle-thin", + "diameter", + "dot", + "ellipse", + "fill", + "geometric", + "green", + "green circle", + "notification", + "orange", + "orange circle", + "progress", + "purple", + "purple circle", + "red", + "red circle", + "round", + "white circle", + "yellow", + "yellow circle" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f111", + "label": "Circle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z" + }, + "regular": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-arrow-down": { + "aliases": { + "names": [ + "arrow-circle-down" + ], + "unicodes": { + "secondary": [ + "10f0ab" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0ab", + "label": "Circle Arrow Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM127 281c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l71 71L232 136c0-13.3 10.7-24 24-24s24 10.7 24 24l0 182.1 71-71c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 393c-9.4 9.4-24.6 9.4-33.9 0L127 281z" + } + }, + "free": [ + "solid" + ] + }, + "circle-arrow-left": { + "aliases": { + "names": [ + "arrow-circle-left" + ], + "unicodes": { + "secondary": [ + "10f0a8" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "previous" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0a8", + "label": "Circle Arrow Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM231 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-71 71L376 232c13.3 0 24 10.7 24 24s-10.7 24-24 24l-182.1 0 71 71c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L119 273c-9.4-9.4-9.4-24.6 0-33.9L231 127z" + } + }, + "free": [ + "solid" + ] + }, + "circle-arrow-right": { + "aliases": { + "names": [ + "arrow-circle-right" + ], + "unicodes": { + "secondary": [ + "10f0a9" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "next" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0a9", + "label": "Circle Arrow Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM281 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L136 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l182.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L393 239c9.4 9.4 9.4 24.6 0 33.9L281 385z" + } + }, + "free": [ + "solid" + ] + }, + "circle-arrow-up": { + "aliases": { + "names": [ + "arrow-circle-up" + ], + "unicodes": { + "secondary": [ + "10f0aa" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "upload" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0aa", + "label": "Circle Arrow Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM385 231c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-71-71V376c0 13.3-10.7 24-24 24s-24-10.7-24-24V193.9l-71 71c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 119c9.4-9.4 24.6-9.4 33.9 0L385 231z" + } + }, + "free": [ + "solid" + ] + }, + "circle-check": { + "aliases": { + "names": [ + "check-circle" + ], + "unicodes": { + "composite": [ + "f05d" + ], + "secondary": [ + "10f058" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "affected", + "agree", + "clear", + "confirm", + "correct", + "done", + "ok", + "select", + "success", + "tick", + "todo", + "yes" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f058", + "label": "Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + }, + "regular": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-chevron-down": { + "aliases": { + "names": [ + "chevron-circle-down" + ], + "unicodes": { + "secondary": [ + "10f13a" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "download", + "dropdown", + "menu", + "more" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f13a", + "label": "Circle Chevron Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z" + } + }, + "free": [ + "solid" + ] + }, + "circle-chevron-left": { + "aliases": { + "names": [ + "chevron-circle-left" + ], + "unicodes": { + "secondary": [ + "10f137" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "back", + "previous" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f137", + "label": "Circle Chevron Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z" + } + }, + "free": [ + "solid" + ] + }, + "circle-chevron-right": { + "aliases": { + "names": [ + "chevron-circle-right" + ], + "unicodes": { + "secondary": [ + "10f138" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "forward", + "next" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f138", + "label": "Circle Chevron Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z" + } + }, + "free": [ + "solid" + ] + }, + "circle-chevron-up": { + "aliases": { + "names": [ + "chevron-circle-up" + ], + "unicodes": { + "secondary": [ + "10f139" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "collapse", + "upload" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f139", + "label": "Circle Chevron Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM377 271c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-87-87-87 87c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 167c9.4-9.4 24.6-9.4 33.9 0L377 271z" + } + }, + "free": [ + "solid" + ] + }, + "circle-dollar-to-slot": { + "aliases": { + "names": [ + "donate" + ], + "unicodes": { + "secondary": [ + "10f4b9" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "contribute", + "generosity", + "gift", + "give" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4b9", + "label": "Circle Dollar To Slot", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M326.7 403.7c-22.1 8-45.9 12.3-70.7 12.3s-48.7-4.4-70.7-12.3c-.3-.1-.5-.2-.8-.3c-30-11-56.8-28.7-78.6-51.4C70 314.6 48 263.9 48 208C48 93.1 141.1 0 256 0S464 93.1 464 208c0 55.9-22 106.6-57.9 144c-1 1-2 2.1-3 3.1c-21.4 21.4-47.4 38.1-76.3 48.6zM256 91.9c-11.1 0-20.1 9-20.1 20.1v6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.7 4c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9l0 0 0 0 0 0c-2.2-.7-4.3-1.5-6.4-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1V304c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.3-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4V112c0-11.1-9-20.1-20.1-20.1zM48 352H64c19.5 25.9 44 47.7 72.2 64H64v32H256 448V416H375.8c28.2-16.3 52.8-38.1 72.2-64h16c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V400c0-26.5 21.5-48 48-48z" + } + }, + "free": [ + "solid" + ] + }, + "circle-dot": { + "aliases": { + "names": [ + "dot-circle" + ], + "unicodes": { + "composite": [ + "1f518" + ], + "secondary": [ + "10f192" + ] + } + }, + "changes": [ + "4.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bullseye", + "button", + "geometric", + "notification", + "radio", + "radio button", + "target" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f192", + "label": "Circle Dot", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + }, + "regular": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-down": { + "aliases": { + "names": [ + "arrow-alt-circle-down" + ], + "unicodes": { + "composite": [ + "f01a" + ], + "secondary": [ + "10f358" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow-circle-o-down", + "download" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f358", + "label": "Circle Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM376.9 294.6L269.8 394.5c-3.8 3.5-8.7 5.5-13.8 5.5s-10.1-2-13.8-5.5L135.1 294.6c-4.5-4.2-7.1-10.1-7.1-16.3c0-12.3 10-22.3 22.3-22.3l57.7 0 0-96c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96 57.7 0c12.3 0 22.3 10 22.3 22.3c0 6.2-2.6 12.1-7.1 16.3z" + }, + "regular": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 464a208 208 0 1 1 0-416 208 208 0 1 1 0 416zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM376.9 294.6c4.5-4.2 7.1-10.1 7.1-16.3c0-12.3-10-22.3-22.3-22.3H304V160c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32v96H150.3C138 256 128 266 128 278.3c0 6.2 2.6 12.1 7.1 16.3l107.1 99.9c3.8 3.5 8.7 5.5 13.8 5.5s10.1-2 13.8-5.5l107.1-99.9z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-exclamation": { + "aliases": { + "names": [ + "exclamation-circle" + ], + "unicodes": { + "secondary": [ + "10f06a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affect", + "alert", + "damage", + "danger", + "error", + "important", + "notice", + "notification", + "notify", + "problem", + "warning" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f06a", + "label": "Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "solid" + ] + }, + "circle-h": { + "aliases": { + "names": [ + "hospital-symbol" + ], + "unicodes": { + "composite": [ + "24bd" + ], + "secondary": [ + "10f47e" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Circled Latin Capital Letter H", + "clinic", + "covid-19", + "emergency", + "letter", + "map" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f47e", + "label": "Circle H", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767248, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM368 152V256 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H192l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24v80H320V152c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + }, + "free": [ + "solid" + ] + }, + "circle-half-stroke": { + "aliases": { + "names": [ + "adjust" + ], + "unicodes": { + "composite": [ + "25d0" + ], + "secondary": [ + "10f042" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "5.11.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Circle with Left Half Black", + "adjust", + "chart", + "contrast", + "dark", + "fill", + "light", + "pie", + "progress", + "saturation" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f042", + "label": "Circle Half Stroke", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 256c0-106-86-192-192-192V448c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + }, + "free": [ + "solid" + ] + }, + "circle-info": { + "aliases": { + "names": [ + "info-circle" + ], + "unicodes": { + "secondary": [ + "10f05a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "details", + "help", + "information", + "more", + "support" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f05a", + "label": "Circle Info", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "circle-left": { + "aliases": { + "names": [ + "arrow-alt-circle-left" + ], + "unicodes": { + "composite": [ + "f190" + ], + "secondary": [ + "10f359" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow-circle-o-left", + "back", + "previous" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f359", + "label": "Circle Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM217.4 376.9L117.5 269.8c-3.5-3.8-5.5-8.7-5.5-13.8s2-10.1 5.5-13.8l99.9-107.1c4.2-4.5 10.1-7.1 16.3-7.1c12.3 0 22.3 10 22.3 22.3l0 57.7 96 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32l-96 0 0 57.7c0 12.3-10 22.3-22.3 22.3c-6.2 0-12.1-2.6-16.3-7.1z" + }, + "regular": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M48 256a208 208 0 1 1 416 0A208 208 0 1 1 48 256zm464 0A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM217.4 376.9c4.2 4.5 10.1 7.1 16.3 7.1c12.3 0 22.3-10 22.3-22.3V304h96c17.7 0 32-14.3 32-32V240c0-17.7-14.3-32-32-32H256V150.3c0-12.3-10-22.3-22.3-22.3c-6.2 0-12.1 2.6-16.3 7.1L117.5 242.2c-3.5 3.8-5.5 8.7-5.5 13.8s2 10.1 5.5 13.8l99.9 107.1z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-minus": { + "aliases": { + "names": [ + "minus-circle" + ], + "unicodes": { + "secondary": [ + "10f056" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "delete", + "hide", + "negative", + "remove", + "shape", + "trash" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f056", + "label": "Circle Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232H328c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + }, + "free": [ + "solid" + ] + }, + "circle-nodes": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cluster", + "connect", + "network" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4e2", + "label": "Circle Nodes", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M418.4 157.9c35.3-8.3 61.6-40 61.6-77.9c0-44.2-35.8-80-80-80c-43.4 0-78.7 34.5-80 77.5L136.2 151.1C121.7 136.8 101.9 128 80 128c-44.2 0-80 35.8-80 80s35.8 80 80 80c12.2 0 23.8-2.7 34.1-7.6L259.7 407.8c-2.4 7.6-3.7 15.8-3.7 24.2c0 44.2 35.8 80 80 80s80-35.8 80-80c0-27.7-14-52.1-35.4-66.4l37.8-207.7zM156.3 232.2c2.2-6.9 3.5-14.2 3.7-21.7l183.8-73.5c3.6 3.5 7.4 6.7 11.6 9.5L317.6 354.1c-5.5 1.3-10.8 3.1-15.8 5.5L156.3 232.2z" + } + }, + "free": [ + "solid" + ] + }, + "circle-notch": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1ce" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "circle-o-notch", + "diameter", + "dot", + "ellipse", + "round", + "spinner" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1ce", + "label": "Circle Notch", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8C121.8 95.6 64 169.1 64 256c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256c0 141.4-114.6 256-256 256S0 397.4 0 256C0 140 77.1 42.1 182.9 10.6c16.9-5 34.8 4.6 39.8 21.5z" + } + }, + "free": [ + "solid" + ] + }, + "circle-pause": { + "aliases": { + "names": [ + "pause-circle" + ], + "unicodes": { + "composite": [ + "f28c" + ], + "secondary": [ + "10f28b" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hold", + "wait" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f28b", + "label": "Circle Pause", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM224 192V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32s32 14.3 32 32z" + }, + "regular": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm224-72V328c0 13.3-10.7 24-24 24s-24-10.7-24-24V184c0-13.3 10.7-24 24-24s24 10.7 24 24zm112 0V328c0 13.3-10.7 24-24 24s-24-10.7-24-24V184c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-play": { + "aliases": { + "names": [ + "play-circle" + ], + "unicodes": { + "composite": [ + "f01d" + ], + "secondary": [ + "10f144" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "music", + "playing", + "sound", + "start", + "video" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f144", + "label": "Circle Play", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9V344c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z" + }, + "regular": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9V168c0-8.7 4.7-16.7 12.3-20.9z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-plus": { + "aliases": { + "names": [ + "plus-circle" + ], + "unicodes": { + "secondary": [ + "10f055" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "create", + "expand", + "new", + "positive", + "shape" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f055", + "label": "Circle Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344V280H168c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z" + } + }, + "free": [ + "solid" + ] + }, + "circle-question": { + "aliases": { + "names": [ + "question-circle" + ], + "unicodes": { + "composite": [ + "f29c" + ], + "secondary": [ + "10f059" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "help", + "information", + "support", + "unknown" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f059", + "label": "Circle Question", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + }, + "regular": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-radiation": { + "aliases": { + "names": [ + "radiation-alt" + ], + "unicodes": { + "composite": [ + "2622" + ], + "secondary": [ + "10f7ba" + ] + } + }, + "changes": [ + "5.6.0", + "5.8.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "danger", + "dangerous", + "deadly", + "hazard", + "nuclear", + "radioactive", + "sign", + "warning" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7ba", + "label": "Circle Radiation", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 64a192 192 0 1 1 0 384 192 192 0 1 1 0-384zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM200 256c0-20.7 11.3-38.8 28-48.5l-36-62.3c-8.8-15.3-28.7-20.8-42-9c-25.6 22.6-43.9 53.3-50.9 88.1C95.7 241.5 110.3 256 128 256l72 0zm28 48.5l-36 62.4c-8.8 15.3-3.6 35.2 13.1 40.8c16 5.4 33.1 8.3 50.9 8.3s34.9-2.9 50.9-8.3c16.7-5.6 21.9-25.5 13.1-40.8l-36-62.4c-8.2 4.8-17.8 7.5-28 7.5s-19.8-2.7-28-7.5zM312 256l72 0c17.7 0 32.3-14.5 28.8-31.8c-7-34.8-25.3-65.5-50.9-88.1c-13.2-11.7-33.1-6.3-42 9l-36 62.3c16.7 9.7 28 27.8 28 48.5zm-56 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "circle-right": { + "aliases": { + "names": [ + "arrow-alt-circle-right" + ], + "unicodes": { + "composite": [ + "f18e" + ], + "secondary": [ + "10f35a" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow-circle-o-right", + "forward", + "next" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f35a", + "label": "Circle Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 135.1l99.9 107.1c3.5 3.8 5.5 8.7 5.5 13.8s-2 10.1-5.5 13.8L294.6 376.9c-4.2 4.5-10.1 7.1-16.3 7.1C266 384 256 374 256 361.7l0-57.7-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-57.7c0-12.3 10-22.3 22.3-22.3c6.2 0 12.1 2.6 16.3 7.1z" + }, + "regular": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 135.1c-4.2-4.5-10.1-7.1-16.3-7.1C266 128 256 138 256 150.3V208H160c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h96v57.7c0 12.3 10 22.3 22.3 22.3c6.2 0 12.1-2.6 16.3-7.1l99.9-107.1c3.5-3.8 5.5-8.7 5.5-13.8s-2-10.1-5.5-13.8L294.6 135.1z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-stop": { + "aliases": { + "names": [ + "stop-circle" + ], + "unicodes": { + "composite": [ + "f28e" + ], + "secondary": [ + "10f28d" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "block", + "box", + "circle", + "square" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f28d", + "label": "Circle Stop", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 160H320c17.7 0 32 14.3 32 32V320c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z" + }, + "regular": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm192-96H320c17.7 0 32 14.3 32 32V320c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-up": { + "aliases": { + "names": [ + "arrow-alt-circle-up" + ], + "unicodes": { + "composite": [ + "f01b" + ], + "secondary": [ + "10f35b" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow-circle-o-up" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f35b", + "label": "Circle Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM135.1 217.4l107.1-99.9c3.8-3.5 8.7-5.5 13.8-5.5s10.1 2 13.8 5.5l107.1 99.9c4.5 4.2 7.1 10.1 7.1 16.3c0 12.3-10 22.3-22.3 22.3H304v96c0 17.7-14.3 32-32 32H240c-17.7 0-32-14.3-32-32V256H150.3C138 256 128 246 128 233.7c0-6.2 2.6-12.1 7.1-16.3z" + }, + "regular": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM135.1 217.4c-4.5 4.2-7.1 10.1-7.1 16.3c0 12.3 10 22.3 22.3 22.3H208v96c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V256h57.7c12.3 0 22.3-10 22.3-22.3c0-6.2-2.6-12.1-7.1-16.3L269.8 117.5c-3.8-3.5-8.7-5.5-13.8-5.5s-10.1 2-13.8 5.5L135.1 217.4z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-user": { + "aliases": { + "names": [ + "user-circle" + ], + "unicodes": { + "composite": [ + "f2be" + ], + "secondary": [ + "10f2bd" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.3", + "5.0.11", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2bd", + "label": "Circle User", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M399 384.2C376.9 345.8 335.4 320 288 320H224c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z" + }, + "regular": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M406.5 399.6C387.4 352.9 341.5 320 288 320H224c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6zm-40.1 32.7C334.4 452.4 296.6 464 256 464s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3h64c38.8 0 71.2 27.6 78.5 64.3zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-272a40 40 0 1 1 0-80 40 40 0 1 1 0 80zm-88-40a88 88 0 1 0 176 0 88 88 0 1 0 -176 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "circle-xmark": { + "aliases": { + "names": [ + "times-circle", + "xmark-circle" + ], + "unicodes": { + "composite": [ + "f05c" + ], + "secondary": [ + "10f057" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "close", + "cross", + "destroy", + "exit", + "incorrect", + "notice", + "notification", + "notify", + "problem", + "wrong", + "x" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f057", + "label": "Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + }, + "regular": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "city": { + "aliases": { + "unicodes": { + "composite": [ + "1f3d9" + ], + "secondary": [ + "10f64f" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buildings", + "busy", + "city", + "cityscape", + "skyscrapers", + "urban", + "windows" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f64f", + "label": "City", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 48c0-26.5-21.5-48-48-48H336c-26.5 0-48 21.5-48 48V96H224V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V96H112V24c0-13.3-10.7-24-24-24S64 10.7 64 24V96H48C21.5 96 0 117.5 0 144v96V464c0 26.5 21.5 48 48 48H304h32 96H592c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48H480V48zm96 320v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM240 416H208c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16zM128 400c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32zM560 256c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32zM256 176v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM112 160c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32zM256 304c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32zM112 320H80c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16zm304-48v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM400 64c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h32zm16 112v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z" + } + }, + "free": [ + "solid" + ] + }, + "clapperboard": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camera", + "clapper", + "clapper board", + "director", + "film", + "movie", + "record" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e131", + "label": "Clapperboard", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 32H361.9l-1 1-127 127h92.1l1-1L453.8 32.3c-1.9-.2-3.8-.3-5.8-.3zm64 128V96c0-15.1-5.3-29.1-14-40l-104 104H512zM294.1 32H201.9l-1 1L73.9 160h92.1l1-1 127-127zM64 32C28.7 32 0 60.7 0 96v64H6.1l1-1 127-127H64zM512 192H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192z" + } + }, + "free": [ + "solid" + ] + }, + "clipboard": { + "aliases": { + "unicodes": { + "composite": [ + "1f4cb" + ], + "secondary": [ + "10f328" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clipboar", + "clipboard", + "copy", + "notes", + "paste", + "record" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f328", + "label": "Clipboard", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM112 192H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + }, + "regular": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M280 64h40c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64h40 9.6C121 27.5 153.3 0 192 0s71 27.5 78.4 64H280zM64 112c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H304v24c0 13.3-10.7 24-24 24H192 104c-13.3 0-24-10.7-24-24V112H64zm128-8a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "clipboard-check": { + "aliases": { + "unicodes": { + "secondary": [ + "10f46c" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "agree", + "confirm", + "done", + "ok", + "select", + "success", + "tick", + "todo", + "yes" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f46c", + "label": "Clipboard Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM305 273L177 401c-9.4 9.4-24.6 9.4-33.9 0L79 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L271 239c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + } + }, + "free": [ + "solid" + ] + }, + "clipboard-list": { + "aliases": { + "unicodes": { + "secondary": [ + "10f46d" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "intinerary", + "ol", + "schedule", + "tick", + "todo", + "ul" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f46d", + "label": "Clipboard List", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM72 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104-16H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zM72 368a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm88 0c0-8.8 7.2-16 16-16H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "clipboard-question": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "assistance", + "interview", + "query", + "question" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4e3", + "label": "Clipboard Question", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM105.8 229.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L216 328.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V314.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H158.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM160 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "solid" + ] + }, + "clipboard-user": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7f3" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "attendance", + "record", + "roster", + "staff" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7f3", + "label": "Clipboard User", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM128 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 432c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "clock": { + "aliases": { + "names": [ + "clock-four" + ], + "unicodes": { + "composite": [ + "1f553" + ], + "secondary": [ + "10f017" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.12.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "00", + "4", + "4:00", + "clock", + "date", + "four", + "four o’clock", + "hour", + "late", + "minute", + "o'clock", + "o’clock", + "schedule", + "ticking", + "time", + "timer", + "timestamp", + "watch" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f017", + "label": "Clock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z" + }, + "regular": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "clock-rotate-left": { + "aliases": { + "names": [ + "history" + ], + "unicodes": { + "secondary": [ + "10f1da" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Rewind", + "clock", + "reverse", + "time", + "time machine", + "time travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1da", + "label": "Clock Rotate Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z" + } + }, + "free": [ + "solid" + ] + }, + "clone": { + "aliases": { + "unicodes": { + "secondary": [ + "10f24d" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "copy", + "duplicate", + "paste" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f24d", + "label": "Clone", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 448H64V224h64V160H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H288c35.3 0 64-28.7 64-64V384H288v64zm-64-96H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H224c-35.3 0-64 28.7-64 64V288c0 35.3 28.7 64 64 64z" + }, + "regular": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 464H288c8.8 0 16-7.2 16-16V384h48v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h64v48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM224 304H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16V288c0 8.8 7.2 16 16 16zm-64-16V64c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "closed-captioning": { + "aliases": { + "unicodes": { + "secondary": [ + "10f20a" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cc", + "deaf", + "hearing", + "subtitle", + "subtitling", + "text", + "video" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f20a", + "label": "Closed Captioning", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z" + }, + "regular": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M512 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H512zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "cloud": { + "aliases": { + "unicodes": { + "composite": [ + "2601" + ], + "secondary": [ + "10f0c2" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.11", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atmosphere", + "cloud", + "fog", + "overcast", + "save", + "upload", + "weather" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0c2", + "label": "Cloud", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 336c0 79.5 64.5 144 144 144H512c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z" + } + }, + "free": [ + "solid" + ] + }, + "cloud-arrow-down": { + "aliases": { + "names": [ + "cloud-download", + "cloud-download-alt" + ], + "unicodes": { + "composite": [ + "f381" + ], + "primary": [ + "f381" + ], + "secondary": [ + "10f0ed", + "10f381" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.11", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download", + "export", + "save" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0ed", + "label": "Cloud Arrow Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128H144zm79-167l80 80c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-39 39V184c0-13.3-10.7-24-24-24s-24 10.7-24 24V318.1l-39-39c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z" + } + }, + "free": [ + "solid" + ] + }, + "cloud-arrow-up": { + "aliases": { + "names": [ + "cloud-upload", + "cloud-upload-alt" + ], + "unicodes": { + "composite": [ + "f382" + ], + "primary": [ + "f382" + ], + "secondary": [ + "10f0ee", + "10f382" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.11", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "import", + "save", + "upload" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0ee", + "label": "Cloud Arrow Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128H144zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V392c0 13.3 10.7 24 24 24s24-10.7 24-24V257.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z" + } + }, + "free": [ + "solid" + ] + }, + "cloud-bolt": { + "aliases": { + "names": [ + "thunderstorm" + ], + "unicodes": { + "composite": [ + "1f329" + ], + "secondary": [ + "10f76c" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bolt", + "cloud", + "cloud with lightning", + "lightning", + "precipitation", + "rain", + "storm", + "weather" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f76c", + "label": "Cloud Bolt", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 224c0 53 43 96 96 96h47.2L290 202.5c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L333.7 320H352h64c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm330.1 3.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7h70.1L177.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H281.9l52.4-104.8c3.4-6.7 1.6-14.9-4.2-19.6z" + } + }, + "free": [ + "solid" + ] + }, + "cloud-meatball": { + "aliases": { + "unicodes": { + "secondary": [ + "10f73b" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "FLDSMDFR", + "food", + "spaghetti", + "storm" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f73b", + "label": "Cloud Meatball", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 224c0 53 43 96 96 96h44.7c9.5-23.5 32.5-40 59.3-40c2 0 3.9 .1 5.8 .3C217.6 265.5 235.7 256 256 256s38.4 9.5 50.2 24.3c1.9-.2 3.9-.3 5.8-.3c26.9 0 49.9 16.5 59.3 40H416c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm288 96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1 .1 2.1 .1 3.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3c.7 .7 1.5 1.4 2.3 2.1c-1-.1-2.1-.1-3.1-.1c-17.7 0-32 14.3-32 32s14.3 32 32 32c1 0 2.1-.1 3.1-.1c-.8 .7-1.6 1.3-2.3 2.1c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0c.7-.7 1.4-1.5 2.1-2.3c-.1 1-.1 2.1-.1 3.1c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1-.1-2.1-.1-3.1c.7 .8 1.3 1.6 2.1 2.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3c-.7-.7-1.5-1.4-2.3-2.1c1 .1 2.1 .1 3.1 .1c17.7 0 32-14.3 32-32s-14.3-32-32-32c-1 0-2.1 .1-3.1 .1c.8-.7 1.6-1.3 2.3-2.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-.7 .7-1.4 1.5-2.1 2.3c.1-1 .1-2.1 .1-3.1zM48 448a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm416 0a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + }, + "free": [ + "solid" + ] + }, + "cloud-moon": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6c3" + ] + } + }, + "changes": [ + "5.4.0", + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crescent", + "evening", + "lunar", + "night", + "partly cloudy", + "sky" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6c3", + "label": "Cloud Moon", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M495.8 0c5.5 0 10.9 .2 16.3 .7c7 .6 12.8 5.7 14.3 12.5s-1.6 13.9-7.7 17.3c-44.4 25.2-74.4 73-74.4 127.8c0 81 65.5 146.6 146.2 146.6c8.6 0 17-.7 25.1-2.1c6.9-1.2 13.8 2.2 17 8.5s1.9 13.8-3.1 18.7c-34.5 33.6-81.7 54.4-133.6 54.4c-9.3 0-18.4-.7-27.4-1.9c-11.2-22.6-29.8-40.9-52.6-51.7c-2.7-58.5-50.3-105.3-109.2-106.7c-1.7-10.4-2.6-21-2.6-31.8C304 86.1 389.8 0 495.8 0zM447.9 431.9c0 44.2-35.8 80-80 80H96c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z" + } + }, + "free": [ + "solid" + ] + }, + "cloud-moon-rain": { + "aliases": { + "unicodes": { + "secondary": [ + "10f73c" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crescent", + "evening", + "lunar", + "night", + "partly cloudy", + "precipitation", + "rain", + "sky", + "storm" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f73c", + "label": "Cloud Moon Rain", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M481.2 0C417 0 363.5 46.5 353.7 107.6c35.4 17.6 60.2 53.3 62.1 95.1c23.2 11 42 29.7 53.1 52.7c4 .4 8.1 .6 12.3 .6c34.9 0 66.7-13.8 89.9-36.1c5.1-4.9 6.4-12.5 3.2-18.7s-10.1-9.7-17-8.6c-4.9 .8-10 1.3-15.2 1.3c-49 0-88.4-39.3-88.4-87.4c0-32.6 18-61.1 44.9-76.1c6.1-3.4 9.3-10.5 7.8-17.4s-7.3-12-14.3-12.6c-3.6-.3-7.3-.5-10.9-.5zM367.9 383.9c44.2 0 80-35.8 80-80c0-39.3-28.4-72.1-65.8-78.7c1.2-5.6 1.9-11.3 1.9-17.2c0-44.2-35.8-80-80-80c-17 0-32.8 5.3-45.8 14.4C241.3 114.6 210.8 96 176 96c-53 0-96 43-96 96l0 1.3c-45.4 7.6-80 47.1-80 94.6c0 53 43 96 96 96H367.9zM85.4 420.1c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3z" + } + }, + "free": [ + "solid" + ] + }, + "cloud-rain": { + "aliases": { + "unicodes": { + "composite": [ + "1f327", + "26c6" + ], + "secondary": [ + "10f73d" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Rain", + "cloud", + "cloud with rain", + "precipitation", + "rain", + "sky", + "storm" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f73d", + "label": "Cloud Rain", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96H96zm-6.8 52c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3L89.2 372zm160 0c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3L249.2 372zm124.9 64.6L409.2 372c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3z" + } + }, + "free": [ + "solid" + ] + }, + "cloud-showers-heavy": { + "aliases": { + "unicodes": { + "secondary": [ + "10f740" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "precipitation", + "rain", + "sky", + "storm" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f740", + "label": "Cloud Showers Heavy", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96H96zM81.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6S-3.3 490.7 1.9 478.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm120 0c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm244.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5zM313.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6z" + } + }, + "free": [ + "solid" + ] + }, + "cloud-showers-water": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cloud", + "deluge", + "flood", + "rain", + "storm", + "surge" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4e4", + "label": "Cloud Showers Water", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M224 0c38.6 0 71.9 22.8 87.2 55.7C325.7 41.1 345.8 32 368 32c38.7 0 71 27.5 78.4 64H448c35.3 0 64 28.7 64 64s-28.7 64-64 64H128c-35.3 0-64-28.7-64-64s28.7-64 64-64c0-53 43-96 96-96zM140.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm327.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM252.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm103.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + }, + "free": [ + "solid" + ] + }, + "cloud-sun": { + "aliases": { + "unicodes": { + "composite": [ + "26c5" + ], + "secondary": [ + "10f6c4" + ] + } + }, + "changes": [ + "5.4.0", + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clear", + "cloud", + "day", + "daytime", + "fall", + "outdoors", + "overcast", + "partly cloudy", + "sun", + "sun behind cloud" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6c4", + "label": "Cloud Sun", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l14.1 84.7 84.7 14.1c5.4 .9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2c-23.3 0-45.1 6.2-64 17.1l0-1.1c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c8.1 0 15.9-1 23.4-2.9c-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM639.9 431.9c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z" + } + }, + "free": [ + "solid" + ] + }, + "cloud-sun-rain": { + "aliases": { + "unicodes": { + "composite": [ + "1f326" + ], + "secondary": [ + "10f743" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cloud", + "day", + "overcast", + "precipitation", + "rain", + "storm", + "summer", + "sun", + "sun behind rain cloud", + "sunshower" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f743", + "label": "Cloud Sun Rain", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l10.4 62.4c-23.3 10.8-42.9 28.4-56 50.3c-14.6-9-31.8-14.1-50.2-14.1c-53 0-96 43-96 96c0 35.5 19.3 66.6 48 83.2c.8 31.8 13.2 60.7 33.1 82.7l-56 39.2c-4.5 3.1-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM208 144c13.8 0 26.7 4.4 37.1 11.9c-1.2 4.1-2.2 8.3-3 12.6c-37.9 14.6-67.2 46.6-77.8 86.4C151.8 243.1 144 226.5 144 208c0-35.3 28.7-64 64-64zm69.4 276c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm74.5-116.1c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z" + } + }, + "free": [ + "solid" + ] + }, + "cloudflare": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e07d", + "label": "Cloudflare", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M407.906,319.913l-230.8-2.928a4.58,4.58,0,0,1-3.632-1.926,4.648,4.648,0,0,1-.494-4.147,6.143,6.143,0,0,1,5.361-4.076L411.281,303.9c27.631-1.26,57.546-23.574,68.022-50.784l13.286-34.542a7.944,7.944,0,0,0,.524-2.936,7.735,7.735,0,0,0-.164-1.631A151.91,151.91,0,0,0,201.257,198.4,68.12,68.12,0,0,0,94.2,269.59C41.924,271.106,0,313.728,0,366.12a96.054,96.054,0,0,0,1.029,13.958,4.508,4.508,0,0,0,4.445,3.871l426.1.051c.043,0,.08-.019.122-.02a5.606,5.606,0,0,0,5.271-4l3.273-11.265c3.9-13.4,2.448-25.8-4.1-34.9C430.124,325.423,420.09,320.487,407.906,319.913ZM513.856,221.1c-2.141,0-4.271.062-6.391.164a3.771,3.771,0,0,0-3.324,2.653l-9.077,31.193c-3.9,13.4-2.449,25.786,4.1,34.89,6.02,8.4,16.054,13.323,28.238,13.9l49.2,2.939a4.491,4.491,0,0,1,3.51,1.894,4.64,4.64,0,0,1,.514,4.169,6.153,6.153,0,0,1-5.351,4.075l-51.125,2.939c-27.754,1.27-57.669,23.574-68.145,50.784l-3.695,9.606a2.716,2.716,0,0,0,2.427,3.68c.046,0,.088.017.136.017h175.91a4.69,4.69,0,0,0,4.539-3.37,124.807,124.807,0,0,0,4.682-34C640,277.3,583.524,221.1,513.856,221.1Z" + } + }, + "free": [ + "brands" + ] + }, + "cloudscale": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f383", + "label": "cloudscale.ch", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z" + } + }, + "free": [ + "brands" + ] + }, + "cloudsmith": { + "changes": [ + "5.0.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f384", + "label": "Cloudsmith", + "voted": false, + "svg": { + "brands": { + "last_modified": 1684948301, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 227.6v56.9L284.4 512H227.6L0 284.4V227.6L227.6 0h56.9L512 227.6zm-256 162a133.6 133.6 0 1 0 0-267.1 133.6 133.6 0 1 0 0 267.1z" + } + }, + "free": [ + "brands" + ] + }, + "cloudversify": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f385", + "label": "cloudversify", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 616, + 512 + ], + "width": 616, + "height": 512, + "path": "M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z" + } + }, + "free": [ + "brands" + ] + }, + "clover": { + "changes": [ + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "4", + "charm", + "clover", + "four", + "four leaf clover", + "four-leaf clover", + "leaf", + "leprechaun", + "luck", + "lucky" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e139", + "label": "Clover", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M173.3 32C139.4 32 112 59.4 112 93.3v4.9c0 12 3.3 23.7 9.4 34l18.8 31.3c1.1 1.8 1.2 3.1 1 4.2c-.2 1.2-.8 2.5-2 3.6s-2.4 1.8-3.6 2c-1 .2-2.4 .1-4.2-1l-31.3-18.8c-10.3-6.2-22-9.4-34-9.4H61.3C27.4 144 0 171.4 0 205.3c0 16.2 6.5 31.8 17.9 43.3l1.2 1.2c3.4 3.4 3.4 9 0 12.4l-1.2 1.2C6.5 274.9 0 290.5 0 306.7C0 340.6 27.4 368 61.3 368h4.9c12 0 23.7-3.3 34-9.4l31.3-18.8c1.8-1.1 3.1-1.2 4.2-1c1.2 .2 2.5 .8 3.6 2s1.8 2.4 2 3.6c.2 1 .1 2.4-1 4.2l-18.8 31.3c-6.2 10.3-9.4 22-9.4 34v4.9c0 33.8 27.4 61.3 61.3 61.3c16.2 0 31.8-6.5 43.3-17.9l1.2-1.2c3.4-3.4 9-3.4 12.4 0l1.2 1.2c11.5 11.5 27.1 17.9 43.3 17.9c33.8 0 61.3-27.4 61.3-61.3v-4.9c0-12-3.3-23.7-9.4-34l-18.8-31.3c-1.1-1.8-1.2-3.1-1-4.2c.2-1.2 .8-2.5 2-3.6s2.4-1.8 3.6-2c1-.2 2.4-.1 4.2 1l31.3 18.8c10.3 6.2 22 9.4 34 9.4h4.9c33.8 0 61.3-27.4 61.3-61.3c0-16.2-6.5-31.8-17.9-43.3l-1.2-1.2c-3.4-3.4-3.4-9 0-12.4l1.2-1.2c11.5-11.5 17.9-27.1 17.9-43.3c0-33.8-27.4-61.3-61.3-61.3h-4.9c-12 0-23.7 3.3-34 9.4l-31.3 18.8c-1.8 1.1-3.1 1.2-4.2 1c-1.2-.2-2.5-.8-3.6-2s-1.8-2.4-2-3.6c-.2-1-.1-2.4 1-4.2l18.8-31.3c6.2-10.3 9.4-22 9.4-34V93.3C336 59.4 308.6 32 274.7 32c-16.2 0-31.8 6.5-43.3 17.9l-1.2 1.2c-3.4 3.4-9 3.4-12.4 0l-1.2-1.2C205.1 38.5 189.5 32 173.3 32z" + } + }, + "free": [ + "solid" + ] + }, + "cmplid": { + "changes": [ + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e360", + "label": "Cmplid", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M226.119,388.165a3.816,3.816,0,0,0-2.294-3.5,3.946,3.946,0,0,0-1.629-.385L72.6,384.3a19.243,19.243,0,0,1-17.924-26.025L81.585,255.692a35.72,35.72,0,0,1,32.373-26H262.525a7.07,7.07,0,0,0,6.392-5.194l10.769-41.131a3.849,3.849,0,0,0-2.237-4.937,3.755,3.755,0,0,0-1.377-.261c-.063,0-.126,0-.189.005H127.38a106.8,106.8,0,0,0-96.99,77.1L3.483,358.824A57.469,57.469,0,0,0,57.314,436q1.43,0,2.86-.072H208.742a7.131,7.131,0,0,0,6.391-5.193L225.839,389.6A3.82,3.82,0,0,0,226.119,388.165ZM306.658,81.2a3.861,3.861,0,0,0,.251-1.367A3.813,3.813,0,0,0,303.079,76c-.064,0-.128,0-.192,0h-41A7.034,7.034,0,0,0,255.5,81.2l-21.347,80.915h51.131ZM180.364,368.249H231.5L263.452,245.69H212.321ZM511.853,79.723a3.809,3.809,0,0,0-3.8-3.661c-.058,0-.137,0-.23.007h-41a7.1,7.1,0,0,0-6.584,5.129L368.91,430.634a3.54,3.54,0,0,0-.262,1.335,3.873,3.873,0,0,0,3.864,3.863c.056,0,.112,0,.169,0h41a7.068,7.068,0,0,0,6.392-5.193L511.533,81.2A3.624,3.624,0,0,0,511.853,79.723ZM324.649,384.47h-41a7.2,7.2,0,0,0-6.392,5.194L266.52,430.8a3.662,3.662,0,0,0-.268,1.374A3.783,3.783,0,0,0,270.023,436c.06,0,.166,0,.3-.012h40.905a7.036,7.036,0,0,0,6.391-5.193l10.769-41.131a3.75,3.75,0,0,0-3.445-5.208c-.108,0-.217,0-.326.014Zm311.324-308.4h-41a7.066,7.066,0,0,0-6.392,5.129l-91.46,349.436a4.073,4.073,0,0,0-.229,1.347,3.872,3.872,0,0,0,3.863,3.851c.056,0,.112,0,.169,0h40.968a7.1,7.1,0,0,0,6.392-5.193L639.68,81.2a3.624,3.624,0,0,0,.32-1.475,3.841,3.841,0,0,0-3.821-3.564c-.068,0-.137,0-.206.006ZM371.562,225.236l10.8-41.1a4.369,4.369,0,0,0,.227-1.388,3.869,3.869,0,0,0-3.861-3.842c-.057,0-.113,0-.169,0h-41.1a7.292,7.292,0,0,0-6.391,5.226l-10.834,41.1a4.417,4.417,0,0,0-.26,1.493c0,.069,0,.138,0,.206a3.776,3.776,0,0,0,3.757,3.507c.076,0,.18,0,.3-.012h41.129A7.034,7.034,0,0,0,371.562,225.236Z" + } + }, + "free": [ + "brands" + ] + }, + "code": { + "aliases": { + "unicodes": { + "secondary": [ + "10f121" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "brackets", + "code", + "development", + "html" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f121", + "label": "Code", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z" + } + }, + "free": [ + "solid" + ] + }, + "code-branch": { + "aliases": { + "unicodes": { + "secondary": [ + "10f126" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "branch", + "git", + "github", + "rebase", + "svn", + "vcs", + "version" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f126", + "label": "Code Branch", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3v87.8c18.8-10.9 40.7-17.1 64-17.1h96c35.3 0 64-28.7 64-64v-6.7C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V160c0 70.7-57.3 128-128 128H176c-35.3 0-64 28.7-64 64v6.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V352 153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm232 0a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM80 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + }, + "free": [ + "solid" + ] + }, + "code-commit": { + "aliases": { + "unicodes": { + "secondary": [ + "10f386" + ] + } + }, + "changes": [ + "5.0.0", + "5.1.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "commit", + "git", + "github", + "hash", + "rebase", + "svn", + "vcs", + "version" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f386", + "label": "Code Commit", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm156.8-48C462 361 397.4 416 320 416s-142-55-156.8-128H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H163.2C178 151 242.6 96 320 96s142 55 156.8 128H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H476.8z" + } + }, + "free": [ + "solid" + ] + }, + "code-compare": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "compare", + "git", + "github", + "svn", + "version" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e13a", + "label": "Code Compare", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M320 488c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1s14.2 12.4 14.2 21.9v40h16c35.3 0 64-28.7 64-64V153.3C371.7 141 352 112.8 352 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V320c0 70.7-57.3 128-128 128H320v40zM456 80a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 24c0-9.5 5.6-18.1 14.2-21.9s18.8-2.3 25.8 4.1l80 72c5.1 4.6 7.9 11 7.9 17.8s-2.9 13.3-7.9 17.8l-80 72c-7 6.3-17.2 7.9-25.8 4.1s-14.2-12.4-14.2-21.9V128H176c-35.3 0-64 28.7-64 64V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V192c0-70.7 57.3-128 128-128h16V24zM56 432a24 24 0 1 0 48 0 24 24 0 1 0 -48 0z" + } + }, + "free": [ + "solid" + ] + }, + "code-fork": { + "changes": [ + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fork", + "git", + "github", + "svn", + "version" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e13b", + "label": "Code Fork", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3V192c0 17.7 14.3 32 32 32H304c17.7 0 32-14.3 32-32V153.3C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V192c0 53-43 96-96 96H256v70.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V288H144c-53 0-96-43-96-96V153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm208 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM248 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z" + } + }, + "free": [ + "solid" + ] + }, + "code-merge": { + "aliases": { + "unicodes": { + "secondary": [ + "10f387" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "git", + "github", + "merge", + "pr", + "rebase", + "svn", + "vcs", + "version" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f387", + "label": "Code Merge", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M80 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32.4 97.2c28-12.4 47.6-40.5 47.6-73.2c0-44.2-35.8-80-80-80S0 35.8 0 80c0 32.8 19.7 61 48 73.3V358.7C19.7 371 0 399.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3V272c26.7 20.1 60 32 96 32h86.7c12.3 28.3 40.5 48 73.3 48c44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 48H208c-49.9 0-91-38.1-95.6-86.8zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM344 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + }, + "free": [ + "solid" + ] + }, + "code-pull-request": { + "changes": [ + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "git", + "github", + "pr", + "svn", + "version" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e13c", + "label": "Code Pull Request", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M305.8 2.1C314.4 5.9 320 14.5 320 24V64h16c70.7 0 128 57.3 128 128V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V192c0-35.3-28.7-64-64-64H320v40c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1zM104 80A24 24 0 1 0 56 80a24 24 0 1 0 48 0zm8 73.3V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80c0 32.8-19.7 61-48 73.3zM104 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm328 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + }, + "free": [ + "solid" + ] + }, + "codepen": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1cb", + "label": "Codepen", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z" + } + }, + "free": [ + "brands" + ] + }, + "codiepie": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f284", + "label": "Codie Pie", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 472, + 512 + ], + "width": 472, + "height": 512, + "path": "M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z" + } + }, + "free": [ + "brands" + ] + }, + "coins": { + "aliases": { + "unicodes": { + "secondary": [ + "10f51e" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "currency", + "dime", + "financial", + "gold", + "money", + "penny" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f51e", + "label": "Coins", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 80c0 18-14.3 34.6-38.4 48c-29.1 16.1-72.5 27.5-122.3 30.9c-3.7-1.8-7.4-3.5-11.3-5C300.6 137.4 248.2 128 192 128c-8.3 0-16.4 .2-24.5 .6l-1.1-.6C142.3 114.6 128 98 128 80c0-44.2 86-80 192-80S512 35.8 512 80zM160.7 161.1c10.2-.7 20.7-1.1 31.3-1.1c62.2 0 117.4 12.3 152.5 31.4C369.3 204.9 384 221.7 384 240c0 4-.7 7.9-2.1 11.7c-4.6 13.2-17 25.3-35 35.5c0 0 0 0 0 0c-.1 .1-.3 .1-.4 .2l0 0 0 0c-.3 .2-.6 .3-.9 .5c-35 19.4-90.8 32-153.6 32c-59.6 0-112.9-11.3-148.2-29.1c-1.9-.9-3.7-1.9-5.5-2.9C14.3 274.6 0 258 0 240c0-34.8 53.4-64.5 128-75.4c10.5-1.5 21.4-2.7 32.7-3.5zM416 240c0-21.9-10.6-39.9-24.1-53.4c28.3-4.4 54.2-11.4 76.2-20.5c16.3-6.8 31.5-15.2 43.9-25.5V176c0 19.3-16.5 37.1-43.8 50.9c-14.6 7.4-32.4 13.7-52.4 18.5c.1-1.8 .2-3.5 .2-5.3zm-32 96c0 18-14.3 34.6-38.4 48c-1.8 1-3.6 1.9-5.5 2.9C304.9 404.7 251.6 416 192 416c-62.8 0-118.6-12.6-153.6-32C14.3 370.6 0 354 0 336V300.6c12.5 10.3 27.6 18.7 43.9 25.5C83.4 342.6 135.8 352 192 352s108.6-9.4 148.1-25.9c7.8-3.2 15.3-6.9 22.4-10.9c6.1-3.4 11.8-7.2 17.2-11.2c1.5-1.1 2.9-2.3 4.3-3.4V304v5.7V336zm32 0V304 278.1c19-4.2 36.5-9.5 52.1-16c16.3-6.8 31.5-15.2 43.9-25.5V272c0 10.5-5 21-14.9 30.9c-16.3 16.3-45 29.7-81.3 38.4c.1-1.7 .2-3.5 .2-5.3zM192 448c56.2 0 108.6-9.4 148.1-25.9c16.3-6.8 31.5-15.2 43.9-25.5V432c0 44.2-86 80-192 80S0 476.2 0 432V396.6c12.5 10.3 27.6 18.7 43.9 25.5C83.4 438.6 135.8 448 192 448z" + } + }, + "free": [ + "solid" + ] + }, + "colon-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Colon Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e140", + "label": "Colon Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M255 39.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2 7.1 193 24.2L181.9 68.6C96.1 87.8 32 164.4 32 256c0 58.1 25.8 110.2 66.7 145.4L81 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l13-52.1c9 3.4 18.4 6.2 28 8.2L177 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l10.4-41.4c33.4-4.4 64.1-17.4 89.8-36.7c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-10.2 7.7-21.7 13.9-34 18.3L321 160c9.4-.3 18.5-4.7 24.6-12.8c10.6-14.1 7.8-34.2-6.4-44.8c-1.1-.8-2.2-1.6-3.3-2.4L351 39.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2 7.1 289 24.2L277.2 71.5c-9.3-2.7-18.8-4.6-28.6-5.9L255 39.8zM163.2 143.3L117.3 326.8C103.9 306.5 96 282.2 96 256c0-48.7 27.2-91 67.2-112.7zm8.6 229.5l61.1-244.6c9.9 .7 19.5 2.5 28.7 5.3l-62 248.1c-9.7-1.9-19-4.8-27.8-8.8z" + } + }, + "free": [ + "solid" + ] + }, + "comment": { + "aliases": { + "unicodes": { + "composite": [ + "1f5e9", + "f0e5" + ], + "secondary": [ + "10f075" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Right Speech Bubble", + "bubble", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "note", + "notification", + "sms", + "speech", + "texting" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f075", + "label": "Comment", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4l0 0 0 0 0 0 0 0 .3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z" + }, + "regular": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "comment-dollar": { + "aliases": { + "unicodes": { + "secondary": [ + "10f651" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bubble", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "money", + "note", + "notification", + "pay", + "sms", + "speech", + "spend", + "texting", + "transfer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f651", + "label": "Comment Dollar", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm20-312v13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9V344c0 11-9 20-20 20s-20-9-20-20V329.4c-10.3-2.2-20-5.5-28.2-8.4l0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5V136c0-11 9-20 20-20s20 9 20 20z" + } + }, + "free": [ + "solid" + ] + }, + "comment-dots": { + "aliases": { + "names": [ + "commenting" + ], + "unicodes": { + "composite": [ + "1f4ac", + "f27b" + ], + "secondary": [ + "10f4ad" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "balloon", + "bubble", + "chat", + "comic", + "commenting", + "conversation", + "dialog", + "feedback", + "message", + "more", + "note", + "notification", + "reply", + "sms", + "speech", + "speech balloon", + "texting" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f4ad", + "label": "Comment Dots", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "comment-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7f5" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "advice", + "bubble", + "chat", + "commenting", + "conversation", + "diagnose", + "feedback", + "message", + "note", + "notification", + "prescription", + "sms", + "speech", + "texting" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7f5", + "label": "Comment Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM224 160c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V272H176c-8.8 0-16-7.2-16-16V224c0-8.8 7.2-16 16-16h48V160z" + } + }, + "free": [ + "solid" + ] + }, + "comment-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4b3" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bubble", + "cancel", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "mute", + "note", + "notification", + "quiet", + "sms", + "speech", + "texting" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4b3", + "label": "Comment Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L512.9 376.7C552.2 340.2 576 292.3 576 240C576 125.1 461.4 32 320 32c-67.7 0-129.3 21.4-175.1 56.3L38.8 5.1zM64 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c37 0 72.3-6.4 104-17.9L82.9 161.3C70.7 185.6 64 212.2 64 240z" + } + }, + "free": [ + "solid" + ] + }, + "comment-sms": { + "aliases": { + "names": [ + "sms" + ], + "unicodes": { + "secondary": [ + "10f7cd" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chat", + "conversation", + "message", + "mobile", + "notification", + "phone", + "sms", + "texting" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7cd", + "label": "Comment Sms", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM202.9 176.8c6.5-2.2 13.7 .1 17.9 5.6L256 229.3l35.2-46.9c4.1-5.5 11.3-7.8 17.9-5.6s10.9 8.3 10.9 15.2v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V240l-19.2 25.6c-3 4-7.8 6.4-12.8 6.4s-9.8-2.4-12.8-6.4L224 240v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-6.9 4.4-13 10.9-15.2zm173.1 38c0 .2 0 .4 0 .4c.1 .1 .6 .8 2.2 1.7c3.9 2.3 9.6 4.1 18.3 6.8l.6 .2c7.4 2.2 17.3 5.2 25.2 10.2c9.1 5.7 17.4 15.2 17.6 29.9c.2 15-7.6 26-17.8 32.3c-9.5 5.9-20.9 7.9-30.7 7.6c-12.2-.4-23.7-4.4-32.6-7.4l0 0 0 0c-1.4-.5-2.7-.9-4-1.4c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c1.7 .6 3.3 1.1 4.9 1.6l0 0 0 0c9.1 3.1 15.6 5.3 22.6 5.5c5.3 .2 10-1 12.8-2.8c1.2-.8 1.8-1.5 2.1-2c.2-.4 .6-1.2 .6-2.7l0-.2c0-.7 0-1.4-2.7-3.1c-3.8-2.4-9.6-4.3-18-6.9l-1.2-.4c-7.2-2.2-16.7-5-24.3-9.6c-9-5.4-17.7-14.7-17.7-29.4c-.1-15.2 8.6-25.7 18.5-31.6c9.4-5.5 20.5-7.5 29.7-7.4c10 .2 19.7 2.3 27.9 4.4c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-7.3-1.9-14.1-3.3-20.1-3.4c-4.9-.1-9.8 1.1-12.9 2.9c-1.4 .8-2.1 1.6-2.4 2c-.2 .3-.4 .8-.4 1.9zm-272 0c0 .2 0 .4 0 .4c.1 .1 .6 .8 2.2 1.7c3.9 2.3 9.6 4.1 18.3 6.8l.6 .2c7.4 2.2 17.3 5.2 25.2 10.2c9.1 5.7 17.4 15.2 17.6 29.9c.2 15-7.6 26-17.8 32.3c-9.5 5.9-20.9 7.9-30.7 7.6c-12.3-.4-24.2-4.5-33.2-7.6l0 0 0 0c-1.3-.4-2.5-.8-3.6-1.2c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c1.4 .5 2.8 .9 4.1 1.4l0 0 0 0c9.5 3.2 16.5 5.6 23.7 5.8c5.3 .2 10-1 12.8-2.8c1.2-.8 1.8-1.5 2.1-2c.2-.4 .6-1.2 .6-2.7l0-.2c0-.7 0-1.4-2.7-3.1c-3.8-2.4-9.6-4.3-18-6.9l-1.2-.4 0 0c-7.2-2.2-16.7-5-24.3-9.6C80.8 239 72.1 229.7 72 215c-.1-15.2 8.6-25.7 18.5-31.6c9.4-5.5 20.5-7.5 29.7-7.4c9.5 .1 22.2 2.1 31.1 4.4c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-6.6-1.8-16.8-3.3-23.3-3.4c-4.9-.1-9.8 1.1-12.9 2.9c-1.4 .8-2.1 1.6-2.4 2c-.2 .3-.4 .8-.4 1.9z" + } + }, + "free": [ + "solid" + ] + }, + "comments": { + "aliases": { + "unicodes": { + "composite": [ + "1f5ea", + "f0e6" + ], + "secondary": [ + "10f086" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Two Speech Bubbles", + "bubble", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "note", + "notification", + "sms", + "speech", + "texting" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f086", + "label": "Comments", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 38.6 14.7 74.3 39.6 103.4c-3.5 9.4-8.7 17.7-14.2 24.7c-4.8 6.2-9.7 11-13.3 14.3c-1.8 1.6-3.3 2.9-4.3 3.7c-.5 .4-.9 .7-1.1 .8l-.2 .2 0 0 0 0C1 327.2-1.4 334.4 .8 340.9S9.1 352 16 352c21.8 0 43.8-5.6 62.1-12.5c9.2-3.5 17.8-7.4 25.3-11.4C134.1 343.3 169.8 352 208 352zM448 176c0 112.3-99.1 196.9-216.5 207C255.8 457.4 336.4 512 432 512c38.2 0 73.9-8.7 104.7-23.9c7.5 4 16 7.9 25.2 11.4c18.3 6.9 40.3 12.5 62.1 12.5c6.9 0 13.1-4.5 15.2-11.1c2.1-6.6-.2-13.8-5.8-17.9l0 0 0 0-.2-.2c-.2-.2-.6-.4-1.1-.8c-1-.8-2.5-2-4.3-3.7c-3.6-3.3-8.5-8.1-13.3-14.3c-5.5-7-10.7-15.4-14.2-24.7c24.9-29 39.6-64.7 39.6-103.4c0-92.8-84.9-168.9-192.6-175.5c.4 5.1 .6 10.3 .6 15.5z" + }, + "regular": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.7 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "comments-dollar": { + "aliases": { + "unicodes": { + "secondary": [ + "10f653" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bubble", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "money", + "note", + "notification", + "pay", + "sms", + "speech", + "spend", + "texting", + "transfer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f653", + "label": "Comments Dollar", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1s.2-13.8 5.8-17.9l0 0 0 0 .2-.2c.2-.2 .6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0S416 78.8 416 176zM231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5 .4 .9 .7 1.1 .8l.2 .2 0 0 0 0c5.6 4.1 7.9 11.3 5.8 17.9c-2.1 6.6-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129zM228 72c0-11-9-20-20-20s-20 9-20 20V86c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V280c0 11 9 20 20 20s20-9 20-20V266.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V72z" + } + }, + "free": [ + "solid" + ] + }, + "compact-disc": { + "aliases": { + "unicodes": { + "composite": [ + "1f4bf", + "1f4c0", + "1f5b8" + ], + "secondary": [ + "10f51f" + ] + } + }, + "changes": [ + "5.0.13", + "5.10.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Optical Disc Icon", + "album", + "blu-ray", + "bluray", + "cd", + "computer", + "disc", + "disk", + "dvd", + "media", + "movie", + "music", + "optical", + "optical disk", + "record", + "video", + "vinyl" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f51f", + "label": "Compact Disc", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-96-32a96 96 0 1 0 192 0 96 96 0 1 0 -192 0zM96 240c0-35 17.5-71.1 45.2-98.8S205 96 240 96c8.8 0 16-7.2 16-16s-7.2-16-16-16c-45.4 0-89.2 22.3-121.5 54.5S64 194.6 64 240c0 8.8 7.2 16 16 16s16-7.2 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "compass": { + "aliases": { + "unicodes": { + "composite": [ + "1f9ed" + ], + "secondary": [ + "10f14e" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.2.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "compass", + "directions", + "directory", + "location", + "magnetic", + "menu", + "navigation", + "orienteering", + "safari", + "travel" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f14e", + "label": "Compass", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm50.7-186.9L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + }, + "regular": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm306.7 69.1L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "compass-drafting": { + "aliases": { + "names": [ + "drafting-compass" + ], + "unicodes": { + "secondary": [ + "10f568" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "map", + "mechanical drawing", + "plot", + "plotting" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f568", + "label": "Compass Drafting", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 96c0 14.3-3.1 27.9-8.8 40.2L396 227.4c-23.7 25.3-54.2 44.1-88.5 53.6L256 192h0 0l-68 117.5c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C428.1 341.8 347 384 256 384c-35.4 0-69.4-6.4-100.7-18.1L98.7 463.7C94 471.8 87 478.4 78.6 482.6L23.2 510.3c-5 2.5-10.9 2.2-15.6-.7S0 501.5 0 496V440.6c0-8.4 2.2-16.7 6.5-24.1l60-103.7C53.7 301.6 41.8 289.3 31.2 276c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96zm21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1V496c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6 .7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9L373 393.9zM256 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "compress": { + "aliases": { + "unicodes": { + "secondary": [ + "10f066" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "collapse", + "fullscreen", + "minimize", + "move", + "resize", + "shrink", + "smaller" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f066", + "label": "Compress", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32V64zM32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32H96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V352c0-17.7-14.3-32-32-32H32zM352 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V64zM320 320c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320z" + } + }, + "free": [ + "solid" + ] + }, + "computer": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "desktop", + "display", + "monitor", + "tower" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4e5", + "label": "Computer", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M384 96V320H64L64 96H384zM64 32C28.7 32 0 60.7 0 96V320c0 35.3 28.7 64 64 64H181.3l-10.7 32H96c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H277.3l-10.7-32H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm464 0c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H528zm16 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H544c-8.8 0-16-7.2-16-16s7.2-16 16-16zm-16 80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H544c-8.8 0-16-7.2-16-16zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "computer-mouse": { + "aliases": { + "names": [ + "mouse" + ], + "unicodes": { + "composite": [ + "1f5b1" + ], + "secondary": [ + "10f8cc" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "click", + "computer", + "computer mouse", + "cursor", + "input", + "peripheral" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f8cc", + "label": "Computer Mouse", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 192H176V0H160C71.6 0 0 71.6 0 160v32zm0 32V352c0 88.4 71.6 160 160 160h64c88.4 0 160-71.6 160-160V224H192 0zm384-32V160C384 71.6 312.4 0 224 0H208V192H384z" + } + }, + "free": [ + "solid" + ] + }, + "confluence": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atlassian" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f78d", + "label": "Confluence", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2zm507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9z" + } + }, + "free": [ + "brands" + ] + }, + "connectdevelop": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f20e", + "label": "Connect Develop", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M550.5 241l-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732 0-1.607-.268-3.214-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732zM153.535 450.732l-43.66-75.803h43.66v75.803zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41v50.624zm0-62.411l-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322l-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804v72.053zm0-80.625l-43.66 15.804 43.66-75.536v59.732zm326.519 39.108l.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518.268.268zM291.75 355.107l11.518 11.786H280.5l11.25-11.786zm-.268-11.25l-83.303-85.446 79.553-84.375 83.036 87.589-79.286 82.232zm5.357 5.893l79.286-82.232 67.5 71.25-5.892 28.125H313.714l-16.875-17.143zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589L410.411 44.393zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60h4.287zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25h103.928zm-116.249 5.625l1.071-2.142a33.834 33.834 0 0 0 2.679-.804l51.161 53.84-54.911 19.821V47.875zm0 79.286l60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053v-83.304zm0 92.678L198 257.607l-36.428 38.304v-76.072zm0 87.858l42.053-44.464 82.768 85.982-17.143 17.678H161.572v-59.196zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821h-1.339zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821H298.447zm120-11.786l-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376l-17.412 83.036zm12.856-22.232l12.858-60.803h21.964l-34.822 60.803zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946zm66.161-107.411l-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75z" + } + }, + "free": [ + "brands" + ] + }, + "contao": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f26d", + "label": "Contao", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4zM478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34z" + } + }, + "free": [ + "brands" + ] + }, + "cookie": { + "aliases": { + "unicodes": { + "composite": [ + "1f36a" + ], + "secondary": [ + "10f563" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baked good", + "chips", + "chocolate", + "cookie", + "dessert", + "eat", + "snack", + "sweet", + "treat" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f563", + "label": "Cookie", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M247.2 17c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9l-14.6-82.8c-3.9-22.1-14.6-42.3-30.7-57.9L388.9 57.5c-16.1-15.6-36.6-25.6-58.7-28.7L247.2 17zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "cookie-bite": { + "aliases": { + "unicodes": { + "secondary": [ + "10f564" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baked good", + "bitten", + "chips", + "chocolate", + "eat", + "snack", + "sweet", + "treat" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f564", + "label": "Cookie Bite", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M257.5 27.6c-.8-5.4-4.9-9.8-10.3-10.6c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9c-.9-5.3-5.3-9.3-10.6-10.1c-51.5-8.2-92.8-47.1-104.5-97.4c-1.8-7.6-8-13.4-15.7-14.6c-54.6-8.7-97.7-52-106.2-106.8zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "copy": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0c5" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "clone", + "duplicate", + "file", + "files-o", + "paper", + "paste" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0c5", + "label": "Copy", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M208 0H332.1c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9V336c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V48c0-26.5 21.5-48 48-48zM48 128h80v64H64V448H256V416h64v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48z" + }, + "regular": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "copyright": { + "aliases": { + "unicodes": { + "composite": [ + "a9" + ], + "secondary": [ + "10f1f9" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "brand", + "c", + "copyright", + "mark", + "register", + "trademark" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1f9", + "label": "Copyright", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c31.2 31.2 81.9 31.2 113.1 0c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-50 50-131 50-181 0s-50-131 0-181s131-50 181 0c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-31.2-31.2-81.9-31.2-113.1 0s-31.2 81.9 0 113.1z" + }, + "regular": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c-31.2-31.2-31.2-81.9 0-113.1s81.9-31.2 113.1 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-50-50-131-50-181 0s-50 131 0 181s131 50 181 0c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-31.2 31.2-81.9 31.2-113.1 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "cotton-bureau": { + "changes": [ + "5.10.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clothing", + "t-shirts", + "tshirts" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f89e", + "label": "Cotton Bureau", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75zm-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.28 80.28 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z" + } + }, + "free": [ + "brands" + ] + }, + "couch": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4b8" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chair", + "cushion", + "furniture", + "relax", + "sofa" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4b8", + "label": "Couch", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 160C64 89.3 121.3 32 192 32H448c70.7 0 128 57.3 128 128v33.6c-36.5 7.4-64 39.7-64 78.4v48H128V272c0-38.7-27.5-71-64-78.4V160zM544 272c0-20.9 13.4-38.7 32-45.3c5-1.8 10.4-2.7 16-2.7c26.5 0 48 21.5 48 48V448c0 17.7-14.3 32-32 32H576c-17.7 0-32-14.3-32-32H96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V272c0-26.5 21.5-48 48-48c5.6 0 11 1 16 2.7c18.6 6.6 32 24.4 32 45.3v48 32h32H512h32V320 272z" + } + }, + "free": [ + "solid" + ] + }, + "cow": { + "aliases": { + "unicodes": { + "composite": [ + "1f404" + ], + "secondary": [ + "10f6c8" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agriculture", + "animal", + "beef", + "bovine", + "co", + "cow", + "farm", + "fauna", + "livestock", + "mammal", + "milk", + "moo" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6c8", + "label": "Cow", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 224v32V416c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V327.8c9.9 6.6 20.6 12 32 16.1V368c0 8.8 7.2 16 16 16s16-7.2 16-16V351.1c5.3 .6 10.6 .9 16 .9s10.7-.3 16-.9V368c0 8.8 7.2 16 16 16s16-7.2 16-16V343.8c11.4-4 22.1-9.4 32-16.1V416c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V256l32 32v49.5c0 9.5 2.8 18.7 8.1 26.6L530 427c8.8 13.1 23.5 21 39.3 21c22.5 0 41.9-15.9 46.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5V184c0-13.3-10.7-24-24-24s-24 10.7-24 24v14.4l-52.9-74.1C496 86.5 452.4 64 405.9 64H272 256 192 144C77.7 64 24 117.7 24 184v54C9.4 249.8 0 267.8 0 288v17.6c0 8 6.4 14.4 14.4 14.4C46.2 320 72 294.2 72 262.4V256 224 184c0-24.3 12.1-45.8 30.5-58.9C98.3 135.9 96 147.7 96 160v64zM560 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM166.6 166.6c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6H361.4c12.5 0 22.6 10.1 22.6 22.6c0 6-2.4 11.8-6.6 16l-23.4 23.4C332.2 211.8 302.7 224 272 224s-60.2-12.2-81.9-33.9l-23.4-23.4z" + } + }, + "free": [ + "solid" + ] + }, + "cpanel": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f388", + "label": "cPanel", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3zm-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4zm247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8zM633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3zm-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4zm98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6c-.6 2-1.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons": { + "changes": [ + "4.4.0", + "5.0.0", + "5.0.11", + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f25e", + "label": "Creative Commons", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-by": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4e7", + "label": "Creative Commons Attribution", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-nc": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4e8", + "label": "Creative Commons Noncommercial", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8zM55.8 189.1c-7.4 20.4-11.1 42.7-11.1 66.9 0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368c-27.5-.3-52.6-10.2-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4zM248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-nc-eu": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4e9", + "label": "Creative Commons Noncommercial (Euro Sign)", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3zm-16.7-190.6l-.5-.4.9.4h-.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9l-136.1-60.5z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-nc-jp": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4ea", + "label": "Creative Commons Noncommercial (Yen Sign)", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-21.1 3-41.2 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3zm87.6-137.3h-57.6v-18.7l2.9-5.6 54.7 24.3zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59l-101-45.1z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-nd": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4eb", + "label": "Creative Commons No Derivative Works", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-pd": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4ec", + "label": "Creative Commons Public Domain", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8zm194.2-150l-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-pd-alt": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4ed", + "label": "Alternate Creative Commons Public Domain", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8zM316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6zm.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9zM203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5zm-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-remix": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4ee", + "label": "Creative Commons Remix", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6l49.1 20.3zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4l.4.4zm7.5-57.6l39.9-16.4-36.8-15.5-39 16.4 35.9 15.5zm52.3 38.1v-43L355.2 298v43.4l44.3-19z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-sa": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4ef", + "label": "Creative Commons Share Alike", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zM137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6-33.1 0-51.7 14.6-55.8 43.8h18.2l-49.2 49.2-49-49.2h19.4z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-sampling": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4f0", + "label": "Creative Commons Sampling", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6 5.9 0 10.6 4.7 10.6 10.6 0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8c1.8-4.4 5.2-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-sampling-plus": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4f1", + "label": "Creative Commons Sampling +", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258l-58.4.3zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-share": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4f2", + "label": "Creative Commons Share", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54h54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9v155.4zm176.2-88.1H227.6v155.4h108.5V212.2z" + } + }, + "free": [ + "brands" + ] + }, + "creative-commons-zero": { + "changes": [ + "5.0.11", + "5.4.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4f3", + "label": "Creative Commons CC0", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z" + } + }, + "free": [ + "brands" + ] + }, + "credit-card": { + "aliases": { + "names": [ + "credit-card-alt" + ], + "unicodes": { + "composite": [ + "1f4b3", + "f283" + ], + "secondary": [ + "10f09d" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "card", + "checkout", + "credit", + "credit card", + "credit-card-alt", + "debit", + "money", + "payment", + "purchase" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f09d", + "label": "Credit Card", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96v32H576V96c0-35.3-28.7-64-64-64H64zM576 224H0V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V224zM112 352h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 16c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16z" + }, + "regular": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M512 80c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16H512zm16 144V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V224H528zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24H248z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "critical-role": { + "changes": [ + "5.4.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "d&d", + "dnd", + "fantasy", + "game", + "gaming", + "tabletop" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f6c9", + "label": "Critical Role", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.37 72.37 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a37.68 37.68 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a83.92 83.92 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15zm80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02zm-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.33 28.33 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65zm105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.53 2.53 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59zm212.32 6.4l-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z" + } + }, + "free": [ + "brands" + ] + }, + "crop": { + "aliases": { + "unicodes": { + "secondary": [ + "10f125" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "frame", + "mask", + "resize", + "shrink" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f125", + "label": "Crop", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 109.3l54.6-54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L402.7 64 160 64v64l178.7 0L128 338.7V32c0-17.7-14.3-32-32-32S64 14.3 64 32V64H32C14.3 64 0 78.3 0 96s14.3 32 32 32H64V384c0 35.3 28.7 64 64 64H352V384H173.3L384 173.3 384 480c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H448l0-274.7z" + } + }, + "free": [ + "solid" + ] + }, + "crop-simple": { + "aliases": { + "names": [ + "crop-alt" + ], + "unicodes": { + "secondary": [ + "10f565" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "frame", + "mask", + "resize", + "shrink" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f565", + "label": "Crop Simple", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 32c0-17.7-14.3-32-32-32S64 14.3 64 32V64H32C14.3 64 0 78.3 0 96s14.3 32 32 32H64V384c0 35.3 28.7 64 64 64H352V384H128V32zM384 480c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H448l0-256c0-35.3-28.7-64-64-64L160 64v64l224 0 0 352z" + } + }, + "free": [ + "solid" + ] + }, + "cross": { + "aliases": { + "unicodes": { + "composite": [ + "1f547", + "271d" + ], + "secondary": [ + "10f654" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Christian", + "Heavy Latin Cross", + "catholicism", + "christianity", + "church", + "cross", + "jesus", + "latin cross", + "religion" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f654", + "label": "Cross", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M176 0c-26.5 0-48 21.5-48 48v80H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h80V464c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V256h80c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H256V48c0-26.5-21.5-48-48-48H176z" + } + }, + "free": [ + "solid" + ] + }, + "crosshairs": { + "aliases": { + "unicodes": { + "secondary": [ + "10f05b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aim", + "bullseye", + "gpd", + "picker", + "position" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f05b", + "label": "Crosshairs", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c17.7 0 32 14.3 32 32V42.4c93.7 13.9 167.7 88 181.6 181.6H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H469.6c-13.9 93.7-88 167.7-181.6 181.6V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V469.6C130.3 455.7 56.3 381.7 42.4 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H42.4C56.3 130.3 130.3 56.3 224 42.4V32c0-17.7 14.3-32 32-32zM107.4 288c12.5 58.3 58.4 104.1 116.6 116.6V384c0-17.7 14.3-32 32-32s32 14.3 32 32v20.6c58.3-12.5 104.1-58.4 116.6-116.6H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h20.6C392.1 165.7 346.3 119.9 288 107.4V128c0 17.7-14.3 32-32 32s-32-14.3-32-32V107.4C165.7 119.9 119.9 165.7 107.4 224H128c17.7 0 32 14.3 32 32s-14.3 32-32 32H107.4zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "crow": { + "aliases": { + "unicodes": { + "secondary": [ + "10f520" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bird", + "bullfrog", + "fauna", + "halloween", + "holiday", + "toad" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f520", + "label": "Crow", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M456 0c-48.6 0-88 39.4-88 88v29.2L12.5 390.6c-14 10.8-16.6 30.9-5.9 44.9s30.9 16.6 44.9 5.9L126.1 384H259.2l46.6 113.1c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3L311.1 384H352c1.1 0 2.1 0 3.2 0l46.6 113.2c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3l-42-102C484.9 354.1 544 280 544 192V128v-8l80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629 52 603.4 32 574 32H523.9C507.7 12.5 483.3 0 456 0zm0 64a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "solid" + ] + }, + "crown": { + "aliases": { + "unicodes": { + "composite": [ + "1f451" + ], + "secondary": [ + "10f521" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "award", + "clothing", + "crown", + "favorite", + "king", + "queen", + "royal", + "tiara" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f521", + "label": "Crown", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6H426.6c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z" + } + }, + "free": [ + "solid" + ] + }, + "crutch": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7f7" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cane", + "injury", + "mobility", + "wheelchair" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7f7", + "label": "Crutch", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M297.4 9.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0zm-96 144l-34.8 34.8c-12.9 12.9-21.9 29.2-25.8 47.1L116.8 342.9c-1.3 5.9-4.3 11.4-8.6 15.7L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l98.8-98.8c4.3-4.3 9.7-7.3 15.7-8.6l107.6-23.9c17.8-4 34.1-12.9 47.1-25.8l34.7-34.7c0 0 .1-.1 .1-.1s.1-.1 .1-.1l74.6-74.6-45.3-45.3L336 242.7 269.3 176l52.1-52.1L276.1 78.6l-74.7 74.7zM224 221.3L290.7 288l-12.2 12.2c-4.3 4.3-9.7 7.3-15.7 8.6l-76.7 17 17-76.7c1.3-5.9 4.3-11.4 8.6-15.7L224 221.3z" + } + }, + "free": [ + "solid" + ] + }, + "cruzeiro-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Cruzeiro Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e152", + "label": "Cruzeiro Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 256c0-88.4 71.6-160 160-160c41 0 78.3 15.4 106.7 40.7c13.2 11.8 33.4 10.7 45.2-2.5s10.7-33.4-2.5-45.2c-39.6-35.5-92-57-149.3-57C132.3 32 32 132.3 32 256s100.3 224 224 224c57.4 0 109.7-21.6 149.3-57c13.2-11.8 14.3-32 2.5-45.2s-32-14.3-45.2-2.5C334.3 400.6 297 416 256 416V320v-8.7c0-12.8 10.4-23.3 23.3-23.3c4.6 0 9.1 1.4 12.9 3.9l10.1 6.7c14.7 9.8 34.6 5.8 44.4-8.9s5.8-34.6-8.9-44.4l-10.1-6.7c-14.3-9.6-31.2-14.7-48.4-14.7c-12.4 0-24.2 2.6-34.9 7.3c-5.5-4.5-12.6-7.3-20.3-7.3c-17.7 0-32 14.3-32 32v55.3V320v82.7C135.5 378 96 321.6 96 256z" + } + }, + "free": [ + "solid" + ] + }, + "css3": { + "changes": [ + "3.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "code" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f13c", + "label": "CSS 3 Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M480 32l-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82H480z" + } + }, + "free": [ + "brands" + ] + }, + "css3-alt": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f38b", + "label": "Alternate CSS3 Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z" + } + }, + "free": [ + "brands" + ] + }, + "cube": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1b2" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "3d", + "block", + "dice", + "package", + "square", + "tesseract" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1b2", + "label": "Cube", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M234.5 5.7c13.9-5 29.1-5 43.1 0l192 68.6C495 83.4 512 107.5 512 134.6V377.4c0 27-17 51.2-42.5 60.3l-192 68.6c-13.9 5-29.1 5-43.1 0l-192-68.6C17 428.6 0 404.5 0 377.4V134.6c0-27 17-51.2 42.5-60.3l192-68.6zM256 66L82.3 128 256 190l173.7-62L256 66zm32 368.6l160-57.1v-188L288 246.6v188z" + } + }, + "free": [ + "solid" + ] + }, + "cubes": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1b3" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "3d", + "block", + "dice", + "package", + "pyramid", + "square", + "stack", + "tesseract" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1b3", + "label": "Cubes", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M290.8 48.6l78.4 29.7L288 109.5 206.8 78.3l78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5V204.7c-1.3 .4-2.6 .8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7V413.9c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3V294.7c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-1.3-.5-2.6-.9-3.9-1.3V92.5c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5zM392 210.6l-82.4 31.2V152.6L392 121v89.6zM154.8 250.9l78.4 29.7L152 311.7 70.8 280.6l78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4V354.8L256 323.2v95.9l-82.4 36.2zM421.2 250.9c1.8-.7 3.8-.7 5.7 0l78.4 29.7L424 311.7l-81.2-31.1 78.4-29.7zM523.2 421.2l-77.6 34.1V354.8L528 323.2v90.7c0 3.2-1.9 6-4.8 7.3z" + } + }, + "free": [ + "solid" + ] + }, + "cubes-stacked": { + "changes": [ + "6.1.0", + "6.1.1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blocks", + "cubes", + "sugar" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4e6", + "label": "Cubes Stacked", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M192 64v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H224c-17.7 0-32 14.3-32 32zM82.7 207c-15.3 8.8-20.5 28.4-11.7 43.7l32 55.4c8.8 15.3 28.4 20.5 43.7 11.7l55.4-32c15.3-8.8 20.5-28.4 11.7-43.7l-32-55.4c-8.8-15.3-28.4-20.5-43.7-11.7L82.7 207zM288 192c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H288zm64 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H352zM160 384v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zM32 352c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H32z" + } + }, + "free": [ + "solid" + ] + }, + "cuttlefish": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f38c", + "label": "Cuttlefish", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 440, + 512 + ], + "width": 440, + "height": 512, + "path": "M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8z" + } + }, + "free": [ + "brands" + ] + }, + "d": { + "aliases": { + "unicodes": { + "composite": [ + "64" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter D", + "Latin Small Letter D", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "44", + "label": "D", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32h96c123.7 0 224 100.3 224 224s-100.3 224-224 224H64c-35.3 0-64-28.7-64-64V96zm160 0H64V416h96c88.4 0 160-71.6 160-160s-71.6-160-160-160z" + } + }, + "free": [ + "solid" + ] + }, + "d-and-d": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f38d", + "label": "Dungeons & Dragons", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2zm469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4zM316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2zm172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9zM99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9-6.5.8-12.9 1.6-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9zm128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3z" + } + }, + "free": [ + "brands" + ] + }, + "d-and-d-beyond": { + "changes": [ + "5.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "d&d", + "dnd", + "fantasy", + "gaming", + "tabletop" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f6ca", + "label": "D&D Beyond", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1zm52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5zm10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6zm-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8zm242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9zm-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27zM301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5zm-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2zm25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3zm38.9 3.7l-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2zm-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3zm101.2-19.3l23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3zm-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3zm-91.3-8.3l44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9zm21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6l7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6z" + } + }, + "free": [ + "brands" + ] + }, + "dailymotion": { + "changes": [ + "5.12.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e052", + "label": "dailymotion", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z" + } + }, + "free": [ + "brands" + ] + }, + "dashcube": { + "changes": [ + "4.3.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f210", + "label": "DashCube", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0L326.6 104zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z" + } + }, + "free": [ + "brands" + ] + }, + "database": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c0" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "development", + "directory", + "memory", + "storage" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1c0", + "label": "Database", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 80v48c0 44.2-100.3 80-224 80S0 172.2 0 128V80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6V288c0 44.2-100.3 80-224 80S0 332.2 0 288V186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6V432c0 44.2-100.3 80-224 80S0 476.2 0 432V346.1z" + } + }, + "free": [ + "solid" + ] + }, + "debian": { + "changes": [ + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e60b", + "label": "Debian", + "voted": false, + "svg": { + "brands": { + "last_modified": 1682957890, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M248.2 .9c-4 .2-8.1 .4-11.4 1.6l-3.4-.5c5.4-.7 10.9-1.1 16.4-1.5c2.4-.2 4.8-.4 7.2-.6c-2.7 .6-5.7 .8-8.8 .9zm132 244.7c3-7.6 5.5-14 5.2-24.4l-4.3 9c4.4-13.2 4-27.1 3.6-40.4c-.2-6-.3-11.8 0-17.4l-1.8-.5c-1.5-45.2-40.6-93.1-75.3-109.4c-30-13.8-76.1-16.2-97.3-5.8c1.3-1.1 4.2-2 6.8-2.7c3.4-1 6.3-1.8 4.3-3c-19.2 1.9-24.9 5.5-31.1 9.4c-4.6 2.9-9.5 6-20.3 8.7c-3.5 3.4 1.7 2 5.8 .9c4.1-1.1 7.2-1.9-.1 2.4c-3.6 1-6.7 1.3-9.7 1.6c-8.3 .8-15.8 1.6-30.7 17c.8 1.3 3.5-.3 5.4-1.4c2.3-1.4 3.4-2-1.7 4.4c-19.1-2.4-60.3 43.7-69.1 59l4.6 .8c-3.2 8-6.8 14.8-10 20.8c-4.3 8.1-7.9 14.9-8.7 21.3c-.4 5.9-1.2 12.9-2 20.3c-3 27.4-6.8 61.3 3.8 73.6l-1.3 13c.6 1.2 1.1 2.3 1.6 3.5c1.2 2.5 2.3 5 3.9 7.4l-3 .2c7 22.2 10.8 22.5 15.1 22.9c4.4 .4 9.3 .9 18.7 24.2c-2.7-.9-5.5-1.9-9.4-7.2c-.5 4.1 5.8 16.3 13.1 25.8l-3.1 3.6c3.2 5.8 6.1 8.1 8.6 10l0 0c.8 .6 1.5 1.1 2.1 1.7c-11.9-6.5 3.2 13.7 11.9 25.2c2.5 3.4 4.5 6 5.1 7l2.4-4.2c-.3 6.1 4.3 13.9 13.1 24.7l7.3-.3c3 6 14 16.7 20.7 17.2l-4.4 5.8c8.1 2.6 10.3 4.3 12.7 6.2c2.6 2.1 5.4 4.3 16.1 8.1l-4.2-7.4c3.5 3 6.2 5.9 8.8 8.7c5.2 5.6 9.9 10.7 19.8 15.4c11.2 3.9 17.1 4.8 23.6 5.9c5.4 .8 11.2 1.8 20.8 4.5c-2.2-.1-4.4-.1-6.7-.2l0 0h0c-16.3-.4-34-.8-46.4-5.2C107.8 480.5 19.5 367.2 26 250.6c-.6-9.9-.3-20.9 0-30.7c.4-13.5 .7-24.8-1.6-28.3l1-3.1c5.3-17.4 11.7-38.2 23.8-62.8l-.1-.2 0-.1 0 0 0 0c.4 .4 3.4 3.4 8.8-5.8c1.3-2.9 2.5-5.8 3.8-8.8l0 0c2.5-6.1 5.1-12.3 8.4-17.9l2.6-.6c1.7-10.1 17-23.8 29.8-35.2l0 0c6.1-5.5 11.6-10.4 14.7-14.1l.7 4.4c17.1-16 45-27.7 66.1-36.6c4.8-2 9.3-3.9 13.3-5.7c-3.4 3.8 2.2 2.7 10 1c4.8-1 10.4-2.1 15.3-2.4c-1.3 .7-2.6 1.4-3.9 2.1l0 0 0 0c-2.7 1.4-5.4 2.8-8 4.6c8.3-2 11.9-1.4 16-.8c3.5 .6 7.3 1.2 14.6 .2c-5.6 .8-12.3 3-11.2 3.8c7.9 .9 12.8-.1 17.2-1c5.6-1.1 10.4-2.1 19.5 .9l-1-4.8c7.5 2.7 13.1 4.4 18 5.9c10 3 17.6 5.3 34.2 14.1c3.2 .2 5.3-.5 7.4-1.2c3.6-1.1 7-2.2 15.3 1.2c.5 .8 .7 1.5 1 2.1c1 2.6 1.7 4.6 14.6 12.2c1.8-.7-3.1-5.1-7-8.7l-.2-.1c32.3 17.3 67.5 54.1 78.2 93.6c-6-11.1-5.2-5.5-4.3 .5c.6 4 1.2 8.1-.2 7.5c4.5 12.1 8.1 24.5 10.4 37.4l-.8-2.9c-3.3-11.8-9.6-34.5-20-49.6c-.4 4.4-2.9 3.9-5.3 3.5c-3.3-.6-6.3-1.2-1.9 12.6c2.6 3.8 3.1 2.4 3.5 1.1c.5-1.5 .9-2.8 4.7 5.2c.1 4.3 1.1 8.5 2.2 13.3l0 0 0 0 0 0 0 0 0 0 0 0c.7 3 1.5 6.2 2.1 9.8c-1.1-.2-2.3-2.2-3.4-4.2l0 0 0 0c-1.4-2.4-2.8-4.7-3.7-3.2c2.4 11.5 6.5 17.4 8 18.3c-.3 .6-.6 .7-1.1 .7c-.8 0-1.8 .1-1.9 5.3c.7 13.7 3.3 12.5 5.3 11.6c.6-.3 1.2-.6 1.7-.4c-.6 2.5-1.6 5.1-2.7 7.9l0 0c-2.8 7.1-6 15.4-3.4 26.1c-.8-3.1-2.1-6.3-3.3-9.3l0 0 0 0c-.5-1.3-1.1-2.6-1.5-3.8c-.6 4.8-.3 8.2-.1 11.3c.4 5.3 .7 10-3 19.9c4.3-14.2 3.8-26.9-.2-20.8c1 11-3.8 20.5-8.1 29.1c-3.6 7.1-6.8 13.5-5.9 19.3l-5.2-7.1c-7.6 11-7 13.3-6.5 15.6c.5 1.9 1 3.8-3.4 10.8c1.7-2.9 1.3-3.6 1-4.2c-.4-.8-.7-1.5 1.7-5.1c-1.6 .1-5.5 3.9-10.1 8.5l0 0c-3.9 3.9-8.5 8.4-12.8 11.8c-37.5 30.1-82.3 34-125.6 17.8l0 0c.2-1-.2-2.1-3.1-4.1c-36.8-28.2-58.5-52.1-50.9-107.5c2.2-1.7 3.7-6.2 5.6-11.6c2.9-8.4 6.5-18.9 14.3-23.9c7.8-17.3 31.3-33.3 56.4-33.7c25.6-1.4 47.2 13.7 58.1 27.9c-19.8-18.4-52.1-24-79.7-10.4c-28.2 12.7-45 43.8-42.5 74.7c.3-.5 .7-.7 1-.9c.6-.5 1.2-.9 1.5-3.4c-.9 60.2 64.8 104.3 112.1 82l.6 1.3c12.7-3.5 15.9-6.5 20.3-10.7c2.2-2.1 4.7-4.5 9-7.4c-.3 .7-1.3 1.7-2.4 2.7c-2.2 2.1-4.6 4.5-1.6 4.6c5.3-1.4 20.1-14.8 30.2-23.8l0 0 0 0c1.6-1.4 3-2.7 4.3-3.9c2-4.3 1.6-5.7 1.3-7.1c-.4-1.6-.8-3.3 2.4-9.6l7.3-3.7c1-2.8 2-5.4 2.9-7.8l0 0zM233.1 321.9a.9 .9 0 1 0 -1.7 0 .9 .9 0 1 0 1.7 0zm-.2 .5l-.2 .4c-.3 .7-.6 1.4-.3 2.4c-12.2-5.7-23.4-14.3-32.6-24.9c4.9 7.1 10.1 14.1 17 19.5c-6.9-2.3-15.2-11.9-21.7-19.4l0 0 0 0c-4.3-5-7.9-9.1-9.7-9.5c19.8 35.5 80.5 62.3 112.3 49c-14.7 .5-33.4 .3-49.9-5.8c-6.3-3.2-14.6-9.6-14.9-11.8zM237.5 7c3.8 .6 7.3 1.2 6.7 2.1c5-1.1 6.1-2.1-9-2.5c.8 .1 1.6 .3 2.4 .4zm92.2 208.4c-1 3.9-1.8 1.4-2.7-1.2c-.5-1.5-1.1-3.1-1.7-3.4c1.4-5.8 5.4-10.7 4.4 4.6zm-6.8 21.2c-1.3 7.9-5 15.5-10.1 22.5c.2-2-1.2-2.4-2.6-2.8c-2.9-.8-5.9-1.6 5.6-16.1c-.5 2-2.3 4.9-4 7.7l0 0c-3.6 5.9-6.7 11 4 4.3l1-1.8c2.6-4.5 5-8.8 6-13.8zM280 276.6c-11.1-1.7-21.2-6-12.7-6.1c7.1 .6 14.1 .6 21-1.1c-2.5 2.4-5.2 4.8-8.3 7.2zM244.2 9.1l-.2 .4-3 .3 3.2-.7zm-69.5 273c3.7 7.2 6.5 11.7 9.1 15.9c2.3 3.7 4.4 7.1 6.8 11.7c-5.2-4.3-8.9-9.8-12.8-15.5c-1.4-2.1-2.8-4.2-4.4-6.2l1.2-5.9zm7.3-10c1.7 3.4 3.3 6.7 5.9 9.5l2.6 7.7-1.3-2.1c-3.2-5.3-6.3-10.6-8-16.7l.8 1.6zm239.1-41.2c-2.3 17.4-7.7 34.6-16 50.3c7.6-14.9 12.5-30.9 14.8-47.2l1.2-3.1zM35.4 109.6c0 .3 0 .5 .1 .7c0-.2 0-.5-.1-.7zm.1 .7c.3 1.2 1.4 .9 2.4 .6c1.9-.5 3.6-.9-.1 7.6c-2.4 1.7-3.8 2.8-4.6 3.4c-.6 .4-.8 .6-.8 .6c0 0 .1-.2 .3-.5c.8-1.4 3.4-5.5 2.9-11.7zm-10.2 42c-.7 3.7-1.5 7.9-3.4 13.9c.2-1.9 0-3.5-.2-4.9c-.4-3.4-.8-6.3 4.3-12.9c-.3 1.2-.5 2.5-.7 3.8z" + } + }, + "free": [ + "brands" + ] + }, + "deezer": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e077", + "label": "Deezer", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M451.46,244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0,275.06H576V273.2H451.46ZM0,447.09H124.54V374.42H0Zm150.47,0H275V374.42H150.47Zm150.52,0H425.53V374.42H301Zm150.47,0H576V374.42H451.46ZM301,345.88H425.53V273.2H301Zm-150.52,0H275V273.2H150.47Zm0-101.17H275V172H150.47Z" + } + }, + "free": [ + "brands" + ] + }, + "delete-left": { + "aliases": { + "names": [ + "backspace" + ], + "unicodes": { + "composite": [ + "232b" + ], + "secondary": [ + "10f55a" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Erase to the Left", + "command", + "delete", + "erase", + "keyboard", + "undo" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f55a", + "label": "Delete Left", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M576 128c0-35.3-28.7-64-64-64H205.3c-17 0-33.3 6.7-45.3 18.7L9.4 233.4c-6 6-9.4 14.1-9.4 22.6s3.4 16.6 9.4 22.6L160 429.3c12 12 28.3 18.7 45.3 18.7H512c35.3 0 64-28.7 64-64V128zM271 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + } + }, + "free": [ + "solid" + ] + }, + "delicious": { + "changes": [ + "4.1.0", + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1a5", + "label": "Delicious", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3 1 1.1 2.1 2.2 3.3 3.3 5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z" + } + }, + "free": [ + "brands" + ] + }, + "democrat": { + "aliases": { + "unicodes": { + "secondary": [ + "10f747" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "american", + "democratic party", + "donkey", + "election", + "left", + "left-wing", + "liberal", + "politics", + "usa" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f747", + "label": "Democrat", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 32c0-8.9 3.8-20.9 6.2-27.3C71.2 1.8 74 0 77 0c1.9 0 3.8 .7 5.2 2.1L128 45.7 173.8 2.1C175.2 .7 177.1 0 179 0c3 0 5.8 1.8 6.8 4.7c2.4 6.5 6.2 18.4 6.2 27.3c0 26.5-21.9 42-29.5 46.6l76.2 72.6c6 5.7 13.9 8.8 22.1 8.8H480l32 0c40.3 0 78.2 19 102.4 51.2l19.2 25.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17V320H192l-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1 28c-9.1 6.1-19.7 9.3-30.7 9.3h-2C23.9 256 0 232.1 0 202.7c0-12.1 4.1-23.8 11.7-33.3L87.6 74.6C78.1 67.4 64 53.2 64 32zM448 352h96v64 64c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32V416H288v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V416 352h96H448zM260.9 210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5zM368.1 208c-2 0-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8 2.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5z" + } + }, + "free": [ + "solid" + ] + }, + "deploydog": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f38e", + "label": "deploy.dog", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6zM188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6zM448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32h384m0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z" + } + }, + "free": [ + "brands" + ] + }, + "deskpro": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f38f", + "label": "Deskpro", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 480, + 512 + ], + "width": 480, + "height": 512, + "path": "M205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1zm200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3 119.2-.1zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2zm-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3z" + } + }, + "free": [ + "brands" + ] + }, + "desktop": { + "aliases": { + "names": [ + "desktop-alt" + ], + "unicodes": { + "composite": [ + "1f5a5", + "f108" + ], + "primary": [ + "f108" + ], + "secondary": [ + "10f108", + "10f390" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "cpu", + "demo", + "desktop", + "desktop computer", + "device", + "imac", + "machine", + "monitor", + "pc", + "screen" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f390", + "label": "Desktop", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64H240l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H346.7L336 416H512c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM512 64V288H64V64H512z" + } + }, + "free": [ + "solid" + ] + }, + "dev": { + "changes": [ + "5.4.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f6cc", + "label": "DEV", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z" + } + }, + "free": [ + "brands" + ] + }, + "deviantart": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1bd", + "label": "deviantART", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z" + } + }, + "free": [ + "brands" + ] + }, + "dharmachakra": { + "aliases": { + "unicodes": { + "composite": [ + "2638" + ], + "secondary": [ + "10f655" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Buddhist", + "buddhism", + "buddhist", + "dharma", + "religion", + "wheel", + "wheel of dharma" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f655", + "label": "Dharmachakra", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M337.8 205.7l48.6-42.5c13.8 19.3 23.4 41.9 27.4 66.2l-64.4 4.3c-2.4-10.1-6.4-19.5-11.6-28zm140.1 19.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7C449 108.4 449.7 87.6 437 75s-33.4-12-45.2 1.5l-.7 .8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1 15.2-30.9 33l.1 1.1c-38.8 5.3-74.5 20.6-104.3 43.2l-.7-.8C108.4 63 87.6 62.3 75 75s-12 33.4 1.5 45.2l.8 .7c-22.6 29.8-37.9 65.5-43.2 104.3l-1.1-.1c-17.9-1.2-33 13-33 30.9s15.2 32.1 33 30.9l1.1-.1c5.3 38.8 20.6 74.5 43.2 104.3l-.8 .7C63 403.6 62.3 424.4 75 437s33.4 12 45.2-1.5l.7-.8c29.8 22.6 65.5 37.9 104.3 43.2l-.1 1.1c-1.2 17.9 13 33 30.9 33s32.1-15.2 30.9-33l-.1-1.1c38.8-5.3 74.5-20.6 104.3-43.2l.7 .8c11.8 13.5 32.5 14.2 45.2 1.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8 37.9-65.5 43.2-104.3l1.1 .1c17.9 1.2 33-13 33-30.9s-15.2-32.1-33-30.9l-1.1 .1zM163.2 125.6c19.3-13.8 41.9-23.4 66.2-27.5l4.3 64.4c-10 2.4-19.5 6.4-28 11.6l-42.5-48.6zm-65 103.8c4.1-24.4 13.7-46.9 27.5-66.2l48.6 42.5c-5.3 8.5-9.2 18-11.6 28l-64.4-4.3zm27.5 119.4c-13.8-19.3-23.4-41.9-27.5-66.2l64.4-4.3c2.4 10 6.4 19.5 11.6 28l-48.6 42.5zm103.8 65c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5 5.3 18 9.2 28 11.6l-4.3 64.4zm119.4-27.4c-19.3 13.8-41.9 23.4-66.2 27.4l-4.3-64.4c10-2.4 19.5-6.4 28-11.6l42.5 48.6zm65-103.8c-4.1 24.4-13.7 46.9-27.4 66.2l-48.6-42.5c5.3-8.5 9.2-18 11.6-28l64.4 4.3zm-65-156.9l-42.5 48.6c-8.5-5.3-18-9.2-28-11.6l4.3-64.4c24.4 4.1 46.9 13.7 66.2 27.5zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "dhl": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dalsey", + "Hillblom and Lynn", + "german", + "package", + "shipping" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f790", + "label": "DHL", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M238 301.2h58.7L319 271h-58.7L238 301.2zM0 282.9v6.4h81.8l4.7-6.4H0zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1 2.8-3.7 2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3h-68.2zm317.5-6.9l39.3-53.4h-62.2l-39.3 53.4h62.2zM95.3 271H0v6.4h90.6l4.7-6.4zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9zM0 301.2h73.1l4.7-6.4H0v6.4zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2zm222 .1h95v-6.4h-90.3l-4.7 6.4zm22.3-30.3l-4.7 6.4H640V271h-72.7zm-13.5 18.3H640v-6.4h-81.5l-4.7 6.4zm-164.2-78.6l-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4h-58.7zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3H423.1z" + } + }, + "free": [ + "brands" + ] + }, + "diagram-next": { + "changes": [ + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cells", + "chart", + "gantt", + "row", + "subtask", + "successor", + "table" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e476", + "label": "Diagram Next", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 160c0 35.3-28.7 64-64 64H280v64h46.1c21.4 0 32.1 25.9 17 41L273 399c-9.4 9.4-24.6 9.4-33.9 0L169 329c-15.1-15.1-4.4-41 17-41H232V224H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64v64zM448 416V352H365.3l.4-.4c18.4-18.4 20.4-43.7 11-63.6l71.3 0c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64V352c0-35.3 28.7-64 64-64l71.3 0c-9.4 19.9-7.4 45.2 11 63.6l.4 .4H64v64H210.7l5.7 5.7c21.9 21.9 57.3 21.9 79.2 0l5.7-5.7H448z" + } + }, + "free": [ + "solid" + ] + }, + "diagram-predecessor": { + "changes": [ + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cells", + "chart", + "gantt", + "predecessor", + "previous", + "row", + "subtask", + "table" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e477", + "label": "Diagram Predecessor", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767208, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 416l0-64L64 352l0 64 384 0zm0 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64zM288 160c0 35.3-28.7 64-64 64L64 224c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l144 0 16 0 144 0c44.2 0 80 35.8 80 80l0 16 38.1 0c21.4 0 32.1 25.9 17 41L433 239c-9.4 9.4-24.6 9.4-33.9 0L329 169c-15.1-15.1-4.4-41 17-41l38.1 0 0-16c0-8.8-7.2-16-16-16l-80 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "diagram-project": { + "aliases": { + "names": [ + "project-diagram" + ], + "unicodes": { + "secondary": [ + "10f542" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chart", + "graph", + "network", + "pert" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f542", + "label": "Diagram Project", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48V96H384V80c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H432c-26.5 0-48-21.5-48-48V160H192v16c0 1.7-.1 3.4-.3 5L272 288h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V336c0-1.7 .1-3.4 .3-5L144 224H48c-26.5 0-48-21.5-48-48V80z" + } + }, + "free": [ + "solid" + ] + }, + "diagram-successor": { + "changes": [ + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cells", + "chart", + "gantt", + "next", + "row", + "subtask", + "successor", + "table" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e47a", + "label": "Diagram Successor", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 416l0-64c0-35.3-28.7-64-64-64L64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64zM64 160l0-64 144 0 16 0 0 64L64 160zm224 0l0-64 80 0c8.8 0 16 7.2 16 16l0 16-38.1 0c-21.4 0-32.1 25.9-17 41L399 239c9.4 9.4 24.6 9.4 33.9 0L503 169c15.1-15.1 4.4-41-17-41L448 128l0-16c0-44.2-35.8-80-80-80L224 32l-16 0L64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64z" + } + }, + "free": [ + "solid" + ] + }, + "diamond": { + "aliases": { + "unicodes": { + "composite": [ + "2666" + ], + "secondary": [ + "10f219" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "card", + "cards", + "diamond suit", + "game", + "gem", + "gemstone", + "poker", + "suit" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f219", + "label": "Diamond", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M284.3 11.7c-15.6-15.6-40.9-15.6-56.6 0l-216 216c-15.6 15.6-15.6 40.9 0 56.6l216 216c15.6 15.6 40.9 15.6 56.6 0l216-216c15.6-15.6 15.6-40.9 0-56.6l-216-216z" + } + }, + "free": [ + "solid" + ] + }, + "diamond-turn-right": { + "aliases": { + "names": [ + "directions" + ], + "unicodes": { + "secondary": [ + "10f5eb" + ] + } + }, + "changes": [ + "5.2.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "map", + "navigation", + "sign", + "turn" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5eb", + "label": "Diamond Turn Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M227.7 11.7c15.6-15.6 40.9-15.6 56.6 0l216 216c15.6 15.6 15.6 40.9 0 56.6l-216 216c-15.6 15.6-40.9 15.6-56.6 0l-216-216c-15.6-15.6-15.6-40.9 0-56.6l216-216zm87.6 137c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8v56H224c-35.3 0-64 28.7-64 64v48c0 13.3 10.7 24 24 24s24-10.7 24-24V280c0-8.8 7.2-16 16-16h64v56c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80z" + } + }, + "free": [ + "solid" + ] + }, + "diaspora": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f791", + "label": "Diaspora", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z" + } + }, + "free": [ + "brands" + ] + }, + "dice": { + "aliases": { + "unicodes": { + "composite": [ + "1f3b2" + ], + "secondary": [ + "10f522" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chance", + "dice", + "die", + "gambling", + "game", + "game die", + "roll" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f522", + "label": "Dice", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M274.9 34.3c-28.1-28.1-73.7-28.1-101.8 0L34.3 173.1c-28.1 28.1-28.1 73.7 0 101.8L173.1 413.7c28.1 28.1 73.7 28.1 101.8 0L413.7 274.9c28.1-28.1 28.1-73.7 0-101.8L274.9 34.3zM200 224a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM96 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 376a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM352 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 120a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm96 328c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H461.7c11.6 36 3.1 77-25.4 105.5L320 413.8V448zM480 328a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "solid" + ] + }, + "dice-d20": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6cf" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "chance", + "d&d", + "dnd", + "fantasy", + "gambling", + "game", + "roll" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6cf", + "label": "Dice D20", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M48.7 125.8l53.2 31.9c7.8 4.7 17.8 2 22.2-5.9L201.6 12.1c3-5.4-.9-12.1-7.1-12.1c-1.6 0-3.2 .5-4.6 1.4L47.9 98.8c-9.6 6.6-9.2 20.9 .8 26.9zM16 171.7V295.3c0 8 10.4 11 14.7 4.4l60-92c5-7.6 2.6-17.8-5.2-22.5L40.2 158C29.6 151.6 16 159.3 16 171.7zM310.4 12.1l77.6 139.6c4.4 7.9 14.5 10.6 22.2 5.9l53.2-31.9c10-6 10.4-20.3 .8-26.9L322.1 1.4c-1.4-.9-3-1.4-4.6-1.4c-6.2 0-10.1 6.7-7.1 12.1zM496 171.7c0-12.4-13.6-20.1-24.2-13.7l-45.3 27.2c-7.8 4.7-10.1 14.9-5.2 22.5l60 92c4.3 6.7 14.7 3.6 14.7-4.4V171.7zm-49.3 246L286.1 436.6c-8.1 .9-14.1 7.8-14.1 15.9v52.8c0 3.7 3 6.8 6.8 6.8c.8 0 1.6-.1 2.4-.4l172.7-64c6.1-2.2 10.1-8 10.1-14.5c0-9.3-8.1-16.5-17.3-15.4zM233.2 512c3.7 0 6.8-3 6.8-6.8V452.6c0-8.1-6.1-14.9-14.1-15.9l-160.6-19c-9.2-1.1-17.3 6.1-17.3 15.4c0 6.5 4 12.3 10.1 14.5l172.7 64c.8 .3 1.6 .4 2.4 .4zM41.7 382.9l170.9 20.2c7.8 .9 13.4-7.5 9.5-14.3l-85.7-150c-5.9-10.4-20.7-10.8-27.3-.8L30.2 358.2c-6.5 9.9-.3 23.3 11.5 24.7zm439.6-24.8L402.9 238.1c-6.5-10-21.4-9.6-27.3 .8L290.2 388.5c-3.9 6.8 1.6 15.2 9.5 14.3l170.1-20c11.8-1.4 18-14.7 11.5-24.6zm-216.9 11l78.4-137.2c6.1-10.7-1.6-23.9-13.9-23.9H183.1c-12.3 0-20 13.3-13.9 23.9l78.4 137.2c3.7 6.4 13 6.4 16.7 0zM174.4 176H337.6c12.2 0 19.9-13.1 14-23.8l-80-144c-2.8-5.1-8.2-8.2-14-8.2h-3.2c-5.8 0-11.2 3.2-14 8.2l-80 144c-5.9 10.7 1.8 23.8 14 23.8z" + } + }, + "free": [ + "solid" + ] + }, + "dice-d6": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6d1" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "chance", + "d&d", + "dnd", + "fantasy", + "gambling", + "game", + "roll" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6d1", + "label": "Dice D6", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M201 10.3c14.3-7.8 31.6-7.8 46 0L422.3 106c5.1 2.8 8.3 8.2 8.3 14s-3.2 11.2-8.3 14L231.7 238c-4.8 2.6-10.5 2.6-15.3 0L25.7 134c-5.1-2.8-8.3-8.2-8.3-14s3.2-11.2 8.3-14L201 10.3zM23.7 170l176 96c5.1 2.8 8.3 8.2 8.3 14V496c0 5.6-3 10.9-7.8 13.8s-10.9 3-15.8 .3L25 423.1C9.6 414.7 0 398.6 0 381V184c0-5.6 3-10.9 7.8-13.8s10.9-3 15.8-.3zm400.7 0c5-2.7 11-2.6 15.8 .3s7.8 8.1 7.8 13.8V381c0 17.6-9.6 33.7-25 42.1L263.7 510c-5 2.7-11 2.6-15.8-.3s-7.8-8.1-7.8-13.8V280c0-5.9 3.2-11.2 8.3-14l176-96z" + } + }, + "free": [ + "solid" + ] + }, + "dice-five": { + "aliases": { + "unicodes": { + "composite": [ + "2684" + ], + "secondary": [ + "10f523" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-5", + "chance", + "gambling", + "game", + "roll" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f523", + "label": "Dice Five", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "dice-four": { + "aliases": { + "unicodes": { + "composite": [ + "2683" + ], + "secondary": [ + "10f524" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-4", + "chance", + "gambling", + "game", + "roll" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f524", + "label": "Dice Four", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM352 160a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "dice-one": { + "aliases": { + "unicodes": { + "composite": [ + "2680" + ], + "secondary": [ + "10f525" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-1", + "chance", + "gambling", + "game", + "roll" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f525", + "label": "Dice One", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "dice-six": { + "aliases": { + "unicodes": { + "composite": [ + "2685" + ], + "secondary": [ + "10f526" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-6", + "chance", + "gambling", + "game", + "roll" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f526", + "label": "Dice Six", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "dice-three": { + "aliases": { + "unicodes": { + "composite": [ + "2682" + ], + "secondary": [ + "10f527" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-3", + "chance", + "gambling", + "game", + "roll" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f527", + "label": "Dice Three", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "dice-two": { + "aliases": { + "unicodes": { + "composite": [ + "2681" + ], + "secondary": [ + "10f528" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Die Face-2", + "chance", + "gambling", + "game", + "roll" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f528", + "label": "Dice Two", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM352 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "digg": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1a6", + "label": "Digg Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z" + } + }, + "free": [ + "brands" + ] + }, + "digital-ocean": { + "changes": [ + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f391", + "label": "Digital Ocean", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z" + } + }, + "free": [ + "brands" + ] + }, + "discord": { + "changes": [ + "5.0.0", + "5.15.4", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f392", + "label": "Discord", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" + } + }, + "free": [ + "brands" + ] + }, + "discourse": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f393", + "label": "Discourse", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z" + } + }, + "free": [ + "brands" + ] + }, + "disease": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7fa" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bacteria", + "cancer", + "coronavirus", + "covid-19", + "flu", + "illness", + "infection", + "pandemic", + "sickness", + "virus" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7fa", + "label": "Disease", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M236.4 61.4L227 75.5c-21.3 32-59.4 48.5-97.3 42.1l-59.6-9.9C33.4 101.6 0 129.9 .1 167.1c0 15.9 6.4 31.2 17.6 42.5l29.2 29.2c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42L33.3 335.1C22.2 345.9 16 360.7 16 376.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6h10c27.2 0 53.7 9.3 75 26.3L287.8 467c10.5 8.4 23.6 13 37 13c32.7 0 59.3-26.5 59.3-59.3l0-25.2c0-34.9 21.4-66.2 53.9-78.8l36.9-14.3c22.4-8.7 37.2-30.3 37.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9 53.4 322.1 32 291.3 32c-22 0-42.6 11-54.9 29.4zM160 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm0 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "display": { + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Screen", + "computer", + "desktop", + "imac" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e163", + "label": "Display", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64H240l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H346.7L336 416H512c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM512 64V352H64V64H512z" + } + }, + "free": [ + "solid" + ] + }, + "divide": { + "aliases": { + "unicodes": { + "composite": [ + "2797", + "f7" + ], + "secondary": [ + "10f529" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Division Sign", + "arithmetic", + "calculus", + "divide", + "division", + "math", + "sign", + "÷" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f529", + "label": "Divide", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M272 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 320a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 288c17.7 0 32-14.3 32-32s-14.3-32-32-32H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H400z" + } + }, + "free": [ + "solid" + ] + }, + "dna": { + "aliases": { + "unicodes": { + "composite": [ + "1f9ec" + ], + "secondary": [ + "10f471" + ] + } + }, + "changes": [ + "5.0.7", + "5.0.10", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "biologist", + "dna", + "double helix", + "evolution", + "gene", + "genetic", + "genetics", + "helix", + "life", + "molecule", + "protein" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f471", + "label": "Dna", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M416 0c17.7 0 32 14.3 32 32c0 59.8-30.3 107.5-69.4 146.6c-28 28-62.5 53.5-97.3 77.4l-2.5 1.7c-11.9 8.1-23.8 16.1-35.5 23.9l0 0 0 0 0 0-1.6 1c-6 4-11.9 7.9-17.8 11.9c-20.9 14-40.8 27.7-59.3 41.5H283.3c-9.8-7.4-20.1-14.7-30.7-22.1l7-4.7 3-2c15.1-10.1 30.9-20.6 46.7-31.6c25 18.1 48.9 37.3 69.4 57.7C417.7 372.5 448 420.2 448 480c0 17.7-14.3 32-32 32s-32-14.3-32-32H64c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-59.8 30.3-107.5 69.4-146.6c28-28 62.5-53.5 97.3-77.4c-34.8-23.9-69.3-49.3-97.3-77.4C30.3 139.5 0 91.8 0 32C0 14.3 14.3 0 32 0S64 14.3 64 32H384c0-17.7 14.3-32 32-32zM338.6 384H109.4c-10.1 10.6-18.6 21.3-25.5 32H364.1c-6.8-10.7-15.3-21.4-25.5-32zM109.4 128H338.6c10.1-10.7 18.6-21.3 25.5-32H83.9c6.8 10.7 15.3 21.3 25.5 32zm55.4 48c18.4 13.8 38.4 27.5 59.3 41.5c20.9-14 40.8-27.7 59.3-41.5H164.7z" + } + }, + "free": [ + "solid" + ] + }, + "dochub": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f394", + "label": "DocHub", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 416, + 512 + ], + "width": 416, + "height": 512, + "path": "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z" + } + }, + "free": [ + "brands" + ] + }, + "docker": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f395", + "label": "Docker", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z" + } + }, + "free": [ + "brands" + ] + }, + "dog": { + "aliases": { + "unicodes": { + "composite": [ + "1f415" + ], + "secondary": [ + "10f6d3" + ] + } + }, + "changes": [ + "5.4.0", + "5.12.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "canine", + "dog", + "fauna", + "mammal", + "pet", + "pooch", + "puppy", + "woof" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6d3", + "label": "Dog", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M309.6 158.5L332.7 19.8C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32h52.1c12.7 0 24.9 5.1 33.9 14.1L496 64h56c13.3 0 24 10.7 24 24v24c0 44.2-35.8 80-80 80H464 448 426.7l-5.1 30.5-112-64zM416 256.1L416 480c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V364.8c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2V480c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V249.8c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192h30 16H303.8L416 256.1zM464 80a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + }, + "free": [ + "solid" + ] + }, + "dollar-sign": { + "aliases": { + "names": [ + "dollar", + "usd" + ], + "unicodes": { + "composite": [ + "1f4b2", + "f155" + ], + "primary": [ + "f155" + ], + "secondary": [ + "1024", + "10f155" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.0.9", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dollar Sign", + "currency", + "dollar", + "heavy dollar sign", + "money" + ] + }, + "styles": [ + "solid" + ], + "unicode": "24", + "label": "Dollar Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 0c17.7 0 32 14.3 32 32V67.7c1.6 .2 3.1 .4 4.7 .7c.4 .1 .7 .1 1.1 .2l48 8.8c17.4 3.2 28.9 19.9 25.7 37.2s-19.9 28.9-37.2 25.7l-47.5-8.7c-31.3-4.6-58.9-1.5-78.3 6.2s-27.2 18.3-29 28.1c-2 10.7-.5 16.7 1.2 20.4c1.8 3.9 5.5 8.3 12.8 13.2c16.3 10.7 41.3 17.7 73.7 26.3l2.9 .8c28.6 7.6 63.6 16.8 89.6 33.8c14.2 9.3 27.6 21.9 35.9 39.5c8.5 17.9 10.3 37.9 6.4 59.2c-6.9 38-33.1 63.4-65.6 76.7c-13.7 5.6-28.6 9.2-44.4 11V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.1c-.4-.1-.9-.1-1.3-.2l-.2 0 0 0c-24.4-3.8-64.5-14.3-91.5-26.3c-16.1-7.2-23.4-26.1-16.2-42.2s26.1-23.4 42.2-16.2c20.9 9.3 55.3 18.5 75.2 21.6c31.9 4.7 58.2 2 76-5.3c16.9-6.9 24.6-16.9 26.8-28.9c1.9-10.6 .4-16.7-1.3-20.4c-1.9-4-5.6-8.4-13-13.3c-16.4-10.7-41.5-17.7-74-26.3l-2.8-.7 0 0C119.4 279.3 84.4 270 58.4 253c-14.2-9.3-27.5-22-35.8-39.6c-8.4-17.9-10.1-37.9-6.1-59.2C23.7 116 52.3 91.2 84.8 78.3c13.3-5.3 27.9-8.9 43.2-11V32c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "dolly": { + "aliases": { + "names": [ + "dolly-box" + ], + "unicodes": { + "secondary": [ + "10f472" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "shipping", + "transport" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f472", + "label": "Dolly", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0h72.9c27.5 0 52 17.6 60.7 43.8L257.7 320c30.1 .5 56.8 14.9 74 37l202.1-67.4c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L352 417.7c-.9 52.2-43.5 94.3-96 94.3c-53 0-96-43-96-96c0-30.8 14.5-58.2 37-75.8L104.9 64H32C14.3 64 0 49.7 0 32zM244.8 134.5c-5.5-16.8 3.7-34.9 20.5-40.3L311 79.4l19.8 60.9 60.9-19.8L371.8 59.6l45.7-14.8c16.8-5.5 34.9 3.7 40.3 20.5l49.4 152.2c5.5 16.8-3.7 34.9-20.5 40.3L334.5 307.2c-16.8 5.5-34.9-3.7-40.3-20.5L244.8 134.5z" + } + }, + "free": [ + "solid" + ] + }, + "dong-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dong Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e169", + "label": "Dong Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M288 32c-17.7 0-32 14.3-32 32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7 0-128 57.3-128 128s57.3 128 128 128c24.5 0 47.4-6.9 66.8-18.8c5 11.1 16.2 18.8 29.2 18.8c17.7 0 32-14.3 32-32V288 128c17.7 0 32-14.3 32-32s-14.3-32-32-32c0-17.7-14.3-32-32-32zM128 288a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + } + }, + "free": [ + "solid" + ] + }, + "door-closed": { + "aliases": { + "unicodes": { + "composite": [ + "1f6aa" + ], + "secondary": [ + "10f52a" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "doo", + "door", + "enter", + "exit", + "locked" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f52a", + "label": "Door Closed", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 64c0-35.3 28.7-64 64-64H416c35.3 0 64 28.7 64 64V448h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 144 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96V64zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "door-open": { + "aliases": { + "unicodes": { + "secondary": [ + "10f52b" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "enter", + "exit", + "welcome" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f52b", + "label": "Door Open", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M320 32c0-9.9-4.5-19.2-12.3-25.2S289.8-1.4 280.2 1l-179.9 45C79 51.3 64 70.5 64 92.5V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96 288h32V480 32zM256 256c0 17.7-10.7 32-24 32s-24-14.3-24-32s10.7-32 24-32s24 14.3 24 32zm96-128h96V480c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H512V128c0-35.3-28.7-64-64-64H352v64z" + } + }, + "free": [ + "solid" + ] + }, + "dove": { + "aliases": { + "unicodes": { + "composite": [ + "1f54a" + ], + "secondary": [ + "10f4ba" + ] + } + }, + "changes": [ + "5.0.9", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bird", + "dove", + "fauna", + "fly", + "flying", + "peace", + "war" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4ba", + "label": "Dove", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160.8 96.5c14 17 31 30.9 49.5 42.2c25.9 15.8 53.7 25.9 77.7 31.6V138.8C265.8 108.5 250 71.5 248.6 28c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21 5.8c-13.3 15.4-32.7 44.6-48.4 87.2zM320 144v30.6l0 0v1.3l0 0 0 32.1c-60.8-5.1-185-43.8-219.3-157.2C97.4 40 87.9 32 76.6 32c-7.9 0-15.3 3.9-18.8 11C46.8 65.9 32 112.1 32 176c0 116.9 80.1 180.5 118.4 202.8L11.8 416.6C6.7 418 2.6 421.8 .9 426.8s-.8 10.6 2.3 14.8C21.7 466.2 77.3 512 160 512c3.6 0 7.2-1.2 10-3.5L245.6 448H320c88.4 0 160-71.6 160-160V128l29.9-44.9c1.3-2 2.1-4.4 2.1-6.8c0-6.8-5.5-12.3-12.3-12.3H400c-44.2 0-80 35.8-80 80zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + }, + "free": [ + "solid" + ] + }, + "down-left-and-up-right-to-center": { + "aliases": { + "names": [ + "compress-alt" + ], + "unicodes": { + "secondary": [ + "10f422" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "collapse", + "fullscreen", + "minimize", + "move", + "resize", + "shrink", + "smaller" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f422", + "label": "Down Left And Up Right To Center", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M439 7c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8H296c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39L439 7zM72 272H216c13.3 0 24 10.7 24 24V440c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39L73 505c-9.4 9.4-24.6 9.4-33.9 0L7 473c-9.4-9.4-9.4-24.6 0-33.9l87-87L55 313c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8z" + } + }, + "free": [ + "solid" + ] + }, + "down-long": { + "aliases": { + "names": [ + "long-arrow-alt-down" + ], + "unicodes": { + "secondary": [ + "10f309" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download", + "long-arrow-down" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f309", + "label": "Down Long", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M2 334.5c-3.8 8.8-2 19 4.6 26l136 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l136-144c6.6-7 8.4-17.2 4.6-26s-12.5-14.5-22-14.5l-72 0 0-288c0-17.7-14.3-32-32-32L128 0C110.3 0 96 14.3 96 32l0 288-72 0c-9.6 0-18.2 5.7-22 14.5z" + } + }, + "free": [ + "solid" + ] + }, + "download": { + "aliases": { + "unicodes": { + "secondary": [ + "10f019" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "export", + "hard drive", + "save", + "transfer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f019", + "label": "Download", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "solid" + ] + }, + "draft2digital": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f396", + "label": "Draft2digital", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 480, + 512 + ], + "width": 480, + "height": 512, + "path": "M480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4zM82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7z" + } + }, + "free": [ + "brands" + ] + }, + "dragon": { + "aliases": { + "unicodes": { + "composite": [ + "1f409" + ], + "secondary": [ + "10f6d5" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "d&d", + "dnd", + "dragon", + "fairy tale", + "fantasy", + "fire", + "lizard", + "serpent" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6d5", + "label": "Dragon", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M352 124.5l-51.9-13c-6.5-1.6-11.3-7.1-12-13.8s2.8-13.1 8.7-16.1l40.8-20.4L294.4 28.8c-5.5-4.1-7.8-11.3-5.6-17.9S297.1 0 304 0H416h32 16c30.2 0 58.7 14.2 76.8 38.4l57.6 76.8c6.2 8.3 9.6 18.4 9.6 28.8c0 26.5-21.5 48-48 48H538.5c-17 0-33.3-6.7-45.3-18.7L480 160H448v21.5c0 24.8 12.8 47.9 33.8 61.1l106.6 66.6c32.1 20.1 51.6 55.2 51.6 93.1C640 462.9 590.9 512 530.2 512H496 432 32.3c-3.3 0-6.6-.4-9.6-1.4C13.5 507.8 6 501 2.4 492.1C1 488.7 .2 485.2 0 481.4c-.2-3.7 .3-7.3 1.3-10.7c2.8-9.2 9.6-16.7 18.6-20.4c3-1.2 6.2-2 9.5-2.2L433.3 412c8.3-.7 14.7-7.7 14.7-16.1c0-4.3-1.7-8.4-4.7-11.4l-44.4-44.4c-30-30-46.9-70.7-46.9-113.1V181.5v-57zM512 72.3c0-.1 0-.2 0-.3s0-.2 0-.3v.6zm-1.3 7.4L464.3 68.1c-.2 1.3-.3 2.6-.3 3.9c0 13.3 10.7 24 24 24c10.6 0 19.5-6.8 22.7-16.3zM130.9 116.5c16.3-14.5 40.4-16.2 58.5-4.1l130.6 87V227c0 32.8 8.4 64.8 24 93H112c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7L171 232.3 18.4 255.8c-7 1.1-13.9-2.6-16.9-9s-1.5-14.1 3.8-18.8L130.9 116.5z" + } + }, + "free": [ + "solid" + ] + }, + "draw-polygon": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5ee" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anchors", + "lines", + "object", + "render", + "shape" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5ee", + "label": "Draw Polygon", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 151.4V360.6c9.7 5.6 17.8 13.7 23.4 23.4H328.6c0-.1 .1-.2 .1-.3l-4.5-7.9-32-56 0 0c-1.4 .1-2.8 .1-4.2 .1c-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2 .1l0 0 32-56 4.5-7.9-.1-.3H119.4c-5.6 9.7-13.7 17.8-23.4 23.4zM384.3 352c35.2 .2 63.7 28.7 63.7 64c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V151.4C12.9 140.4 0 119.7 0 96C0 60.7 28.7 32 64 32c23.7 0 44.4 12.9 55.4 32H328.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 35.3-28.5 63.8-63.7 64l-4.5 7.9-32 56-2.3 4c4.2 8.5 6.5 18 6.5 28.1s-2.3 19.6-6.5 28.1l2.3 4 32 56 4.5 7.9z" + } + }, + "free": [ + "solid" + ] + }, + "dribbble": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f17d", + "label": "Dribbble", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z" + } + }, + "free": [ + "brands" + ] + }, + "dropbox": { + "changes": [ + "3.2.0", + "5.0.0", + "5.0.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f16b", + "label": "Dropbox", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 528, + 512 + ], + "width": 528, + "height": 512, + "path": "M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z" + } + }, + "free": [ + "brands" + ] + }, + "droplet": { + "aliases": { + "names": [ + "tint" + ], + "unicodes": { + "composite": [ + "1f4a7" + ], + "secondary": [ + "10f043" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "color", + "comic", + "drop", + "droplet", + "raindrop", + "sweat", + "waterdrop" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f043", + "label": "Droplet", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 512C86 512 0 426 0 320C0 228.8 130.2 57.7 166.6 11.7C172.6 4.2 181.5 0 191.1 0h1.8c9.6 0 18.5 4.2 24.5 11.7C253.8 57.7 384 228.8 384 320c0 106-86 192-192 192zM96 336c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 61.9 50.1 112 112 112c8.8 0 16-7.2 16-16s-7.2-16-16-16c-44.2 0-80-35.8-80-80z" + } + }, + "free": [ + "solid" + ] + }, + "droplet-slash": { + "aliases": { + "names": [ + "tint-slash" + ], + "unicodes": { + "secondary": [ + "10f5c7" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "color", + "drop", + "droplet", + "raindrop", + "waterdrop" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5c7", + "label": "Droplet Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 512c53.2 0 101.4-21.6 136.1-56.6l-298.3-235C140 257.1 128 292.3 128 320c0 106 86 192 192 192zM505.2 370.7c4.4-16.1 6.8-33.1 6.8-50.7c0-91.2-130.2-262.3-166.6-308.3C339.4 4.2 330.5 0 320.9 0h-1.8c-9.6 0-18.5 4.2-24.5 11.7C277.8 33 240.7 81.3 205.8 136L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L505.2 370.7zM224 336c0 44.2 35.8 80 80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16c-61.9 0-112-50.1-112-112c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + }, + "free": [ + "solid" + ] + }, + "drum": { + "aliases": { + "unicodes": { + "composite": [ + "1f941" + ], + "secondary": [ + "10f569" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drum", + "drumsticks", + "instrument", + "music", + "percussion", + "snare", + "sound" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f569", + "label": "Drum", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2s-22.1-14.2-33.2-6.9L370.2 104.5C335.8 98.7 297 96 256 96C114.6 96 0 128 0 208V368c0 31.3 27.4 58.8 72 78.7V344c0-13.3 10.7-24 24-24s24 10.7 24 24V463.4c33 8.9 71.1 14.5 112 16.1V376c0-13.3 10.7-24 24-24s24 10.7 24 24V479.5c40.9-1.6 79-7.2 112-16.1V344c0-13.3 10.7-24 24-24s24 10.7 24 24V446.7c44.6-19.9 72-47.4 72-78.7V208c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zM307.4 145.6l-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5C458.4 181.8 464 197.4 464 208c0 .8-2.7 17.2-46 35.9C379.1 260.7 322 272 256 272s-123.1-11.3-162-28.1C50.7 225.2 48 208.8 48 208c0-10.6 5.6-26.2 44.4-41.3C130.6 151.9 187.8 144 256 144c18 0 35.1 .5 51.4 1.6z" + } + }, + "free": [ + "solid" + ] + }, + "drum-steelpan": { + "aliases": { + "unicodes": { + "secondary": [ + "10f56a" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "calypso", + "instrument", + "music", + "percussion", + "reggae", + "snare", + "sound", + "steel", + "tropical" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f56a", + "label": "Drum Steelpan", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 32c159.1 0 288 48 288 128V352c0 80-128.9 128-288 128S0 432 0 352V160C0 80 128.9 32 288 32zM528 160c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8 43.6c-7.3 11.5-11.2 24.8-11.2 38.4c0 17.5 6.4 34.4 18.1 47.5l9.8 11c29.8-5.2 55.9-12.5 77.2-21.5c47.1-19.9 55-39.9 55-49.8zM349.2 237.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3 19.1-61.2 45.3c19.4 1.7 39.9 2.7 61.2 2.7s41.8-.9 61.2-2.7zM169 90.8c-25.2 5-47.4 11.6-66 19.4C56 130.1 48 150.1 48 160s8 29.9 55 49.8c21.3 9 47.4 16.3 77.2 21.5l9.8-11c11.6-13.1 18.1-30 18.1-47.5c0-13.6-3.9-26.9-11.2-38.4L169 90.8zm56.3-8C224.5 87 224 91.5 224 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-4.5-.5-9-1.4-13.2C330.8 81 309.8 80 288 80s-42.8 1-62.6 2.8z" + } + }, + "free": [ + "solid" + ] + }, + "drumstick-bite": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6d7" + ] + } + }, + "changes": [ + "5.4.0", + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bone", + "chicken", + "leg", + "meat", + "poultry", + "turkey" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6d7", + "label": "Drumstick Bite", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 265.2c0 8.5-3.4 16.6-9.4 22.6l-26.8 26.8c-12.3 12.3-32.5 11.4-49.4 7.2C69.8 320.6 65 320 60 320c-33.1 0-60 26.9-60 60s26.9 60 60 60c6.3 0 12 5.7 12 12c0 33.1 26.9 60 60 60s60-26.9 60-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1 7.2-49.4l26.8-26.8c6-6 14.1-9.4 22.6-9.4H336c6.3 0 12.4-.3 18.5-1c11.9-1.2 16.4-15.5 10.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9 50.1-112 112-112c8 0 15.7 .8 23.2 2.4c11.7 2.5 24.1-5.9 22-17.6C494.5 62.5 422.5 0 336 0C238.8 0 160 78.8 160 176v89.2z" + } + }, + "free": [ + "solid" + ] + }, + "drupal": { + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1a9", + "label": "Drupal Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M303.973,108.136C268.2,72.459,234.187,38.35,224.047,0c-9.957,38.35-44.25,72.459-80.019,108.136C90.467,161.7,29.716,222.356,29.716,313.436c-2.337,107.3,82.752,196.18,190.053,198.517S415.948,429.2,418.285,321.9q.091-4.231,0-8.464C418.285,222.356,357.534,161.7,303.973,108.136Zm-174.326,223a130.282,130.282,0,0,0-15.211,24.153,4.978,4.978,0,0,1-3.319,2.766h-1.659c-4.333,0-9.219-8.481-9.219-8.481h0c-1.29-2.028-2.489-4.149-3.687-6.361l-.83-1.752c-11.247-25.72-1.475-62.318-1.475-62.318h0a160.585,160.585,0,0,1,23.231-49.873A290.8,290.8,0,0,1,138.5,201.613l9.219,9.219,43.512,44.434a4.979,4.979,0,0,1,0,6.638L145.78,312.33h0Zm96.612,127.311a67.2,67.2,0,0,1-49.781-111.915c14.2-16.871,31.528-33.464,50.334-55.313,22.309,23.785,36.875,40.1,51.164,57.986a28.413,28.413,0,0,1,2.95,4.425,65.905,65.905,0,0,1,11.984,37.981,66.651,66.651,0,0,1-66.466,66.836ZM352.371,351.6h0a7.743,7.743,0,0,1-6.176,5.347H344.9a11.249,11.249,0,0,1-6.269-5.07h0a348.21,348.21,0,0,0-39.456-48.952L281.387,284.49,222.3,223.185a497.888,497.888,0,0,1-35.4-36.322,12.033,12.033,0,0,0-.922-1.382,35.4,35.4,0,0,1-4.7-9.219V174.51a31.346,31.346,0,0,1,9.218-27.656c11.432-11.431,22.955-22.954,33.833-34.939,11.984,13.275,24.8,26,37.428,38.627h0a530.991,530.991,0,0,1,69.6,79.1,147.494,147.494,0,0,1,27.011,83.8A134.109,134.109,0,0,1,352.371,351.6Z" + } + }, + "free": [ + "brands" + ] + }, + "dumbbell": { + "aliases": { + "unicodes": { + "secondary": [ + "10f44b" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "exercise", + "gym", + "strength", + "weight", + "weight-lifting" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f44b", + "label": "Dumbbell", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V224v64V448c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V384H64c-17.7 0-32-14.3-32-32V288c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H96V64zm448 0v64h32c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32v64c0 17.7-14.3 32-32 32H544v64c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32V288 224 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32zM416 224v64H224V224H416z" + } + }, + "free": [ + "solid" + ] + }, + "dumpster": { + "aliases": { + "unicodes": { + "secondary": [ + "10f793" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alley", + "bin", + "commercial", + "trash", + "waste" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f793", + "label": "Dumpster", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160h94L140.5 32H49.7zM272 160V32H173.1L147.5 160H272zm32 0H428.5L402.9 32H304V160zm157.1 0h94c11.5 0 20.9-9.3 20.9-20.9c0-2.1-.3-4.1-.9-6.1L549.2 48.9C546.1 38.9 536.8 32 526.3 32H435.5l25.6 128zM32 192l4 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H44L64 448c0 17.7 14.3 32 32 32s32-14.3 32-32H448c0 17.7 14.3 32 32 32s32-14.3 32-32l20-160h12c17.7 0 32-14.3 32-32s-14.3-32-32-32h-4l4-32H32z" + } + }, + "free": [ + "solid" + ] + }, + "dumpster-fire": { + "aliases": { + "unicodes": { + "secondary": [ + "10f794" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alley", + "bin", + "commercial", + "danger", + "dangerous", + "euphemism", + "flame", + "heat", + "hot", + "trash", + "waste" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f794", + "label": "Dumpster Fire", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160h94L140.5 32H49.7zM272 160V32H173.1L147.5 160H272zm32 0h58c15.1-18.1 32.1-35.7 50.5-52.1c1.5-1.4 3.2-2.6 4.8-3.8L402.9 32H304V160zm209.9-23.7c17.4-15.8 43.9-16.2 61.7-1.2c-.1-.7-.3-1.4-.5-2.1L549.2 48.9C546.1 38.9 536.8 32 526.3 32H435.5l12.8 64.2c9.6 1 19 4.9 26.6 11.8c11.7 10.6 23 21.6 33.9 33.1c1.6-1.6 3.3-3.2 5-4.8zM325.2 210.7c3.8-6.2 7.9-12.5 12.3-18.7H32l4 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H44L64 448c0 17.7 14.3 32 32 32s32-14.3 32-32H337.6c-31-34.7-49.6-80.6-49.6-129.9c0-35.2 16.3-73.6 37.2-107.4zm128.4-78.9c-2.8-2.5-6.3-3.7-9.8-3.8c-3.6 0-7.2 1.2-10 3.7c-33.2 29.7-61.4 63.4-81.4 95.8c-19.7 31.9-32.4 66.2-32.4 92.6C320 407.9 390.3 480 480 480c88.7 0 160-72 160-159.8c0-20.2-9.6-50.9-24.2-79c-14.8-28.5-35.7-58.5-60.4-81.1c-5.6-5.1-14.4-5.2-20 0c-9.6 8.8-18.6 19.6-26.5 29.5c-17.3-20.7-35.8-39.9-55.5-57.7zM530 401c-15 10-31 15-49 15c-45 0-81-29-81-78c0-24 15-45 45-82c4 5 62 79 62 79l36-42c3 4 5 8 7 12c18 33 10 75-20 96z" + } + }, + "free": [ + "solid" + ] + }, + "dungeon": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6d9" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "building", + "d&d", + "dnd", + "door", + "entrance", + "fantasy", + "gate" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6d9", + "label": "Dungeon", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M336.6 156.5c1.3 1.1 2.7 2.2 3.9 3.3c9.3 8.2 23 10.5 33.4 3.6l67.6-45.1c11.4-7.6 14.2-23.2 5.1-33.4C430 66.6 410.9 50.6 389.7 37.6c-11.9-7.3-26.9-1.4-32.1 11.6l-30.5 76.2c-4.5 11.1 .2 23.6 9.5 31.2zM328 36.8c5.1-12.8-1.6-27.4-15-30.5C294.7 2.2 275.6 0 256 0s-38.7 2.2-57 6.4C185.5 9.4 178.8 24 184 36.8l30.3 75.8c4.5 11.3 16.8 17.2 29 16c4.2-.4 8.4-.6 12.7-.6s8.6 .2 12.7 .6c12.1 1.2 24.4-4.7 29-16L328 36.8zM65.5 85c-9.1 10.2-6.3 25.8 5.1 33.4l67.6 45.1c10.3 6.9 24.1 4.6 33.4-3.6c1.3-1.1 2.6-2.3 4-3.3c9.3-7.5 13.9-20.1 9.5-31.2L154.4 49.2c-5.2-12.9-20.3-18.8-32.1-11.6C101.1 50.6 82 66.6 65.5 85zm314 137.1c.9 3.3 1.7 6.6 2.3 10c2.5 13 13 23.9 26.2 23.9h80c13.3 0 24.1-10.8 22.9-24c-2.5-27.2-9.3-53.2-19.7-77.3c-5.5-12.9-21.4-16.6-33.1-8.9l-68.6 45.7c-9.8 6.5-13.2 19.2-10 30.5zM53.9 145.8c-11.6-7.8-27.6-4-33.1 8.9C10.4 178.8 3.6 204.8 1.1 232c-1.2 13.2 9.6 24 22.9 24h80c13.3 0 23.8-10.8 26.2-23.9c.6-3.4 1.4-6.7 2.3-10c3.1-11.4-.2-24-10-30.5L53.9 145.8zM104 288H24c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V312c0-13.3-10.7-24-24-24zm304 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V312c0-13.3-10.7-24-24-24H408zM24 416c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V440c0-13.3-10.7-24-24-24H24zm384 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V440c0-13.3-10.7-24-24-24H408zM272 192c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V192zm-64 32c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V224zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V224z" + } + }, + "free": [ + "solid" + ] + }, + "dyalog": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f399", + "label": "Dyalog", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 416, + 512 + ], + "width": 416, + "height": 512, + "path": "M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z" + } + }, + "free": [ + "brands" + ] + }, + "e": { + "aliases": { + "unicodes": { + "composite": [ + "65" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter E", + "Latin Small Letter E", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "45", + "label": "E", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V256 416c0 35.3 28.7 64 64 64H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64z" + } + }, + "free": [ + "solid" + ] + }, + "ear-deaf": { + "aliases": { + "names": [ + "deaf", + "deafness", + "hard-of-hearing" + ], + "unicodes": { + "secondary": [ + "10f2a4" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ear", + "hearing", + "sign language" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2a4", + "label": "Ear Deaf", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.6 54.6l-40 40c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l40-40c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zm-320 320l-128 128c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zM240 128c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3C74.8 132.5 149.4 64 240 64c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7V400c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48v-6.1c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zm0 80c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "ear-listen": { + "aliases": { + "names": [ + "assistive-listening-systems" + ], + "unicodes": { + "secondary": [ + "10f2a2" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "amplify", + "audio", + "deaf", + "ear", + "headset", + "hearing", + "sound" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2a2", + "label": "Ear Listen", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M398.3 3.4c-15.8-7.9-35-1.5-42.9 14.3c-7.9 15.8-1.5 34.9 14.2 42.9l.4 .2c.4 .2 1.1 .6 2.1 1.2c2 1.2 5 3 8.7 5.6c7.5 5.2 17.6 13.2 27.7 24.2C428.5 113.4 448 146 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7C441.6 33.2 427.7 22.2 417.3 15c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2-.2-.1-.1 0 0 0c0 0 0 0-14.3 28.6L398.3 3.4zM128.7 227.5c6.2-56 53.7-99.5 111.3-99.5c61.9 0 112 50.1 112 112c0 29.3-11.2 55.9-29.6 75.9c-17 18.4-34.4 45.1-34.4 78V400c0 26.5-21.5 48-48 48c-17.7 0-32 14.3-32 32s14.3 32 32 32c61.9 0 112-50.1 112-112v-6.1c0-9.8 5.4-21.7 17.4-34.7C398.3 327.9 416 286 416 240c0-97.2-78.8-176-176-176C149.4 64 74.8 132.5 65.1 220.5c-1.9 17.6 10.7 33.4 28.3 35.3s33.4-10.7 35.3-28.3zM32 512a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM192 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0zM208 240c0-17.7 14.3-32 32-32s32 14.3 32 32c0 13.3 10.7 24 24 24s24-10.7 24-24c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 13.3 10.7 24 24 24s24-10.7 24-24z" + } + }, + "free": [ + "solid" + ] + }, + "earlybirds": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f39a", + "label": "Earlybirds", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 480, + 512 + ], + "width": 480, + "height": 512, + "path": "M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5zm-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7zM319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9zM207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7zm52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2zm135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3z" + } + }, + "free": [ + "brands" + ] + }, + "earth-africa": { + "aliases": { + "names": [ + "globe-africa" + ], + "unicodes": { + "composite": [ + "1f30d" + ], + "secondary": [ + "10f57c" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "africa", + "all", + "country", + "earth", + "europe", + "global", + "globe", + "gps", + "language", + "localize", + "location", + "map", + "online", + "place", + "planet", + "translate", + "travel", + "world" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f57c", + "label": "Earth Africa", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M177.8 63.2l10 17.4c2.8 4.8 4.2 10.3 4.2 15.9v41.4c0 3.9 1.6 7.7 4.3 10.4c6.2 6.2 16.5 5.7 22-1.2l13.6-17c4.7-5.9 12.9-7.7 19.6-4.3l15.2 7.6c3.4 1.7 7.2 2.6 11 2.6c6.5 0 12.8-2.6 17.4-7.2l3.9-3.9c2.9-2.9 7.3-3.6 11-1.8l29.2 14.6c7.8 3.9 12.6 11.8 12.6 20.5c0 10.5-7.1 19.6-17.3 22.2l-35.4 8.8c-7.4 1.8-15.1 1.5-22.4-.9l-32-10.7c-3.3-1.1-6.7-1.7-10.2-1.7c-7 0-13.8 2.3-19.4 6.5L176 212c-10.1 7.6-16 19.4-16 32v28c0 26.5 21.5 48 48 48h32c8.8 0 16 7.2 16 16v48c0 17.7 14.3 32 32 32c10.1 0 19.6-4.7 25.6-12.8l25.6-34.1c8.3-11.1 12.8-24.6 12.8-38.4V318.6c0-3.9 2.6-7.3 6.4-8.2l5.3-1.3c11.9-3 20.3-13.7 20.3-26c0-7.1-2.8-13.9-7.8-18.9l-33.5-33.5c-3.7-3.7-3.7-9.7 0-13.4c5.7-5.7 14.1-7.7 21.8-5.1l14.1 4.7c12.3 4.1 25.7-1.5 31.5-13c3.5-7 11.2-10.8 18.9-9.2l27.4 5.5C432 112.4 351.5 48 256 48c-27.7 0-54 5.4-78.2 15.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + }, + "free": [ + "solid" + ] + }, + "earth-americas": { + "aliases": { + "names": [ + "earth", + "earth-america", + "globe-americas" + ], + "unicodes": { + "composite": [ + "1f30e" + ], + "secondary": [ + "10f57d" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "all", + "america", + "country", + "earth", + "global", + "globe", + "gps", + "language", + "localize", + "location", + "map", + "online", + "place", + "planet", + "translate", + "travel", + "world" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f57d", + "label": "Earth Americas", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5v39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9v39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7v-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1H257c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + }, + "free": [ + "solid" + ] + }, + "earth-asia": { + "aliases": { + "names": [ + "globe-asia" + ], + "unicodes": { + "composite": [ + "1f30f" + ], + "secondary": [ + "10f57e" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "all", + "asia", + "australia", + "country", + "earth", + "global", + "globe", + "gps", + "language", + "localize", + "location", + "map", + "online", + "place", + "planet", + "translate", + "travel", + "world" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f57e", + "label": "Earth Asia", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M51.7 295.1l31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7c15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9h2.3c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4l16.4-40.9C303.4 52.1 280.2 48 256 48C141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1zm407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6zm92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-8 32zM343.2 113.7c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5 .7 21.5-7.2l16-32c4-7.9 .7-17.5-7.2-21.5z" + } + }, + "free": [ + "solid" + ] + }, + "earth-europe": { + "aliases": { + "names": [ + "globe-europe" + ], + "unicodes": { + "secondary": [ + "10f7a2" + ] + } + }, + "changes": [ + "5.6.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "all", + "country", + "earth", + "europe", + "global", + "globe", + "gps", + "language", + "localize", + "location", + "map", + "online", + "place", + "planet", + "translate", + "travel", + "world" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7a2", + "label": "Earth Europe", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M266.3 48.3L232.5 73.6c-5.4 4-8.5 10.4-8.5 17.1v9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1h1c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9c-5.8 5.8-12.9 10.2-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10l-17.9 17.9c-6.4 6.4-9.9 15-9.9 24v4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H379.3c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3h11.3c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5C386 262 384 266.9 384 272s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16H454c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4H251.4c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3v3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3H248c13.3 0 24 10.7 24 24c0 2.5 .4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM187.3 100.7c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6z" + } + }, + "free": [ + "solid" + ] + }, + "earth-oceania": { + "aliases": { + "names": [ + "globe-oceania" + ] + }, + "changes": [ + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "all", + "australia", + "country", + "earth", + "global", + "globe", + "gps", + "language", + "localize", + "location", + "map", + "melanesia", + "micronesia", + "new zealand", + "online", + "place", + "planet", + "polynesia", + "translate", + "travel", + "world" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e47b", + "label": "Earth Oceania", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM208.6 357.3l-39-13.5c-6.5-2.2-13.6-2.3-20.1-.3l-15.3 4.9c-18.5 5.9-38.5-2.4-47.5-19.5l-3.3-6.2c-10.6-20.1-2.3-45 18.2-54.7l35.3-16.8c2.3-1.1 4.4-2.8 5.9-4.8l5.3-7c7.2-9.6 18.6-15.3 30.6-15.3s23.4 5.7 30.6 15.3l4.6 6.1c2 2.6 4.9 4.5 8.1 5.1c7.8 1.6 15.7-1.5 20.4-7.9l10.4-14.2c2-2.8 5.3-4.4 8.7-4.4c4.4 0 8.4 2.7 10 6.8l10.1 25.9c2.8 7.2 6.7 14 11.5 20.2L311 299.8c5.8 7.4 9 16.6 9 26s-3.2 18.6-9 26L299 367.2c-8.3 10.6-21 16.8-34.4 16.8c-8.4 0-16.6-2.4-23.7-7l-25.4-16.4c-2.2-1.4-4.5-2.5-6.9-3.4zm65.2-214.8L296 164.7c10.1 10.1 2.9 27.3-11.3 27.3H254.8c-5.6 0-11.1-1.2-16.2-3.4l-42.8-19c-14.3-6.3-11.9-27.3 3.4-30.3l38.5-7.7c13.1-2.6 26.7 1.5 36.1 10.9zM248 432c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H264c-8.8 0-16-7.2-16-16zM431.2 298.9l8 24c2.8 8.4-1.7 17.4-10.1 20.2s-17.4-1.7-20.2-10.1l-8-24c-2.8-8.4 1.7-17.4 10.1-20.2s17.4 1.7 20.2 10.1zm-19.9 80.4l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + }, + "free": [ + "solid" + ] + }, + "ebay": { + "changes": [ + "5.0.11", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4f4", + "label": "eBay", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z" + } + }, + "free": [ + "brands" + ] + }, + "edge": { + "changes": [ + "4.5.0", + "5.0.0", + "5.12.1", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "browser", + "ie" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f282", + "label": "Edge Browser", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M120.1 37.44C161.1 12.23 207.7-.7753 255 .0016C423 .0016 512 123.8 512 219.5C511.9 252.2 499 283.4 476.1 306.7C453.2 329.9 422.1 343.2 389.4 343.7C314.2 343.7 297.9 320.6 297.9 311.7C297.9 307.9 299.1 305.5 302.7 302.3L303.7 301.1L304.1 299.5C314.6 288 320 273.3 320 257.9C320 179.2 237.8 115.2 136 115.2C98.46 114.9 61.46 124.1 28.48 142.1C55.48 84.58 111.2 44.5 119.8 38.28C120.6 37.73 120.1 37.44 120.1 37.44V37.44zM135.7 355.5C134.3 385.5 140.3 415.5 152.1 442.7C165.7 469.1 184.8 493.7 208.6 512C149.1 500.5 97.11 468.1 59.2 422.7C21.12 376.3 0 318.4 0 257.9C0 206.7 62.4 163.5 136 163.5C172.6 162.9 208.4 174.4 237.8 196.2L234.2 197.4C182.7 215 135.7 288.1 135.7 355.5V355.5zM469.8 400L469.1 400.1C457.3 418.9 443.2 435.2 426.9 449.6C396.1 477.6 358.8 495.1 318.1 499.5C299.5 499.8 281.3 496.3 264.3 488.1C238.7 477.8 217.2 458.1 202.7 435.1C188.3 411.2 181.6 383.4 183.7 355.5C183.1 335.4 189.1 315.2 198.7 297.3C212.6 330.4 236.2 358.6 266.3 378.1C296.4 397.6 331.8 407.6 367.7 406.7C398.7 407 429.8 400 457.9 386.2L459.8 385.3C463.7 383 467.5 381.4 471.4 385.3C475.9 390.2 473.2 394.5 470.2 399.3C470 399.5 469.9 399.8 469.8 400V400z" + } + }, + "free": [ + "brands" + ] + }, + "edge-legacy": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e078", + "label": "Edge Legacy Browser", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M25.71,228.16l.35-.48c0,.16,0,.32-.07.48Zm460.58,15.51c0-44-7.76-84.46-28.81-122.4C416.5,47.88,343.91,8,258.89,8,119,7.72,40.62,113.21,26.06,227.68c42.42-61.31,117.07-121.38,220.37-125,0,0,109.67,0,99.42,105H170c6.37-37.39,18.55-59,34.34-78.93-75.05,34.9-121.85,96.1-120.75,188.32.83,71.45,50.13,144.84,120.75,172,83.35,31.84,192.77,7.2,240.13-21.33V363.31C363.6,419.8,173.6,424.23,172.21,295.74H486.29V243.67Z" + } + }, + "free": [ + "brands" + ] + }, + "egg": { + "aliases": { + "unicodes": { + "composite": [ + "1f95a" + ], + "secondary": [ + "10f7fb" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "breakfast", + "chicken", + "easter", + "egg", + "food", + "shell", + "yolk" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7fb", + "label": "Egg", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 496C86 496 0 394 0 288C0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208zM154.8 134c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2C69.7 226.1 64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8c10.1-28.5 25-54.1 43.7-71.2z" + } + }, + "free": [ + "solid" + ] + }, + "eject": { + "aliases": { + "unicodes": { + "composite": [ + "23cf" + ], + "secondary": [ + "10f052" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abort", + "cancel", + "cd", + "discharge", + "eject", + "eject button" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f052", + "label": "Eject", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 32c13.5 0 26.3 5.6 35.4 15.6l176 192c12.9 14 16.2 34.3 8.6 51.8S419 320 400 320H48c-19 0-36.3-11.2-43.9-28.7s-4.3-37.7 8.6-51.8l176-192C197.7 37.6 210.5 32 224 32zM0 432c0-26.5 21.5-48 48-48H400c26.5 0 48 21.5 48 48s-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z" + } + }, + "free": [ + "solid" + ] + }, + "elementor": { + "changes": [ + "5.0.3", + "6.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f430", + "label": "Elementor", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M.361 256C.361 397 114 511 255 511C397 511 511 397 511 256C511 116 397 2.05 255 2.05C114 2.05 .361 116 .361 256zM192 150V363H149V150H192zM234 150H362V193H234V150zM362 235V278H234V235H362zM234 320H362V363H234V320z" + } + }, + "free": [ + "brands" + ] + }, + "elevator": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accessibility", + "elevator", + "hoist", + "lift", + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e16d", + "label": "Elevator", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M132.7 4.7l-64 64c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9H208c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-64-64c-6.2-6.2-16.4-6.2-22.6 0zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H64zm96 96a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM80 400c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32H112c-17.7 0-32-14.3-32-32V400zm192 0c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32H304c-17.7 0-32-14.3-32-32V400zm32-128a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM356.7 91.3c6.2 6.2 16.4 6.2 22.6 0l64-64c4.6-4.6 5.9-11.5 3.5-17.4S438.5 0 432 0H304c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l64 64z" + } + }, + "free": [ + "solid" + ] + }, + "ellipsis": { + "aliases": { + "names": [ + "ellipsis-h" + ], + "unicodes": { + "secondary": [ + "10f141" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dots", + "drag", + "kebab", + "list", + "menu", + "nav", + "navigation", + "ol", + "pacman", + "reorder", + "settings", + "ul" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f141", + "label": "Ellipsis", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z" + } + }, + "free": [ + "solid" + ] + }, + "ellipsis-vertical": { + "aliases": { + "names": [ + "ellipsis-v" + ], + "unicodes": { + "secondary": [ + "10f142" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dots", + "drag", + "kebab", + "list", + "menu", + "nav", + "navigation", + "ol", + "reorder", + "settings", + "ul" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f142", + "label": "Ellipsis Vertical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 128, + 512 + ], + "width": 128, + "height": 512, + "path": "M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z" + } + }, + "free": [ + "solid" + ] + }, + "ello": { + "changes": [ + "5.2.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f5f1", + "label": "Ello", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36 7.44-1.65 15.71 2.48 17.36 9.92 14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36z" + } + }, + "free": [ + "brands" + ] + }, + "ember": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f423", + "label": "Ember", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3zm-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6zm272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7zm22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5zm84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2z" + } + }, + "free": [ + "brands" + ] + }, + "empire": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1d1", + "label": "Galactic Empire", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z" + } + }, + "free": [ + "brands" + ] + }, + "envelope": { + "aliases": { + "unicodes": { + "composite": [ + "1f582", + "2709", + "f003" + ], + "secondary": [ + "10f0e0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Back of Envelope", + "e-mail", + "email", + "envelope", + "letter", + "mail", + "message", + "notification", + "support" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0e0", + "label": "Envelope", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z" + }, + "regular": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "envelope-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "check", + "email", + "envelope", + "mail", + "not affected", + "ok", + "okay", + "read", + "sent" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4e8", + "label": "Envelope Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176V384c0 35.3 28.7 64 64 64H360.2C335.1 417.6 320 378.5 320 336c0-5.6 .3-11.1 .8-16.6l-26.4 19.8zM640 336a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 353.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + }, + "free": [ + "solid" + ] + }, + "envelope-open": { + "aliases": { + "unicodes": { + "composite": [ + "f2b7" + ], + "secondary": [ + "10f2b6" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "e-mail", + "email", + "letter", + "mail", + "message", + "notification", + "support" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2b6", + "label": "Envelope Open", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 208.1L256 65.9 448 208.1v47.4L289.5 373c-9.7 7.2-21.4 11-33.5 11s-23.8-3.9-33.5-11L64 255.5V208.1zM256 0c-12.1 0-23.8 3.9-33.5 11L25.9 156.7C9.6 168.8 0 187.8 0 208.1V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V208.1c0-20.3-9.6-39.4-25.9-51.4L289.5 11C279.8 3.9 268.1 0 256 0z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M255.4 48.2c.2-.1 .4-.2 .6-.2s.4 .1 .6 .2L460.6 194c2.1 1.5 3.4 3.9 3.4 6.5v13.6L291.5 355.7c-20.7 17-50.4 17-71.1 0L48 214.1V200.5c0-2.6 1.2-5 3.4-6.5L255.4 48.2zM48 276.2L190 392.8c38.4 31.5 93.7 31.5 132 0L464 276.2V456c0 4.4-3.6 8-8 8H56c-4.4 0-8-3.6-8-8V276.2zM256 0c-10.2 0-20.2 3.2-28.5 9.1L23.5 154.9C8.7 165.4 0 182.4 0 200.5V456c0 30.9 25.1 56 56 56H456c30.9 0 56-25.1 56-56V200.5c0-18.1-8.7-35.1-23.4-45.6L284.5 9.1C276.2 3.2 266.2 0 256 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "envelope-open-text": { + "aliases": { + "unicodes": { + "secondary": [ + "10f658" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.1", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "e-mail", + "email", + "letter", + "mail", + "message", + "notification", + "support" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f658", + "label": "Envelope Open Text", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M215.4 96H144 107.8 96v8.8V144v40.4 89L.2 202.5c1.6-18.1 10.9-34.9 25.7-45.8L48 140.3V96c0-26.5 21.5-48 48-48h76.6l49.9-36.9C232.2 3.9 243.9 0 256 0s23.8 3.9 33.5 11L339.4 48H416c26.5 0 48 21.5 48 48v44.3l22.1 16.4c14.8 10.9 24.1 27.7 25.7 45.8L416 273.4v-89V144 104.8 96H404.2 368 296.6 215.4zM0 448V242.1L217.6 403.3c11.1 8.2 24.6 12.7 38.4 12.7s27.3-4.4 38.4-12.7L512 242.1V448v0c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64v0zM176 160H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "envelopes-bulk": { + "aliases": { + "names": [ + "mail-bulk" + ], + "unicodes": { + "secondary": [ + "10f674" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "envelope", + "letter", + "post office", + "postal", + "postcard", + "send", + "stamp", + "usps" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f674", + "label": "Envelopes Bulk", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 0C110.3 0 96 14.3 96 32V224h96V192c0-35.3 28.7-64 64-64H480V32c0-17.7-14.3-32-32-32H128zM256 160c-17.7 0-32 14.3-32 32v32h96c35.3 0 64 28.7 64 64V416H576c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32H256zm240 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H496c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zM64 256c-17.7 0-32 14.3-32 32v13L187.1 415.9c1.4 1 3.1 1.6 4.9 1.6s3.5-.6 4.9-1.6L352 301V288c0-17.7-14.3-32-32-32H64zm288 84.8L216 441.6c-6.9 5.1-15.3 7.9-24 7.9s-17-2.8-24-7.9L32 340.8V480c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V340.8z" + } + }, + "free": [ + "solid" + ] + }, + "envira": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "leaf" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f299", + "label": "Envira Gallery", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32zm79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1z" + } + }, + "free": [ + "brands" + ] + }, + "equals": { + "aliases": { + "unicodes": { + "composite": [ + "f52c" + ], + "primary": [ + "f52c" + ], + "secondary": [ + "103d", + "10f52c" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Equals Sign", + "arithmetic", + "even", + "match", + "math" + ] + }, + "styles": [ + "solid" + ], + "unicode": "3d", + "label": "Equals", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H48zm0 192c-17.7 0-32 14.3-32 32s14.3 32 32 32H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H48z" + } + }, + "free": [ + "solid" + ] + }, + "eraser": { + "aliases": { + "unicodes": { + "secondary": [ + "10f12d" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.8.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "art", + "delete", + "remove", + "rubber" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f12d", + "label": "Eraser", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M290.7 57.4L57.4 290.7c-25 25-25 65.5 0 90.5l80 80c12 12 28.3 18.7 45.3 18.7H288h9.4H512c17.7 0 32-14.3 32-32s-14.3-32-32-32H387.9L518.6 285.3c25-25 25-65.5 0-90.5L381.3 57.4c-25-25-65.5-25-90.5 0zM297.4 416H288l-105.4 0-80-80L227.3 211.3 364.7 348.7 297.4 416z" + } + }, + "free": [ + "solid" + ] + }, + "erlang": { + "changes": [ + "5.0.0", + "5.0.3", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f39d", + "label": "Erlang", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9zm238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2zm230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z" + } + }, + "free": [ + "brands" + ] + }, + "ethereum": { + "changes": [ + "5.0.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f42e", + "label": "Ethereum", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z" + } + }, + "free": [ + "brands" + ] + }, + "ethernet": { + "aliases": { + "unicodes": { + "secondary": [ + "10f796" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cable", + "cat 5", + "cat 6", + "connection", + "hardware", + "internet", + "network", + "wired" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f796", + "label": "Ethernet", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 224V416c0 17.7 14.3 32 32 32H96V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H448V160c0-17.7-14.3-32-32-32H384V96c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32v32H96c-17.7 0-32 14.3-32 32v32H32c-17.7 0-32 14.3-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "etsy": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2d7", + "label": "Etsy", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75H384z" + } + }, + "free": [ + "brands" + ] + }, + "euro-sign": { + "aliases": { + "names": [ + "eur", + "euro" + ], + "unicodes": { + "composite": [ + "20ac" + ], + "secondary": [ + "10f153" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Euro Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f153", + "label": "Euro Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M48.1 240c-.1 2.7-.1 5.3-.1 8v16c0 2.7 0 5.3 .1 8H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H60.3C89.9 419.9 170 480 264 480h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H264c-57.9 0-108.2-32.4-133.9-80H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H112.2c-.1-2.6-.2-5.3-.2-8V248c0-2.7 .1-5.4 .2-8H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H130.1c25.7-47.6 76-80 133.9-80h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H264C170 32 89.9 92.1 60.3 176H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48.1z" + } + }, + "free": [ + "solid" + ] + }, + "evernote": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f839", + "label": "Evernote", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39zm79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z" + } + }, + "free": [ + "brands" + ] + }, + "exclamation": { + "aliases": { + "unicodes": { + "composite": [ + "2755", + "2757", + "f12a" + ], + "primary": [ + "f12a" + ], + "secondary": [ + "1021", + "10f12a" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "!", + "Exclamation Mark", + "alert", + "danger", + "error", + "exclamation", + "important", + "mark", + "notice", + "notification", + "notify", + "outlined", + "problem", + "punctuation", + "red exclamation mark", + "warning", + "white exclamation mark" + ] + }, + "styles": [ + "solid" + ], + "unicode": "21", + "label": "Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 64, + 512 + ], + "width": 64, + "height": 512, + "path": "M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM32 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80z" + } + }, + "free": [ + "solid" + ] + }, + "expand": { + "aliases": { + "unicodes": { + "secondary": [ + "10f065" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "crop", + "enlarge", + "focus", + "fullscreen", + "resize", + "viewfinder" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f065", + "label": "Expand", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V96h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V352zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64v64c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32H320zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32V352z" + } + }, + "free": [ + "solid" + ] + }, + "expeditedssl": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f23e", + "label": "ExpeditedSSL", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4zm-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7V380zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4zm141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3z" + } + }, + "free": [ + "brands" + ] + }, + "explosion": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blast", + "blowup", + "boom", + "crash", + "detonation", + "explosion" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4e9", + "label": "Explosion", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M499.6 11.3c6.7-10.7 20.5-14.5 31.7-8.5s15.8 19.5 10.6 31L404.8 338.6c2.2 2.3 4.3 4.7 6.3 7.1l97.2-54.7c10.5-5.9 23.6-3.1 30.9 6.4s6.3 23-2.2 31.5l-87 87H378.5c-13.2-37.3-48.7-64-90.5-64s-77.4 26.7-90.5 64H117.8L42.3 363.7c-9.7-6.7-13.1-19.6-7.9-30.3s17.4-15.9 28.7-12.4l97.2 30.4c3-3.9 6.1-7.7 9.4-11.3L107.4 236.3c-6.1-10.1-3.9-23.1 5.1-30.7s22.2-7.5 31.1 .1L246 293.6c1.5-.4 3-.8 4.5-1.1l13.6-142.7c1.2-12.3 11.5-21.7 23.9-21.7s22.7 9.4 23.9 21.7l13.5 141.9L499.6 11.3zM64 448v0H512v0h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H64zM288 0c13.3 0 24 10.7 24 24V72c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24z" + } + }, + "free": [ + "solid" + ] + }, + "eye": { + "aliases": { + "unicodes": { + "composite": [ + "1f441" + ], + "secondary": [ + "10f06e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "body", + "eye", + "look", + "optic", + "see", + "seen", + "show", + "sight", + "views", + "visible" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f06e", + "label": "Eye", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z" + }, + "regular": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "eye-dropper": { + "aliases": { + "names": [ + "eye-dropper-empty", + "eyedropper" + ], + "unicodes": { + "secondary": [ + "10f1fb" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beaker", + "clone", + "color", + "copy", + "eyedropper", + "pipette" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1fb", + "label": "Eye Dropper", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M341.6 29.2L240.1 130.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4L482.8 170.4c39-39 39-102.2 0-141.1s-102.2-39-141.1 0zM55.4 323.3c-15 15-23.4 35.4-23.4 56.6v42.4L5.4 462.2c-8.5 12.7-6.8 29.6 4 40.4s27.7 12.5 40.4 4L89.7 480h42.4c21.2 0 41.6-8.4 56.6-23.4L309.4 335.9l-45.3-45.3L143.4 411.3c-3 3-7.1 4.7-11.3 4.7H96V379.9c0-4.2 1.7-8.3 4.7-11.3L221.4 247.9l-45.3-45.3L55.4 323.3z" + } + }, + "free": [ + "solid" + ] + }, + "eye-low-vision": { + "aliases": { + "names": [ + "low-vision" + ], + "unicodes": { + "secondary": [ + "10f2a8" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blind", + "eye", + "sight" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2a8", + "label": "Eye Low Vision", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223 149.5c48.6-44.3 123-50.8 179.3-11.7c60.8 42.4 78.9 123.2 44.2 186.9L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3L223 149.5zm223.1 298L83.1 161.5c-11 14.4-20.5 28.7-28.4 42.2l339 265.7c18.7-5.5 36.2-13 52.6-21.8zM34.5 268.3c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c3.1 0 6.1-.1 9.2-.2L33.1 247.8c-1.8 6.8-1.3 14 1.4 20.5z" + } + }, + "free": [ + "solid" + ] + }, + "eye-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f070" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blind", + "hide", + "show", + "toggle", + "unseen", + "views", + "visible", + "visiblity" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f070", + "label": "Eye Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z" + }, + "regular": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "f": { + "aliases": { + "unicodes": { + "composite": [ + "66" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter F", + "Latin Small Letter F", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "46", + "label": "F", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V256 448c0 17.7 14.3 32 32 32s32-14.3 32-32V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64z" + } + }, + "free": [ + "solid" + ] + }, + "face-angry": { + "aliases": { + "names": [ + "angry" + ], + "unicodes": { + "composite": [ + "1f620" + ], + "secondary": [ + "10f556" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "angry", + "angry face", + "disapprove", + "emoticon", + "face", + "mad", + "upset" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f556", + "label": "Face Angry", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM338.7 395.9c6.6-5.9 7.1-16 1.2-22.6C323.8 355.4 295.7 336 256 336s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm72.4-118.5c9.7-9 10.2-24.2 1.2-33.9C315.3 344.3 290.6 328 256 328s-59.3 16.3-73.5 31.6c-9 9.7-8.5 24.9 1.2 33.9s24.9 8.5 33.9-1.2c7.4-7.9 20-16.4 38.5-16.4s31.1 8.5 38.5 16.4c9 9.7 24.2 10.2 33.9 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-dizzy": { + "aliases": { + "names": [ + "dizzy" + ], + "unicodes": { + "secondary": [ + "10f567" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dazed", + "dead", + "disapprove", + "emoticon", + "face" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f567", + "label": "Face Dizzy", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-224a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM100.7 132.7c6.2-6.2 16.4-6.2 22.6 0L160 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L182.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L160 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L137.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6zm192 0c6.2-6.2 16.4-6.2 22.6 0L352 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L374.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L352 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L329.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM103 135c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9zm192 0c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-flushed": { + "aliases": { + "names": [ + "flushed" + ], + "unicodes": { + "composite": [ + "1f633" + ], + "secondary": [ + "10f579" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dazed", + "embarrassed", + "emoticon", + "face", + "flushed", + "flushed face" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f579", + "label": "Face Flushed", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM176 384c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16s-7.2-16-16-16H192c-8.8 0-16 7.2-16 16zm-16-88a72 72 0 1 0 0-144 72 72 0 1 0 0 144zm264-72a72 72 0 1 0 -144 0 72 72 0 1 0 144 0zm-288 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm192 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM160.4 248a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm216-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 336c-13.3 0-24 10.7-24 24s10.7 24 24 24H320c13.3 0 24-10.7 24-24s-10.7-24-24-24H192zM160 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm144-80a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 0a80 80 0 1 0 -160 0 80 80 0 1 0 160 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-frown": { + "aliases": { + "names": [ + "frown" + ], + "unicodes": { + "composite": [ + "2639" + ], + "secondary": [ + "10f119" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.9", + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "disapprove", + "emoticon", + "face", + "frown", + "frowning face", + "rating", + "sad" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f119", + "label": "Face Frown", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.3 388.7c-2.6 8.4-11.6 13.2-20 10.5s-13.2-11.6-10.5-20C145.2 326.1 196.3 288 256 288s110.8 38.1 127.3 91.3c2.6 8.4-2.1 17.4-10.5 20s-17.4-2.1-20-10.5C340.5 349.4 302.1 320 256 320s-84.5 29.4-96.7 68.7zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM174.6 384.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4C328.2 358.5 297.2 336 256 336s-72.2 22.5-81.4 48.1zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-frown-open": { + "aliases": { + "names": [ + "frown-open" + ], + "unicodes": { + "composite": [ + "1f626" + ], + "secondary": [ + "10f57a" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "disapprove", + "emoticon", + "face", + "frown", + "frowning face with open mouth", + "mouth", + "open", + "rating", + "sad" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f57a", + "label": "Face Frown Open", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-122 174.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM182.4 382.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grimace": { + "aliases": { + "names": [ + "grimace" + ], + "unicodes": { + "composite": [ + "1f62c" + ], + "secondary": [ + "10f57f" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cringe", + "emoticon", + "face", + "grimace", + "grimacing face", + "teeth" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f57f", + "label": "Face Grimace", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm96-112h-8V360l55.3 0c-3.8 22.7-23.6 40-47.3 40zm47.3-56L344 344V304h8c23.8 0 43.5 17.3 47.3 40zM328 344H264V304h64v40zm0 56H264V360h64v40zm-80-96v40l-64 0V304h64zm0 56v40H184V360l64 0zm-80-16H112.7c3.8-22.7 23.6-40 47.3-40h8v40zm0 56h-8c-23.8 0-43.5-17.3-47.3-40H168v40zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM168 320c-13.3 0-24 10.7-24 24s10.7 24 24 24h8V320h-8zm40 48h32V320H208v48zm96 0V320H272v48h32zm32 0h8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v48zM168 288H344c30.9 0 56 25.1 56 56s-25.1 56-56 56H168c-30.9 0-56-25.1-56-56s25.1-56 56-56zm-23.6-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin": { + "aliases": { + "names": [ + "grin" + ], + "unicodes": { + "composite": [ + "1f600" + ], + "secondary": [ + "10f580" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "grin", + "grinning face", + "laugh", + "smile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f580", + "label": "Face Grin", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-beam": { + "aliases": { + "names": [ + "grin-beam" + ], + "unicodes": { + "composite": [ + "1f604" + ], + "secondary": [ + "10f582" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "eye", + "face", + "grinning face with smiling eyes", + "laugh", + "mouth", + "open", + "smile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f582", + "label": "Face Grin Beam", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-170.5-84l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM217.6 228.8l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-beam-sweat": { + "aliases": { + "names": [ + "grin-beam-sweat" + ], + "unicodes": { + "composite": [ + "1f605" + ], + "secondary": [ + "10f583" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "embarass", + "emoticon", + "face", + "grinning face with sweat", + "open", + "smile", + "sweat" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f583", + "label": "Face Grin Beam Sweat", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M476.8 126.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1c.3-.7 .6-1.4 .9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3zM256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0zM383.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7zm-166.2-89l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0zm160 0l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M476.8 126.3C497.1 120.8 512 102.7 512 81c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0c-9.5 12.6-27.1 37.2-36 57.5c-.3 .7-.6 1.4-.9 2.1C417.8 69.7 416 76 416 81c0 26 21.5 47 48 47c4.4 0 8.7-.6 12.8-1.7zM395.4 41.2C355.3 15.2 307.4 0 256 0C114.6 0 0 114.6 0 256S114.6 512 256 512s256-114.6 256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6 3.1-17.8 4.8-27.4 4.8c-8.9 0-17.6-1.5-25.7-4.2C454.7 185.5 464 219.7 464 256c0 114.9-93.1 208-208 208S48 370.9 48 256S141.1 48 256 48c48.7 0 93.4 16.7 128.9 44.7c-.6-3.8-.9-7.7-.9-11.7c0-11.4 3.8-22.4 7.1-30.5c1.3-3.1 2.7-6.2 4.3-9.3zM375 336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5zM217.6 228.8l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0zm160 0l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-hearts": { + "aliases": { + "names": [ + "grin-hearts" + ], + "unicodes": { + "composite": [ + "1f60d" + ], + "secondary": [ + "10f584" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "eye", + "face", + "love", + "smile", + "smiling face with heart-eyes" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f584", + "label": "Face Grin Hearts", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM199.3 129.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm154.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM215.3 137.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm122.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-squint": { + "aliases": { + "names": [ + "grin-squint" + ], + "unicodes": { + "composite": [ + "1f606" + ], + "secondary": [ + "10f585" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "grinning squinting face", + "laugh", + "mouth", + "satisfied", + "smile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f585", + "label": "Face Grin Squint", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM133.5 146.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zm-216-161.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-squint-tears": { + "aliases": { + "names": [ + "grin-squint-tears" + ], + "unicodes": { + "composite": [ + "1f923" + ], + "secondary": [ + "10f586" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "floor", + "happy", + "laugh", + "rolling", + "rolling on the floor laughing", + "smile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f586", + "label": "Face Grin Squint Tears", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-6.8 6.8-21.4 12.4-37.4 16.7c-16.3 4.4-34.1 7.5-46.3 9.3c-1.6 .2-3.1 .5-4.6 .6c-4.9 .8-9.1-2.8-9.5-7.4c-.1-.7 0-1.4 .1-2.1c1.6-11.2 4.6-29.6 9-47c.3-1.3 .7-2.6 1-3.9c4.3-15.9 9.8-30.5 16.7-37.4zm-44.7 19c-1.5 4.8-2.9 9.6-4.1 14.3c-4.8 18.9-8 38.5-9.7 50.3c-4 26.8 18.9 49.7 45.7 45.8c11.9-1.6 31.5-4.8 50.4-9.7c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c4.8-18.9 8-38.5 9.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9 1.6-31.5 4.8-50.4 9.7c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75C158.2-8.3 284.5-22.2 382.2 33.2zM51.5 410.1c18.5-5 38.8-8.3 50.9-10c.4-.1 .7-.1 1-.1c5.1-.2 9.2 4.3 8.4 9.6c-1.7 12.1-5 32.4-10 50.9C97.6 476.4 92 491 85.2 497.8C66 517 34.5 516.6 14.9 497.1s-20-51-.7-70.3c6.8-6.8 21.4-12.4 37.4-16.7zM416.9 209c-4.7-11.9-20.8-11-26.8 .3c-19 35.5-45 70.8-77.5 103.3S244.8 371.1 209.3 390c-11.3 6-12.2 22.1-.3 26.8c57.6 22.9 125.8 11 172.3-35.5s58.4-114.8 35.5-172.3zM87.1 285.1c2 2 4.6 3.2 7.3 3.4l56.1 5.1 5.1 56.1c.3 2.8 1.5 5.4 3.4 7.3c6.3 6.3 17.2 3.6 19.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92 265.3c-8.6 2.6-11.3 13.4-4.9 19.8zM265.3 92l-29.7 97.4c-3.5 11.6 7.3 22.5 19 19l97.4-29.7c8.6-2.6 11.3-13.4 4.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8 4.9z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-14.8 14.8-65.7 23.6-88.3 26.7c-5.6 .9-10.3-3.9-9.5-9.5C403.3 79.9 412 29 426.8 14.2zM75 75C158.2-8.3 284.5-22.2 382.2 33.2c-1.5 4.8-2.9 9.6-4.1 14.3c-3.1 12.2-5.5 24.6-7.3 35c-80.8-53.6-190.7-44.8-261.9 26.4C37.7 180.1 28.9 290 82.5 370.8c-10.5 1.8-22.9 4.2-35 7.3c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75zm389.6 58.9c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c3.1-12.2 5.5-24.6 7.3-35c80.8 53.6 190.7 44.8 261.9-26.4c71.2-71.2 80-181.1 26.4-261.9c10.5-1.8 22.9-4.2 35-7.3zm-105.4 93c10.1-16.3 33.9-16.9 37.9 1.9c9.5 44.4-3.7 93.5-39.3 129.1s-84.8 48.8-129.1 39.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7 50.2-35.4 73.6-58.8s43.1-48.4 58.8-73.6zM92 265.3l97.4-29.7c11.6-3.5 22.5 7.3 19 19l-29.7 97.4c-2.6 8.6-13.4 11.3-19.8 4.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2 4.9-19.8zm193-178.2c2 2 3.2 4.6 3.4 7.3l5.1 56.1 56.1 5.1c2.8 .3 5.4 1.5 7.3 3.4c6.3 6.3 3.6 17.2-4.9 19.8l-97.4 29.7c-11.6 3.5-22.5-7.3-19-19L265.3 92c2.6-8.6 13.4-11.3 19.8-4.9zM14.9 497.1c-19.6-19.6-20-51-.7-70.3C29 412 79.8 403.2 102.4 400.1c5.6-.9 10.3 3.9 9.5 9.5c-3.2 22.5-11.9 73.5-26.7 88.3C66 517 34.5 516.6 14.9 497.1z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-stars": { + "aliases": { + "names": [ + "grin-stars" + ], + "unicodes": { + "composite": [ + "1f929" + ], + "secondary": [ + "10f587" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "eyes", + "face", + "grinning", + "star", + "star-struck", + "starry-eyed" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f587", + "label": "Face Grin Stars", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm407.4 75.5c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM160 120c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L160 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L226.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192 0c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L352 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L418.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM183.2 132.6c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L176 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L242.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm160 0c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L336 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L402.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm6.3 175.8c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5c10.4-16.1-6.8-32.5-25.5-28.1z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-tears": { + "aliases": { + "names": [ + "grin-tears" + ], + "unicodes": { + "composite": [ + "1f602" + ], + "secondary": [ + "10f588" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "face", + "face with tears of joy", + "joy", + "laugh", + "tear" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f588", + "label": "Face Grin Tears", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M548.6 371.4C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c3.6-8.8 6.5-18.4 8.8-27.5c4.6-18.2 7.7-37 9.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2 18.8-45.2 45.4c1.6 11.3 4.6 30 9.3 48.2c2.3 9.1 5.2 18.8 8.8 27.5c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.4 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM281.6 228.8l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C190.7 188.4 184 206.1 184 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0zm160 0l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C350.7 188.4 344 206.1 344 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M516.1 325.5c1 3 2.1 6 3.3 8.9c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c1.2-2.9 2.3-5.9 3.3-8.9C152.5 406.2 229.5 464 320 464s167.5-57.8 196.1-138.5zM320 48c-101.4 0-185.8 72.5-204.3 168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-8-1.2-15.7 .1-22.3 3.1C505.8 120.5 421.4 48 320 48zM78.5 341.1C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7zm483 0c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zM439 336.5C414.4 374.6 370.3 400 319.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1zM281.6 228.8l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0zm160 0l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-tongue": { + "aliases": { + "names": [ + "grin-tongue" + ], + "unicodes": { + "composite": [ + "1f61b" + ], + "secondary": [ + "10f589" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "face", + "face with tongue", + "tongue" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f589", + "label": "Face Grin Tongue", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448V400.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V448c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 448V402.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V448c0 35.3 28.7 64 64 64s64-28.7 64-64z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4V363.6c-8.9-8-16.7-17.1-23.1-27.1c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1c-6.4 9.9-14.2 19-23 27V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 416V378.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-tongue-squint": { + "aliases": { + "names": [ + "grin-tongue-squint" + ], + "unicodes": { + "composite": [ + "1f61d" + ], + "secondary": [ + "10f58a" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "eye", + "face", + "horrible", + "squinting face with tongue", + "taste", + "tongue" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f58a", + "label": "Face Grin Tongue Squint", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448V400.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V448c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zM116 141.1c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 448V402.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V448c0 35.3 28.7 64 64 64s64-28.7 64-64z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4V392.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm116-98.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 416V378.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-tongue-wink": { + "aliases": { + "names": [ + "grin-tongue-wink" + ], + "unicodes": { + "composite": [ + "1f61c" + ], + "secondary": [ + "10f58b" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "5.12.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "eye", + "face", + "joke", + "tongue", + "wink", + "winking face with tongue" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f58b", + "label": "Face Grin Tongue Wink", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M174.5 498.8C73.1 464.7 0 368.9 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448V401.1c24.3-17.5 43.6-41.6 55.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c11.7 27.8 30.8 51.7 54.8 69.2V448c0 18.6 5.3 36 14.5 50.8zm20.7-265.2c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zM336 272a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM320 402.6V448c0 35.3-28.7 64-64 64s-64-28.7-64-64V402.6c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6zM336 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M348.3 442.4c2.4-8.4 3.7-17.3 3.7-26.4V363.5c8.8-8 16.6-17.1 23-27c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c6.5 10 14.3 19.1 23.1 27.1V416c0 9.2 1.3 18 3.7 26.4C95.1 408.4 48 337.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 81.7-47.1 152.4-115.7 186.4zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm176.7 12a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-.4-72a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM320 416c0 35.3-28.7 64-64 64s-64-28.7-64-64V378.6c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6V416z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-wide": { + "aliases": { + "names": [ + "grin-alt" + ], + "unicodes": { + "composite": [ + "1f603" + ], + "secondary": [ + "10f581" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "grinning face with big eyes", + "laugh", + "mouth", + "open", + "smile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f581", + "label": "Face Grin Wide", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM208 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm128 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM224 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm96 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-grin-wink": { + "aliases": { + "names": [ + "grin-wink" + ], + "unicodes": { + "secondary": [ + "10f58c" + ] + } + }, + "changes": [ + "5.1.0", + "5.1.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "flirt", + "laugh", + "smile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f58c", + "label": "Face Grin Wink", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-16.9-79.2c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-kiss": { + "aliases": { + "names": [ + "kiss" + ], + "unicodes": { + "composite": [ + "1f617" + ], + "secondary": [ + "10f596" + ] + } + }, + "changes": [ + "5.1.0", + "5.1.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beso", + "emoticon", + "face", + "kiss", + "kissing face", + "love", + "smooch" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f596", + "label": "Face Kiss", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 25.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 411.1 257.4 416 240 416c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.8-.5-.1-.1-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-kiss-beam": { + "aliases": { + "names": [ + "kiss-beam" + ], + "unicodes": { + "composite": [ + "1f619" + ], + "secondary": [ + "10f597" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beso", + "emoticon", + "eye", + "face", + "kiss", + "kissing face with smiling eyes", + "love", + "smile", + "smooch" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f597", + "label": "Face Kiss Beam", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-84.9l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 41.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 427.1 257.4 432 240 432c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-68.9l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-kiss-wink-heart": { + "aliases": { + "names": [ + "kiss-wink-heart" + ], + "unicodes": { + "composite": [ + "1f618" + ], + "secondary": [ + "10f598" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beso", + "emoticon", + "face", + "face blowing a kiss", + "kiss", + "love", + "smooch" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f598", + "label": "Face Kiss Wink Heart", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M498 339.7c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-22.9-89.3c-10-39 11.8-80.9 51.8-92.1c37.2-10.4 73.8 10.1 87.5 44c12.7-1.6 25.1 .4 36.2 5zM296 332c0 6.9-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C258.7 443.1 241.4 448 224 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.6-.4-.3-.2-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm194.8 57.6c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M338.9 446.8c-25.4 11-53.4 17.2-82.9 17.2C141.1 464 48 370.9 48 256S141.1 48 256 48s208 93.1 208 208c0 22.4-3.5 43.9-10.1 64.1c3.1 4.5 5.7 9.4 7.8 14.6c12.7-1.6 25.1 .4 36.2 5c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296 316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4C258.7 276.9 241.4 272 224 272c-3.6 0-6.8 2.5-7.7 6s.6 7.2 3.8 9l0 0 0 0 0 0 .2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1 0 0 0 0 0 0 0 0 0 0c-2.5 1.4-4.1 4.1-4.1 7s1.6 5.6 4.1 7l0 0 0 0 0 0 .2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1 0 0 0 0 0 0 0 0c-3.2 1.8-4.7 5.5-3.8 9s4.1 6 7.7 6c17.4 0 34.7-4.9 47.9-12.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3 6-2.7 8.7-4.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm159.3-20c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C375.7 186.8 355 180 335.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-laugh": { + "aliases": { + "names": [ + "laugh" + ], + "unicodes": { + "secondary": [ + "10f599" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "face", + "laugh", + "smile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f599", + "label": "Face Laugh", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-laugh-beam": { + "aliases": { + "names": [ + "laugh-beam" + ], + "unicodes": { + "composite": [ + "1f601" + ], + "secondary": [ + "10f59a" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "beaming face with smiling eyes", + "emoticon", + "eye", + "face", + "grin", + "happy", + "smile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f59a", + "label": "Face Laugh Beam", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM217.6 212.8l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm86.9-85.1l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-laugh-squint": { + "aliases": { + "names": [ + "laugh-squint" + ], + "unicodes": { + "secondary": [ + "10f59b" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "face", + "happy", + "smile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f59b", + "label": "Face Laugh Squint", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zm36.7-199.4l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 125.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm2.8-183.3l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 141.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-laugh-wink": { + "aliases": { + "names": [ + "laugh-wink" + ], + "unicodes": { + "secondary": [ + "10f59c" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LOL", + "emoticon", + "face", + "happy", + "smile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f59c", + "label": "Face Laugh Wink", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-meh": { + "aliases": { + "names": [ + "meh" + ], + "unicodes": { + "composite": [ + "1f610" + ], + "secondary": [ + "10f11a" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.9", + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "deadpan", + "emoticon", + "face", + "meh", + "neutral", + "neutral face", + "rating" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f11a", + "label": "Face Meh", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM160 336H352c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm192-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM184 328c-13.3 0-24 10.7-24 24s10.7 24 24 24H328c13.3 0 24-10.7 24-24s-10.7-24-24-24H184z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-meh-blank": { + "aliases": { + "names": [ + "meh-blank" + ], + "unicodes": { + "composite": [ + "1f636" + ], + "secondary": [ + "10f5a4" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "face without mouth", + "mouth", + "neutral", + "quiet", + "rating", + "silent" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f5a4", + "label": "Face Meh Blank", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm208.4-48a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-rolling-eyes": { + "aliases": { + "names": [ + "meh-rolling-eyes" + ], + "unicodes": { + "composite": [ + "1f644" + ], + "secondary": [ + "10f5a5" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "eyeroll", + "eyes", + "face", + "face with rolling eyes", + "neutral", + "rating", + "rolling" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f5a5", + "label": "Face Rolling Eyes", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 368H320c8.8 0 16 7.2 16 16s-7.2 16-16 16H192c-8.8 0-16-7.2-16-16s7.2-16 16-16zm32-144c0 35.3-28.7 64-64 64s-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C208.5 175.6 224 198 224 224zm128 64c-35.3 0-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C400.5 175.6 416 198 416 224c0 35.3-28.7 64-64 64z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM168 376c0 13.3 10.7 24 24 24H320c13.3 0 24-10.7 24-24s-10.7-24-24-24H192c-13.3 0-24 10.7-24 24zm-8-104c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm192-32c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-sad-cry": { + "aliases": { + "names": [ + "sad-cry" + ], + "unicodes": { + "composite": [ + "1f62d" + ], + "secondary": [ + "10f5b3" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cry", + "emoticon", + "face", + "loudly crying face", + "sad", + "sob", + "tear", + "tears" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f5b3", + "label": "Face Sad Cry", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 493.4c-29.6 12-62.1 18.6-96 18.6s-66.4-6.6-96-18.6V288c0-8.8-7.2-16-16-16s-16 7.2-16 16V477.8C51.5 433.5 0 350.8 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 94.8-51.5 177.5-128 221.8V288c0-8.8-7.2-16-16-16s-16 7.2-16 16V493.4zM195.2 233.6c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zm121.6 0c17.6-23.5 52.8-23.5 70.4 0c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2zM208 336v32c0 26.5 21.5 48 48 48s48-21.5 48-48V336c0-26.5-21.5-48-48-48s-48 21.5-48 48z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M400 406.1V288c0-13.3-10.7-24-24-24s-24 10.7-24 24V440.6c-28.7 15-61.4 23.4-96 23.4s-67.3-8.5-96-23.4V288c0-13.3-10.7-24-24-24s-24 10.7-24 24V406.1C72.6 368.2 48 315 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 59-24.6 112.2-64 150.1zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm166.6 9.7c5.5-5.8 14.8-9.7 25.4-9.7s19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C391.7 186.8 371 180 351.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9zM208 320v32c0 26.5 21.5 48 48 48s48-21.5 48-48V320c0-26.5-21.5-48-48-48s-48 21.5-48 48z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-sad-tear": { + "aliases": { + "names": [ + "sad-tear" + ], + "unicodes": { + "composite": [ + "1f622" + ], + "secondary": [ + "10f5b4" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cry", + "crying face", + "emoticon", + "face", + "sad", + "tear", + "tears" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f5b4", + "label": "Face Sad Tear", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm240 80c0-8.8 7.2-16 16-16c45 0 85.6 20.5 115.7 53.1c6 6.5 5.6 16.6-.9 22.6s-16.6 5.6-22.6-.9c-25-27.1-57.4-42.9-92.3-42.9c-8.8 0-16-7.2-16-16zm-80 80c-26.5 0-48-21-48-47c0-20 28.6-60.4 41.6-77.7c3.2-4.4 9.6-4.4 12.8 0C179.6 308.6 208 349 208 369c0 26-21.5 47-48 47zM367.6 208a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M175.9 448c-35-.1-65.5-22.6-76-54.6C67.6 356.8 48 308.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208s-93.1 208-208 208c-28.4 0-55.5-5.7-80.1-16zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM128 369c0 26 21.5 47 48 47s48-21 48-47c0-20-28.4-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0C156.6 308.6 128 349 128 369zm128-65c-13.3 0-24 10.7-24 24s10.7 24 24 24c30.7 0 58.7 11.5 80 30.6c9.9 8.8 25 8 33.9-1.9s8-25-1.9-33.9C338.3 320.2 299 304 256 304zm47.6-96a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm-128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-smile": { + "aliases": { + "names": [ + "smile" + ], + "unicodes": { + "composite": [ + "1f642" + ], + "secondary": [ + "10f118" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.9", + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "approve", + "emoticon", + "face", + "happy", + "rating", + "satisfied", + "slightly smiling face", + "smile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f118", + "label": "Face Smile", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + }, + "regular": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-smile-beam": { + "aliases": { + "names": [ + "smile-beam" + ], + "unicodes": { + "composite": [ + "1f60a" + ], + "secondary": [ + "10f5b8" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blush", + "emoticon", + "eye", + "face", + "happy", + "positive", + "smile", + "smiling face with smiling eyes" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f5b8", + "label": "Face Smile Beam", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zm53.5-96.7l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zm40-89.3l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-smile-wink": { + "aliases": { + "names": [ + "smile-wink" + ], + "unicodes": { + "composite": [ + "1f609" + ], + "secondary": [ + "10f4da" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "happy", + "hint", + "joke", + "wink", + "winking face" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f4da", + "label": "Face Smile Wink", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-surprise": { + "aliases": { + "names": [ + "surprise" + ], + "unicodes": { + "composite": [ + "1f62e" + ], + "secondary": [ + "10f5c2" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emoticon", + "face", + "face with open mouth", + "mouth", + "open", + "shocked", + "sympathy" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f5c2", + "label": "Face Surprise", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "face-tired": { + "aliases": { + "names": [ + "tired" + ], + "unicodes": { + "composite": [ + "1f62b" + ], + "secondary": [ + "10f5c8" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "angry", + "emoticon", + "face", + "grumpy", + "tired", + "tired face", + "upset" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f5c8", + "label": "Face Tired", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.7 328.7c22-22 53.9-40.7 91.3-40.7s69.3 18.7 91.3 40.7c11.1 11.1 20.1 23.4 26.4 35.4c6.2 11.7 10.3 24.4 10.3 35.9c0 5.2-2.6 10.2-6.9 13.2s-9.8 3.7-14.7 1.8l-20.5-7.7c-26.9-10.1-55.5-15.3-84.3-15.3h-3.2c-28.8 0-57.3 5.2-84.3 15.3L149.6 415c-4.9 1.8-10.4 1.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6 4.2-24.2 10.3-35.9c6.3-12 15.3-24.3 26.4-35.4zm-31.2-182l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + }, + "regular": { + "last_modified": 1684767583, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.5 64.3C196.1 302.1 223.8 288 256 288s59.9 14.1 79.5 32.3C354.5 338.1 368 362 368 384c0 5.4-2.7 10.4-7.2 13.4s-10.2 3.4-15.2 1.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6 5.2-72.4 15.1l-17.2 7.5c-4.9 2.2-10.7 1.7-15.2-1.3s-7.2-8-7.2-13.4c0-22 13.5-45.9 32.5-63.7zm-43-173.6l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "facebook": { + "aliases": { + "unicodes": { + "composite": [ + "f230" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [ + "facebook-official", + "social network" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f09a", + "label": "Facebook", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z" + } + }, + "free": [ + "brands" + ] + }, + "facebook-f": { + "changes": [ + "5.0.0", + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [ + "facebook" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f39e", + "label": "Facebook F", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" + } + }, + "free": [ + "brands" + ] + }, + "facebook-messenger": { + "changes": [ + "5.0.0", + "5.8.2", + "5.9.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f39f", + "label": "Facebook Messenger", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z" + } + }, + "free": [ + "brands" + ] + }, + "fan": { + "aliases": { + "unicodes": { + "secondary": [ + "10f863" + ] + } + }, + "changes": [ + "5.9.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ac", + "air conditioning", + "blade", + "blower", + "cool", + "hot" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f863", + "label": "Fan", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M258.6 0c-1.7 0-3.4 .1-5.1 .5C168 17 115.6 102.3 130.5 189.3c2.9 17 8.4 32.9 15.9 47.4L32 224H29.4C13.2 224 0 237.2 0 253.4c0 1.7 .1 3.4 .5 5.1C17 344 102.3 396.4 189.3 381.5c17-2.9 32.9-8.4 47.4-15.9L224 480v2.6c0 16.2 13.2 29.4 29.4 29.4c1.7 0 3.4-.1 5.1-.5C344 495 396.4 409.7 381.5 322.7c-2.9-17-8.4-32.9-15.9-47.4L480 288h2.6c16.2 0 29.4-13.2 29.4-29.4c0-1.7-.1-3.4-.5-5.1C495 168 409.7 115.6 322.7 130.5c-17 2.9-32.9 8.4-47.4 15.9L288 32V29.4C288 13.2 274.8 0 258.6 0zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "fantasy-flight-games": { + "changes": [ + "5.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "d&d", + "dnd", + "fantasy", + "game", + "gaming", + "tabletop" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f6dc", + "label": "Fantasy Flight-games", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z" + } + }, + "free": [ + "brands" + ] + }, + "faucet": { + "aliases": { + "unicodes": { + "secondary": [ + "10e005" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "drinking", + "drip", + "house", + "hygiene", + "kitchen", + "potable", + "potable water", + "sanitation", + "sink", + "water" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e005", + "label": "Faucet", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 96v12L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l96-12 31-3.9 1-.1 1 .1 31 3.9 96 12c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 12V96c0-17.7-14.3-32-32-32s-32 14.3-32 32zM32 256c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H132.1c20.2 29 53.9 48 91.9 48s71.7-19 91.9-48H352c17.7 0 32 14.3 32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32c0-88.4-71.6-160-160-160H320l-22.6-22.6c-6-6-14.1-9.4-22.6-9.4H256V180.2l-32-4-32 4V224H173.3c-8.5 0-16.6 3.4-22.6 9.4L128 256H32z" + } + }, + "free": [ + "solid" + ] + }, + "faucet-drip": { + "aliases": { + "unicodes": { + "composite": [ + "1f6b0" + ], + "secondary": [ + "10e006" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drinking", + "drip", + "house", + "hygiene", + "kitchen", + "potable", + "potable water", + "sanitation", + "sink", + "water" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e006", + "label": "Faucet Drip", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M224 0c17.7 0 32 14.3 32 32V44l96-12c17.7 0 32 14.3 32 32s-14.3 32-32 32L256 84l-31-3.9-1-.1-1 .1L192 84 96 96C78.3 96 64 81.7 64 64s14.3-32 32-32l96 12V32c0-17.7 14.3-32 32-32zM0 224c0-17.7 14.3-32 32-32h96l22.6-22.6c6-6 14.1-9.4 22.6-9.4H192V116.2l32-4 32 4V160h18.7c8.5 0 16.6 3.4 22.6 9.4L320 192h32c88.4 0 160 71.6 160 160c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32s-14.3-32-32-32H315.9c-20.2 29-53.9 48-91.9 48s-71.7-19-91.9-48H32c-17.7 0-32-14.3-32-32V224zM436.8 423.4c1.9-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-1.2c0-4.5 .9-8.9 2.7-13.1l18.2-42.4z" + } + }, + "free": [ + "solid" + ] + }, + "fax": { + "aliases": { + "unicodes": { + "composite": [ + "1f4e0", + "1f5b7" + ], + "secondary": [ + "10f1ac" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.3.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Fax Icon", + "business", + "communicate", + "copy", + "facsimile", + "fax", + "fax machine", + "send" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1ac", + "label": "Fax", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 64v96h64V64H386.7L416 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L432 18.7C420 6.7 403.7 0 386.7 0H192c-35.3 0-64 28.7-64 64zM0 160V480c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zm480 32H128V480c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM256 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "solid" + ] + }, + "feather": { + "aliases": { + "unicodes": { + "composite": [ + "1fab6" + ], + "secondary": [ + "10f52d" + ] + } + }, + "changes": [ + "5.0.13", + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bird", + "feather", + "flight", + "light", + "plucked", + "plumage", + "quill", + "write" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f52d", + "label": "Feather", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57-57h68c49.7 0 97.9-14.4 139-41c11.1-7.2 5.5-23-7.8-23c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l81-24.3c2.5-.8 4.8-2.1 6.7-4l22.4-22.4c10.1-10.1 2.9-27.3-11.3-27.3l-32.2 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l112-33.6c4-1.2 7.4-3.9 9.3-7.7C506.4 207.6 512 184.1 512 160c0-41-16.3-80.3-45.3-109.3l-5.5-5.5C432.3 16.3 393 0 352 0s-80.3 16.3-109.3 45.3L139 149C91 197 64 262.1 64 330v55.3L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z" + } + }, + "free": [ + "solid" + ] + }, + "feather-pointed": { + "aliases": { + "names": [ + "feather-alt" + ], + "unicodes": { + "secondary": [ + "10f56b" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bird", + "light", + "plucked", + "quill", + "write" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f56b", + "label": "Feather Pointed", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l74.8-74.8c7.4 4.6 15.3 8.2 23.8 10.5C200.3 452.8 270 454.5 338 409.4c12.2-8.1 5.8-25.4-8.8-25.4l-16.1 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l97.7-29.3c3.4-1 6.4-3.1 8.4-6.1c4.4-6.4 8.6-12.9 12.6-19.6c6.2-10.3-1.5-23-13.5-23l-38.6 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l80.9-24.3c4.6-1.4 8.4-4.8 10.2-9.3C494.5 163 507.8 86.1 511.9 36.8c.8-9.9-3-19.6-10-26.6s-16.7-10.8-26.6-10C391.5 7 228.5 40.5 137.4 131.6C57.3 211.7 56.7 302.3 71.3 356.4c2.1 7.9 12 9.6 17.8 3.8L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z" + } + }, + "free": [ + "solid" + ] + }, + "fedex": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Federal Express", + "package", + "shipping" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f797", + "label": "FedEx", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z" + } + }, + "free": [ + "brands" + ] + }, + "fedora": { + "changes": [ + "5.6.0", + "5.6.3", + "5.8.0", + "6.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "linux", + "operating system", + "os" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f798", + "label": "Fedora", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M.0413 255.8C.1219 132.2 100.3 32 224 32C347.7 32 448 132.3 448 256C448 379.7 347.8 479.9 224.1 480H50.93C22.84 480 .0832 457.3 .0416 429.2H0V255.8H.0413zM342.6 192.7C342.6 153 307 124.2 269.4 124.2C234.5 124.2 203.6 150.5 199.3 184.1C199.1 187.9 198.9 189.1 198.9 192.6C198.8 213.7 198.9 235.4 198.1 257C199 283.1 199.1 309.1 198.1 333.6C198.1 360.7 178.7 379.1 153.4 379.1C128.1 379.1 107.6 358.9 107.6 333.6C108.1 305.9 130.2 288.3 156.1 287.5H156.3L182.6 287.3V250L156.3 250.2C109.2 249.8 71.72 286.7 70.36 333.6C70.36 379.2 107.9 416.5 153.4 416.5C196.4 416.5 232.1 382.9 236 340.9L236.2 287.4L268.8 287.1C294.1 287.3 293.8 249.3 268.6 249.8L236.2 250.1C236.2 243.7 236.3 237.3 236.3 230.9C236.4 218.2 236.4 205.5 236.2 192.7C236.3 176.2 252 161.5 269.4 161.5C286.9 161.5 305.3 170.2 305.3 192.7C305.3 195.9 305.2 197.8 305 199C303.1 209.5 310.2 219.4 320.7 220.9C331.3 222.4 340.9 214.8 341.9 204.3C342.5 200.1 342.6 196.4 342.6 192.7H342.6z" + } + }, + "free": [ + "brands" + ] + }, + "ferry": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "barge", + "boat", + "carry", + "ferryboat", + "ship" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4ea", + "label": "Ferry", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M224 0H352c17.7 0 32 14.3 32 32h75.1c20.6 0 31.6 24.3 18.1 39.8L456 96H120L98.8 71.8C85.3 56.3 96.3 32 116.9 32H192c0-17.7 14.3-32 32-32zM96 128H480c17.7 0 32 14.3 32 32V283.5c0 13.3-4.2 26.3-11.9 37.2l-51.4 71.9c-1.9 1.1-3.7 2.2-5.5 3.5c-15.5 10.7-34 18-51 19.9H375.6c-17.1-1.8-35-9-50.8-19.9c-22.1-15.5-51.6-15.5-73.7 0c-14.8 10.2-32.5 18-50.6 19.9H183.9c-17-1.8-35.6-9.2-51-19.9c-1.8-1.3-3.7-2.4-5.6-3.5L75.9 320.7C68.2 309.8 64 296.8 64 283.5V160c0-17.7 14.3-32 32-32zm32 64v96H448V192H128zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.3-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + }, + "free": [ + "solid" + ] + }, + "figma": { + "changes": [ + "5.6.0", + "5.7.0", + "5.8.0", + "5.15.4", + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [ + "app", + "design", + "interface" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f799", + "label": "Figma", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z" + } + }, + "free": [ + "brands" + ] + }, + "file": { + "aliases": { + "unicodes": { + "composite": [ + "1f4c4", + "1f5cb", + "f016" + ], + "secondary": [ + "10f15b" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Empty Document", + "document", + "new", + "page", + "page facing up", + "pdf", + "resume" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f15b", + "label": "File", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128z" + }, + "regular": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "file-arrow-down": { + "aliases": { + "names": [ + "file-download" + ], + "unicodes": { + "secondary": [ + "10f56d" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "export", + "save" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f56d", + "label": "File Arrow Down", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM216 232V334.1l31-31c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0l-72-72c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l31 31V232c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + }, + "free": [ + "solid" + ] + }, + "file-arrow-up": { + "aliases": { + "names": [ + "file-upload" + ], + "unicodes": { + "secondary": [ + "10f574" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "import", + "page", + "save" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f574", + "label": "File Arrow Up", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM216 408c0 13.3-10.7 24-24 24s-24-10.7-24-24V305.9l-31 31c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-31-31V408z" + } + }, + "free": [ + "solid" + ] + }, + "file-audio": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c7" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "mp3", + "music", + "page", + "play", + "sound" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1c7", + "label": "File Audio", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zm2 226.3c37.1 22.4 62 63.1 62 109.7s-24.9 87.3-62 109.7c-7.6 4.6-17.4 2.1-22-5.4s-2.1-17.4 5.4-22C269.4 401.5 288 370.9 288 336s-18.6-65.5-46.5-82.3c-7.6-4.6-10-14.4-5.4-22s14.4-10 22-5.4zm-91.9 30.9c6 2.5 9.9 8.3 9.9 14.8V400c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L113.4 376H80c-8.8 0-16-7.2-16-16V312c0-8.8 7.2-16 16-16h33.4l35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5zm51 34.9c6.6-5.9 16.7-5.3 22.6 1.3C249.8 304.6 256 319.6 256 336s-6.2 31.4-16.3 42.7c-5.9 6.6-16 7.1-22.6 1.3s-7.1-16-1.3-22.6c5.1-5.7 8.1-13.1 8.1-21.3s-3.1-15.7-8.1-21.3c-5.9-6.6-5.3-16.7 1.3-22.6z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464H320c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM192 272V400c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L129.4 376H112c-8.8 0-16-7.2-16-16V312c0-8.8 7.2-16 16-16h17.4l35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8zm85.8-4c11.6 20 18.2 43.3 18.2 68s-6.6 48-18.2 68c-6.6 11.5-21.3 15.4-32.8 8.8s-15.4-21.3-8.8-32.8c7.5-12.9 11.8-27.9 11.8-44s-4.3-31.1-11.8-44c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "file-circle-check": { + "changes": [ + "6.0.0", + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "file", + "not affected", + "ok", + "okay", + "paper" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e5a0", + "label": "File Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z" + } + }, + "free": [ + "solid" + ] + }, + "file-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "file", + "paper" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4eb", + "label": "File Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "file-circle-minus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "file", + "paper" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4ed", + "label": "File Circle Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "file-circle-plus": { + "aliases": { + "unicodes": { + "composite": [ + "e4ee" + ] + } + }, + "changes": [ + "6.0.0", + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "document", + "file", + "new", + "page", + "paper", + "pdf" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e494", + "label": "File Circle Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H448V304z" + } + }, + "free": [ + "solid" + ] + }, + "file-circle-question": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "file", + "paper" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4ef", + "label": "File Circle Question", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6V328c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9H409.6c-23 0-41.6 18.6-41.6 41.6z" + } + }, + "free": [ + "solid" + ] + }, + "file-circle-xmark": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "file", + "paper" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e5a1", + "label": "File Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z" + } + }, + "free": [ + "solid" + ] + }, + "file-code": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c9" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "css", + "development", + "document", + "html" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1c9", + "label": "File Code", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM153 289l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L71 337c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM265 255l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm97 289c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L79 303c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 31-31zM257 255c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9l-48-48z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "file-contract": { + "aliases": { + "unicodes": { + "secondary": [ + "10f56c" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agreement", + "binding", + "document", + "legal", + "signature" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f56c", + "label": "File Contract", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM80 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm54.2 253.8c-6.1 20.3-24.8 34.2-46 34.2H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h8.2c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 349l-9.8 32.8z" + } + }, + "free": [ + "solid" + ] + }, + "file-csv": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6dd" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "excel", + "numbers", + "spreadsheets", + "table" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6dd", + "label": "File Csv", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V304H176c-35.3 0-64 28.7-64 64V512H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM200 352h16c22.1 0 40 17.9 40 40v8c0 8.8-7.2 16-16 16s-16-7.2-16-16v-8c0-4.4-3.6-8-8-8H200c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-8c0-8.8 7.2-16 16-16s16 7.2 16 16v8c0 22.1-17.9 40-40 40H200c-22.1 0-40-17.9-40-40V392c0-22.1 17.9-40 40-40zm133.1 0H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H333.1c-7.2 0-13.1 5.9-13.1 13.1c0 5.2 3 9.9 7.8 12l37.4 16.6c16.3 7.2 26.8 23.4 26.8 41.2c0 24.9-20.2 45.1-45.1 45.1H304c-8.8 0-16-7.2-16-16s7.2-16 16-16h42.9c7.2 0 13.1-5.9 13.1-13.1c0-5.2-3-9.9-7.8-12l-37.4-16.6c-16.3-7.2-26.8-23.4-26.8-41.2c0-24.9 20.2-45.1 45.1-45.1zm98.9 0c8.8 0 16 7.2 16 16v31.6c0 23 5.5 45.6 16 66c10.5-20.3 16-42.9 16-66V368c0-8.8 7.2-16 16-16s16 7.2 16 16v31.6c0 34.7-10.3 68.7-29.6 97.6l-5.1 7.7c-3 4.5-8 7.1-13.3 7.1s-10.3-2.7-13.3-7.1l-5.1-7.7c-19.3-28.9-29.6-62.9-29.6-97.6V368c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "file-excel": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c3" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "csv", + "document", + "numbers", + "spreadsheets", + "table" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1c3", + "label": "File Excel", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM155.7 250.2L192 302.1l36.3-51.9c7.6-10.9 22.6-13.5 33.4-5.9s13.5 22.6 5.9 33.4L221.3 344l46.4 66.2c7.6 10.9 5 25.8-5.9 33.4s-25.8 5-33.4-5.9L192 385.8l-36.3 51.9c-7.6 10.9-22.6 13.5-33.4 5.9s-13.5-22.6-5.9-33.4L162.7 344l-46.4-66.2c-7.6-10.9-5-25.8 5.9-33.4s25.8-5 33.4 5.9z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M48 448V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm90.9 233.3c-8.1-10.5-23.2-12.3-33.7-4.2s-12.3 23.2-4.2 33.7L161.6 320l-44.5 57.3c-8.1 10.5-6.3 25.5 4.2 33.7s25.5 6.3 33.7-4.2L192 359.1l37.1 47.6c8.1 10.5 23.2 12.3 33.7 4.2s12.3-23.2 4.2-33.7L222.4 320l44.5-57.3c8.1-10.5 6.3-25.5-4.2-33.7s-25.5-6.3-33.7 4.2L192 280.9l-37.1-47.6z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "file-export": { + "aliases": { + "names": [ + "arrow-right-from-file" + ], + "unicodes": { + "secondary": [ + "10f56e" + ] + } + }, + "changes": [ + "5.1.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "download", + "save" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f56e", + "label": "File Export", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V288H216c-13.3 0-24 10.7-24 24s10.7 24 24 24H384V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM384 336V288H494.1l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39H384zm0-208H256V0L384 128z" + } + }, + "free": [ + "solid" + ] + }, + "file-image": { + "aliases": { + "unicodes": { + "composite": [ + "1f5bb" + ], + "secondary": [ + "10f1c5" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Document with Picture", + "document", + "image", + "jpg", + "photo", + "png" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1c5", + "label": "File Image", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm152 32c5.3 0 10.2 2.6 13.2 6.9l88 128c3.4 4.9 3.7 11.3 1 16.5s-8.2 8.6-14.2 8.6H216 176 128 80c-5.8 0-11.1-3.1-13.9-8.1s-2.8-11.2 .2-16.1l48-80c2.9-4.8 8.1-7.8 13.7-7.8s10.8 2.9 13.7 7.8l12.8 21.4 48.3-70.2c3-4.3 7.9-6.9 13.2-6.9z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm96 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm69.2 46.9c-3-4.3-7.9-6.9-13.2-6.9s-10.2 2.6-13.2 6.9l-41.3 59.7-11.9-19.1c-2.9-4.7-8.1-7.5-13.6-7.5s-10.6 2.8-13.6 7.5l-40 64c-3.1 4.9-3.2 11.1-.4 16.2s8.2 8.2 14 8.2h48 32 40 72c6 0 11.4-3.3 14.2-8.6s2.4-11.6-1-16.5l-72-104z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "file-import": { + "aliases": { + "names": [ + "arrow-right-to-file" + ], + "unicodes": { + "secondary": [ + "10f56f" + ] + } + }, + "changes": [ + "5.1.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "copy", + "document", + "send", + "upload" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f56f", + "label": "File Import", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 64c0-35.3 28.7-64 64-64H352V128c0 17.7 14.3 32 32 32H512V448c0 35.3-28.7 64-64 64H192c-35.3 0-64-28.7-64-64V336H302.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39H128V64zm0 224v48H24c-13.3 0-24-10.7-24-24s10.7-24 24-24H128zM512 128H384V0L512 128z" + } + }, + "free": [ + "solid" + ] + }, + "file-invoice": { + "aliases": { + "unicodes": { + "secondary": [ + "10f570" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "account", + "bill", + "charge", + "document", + "payment", + "receipt" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f570", + "label": "File Invoice", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM80 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 96H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm0 32v64H288V256H96zM240 416h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "file-invoice-dollar": { + "aliases": { + "unicodes": { + "secondary": [ + "10f571" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "$", + "account", + "bill", + "charge", + "document", + "dollar-sign", + "money", + "payment", + "receipt", + "usd" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f571", + "label": "File Invoice Dollar", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm128 72c8.8 0 16 7.2 16 16v17.3c8.5 1.2 16.7 3.1 24.1 5.1c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-11.1-3-22-5.2-32.1-5.3c-8.4-.1-17.4 1.8-23.6 5.5c-5.7 3.4-8.1 7.3-8.1 12.8c0 3.7 1.3 6.5 7.3 10.1c6.9 4.1 16.6 7.1 29.2 10.9l.5 .1 0 0 0 0c11.3 3.4 25.3 7.6 36.3 14.6c12.1 7.6 22.4 19.7 22.7 38.2c.3 19.3-9.6 33.3-22.9 41.6c-7.7 4.8-16.4 7.6-25.1 9.1V440c0 8.8-7.2 16-16 16s-16-7.2-16-16V422.2c-11.2-2.1-21.7-5.7-30.9-8.9l0 0c-2.1-.7-4.2-1.4-6.2-2.1c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c2.5 .8 4.8 1.6 7.1 2.4l0 0 0 0 0 0c13.6 4.6 24.6 8.4 36.3 8.7c9.1 .3 17.9-1.7 23.7-5.3c5.1-3.2 7.9-7.3 7.8-14c-.1-4.6-1.8-7.8-7.7-11.6c-6.8-4.3-16.5-7.4-29-11.2l-1.6-.5 0 0c-11-3.3-24.3-7.3-34.8-13.7c-12-7.2-22.6-18.9-22.7-37.3c-.1-19.4 10.8-32.8 23.8-40.5c7.5-4.4 15.8-7.2 24.1-8.7V232c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "file-lines": { + "aliases": { + "names": [ + "file-alt", + "file-text" + ], + "unicodes": { + "composite": [ + "1f5b9", + "1f5ce", + "f0f6" + ], + "secondary": [ + "10f15c" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Document", + "Document with Text", + "document", + "file-text", + "invoice", + "new", + "page", + "pdf" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f15c", + "label": "File Lines", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM112 256H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + }, + "regular": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "file-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f477" + ] + } + }, + "changes": [ + "5.0.7", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "health", + "history", + "prescription", + "record" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f477", + "label": "File Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM160 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H224v48c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V352H112c-8.8 0-16-7.2-16-16V304c0-8.8 7.2-16 16-16h48V240z" + } + }, + "free": [ + "solid" + ] + }, + "file-pdf": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c1" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "acrobat", + "document", + "preview", + "save" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1c1", + "label": "File Pdf", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V304H176c-35.3 0-64 28.7-64 64V512H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56H192v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V448 368c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24H192v48h16zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H304c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H320v96h16zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V432 368z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 464H96v48H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V288H336V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56H192v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V448 368c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24H192v48h16zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H304c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H320v96h16zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V432 368z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "file-pen": { + "aliases": { + "names": [ + "file-edit" + ], + "unicodes": { + "composite": [ + "1f4dd" + ], + "secondary": [ + "10f31c" + ] + } + }, + "changes": [ + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "memo", + "pen", + "pencil", + "update", + "write" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f31c", + "label": "File Pen", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V285.7l-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM549.8 235.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0zM311.9 417L441.1 287.8l71 71L382.9 487.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z" + } + }, + "free": [ + "solid" + ] + }, + "file-powerpoint": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c4" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "display", + "document", + "keynote", + "presentation" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1c4", + "label": "File Powerpoint", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM136 240h68c42 0 76 34 76 76s-34 76-76 76H160v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V368 264c0-13.3 10.7-24 24-24zm68 104c15.5 0 28-12.5 28-28s-12.5-28-28-28H160v56h44z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm72 208c-13.3 0-24 10.7-24 24V336v56c0 13.3 10.7 24 24 24s24-10.7 24-24V360h44c42 0 76-34 76-76s-34-76-76-76H136zm68 104H160V256h44c15.5 0 28 12.5 28 28s-12.5 28-28 28z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "file-prescription": { + "aliases": { + "unicodes": { + "secondary": [ + "10f572" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "drugs", + "medical", + "medicine", + "rx" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f572", + "label": "File Prescription", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM104 196h72c33.1 0 60 26.9 60 60c0 25.5-15.9 47.2-38.3 55.9l43 40.3 33.8-31c8.1-7.5 20.8-6.9 28.3 1.2s6.9 20.8-1.2 28.3L270 379.7l31.7 29.7c8.1 7.6 8.5 20.2 .9 28.3s-20.2 8.5-28.3 .9l-33.9-31.8-34.9 32c-8.1 7.5-20.8 6.9-28.3-1.2s-6.9-20.8 1.2-28.3l32.6-29.9-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6H124v44c0 11-9 20-20 20s-20-9-20-20V296 216c0-11 9-20 20-20zm72 80c11 0 20-9 20-20s-9-20-20-20H124v40h52z" + } + }, + "free": [ + "solid" + ] + }, + "file-shield": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "antivirus", + "data", + "document", + "protect", + "safe", + "safety", + "secure" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4f0", + "label": "File Shield", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v47l-92.8 37.1c-21.3 8.5-35.2 29.1-35.2 52c0 56.6 18.9 148 94.2 208.3c-9 4.8-19.3 7.6-30.2 7.6H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm39.1 97.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8V461.7c68.2-33 91.5-99 95.4-149.7z" + } + }, + "free": [ + "solid" + ] + }, + "file-signature": { + "aliases": { + "unicodes": { + "secondary": [ + "10f573" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "John Hancock", + "contract", + "document", + "name" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f573", + "label": "File Signature", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V428.7c-2.7 1.1-5.4 2-8.2 2.7l-60.1 15c-3 .7-6 1.2-9 1.4c-.9 .1-1.8 .2-2.7 .2H240c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 381l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h8.2c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.8 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8h8.9c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7L384 203.6V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM549.8 139.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM311.9 321c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L512.1 262.7l-71-71L311.9 321z" + } + }, + "free": [ + "solid" + ] + }, + "file-video": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c8" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "m4v", + "movie", + "mp4", + "play" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1c8", + "label": "File Video", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 288c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V288zM300.9 397.9L256 368V304l44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3V387.7c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM80 288c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v16l44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3V387.7c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1L240 368v16c0 17.7-14.3 32-32 32H112c-17.7 0-32-14.3-32-32V288z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "file-waveform": { + "aliases": { + "names": [ + "file-medical-alt" + ], + "unicodes": { + "secondary": [ + "10f478" + ] + } + }, + "changes": [ + "5.0.7", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "health", + "history", + "prescription", + "record" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f478", + "label": "File Waveform", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 0C60.7 0 32 28.7 32 64V288H144c6.1 0 11.6 3.4 14.3 8.8L176 332.2l49.7-99.4c2.7-5.4 8.3-8.8 14.3-8.8s11.6 3.4 14.3 8.8L281.9 288H352c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-6.1 0-11.6-3.4-14.3-8.8L240 275.8l-49.7 99.4c-2.7 5.4-8.3 8.8-14.3 8.8s-11.6-3.4-14.3-8.8L134.1 320H32V448c0 35.3 28.7 64 64 64H352c35.3 0 64-28.7 64-64V160H288c-17.7 0-32-14.3-32-32V0H96zM288 0V128H416L288 0z" + } + }, + "free": [ + "solid" + ] + }, + "file-word": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1c2" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "edit", + "page", + "text", + "writing" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1c2", + "label": "File Word", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM111 257.1l26.8 89.2 31.6-90.3c3.4-9.6 12.5-16.1 22.7-16.1s19.3 6.4 22.7 16.1l31.6 90.3L273 257.1c3.8-12.7 17.2-19.9 29.9-16.1s19.9 17.2 16.1 29.9l-48 160c-3 10-12 16.9-22.4 17.1s-19.8-6.2-23.2-16.1L192 336.6l-33.3 95.3c-3.4 9.8-12.8 16.3-23.2 16.1s-19.5-7.1-22.4-17.1l-48-160c-3.8-12.7 3.4-26.1 16.1-29.9s26.1 3.4 29.9 16.1z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M48 448V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm55 241.1c-3.8-12.7-17.2-19.9-29.9-16.1s-19.9 17.2-16.1 29.9l48 160c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l25-83.4 25 83.4c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l48-160c3.8-12.7-3.4-26.1-16.1-29.9s-26.1 3.4-29.9 16.1l-25 83.4-25-83.4c-3-10.2-12.4-17.1-23-17.1s-19.9 7-23 17.1l-25 83.4-25-83.4z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "file-zipper": { + "aliases": { + "names": [ + "file-archive" + ], + "unicodes": { + "secondary": [ + "10f1c6" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + ".zip", + "bundle", + "compress", + "compression", + "download", + "zip" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1c6", + "label": "File Zipper", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM96 48c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm-6.3 71.8c3.7-14 16.4-23.8 30.9-23.8h14.8c14.5 0 27.2 9.7 30.9 23.8l23.5 88.2c1.4 5.4 2.1 10.9 2.1 16.4c0 35.2-28.8 63.7-64 63.7s-64-28.5-64-63.7c0-5.5 .7-11.1 2.1-16.4l23.5-88.2zM112 336c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16h48v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm48 112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H128c-8.8 0-16 7.2-16 16zm0 64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H128c-8.8 0-16 7.2-16 16zm-6.3 71.8L82.1 335.9c-1.4 5.4-2.1 10.9-2.1 16.4c0 35.2 28.8 63.7 64 63.7s64-28.5 64-63.7c0-5.5-.7-11.1-2.1-16.4l-23.5-88.2c-3.7-14-16.4-23.8-30.9-23.8H136.6c-14.5 0-27.2 9.7-30.9 23.8zM128 336h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H128c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "fill": { + "aliases": { + "unicodes": { + "secondary": [ + "10f575" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bucket", + "color", + "paint", + "paint bucket" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f575", + "label": "Fill", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M86.6 9.4C74.1-3.1 53.9-3.1 41.4 9.4s-12.5 32.8 0 45.3L122.7 136 30.6 228.1c-37.5 37.5-37.5 98.3 0 135.8L148.1 481.4c37.5 37.5 98.3 37.5 135.8 0L474.3 290.9c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0L168 90.7 86.6 9.4zM168 181.3l49.4 49.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L213.3 136l53.1-53.1c3.1-3.1 8.2-3.1 11.3 0L429.1 234.3c3.1 3.1 3.1 8.2 0 11.3L386.7 288H67.5c1.4-5.4 4.2-10.4 8.4-14.6L168 181.3z" + } + }, + "free": [ + "solid" + ] + }, + "fill-drip": { + "aliases": { + "unicodes": { + "secondary": [ + "10f576" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bucket", + "color", + "drop", + "paint", + "paint bucket", + "spill" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f576", + "label": "Fill Drip", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M41.4 9.4C53.9-3.1 74.1-3.1 86.6 9.4L168 90.7l53.1-53.1c28.1-28.1 73.7-28.1 101.8 0L474.3 189.1c28.1 28.1 28.1 73.7 0 101.8L283.9 481.4c-37.5 37.5-98.3 37.5-135.8 0L30.6 363.9c-37.5-37.5-37.5-98.3 0-135.8L122.7 136 41.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm176 221.3L168 181.3 75.9 273.4c-4.2 4.2-7 9.3-8.4 14.6H386.7l42.3-42.3c3.1-3.1 3.1-8.2 0-11.3L277.7 82.9c-3.1-3.1-8.2-3.1-11.3 0L213.3 136l49.4 49.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0zM512 512c-35.3 0-64-28.7-64-64c0-25.2 32.6-79.6 51.2-108.7c6-9.4 19.5-9.4 25.5 0C543.4 368.4 576 422.8 576 448c0 35.3-28.7 64-64 64z" + } + }, + "free": [ + "solid" + ] + }, + "film": { + "aliases": { + "unicodes": { + "composite": [ + "1f39e" + ], + "secondary": [ + "10f008" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cinema", + "film", + "film frames", + "frames", + "movie", + "strip", + "video" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f008", + "label": "Film", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM48 368v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H416zM48 240v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H416zM48 112v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zM416 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H416zM160 128v64c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zm32 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V320c0-17.7-14.3-32-32-32H192z" + } + }, + "free": [ + "solid" + ] + }, + "filter": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0b0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "funnel", + "options", + "separate", + "sort" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0b0", + "label": "Filter", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M3.9 54.9C10.5 40.9 24.5 32 40 32H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6V320.9L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z" + } + }, + "free": [ + "solid" + ] + }, + "filter-circle-dollar": { + "aliases": { + "names": [ + "funnel-dollar" + ], + "unicodes": { + "secondary": [ + "10f662" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "filter", + "money", + "options", + "separate", + "sort" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f662", + "label": "Filter Circle Dollar", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M3.9 22.9C10.5 8.9 24.5 0 40 0H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6V288.9L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm120.8-32.6c.6-.9 1.8-2.1 4.2-3.4c5.1-2.7 12.5-4.1 18.7-4c8.2 .1 17.1 1.8 26.4 4.1c8.6 2.1 17.3-3.1 19.4-11.7s-3.1-17.3-11.7-19.4c-5.6-1.4-11.6-2.7-17.9-3.7V288c0-8.8-7.2-16-16-16s-16 7.2-16 16v9.5c-6.1 1.2-12.3 3.2-18 6.3c-11.8 6.3-23 18.4-21.8 37.2c1 16 11.7 25.3 21.6 30.7c8.8 4.7 19.7 7.8 28.6 10.3l1.8 .5c10.3 2.9 17.9 5.2 23.2 8.3c4.5 2.7 4.7 4.2 4.7 5.6c.1 2.4-.5 3.7-1 4.5c-.6 1-1.8 2.2-4 3.3c-4.7 2.5-11.8 3.8-18.5 3.6c-9.5-.3-18.5-3.1-29.9-6.8c-1.9-.6-3.8-1.2-5.8-1.8c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20c1.6 .5 3.3 1 5 1.6l0 0 0 0c7 2.3 15.1 4.8 23.7 6.6v11.4c0 8.8 7.2 16 16 16s16-7.2 16-16V438.7c6.2-1.1 12.5-3.1 18.3-6.2c12.1-6.5 22.3-18.7 21.7-36.9c-.5-16.2-10.3-26.3-20.5-32.3c-9.4-5.6-21.2-8.9-30.5-11.5l-.2 0c-10.4-2.9-18.3-5.2-23.9-8.2c-4.8-2.6-4.8-4-4.8-4.5l0-.1c-.1-1.9 .3-2.9 .8-3.6z" + } + }, + "free": [ + "solid" + ] + }, + "filter-circle-xmark": { + "changes": [ + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cancel", + "funnel", + "options", + "remove", + "separate", + "sort" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e17b", + "label": "Filter Circle Xmark", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M3.9 22.9C10.5 8.9 24.5 0 40 0H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6V288.9L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z" + } + }, + "free": [ + "solid" + ] + }, + "fingerprint": { + "aliases": { + "unicodes": { + "secondary": [ + "10f577" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "human", + "id", + "identification", + "lock", + "smudge", + "touch", + "unique", + "unlock" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f577", + "label": "Fingerprint", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M48 256C48 141.1 141.1 48 256 48c63.1 0 119.6 28.1 157.8 72.5c8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C403.3 34.6 333.7 0 256 0C114.6 0 0 114.6 0 256v40c0 13.3 10.7 24 24 24s24-10.7 24-24V256zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1v40c0 13.3 10.7 24 24 24s24-10.7 24-24V256c0-18.1-1.9-35.8-5.5-52.9zM256 80c-19 0-37.4 3-54.5 8.6c-15.2 5-18.7 23.7-8.3 35.9c7.1 8.3 18.8 10.8 29.4 7.9c10.6-2.9 21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128v24.9c0 25.2-1.5 50.3-4.4 75.3c-1.7 14.6 9.4 27.8 24.2 27.8c11.8 0 21.9-8.6 23.3-20.3c3.3-27.4 5-55 5-82.7V256c0-97.2-78.8-176-176-176zM150.7 148.7c-9.1-10.6-25.3-11.4-33.9-.4C93.7 178 80 215.4 80 256v24.9c0 24.2-2.6 48.4-7.8 71.9C68.8 368.4 80.1 384 96.1 384c10.5 0 19.9-7 22.2-17.3c6.4-28.1 9.7-56.8 9.7-85.8V256c0-27.2 8.5-52.4 22.9-73.1c7.2-10.4 8-24.6-.2-34.2zM256 160c-53 0-96 43-96 96v24.9c0 35.9-4.6 71.5-13.8 106.1c-3.8 14.3 6.7 29 21.5 29c9.5 0 17.9-6.2 20.4-15.4c10.5-39 15.9-79.2 15.9-119.7V256c0-28.7 23.3-52 52-52s52 23.3 52 52v24.9c0 36.3-3.5 72.4-10.4 107.9c-2.7 13.9 7.7 27.2 21.8 27.2c10.2 0 19-7 21-17c7.7-38.8 11.6-78.3 11.6-118.1V256c0-53-43-96-96-96zm24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24v24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3C267.9 411.9 280 346.7 280 280.9V256z" + } + }, + "free": [ + "solid" + ] + }, + "fire": { + "aliases": { + "unicodes": { + "composite": [ + "1f525" + ], + "secondary": [ + "10f06d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.6.0", + "5.6.3", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "burn", + "caliente", + "fire", + "flame", + "heat", + "hot", + "popular", + "tool" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f06d", + "label": "Fire", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-16.5-21-46-58.5-62.8-79.8c-6.3-8-18.3-8.1-24.7-.1c-33.8 42.5-50.8 69.3-50.8 99.4C112 375.4 162.6 416 225.7 416z" + } + }, + "free": [ + "solid" + ] + }, + "fire-burner": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cook", + "fire", + "flame", + "kitchen", + "stove" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4f1", + "label": "Fire Burner", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M293.5 3.8c19.7 17.8 38.2 37 55.5 57.7c7.9-9.9 16.8-20.7 26.5-29.5c5.6-5.1 14.4-5.1 20 0c24.7 22.7 45.6 52.7 60.4 81.1c14.5 28 24.2 58.8 24.2 79C480 280 408.7 352 320 352c-89.7 0-160-72.1-160-159.8c0-26.4 12.7-60.7 32.4-92.6c20-32.4 48.1-66.1 81.4-95.8c2.8-2.5 6.4-3.8 10-3.7c3.5 0 7 1.3 9.8 3.8zM370 273c30-21 38-63 20-96c-2-4-4-8-7-12l-36 42s-58-74-62-79c-30 37-45 58-45 82c0 49 36 78 81 78c18 0 34-5 49-15zM32 288c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32s-14.3 32-32 32v64H544V320c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32V288zM320 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm160-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM192 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "fire-extinguisher": { + "aliases": { + "unicodes": { + "composite": [ + "1f9ef" + ], + "secondary": [ + "10f134" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "burn", + "caliente", + "extinguish", + "fire", + "fire extinguisher", + "fire fighter", + "flame", + "heat", + "hot", + "quench", + "rescue" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f134", + "label": "Fire Extinguisher", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M500.3 7.3C507.7 13.3 512 22.4 512 32v96c0 9.6-4.3 18.7-11.7 24.7s-17.2 8.5-26.6 6.6l-160-32C301.5 124.9 292 115.7 289 104H224v34.8c37.8 18 64 56.5 64 101.2V384H64V240c0-44.7 26.2-83.2 64-101.2V110c-36.2 11.1-66 36.9-82.3 70.5c-5.8 11.9-20.2 16.9-32.1 11.1S-3.3 171.4 2.5 159.5C26.7 109.8 72.7 72.6 128 60.4V32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V56h65c3-11.7 12.5-20.9 24.7-23.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM288 416v32c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64V416H288zM176 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + }, + "free": [ + "solid" + ] + }, + "fire-flame-curved": { + "aliases": { + "names": [ + "fire-alt" + ], + "unicodes": { + "secondary": [ + "10f7e4" + ] + } + }, + "changes": [ + "5.6.3", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "burn", + "caliente", + "flame", + "heat", + "hot", + "popular" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7e4", + "label": "Fire Flame Curved", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M153.6 29.9l16-21.3C173.6 3.2 180 0 186.7 0C198.4 0 208 9.6 208 21.3V43.5c0 13.1 5.4 25.7 14.9 34.7L307.6 159C356.4 205.6 384 270.2 384 337.7C384 434 306 512 209.7 512H192C86 512 0 426 0 320v-3.8c0-48.8 19.4-95.6 53.9-130.1l3.5-3.5c4.2-4.2 10-6.6 16-6.6C85.9 176 96 186.1 96 198.6V288c0 35.3 28.7 64 64 64s64-28.7 64-64v-3.9c0-18-7.2-35.3-19.9-48l-38.6-38.6c-24-24-37.5-56.7-37.5-90.7c0-27.7 9-54.8 25.6-76.9z" + } + }, + "free": [ + "solid" + ] + }, + "fire-flame-simple": { + "aliases": { + "names": [ + "burn" + ], + "unicodes": { + "secondary": [ + "10f46a" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "caliente", + "energy", + "fire", + "flame", + "gas", + "heat", + "hot" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f46a", + "label": "Fire Flame Simple", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M372.5 256.5l-.7-1.9C337.8 160.8 282 76.5 209.1 8.5l-3.3-3C202.1 2 197.1 0 192 0s-10.1 2-13.8 5.5l-3.3 3C102 76.5 46.2 160.8 12.2 254.6l-.7 1.9C3.9 277.3 0 299.4 0 321.6C0 426.7 86.8 512 192 512s192-85.3 192-190.4c0-22.2-3.9-44.2-11.5-65.1zm-90.8 49.5c4.1 9.3 6.2 19.4 6.2 29.5c0 53-43 96.5-96 96.5s-96-43.5-96-96.5c0-10.1 2.1-20.3 6.2-29.5l1.9-4.3c15.8-35.4 37.9-67.7 65.3-95.1l8.9-8.9c3.6-3.6 8.5-5.6 13.6-5.6s10 2 13.6 5.6l8.9 8.9c27.4 27.4 49.6 59.7 65.3 95.1l1.9 4.3z" + } + }, + "free": [ + "solid" + ] + }, + "firefox": { + "changes": [ + "4.4.0", + "5.0.0", + "5.0.1", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f269", + "label": "Firefox", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z" + } + }, + "free": [ + "brands" + ] + }, + "firefox-browser": { + "changes": [ + "5.12.0", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser" + ] + }, + "styles": [ + "brands" + ], + "unicode": "e007", + "label": "Firefox Browser", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M130.22 127.548C130.38 127.558 130.3 127.558 130.22 127.548V127.548ZM481.64 172.898C471.03 147.398 449.56 119.898 432.7 111.168C446.42 138.058 454.37 165.048 457.4 185.168C457.405 185.306 457.422 185.443 457.45 185.578C429.87 116.828 383.098 89.1089 344.9 28.7479C329.908 5.05792 333.976 3.51792 331.82 4.08792L331.7 4.15792C284.99 30.1109 256.365 82.5289 249.12 126.898C232.503 127.771 216.219 131.895 201.19 139.035C199.838 139.649 198.736 140.706 198.066 142.031C197.396 143.356 197.199 144.87 197.506 146.323C197.7 147.162 198.068 147.951 198.586 148.639C199.103 149.327 199.76 149.899 200.512 150.318C201.264 150.737 202.096 150.993 202.954 151.071C203.811 151.148 204.676 151.045 205.491 150.768L206.011 150.558C221.511 143.255 238.408 139.393 255.541 139.238C318.369 138.669 352.698 183.262 363.161 201.528C350.161 192.378 326.811 183.338 304.341 187.248C392.081 231.108 368.541 381.784 246.951 376.448C187.487 373.838 149.881 325.467 146.421 285.648C146.421 285.648 157.671 243.698 227.041 243.698C234.541 243.698 255.971 222.778 256.371 216.698C256.281 214.698 213.836 197.822 197.281 181.518C188.434 172.805 184.229 168.611 180.511 165.458C178.499 163.75 176.392 162.158 174.201 160.688C168.638 141.231 168.399 120.638 173.51 101.058C148.45 112.468 128.96 130.508 114.8 146.428H114.68C105.01 134.178 105.68 93.7779 106.25 85.3479C106.13 84.8179 99.022 89.0159 98.1 89.6579C89.5342 95.7103 81.5528 102.55 74.26 110.088C57.969 126.688 30.128 160.242 18.76 211.318C14.224 231.701 12 255.739 12 263.618C12 398.318 121.21 507.508 255.92 507.508C376.56 507.508 478.939 420.281 496.35 304.888C507.922 228.192 481.64 173.82 481.64 172.898Z" + } + }, + "free": [ + "brands" + ] + }, + "first-order": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2b0", + "label": "First Order", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z" + } + }, + "free": [ + "brands" + ] + }, + "first-order-alt": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f50a", + "label": "Alternate First Order", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21zm0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29zm0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51zm186.23-162.98a191.613 191.613 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.515 193.515 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a190.944 190.944 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.365 191.365 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.85 193.85 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.638 191.638 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.726 191.726 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.85 193.85 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.49 191.49 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.13 193.13 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.515 191.515 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75 77.72 27.09z" + } + }, + "free": [ + "brands" + ] + }, + "firstdraft": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3a1", + "label": "firstdraft", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384V192zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4h-25.6zm25.6 192h-89.6V512H320v-64h64v-25.6zM0 0v384h128V256h128V128h128V0H0z" + } + }, + "free": [ + "brands" + ] + }, + "fish": { + "aliases": { + "unicodes": { + "composite": [ + "1f41f" + ], + "secondary": [ + "10f578" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Pisces", + "fauna", + "fish", + "gold", + "seafood", + "swimming", + "zodiac" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f578", + "label": "Fish", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8c4.7 9.2 4.7 20.1 0 29.3c-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1L48.1 379.6c-12.5 7.3-28.4 5.3-38.7-4.9S-3 348.7 4.2 336.1L50 256 4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + }, + "free": [ + "solid" + ] + }, + "fish-fins": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fish", + "fishery", + "pisces", + "seafood" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4f2", + "label": "Fish Fins", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M275.2 38.4c-10.6-8-25-8.5-36.3-1.5S222 57.3 224.6 70.3l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3L48.1 132.4c-12.5-7.3-28.4-5.3-38.7 4.9S-3 163.3 4.2 175.9L50 256 4.2 336.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.7 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8L275.2 38.4zM384 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "solid" + ] + }, + "flag": { + "aliases": { + "unicodes": { + "composite": [ + "1f3f4", + "f11d" + ], + "secondary": [ + "10f024" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "black flag", + "country", + "notice", + "notification", + "notify", + "pole", + "report", + "symbol", + "waving" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f024", + "label": "Flag", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32V64 368 480c0 17.7 14.3 32 32 32s32-14.3 32-32V352l64.3-16.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L64 48V32z" + }, + "regular": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24V64 350.5 400v88c0 13.3 10.7 24 24 24s24-10.7 24-24V388l80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L48 52V24zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8c54.9 27.4 118.7 29.7 175 6.8V334.7l-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4c-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5v-237z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "flag-checkered": { + "aliases": { + "unicodes": { + "composite": [ + "1f3c1" + ], + "secondary": [ + "10f11e" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.7.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checkered", + "chequered", + "chequered flag", + "finish", + "notice", + "notification", + "notify", + "pole", + "racing", + "report", + "start", + "symbol", + "win" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f11e", + "label": "Flag Checkered", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 0C49.7 0 64 14.3 64 32V48l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1V345.8c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V400 334 64 32C0 14.3 14.3 0 32 0zM64 187.1l64-13.9v65.5L64 252.6V318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3V238.7l38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1l0-64c13.6 .4 27.2 2.6 40.4 6.4l23.6 6.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8 1.9 43.3 6.7 64 14.4V244.2l22.7 6.7c13.5 4 27.3 6.4 41.3 7.4V194c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8v72.4c-13-.4-26 .8-38.7 3.6L128 173.2V98L64 114v73.1zM320 335.7c16.8 1.5 33.9-.7 50-6.8l14-5.2V251.9l-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5v77.4zm64-149.4V115.4c-20.9 6.1-42.4 9.1-64 9.1V194c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z" + } + }, + "free": [ + "solid" + ] + }, + "flag-usa": { + "aliases": { + "unicodes": { + "secondary": [ + "10f74d" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "betsy ross", + "country", + "fla", + "flag: United States", + "old glory", + "stars", + "stripes", + "symbol" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f74d", + "label": "Flag Usa", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 0C49.7 0 64 14.3 64 32V48l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1v36.1l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9v32.2c17.4 2.1 34.4 6.7 50.6 13.9l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 136.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 203.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 232.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 299.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 328.3v33.5c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 400v80c0 17.7-14.3 32-32 32s-32-14.3-32-32V416 345.5 312.8 249.5 216.8 153.5 120.8 64 32C0 14.3 14.3 0 32 0zm80 96A16 16 0 1 0 80 96a16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-32 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + }, + "free": [ + "solid" + ] + }, + "flask": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0c3" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beaker", + "chemicals", + "experiment", + "experimental", + "labs", + "liquid", + "potion", + "science", + "vial" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0c3", + "label": "Flask", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M288 0H160 128C110.3 0 96 14.3 96 32s14.3 32 32 32V196.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6C0 480.9 31.1 512 69.4 512H378.6c38.3 0 69.4-31.1 69.4-69.4c0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288zM192 196.8V64h64V196.8c0 23.7 6.6 46.9 19 67.1L309.5 320h-171L173 263.9c12.4-20.2 19-43.4 19-67.1z" + } + }, + "free": [ + "solid" + ] + }, + "flask-vial": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + " beaker", + " chemicals", + " experiment", + " experimental", + " labs", + " liquid", + " science", + " vial", + "ampule", + "chemistry", + "lab", + "laboratory", + "potion", + "test", + "test tube" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4f3", + "label": "Flask Vial", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M175 389.4c-9.8 16-15 34.3-15 53.1c-10 3.5-20.8 5.5-32 5.5c-53 0-96-43-96-96V64C14.3 64 0 49.7 0 32S14.3 0 32 0H96h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32V309.9l-49 79.6zM96 64v96h64V64H96zM352 0H480h32c17.7 0 32 14.3 32 32s-14.3 32-32 32V214.9L629.7 406.2c6.7 10.9 10.3 23.5 10.3 36.4c0 38.3-31.1 69.4-69.4 69.4H261.4c-38.3 0-69.4-31.1-69.4-69.4c0-12.8 3.6-25.4 10.3-36.4L320 214.9V64c-17.7 0-32-14.3-32-32s14.3-32 32-32h32zm32 64V224c0 5.9-1.6 11.7-4.7 16.8L330.5 320h171l-48.8-79.2c-3.1-5-4.7-10.8-4.7-16.8V64H384z" + } + }, + "free": [ + "solid" + ] + }, + "flickr": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f16e", + "label": "Flickr", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z" + } + }, + "free": [ + "brands" + ] + }, + "flipboard": { + "changes": [ + "5.0.5", + "5.0.9" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f44d", + "label": "Flipboard", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z" + } + }, + "free": [ + "brands" + ] + }, + "floppy-disk": { + "aliases": { + "names": [ + "save" + ], + "unicodes": { + "composite": [ + "1f4be", + "1f5aa" + ], + "secondary": [ + "10f0c7" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Hard Shell Floppy Disk", + "computer", + "disk", + "download", + "floppy", + "floppy disk", + "floppy-o" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0c7", + "label": "Floppy Disk", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V173.3c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32H64zm0 96c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + }, + "regular": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 96V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V170.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H309.5c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9L320.8 84.7c-.3-.3-.5-.5-.8-.8V184c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24V80H64c-8.8 0-16 7.2-16 16zm80-16v80H272V80H128zm32 240a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "florin-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e184", + "label": "Florin Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M314.7 32c-38.8 0-73.7 23.3-88.6 59.1L170.7 224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h80L98.9 396.3c-5 11.9-16.6 19.7-29.5 19.7H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H69.3c38.8 0 73.7-23.3 88.6-59.1L213.3 288H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H240l45.1-108.3c5-11.9 16.6-19.7 29.5-19.7H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H314.7z" + } + }, + "free": [ + "solid" + ] + }, + "fly": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f417", + "label": "Fly", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z" + } + }, + "free": [ + "brands" + ] + }, + "folder": { + "aliases": { + "names": [ + "folder-blank" + ], + "unicodes": { + "composite": [ + "1f4c1", + "1f5bf", + "f114" + ], + "secondary": [ + "10f07b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Folder", + "archive", + "directory", + "document", + "file", + "file folder", + "folder" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f07b", + "label": "Folder", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z" + }, + "regular": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H196.1c19.1 0 37.4 7.6 50.9 21.1L289.9 96H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16H286.6c-10.6 0-20.8-4.2-28.3-11.7L213.1 87c-4.5-4.5-10.6-7-17-7H64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "folder-closed": { + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "file" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "e185", + "label": "Folder Closed", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 480H64c-35.3 0-64-28.7-64-64V192H512V416c0 35.3-28.7 64-64 64zm64-320H0V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64z" + }, + "regular": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M251.7 127.6l0 0c10.5 10.5 24.7 16.4 39.6 16.4H448c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16H197.5c4.2 0 8.3 1.7 11.3 4.7l33.9-33.9L208.8 84.7l42.9 42.9zM48 240H464V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V240zM285.7 93.7L242.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H291.3c-2.1 0-4.2-.8-5.7-2.3z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "folder-minus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f65d" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "delete", + "directory", + "document", + "file", + "negative", + "remove" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f65d", + "label": "Folder Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 480H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64zM184 272c-13.3 0-24 10.7-24 24s10.7 24 24 24H328c13.3 0 24-10.7 24-24s-10.7-24-24-24H184z" + } + }, + "free": [ + "solid" + ] + }, + "folder-open": { + "aliases": { + "unicodes": { + "composite": [ + "1f4c2", + "1f5c1", + "f115" + ], + "secondary": [ + "10f07c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Open Folder", + "archive", + "directory", + "document", + "empty", + "file", + "folder", + "new", + "open", + "open file folder" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f07c", + "label": "Folder Open", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M88.7 223.8L0 375.8V96C0 60.7 28.7 32 64 32H181.5c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 28.3 18.7 45.3 18.7H416c35.3 0 64 28.7 64 64v32H144c-22.8 0-43.8 12.1-55.3 31.8zm27.6 16.1C122.1 230 132.6 224 144 224H544c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-112 192C453.9 474 443.4 480 432 480H32c-11.5 0-22-6.1-27.7-16.1s-5.7-22.2 .1-32.1l112-192z" + }, + "regular": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 480h48c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1 .1-32.1S555.5 224 544 224H144c-11.4 0-21.9 6-27.6 15.9L48 357.1V96c0-8.8 7.2-16 16-16H181.5c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8H416c8.8 0 16 7.2 16 16v32h48V160c0-35.3-28.7-64-64-64H298.5c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H87.7 384z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "folder-plus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f65e" + ] + } + }, + "changes": [ + "5.3.0", + "5.11.0", + "5.12.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "archive", + "create", + "directory", + "document", + "file", + "new", + "positive" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f65e", + "label": "Folder Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64V416zM232 376c0 13.3 10.7 24 24 24s24-10.7 24-24V312h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H280V200c0-13.3-10.7-24-24-24s-24 10.7-24 24v64H168c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z" + } + }, + "free": [ + "solid" + ] + }, + "folder-tree": { + "aliases": { + "unicodes": { + "secondary": [ + "10f802" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "directory", + "document", + "file", + "search", + "structure" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f802", + "label": "Folder Tree", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32v96V384c0 35.3 28.7 64 64 64H256V384H64V160H256V96H64V32zM288 192c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H445.3c-8.5 0-16.6-3.4-22.6-9.4L409.4 9.4c-6-6-14.1-9.4-22.6-9.4H320c-17.7 0-32 14.3-32 32V192zm0 288c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32H445.3c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4H320c-17.7 0-32 14.3-32 32V480z" + } + }, + "free": [ + "solid" + ] + }, + "font": { + "aliases": { + "unicodes": { + "secondary": [ + "10f031" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alphabet", + "glyph", + "text", + "type", + "typeface" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f031", + "label": "Font", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M254 52.8C249.3 40.3 237.3 32 224 32s-25.3 8.3-30 20.8L57.8 416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-1.8l18-48H303.8l18 48H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H390.2L254 52.8zM279.8 304H168.2L224 155.1 279.8 304z" + } + }, + "free": [ + "solid" + ] + }, + "font-awesome": { + "aliases": { + "names": [ + "font-awesome-flag", + "font-awesome-logo-full" + ], + "unicodes": { + "composite": [ + "f425", + "f4e6" + ], + "primary": [ + "f4e6" + ], + "secondary": [ + "10f2b4", + "10f4e6" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.15.4", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "awesome", + "flag", + "font", + "icons", + "typeface" + ] + }, + "styles": [ + "solid", + "regular", + "brands" + ], + "unicode": "f2b4", + "label": "Font Awesome", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 48V384c-63.1 22.5-82.3 32-119.5 32c-62.8 0-86.6-32-149.3-32c-20.6 0-36.6 3.6-51.2 8.2v-64c14.6-4.6 30.6-8.2 51.2-8.2c62.7 0 86.5 32 149.3 32c20.4 0 35.6-3 55.5-9.3v-208c-19.9 6.3-35.1 9.3-55.5 9.3c-62.8 0-86.6-32-149.3-32c-50.8 0-74.9 20.6-115.2 28.7V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 46.3 14.3 32 32 32s32 14.3 32 32V76.7c40.3-8 64.4-28.7 115.2-28.7c62.7 0 86.5 32 149.3 32c37.1 0 56.4-9.5 119.5-32z" + }, + "regular": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 56c0-13.3-10.7-24-24-24S0 42.7 0 56V456c0 13.3 10.7 24 24 24s24-10.7 24-24V124.2l12.5-2.4c16.7-3.2 31.5-8.5 44.2-13.1l0 0 0 0c3.7-1.3 7.1-2.6 10.4-3.7c15.2-5.2 30.4-9.1 51.2-9.1c25.6 0 43 6 63.5 13.3l.5 .2c20.9 7.4 44.8 15.9 79.1 15.9c32.4 0 53.7-6.8 90.5-19.6V342.9l-9.5 3.3c-41.5 14.4-55.2 19.2-81 19.2c-25.7 0-43.1-6-63.6-13.3l-.6-.2c-20.8-7.4-44.8-15.8-79-15.8c-16.8 0-31 2-43.9 5c-12.9 3-20.9 16-17.9 28.9s16 20.9 28.9 17.9c9.6-2.2 20.1-3.7 32.9-3.7c25.6 0 43 6 63.5 13.3l.5 .2c20.9 7.4 44.8 15.9 79.1 15.9c34.4 0 56.4-7.7 97.8-22.2c7.5-2.6 15.5-5.4 24.4-8.5l16.2-5.5V360 72 38.4L416.2 49.3c-9.7 3.3-18.2 6.3-25.7 8.9c-41.5 14.4-55.2 19.2-81 19.2c-25.7 0-43.1-6-63.6-13.3l-.6-.2c-20.8-7.4-44.8-15.8-79-15.8c-27.8 0-48.5 5.5-66.6 11.6c-4.9 1.7-9.3 3.3-13.6 4.8c-11.9 4.3-22 7.9-34.7 10.3L48 75.4V56z" + }, + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 48V384C385 407 366 416 329 416C266 416 242 384 179 384C159 384 143 388 128 392V328C143 324 159 320 179 320C242 320 266 352 329 352C349 352 364 349 384 343V135C364 141 349 144 329 144C266 144 242 112 179 112C128 112 104 133 64 141V448C64 466 50 480 32 480S0 466 0 448V64C0 46 14 32 32 32S64 46 64 64V77C104 69 128 48 179 48C242 48 266 80 329 80C366 80 385 71 448 48Z" + } + }, + "free": [ + "brands", + "regular", + "solid" + ] + }, + "fonticons": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f280", + "label": "Fonticons", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z" + } + }, + "free": [ + "brands" + ] + }, + "fonticons-fi": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3a2", + "label": "Fonticons Fi", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z" + } + }, + "free": [ + "brands" + ] + }, + "football": { + "aliases": { + "names": [ + "football-ball" + ], + "unicodes": { + "composite": [ + "1f3c8" + ], + "secondary": [ + "10f44e" + ] + } + }, + "changes": [ + "5.0.5", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "american", + "american football", + "ball", + "fall", + "football", + "nfl", + "pigskin", + "seasonal" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f44e", + "label": "Football", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M247.5 25.4c-13.5 3.3-26.4 7.2-38.6 11.7C142.9 61.6 96.7 103.6 66 153.6c-18.3 29.8-30.9 62.3-39.2 95.4L264.5 486.6c13.5-3.3 26.4-7.2 38.6-11.7c66-24.5 112.2-66.5 142.9-116.5c18.3-29.8 30.9-62.3 39.1-95.3L247.5 25.4zM495.2 205.3c6.1-56.8 1.4-112.2-7.7-156.4c-2.7-12.9-13-22.9-26.1-25.1c-58.2-9.7-109.9-12-155.6-7.9L495.2 205.3zM206.1 496L16.8 306.7c-6.1 56.8-1.4 112.2 7.7 156.4c2.7 12.9 13 22.9 26.1 25.1c58.2 9.7 109.9 12 155.6 7.9zm54.6-331.3c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6z" + } + }, + "free": [ + "solid" + ] + }, + "fort-awesome": { + "changes": [ + "4.5.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [ + "castle" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f286", + "label": "Fort Awesome", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z" + } + }, + "free": [ + "brands" + ] + }, + "fort-awesome-alt": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "castle" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f3a3", + "label": "Alternate Fort Awesome", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7zm118.2 0H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7zm132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 1.1.8 1.7.6 1.1 1.1 2.2 1.7 3.3.1.2.2.3.3.5 2.2 4.1 4.4 8.2 6.8 12.2.2.4.5.8.7 1.2.7 1.1 1.3 2.2 2 3.3.3.5.6.9.9 1.4.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-2.1 2-3.2.3-.5.6-.9.9-1.4.7-1.1 1.3-2.2 2-3.3.2-.4.5-.8.7-1.2 2.4-4 4.6-8.1 6.8-12.2.1-.2.2-.3.3-.5.6-1.1 1.1-2.2 1.7-3.3.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7zM448 371.5c-9.4 15.5-20.6 29.9-33.6 42.9-20.6 20.6-44.5 36.7-71.2 48-13.9 5.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8c-14.7-2.9-29-7.3-42.9-13.2-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z" + } + }, + "free": [ + "brands" + ] + }, + "forumbee": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f211", + "label": "Forumbee", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7zm392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7zm15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8zm29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7z" + } + }, + "free": [ + "brands" + ] + }, + "forward": { + "aliases": { + "unicodes": { + "composite": [ + "23e9" + ], + "secondary": [ + "10f04e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "double", + "fast", + "fast-forward button", + "forward", + "next", + "skip" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f04e", + "label": "Forward", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4L224 214.3V256v41.7L52.5 440.6zM256 352V256 128 96c0-12.4 7.2-23.7 18.4-29s24.5-3.6 34.1 4.4l192 160c7.3 6.1 11.5 15.1 11.5 24.6s-4.2 18.5-11.5 24.6l-192 160c-9.5 7.9-22.8 9.7-34.1 4.4s-18.4-16.6-18.4-29V352z" + } + }, + "free": [ + "solid" + ] + }, + "forward-fast": { + "aliases": { + "names": [ + "fast-forward" + ], + "unicodes": { + "composite": [ + "23ed" + ], + "secondary": [ + "10f050" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "end", + "last", + "next", + "next scene", + "next track", + "next track button", + "triangle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f050", + "label": "Forward Fast", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M18.4 445c11.2 5.3 24.5 3.6 34.1-4.4L224 297.7V416c0 12.4 7.2 23.7 18.4 29s24.5 3.6 34.1-4.4L448 297.7V416c0 17.7 14.3 32 32 32s32-14.3 32-32V96c0-17.7-14.3-32-32-32s-32 14.3-32 32V214.3L276.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S224 83.6 224 96V214.3L52.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S0 83.6 0 96V416c0 12.4 7.2 23.7 18.4 29z" + } + }, + "free": [ + "solid" + ] + }, + "forward-step": { + "aliases": { + "names": [ + "step-forward" + ], + "unicodes": { + "secondary": [ + "10f051" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "end", + "last", + "next" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f051", + "label": "Forward Step", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4l192 160L256 241V96c0-17.7 14.3-32 32-32s32 14.3 32 32V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V271l-11.5 9.6-192 160z" + } + }, + "free": [ + "solid" + ] + }, + "foursquare": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f180", + "label": "Foursquare", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 368, + 512 + ], + "width": 368, + "height": 512, + "path": "M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3zm-16.3 73.8l-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5z" + } + }, + "free": [ + "brands" + ] + }, + "franc-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "French Franc Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e18f", + "label": "Franc Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M80 32C62.3 32 48 46.3 48 64V224v96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v64c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V256H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z" + } + }, + "free": [ + "solid" + ] + }, + "free-code-camp": { + "changes": [ + "4.7.0", + "5.0.0", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2c5", + "label": "freeCodeCamp", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M97.22,96.21c10.36-10.65,16-17.12,16-21.9,0-2.76-1.92-5.51-3.83-7.42A14.81,14.81,0,0,0,101,64.05c-8.48,0-20.92,8.79-35.84,25.69C23.68,137,2.51,182.81,3.37,250.34s17.47,117,54.06,161.87C76.22,435.86,90.62,448,100.9,448a13.55,13.55,0,0,0,8.37-3.84c1.91-2.76,3.81-5.63,3.81-8.38,0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165C32.25,188.8,54,137.83,97.22,96.21ZM239.47,420.07c.58.37.91.55.91.55Zm93.79.55.17-.13C333.24,420.62,333.17,420.67,333.26,420.62Zm3.13-158.18c-16.24-4.15,50.41-82.89-68.05-177.17,0,0,15.54,49.38-62.83,159.57-74.27,104.35,23.46,168.73,34,175.23-6.73-4.35-47.4-35.7,9.55-128.64,11-18.3,25.53-34.87,43.5-72.16,0,0,15.91,22.45,7.6,71.13C287.7,364,354,342.91,355,343.94c22.75,26.78-17.72,73.51-21.58,76.55,5.49-3.65,117.71-78,33-188.1C360.43,238.4,352.62,266.59,336.39,262.44ZM510.88,89.69C496,72.79,483.52,64,475,64a14.81,14.81,0,0,0-8.39,2.84c-1.91,1.91-3.83,4.66-3.83,7.42,0,4.78,5.6,11.26,16,21.9,43.23,41.61,65,92.59,64.82,154.06-.16,68-23,122.63-67.48,165-9.34,8.35-13.18,14.92-13.2,20.55,0,2.75,1.9,5.62,3.81,8.38A13.61,13.61,0,0,0,475.1,448c10.28,0,24.68-12.13,43.47-35.79,36.59-44.85,53.14-94.38,54.06-161.87S552.32,137,510.88,89.69Z" + } + }, + "free": [ + "brands" + ] + }, + "freebsd": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3a4", + "label": "FreeBSD", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2-11.1 11.1-39.4.9-63.1-22.9-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8z" + } + }, + "free": [ + "brands" + ] + }, + "frog": { + "aliases": { + "unicodes": { + "secondary": [ + "10f52e" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "amphibian", + "bullfrog", + "fauna", + "hop", + "kermit", + "kiss", + "prince", + "ribbit", + "toad", + "wart" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f52e", + "label": "Frog", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M368 32c41.7 0 75.9 31.8 79.7 72.5l85.6 26.3c25.4 7.8 42.8 31.3 42.8 57.9c0 21.8-11.7 41.9-30.7 52.7L400.8 323.5 493.3 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H480c-8.5 0-16.6-3.4-22.6-9.4L346.9 360.2c11.7-36 3.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1L101 324.4c-6.4 6.1-6.7 16.2-.6 22.6s16.2 6.6 22.6 .6l73.8-70.2 .1-.1 .1-.1c3.5-3.5 7.3-6.6 11.3-9.2c27.9-18.5 65.9-15.4 90.5 9.2c24.7 24.7 27.7 62.9 9 90.9c-2.6 3.8-5.6 7.5-9 10.9L261.8 416H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-35.3 0-64-28.7-64-64C0 249.6 127 112.9 289.3 97.5C296.2 60.2 328.8 32 368 32zm0 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + }, + "free": [ + "solid" + ] + }, + "fulcrum": { + "changes": [ + "5.0.12", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f50b", + "label": "Fulcrum", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M95.75 164.14l-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14l35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z" + } + }, + "free": [ + "brands" + ] + }, + "futbol": { + "aliases": { + "names": [ + "futbol-ball", + "soccer-ball" + ], + "unicodes": { + "composite": [ + "26bd" + ], + "secondary": [ + "10f1e3" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "football", + "mls", + "soccer", + "soccer ball" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1e3", + "label": "Futbol", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M417.3 360.1l-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6C289.5 445.8 273 448 256 448s-33.5-2.2-49.2-6.4L189.2 372c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15l-26.7-66.6C128 109.2 155.3 89 186.7 76.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z" + }, + "regular": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M435.4 361.3l-89.7-6c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-22 87.2c-14.4 3.2-29.4 4.8-44.8 4.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7 6C61.7 335.9 51.9 307 49 276.2L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L100.4 118c19.9-22.4 44.6-40.5 72.4-52.7l69.1 57.6c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l69.1-57.6c27.8 12.2 52.5 30.3 72.4 52.7l-33.4 83.4c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9L463 276.2c-3 30.8-12.7 59.7-27.6 85.1zM256 48l.9 0h-1.8l.9 0zM56.7 196.2c.9-3 1.9-6.1 2.9-9.1l-2.9 9.1zM132 423l3.8 2.7c-1.3-.9-2.5-1.8-3.8-2.7zm248.1-.1c-1.3 1-2.7 2-4 2.9l4-2.9zm75.2-226.6l-3-9.2c1.1 3 2.1 6.1 3 9.2zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "g": { + "aliases": { + "unicodes": { + "composite": [ + "67" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter G", + "Latin Small Letter G", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "47", + "label": "G", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 96C135.6 96 64 167.6 64 256s71.6 160 160 160c77.4 0 142-55 156.8-128H256c-17.7 0-32-14.3-32-32s14.3-32 32-32H400c25.8 0 49.6 21.4 47.2 50.6C437.8 389.6 341.4 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32c57.4 0 109.7 21.6 149.3 57c13.2 11.8 14.3 32 2.5 45.2s-32 14.3-45.2 2.5C302.3 111.4 265 96 224 96z" + } + }, + "free": [ + "solid" + ] + }, + "galactic-republic": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [ + "politics", + "star wars" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f50c", + "label": "Galactic Republic", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248zm0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53zm27.62 21.81v24.62a185.933 185.933 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8zm-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67V46.41zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.873 77.873 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58h-31zm183.24 30.72l-17.36 17.36a186.337 186.337 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03zm-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52l-17.39-17.39zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96h-24.62zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65zm222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39h-.08z" + } + }, + "free": [ + "brands" + ] + }, + "galactic-senate": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [ + "star wars" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f50d", + "label": "Galactic Senate", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48h-12.28zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07zm64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.49 147.49 0 0 0-27.45-9.08zm-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93zm0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65c0-22.42 18.18-40.6 40.6-40.6zm0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96zm0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82zm-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67z" + } + }, + "free": [ + "brands" + ] + }, + "gamepad": { + "aliases": { + "unicodes": { + "secondary": [ + "10f11b" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arcade", + "controller", + "d-pad", + "joystick", + "video", + "video game" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f11b", + "label": "Gamepad", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 64C86 64 0 150 0 256S86 448 192 448H448c106 0 192-86 192-192s-86-192-192-192H192zM496 168a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM392 304a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM168 200c0-13.3 10.7-24 24-24s24 10.7 24 24v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V200z" + } + }, + "free": [ + "solid" + ] + }, + "gas-pump": { + "aliases": { + "unicodes": { + "composite": [ + "26fd" + ], + "secondary": [ + "10f52f" + ] + } + }, + "changes": [ + "5.0.13", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "car", + "diesel", + "fuel", + "fuel pump", + "fuelpump", + "gas", + "gasoline", + "petrol", + "pump", + "station" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f52f", + "label": "Gas Pump", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 64C32 28.7 60.7 0 96 0H256c35.3 0 64 28.7 64 64V256h8c48.6 0 88 39.4 88 88v32c0 13.3 10.7 24 24 24s24-10.7 24-24V222c-27.6-7.1-48-32.2-48-62V96L384 64c-8.8-8.8-8.8-23.2 0-32s23.2-8.8 32 0l77.3 77.3c12 12 18.7 28.3 18.7 45.3V168v24 32V376c0 39.8-32.2 72-72 72s-72-32.2-72-72V344c0-22.1-17.9-40-40-40h-8V448c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V64zM96 80v96c0 8.8 7.2 16 16 16H240c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16z" + } + }, + "free": [ + "solid" + ] + }, + "gauge": { + "aliases": { + "names": [ + "dashboard", + "gauge-med", + "tachometer-alt-average" + ], + "unicodes": { + "secondary": [ + "10f624" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dashboard", + "fast", + "odometer", + "speed", + "speedometer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f624", + "label": "Gauge", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3V88c0-13.3-10.7-24-24-24s-24 10.7-24 24V292.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64zM144 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm-16 80a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM400 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + }, + "free": [ + "solid" + ] + }, + "gauge-high": { + "aliases": { + "names": [ + "tachometer-alt", + "tachometer-alt-fast" + ], + "unicodes": { + "composite": [ + "f3fd" + ], + "primary": [ + "f3fd" + ], + "secondary": [ + "10f3fd", + "10f625" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dashboard", + "fast", + "odometer", + "speed", + "speedometer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f625", + "label": "Gauge High", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM256 416c35.3 0 64-28.7 64-64c0-17.4-6.9-33.1-18.1-44.6L366 161.7c5.3-12.1-.2-26.3-12.3-31.6s-26.3 .2-31.6 12.3L257.9 288c-.6 0-1.3 0-1.9 0c-35.3 0-64 28.7-64 64s28.7 64 64 64zM176 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm352-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + }, + "free": [ + "solid" + ] + }, + "gauge-simple": { + "aliases": { + "names": [ + "gauge-simple-med", + "tachometer-average" + ], + "unicodes": { + "secondary": [ + "10f629" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dashboard", + "fast", + "odometer", + "speed", + "speedometer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f629", + "label": "Gauge Simple", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3V88c0-13.3-10.7-24-24-24s-24 10.7-24 24V292.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64z" + } + }, + "free": [ + "solid" + ] + }, + "gauge-simple-high": { + "aliases": { + "names": [ + "tachometer", + "tachometer-fast" + ], + "unicodes": { + "composite": [ + "f0e4" + ], + "primary": [ + "f0e4" + ], + "secondary": [ + "10f0e4", + "10f62a" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dashboard", + "fast", + "odometer", + "speed", + "speedometer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f62a", + "label": "Gauge Simple High", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-15.9-5.8-30.4-15.3-41.6l76.6-147.4c6.1-11.8 1.5-26.3-10.2-32.4s-26.2-1.5-32.4 10.2L262.1 288.3c-2-.2-4-.3-6.1-.3c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64z" + } + }, + "free": [ + "solid" + ] + }, + "gavel": { + "aliases": { + "names": [ + "legal" + ], + "unicodes": { + "secondary": [ + "10f0e3" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hammer", + "judge", + "law", + "lawyer", + "opinion" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0e3", + "label": "Gavel", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M318.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-120 120c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l4-4L325.4 293.4l-4 4c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l120-120c12.5-12.5 12.5-32.8 0-45.3l-16-16c-12.5-12.5-32.8-12.5-45.3 0l-4 4L330.6 74.6l4-4c12.5-12.5 12.5-32.8 0-45.3l-16-16zm-152 288c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l48 48c12.5 12.5 32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-1.4-1.4L272 285.3 226.7 240 168 298.7l-1.4-1.4z" + } + }, + "free": [ + "solid" + ] + }, + "gear": { + "aliases": { + "names": [ + "cog" + ], + "unicodes": { + "composite": [ + "2699" + ], + "secondary": [ + "10f013" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cog", + "cogwheel", + "gear", + "mechanical", + "settings", + "sprocket", + "tool", + "wheel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f013", + "label": "Gear", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z" + } + }, + "free": [ + "solid" + ] + }, + "gears": { + "aliases": { + "names": [ + "cogs" + ], + "unicodes": { + "secondary": [ + "10f085" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "gears", + "mechanical", + "settings", + "sprocket", + "wheel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f085", + "label": "Gears", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5L304 89.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1l-28.2 9.3c-10.7-8.8-23-16-36.2-20.9L199 27.1c-1.9-9.3-9.1-16.7-18.5-17.8C173.9 8.4 167.2 8 160.4 8h-.7c-6.8 0-13.5 .4-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9L50.5 67.8c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8C32.6 161.9 32 168.9 32 176s.6 14.1 1.7 20.9L11.5 216.7c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8c6.7 .8 13.5 1.2 20.4 1.2s13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7 .9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM504.7 500.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2l29.1-6.1c9.3-1.9 16.7-9.1 17.8-18.5c.8-6.7 1.2-13.5 1.2-20.4s-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5L583.9 307c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1 .6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2L315.1 313c-9.3 1.9-16.7 9.1-17.8 18.5c-.8 6.7-1.2 13.5-1.2 20.4s.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6 .9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + }, + "free": [ + "solid" + ] + }, + "gem": { + "aliases": { + "unicodes": { + "composite": [ + "1f48e" + ], + "secondary": [ + "10f3a5" + ] + } + }, + "changes": [ + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "diamond", + "gem", + "gem stone", + "jewel", + "jewelry", + "sapphire", + "stone", + "treasure" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f3a5", + "label": "Gem", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M116.7 33.8c4.5-6.1 11.7-9.8 19.3-9.8H376c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152zm38.5 39.8c-3.3 2.5-4.2 7-2.1 10.5l57.4 95.6L63.3 192c-4.1 .3-7.3 3.8-7.3 8s3.2 7.6 7.3 8l192 16c.4 0 .9 0 1.3 0l192-16c4.1-.3 7.3-3.8 7.3-8s-3.2-7.6-7.3-8L301.5 179.8l57.4-95.6c2.1-3.5 1.2-8.1-2.1-10.5s-7.9-2-10.7 1L256 172.2 165.9 74.6c-2.8-3-7.4-3.4-10.7-1z" + }, + "regular": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M168.5 72L256 165l87.5-93h-175zM383.9 99.1L311.5 176h129L383.9 99.1zm50 124.9H256 78.1L256 420.3 433.9 224zM71.5 176h129L128.1 99.1 71.5 176zm434.3 40.1l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152c4.5-6.1 11.7-9.8 19.3-9.8H376c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "genderless": { + "aliases": { + "unicodes": { + "secondary": [ + "10f22d" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "androgynous", + "asexual", + "gender", + "sexless" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f22d", + "label": "Genderless", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 144a112 112 0 1 1 0 224 112 112 0 1 1 0-224zm0 288a176 176 0 1 0 0-352 176 176 0 1 0 0 352z" + } + }, + "free": [ + "solid" + ] + }, + "get-pocket": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f265", + "label": "Get Pocket", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z" + } + }, + "free": [ + "brands" + ] + }, + "gg": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f260", + "label": "GG Currency", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M179.2 230.4l102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5 25.6-25.6zM332.8 76.8L230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256 332.8 76.8z" + } + }, + "free": [ + "brands" + ] + }, + "gg-circle": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f261", + "label": "GG Currency Circle", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z" + } + }, + "free": [ + "brands" + ] + }, + "ghost": { + "aliases": { + "unicodes": { + "composite": [ + "1f47b" + ], + "secondary": [ + "10f6e2" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apparition", + "blinky", + "clyde", + "creature", + "face", + "fairy tale", + "fantasy", + "floating", + "ghost", + "halloween", + "holiday", + "inky", + "monster", + "pacman", + "pinky", + "spirit" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6e2", + "label": "Ghost", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M40.1 467.1l-11.2 9c-3.2 2.5-7.1 3.9-11.1 3.9C8 480 0 472 0 462.2V192C0 86 86 0 192 0S384 86 384 192V462.2c0 9.8-8 17.8-17.8 17.8c-4 0-7.9-1.4-11.1-3.9l-11.2-9c-13.4-10.7-32.8-9-44.1 3.9L269.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6l-26.6-30.5c-12.7-14.6-35.4-14.6-48.2 0L141.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6L84.2 471c-11.3-12.9-30.7-14.6-44.1-3.9zM160 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "gift": { + "aliases": { + "unicodes": { + "composite": [ + "1f381" + ], + "secondary": [ + "10f06b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "box", + "celebration", + "christmas", + "generosity", + "gift", + "giving", + "holiday", + "party", + "present", + "wrapped", + "wrapped gift", + "xmas" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f06b", + "label": "Gift", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M190.5 68.8L225.3 128H224 152c-22.1 0-40-17.9-40-40s17.9-40 40-40h2.2c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H438.4c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0H152C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40H288h-1.3l34.8-59.2C329.1 55.9 342.9 48 357.8 48H360c22.1 0 40 17.9 40 40zM32 288V464c0 26.5 21.5 48 48 48H224V288H32zM288 512H432c26.5 0 48-21.5 48-48V288H288V512z" + } + }, + "free": [ + "solid" + ] + }, + "gifts": { + "aliases": { + "unicodes": { + "secondary": [ + "10f79c" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "christmas", + "generosity", + "giving", + "holiday", + "party", + "present", + "wrapped", + "xmas" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f79c", + "label": "Gifts", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16L144.7 46.2l-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H200.6c-5.4-9.4-8.6-20.3-8.6-32V256c0-29.9 20.5-55 48.2-62c1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96H217.8l28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3L192.5 55.1 200.6 32zM363.5 185.5L393.1 224H344c-13.3 0-24-10.7-24-24c0-13.1 10.8-24 24.2-24c7.6 0 14.7 3.5 19.3 9.5zM272 200c0 8.4 1.4 16.5 4.1 24H272c-26.5 0-48 21.5-48 48v80H416V256h32v96H640V272c0-26.5-21.5-48-48-48h-4.1c2.7-7.5 4.1-15.6 4.1-24c0-39.9-32.5-72-72.2-72c-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7 0-72.2 32.1-72.2 72zM224 464c0 26.5 21.5 48 48 48H416V384H224v80zm224 48H592c26.5 0 48-21.5 48-48V384H448V512zm96-312c0 13.3-10.7 24-24 24H470.9l29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5c13.4 0 24.2 10.9 24.2 24z" + } + }, + "free": [ + "solid" + ] + }, + "git": { + "changes": [ + "4.1.0", + "5.0.0", + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1d3", + "label": "Git", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11zm-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16zm133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61zM512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z" + } + }, + "free": [ + "brands" + ] + }, + "git-alt": { + "changes": [ + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f841", + "label": "Git Alt", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z" + } + }, + "free": [ + "brands" + ] + }, + "github": { + "changes": [ + "2.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "octocat" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f09b", + "label": "GitHub", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" + } + }, + "free": [ + "brands" + ] + }, + "github-alt": { + "changes": [ + "3.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "octocat" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f113", + "label": "Alternate GitHub", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 480, + 512 + ], + "width": 480, + "height": 512, + "path": "M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z" + } + }, + "free": [ + "brands" + ] + }, + "gitkraken": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3a6", + "label": "GitKraken", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 592, + 512 + ], + "width": 592, + "height": 512, + "path": "M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z" + } + }, + "free": [ + "brands" + ] + }, + "gitlab": { + "changes": [ + "4.6.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "Axosoft" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f296", + "label": "GitLab", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M503.5 204.6L502.8 202.8L433.1 21.02C431.7 17.45 429.2 14.43 425.9 12.38C423.5 10.83 420.8 9.865 417.9 9.57C415 9.275 412.2 9.653 409.5 10.68C406.8 11.7 404.4 13.34 402.4 15.46C400.5 17.58 399.1 20.13 398.3 22.9L351.3 166.9H160.8L113.7 22.9C112.9 20.13 111.5 17.59 109.6 15.47C107.6 13.35 105.2 11.72 102.5 10.7C99.86 9.675 96.98 9.295 94.12 9.587C91.26 9.878 88.51 10.83 86.08 12.38C82.84 14.43 80.33 17.45 78.92 21.02L9.267 202.8L8.543 204.6C-1.484 230.8-2.72 259.6 5.023 286.6C12.77 313.5 29.07 337.3 51.47 354.2L51.74 354.4L52.33 354.8L158.3 434.3L210.9 474L242.9 498.2C246.6 500.1 251.2 502.5 255.9 502.5C260.6 502.5 265.2 500.1 268.9 498.2L300.9 474L353.5 434.3L460.2 354.4L460.5 354.1C482.9 337.2 499.2 313.5 506.1 286.6C514.7 259.6 513.5 230.8 503.5 204.6z" + } + }, + "free": [ + "brands" + ] + }, + "gitter": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f426", + "label": "Gitter", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z" + } + }, + "free": [ + "brands" + ] + }, + "glass-water": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "potable", + "water" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4f4", + "label": "Glass Water", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3H275.3c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0H32zM73 156.5L66.4 64H317.6L311 156.5l-24.2 12.1c-19.4 9.7-42.2 9.7-61.6 0c-20.9-10.4-45.5-10.4-66.4 0c-19.4 9.7-42.2 9.7-61.6 0L73 156.5z" + } + }, + "free": [ + "solid" + ] + }, + "glass-water-droplet": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "potable", + "water" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4f5", + "label": "Glass Water Droplet", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3H275.3c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0H32zM83 297.5L66.4 64H317.6L301 297.5 288 304c-20.1 10.1-43.9 10.1-64 0s-43.9-10.1-64 0s-43.9 10.1-64 0l-13-6.5zM256 196c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6 0C161.7 125.9 128 172 128 196c0 33.1 28.7 60 64 60s64-26.9 64-60z" + } + }, + "free": [ + "solid" + ] + }, + "glasses": { + "aliases": { + "unicodes": { + "secondary": [ + "10f530" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hipster", + "nerd", + "reading", + "sight", + "spectacles", + "vision" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f530", + "label": "Glasses", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M118.6 80c-11.5 0-21.4 7.9-24 19.1L57 260.3c20.5-6.2 48.3-12.3 78.7-12.3c32.3 0 61.8 6.9 82.8 13.5c10.6 3.3 19.3 6.7 25.4 9.2c3.1 1.3 5.5 2.4 7.3 3.2c.9 .4 1.6 .7 2.1 1l.6 .3 .2 .1 .1 0 0 0 0 0s0 0-6.3 12.7h0l6.3-12.7c5.8 2.9 10.4 7.3 13.5 12.7h40.6c3.1-5.3 7.7-9.8 13.5-12.7l6.3 12.7h0c-6.3-12.7-6.3-12.7-6.3-12.7l0 0 0 0 .1 0 .2-.1 .6-.3c.5-.2 1.2-.6 2.1-1c1.8-.8 4.2-1.9 7.3-3.2c6.1-2.6 14.8-5.9 25.4-9.2c21-6.6 50.4-13.5 82.8-13.5c30.4 0 58.2 6.1 78.7 12.3L481.4 99.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1 0-6.2 .6-9.2 1.8L416.9 94.3c-12.3 4.9-26.3-1.1-31.2-13.4s1.1-26.3 13.4-31.2l31.3-12.5c8.6-3.4 17.7-5.2 27-5.2c33.8 0 63.1 23.3 70.8 56.2l43.9 188c1.7 7.3 2.9 14.7 3.5 22.1c.3 1.9 .5 3.8 .5 5.7v6.7V352v16c0 61.9-50.1 112-112 112H419.7c-59.4 0-108.5-46.4-111.8-105.8L306.6 352H269.4l-1.2 22.2C264.9 433.6 215.8 480 156.3 480H112C50.1 480 0 429.9 0 368V352 310.7 304c0-1.9 .2-3.8 .5-5.7c.6-7.4 1.8-14.8 3.5-22.1l43.9-188C55.5 55.3 84.8 32 118.6 32c9.2 0 18.4 1.8 27 5.2l31.3 12.5c12.3 4.9 18.3 18.9 13.4 31.2s-18.9 18.3-31.2 13.4L127.8 81.8c-2.9-1.2-6-1.8-9.2-1.8zM64 325.4V368c0 26.5 21.5 48 48 48h44.3c25.5 0 46.5-19.9 47.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5c-23.7 0-46.2 5.1-63.2 10.5c-3.1 1-5.9 1.9-8.5 2.9zM512 368V325.4c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5c-23.7 0-46.4 5.1-63.6 10.5c-2.7 .8-5.2 1.7-7.5 2.5l2.5 45.6c1.4 25.4 22.5 45.3 47.9 45.3H464c26.5 0 48-21.5 48-48z" + } + }, + "free": [ + "solid" + ] + }, + "glide": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2a5", + "label": "Glide", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5z" + } + }, + "free": [ + "brands" + ] + }, + "glide-g": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2a6", + "label": "Glide G", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4z" + } + }, + "free": [ + "brands" + ] + }, + "globe": { + "aliases": { + "unicodes": { + "composite": [ + "1f310" + ], + "secondary": [ + "10f0ac" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.9", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "all", + "coordinates", + "country", + "earth", + "global", + "globe", + "globe with meridians", + "gps", + "internet", + "language", + "localize", + "location", + "map", + "meridians", + "network", + "online", + "place", + "planet", + "translate", + "travel", + "world" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0ac", + "label": "Globe", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 256c0 22.2-1.2 43.6-3.3 64H163.3c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64H348.7c2.2 20.4 3.3 41.8 3.3 64zm28.8-64H503.9c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64H380.8c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32H376.7c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0H167.7c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0H18.6C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192H131.2c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64H8.1C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6H344.3c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352H135.3zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6H493.4z" + } + }, + "free": [ + "solid" + ] + }, + "gofore": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3a7", + "label": "Gofore", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 400, + 512 + ], + "width": 400, + "height": 512, + "path": "M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z" + } + }, + "free": [ + "brands" + ] + }, + "golang": { + "changes": [ + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e40f", + "label": "Go", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M400.1 194.8C389.2 197.6 380.2 199.1 371 202.4C363.7 204.3 356.3 206.3 347.8 208.5L347.2 208.6C343 209.8 342.6 209.9 338.7 205.4C334 200.1 330.6 196.7 324.1 193.5C304.4 183.9 285.4 186.7 267.7 198.2C246.5 211.9 235.6 232.2 235.9 257.4C236.2 282.4 253.3 302.9 277.1 306.3C299.1 309.1 316.9 301.7 330.9 285.8C333 283.2 334.9 280.5 337 277.5V277.5L337 277.5C337.8 276.5 338.5 275.4 339.3 274.2H279.2C272.7 274.2 271.1 270.2 273.3 264.9C277.3 255.2 284.8 239 289.2 230.9C290.1 229.1 292.3 225.1 296.1 225.1H397.2C401.7 211.7 409 198.2 418.8 185.4C441.5 155.5 468.1 139.9 506 133.4C537.8 127.8 567.7 130.9 594.9 149.3C619.5 166.1 634.7 188.9 638.8 218.8C644.1 260.9 631.9 295.1 602.1 324.4C582.4 345.3 557.2 358.4 528.2 364.3C522.6 365.3 517.1 365.8 511.7 366.3C508.8 366.5 506 366.8 503.2 367.1C474.9 366.5 449 358.4 427.2 339.7C411.9 326.4 401.3 310.1 396.1 291.2C392.4 298.5 388.1 305.6 382.1 312.3C360.5 341.9 331.2 360.3 294.2 365.2C263.6 369.3 235.3 363.4 210.3 344.7C187.3 327.2 174.2 304.2 170.8 275.5C166.7 241.5 176.7 210.1 197.2 184.2C219.4 155.2 248.7 136.8 284.5 130.3C313.8 124.1 341.8 128.4 367.1 145.6C383.6 156.5 395.4 171.4 403.2 189.5C405.1 192.3 403.8 193.9 400.1 194.8zM48.3 200.4C47.05 200.4 46.74 199.8 47.36 198.8L53.91 190.4C54.53 189.5 56.09 188.9 57.34 188.9H168.6C169.8 188.9 170.1 189.8 169.5 190.7L164.2 198.8C163.6 199.8 162 200.7 161.1 200.7L48.3 200.4zM1.246 229.1C0 229.1-.3116 228.4 .3116 227.5L6.855 219.1C7.479 218.2 9.037 217.5 10.28 217.5H152.4C153.6 217.5 154.2 218.5 153.9 219.4L151.4 226.9C151.1 228.1 149.9 228.8 148.6 228.8L1.246 229.1zM75.72 255.9C75.1 256.8 75.41 257.7 76.65 257.7L144.6 258C145.5 258 146.8 257.1 146.8 255.9L147.4 248.4C147.4 247.1 146.8 246.2 145.5 246.2H83.2C81.95 246.2 80.71 247.1 80.08 248.1L75.72 255.9zM577.2 237.9C577 235.3 576.9 233.1 576.5 230.9C570.9 200.1 542.5 182.6 512.9 189.5C483.9 196 465.2 214.4 458.4 243.7C452.8 268 464.6 292.6 487 302.6C504.2 310.1 521.3 309.2 537.8 300.7C562.4 287.1 575.8 268 577.4 241.2C577.3 240 577.3 238.9 577.2 237.9z" + } + }, + "free": [ + "brands" + ] + }, + "golf-ball-tee": { + "aliases": { + "names": [ + "golf-ball" + ], + "unicodes": { + "secondary": [ + "10f450" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "caddy", + "eagle", + "putt", + "tee" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f450", + "label": "Golf Ball Tee", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 192c0 66.8-34.1 125.6-85.8 160H85.8C34.1 317.6 0 258.8 0 192C0 86 86 0 192 0S384 86 384 192zM242.1 256.6c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4c0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H240c-8.8 0-16 7.2-16 16v16c0 17.7-14.3 32-32 32s-32-14.3-32-32V464c0-8.8-7.2-16-16-16H128c-17.7 0-32-14.3-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "goodreads": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3a8", + "label": "Goodreads", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3zM448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56zM330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3z" + } + }, + "free": [ + "brands" + ] + }, + "goodreads-g": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3a9", + "label": "Goodreads G", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7z" + } + }, + "free": [ + "brands" + ] + }, + "google": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1a0", + "label": "Google Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 488, + 512 + ], + "width": 488, + "height": 512, + "path": "M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z" + } + }, + "free": [ + "brands" + ] + }, + "google-drive": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3aa", + "label": "Google Drive", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M339 314.9L175.4 32h161.2l163.6 282.9H339zm-137.5 23.6L120.9 480h310.5L512 338.5H201.5zM154.1 67.4L0 338.5 80.6 480 237 208.8 154.1 67.4z" + } + }, + "free": [ + "brands" + ] + }, + "google-pay": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e079", + "label": "Google Pay", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M105.72,215v41.25h57.1a49.66,49.66,0,0,1-21.14,32.6c-9.54,6.55-21.72,10.28-36,10.28-27.6,0-50.93-18.91-59.3-44.22a65.61,65.61,0,0,1,0-41l0,0c8.37-25.46,31.7-44.37,59.3-44.37a56.43,56.43,0,0,1,40.51,16.08L176.47,155a101.24,101.24,0,0,0-70.75-27.84,105.55,105.55,0,0,0-94.38,59.11,107.64,107.64,0,0,0,0,96.18v.15a105.41,105.41,0,0,0,94.38,59c28.47,0,52.55-9.53,70-25.91,20-18.61,31.41-46.15,31.41-78.91A133.76,133.76,0,0,0,205.38,215Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46,0-39.34,8.34-50.5,24.86l20.85,13.26q11.45-17,31.26-17a34.05,34.05,0,0,1,22.75,8.79A28.14,28.14,0,0,1,487.79,248v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44,0-29.65,3.88-39.49,11.77s-14.82,18.31-14.82,31.56a39.74,39.74,0,0,0,13.94,31.27c9.25,8.34,21,12.51,34.79,12.51,16.29,0,29.21-7.3,39-21.89h1v17.72h22.61V250C510.25,233.45,505.26,220.34,495.13,211ZM475.9,300.3a37.32,37.32,0,0,1-26.57,11.16A28.61,28.61,0,0,1,431,305.21a19.41,19.41,0,0,1-7.77-15.63c0-7,3.22-12.81,9.54-17.42s14.53-7,24.07-7C470,265,480.3,268,487.64,273.94,487.64,284.07,483.68,292.85,475.9,300.3Zm-93.65-142A55.71,55.71,0,0,0,341.74,142H279.07V328.74H302.7V253.1h39c16,0,29.5-5.36,40.51-15.93.88-.89,1.76-1.79,2.65-2.68A54.45,54.45,0,0,0,382.25,158.26Zm-16.58,62.23a30.65,30.65,0,0,1-23.34,9.68H302.7V165h39.63a32,32,0,0,1,22.6,9.23A33.18,33.18,0,0,1,365.67,220.49ZM614.31,201,577.77,292.7h-.45L539.9,201H514.21L566,320.55l-29.35,64.32H561L640,201Z" + } + }, + "free": [ + "brands" + ] + }, + "google-play": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3ab", + "label": "Google Play", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z" + } + }, + "free": [ + "brands" + ] + }, + "google-plus": { + "changes": [ + "4.6.0", + "5.0.0", + "5.13.1" + ], + "ligatures": [], + "search": { + "terms": [ + "google-plus-circle", + "google-plus-official" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f2b3", + "label": "Google Plus", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256,8C119.1,8,8,119.1,8,256S119.1,504,256,504,504,392.9,504,256,392.9,8,256,8ZM185.3,380a124,124,0,0,1,0-248c31.3,0,60.1,11,83,32.3l-33.6,32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9,0-77.2,35.5-77.2,78.1S142.3,334,185.3,334c32.6,0,64.9-19.1,70.1-53.3H185.3V238.1H302.2a109.2,109.2,0,0,1,1.9,20.7c0,70.8-47.5,121.2-118.8,121.2ZM415.5,273.8v35.5H380V273.8H344.5V238.3H380V202.8h35.5v35.5h35.2v35.5Z" + } + }, + "free": [ + "brands" + ] + }, + "google-plus-g": { + "changes": [ + "2.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "google-plus", + "social network" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f0d5", + "label": "Google Plus G", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z" + } + }, + "free": [ + "brands" + ] + }, + "google-wallet": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1ee", + "label": "Google Wallet", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3zM109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5zm47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368H157.1zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6z" + } + }, + "free": [ + "brands" + ] + }, + "gopuram": { + "aliases": { + "unicodes": { + "secondary": [ + "10f664" + ] + } + }, + "changes": [ + "5.3.0", + "5.7.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "entrance", + "hinduism", + "temple", + "tower" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f664", + "label": "Gopuram", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M120 0c13.3 0 24 10.7 24 24v8h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8h48V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8V64v64c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H416V352H384V224H352V128H320v96h32V352h32V512H304V464c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H128V352h32V224h32V128H160v96H128V352H96V512H32c-17.7 0-32-14.3-32-32V384c0-17.7 14.3-32 32-32V256c0-17.7 14.3-32 32-32V160c0-17.7 14.3-32 32-32V64 32 24c0-13.3 10.7-24 24-24zM256 272c-17.7 0-32 14.3-32 32v48h64V304c0-17.7-14.3-32-32-32zm-32-80v32h64V192c0-17.7-14.3-32-32-32s-32 14.3-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "graduation-cap": { + "aliases": { + "names": [ + "mortar-board" + ], + "unicodes": { + "composite": [ + "1f393" + ], + "secondary": [ + "10f19d" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.2.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cap", + "celebration", + "ceremony", + "clothing", + "college", + "graduate", + "graduation", + "graduation cap", + "hat", + "learning", + "school", + "student" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f19d", + "label": "Graduation Cap", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9v28.1c0 28.4-10.8 57.7-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7C90.3 344.3 86 329.8 80 316.5V291.9c0-30.2 10.2-58.7 27.9-81.5c12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5 .8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32zM128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6 354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6L143.3 262.6 128 408z" + } + }, + "free": [ + "solid" + ] + }, + "gratipay": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "like", + "love" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f184", + "label": "Gratipay (Gittip)", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm114.6 226.4l-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72z" + } + }, + "free": [ + "brands" + ] + }, + "grav": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2d6", + "label": "Grav", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z" + } + }, + "free": [ + "brands" + ] + }, + "greater-than": { + "aliases": { + "unicodes": { + "composite": [ + "f531" + ], + "primary": [ + "f531" + ], + "secondary": [ + "103e", + "10f531" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Greater-Than Sign", + "arithmetic", + "compare", + "math" + ] + }, + "styles": [ + "solid" + ], + "unicode": "3e", + "label": "Greater Than", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M3.4 81.7c-7.9 15.8-1.5 35 14.3 42.9L280.5 256 17.7 387.4C1.9 395.3-4.5 414.5 3.4 430.3s27.1 22.2 42.9 14.3l320-160c10.8-5.4 17.7-16.5 17.7-28.6s-6.8-23.2-17.7-28.6l-320-160c-15.8-7.9-35-1.5-42.9 14.3z" + } + }, + "free": [ + "solid" + ] + }, + "greater-than-equal": { + "aliases": { + "unicodes": { + "secondary": [ + "10f532" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arithmetic", + "compare", + "math" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f532", + "label": "Greater Than Equal", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M52.1 93.7C35.7 87.1 27.7 68.5 34.3 52.1s25.2-24.4 41.6-17.8l320 128C408 167.1 416 178.9 416 192s-8 24.9-20.1 29.7l-320 128c-16.4 6.6-35-1.4-41.6-17.8s1.4-35 17.8-41.6L297.8 192 52.1 93.7zM416 416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416z" + } + }, + "free": [ + "solid" + ] + }, + "grip": { + "aliases": { + "names": [ + "grip-horizontal" + ], + "unicodes": { + "secondary": [ + "10f58d" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affordance", + "drag", + "drop", + "grab", + "handle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f58d", + "label": "Grip", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 136c0-22.1-17.9-40-40-40L40 96C17.9 96 0 113.9 0 136l0 48c0 22.1 17.9 40 40 40H88c22.1 0 40-17.9 40-40l0-48zm0 192c0-22.1-17.9-40-40-40H40c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40H88c22.1 0 40-17.9 40-40V328zm32-192v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM288 328c0-22.1-17.9-40-40-40H200c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V328zm32-192v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM448 328c0-22.1-17.9-40-40-40H360c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V328z" + } + }, + "free": [ + "solid" + ] + }, + "grip-lines": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7a4" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affordance", + "drag", + "drop", + "grab", + "handle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7a4", + "label": "Grip Lines", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z" + } + }, + "free": [ + "solid" + ] + }, + "grip-lines-vertical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7a5" + ] + } + }, + "changes": [ + "5.6.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affordance", + "drag", + "drop", + "grab", + "handle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7a5", + "label": "Grip Lines Vertical", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 192, + 512 + ], + "width": 192, + "height": 512, + "path": "M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64zm128 0c0-17.7-14.3-32-32-32s-32 14.3-32 32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64z" + } + }, + "free": [ + "solid" + ] + }, + "grip-vertical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f58e" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affordance", + "drag", + "drop", + "grab", + "handle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f58e", + "label": "Grip Vertical", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z" + } + }, + "free": [ + "solid" + ] + }, + "gripfire": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3ac", + "label": "Gripfire, Inc.", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6z" + } + }, + "free": [ + "brands" + ] + }, + "group-arrows-rotate": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "community", + "engagement", + "spin", + "sync" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4f6", + "label": "Group Arrows Rotate", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M201.1 71.9c16.9-5 26.6-22.9 21.5-39.8s-22.9-26.6-39.8-21.5c-21.5 6.4-41.8 15.5-60.6 27C114.3 34 105.4 32 96 32C60.7 32 32 60.7 32 96c0 9.4 2 18.3 5.6 26.3c-11.5 18.7-20.6 39-27 60.6c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c4.3-14.6 10.4-28.5 17.9-41.4c2 .2 4.1 .3 6.1 .3c35.3 0 64-28.7 64-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5 26.8-13.6 41.4-17.9zm128-61.3c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c14.6 4.3 28.5 10.4 41.4 17.9c-.2 2-.3 4.1-.3 6.1c0 35.3 28.7 64 64 64c2.1 0 4.1-.1 6.2-.3c7.5 12.9 13.6 26.8 17.9 41.4c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8c-6.4-21.5-15.5-41.8-27-60.6c3.6-8 5.6-16.9 5.6-26.3c0-35.3-28.7-64-64-64c-9.4 0-18.3 2-26.3 5.6c-18.7-11.5-39-20.6-60.6-27zM71.9 310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6 22.9-21.5 39.8c6.4 21.5 15.5 41.8 27 60.6C34 397.7 32 406.6 32 416c0 35.3 28.7 64 64 64c9.4 0 18.3-2 26.3-5.6c18.7 11.5 39 20.6 60.6 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2 .3-4.1 .3-6.2c0-35.3-28.7-64-64-64c-2.1 0-4.1 .1-6.2 .3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4 18.3c5-16.9-4.6-34.8-21.5-39.8s-34.8 4.6-39.8 21.5c-4.3 14.6-10.4 28.5-17.9 41.4c-2-.2-4.1-.3-6.2-.3c-35.3 0-64 28.7-64 64c0 2.1 .1 4.1 .3 6.2c-12.9 7.5-26.8 13.6-41.4 17.9c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5c21.5-6.4 41.8-15.5 60.6-27c8 3.6 16.9 5.6 26.3 5.6c35.3 0 64-28.7 64-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7 20.6-39 27-60.6zM192.8 256.8c0-15.6 5.6-29.9 14.9-41.1L223 231c6.6 6.6 17.8 1.9 17.8-7.4V163.2c0-5.7-4.7-10.4-10.4-10.4H169.9c-9.3 0-13.9 11.2-7.4 17.8l11.2 11.2c-17.9 19.8-28.9 46.2-28.9 75.1c0 43.6 24.9 81.3 61.1 99.8c11.8 6 26.3 1.4 32.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8 10.6 34.9 32.2 34.9 57c0 15.6-5.6 29.9-14.9 41.1L290.6 281c-6.6-6.6-17.8-1.9-17.8 7.4v60.5c0 5.7 4.7 10.4 10.4 10.4h60.5c9.3 0 13.9-11.2 7.4-17.8l-11.2-11.2c17.9-19.8 28.9-46.2 28.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3 10.4s-1.4 26.3 10.4 32.3z" + } + }, + "free": [ + "solid" + ] + }, + "grunt": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3ad", + "label": "Grunt", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12zm28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3zm142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3zm62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37zM160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9-1.9 2-2.2 4.7-.9 8.1 3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7zm189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3-3.1-1-6.3-1.9-9.6-2.7-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9-7.7.3-14.2 1.8-19.5 4.5-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9zM305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2zm21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7zM45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5 6.1 0 12 .9 17.7 2.7 17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9zm44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4zM58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2zM34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5zm45.7 43.5c6 1.1 12.2 1.9 18.6 2.4 3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5zM192 498.2c-60.6-.1-78.3-45.8-84.9-64.7-3.7-10.5-3.4-18.2.9-23.1 2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7zm80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1 6.4-.5 12.6-1.3 18.6-2.4-6.5 9.5-16.5 19.6-30.9 25.5zm76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59zM191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8zm61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3z" + } + }, + "free": [ + "brands" + ] + }, + "guarani-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Guarani Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e19a", + "label": "Guarani Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0c-17.7 0-32 14.3-32 32V66.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V445.3c90.8-15.2 160-94.2 160-189.3c0-17.7-14.3-32-32-32H224V132c22.1 5.7 41.8 17.1 57.6 32.6c12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7V32c0-17.7-14.3-32-32-32zM160 132V380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124zM224 380V288h92c-11.6 45-47 80.4-92 92z" + } + }, + "free": [ + "solid" + ] + }, + "guilded": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e07e", + "label": "Guilded", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M443.427,64H4.571c0,103.26,22.192,180.06,43.418,222.358C112.046,414.135,224,448,225.256,448a312.824,312.824,0,0,0,140.55-103.477c25.907-33.923,53.1-87.19,65.916-145.761H171.833c4.14,36.429,22.177,67.946,45.1,86.944h88.589c-17.012,28.213-48.186,54.4-80.456,69.482-31.232-13.259-69.09-46.544-96.548-98.362-26.726-53.833-27.092-105.883-27.092-105.883H437.573A625.91,625.91,0,0,0,443.427,64Z" + } + }, + "free": [ + "brands" + ] + }, + "guitar": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7a6" + ] + } + }, + "changes": [ + "5.6.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "acoustic", + "instrument", + "music", + "rock", + "rock and roll", + "song", + "strings" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7a6", + "label": "Guitar", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M465 7c-9.4-9.4-24.6-9.4-33.9 0L383 55c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6c-11 11-18 24.6-21.4 39.6c-3.7 16.6-19.1 30.7-36.1 31.6c-25.6 1.3-49.3 10.7-67.3 28.6C-16 328.4-7.6 409.4 47.5 464.5s136.1 63.5 180.9 18.7c17.9-17.9 27.4-41.7 28.6-67.3c.9-17 15-32.3 31.6-36.1c15-3.4 28.6-10.5 39.6-21.4c31.8-31.8 31-85.9 1.6-131l77.6-77.6 41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9L465 7zM208 256a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + }, + "free": [ + "solid" + ] + }, + "gulp": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3ae", + "label": "Gulp", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M209.8 391.1l-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0zm-196-253.3l13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7 0-.9.1-1.8.3-2.7 1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9 2.4 0 4.7-.8 6.9-2.4 4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3.5-1.7 1.1-3.3 1.8-4.8 1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2 1.4-1.5 2.9-3 4.5-4.5 15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2zm229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6zm-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7z" + } + }, + "free": [ + "brands" + ] + }, + "gun": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "firearm", + "pistol", + "weapon" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e19b", + "label": "Gun", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M528 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v8H32C14.3 64 0 78.3 0 96V208c0 17.7 14.3 32 32 32H42c20.8 0 36.1 19.6 31 39.8L33 440.2c-2.4 9.6-.2 19.7 5.8 27.5S54.1 480 64 480h96c14.7 0 27.5-10 31-24.2L217 352H321.4c23.7 0 44.8-14.9 52.7-37.2L400.9 240H432c8.5 0 16.6-3.4 22.6-9.4L477.3 208H544c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H528V56zM321.4 304H229l16-64h105l-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3zM80 128H464c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "h": { + "aliases": { + "unicodes": { + "composite": [ + "68" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter H", + "Latin Small Letter H", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "48", + "label": "H", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M320 256l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192L64 192 64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 256 0z" + } + }, + "free": [ + "solid" + ] + }, + "hacker-news": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1d4", + "label": "Hacker News", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z" + } + }, + "free": [ + "brands" + ] + }, + "hackerrank": { + "changes": [ + "5.2.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f5f7", + "label": "Hackerrank", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z" + } + }, + "free": [ + "brands" + ] + }, + "hammer": { + "aliases": { + "unicodes": { + "composite": [ + "1f528" + ], + "secondary": [ + "10f6e3" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "fix", + "hammer", + "recovery", + "repair", + "settings", + "tool" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6e3", + "label": "Hammer", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M413.5 237.5c-28.2 4.8-58.2-3.6-80-25.4l-38.1-38.1C280.4 159 272 138.8 272 117.6V105.5L192.3 62c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5 9.5-14l47.2-21C259.1 4.2 279 0 299.2 0h18.1c36.7 0 72 14 98.7 39.1l44.6 42c24.2 22.8 33.2 55.7 26.6 86L503 183l8-8c9.4-9.4 24.6-9.4 33.9 0l24 24c9.4 9.4 9.4 24.6 0 33.9l-88 88c-9.4 9.4-24.6 9.4-33.9 0l-24-24c-9.4-9.4-9.4-24.6 0-33.9l8-8-17.5-17.5zM27.4 377.1L260.9 182.6c3.5 4.9 7.5 9.6 11.8 14l38.1 38.1c6 6 12.4 11.2 19.2 15.7L134.9 484.6c-14.5 17.4-36 27.4-58.6 27.4C34.1 512 0 477.8 0 435.7c0-22.6 10.1-44.1 27.4-58.6z" + } + }, + "free": [ + "solid" + ] + }, + "hamsa": { + "aliases": { + "unicodes": { + "secondary": [ + "10f665" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "amulet", + "christianity", + "islam", + "jewish", + "judaism", + "muslim", + "protection" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f665", + "label": "Hamsa", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M34.6 288H80c8.8 0 16-7.2 16-16V72c0-22.1 17.9-40 40-40s40 17.9 40 40V204c0 11 9 20 20 20s20-9 20-20V40c0-22.1 17.9-40 40-40s40 17.9 40 40V204c0 11 9 20 20 20s20-9 20-20V72c0-22.1 17.9-40 40-40s40 17.9 40 40V272c0 8.8 7.2 16 16 16h45.4c19.1 0 34.6 15.5 34.6 34.6c0 8.6-3.2 16.9-9 23.3L416.6 441c-41.1 45.2-99.4 71-160.6 71s-119.4-25.8-160.6-71L9 345.9c-5.8-6.4-9-14.7-9-23.3C0 303.5 15.5 288 34.6 288zM256 288c-38.4 0-76.8 35.8-90.6 50.2c-3.6 3.7-5.4 8.7-5.4 13.8s1.8 10.1 5.4 13.8C179.2 380.2 217.6 416 256 416s76.8-35.8 90.6-50.2c3.6-3.7 5.4-8.7 5.4-13.8s-1.8-10.1-5.4-13.8C332.8 323.8 294.4 288 256 288zm0 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "hand": { + "aliases": { + "names": [ + "hand-paper" + ], + "unicodes": { + "composite": [ + "1f91a", + "270b" + ], + "secondary": [ + "10f256" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Raised Hand", + "backhand", + "game", + "halt", + "palm", + "raised", + "raised back of hand", + "roshambo", + "stop" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f256", + "label": "Hand", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V336c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V32z" + }, + "regular": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c-25.3 0-47.2 14.7-57.6 36c-7-2.6-14.5-4-22.4-4c-35.3 0-64 28.7-64 64V261.5l-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L106.5 437c48 48 113.1 75 181 75H296h8c1.5 0 3-.1 4.5-.4c91.7-6.2 165-79.4 171.1-171.1c.3-1.5 .4-3 .4-4.5V160c0-35.3-28.7-64-64-64c-5.5 0-10.9 .7-16 2V96c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4C303.2 14.7 281.3 0 256 0zM240 96.1c0 0 0-.1 0-.1V64c0-8.8 7.2-16 16-16s16 7.2 16 16V95.9c0 0 0 .1 0 .1V232c0 13.3 10.7 24 24 24s24-10.7 24-24V96c0 0 0 0 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16v55.9c0 0 0 .1 0 .1v80c0 13.3 10.7 24 24 24s24-10.7 24-24V160.1c0 0 0-.1 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16V332.9c-.1 .6-.1 1.3-.2 1.9c-3.4 69.7-59.3 125.6-129 129c-.6 0-1.3 .1-1.9 .2H296h-8.5c-55.2 0-108.1-21.9-147.1-60.9L52.7 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L119 336.4c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V96c0-8.8 7.2-16 16-16c8.8 0 16 7.1 16 15.9V232c0 13.3 10.7 24 24 24s24-10.7 24-24V96.1z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hand-back-fist": { + "aliases": { + "names": [ + "hand-rock" + ], + "unicodes": { + "secondary": [ + "10f255" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fist", + "game", + "roshambo" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f255", + "label": "Hand Back Fist", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M144 0C117.5 0 96 21.5 96 48V96v28.5V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V149.3l-9 7.5C40.4 169 32 187 32 206V244c0 38 16.9 74 46.1 98.3L128 384v96c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V374.7c46.9-19 80-65 80-118.7V176 160 144c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 83.5 329.3 64 304 64c-12.4 0-23.6 4.7-32.1 12.3C270 51.5 249.3 32 224 32c-12.4 0-23.6 4.7-32.1 12.3C190 19.5 169.3 0 144 0z" + }, + "regular": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M144 64c0-8.8 7.2-16 16-16s16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16V264c0 31.3-20 58-48 67.9c-9.6 3.4-16 12.5-16 22.6V488c0 13.3 10.7 24 24 24s24-10.7 24-24V370.2c38-20.1 64-60.1 64-106.2V160c0-35.3-28.7-64-64-64c-2.8 0-5.6 .2-8.3 .5C332.8 77.1 311.9 64 288 64c-2.8 0-5.6 .2-8.3 .5C268.8 45.1 247.9 32 224 32c-2.8 0-5.6 .2-8.3 .5C204.8 13.1 183.9 0 160 0C124.7 0 96 28.7 96 64v64.3c-11.7 7.4-22.5 16.4-32 26.9l17.8 16.1L64 155.2l-9.4 10.5C40 181.8 32 202.8 32 224.6v12.8c0 49.6 24.2 96.1 64.8 124.5l13.8-19.7L96.8 361.9l8.9 6.2c6.9 4.8 14.4 8.6 22.3 11.3V488c0 13.3 10.7 24 24 24s24-10.7 24-24V359.9c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1 18.7 13.1-18.7-8.9-6.2C96.6 303.1 80 271.3 80 237.4V224.6c0-9.9 3.7-19.4 10.3-26.8l9.4-10.5c3.8-4.2 7.9-8.1 12.3-11.6V208c0 8.8 7.2 16 16 16s16-7.2 16-16V142.3 128 64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hand-dots": { + "aliases": { + "names": [ + "allergies" + ], + "unicodes": { + "secondary": [ + "10f461" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "allergy", + "freckles", + "hand", + "hives", + "palm", + "pox", + "skin", + "spots" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f461", + "label": "Hand Dots", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V336c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V32zM240 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80 16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48-16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-16 80a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM240 432a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-48-48a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + }, + "free": [ + "solid" + ] + }, + "hand-fist": { + "aliases": { + "names": [ + "fist-raised" + ], + "unicodes": { + "composite": [ + "270a" + ], + "secondary": [ + "10f6de" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "clenched", + "d&d", + "dnd", + "fantasy", + "fist", + "hand", + "ki", + "monk", + "punch", + "raised fist", + "resist", + "strength", + "unarmed combat" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6de", + "label": "Hand Fist", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M192 0c17.7 0 32 14.3 32 32V144H160V32c0-17.7 14.3-32 32-32zM64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v80H64V64zm192 0c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V64zm96 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V128zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V256c0 52.3-25.1 98.8-64 128v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V401.6c-17.3-7.9-33.2-18.8-46.9-32.5L69.5 357.5C45.5 333.5 32 300.9 32 267V240c0-35.3 28.7-64 64-64h88c22.1 0 40 17.9 40 40s-17.9 40-40 40H128c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72z" + } + }, + "free": [ + "solid" + ] + }, + "hand-holding": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4bd" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "lift" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4bd", + "label": "Hand Holding", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288 272 193.7c-29.1 0-57.3 9.9-80 28L68.8 384H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H192 352.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-366.1-8.3a.5 .5 0 1 1 -.9 .1 .5 .5 0 1 1 .9-.1z" + } + }, + "free": [ + "solid" + ] + }, + "hand-holding-dollar": { + "aliases": { + "names": [ + "hand-holding-usd" + ], + "unicodes": { + "secondary": [ + "10f4c0" + ] + } + }, + "changes": [ + "5.0.9", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "$", + "carry", + "dollar sign", + "donation", + "giving", + "lift", + "money", + "price" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4c0", + "label": "Hand Holding Dollar", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M312 24V34.5c6.4 1.2 12.6 2.7 18.2 4.2c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7 1.7-19.4 4.4c-2.1 1.3-3.1 2.4-3.5 3c-.3 .5-.7 1.2-.7 2.8c0 .3 0 .5 0 .6c.2 .2 .9 1.2 3.3 2.6c5.8 3.5 14.4 6.2 27.4 10.1l.9 .3c11.1 3.3 25.9 7.8 37.9 15.3c13.7 8.6 26.1 22.9 26.4 44.9c.3 22.5-11.4 38.9-26.7 48.5c-6.7 4.1-13.9 7-21.3 8.8V232c0 13.3-10.7 24-24 24s-24-10.7-24-24V220.6c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4 30.4-15.2c2.6 .9 5 1.7 7.3 2.5c13.6 4.6 23.4 7.9 33.9 8.3c8 .3 15.1-1.6 19.2-4.1c1.9-1.2 2.8-2.2 3.2-2.9c.4-.6 .9-1.8 .8-4.1l0-.2c0-1 0-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9 12.9-38.6 27.7-47.4c6.4-3.8 13.3-6.4 20.2-8.2V24c0-13.3 10.7-24 24-24s24 10.7 24 24zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z" + } + }, + "free": [ + "solid" + ] + }, + "hand-holding-droplet": { + "aliases": { + "names": [ + "hand-holding-water" + ], + "unicodes": { + "secondary": [ + "10f4c1" + ] + } + }, + "changes": [ + "5.0.9", + "5.13.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "covid-19", + "drought", + "grow", + "lift", + "sanitation" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4c1", + "label": "Hand Holding Droplet", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M275.5 6.6C278.3 2.5 283 0 288 0s9.7 2.5 12.5 6.6L366.8 103C378 119.3 384 138.6 384 158.3V160c0 53-43 96-96 96s-96-43-96-96v-1.7c0-19.8 6-39 17.2-55.3L275.5 6.6zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z" + } + }, + "free": [ + "solid" + ] + }, + "hand-holding-hand": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "care", + "give", + "help", + "hold", + "protect" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4f7", + "label": "Hand Holding Hand", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M7.8 207.7c-13.1-17.8-9.3-42.8 8.5-55.9L142.9 58.5C166.2 41.3 194.5 32 223.5 32H384 544c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H507.2l-44.9 36c-22.7 18.2-50.9 28-80 28H304 288 224c-17.7 0-32-14.3-32-32s14.3-32 32-32h64 16c8.8 0 16-7.2 16-16s-7.2-16-16-16H183.4L63.7 216.2c-17.8 13.1-42.8 9.3-55.9-8.5zM382.4 160l0 0 .9 0c-.3 0-.6 0-.9 0zM568.2 304.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 453.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V384c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 352l0 0-.9 0c.3 0 .6 0 .9 0z" + } + }, + "free": [ + "solid" + ] + }, + "hand-holding-heart": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4be" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "charity", + "gift", + "lift", + "package" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4be", + "label": "Hand Holding Heart", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4L163.9 136.9zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z" + } + }, + "free": [ + "solid" + ] + }, + "hand-holding-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10e05c" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "care", + "covid-19", + "donate", + "help" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e05c", + "label": "Hand Holding Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M224 24V80H168c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h56v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176h56c13.3 0 24-10.7 24-24V104c0-13.3-10.7-24-24-24H320V24c0-13.3-10.7-24-24-24H248c-13.3 0-24 10.7-24 24zM559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288 272 193.7c-29.1 0-57.3 9.9-80 28L68.8 384H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H192 352.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2l.9 0 0 0c-.3 0-.6 0-.9 0z" + } + }, + "free": [ + "solid" + ] + }, + "hand-lizard": { + "aliases": { + "unicodes": { + "secondary": [ + "10f258" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "game", + "roshambo" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f258", + "label": "Hand Lizard", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 112C0 85.5 21.5 64 48 64H160h80 46.5c36.8 0 71.2 18 92.1 48.2l113.5 164c13 18.7 19.9 41 19.9 63.8v12 16 48c0 17.7-14.3 32-32 32H384c-17.7 0-32-14.3-32-32V402.2L273.9 352H240 160 112c-26.5 0-48-21.5-48-48s21.5-48 48-48h48 80c26.5 0 48-21.5 48-48s-21.5-48-48-48H160 48c-26.5 0-48-21.5-48-48z" + }, + "regular": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M72 112c-13.3 0-24 10.7-24 24s10.7 24 24 24H240c35.3 0 64 28.7 64 64s-28.7 64-64 64H136c-13.3 0-24 10.7-24 24s10.7 24 24 24H288c4.5 0 8.9 1.3 12.7 3.6l64 40c7 4.4 11.3 12.1 11.3 20.4v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V413.3L281.1 384H136c-39.8 0-72-32.2-72-72s32.2-72 72-72H240c8.8 0 16-7.2 16-16s-7.2-16-16-16H72c-39.8 0-72-32.2-72-72S32.2 64 72 64H281.6c46.7 0 90.9 21.5 119.7 58.3l78.4 100.1c20.9 26.7 32.3 59.7 32.3 93.7V424c0 13.3-10.7 24-24 24s-24-10.7-24-24V316.1c0-23.2-7.8-45.8-22.1-64.1L363.5 151.9c-19.7-25.2-49.9-39.9-81.9-39.9H72z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hand-middle-finger": { + "aliases": { + "unicodes": { + "composite": [ + "1f595" + ], + "secondary": [ + "10f806" + ] + } + }, + "changes": [ + "5.7.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "finger", + "flip the bird", + "gesture", + "hand", + "hate", + "middle finger", + "rude" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f806", + "label": "Hand Middle Finger", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M232 0c-22.1 0-40 17.9-40 40V204.2c-8.5-7.6-19.7-12.2-32-12.2c-26.5 0-48 21.5-48 48v7 73c0 8.8-7.2 16-16 16s-16-7.2-16-16V264.3c-2 1.4-3.9 3-5.8 4.5L55 284.8C40.4 297 32 315 32 334V372c0 38 16.9 74 46.1 98.3l5.4 4.5c28.8 24 65 37.1 102.4 37.1H304c70.7 0 128-57.3 128-128V320 288c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 227.5 329.3 208 304 208c-12.3 0-23.5 4.6-32 12.2V40c0-22.1-17.9-40-40-40z" + } + }, + "free": [ + "solid" + ] + }, + "hand-peace": { + "aliases": { + "unicodes": { + "composite": [ + "270c" + ], + "secondary": [ + "10f25b" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hand", + "rest", + "truce", + "v", + "victory", + "victory hand" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f25b", + "label": "Hand Peace", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M224 0c17.7 0 32 14.3 32 32V240H192V32c0-17.7 14.3-32 32-32zm96 160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32zm64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224zM93.3 51.2L175.9 240H106.1L34.7 76.8C27.6 60.6 35 41.8 51.2 34.7s35.1 .3 42.1 16.5zm27 221.3l-.2-.5h69.9H216c22.1 0 40 17.9 40 40s-17.9 40-40 40H160c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V352c0 88.4-71.6 160-160 160H226.3c-42.4 0-83.1-16.9-113.1-46.9l-11.6-11.6C77.5 429.5 64 396.9 64 363V336c0-32.7 24.6-59.7 56.3-63.5z" + }, + "regular": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M250.8 1.4c-35.2-3.7-66.6 21.8-70.3 57L174 119 156.7 69.6C145 36.3 108.4 18.8 75.1 30.5S24.2 78.8 35.9 112.1L88.7 262.2C73.5 276.7 64 297.3 64 320v0 24c0 92.8 75.2 168 168 168h48c92.8 0 168-75.2 168-168V272 256 224c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4c-10.4-21.3-32.3-36-57.6-36c-.7 0-1.5 0-2.2 0l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2 155.4C243.9 166.9 240 179 240 192v48c0 .7 0 1.4 0 2c-5.1-1.3-10.5-2-16-2h-7.4l-5.4-15.3 17-161.3c.9-8.8 8.8-15.2 17.6-14.2s15.2 8.8 14.2 17.6l-9.5 90.1zM111.4 85.6L165.7 240H144c-4 0-8 .3-11.9 .9L81.2 96.2c-2.9-8.3 1.5-17.5 9.8-20.4s17.5 1.5 20.4 9.8zM288 192c0-8.8 7.2-16 16-16s16 7.2 16 16v32 16c0 8.8-7.2 16-16 16s-16-7.2-16-16V192zm38.4 108c10.4 21.3 32.3 36 57.6 36c5.5 0 10.9-.7 16-2v10c0 66.3-53.7 120-120 120H232c-66.3 0-120-53.7-120-120l0-24 0 0c0-17.7 14.3-32 32-32h80c8.8 0 16 7.2 16 16s-7.2 16-16 16H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c35.3 0 64-28.7 64-64c0-.7 0-1.4 0-2c5.1 1.3 10.5 2 16 2c7.9 0 15.4-1.4 22.4-4zM400 272c0 8.8-7.2 16-16 16s-16-7.2-16-16V240 224c0-8.8 7.2-16 16-16s16 7.2 16 16v32 16z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hand-point-down": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0a7" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "finger", + "hand-o-down", + "point" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0a7", + "label": "Hand Point Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 480c0 17.7 14.3 32 32 32s32-14.3 32-32V272H32V480zM224 320c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-17.7-14.3-32-32-32s-32 14.3-32 32v64zm-64 64c17.7 0 32-14.3 32-32V304c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 17.7 14.3 32 32 32zm160-96c0 17.7 14.3 32 32 32s32-14.3 32-32V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64zm-96-88l0 .6c9.4-5.4 20.3-8.6 32-8.6c13.2 0 25.4 4 35.6 10.8c8.7-24.9 32.5-42.8 60.4-42.8c11.7 0 22.6 3.1 32 8.6V160C384 71.6 312.4 0 224 0H162.3C119.8 0 79.1 16.9 49.1 46.9L37.5 58.5C13.5 82.5 0 115.1 0 149v27c0 35.3 28.7 64 64 64h88c22.1 0 40-17.9 40-40s-17.9-40-40-40H96c-8.8 0-16-7.2-16-16s7.2-16 16-16h56c39.8 0 72 32.2 72 72z" + }, + "regular": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 448l0-177.6c5.2 1 10.5 1.6 16 1.6l16 0 0 32 0 144c0 8.8-7.2 16-16 16s-16-7.2-16-16zM80 224c-17.7 0-32-14.3-32-32c0 0 0 0 0 0l0-24c0-66.3 53.7-120 120-120l48 0c52.5 0 97.1 33.7 113.4 80.7c-3.1-.5-6.2-.7-9.4-.7c-20 0-37.9 9.2-49.7 23.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1 0-29 5.3-40 14c-11-8.8-24.9-14-40-14l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-40 0-40 0zM0 192s0 0 0 0c0 18 6 34.6 16 48l0 208c0 35.3 28.7 64 64 64s64-28.7 64-64l0-82c5.1 1.3 10.5 2 16 2c25.3 0 47.2-14.7 57.6-36c7 2.6 14.5 4 22.4 4c20 0 37.9-9.2 49.7-23.6c9 4.9 19.4 7.6 30.3 7.6c35.3 0 64-28.7 64-64l0-64 0-24C384 75.2 308.8 0 216 0L168 0C75.2 0 0 75.2 0 168l0 24zm336 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64zM160 272c5.5 0 10.9-.7 16-2l0 2 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-32 16 0zm64-24l0-40c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hand-point-left": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0a5" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "finger", + "hand-o-left", + "left", + "point", + "previous" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0a5", + "label": "Hand Point Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l208 0 0-64L32 96zM192 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm-64-64c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32zm96 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm88-96l-.6 0c5.4 9.4 8.6 20.3 8.6 32c0 13.2-4 25.4-10.8 35.6c24.9 8.7 42.8 32.5 42.8 60.4c0 11.7-3.1 22.6-8.6 32l8.6 0c88.4 0 160-71.6 160-160l0-61.7c0-42.4-16.9-83.1-46.9-113.1l-11.6-11.6C429.5 77.5 396.9 64 363 64l-27 0c-35.3 0-64 28.7-64 64l0 88c0 22.1 17.9 40 40 40s40-17.9 40-40l0-56c0-8.8 7.2-16 16-16s16 7.2 16 16l0 56c0 39.8-32.2 72-72 72z" + }, + "regular": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 128l177.6 0c-1 5.2-1.6 10.5-1.6 16l0 16-32 0L64 160c-8.8 0-16-7.2-16-16s7.2-16 16-16zm224 16c0-17.7 14.3-32 32-32c0 0 0 0 0 0l24 0c66.3 0 120 53.7 120 120l0 48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1 .7-6.2 .7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-40 0-40zm32-80s0 0 0 0c-18 0-34.6 6-48 16L64 80C28.7 80 0 108.7 0 144s28.7 64 64 64l82 0c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64l64 0 24 0c92.8 0 168-75.2 168-168l0-48c0-92.8-75.2-168-168-168l-24 0zM256 400c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0zM240 224c0 5.5 .7 10.9 2 16l-2 0-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0 16zm24 64l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l24 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hand-point-right": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0a4" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "finger", + "forward", + "hand-o-right", + "next", + "point", + "right" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0a4", + "label": "Hand Point Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M480 96c17.7 0 32 14.3 32 32s-14.3 32-32 32l-208 0 0-64 208 0zM320 288c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm64-64c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0c17.7 0 32 14.3 32 32zM288 384c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm-88-96l.6 0c-5.4 9.4-8.6 20.3-8.6 32c0 13.2 4 25.4 10.8 35.6C177.9 364.3 160 388.1 160 416c0 11.7 3.1 22.6 8.6 32l-8.6 0C71.6 448 0 376.4 0 288l0-61.7c0-42.4 16.9-83.1 46.9-113.1l11.6-11.6C82.5 77.5 115.1 64 149 64l27 0c35.3 0 64 28.7 64 64l0 88c0 22.1-17.9 40-40 40s-40-17.9-40-40l0-56c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 56c0 39.8 32.2 72 72 72z" + }, + "regular": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 128l-177.6 0c1 5.2 1.6 10.5 1.6 16l0 16 32 0 144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16zM224 144c0-17.7-14.3-32-32-32c0 0 0 0 0 0l-24 0c-66.3 0-120 53.7-120 120l0 48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-40 0-40zM192 64s0 0 0 0c18 0 34.6 6 48 16l208 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-82 0c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64l-64 0-24 0C75.2 448 0 372.8 0 280l0-48C0 139.2 75.2 64 168 64l24 0zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0zm16-176c0 5.5-.7 10.9-2 16l2 0 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0 16zm-24 64l-40 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-24 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hand-point-up": { + "aliases": { + "unicodes": { + "composite": [ + "261d" + ], + "secondary": [ + "10f0a6" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "finger", + "hand", + "hand-o-up", + "index", + "index pointing up", + "point", + "up" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0a6", + "label": "Hand Point Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 32C32 14.3 46.3 0 64 0S96 14.3 96 32V240H32V32zM224 192c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V192zm-64-64c17.7 0 32 14.3 32 32v48c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32zm160 96c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V352c0 88.4-71.6 160-160 160H162.3c-42.4 0-83.1-16.9-113.1-46.9L37.5 453.5C13.5 429.5 0 396.9 0 363V336c0-35.3 28.7-64 64-64h88c22.1 0 40 17.9 40 40s-17.9 40-40 40H96c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72z" + }, + "regular": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 64V241.6c5.2-1 10.5-1.6 16-1.6H96V208 64c0-8.8-7.2-16-16-16s-16 7.2-16 16zM80 288c-17.7 0-32 14.3-32 32c0 0 0 0 0 0v24c0 66.3 53.7 120 120 120h48c52.5 0 97.1-33.7 113.4-80.7c-3.1 .5-6.2 .7-9.4 .7c-20 0-37.9-9.2-49.7-23.6c-9 4.9-19.4 7.6-30.3 7.6c-15.1 0-29-5.3-40-14c-11 8.8-24.9 14-40 14H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h40c8.8 0 16-7.2 16-16s-7.2-16-16-16H120 80zM0 320s0 0 0 0c0-18 6-34.6 16-48V64C16 28.7 44.7 0 80 0s64 28.7 64 64v82c5.1-1.3 10.5-2 16-2c25.3 0 47.2 14.7 57.6 36c7-2.6 14.5-4 22.4-4c20 0 37.9 9.2 49.7 23.6c9-4.9 19.4-7.6 30.3-7.6c35.3 0 64 28.7 64 64v64 24c0 92.8-75.2 168-168 168H168C75.2 512 0 436.8 0 344V320zm336-64c0-8.8-7.2-16-16-16s-16 7.2-16 16v48 16c0 8.8 7.2 16 16 16s16-7.2 16-16V256zM160 240c5.5 0 10.9 .7 16 2v-2V208c0-8.8-7.2-16-16-16s-16 7.2-16 16v32h16zm64 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16V256 240c0-8.8-7.2-16-16-16s-16 7.2-16 16v24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hand-pointer": { + "aliases": { + "unicodes": { + "secondary": [ + "10f25a" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "cursor", + "select" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f25a", + "label": "Hand Pointer", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 40c0-22.1 17.9-40 40-40s40 17.9 40 40V188.2c8.5-7.6 19.7-12.2 32-12.2c20.6 0 38.2 13 45 31.2c8.8-9.3 21.2-15.2 35-15.2c25.3 0 46 19.5 47.9 44.3c8.5-7.7 19.8-12.3 32.1-12.3c26.5 0 48 21.5 48 48v48 16 48c0 70.7-57.3 128-128 128l-16 0H240l-.1 0h-5.2c-5 0-9.9-.3-14.7-1c-55.3-5.6-106.2-34-140-79L8 336c-13.3-17.7-9.7-42.7 8-56s42.7-9.7 56 8l56 74.7V40zM240 304c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304zm48-16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304z" + }, + "regular": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M160 64c0-8.8 7.2-16 16-16s16 7.2 16 16V200c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c8.8 0 16 7.2 16 16c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c7.8 0 14.3 5.6 15.7 13c1.6 8.2 7.3 15.1 15.1 18s16.7 1.6 23.3-3.6c2.7-2.1 6.1-3.4 9.9-3.4c8.8 0 16 7.2 16 16l0 16V392c0 39.8-32.2 72-72 72H272 212.3h-.9c-37.4 0-72.4-18.7-93.2-49.9L50.7 312.9c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4L116 353.2c5.9 8.8 16.8 12.7 26.9 9.7s17-12.4 17-23V320 64zM176 0c-35.3 0-64 28.7-64 64V261.7C91.2 238 55.5 232.8 28.5 250.7C-.9 270.4-8.9 310.1 10.8 339.5L78.3 440.8c29.7 44.5 79.6 71.2 133.1 71.2h.9H272h56c66.3 0 120-53.7 120-120V288l0-16c0-35.3-28.7-64-64-64c-4.5 0-8.8 .5-13 1.3c-11.7-15.4-30.2-25.3-51-25.3c-6.9 0-13.5 1.1-19.7 3.1C288.7 170.7 269.6 160 248 160c-2.7 0-5.4 .2-8 .5V64c0-35.3-28.7-64-64-64zm48 304c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304zm48-16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hand-scissors": { + "aliases": { + "unicodes": { + "secondary": [ + "10f257" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cut", + "game", + "roshambo" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f257", + "label": "Hand Scissors", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M40 208c-22.1 0-40 17.9-40 40s17.9 40 40 40l180.2 0c-7.6 8.5-12.2 19.7-12.2 32c0 25.3 19.5 46 44.3 47.9c-7.7 8.5-12.3 19.8-12.3 32.1c0 26.5 21.5 48 48 48l32 0 64 0c70.7 0 128-57.3 128-128l0-113.1c0-40.2-16-78.8-44.4-107.3C444.8 76.8 413.9 64 381.7 64L336 64c-21.3 0-39.3 13.9-45.6 33.1l74.5 23.7c8.4 2.7 13.1 11.7 10.4 20.1s-11.7 13.1-20.1 10.4L288 129.9l0 .1L84 65.8C62.9 59.2 40.5 70.9 33.8 92s5.1 43.5 26.2 50.2L269.5 208 40 208z" + }, + "regular": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M.2 276.3c-1.2-35.3 26.4-65 61.7-66.2l3.3-.1L57 208.1C22.5 200.5 .7 166.3 8.3 131.8S50.2 75.5 84.7 83.2l173 38.3c2.3-2.9 4.7-5.7 7.1-8.5l18.4-20.3C299.9 74.5 323.5 64 348.3 64l10.2 0c54.1 0 104.1 28.7 131.3 75.4l1.5 2.6c13.6 23.2 20.7 49.7 20.7 76.6L512 344c0 66.3-53.7 120-120 120l-8 0-96 0c-35.3 0-64-28.7-64-64c0-2.8 .2-5.6 .5-8.3c-19.4-11-32.5-31.8-32.5-55.7c0-.8 0-1.6 0-2.4L66.4 338c-35.3 1.2-65-26.4-66.2-61.7zm63.4-18.2c-8.8 .3-15.7 7.7-15.4 16.5s7.7 15.7 16.5 15.4l161.5-5.6c9.8-.3 18.7 5.3 22.7 14.2s2.2 19.3-4.5 26.4c-2.8 2.9-4.4 6.7-4.4 11c0 8.8 7.2 16 16 16c9.1 0 17.4 5.1 21.5 13.3s3.2 17.9-2.3 25.1c-2 2.7-3.2 6-3.2 9.6c0 8.8 7.2 16 16 16l96 0 8 0c39.8 0 72-32.2 72-72l0-125.4c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6l-10.2 0c-11.3 0-22 4.8-29.6 13.1l-17.5-15.9 17.5 15.9-18.4 20.3c-.6 .6-1.1 1.3-1.7 1.9l57 13.2c8.6 2 14 10.6 12 19.2s-10.6 14-19.2 12l-85.6-19.7L74.3 130c-8.6-1.9-17.2 3.5-19.1 12.2s3.5 17.2 12.2 19.1l187.5 41.6c10.2 2.3 17.8 10.9 18.7 21.4l.1 1c.6 6.6-1.5 13.1-5.8 18.1s-10.6 7.9-17.2 8.2L63.6 258.1z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hand-sparkles": { + "aliases": { + "unicodes": { + "secondary": [ + "10e05d" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "clean", + "covid-19", + "hygiene", + "magic", + "palm", + "soap", + "wash" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e05d", + "label": "Hand Sparkles", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0c17.7 0 32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V64c0-17.7 14.3-32 32-32s32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V128c0-17.7 14.3-32 32-32s32 14.3 32 32V323.1c-11.9 4.8-21.3 14.9-25 27.8l-8.9 31.2L478.9 391C460.6 396.3 448 413 448 432c0 18.9 12.5 35.6 30.6 40.9C448.4 497.4 409.9 512 368 512H348.8c-59.6 0-116.9-22.9-160-64L76.4 341c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V32c0-17.7 14.3-32 32-32zm-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6 2.7-8.7 6.6L288 352l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 384l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 384l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 352l-7.3-25.4zM104 120l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 168 90.2 216.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 168 7.7 154.2C3.1 152.9 0 148.7 0 144s3.1-8.9 7.7-10.2L56 120 69.8 71.7C71.1 67.1 75.3 64 80 64s8.9 3.1 10.2 7.7L104 120zM584 408l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L584 456l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 408l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7L584 408z" + } + }, + "free": [ + "solid" + ] + }, + "hand-spock": { + "aliases": { + "unicodes": { + "composite": [ + "1f596" + ], + "secondary": [ + "10f259" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "finger", + "hand", + "live long", + "palm", + "prosper", + "salute", + "spock", + "star trek", + "vulcan", + "vulcan salute" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f259", + "label": "Hand Spock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M246.9 23.7C242.3 6.6 224.8-3.5 207.7 1.1s-27.2 22.1-22.6 39.2L238 237.8c2.5 9.2-4.5 18.2-14 18.2c-6.4 0-12-4.2-13.9-10.3L166.6 102.7c-5.1-16.9-23-26.4-39.9-21.3s-26.4 23-21.3 39.9l62.8 206.4c2.4 7.9-7.2 13.8-13.2 8.1L99.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L156.8 448c43.1 41.1 100.4 64 160 64h10.9 8.2c.1 0 .1-.1 .1-.1v0c0-.1 .1-.1 .1-.1c58.3-3.5 108.6-43.2 125.3-99.7l81.2-275c5-16.9-4.7-34.7-21.6-39.8s-34.7 4.7-39.8 21.6L443.5 247.1c-1.6 5.3-6.4 8.9-12 8.9c-7.9 0-13.8-7.3-12.2-15.1l36-170.3c3.7-17.3-7.4-34.3-24.7-37.9s-34.3 7.4-37.9 24.7L355.1 235.1c-2.6 12.2-13.3 20.9-25.8 20.9c-11.9 0-22.4-8-25.4-19.5l-57-212.8z" + }, + "regular": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M170.2 80.8C161 47 180.8 12 214.6 2.4c34-9.6 69.4 10.2 79 44.2l30.3 107.1L337.1 84c6.6-34.7 40.1-57.5 74.8-50.9c31.4 6 53 33.9 52 64.9c10-2.6 20.8-2.8 31.5-.1c34.3 8.6 55.1 43.3 46.6 77.6L486.7 397.2C469.8 464.7 409.2 512 339.6 512c-11.2 0-22.5 0-33.7 0c-56.9 0-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9 89.8-11.2l17 13.2L100.5 167.5c-13-32.9 3.2-70.1 36-83c11.1-4.4 22.7-5.4 33.7-3.7zm77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4 11.2-11 19.7l54.8 182.4c3.5 12.3-3.3 25.2-15.4 29.3s-25.3-2-30-13.9L174.9 138.1c-3.2-8.2-12.5-12.3-20.8-9s-12.3 12.5-9 20.8l73.3 185.6c12 30.3-23.7 57-49.4 37l-63.1-49.1c-7-5.4-17-4.2-22.5 2.8s-4.2 17 2.8 22.5l92 71.6c36.5 28.4 81.4 43.8 127.7 43.8c11.2 0 22.5 0 33.7 0c47.5 0 89-32.4 100.5-78.5l55.4-221.6c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-26 104C435.6 271.8 425 280 413 280c-16.5 0-28.9-15-25.8-31.2L415.7 99c1.7-8.7-4-17.1-12.7-18.7s-17.1 4-18.7 12.7L352.5 260c-2.2 11.6-12.4 20-24.2 20c-11 0-20.7-7.3-23.7-17.9L247.4 59.6z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "handcuffs": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrest", + "criminal", + "handcuffs", + "jail", + "lock", + "police", + "wrist" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4f8", + "label": "Handcuffs", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M240 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM192 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32 80c17.7 0 32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9c-.4-1.6-.5-3.3-.5-5.1V184c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32zm0 320a96 96 0 1 0 0-192 96 96 0 1 0 0 192zm192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9 44.8-59.1 78.9-73.9c-.4-1.6-.5-3.3-.5-5.1V184c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32s32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C600.3 229.6 640 286.2 640 352c0 88.4-71.6 160-160 160c-62 0-115.8-35.3-142.4-86.9c9.3-22.5 14.4-47.2 14.4-73.1zm224 0a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM368 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm80 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "hands": { + "aliases": { + "names": [ + "sign-language", + "signing" + ], + "unicodes": { + "secondary": [ + "10f2a7" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Translate", + "asl", + "deaf", + "hands" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2a7", + "label": "Hands", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9 .1-3.8 .1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4L248.7 48.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8 0 0 0 0 43.3 75L480 160c0-17.7 14.4-32 32-32s32 14.4 32 32zM243.9 88.5L268.5 131c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4H224 210.7l0 0H179l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zM260.9 175c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352v8c0 83.9-68.1 152-152 152H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H56c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H224l0 0 0 0h93.2L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z" + } + }, + "free": [ + "solid" + ] + }, + "hands-asl-interpreting": { + "aliases": { + "names": [ + "american-sign-language-interpreting", + "asl-interpreting", + "hands-american-sign-language-interpreting" + ], + "unicodes": { + "secondary": [ + "10f2a3" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "asl", + "deaf", + "finger", + "hand", + "interpret", + "speak" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2a3", + "label": "Hands Asl Interpreting", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M156.6 46.3c7.9-15.8 1.5-35-14.3-42.9s-35-1.5-42.9 14.3L13.5 189.4C4.6 207.2 0 226.8 0 246.7V256c0 70.7 57.3 128 128 128h72 8v-.3c35.2-2.7 65.4-22.8 82.1-51.7c8.8-15.3 3.6-34.9-11.7-43.7s-34.9-3.6-43.7 11.7c-7 12-19.9 20-34.7 20c-22.1 0-40-17.9-40-40s17.9-40 40-40c14.8 0 27.7 8 34.7 20c8.8 15.3 28.4 20.5 43.7 11.7s20.5-28.4 11.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6 27.1-22.2 22.5-39.3s-22.2-27.1-39.3-22.5L194.9 124.6l81.6-68c13.6-11.3 15.4-31.5 4.1-45.1S249.1-3.9 235.5 7.4L133.6 92.3l23-46zM483.4 465.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l85.9-171.7c8.9-17.8 13.5-37.4 13.5-57.2V256c0-70.7-57.3-128-128-128H440h-8v.3c-35.2 2.7-65.4 22.8-82.1 51.7c-8.9 15.3-3.6 34.9 11.7 43.7s34.9 3.6 43.7-11.7c7-12 19.9-20 34.7-20c22.1 0 40 17.9 40 40s-17.9 40-40 40c-14.8 0-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5 28.4-11.7 43.7c12.8 22.1 33.6 39.1 58.4 47.1l-80.8 22c-17.1 4.7-27.1 22.2-22.5 39.3s22.2 27.1 39.3 22.5l100.7-27.5-81.6 68c-13.6 11.3-15.4 31.5-4.1 45.1s31.5 15.4 45.1 4.1l101.9-84.9-23 46z" + } + }, + "free": [ + "solid" + ] + }, + "hands-bound": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abduction", + "bound", + "handcuff", + "wrist" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4f9", + "label": "Hands Bound", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 32C96 14.3 81.7 0 64 0S32 14.3 32 32V96v59.1 .7V192v21.9c0 14.2 5.1 27.9 14.3 38.7L131.6 352H128c-13.3 0-24 10.7-24 24s10.7 24 24 24h32H288h64H480h32c13.3 0 24-10.7 24-24s-10.7-24-24-24h-3.6l85.3-99.5c9.2-10.8 14.3-24.5 14.3-38.7V192 155.8v-.7V96 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V96v48.8l-69.3 92.4c-5.7 7.6-16.1 9.6-24.2 4.8c-9.7-5.7-12.1-18.7-5.1-27.5L473 180c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 209.7 352 233.4 352 258.1V320v32H288V320 258.1c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2 30.9-4.4 44.5l27.6 34.5c7 8.8 4.7 21.8-5.1 27.5c-8.1 4.8-18.6 2.7-24.2-4.8L96 144.8V96 32zm64 448v32H288V480h64v32H480V480h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H480 352 288 160 128c-13.3 0-24 10.7-24 24s10.7 24 24 24h32z" + } + }, + "free": [ + "solid" + ] + }, + "hands-bubbles": { + "aliases": { + "names": [ + "hands-wash" + ], + "unicodes": { + "secondary": [ + "10e05e" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "hygiene", + "soap", + "wash" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e05e", + "label": "Hands Bubbles", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M416 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM160 464a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM32 160l.1 72.6c.1 52.2 24 101 64 133.1c-.1-1.9-.1-3.8-.1-5.7v-8c0-71.8 37-138.6 97.9-176.7l60.2-37.6c8.6-5.4 17.9-8.4 27.3-9.4l45.9-79.5c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-78 135.1c-3.3 5.7-10.7 7.7-16.4 4.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S214 5 207.4 16.5l-68 117.8 0 0 0 0-43.3 75L96 160c0-17.7-14.4-32-32-32s-32 14.4-32 32zM332.1 88.5L307.5 131c13.9 4.5 26.4 13.7 34.7 27c.9 1.5 1.7 2.9 2.5 4.4l28.9-50c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7l-26.8 46.4c-.6 6-2.1 11.8-4.3 17.4H352h13.3l0 0H397l23-39.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zM315.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C159.3 234.7 128 291.2 128 352v8c0 8.9 .8 17.6 2.2 26.1c35.4 8.2 61.8 40 61.8 77.9c0 6.3-.7 12.5-2.1 18.4C215.1 501 246.3 512 280 512H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H520c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H352l0 0 0 0H258.8L305 219.1c15-9.4 19.5-29.1 10.2-44.1z" + } + }, + "free": [ + "solid" + ] + }, + "hands-clapping": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "applause", + "clap", + "clapping hands", + "hand" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1a8", + "label": "Hands Clapping", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M336 16V80c0 8.8-7.2 16-16 16s-16-7.2-16-16V16c0-8.8 7.2-16 16-16s16 7.2 16 16zm-98.7 7.1l32 48c4.9 7.4 2.9 17.3-4.4 22.2s-17.3 2.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4zM135 119c9.4-9.4 24.6-9.4 33.9 0L292.7 242.7c10.1 10.1 27.3 2.9 27.3-11.3V192c0-17.7 14.3-32 32-32s32 14.3 32 32V345.6c0 57.1-30 110-78.9 139.4c-64 38.4-145.8 28.3-198.5-24.4L7 361c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l53 53c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L23 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l93 93c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L55 185c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l117 117c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9zM433.1 484.9c-24.2 14.5-50.9 22.1-77.7 23.1c48.1-39.6 76.6-99 76.6-162.4l0-98.1c8.2-.1 16-6.4 16-16V192c0-17.7 14.3-32 32-32s32 14.3 32 32V345.6c0 57.1-30 110-78.9 139.4zM424.9 18.7c7.4 4.9 9.3 14.8 4.4 22.2l-32 48c-4.9 7.4-14.8 9.3-22.2 4.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4 14.8-9.3 22.2-4.4z" + } + }, + "free": [ + "solid" + ] + }, + "hands-holding": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4c2" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "hold", + "lift" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4c2", + "label": "Hands Holding", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M80 104c0-22.1-17.9-40-40-40S0 81.9 0 104v56 64V325.5c0 25.5 10.1 49.9 28.1 67.9L128 493.3c12 12 28.3 18.7 45.3 18.7H240c26.5 0 48-21.5 48-48V385.1c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3 0 0-15.2-15.2-32-32c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l32 32 15.2 15.2c11 11 9.2 29.2-3.7 37.8c-9.7 6.5-22.7 5.2-31-3.1L98.7 309.5c-12-12-18.7-28.3-18.7-45.3V224 144 104zm480 0v40 80 40.2c0 17-6.7 33.3-18.7 45.3l-51.1 51.1c-8.3 8.3-21.3 9.6-31 3.1c-12.9-8.6-14.7-26.9-3.7-37.8l15.2-15.2 32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-32 32-15.2 15.2 0 0-25.3 25.3c-21 21-32.8 49.5-32.8 79.2V464c0 26.5 21.5 48 48 48h66.7c17 0 33.3-6.7 45.3-18.7l99.9-99.9c18-18 28.1-42.4 28.1-67.9V224 160 104c0-22.1-17.9-40-40-40s-40 17.9-40 40z" + } + }, + "free": [ + "solid" + ] + }, + "hands-holding-child": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "care", + "give", + "help", + "hold", + "protect" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4fa", + "label": "Hands Holding Child", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm44.7 164.3L375.8 253c1.6 13.2-7.7 25.1-20.8 26.8s-25.1-7.7-26.8-20.8l-4.4-35h-7.6l-4.4 35c-1.6 13.2-13.6 22.5-26.8 20.8s-22.5-13.6-20.8-26.8l11.1-88.8L255.5 181c-10.1 8.6-25.3 7.3-33.8-2.8s-7.3-25.3 2.8-33.8l27.9-23.6C271.3 104.8 295.3 96 320 96s48.7 8.8 67.6 24.7l27.9 23.6c10.1 8.6 11.4 23.7 2.8 33.8s-23.7 11.4-33.8 2.8l-19.8-16.7zM40 64c22.1 0 40 17.9 40 40v40 80 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2 0 0 25.3 25.3c21 21 32.8 49.5 32.8 79.2V464c0 26.5-21.5 48-48 48H173.3c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5V224 160 104C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40v56 64V325.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48V385.1c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3 0 0 15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3V224 144 104c0-22.1 17.9-40 40-40z" + } + }, + "free": [ + "solid" + ] + }, + "hands-holding-circle": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "circle", + "gift", + "protection" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4fb", + "label": "Hands Holding Circle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0a128 128 0 1 1 0 256A128 128 0 1 1 320 0zM40 64c22.1 0 40 17.9 40 40v40 80 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2 0 0 25.3 25.3c21 21 32.8 49.5 32.8 79.2V464c0 26.5-21.5 48-48 48H173.3c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5V224 160 104C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40v56 64V325.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48V385.1c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3 0 0 15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3V224 144 104c0-22.1 17.9-40 40-40z" + } + }, + "free": [ + "solid" + ] + }, + "hands-praying": { + "aliases": { + "names": [ + "praying-hands" + ], + "unicodes": { + "secondary": [ + "10f684" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "kneel", + "preach", + "religion", + "worship" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f684", + "label": "Hands Praying", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M351.2 4.8c3.2-2 6.6-3.3 10-4.1c4.7-1 9.6-.9 14.1 .1c7.7 1.8 14.8 6.5 19.4 13.6L514.6 194.2c8.8 13.1 13.4 28.6 13.4 44.4v73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384v96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5L431 465.9c-56-14.9-95-65.7-95-123.7V224c0-17.7 14.3-32 32-32s32 14.3 32 32v80c0 8.8 7.2 16 16 16s16-7.2 16-16V219.1c0-7-1.8-13.8-5.3-19.8L340.3 48.1c-1.7-3-2.9-6.1-3.6-9.3c-1-4.7-1-9.6 .1-14.1c1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9c1.1 4.6 1.2 9.4 .1 14.1c-.7 3.2-1.9 6.3-3.6 9.3L213.3 199.3c-3.5 6-5.3 12.9-5.3 19.8V304c0 8.8 7.2 16 16 16s16-7.2 16-16V224c0-17.7 14.3-32 32-32s32 14.3 32 32V342.3c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9 .5-27.7-5.5S0 490 0 480V384c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2V238.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6c4.6-1.1 9.4-1.2 14.1-.1c3.5 .8 6.9 2.1 10 4.1z" + } + }, + "free": [ + "solid" + ] + }, + "handshake": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2b5" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "agreement", + "greeting", + "meeting", + "partnership" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2b5", + "label": "Handshake", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8V128h-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48V352h28.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123zM16 128c-8.8 0-16 7.2-16 16V352c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V128H16zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128V352c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V144c0-8.8-7.2-16-16-16H544zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z" + }, + "regular": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M272.2 64.6l-51.1 51.1c-15.3 4.2-29.5 11.9-41.5 22.5L153 161.9C142.8 171 129.5 176 115.8 176H96V304c20.4 .6 39.8 8.9 54.3 23.4l35.6 35.6 7 7 0 0L219.9 397c6.2 6.2 16.4 6.2 22.6 0c1.7-1.7 3-3.7 3.7-5.8c2.8-7.7 9.3-13.5 17.3-15.3s16.4 .6 22.2 6.5L296.5 393c11.6 11.6 30.4 11.6 41.9 0c5.4-5.4 8.3-12.3 8.6-19.4c.4-8.8 5.6-16.6 13.6-20.4s17.3-3 24.4 2.1c9.4 6.7 22.5 5.8 30.9-2.6c9.4-9.4 9.4-24.6 0-33.9L340.1 243l-35.8 33c-27.3 25.2-69.2 25.6-97 .9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2 78.4 339.4 64 377.1 64c36.1 0 71 13.3 97.9 37.2L505.1 128H544h40 40c8.8 0 16 7.2 16 16V352c0 17.7-14.3 32-32 32H576c-11.8 0-22.2-6.4-27.7-16H463.4c-3.4 6.7-7.9 13.1-13.5 18.7c-17.1 17.1-40.8 23.8-63 20.1c-3.6 7.3-8.5 14.1-14.6 20.2c-27.3 27.3-70 30-100.4 8.1c-25.1 20.8-62.5 19.5-86-4.1L159 404l-7-7-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3C96 369.7 81.6 384 64 384H32c-17.7 0-32-14.3-32-32V144c0-8.8 7.2-16 16-16H56 96h19.8c2 0 3.9-.7 5.3-2l26.5-23.6C175.5 77.7 211.4 64 248.7 64H259c4.4 0 8.9 .2 13.2 .6zM544 320V176H496c-5.9 0-11.6-2.2-15.9-6.1l-36.9-32.8c-18.2-16.2-41.7-25.1-66.1-25.1c-25.4 0-49.8 9.7-68.3 27.1l-70.1 66.2c-10.3 9.8-10.1 26.3 .5 35.7c9.3 8.3 23.4 8.1 32.5-.3l71.9-66.4c9.7-9 24.9-8.4 33.9 1.4s8.4 24.9-1.4 33.9l-.8 .8 74.4 74.4c10 10 16.5 22.3 19.4 35.1H544zM64 336a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm528 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "handshake-angle": { + "aliases": { + "names": [ + "hands-helping" + ], + "unicodes": { + "secondary": [ + "10f4c4" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aid", + "assistance", + "handshake", + "partnership", + "volunteering" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4c4", + "label": "Handshake Angle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M544 248v3.3l69.7-69.7c21.9-21.9 21.9-57.3 0-79.2L535.6 24.4c-21.9-21.9-57.3-21.9-79.2 0L416.3 64.5c-2.7-.3-5.5-.5-8.3-.5H296c-37.1 0-67.6 28-71.6 64H224V248c0 22.1 17.9 40 40 40s40-17.9 40-40V176c0 0 0-.1 0-.1V160l16 0 136 0c0 0 0 0 .1 0H464c44.2 0 80 35.8 80 80v8zM336 192v56c0 39.8-32.2 72-72 72s-72-32.2-72-72V129.4c-35.9 6.2-65.8 32.3-76 68.2L99.5 255.2 26.3 328.4c-21.9 21.9-21.9 57.3 0 79.2l78.1 78.1c21.9 21.9 57.3 21.9 79.2 0l37.7-37.7c.9 0 1.8 .1 2.7 .1H384c26.5 0 48-21.5 48-48c0-5.6-1-11-2.7-16H432c26.5 0 48-21.5 48-48c0-12.8-5-24.4-13.2-33c25.7-5 45.1-27.6 45.2-54.8v-.4c-.1-30.8-25.1-55.8-56-55.8c0 0 0 0 0 0l-120 0z" + } + }, + "free": [ + "solid" + ] + }, + "handshake-simple": { + "aliases": { + "names": [ + "handshake-alt" + ], + "unicodes": { + "composite": [ + "1f91d" + ], + "secondary": [ + "10f4c6" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agreement", + "greeting", + "hand", + "handshake", + "meeting", + "partnership", + "shake" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4c6", + "label": "Handshake Simple", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352H592c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H516h-4-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48H48c-26.5 0-48 21.5-48 48V304c0 26.5 21.5 48 48 48H156.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123z" + } + }, + "free": [ + "solid" + ] + }, + "handshake-simple-slash": { + "aliases": { + "names": [ + "handshake-alt-slash" + ], + "unicodes": { + "secondary": [ + "10e05f" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "broken", + "covid-19", + "social distance" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e05f", + "label": "Handshake Simple Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.3-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352H592c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H516h-4-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM413.6 421.9L41.2 128.5C17.9 131.8 0 151.8 0 176V304c0 26.5 21.5 48 48 48H156.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6z" + } + }, + "free": [ + "solid" + ] + }, + "handshake-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e060" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "broken", + "covid-19", + "social distance" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e060", + "label": "Handshake Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766194, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.3-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8V128h-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM413.6 421.9L128 196.8V352h28.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6zM96 171.6L40.6 128H16c-8.8 0-16 7.2-16 16V352c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V171.6zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128V352c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V144c0-8.8-7.2-16-16-16H544zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z" + } + }, + "free": [ + "solid" + ] + }, + "hanukiah": { + "aliases": { + "unicodes": { + "composite": [ + "1f54e" + ], + "secondary": [ + "10f6e6" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "candelabrum", + "candle", + "candlestick", + "hanukkah", + "jewish", + "judaism", + "light", + "menorah", + "religion" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6e6", + "label": "Hanukiah", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M314.2 3.3C309.1 12.1 296 36.6 296 56c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C324.6 1.2 322.4 0 320 0s-4.6 1.2-5.8 3.3zm-288 48C21.1 60.1 8 84.6 8 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C36.6 49.2 34.4 48 32 48s-4.6 1.2-5.8 3.3zM88 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C101.1 60.1 88 84.6 88 104zm82.2-52.7C165.1 60.1 152 84.6 152 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM216 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C229.1 60.1 216 84.6 216 104zM394.2 51.3C389.1 60.1 376 84.6 376 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM440 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C453.1 60.1 440 84.6 440 104zm82.2-52.7C517.1 60.1 504 84.6 504 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM584 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C597.1 60.1 584 84.6 584 104zM112 160c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm160 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zM352 144c0-17.7-14.3-32-32-32s-32 14.3-32 32V320H96c-17.7 0-32-14.3-32-32V192c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 53 43 96 96 96H288v64H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H320 480c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V384H544c53 0 96-43 96-96V192c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H352V144z" + } + }, + "free": [ + "solid" + ] + }, + "hard-drive": { + "aliases": { + "names": [ + "hdd" + ], + "unicodes": { + "composite": [ + "1f5b4" + ], + "secondary": [ + "10f0a0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Hard Disk", + "cpu", + "hard drive", + "harddrive", + "machine", + "save", + "storage" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0a0", + "label": "Hard Drive", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V280.4c-17-15.2-39.4-24.4-64-24.4H64c-24.6 0-47 9.2-64 24.4V96zM64 288H448c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V352c0-35.3 28.7-64 64-64zM320 416a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + }, + "regular": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V258c5.1-1.3 10.5-2 16-2H448c5.5 0 10.9 .7 16 2V96c0-8.8-7.2-16-16-16H64zM48 320v96c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V320c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zM0 320V96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V320v96c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320zm280 48a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hashnode": { + "changes": [ + "6.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e499", + "label": "Hashnode", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M35.19 171.1C-11.72 217.1-11.72 294 35.19 340.9L171.1 476.8C217.1 523.7 294 523.7 340.9 476.8L476.8 340.9C523.7 294 523.7 217.1 476.8 171.1L340.9 35.19C294-11.72 217.1-11.72 171.1 35.19L35.19 171.1zM315.5 315.5C282.6 348.3 229.4 348.3 196.6 315.5C163.7 282.6 163.7 229.4 196.6 196.6C229.4 163.7 282.6 163.7 315.5 196.6C348.3 229.4 348.3 282.6 315.5 315.5z" + } + }, + "free": [ + "brands" + ] + }, + "hashtag": { + "aliases": { + "unicodes": { + "composite": [ + "f292" + ], + "primary": [ + "f292" + ], + "secondary": [ + "1023", + "10f292" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Number Sign", + "Twitter", + "instagram", + "pound", + "social media", + "tag" + ] + }, + "styles": [ + "solid" + ], + "unicode": "23", + "label": "Hashtag", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8L197.8 128h95.1l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8L357.8 128H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H347.1L325.8 320H384c17.7 0 32 14.3 32 32s-14.3 32-32 32H315.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7H155.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8L90.2 384H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l21.3-128H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zM187.1 192L165.8 320h95.1l21.3-128H187.1z" + } + }, + "free": [ + "solid" + ] + }, + "hat-cowboy": { + "aliases": { + "unicodes": { + "secondary": [ + "10f8c0" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buckaroo", + "horse", + "jackeroo", + "john b.", + "old west", + "pardner", + "ranch", + "rancher", + "rodeo", + "western", + "wrangler" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f8c0", + "label": "Hat Cowboy", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 64c14.4 0 22.3-7 30.8-14.4C360.4 41.1 370.7 32 392 32c49.3 0 84.4 152.2 97.9 221.9C447.8 272.1 390.9 288 320 288s-127.8-15.9-169.9-34.1C163.6 184.2 198.7 32 248 32c21.3 0 31.6 9.1 41.2 17.6C297.7 57 305.6 64 320 64zM111.1 270.7c47.2 24.5 117.5 49.3 209 49.3s161.8-24.8 208.9-49.3c24.8-12.9 49.8-28.3 70.1-47.7c7.9-7.9 20.2-9.2 29.6-3.3c9.5 5.9 13.5 17.9 9.9 28.5c-13.5 37.7-38.4 72.3-66.1 100.6C523.7 398.9 443.6 448 320 448s-203.6-49.1-252.5-99.2C39.8 320.4 14.9 285.8 1.4 248.1c-3.6-10.6 .4-22.6 9.9-28.5c9.5-5.9 21.7-4.5 29.6 3.3c20.4 19.4 45.3 34.8 70.1 47.7z" + } + }, + "free": [ + "solid" + ] + }, + "hat-cowboy-side": { + "aliases": { + "unicodes": { + "secondary": [ + "10f8c1" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buckaroo", + "horse", + "jackeroo", + "john b.", + "old west", + "pardner", + "ranch", + "rancher", + "rodeo", + "western", + "wrangler" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f8c1", + "label": "Hat Cowboy Side", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M152.7 135.9l-10.4 57.2c6.8-.7 13.6-1.1 20.5-1.1h10.7c39.4 0 77.8 12.1 110.1 34.7L562.4 421.8l35.1 24.6c24.4-6 42.5-28.1 42.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474 83.9C468.2 53.8 441.8 32 411.1 32h-2.7c-5.6 0-11.1 .7-16.5 2.2L199.2 85.5c-23.9 6.4-42 26-46.5 50.4zM0 384c0 35.3 28.7 64 64 64H544L265.3 252.9c-26.9-18.8-58.9-28.9-91.8-28.9H162.9c-60.6 0-116 34.2-143.1 88.4L13.5 325C4.6 342.7 0 362.3 0 382.2V384z" + } + }, + "free": [ + "solid" + ] + }, + "hat-wizard": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6e8" + ] + } + }, + "changes": [ + "5.4.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "accessory", + "buckle", + "clothing", + "d&d", + "dnd", + "fantasy", + "halloween", + "head", + "holiday", + "mage", + "magic", + "pointy", + "witch" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6e8", + "label": "Hat Wizard", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 416L168.6 180.7c15.3-34.4 40.3-63.5 72-83.7l146.9-94c3-1.9 6.5-2.9 10-2.9C407.7 0 416 8.3 416 18.6v1.6c0 2.6-.5 5.1-1.4 7.5L354.8 176.9c-1.9 4.7-2.8 9.7-2.8 14.7c0 5.5 1.2 11 3.4 16.1L448 416H240.9l11.8-35.4 40.4-13.5c6.5-2.2 10.9-8.3 10.9-15.2s-4.4-13-10.9-15.2l-40.4-13.5-13.5-40.4C237 276.4 230.9 272 224 272s-13 4.4-15.2 10.9l-13.5 40.4-40.4 13.5C148.4 339 144 345.1 144 352s4.4 13 10.9 15.2l40.4 13.5L207.1 416H64zM279.6 141.5c-1.1-3.3-4.1-5.5-7.6-5.5s-6.5 2.2-7.6 5.5l-6.7 20.2-20.2 6.7c-3.3 1.1-5.5 4.1-5.5 7.6s2.2 6.5 5.5 7.6l20.2 6.7 6.7 20.2c1.1 3.3 4.1 5.5 7.6 5.5s6.5-2.2 7.6-5.5l6.7-20.2 20.2-6.7c3.3-1.1 5.5-4.1 5.5-7.6s-2.2-6.5-5.5-7.6l-20.2-6.7-6.7-20.2zM32 448H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "head-side-cough": { + "aliases": { + "unicodes": { + "secondary": [ + "10e061" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cough", + "covid-19", + "germs", + "lungs", + "respiratory", + "sick" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e061", + "label": "Head Side Cough", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v0 32L339.2 365.6c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9L448 416v16c0 26.5-21.5 48-48 48H320v8c0 13.3-10.7 24-24 24H256v0H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zm352-.2a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM464 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm152-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM592 480a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 312a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "solid" + ] + }, + "head-side-cough-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e062" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cough", + "covid-19", + "germs", + "lungs", + "respiratory", + "sick" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e062", + "label": "Head Side Cough Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M448 325.8l44 34.5c8.1 1.4 14.8 6.8 18 14.1L552.9 408c10.6 .4 19.5 7.6 22.2 17.4l39.1 30.6c.6 0 1.2-.1 1.8-.1c11.1 0 20.4 7.5 23.2 17.8h-3.9c6.2 8.5 6.4 20.4-.4 29c-8.2 10.4-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L89.6 44.9C127 16.7 173.5 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v0 5.8zM0 224.2c0-38.7 9.8-75.1 27.1-106.9L341.8 365.3l-2.5 .3c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9l62 3.9 43 33.9C439.3 466.2 421.2 480 400 480H320v8c0 13.3-10.7 24-24 24H256v0H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM616 360a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm-64-48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + }, + "free": [ + "solid" + ] + }, + "head-side-mask": { + "aliases": { + "unicodes": { + "secondary": [ + "10e063" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "breath", + "coronavirus", + "covid-19", + "filter", + "flu", + "infection", + "pandemic", + "respirator", + "virus" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e063", + "label": "Head Side Mask", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M32 224.2c0-22.2 3.2-43.6 9.2-63.9L262.2 321c-4 9.5-6.2 20-6.2 31V512H128c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C48.6 322.4 32 274.1 32 224.2zm248.3 70.4L53 129.3C88.7 53 166.2 0 256 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c5.4 6.7 8.6 14.8 9.4 23.2H336c-21.7 0-41.3 8.6-55.7 22.6zM336 304H534l0 0h10l-19.7 64H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H514.5l-9.8 32H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H494.8l-.9 2.8c-8.3 26.9-33.1 45.2-61.2 45.2H288V352c0-14 6-26.7 15.6-35.4c0 0 0 0 0 0c8.5-7.8 19.9-12.6 32.4-12.6zm48-80a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "head-side-virus": { + "aliases": { + "unicodes": { + "secondary": [ + "10e064" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "coronavirus", + "covid-19", + "flu", + "infection", + "pandemic", + "sick" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e064", + "label": "Head Side Virus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v64c0 35.3-28.7 64-64 64H320v32c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM224 64c-8.8 0-16 7.2-16 16c0 33-39.9 49.5-63.2 26.2c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6C145.5 152.1 129 192 96 192c-8.8 0-16 7.2-16 16s7.2 16 16 16c33 0 49.5 39.9 26.2 63.2c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0C168.1 286.5 208 303 208 336c0 8.8 7.2 16 16 16s16-7.2 16-16c0-33 39.9-49.5 63.2-26.2c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6C302.5 263.9 319 224 352 224c8.8 0 16-7.2 16-16s-7.2-16-16-16c-33 0-49.5-39.9-26.2-63.2c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0C279.9 129.5 240 113 240 80c0-8.8-7.2-16-16-16zm-24 96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40 80a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z" + } + }, + "free": [ + "solid" + ] + }, + "heading": { + "aliases": { + "names": [ + "header" + ], + "unicodes": { + "secondary": [ + "10f1dc" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.9.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "format", + "header", + "text", + "title" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1dc", + "label": "Heading", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H80h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H112V208H336V96H320c-17.7 0-32-14.3-32-32s14.3-32 32-32h48 48c17.7 0 32 14.3 32 32s-14.3 32-32 32H400V240 416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H368 320c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V272H112V416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V240 96H32C14.3 96 0 81.7 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "headphones": { + "aliases": { + "unicodes": { + "composite": [ + "1f3a7" + ], + "secondary": [ + "10f025" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "earbud", + "headphone", + "listen", + "music", + "sound", + "speaker" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f025", + "label": "Headphones", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48c-44.2 0-80-35.8-80-80V384 336 288C0 146.6 114.6 32 256 32s256 114.6 256 256v48 48 16c0 44.2-35.8 80-80 80c-26.5 0-48-21.5-48-48V304c0-26.5 21.5-48 48-48c10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80z" + } + }, + "free": [ + "solid" + ] + }, + "headphones-simple": { + "aliases": { + "names": [ + "headphones-alt" + ], + "unicodes": { + "secondary": [ + "10f58f" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "listen", + "music", + "sound", + "speaker" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f58f", + "label": "Headphones Simple", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 80C141.1 80 48 173.1 48 288V392c0 13.3-10.7 24-24 24s-24-10.7-24-24V288C0 146.6 114.6 32 256 32s256 114.6 256 256V392c0 13.3-10.7 24-24 24s-24-10.7-24-24V288c0-114.9-93.1-208-208-208zM80 352c0-35.3 28.7-64 64-64h16c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V352zm288-64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V320c0-17.7 14.3-32 32-32h16z" + } + }, + "free": [ + "solid" + ] + }, + "headset": { + "aliases": { + "unicodes": { + "secondary": [ + "10f590" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "gamer", + "gaming", + "listen", + "live chat", + "microphone", + "shot caller", + "sound", + "support", + "telemarketer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f590", + "label": "Headset", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48C141.1 48 48 141.1 48 256v40c0 13.3-10.7 24-24 24s-24-10.7-24-24V256C0 114.6 114.6 0 256 0S512 114.6 512 256V400.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24H240c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40V256c0-114.9-93.1-208-208-208zM144 208h16c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V272c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64v48c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h16z" + } + }, + "free": [ + "solid" + ] + }, + "heart": { + "aliases": { + "unicodes": { + "composite": [ + "1f499", + "1f49a", + "1f49b", + "1f49c", + "1f5a4", + "1f90d", + "1f90e", + "1f9e1", + "2665", + "2764", + "f08a" + ], + "secondary": [ + "10f004" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "black", + "black heart", + "blue", + "blue heart", + "brown", + "brown heart", + "card", + "evil", + "favorite", + "game", + "green", + "green heart", + "heart", + "heart suit", + "like", + "love", + "orange", + "orange heart", + "purple", + "purple heart", + "red heart", + "relationship", + "valentine", + "white", + "white heart", + "wicked", + "yellow", + "yellow heart" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f004", + "label": "Heart", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z" + }, + "regular": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M225.8 468.2l-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8v-3.3c0-70.4 50-130.8 119.2-144C158.6 37.9 198.9 47 231 69.6c9 6.4 17.4 13.8 25 22.3c4.2-4.8 8.7-9.2 13.5-13.3c3.7-3.2 7.5-6.2 11.5-9c0 0 0 0 0 0C313.1 47 353.4 37.9 392.8 45.4C462 58.6 512 119.1 512 189.5v3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9zM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20c0 0-.1-.1-.1-.1c0 0 0 0 0 0c-23.1-25.9-58-37.7-92-31.2C81.6 101.5 48 142.1 48 189.5v3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268c20.9-19.4 32.8-46.7 32.8-75.2v-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69 5.4-92 31.2c0 0 0 0-.1 .1s0 0-.1 .1l-17.8 20c-.3 .4-.7 .7-1 1.1c-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "heart-circle-bolt": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cardiogram", + "ekg", + "electric", + "heart", + "love", + "pacemaker" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4fc", + "label": "Heart Circle Bolt", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356H488c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380H376c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z" + } + }, + "free": [ + "solid" + ] + }, + "heart-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "love", + "not affected", + "ok", + "okay" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4fd", + "label": "Heart Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + }, + "free": [ + "solid" + ] + }, + "heart-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "love" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4fe", + "label": "Heart Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "heart-circle-minus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "love" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4ff", + "label": "Heart Circle Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16H496c8.8 0 16 7.2 16 16z" + } + }, + "free": [ + "solid" + ] + }, + "heart-circle-plus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "love" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e500", + "label": "Heart Circle Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208v48h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V384H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h48V304c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + }, + "free": [ + "solid" + ] + }, + "heart-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "favorite", + "heart", + "love" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e501", + "label": "Heart Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + }, + "free": [ + "solid" + ] + }, + "heart-crack": { + "aliases": { + "names": [ + "heart-broken" + ], + "unicodes": { + "composite": [ + "1f494" + ], + "secondary": [ + "10f7a9" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "break", + "breakup", + "broken", + "broken heart", + "crushed", + "dislike", + "dumped", + "grief", + "love", + "lovesick", + "relationship", + "sad" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7a9", + "label": "Heart Crack", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M119.4 44.1c23.3-3.9 46.8-1.9 68.6 5.3l49.8 77.5-75.4 75.4c-1.5 1.5-2.4 3.6-2.3 5.8s1 4.2 2.6 5.7l112 104c2.9 2.7 7.4 2.9 10.5 .3s3.8-7 1.7-10.4l-60.4-98.1 90.7-75.6c2.6-2.1 3.5-5.7 2.4-8.8L296.8 61.8c28.5-16.7 62.4-23.2 95.7-17.6C461.5 55.6 512 115.2 512 185.1v5.8c0 41.5-17.2 81.2-47.6 109.5L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9L47.6 300.4C17.2 272.1 0 232.4 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141z" + } + }, + "free": [ + "solid" + ] + }, + "heart-pulse": { + "aliases": { + "names": [ + "heartbeat" + ], + "unicodes": { + "secondary": [ + "10f21e" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ekg", + "electrocardiogram", + "health", + "lifeline", + "vital signs" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f21e", + "label": "Heart Pulse", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M228.3 469.1L47.6 300.4c-4.2-3.9-8.2-8.1-11.9-12.4h87c22.6 0 43-13.6 51.7-34.5l10.5-25.2 49.3 109.5c3.8 8.5 12.1 14 21.4 14.1s17.8-5 22-13.3L320 253.7l1.7 3.4c9.5 19 28.9 31 50.1 31H476.3c-3.7 4.3-7.7 8.5-11.9 12.4L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9zM503.7 240h-132c-3 0-5.8-1.7-7.2-4.4l-23.2-46.3c-4.1-8.1-12.4-13.3-21.5-13.3s-17.4 5.1-21.5 13.3l-41.4 82.8L205.9 158.2c-3.9-8.7-12.7-14.3-22.2-14.1s-18.1 5.9-21.8 14.8l-31.8 76.3c-1.2 3-4.2 4.9-7.4 4.9H16c-2.6 0-5 .4-7.3 1.1C3 225.2 0 208.2 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141C165 36.5 211.4 51.4 244 84l12 12 12-12c32.6-32.6 79-47.5 124.6-39.9C461.5 55.6 512 115.2 512 185.1v5.8c0 16.9-2.8 33.5-8.3 49.1z" + } + }, + "free": [ + "solid" + ] + }, + "helicopter": { + "aliases": { + "unicodes": { + "composite": [ + "1f681" + ], + "secondary": [ + "10f533" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airwolf", + "apache", + "chopper", + "flight", + "fly", + "helicopter", + "travel", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f533", + "label": "Helicopter", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 32c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H384v64h32c88.4 0 160 71.6 160 160v64c0 17.7-14.3 32-32 32H384 320c-20.1 0-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2 198.1c-9.5-3.8-16.7-12-19.2-22L5 83.9C2.4 73.8 10.1 64 20.5 64H48c10.1 0 19.6 4.7 25.6 12.8L112 128H320V64H160c-17.7 0-32-14.3-32-32zM384 320H512V288c0-53-43-96-96-96H384V320zM630.6 425.4c12.5 12.5 12.5 32.8 0 45.3l-3.9 3.9c-24 24-56.6 37.5-90.5 37.5H256c-17.7 0-32-14.3-32-32s14.3-32 32-32H536.2c17 0 33.3-6.7 45.3-18.7l3.9-3.9c12.5-12.5 32.8-12.5 45.3 0z" + } + }, + "free": [ + "solid" + ] + }, + "helicopter-symbol": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chopper", + "helicopter", + "landing pad", + "whirlybird" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e502", + "label": "Helicopter Symbol", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M445.3 224H510C495.6 108.2 403.8 16.4 288 2V66.7C368.4 80.1 431.9 143.6 445.3 224zM510 288H445.3C431.9 368.4 368.4 431.9 288 445.4V510c115.8-14.4 207.6-106.2 222-222zM2 288C16.4 403.8 108.2 495.6 224 510V445.4C143.6 431.9 80.1 368.4 66.7 288H2zm0-64H66.7C80.1 143.6 143.6 80.1 224 66.7V2C108.2 16.4 16.4 108.2 2 224zm206-64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352c0 17.7 14.3 32 32 32s32-14.3 32-32V288h96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H208V160z" + } + }, + "free": [ + "solid" + ] + }, + "helmet-safety": { + "aliases": { + "names": [ + "hard-hat", + "hat-hard" + ], + "unicodes": { + "secondary": [ + "10f807" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "construction", + "hardhat", + "helmet", + "safety" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f807", + "label": "Helmet Safety", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M256 32c-17.7 0-32 14.3-32 32v2.3 99.6c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1L157.1 87C83 123.5 32 199.8 32 288v64H544l0-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1V66.3 64c0-17.7-14.3-32-32-32H256zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6H16.6z" + } + }, + "free": [ + "solid" + ] + }, + "helmet-un": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "helmet", + "united nations" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e503", + "label": "Helmet Un", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M479.5 224C471.2 98.9 367.2 0 240 0C107.5 0 0 107.5 0 240v56.3C0 344.8 39.2 384 87.7 384H200h14.9L343.5 505.4c4.5 4.2 10.4 6.6 16.5 6.6h96c13.3 0 24-10.7 24-24s-10.7-24-24-24H369.5l-1.5-1.5V288h80 32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.5zM320 417.2l-78-73.7L274.4 288H320V417.2zM285.3 103.1l34.7 52V112c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V208c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM160 112v64c0 8.8 7.2 16 16 16s16-7.2 16-16V112c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V112c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + }, + "free": [ + "solid" + ] + }, + "highlighter": { + "aliases": { + "unicodes": { + "secondary": [ + "10f591" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "marker", + "sharpie", + "update", + "write" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f591", + "label": "Highlighter", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M315 315l158.4-215L444.1 70.6 229 229 315 315zm-187 5l0 0V248.3c0-15.3 7.2-29.6 19.5-38.6L420.6 8.4C428 2.9 437 0 446.2 0c11.4 0 22.4 4.5 30.5 12.6l54.8 54.8c8.1 8.1 12.6 19 12.6 30.5c0 9.2-2.9 18.2-8.4 25.6L334.4 396.5c-9 12.3-23.4 19.5-38.6 19.5H224l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0l-50.7-50.7c-12.5-12.5-12.5-32.8 0-45.3L128 320zM7 466.3l63-63 70.6 70.6-31 31c-4.5 4.5-10.6 7-17 7H24c-13.3 0-24-10.7-24-24v-4.7c0-6.4 2.5-12.5 7-17z" + } + }, + "free": [ + "solid" + ] + }, + "hill-avalanche": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mudslide", + "snow", + "winter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e507", + "label": "Hill Avalanche", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8c34.4-34.4 34.4-90.1 0-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7C401.2 261.3 416 236.4 416 208c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8 2.9-14 2.9-21.5c0-44.2-35.8-80-80-80c-27.3 0-51.5 13.7-65.9 34.6C216.3 46.6 197.9 32 176 32c-26.5 0-48 21.5-48 48c0 4 .5 7.9 1.4 11.6L439.7 401.9zM480 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80H396.7c35.6 0 53.5-43.1 28.3-68.3L68.3 87z" + } + }, + "free": [ + "solid" + ] + }, + "hill-rockslide": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mudslide" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e508", + "label": "Hill Rockslide", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M252.4 103.8l27 48c2.8 5 8.2 8.2 13.9 8.2l53.3 0c5.8 0 11.1-3.1 13.9-8.2l27-48c2.7-4.9 2.7-10.8 0-15.7l-27-48c-2.8-5-8.2-8.2-13.9-8.2H293.4c-5.8 0-11.1 3.1-13.9 8.2l-27 48c-2.7 4.9-2.7 10.8 0 15.7zM68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80H396.7c35.6 0 53.5-43.1 28.3-68.3L68.3 87zM504.2 403.6c4.9 2.7 10.8 2.7 15.7 0l48-27c5-2.8 8.2-8.2 8.2-13.9V309.4c0-5.8-3.1-11.1-8.2-13.9l-48-27c-4.9-2.7-10.8-2.7-15.7 0l-48 27c-5 2.8-8.2 8.2-8.2 13.9v53.3c0 5.8 3.1 11.1 8.2 13.9l48 27zM192 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "hippo": { + "aliases": { + "unicodes": { + "composite": [ + "1f99b" + ], + "secondary": [ + "10f6ed" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.1", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "fauna", + "hippo", + "hippopotamus", + "hungry", + "mammal" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6ed", + "label": "Hippo", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M407 47c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2h32c11.2 0 21.9 2.3 31.6 6.5L543 55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L564 101.9c7.6 12.2 12 26.7 12 42.1c0 10.2 7.4 18.8 16.7 23c27.9 12.5 47.3 40.5 47.3 73c0 26.2-12.6 49.4-32 64v32c0 8.8-7.2 16-16 16H560c-8.8 0-16-7.2-16-16V320H480v16c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V318.4c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2V352c0 17.7 14.3 32 32 32h32v64c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V372c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12v76c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V329.1L45.9 369.7c-5.4 12.1-19.6 17.6-31.7 12.2S-3.3 362.4 2.1 350.3L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1h7.2H256h32c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm88 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM480 144a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + }, + "free": [ + "solid" + ] + }, + "hips": { + "changes": [ + "5.0.5" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f452", + "label": "Hips", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7c-1.8 0-2.7.9-2.7 2.7v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3zm478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1zM376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6zm0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2zM228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9z" + } + }, + "free": [ + "brands" + ] + }, + "hire-a-helper": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3b0", + "label": "HireAHelper", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7zm-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8z" + } + }, + "free": [ + "brands" + ] + }, + "hive": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e07f", + "label": "Hive Blockchain Network", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M260.353,254.878,131.538,33.1a2.208,2.208,0,0,0-3.829.009L.3,254.887A2.234,2.234,0,0,0,.3,257.122L129.116,478.9a2.208,2.208,0,0,0,3.83-.009L260.358,257.113A2.239,2.239,0,0,0,260.353,254.878Zm39.078-25.713a2.19,2.19,0,0,0,1.9,1.111h66.509a2.226,2.226,0,0,0,1.9-3.341L259.115,33.111a2.187,2.187,0,0,0-1.9-1.111H190.707a2.226,2.226,0,0,0-1.9,3.341ZM511.7,254.886,384.9,33.112A2.2,2.2,0,0,0,382.99,32h-66.6a2.226,2.226,0,0,0-1.906,3.34L440.652,256,314.481,476.66a2.226,2.226,0,0,0,1.906,3.34h66.6a2.2,2.2,0,0,0,1.906-1.112L511.7,257.114A2.243,2.243,0,0,0,511.7,254.886ZM366.016,284.917H299.508a2.187,2.187,0,0,0-1.9,1.111l-108.8,190.631a2.226,2.226,0,0,0,1.9,3.341h66.509a2.187,2.187,0,0,0,1.9-1.111l108.8-190.631A2.226,2.226,0,0,0,366.016,284.917Z" + } + }, + "free": [ + "brands" + ] + }, + "hockey-puck": { + "aliases": { + "unicodes": { + "secondary": [ + "10f453" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ice", + "nhl", + "sport" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f453", + "label": "Hockey Puck", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 256C114.6 256 0 213 0 160s114.6-96 256-96s256 43 256 96s-114.6 96-256 96zm192.3 1.8c24.7-9.3 46.9-21 63.7-35.6V352c0 53-114.6 96-256 96S0 405 0 352V222.3c16.8 14.6 39 26.3 63.7 35.6C114.5 276.9 182.5 288 256 288s141.5-11.1 192.3-30.2z" + } + }, + "free": [ + "solid" + ] + }, + "holly-berry": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7aa" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "catwoman", + "christmas", + "decoration", + "flora", + "halle", + "holiday", + "ororo munroe", + "plant", + "storm", + "xmas" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7aa", + "label": "Holly Berry", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM276.8 383.8c1 .1 2.1 .2 3.2 .2c39.8 0 72 32.2 72 72v22.7c0 16.4 16 27.9 31.6 22.8l12.8-4.3c18-6 37.3-6.5 55.6-1.5l19.4 5.3c17.9 4.9 34.4-11.6 29.5-29.5L495.6 452c-5-18.3-4.4-37.6 1.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6 0-62.7-28.1-62.7-62.7v-32c0-16.4-16-27.9-31.6-22.8l-12.8 4.3c-18 6-37.3 6.5-55.6 1.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2 9.7 5.8 20.8 3.7 32.3L275 298.7c-1.5 8.4-1.4 17 .5 25.3l5.3 23.9c2.8 12.7 1.1 25.2-4 35.9zM127.6 234.5c-15.5-5.2-31.6 6.4-31.6 22.8v32C96 323.9 67.9 352 33.3 352c-16.4 0-27.9 16-22.8 31.6l4.3 12.8c6 18 6.5 37.3 1.5 55.6l-5.3 19.4C6.2 489.4 22.6 505.8 40.5 501L60 495.6c18.3-5 37.6-4.5 55.6 1.5l12.8 4.3c15.5 5.2 31.6-6.4 31.6-22.8v-32c0-34.6 28.1-62.7 62.7-62.7c16.4 0 27.9-16 22.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5L196 240.4c-18.3 5-37.6 4.4-55.6-1.5l-12.8-4.3zM384 144a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + }, + "free": [ + "solid" + ] + }, + "hooli": { + "changes": [ + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f427", + "label": "Hooli", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144.5 352l38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3zm408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9zm-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6zm-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3zM65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z" + } + }, + "free": [ + "brands" + ] + }, + "hornbill": { + "changes": [ + "5.1.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f592", + "label": "Hornbill", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6zm108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z" + } + }, + "free": [ + "brands" + ] + }, + "horse": { + "aliases": { + "unicodes": { + "composite": [ + "1f40e" + ], + "secondary": [ + "10f6f0" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "equestrian", + "equus", + "fauna", + "horse", + "mammmal", + "mare", + "neigh", + "pony", + "racehorse", + "racing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6f0", + "label": "Horse", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M448 238.1V160h16l9.8 19.6c12.5 25.1 42.2 36.4 68.3 26c20.5-8.2 33.9-28 33.9-50.1V80c0-19.1-8.4-36.3-21.7-48H560c8.8 0 16-7.2 16-16s-7.2-16-16-16H480 448C377.3 0 320 57.3 320 128H224 203.2 148.8c-30.7 0-57.6 16.3-72.5 40.8C33.2 174.5 0 211.4 0 256v56c0 13.3 10.7 24 24 24s24-10.7 24-24V256c0-13.4 6.6-25.2 16.7-32.5c1.6 13 6.3 25.4 13.6 36.4l28.2 42.4c8.3 12.4 6.4 28.7-1.2 41.6c-16.5 28-20.6 62.2-10 93.9l17.5 52.4c4.4 13.1 16.6 21.9 30.4 21.9h33.7c21.8 0 37.3-21.4 30.4-42.1l-20.8-62.5c-2.1-6.4-.5-13.4 4.3-18.2l12.7-12.7c13.2-13.2 20.6-31.1 20.6-49.7c0-2.3-.1-4.6-.3-6.9l84 24c4.1 1.2 8.2 2.1 12.3 2.8V480c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V315.7c19.2-19.2 31.5-45.7 32-75.7h0v-1.9zM496 64a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + }, + "free": [ + "solid" + ] + }, + "horse-head": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7ab" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "equus", + "fauna", + "mammmal", + "mare", + "neigh", + "pony" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7ab", + "label": "Horse Head", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 464V316.9c0-108.4 68.3-205.1 170.5-241.3L404.2 15.5C425.6 7.9 448 23.8 448 46.4c0 11-5.5 21.2-14.6 27.3L400 96c48.1 0 91.2 29.8 108.1 74.9l48.6 129.5c11.8 31.4 4.1 66.8-19.6 90.5c-16 16-37.8 25.1-60.5 25.1h-3.4c-26.1 0-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7 4.1-24.2 6.4-37.3 6.4l-.1 0 0 0c-6.3 0-12.5-.5-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3l0 0c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3 14.2-5.8 21.9c24 41.5 68.3 70 119.3 71.9l47.2 70.8c4 6.1 6.2 13.2 6.2 20.4c0 20.3-16.5 36.8-36.8 36.8H112c-26.5 0-48-21.5-48-48zM392 224a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + }, + "free": [ + "solid" + ] + }, + "hospital": { + "aliases": { + "names": [ + "hospital-alt", + "hospital-wide" + ], + "unicodes": { + "composite": [ + "1f3e5", + "f47d" + ], + "primary": [ + "f47d" + ], + "secondary": [ + "10f0f8", + "10f47d" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "covid-19", + "doctor", + "emergency room", + "hospital", + "medical center", + "medicine" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0f8", + "label": "Hospital", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 48c0-26.5 21.5-48 48-48H400c26.5 0 48 21.5 48 48V512H368V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H192V48zM48 96H160V512H48c-26.5 0-48-21.5-48-48V320H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V224H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V144c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48v48H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80V464c0 26.5-21.5 48-48 48H480V96H592zM312 64c-8.8 0-16 7.2-16 16v24H272c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V152h24c8.8 0 16-7.2 16-16V120c0-8.8-7.2-16-16-16H344V80c0-8.8-7.2-16-16-16H312z" + }, + "regular": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M232 0c-39.8 0-72 32.2-72 72v8H72C32.2 80 0 112.2 0 152V440c0 39.8 32.2 72 72 72h.2 .2 .2 .2 .2H73h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H75h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H77h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H79h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H82h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H85h.2 .2 .2 .2H86h.2 .2 .2 .2H87h.2 .2 .2 .2H88h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H98h.2 .2 .2 .2H99h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2v0H456h8v0H568c39.8 0 72-32.2 72-72V152c0-39.8-32.2-72-72-72H480V72c0-39.8-32.2-72-72-72H232zM480 128h88c13.3 0 24 10.7 24 24v40H536c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v48H536c-13.3 0-24 10.7-24 24s10.7 24 24 24h56V440c0 13.3-10.7 24-24 24H480V336 128zM72 128h88V464h-.1-.2-.2-.2H159h-.2-.2-.2H158h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H154h-.2-.2-.2H153h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H150h-.2-.2-.2H149h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H146h-.2-.2-.2H145h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H142h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H139h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H136h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H133h-.2-.2-.2-.2-.2-.2-.2-.2H131h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H128h-.2-.2-.2-.2-.2-.2-.2-.2H126h-.2-.2-.2-.2-.2-.2-.2-.2H124h-.2-.2-.2-.2-.2-.2-.2-.2H122h-.2-.2-.2-.2-.2-.2-.2-.2H120h-.2-.2-.2-.2-.2-.2-.2-.2H118h-.2-.2-.2-.2-.2-.2-.2-.2H116h-.2-.2-.2-.2-.2-.2-.2-.2H114h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H111h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H108h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H105h-.2-.2-.2-.2H104h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H100h-.2-.2-.2-.2H99h-.2-.2-.2-.2H98h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H88h-.2-.2-.2-.2H87h-.2-.2-.2-.2H86h-.2-.2-.2-.2H85h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H82h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H79h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H77h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H75h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H73h-.2-.2-.2-.2-.2H72c-13.2 0-24-10.7-24-24V336h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H48V240h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H48V152c0-13.3 10.7-24 24-24zM208 72c0-13.3 10.7-24 24-24H408c13.3 0 24 10.7 24 24V336 464H368V400c0-26.5-21.5-48-48-48s-48 21.5-48 48v64H208V72zm88 24v24H272c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V168h24c8.8 0 16-7.2 16-16V136c0-8.8-7.2-16-16-16H344V96c0-8.8-7.2-16-16-16H312c-8.8 0-16 7.2-16 16z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hospital-user": { + "aliases": { + "unicodes": { + "secondary": [ + "10f80d" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "doctor", + "network", + "patient", + "primary care" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f80d", + "label": "Hospital User", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V256H144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v64H144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v80c0 26.5 21.5 48 48 48H265.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V271.8 48c0-26.5-21.5-48-48-48H48zM152 64h16c8.8 0 16 7.2 16 16v24h24c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H184v24c0 8.8-7.2 16-16 16H152c-8.8 0-16-7.2-16-16V152H112c-8.8 0-16-7.2-16-16V120c0-8.8 7.2-16 16-16h24V80c0-8.8 7.2-16 16-16zM512 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM288 477.1c0 19.3 15.6 34.9 34.9 34.9H541.1c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H381.1c-51.4 0-93.1 41.7-93.1 93.1z" + } + }, + "free": [ + "solid" + ] + }, + "hot-tub-person": { + "aliases": { + "names": [ + "hot-tub" + ], + "unicodes": { + "secondary": [ + "10f593" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "jacuzzi", + "spa" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f593", + "label": "Hot Tub Person", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M272 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5V200c0 13.3 10.7 24 24 24s24-10.7 24-24V186.8c0-34-14.4-66.4-39.7-89.2L295.8 82.8C280.7 69.1 272 49.7 272 29.2V24zM0 320v16V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H277.3c-13.8 0-27.3-4.5-38.4-12.8l-85.3-64C137 166.7 116.8 160 96 160c-53 0-96 43-96 96v64zm128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm112 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM360 0c-13.3 0-24 10.7-24 24v5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5V200c0 13.3 10.7 24 24 24s24-10.7 24-24V186.8c0-34-14.4-66.4-39.7-89.2L407.8 82.8C392.7 69.1 384 49.7 384 29.2V24c0-13.3-10.7-24-24-24zM64 128A64 64 0 1 0 64 0a64 64 0 1 0 0 128z" + } + }, + "free": [ + "solid" + ] + }, + "hotdog": { + "aliases": { + "unicodes": { + "composite": [ + "1f32d" + ], + "secondary": [ + "10f80f" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bun", + "chili", + "frankfurt", + "frankfurter", + "hot dog", + "hotdog", + "kosher", + "polish", + "sandwich", + "sausage", + "vienna", + "weiner" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f80f", + "label": "Hotdog", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M488.6 23.4c31.2 31.2 31.2 81.9 0 113.1l-352 352c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1l352-352c31.2-31.2 81.9-31.2 113.1 0zM443.3 92.7c-6.2-6.2-16.4-6.2-22.6 0c-12.5 12.5-23.8 15.1-37.5 17.6l-2.5 .4c-13.8 2.5-31.6 5.6-48 22c-16.7 16.7-20.9 36-24.1 50.9l0 0v0l-.2 1c-3.4 15.6-6 26.4-15.7 36.1s-20.5 12.3-36.1 15.7l-1 .2c-14.9 3.2-34.2 7.4-50.9 24.1s-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1c-9.2 9.2-18 10.8-32.7 13.4l0 0-.9 .2c-15.6 2.8-34.9 6.9-54.4 26.4c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0c12.5-12.5 23.8-15.1 37.5-17.6l2.5-.4c13.8-2.5 31.6-5.6 48-22c16.7-16.7 20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1s20.5-12.3 36.1-15.7l1-.2c14.9-3.2 34.2-7.4 50.9-24.1s20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1c9.2-9.2 18-10.8 32.7-13.4l.9-.2c15.6-2.8 34.9-6.9 54.4-26.4c6.2-6.2 6.2-16.4 0-22.6zM191.2 479.2l288-288L495 207c10.9 10.9 17 25.6 17 41s-6.1 30.1-17 41L289 495c-10.9 10.9-25.6 17-41 17s-30.1-6.1-41-17l-15.8-15.8zM17 305C6.1 294.1 0 279.4 0 264s6.1-30.1 17-41L223 17C233.9 6.1 248.6 0 264 0s30.1 6.1 41 17l15.8 15.8-288 288L17 305z" + } + }, + "free": [ + "solid" + ] + }, + "hotel": { + "aliases": { + "unicodes": { + "composite": [ + "1f3e8" + ], + "secondary": [ + "10f594" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "hotel", + "inn", + "lodging", + "motel", + "resort", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f594", + "label": "Hotel", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H480c17.7 0 32 14.3 32 32s-14.3 32-32 32V448c17.7 0 32 14.3 32 32s-14.3 32-32 32H304V464c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V64C14.3 64 0 49.7 0 32zm96 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zM240 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H240zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zM112 192c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H112zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H368zM328 384c13.3 0 24.3-10.9 21-23.8c-10.6-41.5-48.2-72.2-93-72.2s-82.5 30.7-93 72.2c-3.3 12.8 7.8 23.8 21 23.8H328z" + } + }, + "free": [ + "solid" + ] + }, + "hotjar": { + "changes": [ + "5.0.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3b1", + "label": "Hotjar", + "voted": false, + "svg": { + "brands": { + "last_modified": 1688044785, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M361.5 0c0 131.6-80.7 176.8-140.2 209.4c-.6 .3-1.1 .6-1.6 .9c-53.8 30.2-88.7 49.8-89.6 122H32C32 200.8 112.7 155.6 172.2 123C227 93.2 262.5 73 262.5 0h98.9zM301 302.6c54.8-29.8 90.3-50 90.3-123h98c0 131.6-80.7 176.7-140.2 209.4c-54.8 29.8-90.3 50-90.3 123h-98c0-131.6 80.7-176.8 140.2-209.4z" + } + }, + "free": [ + "brands" + ] + }, + "hourglass": { + "aliases": { + "names": [ + "hourglass-empty" + ], + "unicodes": { + "composite": [ + "23f3", + "f250" + ], + "secondary": [ + "10f254" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hour", + "hourglass", + "hourglass not done", + "minute", + "sand", + "stopwatch", + "time", + "timer" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f254", + "label": "Hourglass", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H64 320h32c17.7 0 32 14.3 32 32s-14.3 32-32 32V75c0 42.4-16.9 83.1-46.9 113.1L237.3 256l67.9 67.9c30 30 46.9 70.7 46.9 113.1v11c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V437c0-42.4 16.9-83.1 46.9-113.1L146.7 256 78.9 188.1C48.9 158.1 32 117.4 32 75V64C14.3 64 0 49.7 0 32zM96 64V75c0 25.5 10.1 49.9 28.1 67.9L192 210.7l67.9-67.9c18-18 28.1-42.4 28.1-67.9V64H96zm0 384H288V437c0-25.5-10.1-49.9-28.1-67.9L192 301.3l-67.9 67.9c-18 18-28.1 42.4-28.1 67.9v11z" + }, + "regular": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48h8V67c0 40.3 16 79 44.5 107.5L158.1 256 76.5 337.5C48 366 32 404.7 32 445v19H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8V445c0-40.3-16-79-44.5-107.5L225.9 256l81.5-81.5C336 146 352 107.3 352 67V48h8c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM192 289.9l81.5 81.5C293 391 304 417.4 304 445v19H80V445c0-27.6 11-54 30.5-73.5L192 289.9zm0-67.9l-81.5-81.5C91 121 80 94.6 80 67V48H304V67c0 27.6-11 54-30.5 73.5L192 222.1z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hourglass-end": { + "aliases": { + "names": [ + "hourglass-3" + ], + "unicodes": { + "composite": [ + "231b" + ], + "secondary": [ + "10f253" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hour", + "hourglass done", + "minute", + "sand", + "stopwatch", + "time", + "timer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f253", + "label": "Hourglass End", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM96 75V64H288V75c0 25.5-10.1 49.9-28.1 67.9L192 210.7l-67.9-67.9C106.1 124.9 96 100.4 96 75z" + } + }, + "free": [ + "solid" + ] + }, + "hourglass-half": { + "aliases": { + "names": [ + "hourglass-2" + ], + "unicodes": { + "secondary": [ + "10f252" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hour", + "minute", + "sand", + "stopwatch", + "time" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f252", + "label": "Hourglass Half", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM96 75V64H288V75c0 19-5.6 37.4-16 53H112c-10.3-15.6-16-34-16-53zm16 309c3.5-5.3 7.6-10.3 12.1-14.9L192 301.3l67.9 67.9c4.6 4.6 8.6 9.6 12.1 14.9H112z" + }, + "regular": { + "last_modified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 24C0 10.7 10.7 0 24 0H360c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V67c0 40.3-16 79-44.5 107.5L225.9 256l81.5 81.5C336 366 352 404.7 352 445v19h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V445c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67V48H24C10.7 48 0 37.3 0 24zM110.5 371.5c-3.9 3.9-7.5 8.1-10.7 12.5H284.2c-3.2-4.4-6.8-8.6-10.7-12.5L192 289.9l-81.5 81.5zM284.2 128C297 110.4 304 89 304 67V48H80V67c0 22.1 7 43.4 19.8 61H284.2z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "hourglass-start": { + "aliases": { + "names": [ + "hourglass-1" + ], + "unicodes": { + "secondary": [ + "10f251" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hour", + "minute", + "sand", + "stopwatch", + "time" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f251", + "label": "Hourglass Start", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM288 437v11H96V437c0-25.5 10.1-49.9 28.1-67.9L192 301.3l67.9 67.9c18 18 28.1 42.4 28.1 67.9z" + } + }, + "free": [ + "solid" + ] + }, + "house": { + "aliases": { + "names": [ + "home", + "home-alt", + "home-lg-alt" + ], + "unicodes": { + "composite": [ + "1f3e0", + "f80a", + "f80c" + ], + "primary": [ + "f80a", + "f80c" + ], + "secondary": [ + "10f015", + "10f80a", + "10f80c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "building", + "home", + "house", + "main", + "residence" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f015", + "label": "House", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z" + } + }, + "free": [ + "solid" + ] + }, + "house-chimney": { + "aliases": { + "names": [ + "home-lg" + ], + "unicodes": { + "composite": [ + "f80b" + ], + "primary": [ + "f80b" + ], + "secondary": [ + "10f80b" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "building", + "chimney", + "house", + "main", + "residence", + "smokestack" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e3af", + "label": "House Chimney", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185V64c0-17.7-14.3-32-32-32H448c-17.7 0-32 14.3-32 32v36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v64 24c0 22.1 17.9 40 40 40h24 32.5c1.4 0 2.8 0 4.2-.1c1.1 .1 2.2 .1 3.3 .1h16c22.1 0 40-17.9 40-40V455.8c.3-2.6 .5-5.3 .5-8.1l-.7-160.2h32z" + } + }, + "free": [ + "solid" + ] + }, + "house-chimney-crack": { + "aliases": { + "names": [ + "house-damage" + ], + "unicodes": { + "secondary": [ + "10f6f1" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "devastation", + "disaster", + "earthquake", + "home", + "insurance" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6f1", + "label": "House Chimney Crack", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H326.4L288 448l80.8-67.3c7.8-6.5 7.6-18.6-.4-24.9L250.6 263.2c-14.6-11.5-33.8 7-22.8 22L288 368l-85.5 71.2c-6.1 5-7.5 13.8-3.5 20.5L230.4 512H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24z" + } + }, + "free": [ + "solid" + ] + }, + "house-chimney-medical": { + "aliases": { + "names": [ + "clinic-medical" + ], + "unicodes": { + "secondary": [ + "10f7f2" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "doctor", + "general practitioner", + "hospital", + "infirmary", + "medicine", + "office", + "outpatient" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7f2", + "label": "House Chimney Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24zM272 192c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h48c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H320V208c0-8.8-7.2-16-16-16H272z" + } + }, + "free": [ + "solid" + ] + }, + "house-chimney-user": { + "aliases": { + "unicodes": { + "secondary": [ + "10e065" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "home", + "isolation", + "quarantine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e065", + "label": "House Chimney User", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185V64c0-17.7-14.3-32-32-32H448c-17.7 0-32 14.3-32 32v36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM288 160a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM176 400c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H192c-8.8 0-16-7.2-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "house-chimney-window": { + "aliases": { + "unicodes": { + "secondary": [ + "10e00d" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "building", + "family", + "home", + "residence" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e00d", + "label": "House Chimney Window", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24zM248 192c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V216c0-13.3-10.7-24-24-24H248z" + } + }, + "free": [ + "solid" + ] + }, + "house-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "home", + "house", + "not affected", + "ok", + "okay" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e509", + "label": "House Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + }, + "free": [ + "solid" + ] + }, + "house-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "affected", + "home", + "house" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e50a", + "label": "House Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "house-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "destroy", + "home", + "house" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e50b", + "label": "House Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + }, + "free": [ + "solid" + ] + }, + "house-crack": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "devastation", + "disaster", + "earthquake", + "home", + "insurance" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e3b1", + "label": "House Crack", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H230.4l-31.3-52.2c-4.1-6.8-2.6-15.5 3.5-20.5L288 368l-60.2-82.8c-10.9-15 8.2-33.5 22.8-22l117.9 92.6c8 6.3 8.2 18.4 .4 24.9L288 448l38.4 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32z" + } + }, + "free": [ + "solid" + ] + }, + "house-fire": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "burn", + "emergency", + "home" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e50c", + "label": "House Fire", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 350.1l0 1.9H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L447.3 128.1c-12.3-1-25 3-34.8 11.7c-35.4 31.6-65.6 67.7-87.3 102.8C304.3 276.5 288 314.9 288 350.1zM453.5 163.8c19.7 17.8 38.2 37 55.5 57.7c7.9-9.9 16.8-20.7 26.5-29.5c5.6-5.1 14.4-5.1 20 0c24.7 22.7 45.6 52.7 60.4 81.1c14.5 28 24.2 58.8 24.2 79C640 440 568.7 512 480 512c-89.7 0-160-72.1-160-159.8c0-26.4 12.7-60.7 32.4-92.6c20-32.4 48.1-66.1 81.4-95.8c2.8-2.5 6.4-3.8 10-3.7c3.5 0 7 1.3 9.8 3.8zM530 433c30-21 38-63 20-96c-2-4-4-8-7-12l-36 42s-58-74-62-79c-30 37-45 58-45 82c0 49 36 78 81 78c18 0 34-5 49-15z" + } + }, + "free": [ + "solid" + ] + }, + "house-flag": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camp", + "home" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e50d", + "label": "House Flag", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 0c-17.7 0-32 14.3-32 32V192 512h64V192H624c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H512c0-17.7-14.3-32-32-32zM416 159L276.8 39.7c-12-10.3-29.7-10.3-41.7 0l-224 192C1 240.4-2.7 254.5 2 267.1S18.6 288 32 288H64V480c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v96c0 17.7 14.3 32 32 32h64.7l.2 0h-1V159z" + } + }, + "free": [ + "solid" + ] + }, + "house-flood-water": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "damage", + "flood", + "water" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e50e", + "label": "House Flood Water", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M306.8 6.1C295.6-2 280.4-2 269.2 6.1l-176 128c-11.2 8.2-15.9 22.6-11.6 35.8S98.1 192 112 192h16v73c1.7 1 3.3 2 4.9 3.1c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c1.5-1 3-2 4.5-2.9l-.3-73.2H464c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128zM269.5 309.9C247 325.4 219.5 336 192 336c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 389.7 159 400 192 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448z" + } + }, + "free": [ + "solid" + ] + }, + "house-flood-water-circle-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "damage", + "flood", + "water" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e50f", + "label": "House Flood Water Circle Arrow Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 144A144 144 0 1 0 0 144a144 144 0 1 0 288 0zM140.7 76.7c6.2-6.2 16.4-6.2 22.6 0l56 56c6.2 6.2 6.2 16.4 0 22.6l-56 56c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L169.4 160H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h89.4L140.7 99.3c-6.2-6.2-6.2-16.4 0-22.6zM320 144c0 57.3-27.4 108.2-69.8 140.3c11.8-3.6 23-9.4 33-16.2c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.4 78.1 3.4c2.1 1.7 4.2 3.3 6.5 4.9l-.3-84.4H576c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128C407.6-2 392.4-2 381.2 6.1L301 64.4c12.1 23.9 19 50.9 19 79.6zm18.5 165.9c-11.1-7.9-25.9-7.9-37 0C279 325.4 251.5 336 224 336c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 389.7 191 400 224 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C471.4 325.2 442.9 336 416 336c-27.5 0-55-10.6-77.5-26.1zm0 112c-11.1-7.9-25.9-7.9-37 0C279 437.4 251.5 448 224 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 501.7 191 512 224 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C471.4 437.2 442.9 448 416 448c-27.5 0-55-10.6-77.5-26.1z" + } + }, + "free": [ + "solid" + ] + }, + "house-laptop": { + "aliases": { + "names": [ + "laptop-house" + ], + "unicodes": { + "secondary": [ + "10e066" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "covid-19", + "device", + "office", + "remote", + "work from home" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e066", + "label": "House Laptop", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M218.3 8.5c12.3-11.3 31.2-11.3 43.4 0l208 192c6.7 6.2 10.3 14.8 10.3 23.5H336c-19.1 0-36.3 8.4-48 21.7V208c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64V416H112c-26.5 0-48-21.5-48-48V256H32c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8.1-35.2l208-192zM352 304V448H544V304H352zm-48-16c0-17.7 14.3-32 32-32H560c17.7 0 32 14.3 32 32V448h32c8.8 0 16 7.2 16 16c0 26.5-21.5 48-48 48H544 352 304c-26.5 0-48-21.5-48-48c0-8.8 7.2-16 16-16h32V288z" + } + }, + "free": [ + "solid" + ] + }, + "house-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "closed", + "home", + "house", + "lockdown", + "quarantine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e510", + "label": "House Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M384 480c0 11.7 3.1 22.6 8.6 32H392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L490.7 166.3C447.2 181.7 416 223.2 416 272v24.6c-19.1 11.1-32 31.7-32 55.4V480zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z" + } + }, + "free": [ + "solid" + ] + }, + "house-medical": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "doctor", + "facility", + "general practitioner", + "health", + "hospital", + "infirmary", + "medicine", + "office", + "outpatient" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e3b2", + "label": "House Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM256 208c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H320v48c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V320H208c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z" + } + }, + "free": [ + "solid" + ] + }, + "house-medical-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clinic", + "hospital", + "not affected", + "ok", + "okay" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e511", + "label": "House Medical Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm32 0a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z" + } + }, + "free": [ + "solid" + ] + }, + "house-medical-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "clinic", + "hospital" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e512", + "label": "House Medical Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "house-medical-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clinic", + "destroy", + "hospital" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e513", + "label": "House Medical Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z" + } + }, + "free": [ + "solid" + ] + }, + "house-medical-flag": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clinic", + "hospital", + "mash" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e514", + "label": "House Medical Flag", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 0c17.7 0 32 14.3 32 32H624c8.8 0 16 7.2 16 16V176c0 8.8-7.2 16-16 16H512V512H448V192 32c0-17.7 14.3-32 32-32zM276.8 39.7L416 159V512h1l-.2 0H96c-17.7 0-32-14.3-32-32V288H32c-13.4 0-25.4-8.3-30-20.9s-1-26.7 9.2-35.4l224-192c12-10.3 29.7-10.3 41.7 0zM224 208v48H176c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h48c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H288V208c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16z" + } + }, + "free": [ + "solid" + ] + }, + "house-signal": { + "aliases": { + "unicodes": { + "secondary": [ + "10e012" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abode", + "building", + "connect", + "family", + "home", + "residence", + "smart home", + "wifi" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e012", + "label": "House Signal", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M357.7 8.5c-12.3-11.3-31.2-11.3-43.4 0l-208 192c-9.4 8.6-12.7 22-8.5 34c87.1 25.3 155.6 94.2 180.3 181.6H464c26.5 0 48-21.5 48-48V256h32c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8.1-35.2l-208-192zM288 208c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H304c-8.8 0-16-7.2-16-16V208zM24 256c-13.3 0-24 10.7-24 24s10.7 24 24 24c101.6 0 184 82.4 184 184c0 13.3 10.7 24 24 24s24-10.7 24-24c0-128.1-103.9-232-232-232zm8 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM0 376c0 13.3 10.7 24 24 24c48.6 0 88 39.4 88 88c0 13.3 10.7 24 24 24s24-10.7 24-24c0-75.1-60.9-136-136-136c-13.3 0-24 10.7-24 24z" + } + }, + "free": [ + "solid" + ] + }, + "house-tsunami": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "damage", + "flood", + "tidal wave", + "wave" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e515", + "label": "House Tsunami", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M80.8 136.5C104.9 93.8 152.6 64 209 64c16.9 0 33.1 2.7 48.2 7.7c16.8 5.5 34.9-3.6 40.4-20.4s-3.6-34.9-20.4-40.4C255.8 3.8 232.8 0 209 0C95.2 0 0 88 0 200c0 91.6 53.5 172.1 142.2 194.1c13.4 3.8 27.5 5.9 42.2 5.9c.7 0 1.4 0 2.1-.1c1.8 0 3.7 .1 5.5 .1l0 0c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.4 15.5-49.9 26.1-77.4 26.1c0 0-.1 0-.1 0c-12.4 0-24-1.5-34.9-4.3C121.6 320.2 96 287 96 248c0-48.5 39.5-88 88.4-88c13.5 0 26.1 3 37.5 8.3c16 7.5 35.1 .6 42.5-15.5s.6-35.1-15.5-42.5C229.3 101.1 207.4 96 184.4 96c-40 0-76.4 15.4-103.6 40.5zm252-18.1c-8.1 6-12.8 15.5-12.8 25.6V265c1.6 1 3.3 2 4.8 3.1c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c5.8 1.4 11.2 3.4 16.2 6.2c.7-2.7 1.1-5.5 1.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72c-11.4-8.6-27.1-8.6-38.5 0l-96 72zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448z" + } + }, + "free": [ + "solid" + ] + }, + "house-user": { + "aliases": { + "names": [ + "home-user" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "house" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1b0", + "label": "House User", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24zM352 224a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm-96 96c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H256z" + } + }, + "free": [ + "solid" + ] + }, + "houzz": { + "changes": [ + "4.4.0", + "5.0.0", + "5.0.9", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f27c", + "label": "Houzz", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z" + } + }, + "free": [ + "brands" + ] + }, + "hryvnia-sign": { + "aliases": { + "names": [ + "hryvnia" + ], + "unicodes": { + "composite": [ + "20b4" + ], + "secondary": [ + "10f6f2" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Hryvnia Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6f2", + "label": "Hryvnia Sign", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M121.9 116.2C138.3 103.1 158.7 96 179.6 96H223c27.1 0 49 21.9 49 49c0 11.5-4 22.4-11.1 31H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H155.5l-50.6 28.9c-1.7 1-3.4 2-5.1 3.1H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H52.3c-2.8 9.9-4.3 20.4-4.3 31c0 62.4 50.6 113 113 113h43.4c35.5 0 70-12.1 97.7-34.3L308 441c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2H161c-27.1 0-49-21.9-49-49c0-11.5 4-22.4 11.1-31H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H228.5l50.6-28.9c1.7-1 3.4-2 5.1-3.1H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H331.7c2.8-10 4.3-20.4 4.3-31c0-62.4-50.6-113-113-113H179.6c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z" + } + }, + "free": [ + "solid" + ] + }, + "html5": { + "changes": [ + "3.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f13b", + "label": "HTML 5 Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z" + } + }, + "free": [ + "brands" + ] + }, + "hubspot": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3b2", + "label": "HubSpot", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8-7.6 7.6-11.8 17.8-11.8 28.6s4.2 20.9 11.8 28.5c7.6 7.6 17.8 11.6 28.5 11.6 10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6l163.2 114.7zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69z" + } + }, + "free": [ + "brands" + ] + }, + "hurricane": { + "aliases": { + "unicodes": { + "secondary": [ + "10f751" + ] + } + }, + "changes": [ + "5.5.0", + "5.10.1", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "coriolis effect", + "eye", + "storm", + "tropical cyclone", + "typhoon" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f751", + "label": "Hurricane", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 208C0 104.4 75.7 18.5 174.9 2.6C184 1.2 192 8.6 192 17.9V81.2c0 8.4 6.5 15.3 14.7 16.5C307 112.5 384 199 384 303.4c0 103.6-75.7 189.5-174.9 205.4c-9.2 1.5-17.1-5.9-17.1-15.2V430.2c0-8.4-6.5-15.3-14.7-16.5C77 398.9 0 312.4 0 208zm288 48A96 96 0 1 0 96 256a96 96 0 1 0 192 0zm-96-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "i": { + "aliases": { + "unicodes": { + "composite": [ + "69" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter I", + "Latin Small Letter I", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "49", + "label": "I", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96h96V416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V96h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160 32z" + } + }, + "free": [ + "solid" + ] + }, + "i-cursor": { + "aliases": { + "unicodes": { + "secondary": [ + "10f246" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "editing", + "i-beam", + "type", + "writing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f246", + "label": "I Cursor", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M.1 29.3C-1.4 47 11.7 62.4 29.3 63.9l8 .7C70.5 67.3 96 95 96 128.3V224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H96v95.7c0 33.3-25.5 61-58.7 63.8l-8 .7C11.7 449.6-1.4 465 .1 482.7s16.9 30.7 34.5 29.2l8-.7c34.1-2.8 64.2-18.9 85.4-42.9c21.2 24 51.2 40.1 85.4 42.9l8 .7c17.6 1.5 33.1-11.6 34.5-29.2s-11.6-33.1-29.2-34.5l-8-.7C185.5 444.7 160 417 160 383.7V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H160V128.3c0-33.3 25.5-61 58.7-63.8l8-.7c17.6-1.5 30.7-16.9 29.2-34.5S239-1.4 221.3 .1l-8 .7C179.2 3.6 149.2 19.7 128 43.7c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4 1.6 11.7 .1 29.3z" + } + }, + "free": [ + "solid" + ] + }, + "ice-cream": { + "aliases": { + "unicodes": { + "composite": [ + "1f368" + ], + "secondary": [ + "10f810" + ] + } + }, + "changes": [ + "5.7.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chocolate", + "cone", + "cream", + "dessert", + "frozen", + "ice", + "ice cream", + "scoop", + "sorbet", + "sweet", + "vanilla", + "yogurt" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f810", + "label": "Ice Cream", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M367.1 160c.6-5.3 .9-10.6 .9-16C368 64.5 303.5 0 224 0S80 64.5 80 144c0 5.4 .3 10.7 .9 16H80c-26.5 0-48 21.5-48 48s21.5 48 48 48h53.5 181H368c26.5 0 48-21.5 48-48s-21.5-48-48-48h-.9zM96 288L200.8 497.7c4.4 8.8 13.3 14.3 23.2 14.3s18.8-5.5 23.2-14.3L352 288H96z" + } + }, + "free": [ + "solid" + ] + }, + "icicles": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7ad" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "frozen", + "hanging", + "ice", + "seasonal", + "sharp" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7ad", + "label": "Icicles", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M75.8 304.8L1 35.7c-.7-2.5-1-5-1-7.5C0 12.6 12.6 0 28.2 0H482.4C498.8 0 512 13.2 512 29.6c0 1.6-.1 3.3-.4 4.9L434.6 496.1c-1.5 9.2-9.5 15.9-18.8 15.9c-9.2 0-17.1-6.6-18.7-15.6L336 160 307.2 303.9c-1.9 9.3-10.1 16.1-19.6 16.1c-9.2 0-17.2-6.2-19.4-15.1L240 192 210.6 368.2c-1.5 9.1-9.4 15.8-18.6 15.8s-17.1-6.7-18.6-15.8L144 192 115.9 304.3c-2.3 9.2-10.6 15.7-20.1 15.7c-9.3 0-17.5-6.2-20-15.2z" + } + }, + "free": [ + "solid" + ] + }, + "icons": { + "aliases": { + "names": [ + "heart-music-camera-bolt" + ], + "unicodes": { + "secondary": [ + "10f86d" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bolt", + "emoji", + "heart", + "image", + "music", + "photo", + "symbols" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f86d", + "label": "Icons", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M500.3 7.3C507.7 13.3 512 22.4 512 32V176c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48V71L352 90.2V208c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48V64c0-15.3 10.8-28.4 25.7-31.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM74.7 304l11.8-17.8c5.9-8.9 15.9-14.2 26.6-14.2h61.7c10.7 0 20.7 5.3 26.6 14.2L213.3 304H240c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V352c0-26.5 21.5-48 48-48H74.7zM192 408a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM478.7 278.3L440.3 368H496c6.7 0 12.6 4.1 15 10.4s.6 13.3-4.4 17.7l-128 112c-5.6 4.9-13.9 5.3-19.9 .9s-8.2-12.4-5.3-19.2L391.7 400H336c-6.7 0-12.6-4.1-15-10.4s-.6-13.3 4.4-17.7l128-112c5.6-4.9 13.9-5.3 19.9-.9s8.2 12.4 5.3 19.2zm-339-59.2c-6.5 6.5-17 6.5-23 0L19.9 119.2c-28-29-26.5-76.9 5-103.9c27-23.5 68.4-19 93.4 6.5l10 10.5 9.5-10.5c25-25.5 65.9-30 93.9-6.5c31 27 32.5 74.9 4.5 103.9l-96.4 99.9z" + } + }, + "free": [ + "solid" + ] + }, + "id-badge": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2c1" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.3", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "contact", + "identification", + "license", + "profile" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2c1", + "label": "Id Badge", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zm96 320h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM144 64h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + }, + "regular": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M256 48V64c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H256zM0 64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM160 320h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "id-card": { + "aliases": { + "names": [ + "drivers-license" + ], + "unicodes": { + "composite": [ + "f2c3" + ], + "secondary": [ + "10f2c2" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.0.3", + "5.8.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "contact", + "demographics", + "document", + "identification", + "issued", + "profile", + "registration" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2c2", + "label": "Id Card", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 96l576 0c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm0 32V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128H0zM64 405.3c0-29.5 23.9-53.3 53.3-53.3H234.7c29.5 0 53.3 23.9 53.3 53.3c0 5.9-4.8 10.7-10.7 10.7H74.7c-5.9 0-10.7-4.8-10.7-10.7zM176 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm176 16c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16z" + }, + "regular": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M528 160V416c0 8.8-7.2 16-16 16H320c0-44.2-35.8-80-80-80H176c-44.2 0-80 35.8-80 80H64c-8.8 0-16-7.2-16-16V160H528zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM272 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm104-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "id-card-clip": { + "aliases": { + "names": [ + "id-card-alt" + ], + "unicodes": { + "secondary": [ + "10f47f" + ] + } + }, + "changes": [ + "5.0.7", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "contact", + "demographics", + "document", + "identification", + "issued", + "profile" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f47f", + "label": "Id Card Clip", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M256 0h64c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H256c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM64 64H192v48c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48V64H512c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64zM176 437.3c0 5.9 4.8 10.7 10.7 10.7H389.3c5.9 0 10.7-4.8 10.7-10.7c0-29.5-23.9-53.3-53.3-53.3H229.3c-29.5 0-53.3 23.9-53.3 53.3zM288 352a64 64 0 1 0 0-128 64 64 0 1 0 0 128z" + } + }, + "free": [ + "solid" + ] + }, + "ideal": { + "changes": [ + "5.12.0", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e013", + "label": "iDeal", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M125.61,165.48a49.07,49.07,0,1,0,49.06,49.06A49.08,49.08,0,0,0,125.61,165.48ZM86.15,425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53H204.82V237.5h14.05C228.62,237.5,237.61,234.69,237.61,214.24Zm201.69,46V168.93h22.75V237.5h33.69C486.5,113.08,388.61,86.19,299.67,86.19H204.84V169h14c25.6,0,41.5,17.35,41.5,45.26,0,28.81-15.52,46-41.5,46h-14V425.88h94.83c144.61,0,194.94-67.16,196.72-165.64Zm-109.75,0H273.3V169h54.43v22.73H296v10.58h30V225H296V237.5h33.51Zm74.66,0-5.16-17.67H369.31l-5.18,17.67H340.47L368,168.92h32.35l27.53,91.34ZM299.65,32H32V480H299.65c161.85,0,251-79.73,251-224.52C550.62,172,518,32,299.65,32Zm0,426.92H53.07V53.07H299.65c142.1,0,229.9,64.61,229.9,202.41C529.55,389.57,448.55,458.92,299.65,458.92Zm83.86-264.85L376,219.88H392.4l-7.52-25.81Z" + } + }, + "free": [ + "brands" + ] + }, + "igloo": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7ae" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dome", + "dwelling", + "eskimo", + "home", + "house", + "ice", + "snow" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7ae", + "label": "Igloo", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M320 33.8V160H48.5C100.2 82.8 188.1 32 288 32c10.8 0 21.5 .6 32 1.8zM352 160V39.1C424.9 55.7 487.2 99.8 527.5 160H352zM29.9 192H96V320H0c0-46 10.8-89.4 29.9-128zM192 320H128V192H448V320H384v32H576v80c0 26.5-21.5 48-48 48H352V352c0-35.3-28.7-64-64-64s-64 28.7-64 64V480H48c-26.5 0-48-21.5-48-48V352H192V320zm288 0V192h66.1c19.2 38.6 29.9 82 29.9 128H480z" + } + }, + "free": [ + "solid" + ] + }, + "image": { + "aliases": { + "unicodes": { + "secondary": [ + "10f03e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "album", + "landscape", + "photo", + "picture" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f03e", + "label": "Image", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM323.8 202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6L170.7 297c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6h96 32H424c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + }, + "regular": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 80c8.8 0 16 7.2 16 16V415.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "image-portrait": { + "aliases": { + "names": [ + "portrait" + ], + "unicodes": { + "secondary": [ + "10f3e0" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.3", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "id", + "image", + "photo", + "picture", + "selfie" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3e0", + "label": "Image Portrait", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64l0-384zM128 192a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 356.6c0-37.9 30.7-68.6 68.6-68.6h86.9c37.9 0 68.6 30.7 68.6 68.6c0 15.1-12.3 27.4-27.4 27.4H107.4C92.3 384 80 371.7 80 356.6z" + } + }, + "free": [ + "solid" + ] + }, + "images": { + "aliases": { + "unicodes": { + "secondary": [ + "10f302" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "album", + "landscape", + "photo", + "picture" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f302", + "label": "Images", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M160 32c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160zM396 138.7l96 144c4.9 7.4 5.4 16.8 1.2 24.6S480.9 320 472 320H328 280 200c-9.2 0-17.6-5.3-21.6-13.6s-2.9-18.2 2.9-25.4l64-80c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l17.3 21.6 56-84C360.5 132 368 128 376 128s15.5 4 20 10.7zM192 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V344c0 75.1 60.9 136 136 136H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88V120z" + }, + "regular": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M160 80H512c8.8 0 16 7.2 16 16V320c0 8.8-7.2 16-16 16H490.8L388.1 178.9c-4.4-6.8-12-10.9-20.1-10.9s-15.7 4.1-20.1 10.9l-52.2 79.8-12.4-16.9c-4.5-6.2-11.7-9.8-19.4-9.8s-14.8 3.6-19.4 9.8L175.6 336H160c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16zM96 96V320c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V344c0 75.1 60.9 136 136 136H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88V120zm208 24a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "imdb": { + "changes": [ + "4.7.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2d8", + "label": "IMDB", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M89.5 323.6H53.93V186.2H89.5V323.6zM156.1 250.5L165.2 186.2H211.5V323.6H180.5V230.9L167.1 323.6H145.8L132.8 232.9L132.7 323.6H101.5V186.2H147.6C148.1 194.5 150.4 204.3 151.9 215.6L156.1 250.5zM223.7 323.6V186.2H250.3C267.3 186.2 277.3 187.1 283.3 188.6C289.4 190.3 294 192.8 297.2 196.5C300.3 199.8 302.3 203.1 303 208.5C303.9 212.9 304.4 221.6 304.4 234.7V282.9C304.4 295.2 303.7 303.4 302.5 307.6C301.4 311.7 299.4 315 296.5 317.3C293.7 319.7 290.1 321.4 285.8 322.3C281.6 323.1 275.2 323.6 266.7 323.6H223.7zM259.2 209.7V299.1C264.3 299.1 267.5 298.1 268.6 296.8C269.7 294.8 270.4 289.2 270.4 280.1V226.8C270.4 220.6 270.3 216.6 269.7 214.8C269.4 213 268.5 211.8 267.1 210.1C265.7 210.1 263 209.7 259.2 209.7V209.7zM316.5 323.6V186.2H350.6V230.1C353.5 227.7 356.7 225.2 360.1 223.5C363.7 222 368.9 221.1 372.9 221.1C377.7 221.1 381.8 221.9 385.2 223.3C388.6 224.8 391.2 226.8 393.2 229.5C394.9 232.1 395.9 234.8 396.3 237.3C396.7 239.9 396.1 245.3 396.1 253.5V292.1C396.1 300.3 396.3 306.4 395.3 310.5C394.2 314.5 391.5 318.1 387.5 320.1C383.4 324 378.6 325.4 372.9 325.4C368.9 325.4 363.7 324.5 360.2 322.9C356.7 321.1 353.5 318.4 350.6 314.9L348.5 323.6L316.5 323.6zM361.6 302.9C362.3 301.1 362.6 296.9 362.6 290.4V255C362.6 249.4 362.3 245.5 361.5 243.8C360.8 241.9 357.8 241.1 355.7 241.1C353.7 241.1 352.3 241.9 351.6 243.4C351 244.9 350.6 248.8 350.6 255V291.4C350.6 297.5 351 301.4 351.8 303C352.4 304.7 353.9 305.5 355.9 305.5C358.1 305.5 360.1 304.7 361.6 302.9L361.6 302.9zM418.4 32.04C434.1 33.27 447.1 47.28 447.1 63.92V448.1C447.1 464.5 435.2 478.5 418.9 479.1C418.6 479.1 418.4 480 418.1 480H29.88C29.6 480 29.32 479.1 29.04 479.9C13.31 478.5 1.093 466.1 0 449.7L.0186 61.78C1.081 45.88 13.82 33.09 30.26 31.1H417.7C417.9 31.1 418.2 32.01 418.4 32.04L418.4 32.04zM30.27 41.26C19 42.01 10.02 51.01 9.257 62.4V449.7C9.63 455.1 11.91 460.2 15.7 464C19.48 467.9 24.51 470.3 29.89 470.7H418.1C429.6 469.7 438.7 459.1 438.7 448.1V63.91C438.7 58.17 436.6 52.65 432.7 48.45C428.8 44.24 423.4 41.67 417.7 41.26L30.27 41.26z" + } + }, + "free": [ + "brands" + ] + }, + "inbox": { + "aliases": { + "unicodes": { + "secondary": [ + "10f01c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "desk", + "email", + "mail", + "message" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f01c", + "label": "Inbox", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M121 32C91.6 32 66 52 58.9 80.5L1.9 308.4C.6 313.5 0 318.7 0 323.9V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V323.9c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446 52 420.4 32 391 32H121zm0 64H391l48 192H387.8c-12.1 0-23.2 6.8-28.6 17.7l-14.3 28.6c-5.4 10.8-16.5 17.7-28.6 17.7H195.8c-12.1 0-23.2-6.8-28.6-17.7l-14.3-28.6c-5.4-10.8-16.5-17.7-28.6-17.7H73L121 96z" + } + }, + "free": [ + "solid" + ] + }, + "indent": { + "aliases": { + "unicodes": { + "secondary": [ + "10f03c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "align", + "justify", + "paragraph", + "tab" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f03c", + "label": "Indent", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32zm32 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM127.8 268.6L25.8 347.9C15.3 356.1 0 348.6 0 335.3V176.7c0-13.3 15.3-20.8 25.8-12.6l101.9 79.3c8.2 6.4 8.2 18.9 0 25.3z" + } + }, + "free": [ + "solid" + ] + }, + "indian-rupee-sign": { + "aliases": { + "names": [ + "indian-rupee", + "inr" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Indian Rupee Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1bc", + "label": "Indian Rupee Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H96h16H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H231.8c9.6 14.4 16.7 30.6 20.7 48H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H252.4c-13.2 58.3-61.9 103.2-122.2 110.9L274.6 422c14.4 10.3 17.7 30.3 7.4 44.6s-30.3 17.7-44.6 7.4L13.4 314C2.1 306-2.7 291.5 1.5 278.2S18.1 256 32 256h80c32.8 0 61-19.7 73.3-48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H185.3C173 115.7 144.8 96 112 96H96 32C14.3 96 0 81.7 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "industry": { + "aliases": { + "unicodes": { + "secondary": [ + "10f275" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "factory", + "industrial", + "manufacturing", + "mill", + "warehouse" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f275", + "label": "Industry", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64V304v48 80c0 26.5 21.5 48 48 48H496c26.5 0 48-21.5 48-48V304 152.2c0-18.2-19.4-29.7-35.4-21.1L352 215.4V152.2c0-18.2-19.4-29.7-35.4-21.1L160 215.4V64c0-17.7-14.3-32-32-32H64z" + } + }, + "free": [ + "solid" + ] + }, + "infinity": { + "aliases": { + "unicodes": { + "composite": [ + "221e", + "267e" + ], + "secondary": [ + "10f534" + ] + } + }, + "changes": [ + "5.0.13", + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Infinity", + "eternity", + "forever", + "infinity", + "math", + "unbounded", + "universal" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f534", + "label": "Infinity", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5L320 210.7l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1v29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2C220.5 400.7 183.6 416 145.1 416C65 416 0 351 0 270.9V241.1zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8C100.3 160 64 196.3 64 241.1v29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8L274.7 256zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1V241.1c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z" + } + }, + "free": [ + "solid" + ] + }, + "info": { + "aliases": { + "unicodes": { + "secondary": [ + "10f129" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "details", + "help", + "information", + "more", + "support" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f129", + "label": "Info", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767248, + "raw": "", + "viewBox": [ + 0, + 0, + 192, + 512 + ], + "width": 192, + "height": 512, + "path": "M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V448h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H64V256H32c-17.7 0-32-14.3-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "instagram": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f16d", + "label": "Instagram", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" + } + }, + "free": [ + "brands" + ] + }, + "instalod": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e081", + "label": "InstaLOD", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M153.384,480H387.113L502.554,275.765,204.229,333.211ZM504.726,240.078,387.113,32H155.669L360.23,267.9ZM124.386,48.809,7.274,256,123.236,461.154,225.627,165.561Z" + } + }, + "free": [ + "brands" + ] + }, + "intercom": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "app", + "customer", + "messenger" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f7af", + "label": "Intercom", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56zm-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0V106.6zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0V144zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7zm5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0v134.3z" + } + }, + "free": [ + "brands" + ] + }, + "internet-explorer": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser", + "ie" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f26b", + "label": "Internet-explorer", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z" + } + }, + "free": [ + "brands" + ] + }, + "invision": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "app", + "design", + "interface" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f7b0", + "label": "InVision", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6zM176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4zM332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52z" + } + }, + "free": [ + "brands" + ] + }, + "ioxhost": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f208", + "label": "ioxhost", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48zm-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24z" + } + }, + "free": [ + "brands" + ] + }, + "italic": { + "aliases": { + "unicodes": { + "secondary": [ + "10f033" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "emphasis", + "font", + "format", + "text", + "type" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f033", + "label": "Italic", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M128 64c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H293.3L160 416h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H90.7L224 96H160c-17.7 0-32-14.3-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "itch-io": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f83a", + "label": "itch.io", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z" + } + }, + "free": [ + "brands" + ] + }, + "itunes": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3b4", + "label": "iTunes", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z" + } + }, + "free": [ + "brands" + ] + }, + "itunes-note": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3b5", + "label": "Itunes Note", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5z" + } + }, + "free": [ + "brands" + ] + }, + "j": { + "aliases": { + "unicodes": { + "composite": [ + "6a" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter J", + "Latin Small Letter J", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "4a", + "label": "J", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M288 32c17.7 0 32 14.3 32 32V320c0 88.4-71.6 160-160 160S0 408.4 0 320V288c0-17.7 14.3-32 32-32s32 14.3 32 32v32c0 53 43 96 96 96s96-43 96-96V64c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "jar": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "jam", + "jelly", + "storage" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e516", + "label": "Jar", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M32 32C32 14.3 46.3 0 64 0H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160zm96 64c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H96z" + } + }, + "free": [ + "solid" + ] + }, + "jar-wheat": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "flour", + "storage" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e517", + "label": "Jar Wheat", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M32 32C32 14.3 46.3 0 64 0H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160zm112 0H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 198 90 224 122.2 224H144h32 21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7zm48 117.7c-11.7-13.3-28.9-21.7-48-21.7H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 294 90 320 122.2 320H144h32 21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7zM112 352H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 390 90 416 122.2 416H144v32c0 8.8 7.2 16 16 16s16-7.2 16-16V416h21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7z" + } + }, + "free": [ + "solid" + ] + }, + "java": { + "changes": [ + "5.0.10", + "5.7.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4e4", + "label": "Java", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z" + } + }, + "free": [ + "brands" + ] + }, + "jedi": { + "aliases": { + "unicodes": { + "secondary": [ + "10f669" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crest", + "force", + "sith", + "skywalker", + "star wars", + "yoda" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f669", + "label": "Jedi", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M246 315.7l-21.2-31.9c-2.1-3.2-1.7-7.4 1-10.1s6.9-3.1 10.1-1l29.5 19.7c2.1 1.4 4.9 0 5-2.6L279.7 8c.1-4.5 3.8-8 8.3-8s8.1 3.5 8.3 8l9.4 281.9c.1 2.5 2.9 3.9 5 2.6l29.5-19.7c3.2-2.1 7.4-1.7 10.1 1s3.1 6.9 1 10.1L330 315.7c-1.3 1.9-.2 4.5 2 4.9l37.6 7.5c3.7 .7 6.4 4 6.4 7.8s-2.7 7.1-6.4 7.8L332 351.4c-2.2 .4-3.3 3-2 4.9l21.2 31.9c2.1 3.2 1.7 7.4-1 10.1s-6.9 3.1-10.1 1l-26.3-17.6c-2.2-1.4-5.1 .2-5 2.8l2.1 61.5C370.6 435.2 416 382.9 416 320c0-37-15.7-70.4-40.8-93.7c-7-6.5-6.5-18.6 1-24.4C410.1 175.5 432 134.3 432 88c0-16.8-2.9-33-8.2-48c-4.6-13 10.2-30 21.4-22c53.5 38 92.7 94.8 107.8 160.7c.5 2.1-.2 4.3-1.7 5.9l-28.4 28.4c-4 4-1.2 10.9 4.5 10.9h26c3.4 0 6.2 2.6 6.3 6c.1 3.3 .2 6.6 .2 10c0 17.5-1.7 34.7-4.8 51.3c-.2 1.2-.9 2.4-1.7 3.3l-46.5 46.5c-4 4-1.2 10.9 4.5 10.9H526c4.6 0 7.7 4.8 5.7 9C487.2 450.5 394.8 512 288 512S88.8 450.5 44.3 361c-2.1-4.2 1-9 5.7-9H64.5c5.7 0 8.6-6.9 4.5-10.9L22.6 294.6c-.9-.9-1.5-2-1.7-3.3C17.7 274.7 16 257.5 16 240c0-3.3 .1-6.7 .2-10c.1-3.4 2.9-6 6.3-6h26c5.7 0 8.6-6.9 4.5-10.9L24.6 184.6c-1.5-1.5-2.2-3.8-1.7-5.9C38.1 112.8 77.3 56 130.8 18c11.3-8 26 8.9 21.4 22c-5.3 15-8.2 31.2-8.2 48c0 46.3 21.9 87.5 55.8 113.9c7.5 5.8 8 17.9 1 24.4C175.7 249.6 160 283 160 320c0 62.9 45.4 115.2 105.1 126l2.1-61.5c.1-2.6-2.8-4.2-5-2.8l-26.3 17.6c-3.2 2.1-7.4 1.7-10.1-1s-3.1-6.9-1-10.1L246 356.3c1.3-1.9 .2-4.5-2-4.9l-37.6-7.5c-3.7-.7-6.4-4-6.4-7.8s2.7-7.1 6.4-7.8l37.6-7.5c2.2-.4 3.3-3 2-4.9z" + } + }, + "free": [ + "solid" + ] + }, + "jedi-order": { + "changes": [ + "5.0.12", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [ + "star wars" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f50e", + "label": "Jedi Order", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7z" + } + }, + "free": [ + "brands" + ] + }, + "jenkins": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3b6", + "label": "Jenkis", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7zM205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4zm-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8zm36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4zm222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5zm-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1zm-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2zM226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4zM57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5v.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3h-9.6zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6zm53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11l-.6 12.6zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5H383zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1zM222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8zm184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2zm20.4-43zm-117.2 45.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8zm27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1zm-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3zm299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6zm-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6zm92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1z" + } + }, + "free": [ + "brands" + ] + }, + "jet-fighter": { + "aliases": { + "names": [ + "fighter-jet" + ], + "unicodes": { + "secondary": [ + "10f0fb" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airforce", + "airplane", + "airport", + "fast", + "fly", + "goose", + "marines", + "maverick", + "military", + "plane", + "quick", + "top gun", + "transportation", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0fb", + "label": "Jet Fighter", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M160 24c0-13.3 10.7-24 24-24H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H280L384 192H500.4c7.7 0 15.3 1.4 22.5 4.1L625 234.4c9 3.4 15 12 15 21.6s-6 18.2-15 21.6L522.9 315.9c-7.2 2.7-14.8 4.1-22.5 4.1H384L280 464h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V320H160l-54.6 54.6c-6 6-14.1 9.4-22.6 9.4H64c-17.7 0-32-14.3-32-32V288c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H82.7c8.5 0 16.6 3.4 22.6 9.4L160 192h32V48h-8c-13.3 0-24-10.7-24-24zM80 240c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H80z" + } + }, + "free": [ + "solid" + ] + }, + "jet-fighter-up": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airforce", + "airplane", + "airport", + "fast", + "fly", + "goose", + "marines", + "maverick", + "military", + "plane", + "quick", + "top gun", + "transportation", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e518", + "label": "Jet Fighter Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M270.7 9.7C268.2 3.8 262.4 0 256 0s-12.2 3.8-14.7 9.7L197.2 112.6c-3.4 8-5.2 16.5-5.2 25.2v77l-144 84V280c0-13.3-10.7-24-24-24s-24 10.7-24 24v56 32 24c0 13.3 10.7 24 24 24s24-10.7 24-24v-8H192v32.7L133.5 468c-3.5 3-5.5 7.4-5.5 12v16c0 8.8 7.2 16 16 16h96V448c0-8.8 7.2-16 16-16s16 7.2 16 16v64h96c8.8 0 16-7.2 16-16V480c0-4.6-2-9-5.5-12L320 416.7V384H464v8c0 13.3 10.7 24 24 24s24-10.7 24-24V368 336 280c0-13.3-10.7-24-24-24s-24 10.7-24 24v18.8l-144-84v-77c0-8.7-1.8-17.2-5.2-25.2L270.7 9.7z" + } + }, + "free": [ + "solid" + ] + }, + "jira": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atlassian" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f7b1", + "label": "Jira", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6zm-241.5 90l-76-75.7 76-75.7 76 75.7-76 75.7z" + } + }, + "free": [ + "brands" + ] + }, + "joget": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3b7", + "label": "Joget", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2zm51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6zm-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9zm183.8-54.8c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5z" + } + }, + "free": [ + "brands" + ] + }, + "joint": { + "aliases": { + "unicodes": { + "secondary": [ + "10f595" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blunt", + "cannabis", + "doobie", + "drugs", + "marijuana", + "roach", + "smoke", + "smoking", + "spliff" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f595", + "label": "Joint", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M448 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43c0 55.2 21.9 108.1 60.9 147.1l21 21c9 9 14.1 21.2 14.1 33.9v11c0 17.7 14.3 32 32 32s32-14.3 32-32V245c0-29.7-11.8-58.2-32.8-79.2l-21-21C463.2 117.8 448 81.2 448 43V32zM576 256c0 17.7 14.3 32 32 32s32-14.3 32-32V245c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43c0 29.7 11.8 58.2 32.8 79.2l21 21c27 27 42.2 63.6 42.2 101.8v11zM229.8 360c-4.7-2.3-10-2.7-15.2-2c-37.8 5.6-75.2 14.3-106.9 22.8C81.3 388 58.3 395.1 42 400.4c-8.2 2.7-14.7 4.9-19.2 6.5c-2.3 .8-4 1.4-5.2 1.8l-1.3 .5C6.8 412.5 0 421.4 0 432s6.8 19.5 16.3 22.7l1.3 .5c1.2 .4 3 1.1 5.2 1.8c4.5 1.6 11 3.8 19.2 6.5c16.3 5.4 39.2 12.5 65.7 19.6C160.3 497.3 228.8 512 288 512h67.3c4.1 0 6.3-5.1 3.6-8.3L256.5 380.8c-7.4-8.9-16.5-15.9-26.7-20.8zM445 512h19 51.3c4.1 0 6.3-5.1 3.6-8.3L416.5 380.8C401.3 362.5 378.8 352 355 352H336 288c-1.1 0-2.3 0-3.4 0c-4.1 0-6.2 5.1-3.5 8.3L383.5 483.2C398.7 501.5 421.2 512 445 512zm-3.9-151.7L543.5 483.2c14.6 17.5 35.9 27.9 58.6 28.7c21.1-1.1 37.9-18.6 37.9-39.9V392c0-22.1-17.9-40-40-40H444.7c-4.1 0-6.3 5.1-3.6 8.3z" + } + }, + "free": [ + "solid" + ] + }, + "joomla": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1aa", + "label": "Joomla Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1zm129.5 116.4l44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9zm266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1zm-84.3-53.1l-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7z" + } + }, + "free": [ + "brands" + ] + }, + "js": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3b8", + "label": "JavaScript (JS)", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z" + } + }, + "free": [ + "brands" + ] + }, + "jsfiddle": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1cc", + "label": "jsFiddle", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634zm21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497zm-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186z" + } + }, + "free": [ + "brands" + ] + }, + "jug-detergent": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "detergent", + "laundry", + "soap", + "wash" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e519", + "label": "Jug Detergent", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M96 24c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24V48h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H88C74.7 96 64 85.3 64 72s10.7-24 24-24h8V24zM0 256c0-70.7 57.3-128 128-128H256c70.7 0 128 57.3 128 128V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256zm256 0v96c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-17.7-14.3-32-32-32s-32 14.3-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "k": { + "aliases": { + "unicodes": { + "composite": [ + "6b" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter K", + "Latin Small Letter K", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "4b", + "label": "K", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M311 86.3c12.3-12.7 12-32.9-.7-45.2s-32.9-12-45.2 .7l-155.2 160L64 249V64c0-17.7-14.3-32-32-32S0 46.3 0 64V328 448c0 17.7 14.3 32 32 32s32-14.3 32-32V341l64.7-66.7 133 192c10.1 14.5 30 18.1 44.5 8.1s18.1-30 8.1-44.5L174.1 227.4 311 86.3z" + } + }, + "free": [ + "solid" + ] + }, + "kaaba": { + "aliases": { + "unicodes": { + "composite": [ + "1f54b" + ], + "secondary": [ + "10f66b" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Muslim", + "building", + "cube", + "islam", + "kaaba", + "muslim", + "religion" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f66b", + "label": "Kaaba", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M60 120l228 71.2L516 120 288 48.8 60 120zM278.5 1.5c6.2-1.9 12.9-1.9 19.1 0l256 80C566.9 85.6 576 98 576 112v16 0 21.2L292.8 237.7c-3.1 1-6.4 1-9.5 0L0 149.2V128 112C0 98 9.1 85.6 22.5 81.5l256-80zm23.9 266.8L576 182.8v46.5l-52.8 16.5c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5L576 262.8V400c0 14-9.1 26.4-22.5 30.5l-256 80c-6.2 1.9-12.9 1.9-19.1 0l-256-80C9.1 426.4 0 414 0 400V262.8l43.2 13.5c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20L0 229.2V182.8l273.7 85.5c9.3 2.9 19.3 2.9 28.6 0zm-185.5-2.6c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l64 20c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20l-64-20zm352 30.5c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-64 20c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5l64-20zm-224 9.5c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l38.5 12c9.3 2.9 19.3 2.9 28.6 0l38.5-12c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-38.5 12c-3.1 1-6.4 1-9.5 0l-38.5-12z" + } + }, + "free": [ + "solid" + ] + }, + "kaggle": { + "changes": [ + "5.2.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f5fa", + "label": "Kaggle", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M304.2 501.5L158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z" + } + }, + "free": [ + "brands" + ] + }, + "key": { + "aliases": { + "unicodes": { + "composite": [ + "1f511" + ], + "secondary": [ + "10f084" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "key", + "lock", + "password", + "private", + "secret", + "unlock" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f084", + "label": "Key", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V448h40c13.3 0 24-10.7 24-24V384h40c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z" + } + }, + "free": [ + "solid" + ] + }, + "keybase": { + "changes": [ + "5.0.11", + "5.8.0", + "5.10.2", + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4f5", + "label": "Keybase", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z" + } + }, + "free": [ + "brands" + ] + }, + "keyboard": { + "aliases": { + "unicodes": { + "composite": [ + "2328" + ], + "secondary": [ + "10f11c" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accessory", + "computer", + "edit", + "input", + "keyboard", + "text", + "type", + "write" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f11c", + "label": "Keyboard", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm16 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80-176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V144zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zM160 336c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V336zM272 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM256 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM368 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM352 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V240zM464 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM448 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V240zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16z" + }, + "regular": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 112c-8.8 0-16 7.2-16 16V384c0 8.8 7.2 16 16 16H512c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H64zM0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM176 320H400c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm-72-72c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H200c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H200c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H280c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H280c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H360c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H360c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H440c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H440c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "keycdn": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3ba", + "label": "KeyCDN", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M63.8 409.3l60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6zm354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2l22.1-21zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1zM464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8zM256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8zm-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3zM256 160" + } + }, + "free": [ + "brands" + ] + }, + "khanda": { + "aliases": { + "unicodes": { + "composite": [ + "262c" + ], + "secondary": [ + "10f66d" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Adi Shakti", + "chakkar", + "sikh", + "sikhism", + "sword" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f66d", + "label": "Khanda", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M245.8 3.7c5.9-4.9 14.6-4.9 20.5 0l48 40c5.9 4.9 7.5 13.2 3.8 19.9l0 0 0 0 0 0 0 0-.1 .1-.3 .6c-.3 .5-.7 1.3-1.2 2.3c-1 2-2.6 5-4.4 8.6c-.5 .9-.9 1.9-1.4 2.9C344.9 97.4 368 134 368 176s-23.1 78.6-57.3 97.8c.5 1 1 2 1.4 2.9c1.8 3.7 3.3 6.6 4.4 8.6c.5 1 .9 1.8 1.2 2.3l.3 .6 .1 .1 0 0 0 0c3.6 6.7 2 15-3.8 19.9L272 343.5v19.8l35.6-24.5 41.1-28.2c42.8-29.4 68.4-78 68.4-130c0-31.1-9.2-61.6-26.5-87.5l-2.8-4.2c-4-6-3.5-14 1.3-19.5s12.7-7 19.2-3.7L401.1 80c7.2-14.3 7.2-14.3 7.2-14.3l0 0 0 0 .1 0 .3 .2 1 .5c.8 .4 2 1.1 3.5 1.9c2.9 1.7 7 4.1 11.8 7.3c9.6 6.4 22.5 16.1 35.4 29c25.7 25.7 52.7 65.6 52.7 119.3c0 53.1-26.4 100.5-51.2 133.6c-12.6 16.7-25.1 30.3-34.5 39.7c-4.7 4.7-8.7 8.4-11.5 10.9c-1.4 1.3-2.5 2.2-3.3 2.9l-.9 .8-.3 .2-.1 .1 0 0 0 0s0 0-10.2-12.3l10.2 12.3c-5.1 4.3-12.4 4.9-18.2 1.6l-75.6-43-32.7 22.5 45.5 31.3c1.8-.4 3.7-.7 5.7-.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-12.2 0-22.3-9.1-23.8-21L272 423.4v28.9c9.6 5.5 16 15.9 16 27.7c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-11.8 6.4-22.2 16-27.7V424.1l-40.3 27.7C197.8 463.3 187.9 472 176 472c-13.3 0-24-10.7-24-24s10.7-24 24-24c2.2 0 4.4 .3 6.5 .9l45.8-31.5-32.7-22.5-75.6 43c-5.8 3.3-13 2.7-18.2-1.6L112 400c-10.2 12.3-10.2 12.3-10.3 12.3l0 0 0 0-.1-.1-.3-.2-.9-.8c-.8-.7-1.9-1.7-3.3-2.9c-2.8-2.5-6.7-6.2-11.5-10.9c-9.4-9.4-21.9-23-34.5-39.7C26.4 324.5 0 277.1 0 224c0-53.7 26.9-93.6 52.7-119.3c12.9-12.9 25.8-22.6 35.4-29C93 72.5 97 70 99.9 68.4c1.5-.8 2.6-1.5 3.5-1.9l1-.5 .3-.2 .1 0 0 0 0 0s0 0 7.2 14.3l-7.2-14.3c6.5-3.2 14.3-1.7 19.2 3.7s5.3 13.4 1.3 19.5l-2.8 4.2C105.2 119 96 149.5 96 180.6c0 51.9 25.6 100.6 68.4 130l41.1 28.2L240 362.6V343.5l-42.2-35.2c-5.9-4.9-7.5-13.2-3.8-19.9l0 0 0 0 0 0 .1-.1 .3-.6c.3-.5 .7-1.3 1.2-2.3c1-2 2.6-5 4.4-8.6c.5-.9 .9-1.9 1.4-2.9C167.1 254.6 144 218 144 176s23.1-78.6 57.3-97.8c-.5-1-1-2-1.4-2.9c-1.8-3.7-3.3-6.6-4.4-8.6c-.5-1-.9-1.8-1.2-2.3l-.3-.6-.1-.1 0 0 0 0 0 0c-3.6-6.7-2-15 3.8-19.9l48-40zM220.2 122.9c-17 11.5-28.2 31-28.2 53.1s11.2 41.6 28.2 53.1C227 210.2 232 190.9 232 176s-5-34.2-11.8-53.1zm71.5 106.2c17-11.5 28.2-31 28.2-53.1s-11.2-41.6-28.2-53.1C285 141.8 280 161.1 280 176s5 34.2 11.8 53.1z" + } + }, + "free": [ + "solid" + ] + }, + "kickstarter": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3bb", + "label": "Kickstarter", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 480H48c-26.4 0-48-21.6-48-48V80c0-26.4 21.6-48 48-48h352c26.4 0 48 21.6 48 48v352c0 26.4-21.6 48-48 48zM199.6 178.5c0-30.7-17.6-45.1-39.7-45.1-25.8 0-40 19.8-40 44.5v154.8c0 25.8 13.7 45.6 40.5 45.6 21.5 0 39.2-14 39.2-45.6v-41.8l60.6 75.7c12.3 14.9 39 16.8 55.8 0 14.6-15.1 14.8-36.8 4-50.4l-49.1-62.8 40.5-58.7c9.4-13.5 9.5-34.5-5.6-49.1-16.4-15.9-44.6-17.3-61.4 7l-44.8 64.7v-38.8z" + } + }, + "free": [ + "brands" + ] + }, + "kickstarter-k": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3bc", + "label": "Kickstarter K", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M147.3 114.4c0-56.2-32.5-82.4-73.4-82.4C26.2 32 0 68.2 0 113.4v283c0 47.3 25.3 83.4 74.9 83.4 39.8 0 72.4-25.6 72.4-83.4v-76.5l112.1 138.3c22.7 27.2 72.1 30.7 103.2 0 27-27.6 27.3-67.4 7.4-92.2l-90.8-114.8 74.9-107.4c17.4-24.7 17.5-63.1-10.4-89.8-30.3-29-82.4-31.6-113.6 12.8L147.3 185v-70.6z" + } + }, + "free": [ + "brands" + ] + }, + "kip-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Kip Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1c4", + "label": "Kip Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M340.8 88.3c13.4-11.5 15-31.7 3.5-45.1s-31.7-15-45.1-3.5L128 186.4V64c0-17.7-14.3-32-32-32S64 46.3 64 64V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V325.6L299.2 472.3c13.4 11.5 33.6 9.9 45.1-3.5s9.9-33.6-3.5-45.1L182.5 288H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H182.5L340.8 88.3z" + } + }, + "free": [ + "solid" + ] + }, + "kit-medical": { + "aliases": { + "names": [ + "first-aid" + ], + "unicodes": { + "secondary": [ + "10f479" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "emergency", + "emt", + "health", + "medical", + "rescue" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f479", + "label": "Kit Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H96V32H64zm64 0V480H448V32H128zM512 480c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H480V480h32zM256 176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H320v48c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V288H208c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16h48V176z" + } + }, + "free": [ + "solid" + ] + }, + "kitchen-set": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chef", + "cook", + "cup", + "kitchen", + "pan", + "pot", + "skillet" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e51a", + "label": "Kitchen Set", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M240 144A96 96 0 1 0 48 144a96 96 0 1 0 192 0zm44.4 32C269.9 240.1 212.5 288 144 288C64.5 288 0 223.5 0 144S64.5 0 144 0c68.5 0 125.9 47.9 140.4 112h71.8c8.8-9.8 21.6-16 35.8-16H496c26.5 0 48 21.5 48 48s-21.5 48-48 48H392c-14.2 0-27-6.2-35.8-16H284.4zM144 80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c13.3 0 24 10.7 24 24v8h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H280c-13.3 0-24-10.7-24-24s10.7-24 24-24h96v-8c0-13.3 10.7-24 24-24zM288 464V352H512V464c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48zM48 320h80 16 32c26.5 0 48 21.5 48 48s-21.5 48-48 48H160c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V336c0-8.8 7.2-16 16-16zm128 64c8.8 0 16-7.2 16-16s-7.2-16-16-16H160v32h16zM24 464H200c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + }, + "free": [ + "solid" + ] + }, + "kiwi-bird": { + "aliases": { + "unicodes": { + "secondary": [ + "10f535" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bird", + "fauna", + "new zealand" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f535", + "label": "Kiwi Bird", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M291.2 388.4c31.2-18.8 64.7-36.4 101.1-36.4H448c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1s11.2-8.3 11.2-15.3V224c0-70.7-57.3-128-128-128H392.3c-36.4 0-69.9-17.6-101.1-36.4C262.3 42.1 228.3 32 192 32C86 32 0 118 0 224c0 71.1 38.6 133.1 96 166.3V456c0 13.3 10.7 24 24 24s24-10.7 24-24V410c15.3 3.9 31.4 6 48 6c5.4 0 10.7-.2 16-.7V456c0 13.3 10.7 24 24 24s24-10.7 24-24V405.1c12.4-4.4 24.2-10 35.2-16.7zM448 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "solid" + ] + }, + "korvue": { + "changes": [ + "5.0.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f42f", + "label": "KORVUE", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 446, + 512 + ], + "width": 446, + "height": 512, + "path": "M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z" + } + }, + "free": [ + "brands" + ] + }, + "l": { + "aliases": { + "unicodes": { + "composite": [ + "6c" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter L", + "Latin Small Letter L", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "4c", + "label": "L", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 32c17.7 0 32 14.3 32 32V416H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "land-mine-on": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bomb", + "danger", + "explosion", + "war" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e51b", + "label": "Land Mine On", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M344 24V168c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24s24 10.7 24 24zM192 320c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32v32H192V320zm-77.3 90.5c8.1-16.3 24.8-26.5 42.9-26.5H482.3c18.2 0 34.8 10.3 42.9 26.5l27.6 55.2C563.5 487 548 512 524.2 512H115.8c-23.8 0-39.3-25-28.6-46.3l27.6-55.2zM36.3 138.3c7.5-10.9 22.5-13.6 33.4-6.1l104 72c10.9 7.5 13.6 22.5 6.1 33.4s-22.5 13.6-33.4 6.1l-104-72c-10.9-7.5-13.6-22.5-6.1-33.4zm534.1-6.1c10.9-7.5 25.8-4.8 33.4 6.1s4.8 25.8-6.1 33.4l-104 72c-10.9 7.5-25.8 4.8-33.4-6.1s-4.8-25.8 6.1-33.4l104-72z" + } + }, + "free": [ + "solid" + ] + }, + "landmark": { + "aliases": { + "unicodes": { + "composite": [ + "1f3db" + ], + "secondary": [ + "10f66f" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "classical", + "historic", + "memorable", + "monument", + "museum", + "politics" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f66f", + "label": "Landmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M240.1 4.2c9.8-5.6 21.9-5.6 31.8 0l171.8 98.1L448 104l0 .9 47.9 27.4c12.6 7.2 18.8 22 15.1 36s-16.4 23.8-30.9 23.8H32c-14.5 0-27.2-9.8-30.9-23.8s2.5-28.8 15.1-36L64 104.9V104l4.4-1.6L240.1 4.2zM64 224h64V416h40V224h64V416h48V224h64V416h40V224h64V420.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V224z" + } + }, + "free": [ + "solid" + ] + }, + "landmark-dome": { + "aliases": { + "names": [ + "landmark-alt" + ], + "unicodes": { + "secondary": [ + "10f752" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "historic", + "memorable", + "monument", + "politics" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f752", + "label": "Landmark Dome", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M248 0h16c13.3 0 24 10.7 24 24V34.7C368.4 48.1 431.9 111.6 445.3 192H448c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h2.7C80.1 111.6 143.6 48.1 224 34.7V24c0-13.3 10.7-24 24-24zM64 288h64V416h40V288h64V416h48V288h64V416h40V288h64V420.3c.6 .3 1.2 .7 1.7 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V288z" + } + }, + "free": [ + "solid" + ] + }, + "landmark-flag": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "capitol", + "flag", + "landmark", + "memorial" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e51c", + "label": "Landmark Flag", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M272 0h80c8.8 0 16 7.2 16 16V80c0 8.8-7.2 16-16 16H272v32H464c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H240V16c0-8.8 7.2-16 16-16h16zM64 224h64V416h40V224h64V416h48V224h64V416h40V224h64V420.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V224z" + } + }, + "free": [ + "solid" + ] + }, + "language": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1ab" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dialect", + "idiom", + "localize", + "speech", + "translate", + "vernacular" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1ab", + "label": "Language", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 128C0 92.7 28.7 64 64 64H256h48 16H576c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H320 304 256 64c-35.3 0-64-28.7-64-64V128zm320 0V384H576V128H320zM178.3 175.9c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144c-4.5 10.1 .1 21.9 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1h73.6l8.9 20.1c4.5 10.1 16.3 14.6 26.4 10.2s14.6-16.3 10.2-26.4l-64-144zM160 233.2L179 276H141l19-42.8zM448 164c11 0 20 9 20 20v4h44 16c11 0 20 9 20 20s-9 20-20 20h-2l-1.6 4.5c-8.9 24.4-22.4 46.6-39.6 65.4c.9 .6 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.7 12.5 18 6.9 27.4s-18 12.5-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5c-10.6 7.5-21.9 14-34 19.4l-3.6 1.6c-10.1 4.5-21.9-.1-26.4-10.2s.1-21.9 10.2-26.4l3.6-1.6c6.4-2.9 12.6-6.1 18.5-9.8l-12.2-12.2c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45H448 376c-11 0-20-9-20-20s9-20 20-20h52v-4c0-11 9-20 20-20z" + } + }, + "free": [ + "solid" + ] + }, + "laptop": { + "aliases": { + "unicodes": { + "composite": [ + "1f4bb" + ], + "secondary": [ + "10f109" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "cpu", + "dell", + "demo", + "device", + "laptop", + "mac", + "macbook", + "machine", + "pc", + "personal" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f109", + "label": "Laptop", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 32C92.7 32 64 60.7 64 96V352h64V96H512V352h64V96c0-35.3-28.7-64-64-64H128zM19.2 384C8.6 384 0 392.6 0 403.2C0 445.6 34.4 480 76.8 480H563.2c42.4 0 76.8-34.4 76.8-76.8c0-10.6-8.6-19.2-19.2-19.2H19.2z" + } + }, + "free": [ + "solid" + ] + }, + "laptop-code": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5fc" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "cpu", + "dell", + "demo", + "develop", + "device", + "mac", + "macbook", + "machine", + "pc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5fc", + "label": "Laptop Code", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 96c0-35.3 28.7-64 64-64H512c35.3 0 64 28.7 64 64V352H512V96H128V352H64V96zM0 403.2C0 392.6 8.6 384 19.2 384H620.8c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 480 0 445.6 0 403.2zM281 209l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM393 175l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z" + } + }, + "free": [ + "solid" + ] + }, + "laptop-file": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "education", + "laptop", + "learning", + "remote work" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e51d", + "label": "Laptop File", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 0C92.7 0 64 28.7 64 64V288H19.2C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384H320V288H128V64H448V96h64V64c0-35.3-28.7-64-64-64H128zM512 128H400c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48H592c26.5 0 48-21.5 48-48V256H544c-17.7 0-32-14.3-32-32V128zm32 0v96h96l-96-96z" + } + }, + "free": [ + "solid" + ] + }, + "laptop-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f812" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "device", + "ehr", + "electronic health records", + "history" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f812", + "label": "Laptop Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 96c0-35.3 28.7-64 64-64H512c35.3 0 64 28.7 64 64V352H512V96H128V352H64V96zM0 403.2C0 392.6 8.6 384 19.2 384H620.8c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 480 0 445.6 0 403.2zM288 160c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H352v48c0 8.8-7.2 16-16 16H304c-8.8 0-16-7.2-16-16V272H240c-8.8 0-16-7.2-16-16V224c0-8.8 7.2-16 16-16h48V160z" + } + }, + "free": [ + "solid" + ] + }, + "laravel": { + "changes": [ + "5.0.0", + "5.0.3", + "5.11.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3bd", + "label": "Laravel", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M504.4,115.83a5.72,5.72,0,0,0-.28-.68,8.52,8.52,0,0,0-.53-1.25,6,6,0,0,0-.54-.71,9.36,9.36,0,0,0-.72-.94c-.23-.22-.52-.4-.77-.6a8.84,8.84,0,0,0-.9-.68L404.4,55.55a8,8,0,0,0-8,0L300.12,111h0a8.07,8.07,0,0,0-.88.69,7.68,7.68,0,0,0-.78.6,8.23,8.23,0,0,0-.72.93c-.17.24-.39.45-.54.71a9.7,9.7,0,0,0-.52,1.25c-.08.23-.21.44-.28.68a8.08,8.08,0,0,0-.28,2.08V223.18l-80.22,46.19V63.44a7.8,7.8,0,0,0-.28-2.09c-.06-.24-.2-.45-.28-.68a8.35,8.35,0,0,0-.52-1.24c-.14-.26-.37-.47-.54-.72a9.36,9.36,0,0,0-.72-.94,9.46,9.46,0,0,0-.78-.6,9.8,9.8,0,0,0-.88-.68h0L115.61,1.07a8,8,0,0,0-8,0L11.34,56.49h0a6.52,6.52,0,0,0-.88.69,7.81,7.81,0,0,0-.79.6,8.15,8.15,0,0,0-.71.93c-.18.25-.4.46-.55.72a7.88,7.88,0,0,0-.51,1.24,6.46,6.46,0,0,0-.29.67,8.18,8.18,0,0,0-.28,2.1v329.7a8,8,0,0,0,4,6.95l192.5,110.84a8.83,8.83,0,0,0,1.33.54c.21.08.41.2.63.26a7.92,7.92,0,0,0,4.1,0c.2-.05.37-.16.55-.22a8.6,8.6,0,0,0,1.4-.58L404.4,400.09a8,8,0,0,0,4-6.95V287.88l92.24-53.11a8,8,0,0,0,4-7V117.92A8.63,8.63,0,0,0,504.4,115.83ZM111.6,17.28h0l80.19,46.15-80.2,46.18L31.41,63.44Zm88.25,60V278.6l-46.53,26.79-33.69,19.4V123.5l46.53-26.79Zm0,412.78L23.37,388.5V77.32L57.06,96.7l46.52,26.8V338.68a6.94,6.94,0,0,0,.12.9,8,8,0,0,0,.16,1.18h0a5.92,5.92,0,0,0,.38.9,6.38,6.38,0,0,0,.42,1v0a8.54,8.54,0,0,0,.6.78,7.62,7.62,0,0,0,.66.84l0,0c.23.22.52.38.77.58a8.93,8.93,0,0,0,.86.66l0,0,0,0,92.19,52.18Zm8-106.17-80.06-45.32,84.09-48.41,92.26-53.11,80.13,46.13-58.8,33.56Zm184.52,4.57L215.88,490.11V397.8L346.6,323.2l45.77-26.15Zm0-119.13L358.68,250l-46.53-26.79V131.79l33.69,19.4L392.37,178Zm8-105.28-80.2-46.17,80.2-46.16,80.18,46.15Zm8,105.28V178L455,151.19l33.68-19.4v91.39h0Z" + } + }, + "free": [ + "brands" + ] + }, + "lari-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Lari Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1c8", + "label": "Lari Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M144 32c17.7 0 32 14.3 32 32V96.7c5.3-.4 10.6-.7 16-.7s10.7 .2 16 .7V64c0-17.7 14.3-32 32-32s32 14.3 32 32v49.4c54.9 25.2 95.8 75.5 108.2 136.2c3.5 17.3-7.7 34.2-25 37.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3V256c0 17.7-14.3 32-32 32s-32-14.3-32-32V161c-5.2-.7-10.6-1-16-1s-10.8 .3-16 1v95c0 17.7-14.3 32-32 32s-32-14.3-32-32V188.1C82.7 211.5 64 247.6 64 288c0 70.7 57.3 128 128 128H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H192 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48.9C18.5 382 0 337.2 0 288c0-77.5 45.9-144.3 112-174.6V64c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "lastfm": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f202", + "label": "last.fm", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1z" + } + }, + "free": [ + "brands" + ] + }, + "layer-group": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5fd" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrange", + "develop", + "layers", + "map", + "stack" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5fd", + "label": "Layer Group", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 149.8C37.4 145.8 32 137.3 32 128s5.4-17.9 13.9-21.8L264.5 5.2zM476.9 209.6l53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 277.8C37.4 273.8 32 265.3 32 256s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0l152-70.2zm-152 198.2l152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 405.8C37.4 401.8 32 393.3 32 384s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0z" + } + }, + "free": [ + "solid" + ] + }, + "leaf": { + "aliases": { + "unicodes": { + "secondary": [ + "10f06c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "eco", + "flora", + "nature", + "plant", + "vegan" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f06c", + "label": "Leaf", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M272 96c-78.6 0-145.1 51.5-167.7 122.5c33.6-17 71.5-26.5 111.7-26.5h88c8.8 0 16 7.2 16 16s-7.2 16-16 16H288 216s0 0 0 0c-16.6 0-32.7 1.9-48.2 5.4c-25.9 5.9-50 16.4-71.4 30.7c0 0 0 0 0 0C38.3 298.8 0 364.9 0 440v16c0 13.3 10.7 24 24 24s24-10.7 24-24V440c0-48.7 20.7-92.5 53.8-123.2C121.6 392.3 190.3 448 272 448l1 0c132.1-.7 239-130.9 239-291.4c0-42.6-7.5-83.1-21.1-119.6c-2.6-6.9-12.7-6.6-16.2-.1C455.9 72.1 418.7 96 376 96L272 96z" + } + }, + "free": [ + "solid" + ] + }, + "leanpub": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f212", + "label": "Leanpub", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M386.539 111.485l15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544zM569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859L569.07 448zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486z" + } + }, + "free": [ + "brands" + ] + }, + "left-long": { + "aliases": { + "names": [ + "long-arrow-alt-left" + ], + "unicodes": { + "secondary": [ + "10f30a" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "long-arrow-left", + "previous" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f30a", + "label": "Left Long", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M177.5 414c-8.8 3.8-19 2-26-4.6l-144-136C2.7 268.9 0 262.6 0 256s2.7-12.9 7.5-17.4l144-136c7-6.6 17.2-8.4 26-4.6s14.5 12.5 14.5 22l0 72 288 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-288 0 0 72c0 9.6-5.7 18.2-14.5 22z" + } + }, + "free": [ + "solid" + ] + }, + "left-right": { + "aliases": { + "names": [ + "arrows-alt-h" + ], + "unicodes": { + "composite": [ + "2194" + ], + "secondary": [ + "10f337" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "arrows-h", + "expand", + "horizontal", + "landscape", + "left-right arrow", + "resize", + "wide" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f337", + "label": "Left Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M504.3 273.6c4.9-4.5 7.7-10.9 7.7-17.6s-2.8-13-7.7-17.6l-112-104c-7-6.5-17.2-8.2-25.9-4.4s-14.4 12.5-14.4 22l0 56-192 0 0-56c0-9.5-5.7-18.2-14.4-22s-18.9-2.1-25.9 4.4l-112 104C2.8 243 0 249.3 0 256s2.8 13 7.7 17.6l112 104c7 6.5 17.2 8.2 25.9 4.4s14.4-12.5 14.4-22l0-56 192 0 0 56c0 9.5 5.7 18.2 14.4 22s18.9 2.1 25.9-4.4l112-104z" + } + }, + "free": [ + "solid" + ] + }, + "lemon": { + "aliases": { + "unicodes": { + "composite": [ + "1f34b" + ], + "secondary": [ + "10f094" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "citrus", + "fruit", + "lemon", + "lemonade", + "lime", + "tart" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f094", + "label": "Lemon", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 96c0-35.3-28.7-64-64-64c-6.6 0-13 1-19 2.9c-22.5 7-48.1 14.9-71 9c-75.2-19.1-156.4 11-213.7 68.3S-7.2 250.8 11.9 326c5.8 22.9-2 48.4-9 71C1 403 0 409.4 0 416c0 35.3 28.7 64 64 64c6.6 0 13-1 19.1-2.9c22.5-7 48.1-14.9 71-9c75.2 19.1 156.4-11 213.7-68.3s87.5-138.5 68.3-213.7c-5.8-22.9 2-48.4 9-71c1.9-6 2.9-12.4 2.9-19.1zM212.5 127.4c-54.6 16-101.1 62.5-117.1 117.1C92.9 253 84 257.8 75.5 255.4S62.2 244 64.6 235.5c19.1-65.1 73.7-119.8 138.9-138.9c8.5-2.5 17.4 2.4 19.9 10.9s-2.4 17.4-10.9 19.9z" + }, + "regular": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M368 80c-3.2 0-6.2 .4-8.9 1.3C340 86.8 313 91.9 284.8 84.6C227.4 69.7 160.2 92 110.1 142.1S37.7 259.4 52.6 316.8c7.3 28.2 2.2 55.2-3.3 74.3c-.8 2.8-1.3 5.8-1.3 8.9c0 17.7 14.3 32 32 32c3.2 0 6.2-.4 8.9-1.3c19.1-5.5 46.1-10.7 74.3-3.3c57.4 14.9 124.6-7.4 174.7-57.5s72.4-117.3 57.5-174.7c-7.3-28.2-2.2-55.2 3.3-74.3c.8-2.8 1.3-5.8 1.3-8.9c0-17.7-14.3-32-32-32zm0-48c44.2 0 80 35.8 80 80c0 7.7-1.1 15.2-3.1 22.3c-4.6 15.8-7.1 32.9-3 48.9c20.1 77.6-10.9 161.5-70 220.7s-143.1 90.2-220.7 70c-16-4.1-33-1.6-48.9 3c-7.1 2-14.6 3.1-22.3 3.1c-44.2 0-80-35.8-80-80c0-7.7 1.1-15.2 3.1-22.3c4.6-15.8 7.1-32.9 3-48.9C-14 251.3 17 167.3 76.2 108.2S219.3 18 296.8 38.1c16 4.1 33 1.6 48.9-3c7.1-2 14.6-3.1 22.3-3.1zM246.7 167c-52 15.2-96.5 59.7-111.7 111.7c-3.7 12.7-17.1 20-29.8 16.3s-20-17.1-16.3-29.8c19.8-67.7 76.6-124.5 144.3-144.3c12.7-3.7 26.1 3.6 29.8 16.3s-3.6 26.1-16.3 29.8z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "less": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f41d", + "label": "Less", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3zm-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8zm-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8zM379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6 11.6 0 22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8zm-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7zm-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31h-56.8z" + } + }, + "free": [ + "brands" + ] + }, + "less-than": { + "aliases": { + "unicodes": { + "composite": [ + "f536" + ], + "primary": [ + "f536" + ], + "secondary": [ + "103c", + "10f536" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Less-Than Sign", + "arithmetic", + "compare", + "math" + ] + }, + "styles": [ + "solid" + ], + "unicode": "3c", + "label": "Less Than", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M380.6 81.7c7.9 15.8 1.5 35-14.3 42.9L103.6 256 366.3 387.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-320-160C6.8 279.2 0 268.1 0 256s6.8-23.2 17.7-28.6l320-160c15.8-7.9 35-1.5 42.9 14.3z" + } + }, + "free": [ + "solid" + ] + }, + "less-than-equal": { + "aliases": { + "unicodes": { + "secondary": [ + "10f537" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arithmetic", + "compare", + "math" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f537", + "label": "Less Than Equal", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M395.9 93.7c16.4-6.6 24.4-25.2 17.8-41.6s-25.2-24.4-41.6-17.8l-320 128C40 167.1 32 178.9 32 192s8 24.9 20.1 29.7l320 128c16.4 6.6 35-1.4 41.6-17.8s-1.4-35-17.8-41.6L150.2 192 395.9 93.7zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + } + }, + "free": [ + "solid" + ] + }, + "life-ring": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1cd" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "coast guard", + "help", + "overboard", + "save", + "support" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1cd", + "label": "Life Ring", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M367.2 412.5C335.9 434.9 297.5 448 256 448s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7 .8c33.8-43.4 54-98 54-157.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5zM157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z" + }, + "regular": { + "last_modified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "lightbulb": { + "aliases": { + "unicodes": { + "composite": [ + "1f4a1" + ], + "secondary": [ + "10f0eb" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + " comic", + " electric", + " idea", + " innovation", + " inspiration", + " light", + " light bulb", + " bulb", + "bulb", + "comic", + "electric", + "energy", + "idea", + "inspiration", + "mechanical" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0eb", + "label": "Lightbulb", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z" + }, + "regular": { + "last_modified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M297.2 248.9C311.6 228.3 320 203.2 320 176c0-70.7-57.3-128-128-128S64 105.3 64 176c0 27.2 8.4 52.3 22.8 72.9c3.7 5.3 8.1 11.3 12.8 17.7l0 0c12.9 17.7 28.3 38.9 39.8 59.8c10.4 19 15.7 38.8 18.3 57.5H109c-2.2-12-5.9-23.7-11.8-34.5c-9.9-18-22.2-34.9-34.5-51.8l0 0 0 0c-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3c-5 7.2-10.2 14.3-15.4 21.4l0 0 0 0c-12.3 16.8-24.6 33.7-34.5 51.8c-5.9 10.8-9.6 22.5-11.8 34.5H226.4c2.6-18.7 7.9-38.6 18.3-57.5c11.5-20.9 26.9-42.1 39.8-59.8l0 0 0 0 0 0c4.7-6.4 9-12.4 12.7-17.7zM192 128c-26.5 0-48 21.5-48 48c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16s-7.2 16-16 16zm0 384c-44.2 0-80-35.8-80-80V416H272v16c0 44.2-35.8 80-80 80z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "line": { + "changes": [ + "5.0.0", + "6.3.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3c0", + "label": "Line", + "voted": false, + "svg": { + "brands": { + "last_modified": 1672840969, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M311 196.8v81.3c0 2.1-1.6 3.7-3.7 3.7h-13c-1.3 0-2.4-.7-3-1.5l-37.3-50.3v48.2c0 2.1-1.6 3.7-3.7 3.7h-13c-2.1 0-3.7-1.6-3.7-3.7V196.9c0-2.1 1.6-3.7 3.7-3.7h12.9c1.1 0 2.4 .6 3 1.6l37.3 50.3V196.9c0-2.1 1.6-3.7 3.7-3.7h13c2.1-.1 3.8 1.6 3.8 3.5zm-93.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 2.1 1.6 3.7 3.7 3.7h13c2.1 0 3.7-1.6 3.7-3.7V196.8c0-1.9-1.6-3.7-3.7-3.7zm-31.4 68.1H150.3V196.8c0-2.1-1.6-3.7-3.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 1 .3 1.8 1 2.5c.7 .6 1.5 1 2.5 1h52.2c2.1 0 3.7-1.6 3.7-3.7v-13c0-1.9-1.6-3.7-3.5-3.7zm193.7-68.1H327.3c-1.9 0-3.7 1.6-3.7 3.7v81.3c0 1.9 1.6 3.7 3.7 3.7h52.2c2.1 0 3.7-1.6 3.7-3.7V265c0-2.1-1.6-3.7-3.7-3.7H344V247.7h35.5c2.1 0 3.7-1.6 3.7-3.7V230.9c0-2.1-1.6-3.7-3.7-3.7H344V213.5h35.5c2.1 0 3.7-1.6 3.7-3.7v-13c-.1-1.9-1.7-3.7-3.7-3.7zM512 93.4V419.4c-.1 51.2-42.1 92.7-93.4 92.6H92.6C41.4 511.9-.1 469.8 0 418.6V92.6C.1 41.4 42.2-.1 93.4 0H419.4c51.2 .1 92.7 42.1 92.6 93.4zM441.6 233.5c0-83.4-83.7-151.3-186.4-151.3s-186.4 67.9-186.4 151.3c0 74.7 66.3 137.4 155.9 149.3c21.8 4.7 19.3 12.7 14.4 42.1c-.8 4.7-3.8 18.4 16.1 10.1s107.3-63.2 146.5-108.2c27-29.7 39.9-59.8 39.9-93.1z" + } + }, + "free": [ + "brands" + ] + }, + "lines-leaning": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "canted", + "domino", + "falling", + "resilience", + "resilient", + "tipped" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e51e", + "label": "Lines Leaning", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M190.4 74.1c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-128 384c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l128-384zm70.9-41.7c-17.4-2.9-33.9 8.9-36.8 26.3l-64 384c-2.9 17.4 8.9 33.9 26.3 36.8s33.9-8.9 36.8-26.3l64-384c2.9-17.4-8.9-33.9-26.3-36.8zM352 32c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "link": { + "aliases": { + "names": [ + "chain" + ], + "unicodes": { + "composite": [ + "1f517" + ], + "secondary": [ + "10f0c1" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "attach", + "attachment", + "chain", + "connect", + "lin", + "link" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0c1", + "label": "Link", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z" + } + }, + "free": [ + "solid" + ] + }, + "link-slash": { + "aliases": { + "names": [ + "chain-broken", + "chain-slash", + "unlink" + ], + "unicodes": { + "secondary": [ + "10f127" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "attachment", + "chain", + "chain-broken", + "remove" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f127", + "label": "Link Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L489.3 358.2l90.5-90.5c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114l-96 96-31.9-25C430.9 239.6 420.1 175.1 377 132c-52.2-52.3-134.5-56.2-191.3-11.7L38.8 5.1zM239 162c30.1-14.9 67.7-9.9 92.8 15.3c20 20 27.5 48.3 21.7 74.5L239 162zM406.6 416.4L220.9 270c-2.1 39.8 12.2 80.1 42.2 110c38.9 38.9 94.4 51 143.6 36.3zm-290-228.5L60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5l61.8-61.8-50.6-39.9z" + } + }, + "free": [ + "solid" + ] + }, + "linkedin": { + "changes": [ + "1.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "linkedin-square" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f08c", + "label": "LinkedIn", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" + } + }, + "free": [ + "brands" + ] + }, + "linkedin-in": { + "changes": [ + "2.0.0", + "5.0.0", + "5.4.1", + "5.8.0", + "5.8.1" + ], + "ligatures": [], + "search": { + "terms": [ + "linkedin" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f0e1", + "label": "LinkedIn In", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" + } + }, + "free": [ + "brands" + ] + }, + "linode": { + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2b8", + "label": "Linode", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M366.036,186.867l-59.5,36.871-.838,36.871-29.329-19.273-39.384,24.3c2.238,55.211,2.483,59.271,2.51,59.5l-97.2,65.359L127.214,285.748l108.1-62.01L195.09,197.761l-75.417,38.547L98.723,93.015,227.771,43.574,136.432,0,10.737,39.385,38.39,174.3l41.9,32.681L48.445,222.062,69.394,323.457,98.723,351.11,77.774,363.679l16.76,78.769L160.733,512c-10.8-74.842-11.658-78.641-11.725-78.773l77.925-55.3c16.759-12.57,15.083-10.894,15.083-10.894l.838,24.3,33.519,28.491-.838-77.093,46.927-33.519,26.815-18.435-2.514,36.033,25.139,17.6,6.7-74.579,58.657-43.575Z" + } + }, + "free": [ + "brands" + ] + }, + "linux": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "tux" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f17c", + "label": "Linux", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z" + } + }, + "free": [ + "brands" + ] + }, + "lira-sign": { + "aliases": { + "unicodes": { + "composite": [ + "20a4" + ], + "secondary": [ + "10f195" + ] + } + }, + "changes": [ + "4.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Lira Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f195", + "label": "Lira Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H46c-2.2 10.5-6.1 20.6-11.7 29.9L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1c11.6-19.3 18.9-40.7 21.6-62.9H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V256H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V160.4z" + } + }, + "free": [ + "solid" + ] + }, + "list": { + "aliases": { + "names": [ + "list-squares" + ], + "unicodes": { + "secondary": [ + "10f03a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "ol", + "todo", + "ul" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f03a", + "label": "List", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M40 48C26.7 48 16 58.7 16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM16 232v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40z" + } + }, + "free": [ + "solid" + ] + }, + "list-check": { + "aliases": { + "names": [ + "tasks" + ], + "unicodes": { + "secondary": [ + "10f0ae" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "downloading", + "downloads", + "loading", + "progress", + "project management", + "settings", + "to do" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0ae", + "label": "List Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + }, + "free": [ + "solid" + ] + }, + "list-ol": { + "aliases": { + "names": [ + "list-1-2", + "list-numeric" + ], + "unicodes": { + "secondary": [ + "10f0cb" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "numbers", + "ol", + "todo", + "ul" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0cb", + "label": "List Ol", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M24 56c0-13.3 10.7-24 24-24H80c13.3 0 24 10.7 24 24V176h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H56V80H48C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432H120c13.3 0 24 10.7 24 24s-10.7 24-24 24H32c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM224 64H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "list-ul": { + "aliases": { + "names": [ + "list-dots" + ], + "unicodes": { + "secondary": [ + "10f0ca" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "ol", + "todo", + "ul" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0ca", + "label": "List Ul", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM64 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48-208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + }, + "free": [ + "solid" + ] + }, + "litecoin-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1d3", + "label": "Litecoin Sign", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M128 64c0-17.7-14.3-32-32-32S64 46.3 64 64V213.6L23.2 225.2c-17 4.9-26.8 22.6-22 39.6s22.6 26.8 39.6 22L64 280.1V448c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V261.9l136.8-39.1c17-4.9 26.8-22.6 22-39.6s-22.6-26.8-39.6-22L128 195.3V64z" + } + }, + "free": [ + "solid" + ] + }, + "location-arrow": { + "aliases": { + "unicodes": { + "secondary": [ + "10f124" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "compass", + "coordinate", + "direction", + "gps", + "map", + "navigation", + "place" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f124", + "label": "Location Arrow", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M429.6 92.1c4.9-11.9 2.1-25.6-7-34.7s-22.8-11.9-34.7-7l-352 144c-14.2 5.8-22.2 20.8-19.3 35.8s16.1 25.8 31.4 25.8H224V432c0 15.3 10.8 28.4 25.8 31.4s30-5.1 35.8-19.3l144-352z" + } + }, + "free": [ + "solid" + ] + }, + "location-crosshairs": { + "aliases": { + "names": [ + "location" + ], + "unicodes": { + "secondary": [ + "10f601" + ] + } + }, + "changes": [ + "5.2.0", + "5.11.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinate", + "direction", + "gps", + "location", + "map", + "navigation", + "place", + "where" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f601", + "label": "Location Crosshairs", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c17.7 0 32 14.3 32 32V66.7C368.4 80.1 431.9 143.6 445.3 224H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H445.3C431.9 368.4 368.4 431.9 288 445.3V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.3C143.6 431.9 80.1 368.4 66.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H66.7C80.1 143.6 143.6 80.1 224 66.7V32c0-17.7 14.3-32 32-32zM128 256a128 128 0 1 0 256 0 128 128 0 1 0 -256 0zm128-80a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + }, + "free": [ + "solid" + ] + }, + "location-dot": { + "aliases": { + "names": [ + "map-marker-alt" + ], + "unicodes": { + "secondary": [ + "10f3c5" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "navigation", + "paper", + "pin", + "place", + "point of interest", + "position", + "route", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3c5", + "label": "Location Dot", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + } + }, + "free": [ + "solid" + ] + }, + "location-pin": { + "aliases": { + "names": [ + "map-marker" + ], + "unicodes": { + "secondary": [ + "10f041" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "navigation", + "paper", + "pin", + "place", + "point of interest", + "position", + "route", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f041", + "label": "Location Pin", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 192c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192z" + } + }, + "free": [ + "solid" + ] + }, + "location-pin-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "closed", + "lockdown", + "map", + "quarantine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e51f", + "label": "Location Pin Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M215.7 499.2c11-13.8 25.1-31.7 40.3-52.3V352c0-23.7 12.9-44.4 32-55.4V272c0-55.6 40.5-101.7 93.6-110.5C367 70 287.7 0 192 0C86 0 0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c17.7 0 32 14.3 32 32v48H368V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + }, + "free": [ + "solid" + ] + }, + "lock": { + "aliases": { + "unicodes": { + "composite": [ + "1f512" + ], + "secondary": [ + "10f023" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "closed", + "lock", + "locked", + "open", + "password", + "private", + "protect", + "security" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f023", + "label": "Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z" + } + }, + "free": [ + "solid" + ] + }, + "lock-open": { + "aliases": { + "unicodes": { + "secondary": [ + "10f3c1" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "lock", + "open", + "password", + "private", + "protect", + "security", + "unlock" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3c1", + "label": "Lock Open", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M352 144c0-44.2 35.8-80 80-80s80 35.8 80 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32V144C576 64.5 511.5 0 432 0S288 64.5 288 144v48H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H352V144z" + } + }, + "free": [ + "solid" + ] + }, + "locust": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "horde", + "infestation", + "locust", + "plague", + "swarm" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e520", + "label": "Locust", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h16c98.7 0 180.6 71.4 197 165.4c-9-3.5-18.8-5.4-29-5.4H431.8l-41.8-97.5c-3.4-7.9-10.8-13.4-19.3-14.4s-17 2.7-22.1 9.6l-40.9 55.5-21.7-50.7c-3.3-7.8-10.5-13.2-18.9-14.3s-16.7 2.3-22 8.9l-240 304c-8.2 10.4-6.4 25.5 4 33.7s25.5 6.4 33.7-4l79.4-100.5 43 16.4-40.5 55c-7.9 10.7-5.6 25.7 5.1 33.6s25.7 5.6 33.6-5.1L215.1 400h74.5l-29.3 42.3c-7.5 10.9-4.8 25.8 6.1 33.4s25.8 4.8 33.4-6.1L348 400h80.4l38.8 67.9c6.6 11.5 21.2 15.5 32.7 8.9s15.5-21.2 8.9-32.7L483.6 400H496c44.1 0 79.8-35.7 80-79.7c0-.1 0-.2 0-.3V280C576 143 465 32 328 32H312zm50.5 168l17.1 40H333l29.5-40zm-87.7 38.1l-1.4 1.9H225.1l32.7-41.5 16.9 39.5zM88.8 240C57.4 240 32 265.4 32 296.8c0 15.5 6.3 30 16.9 40.4L126.7 240H88.8zM496 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + }, + "free": [ + "solid" + ] + }, + "lungs": { + "aliases": { + "unicodes": { + "composite": [ + "1fac1" + ], + "secondary": [ + "10f604" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air", + "breath", + "covid-19", + "exhalation", + "inhalation", + "lungs", + "organ", + "respiration", + "respiratory" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f604", + "label": "Lungs", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0c17.7 0 32 14.3 32 32V164.1c0 16.4 8.4 31.7 22.2 40.5l9.8 6.2V165.3C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4v7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2C414 480.5 384 442.1 384 398V325l90.5 57.6c7.5 4.7 17.3 2.5 22.1-4.9s2.5-17.3-4.9-22.1L384 287.1v-.4l-44.1-28.1c-7.3-4.6-13.9-10.1-19.9-16.1c-5.9 6-12.6 11.5-19.9 16.1L256 286.7 161.2 347l-13.5 8.6c0 0 0 0-.1 0c-7.4 4.8-9.6 14.6-4.8 22.1c4.7 7.5 14.6 9.7 22.1 4.9l91.1-58V398c0 44.1-30 82.5-72.7 93.1l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v45.5l9.8-6.2c13.8-8.8 22.2-24.1 22.2-40.5V32c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "lungs-virus": { + "aliases": { + "unicodes": { + "secondary": [ + "10e067" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "breath", + "coronavirus", + "covid-19", + "flu", + "infection", + "pandemic", + "respiratory", + "sick" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e067", + "label": "Lungs Virus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0c17.7 0 32 14.3 32 32V156.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2V32c0-17.7 14.3-32 32-32zM444.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1V165.3C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4v7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14 1.5 28.5-3 39.2-13.8l-22.6-22.6 22.6 22.6c18.7-18.7 18.7-49.1 0-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8 .4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8c26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6 .4-1.4 1.5-2.5c18.7-18.7 18.7-49.1 0-67.9zM421.8 421.8c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6zM183.3 491.2l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v24.1c-18.6-12.4-44-10.3-60.5 6.1c-18.7 18.7-18.7 49.1 0 67.9c1.1 1.1 1.4 2 1.5 2.5c.1 .8 .1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5 .3-1.3 .8-2.9 .8c-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4 .4 2.9 .8c.6 .4 1.3 1.2 1.8 2.3s.5 2.2 .4 2.9c-.1 .6-.4 1.4-1.5 2.5c-18.7 18.7-18.7 49.1 0 67.9c10.7 10.7 25.3 15.3 39.2 13.8c-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + }, + "free": [ + "solid" + ] + }, + "lyft": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3c3", + "label": "lyft", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289V81.1zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9zm-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1v.5z" + } + }, + "free": [ + "brands" + ] + }, + "m": { + "aliases": { + "unicodes": { + "composite": [ + "6d" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter M", + "Latin Small Letter M", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "4d", + "label": "M", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M22.7 33.4c13.5-4.1 28.1 1.1 35.9 12.9L224 294.3 389.4 46.2c7.8-11.7 22.4-17 35.9-12.9S448 49.9 448 64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V169.7L250.6 369.8c-5.9 8.9-15.9 14.2-26.6 14.2s-20.7-5.3-26.6-14.2L64 169.7V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 49.9 9.2 37.5 22.7 33.4z" + } + }, + "free": [ + "solid" + ] + }, + "magento": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3c4", + "label": "Magento", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z" + } + }, + "free": [ + "brands" + ] + }, + "magnet": { + "aliases": { + "unicodes": { + "composite": [ + "1f9f2" + ], + "secondary": [ + "10f076" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.8.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Attract", + "attraction", + "horseshoe", + "lodestone", + "magnet", + "magnetic", + "tool" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f076", + "label": "Magnet", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 160v96C0 379.7 100.3 480 224 480s224-100.3 224-224V160H320v96c0 53-43 96-96 96s-96-43-96-96V160H0zm0-32H128V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v64zm320 0H448V64c0-17.7-14.3-32-32-32H352c-17.7 0-32 14.3-32 32v64z" + } + }, + "free": [ + "solid" + ] + }, + "magnifying-glass": { + "aliases": { + "names": [ + "search" + ], + "unicodes": { + "composite": [ + "1f50d" + ], + "secondary": [ + "10f002" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "enlarge", + "find", + "glass", + "magnify", + "magnifying", + "magnifying glass tilted left", + "preview", + "search", + "tool", + "zoom" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f002", + "label": "Magnifying Glass", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z" + } + }, + "free": [ + "solid" + ] + }, + "magnifying-glass-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "find", + "next", + "search" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e521", + "label": "Magnifying Glass Arrow Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM241 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31H120c-13.3 0-24 10.7-24 24s10.7 24 24 24H238.1l-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9l-72-72z" + } + }, + "free": [ + "solid" + ] + }, + "magnifying-glass-chart": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + " data", + " graph", + " intelligence", + "analysis", + "chart", + "market" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e522", + "label": "Magnifying Glass Chart", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zm-312 8v64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80-96V280c0 13.3 10.7 24 24 24s24-10.7 24-24V120c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80 64v96c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24s-24 10.7-24 24z" + } + }, + "free": [ + "solid" + ] + }, + "magnifying-glass-dollar": { + "aliases": { + "names": [ + "search-dollar" + ], + "unicodes": { + "secondary": [ + "10f688" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "enlarge", + "find", + "magnify", + "money", + "preview", + "zoom" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f688", + "label": "Magnifying Glass Dollar", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM228 104c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V312c0 11 9 20 20 20s20-9 20-20V298.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V104z" + } + }, + "free": [ + "solid" + ] + }, + "magnifying-glass-location": { + "aliases": { + "names": [ + "search-location" + ], + "unicodes": { + "secondary": [ + "10f689" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "enlarge", + "find", + "magnify", + "preview", + "zoom" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f689", + "label": "Magnifying Glass Location", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-112 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "solid" + ] + }, + "magnifying-glass-minus": { + "aliases": { + "names": [ + "search-minus" + ], + "unicodes": { + "secondary": [ + "10f010" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "minify", + "negative", + "smaller", + "zoom", + "zoom out" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f010", + "label": "Magnifying Glass Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24H280c13.3 0 24-10.7 24-24s-10.7-24-24-24H136z" + } + }, + "free": [ + "solid" + ] + }, + "magnifying-glass-plus": { + "aliases": { + "names": [ + "search-plus" + ], + "unicodes": { + "secondary": [ + "10f00e" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "enlarge", + "magnify", + "positive", + "zoom", + "zoom in" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f00e", + "label": "Magnifying Glass Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24V232h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H232V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v64H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z" + } + }, + "free": [ + "solid" + ] + }, + "mailchimp": { + "changes": [ + "5.1.0", + "5.7.0", + "5.8.0", + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f59e", + "label": "Mailchimp", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z" + } + }, + "free": [ + "brands" + ] + }, + "manat-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Manat Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1d5", + "label": "Manat Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 32c-17.7 0-32 14.3-32 32V98.7C69.2 113.9 0 192.9 0 288V448c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-59.6 40.8-109.8 96-124V448c0 17.7 14.3 32 32 32s32-14.3 32-32V164c55.2 14.2 96 64.3 96 124V448c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-95.1-69.2-174.1-160-189.3V64c0-17.7-14.3-32-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "mandalorian": { + "changes": [ + "5.0.12", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f50f", + "label": "Mandalorian", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92.38 92.38 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.54 109.54 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.87 14.87 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.24 14.24 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.14 38.14 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32.22 32.22 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101.2 101.2 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.67 18.67 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.38 9.38 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a132.88 132.88 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.15 43.15 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a22.7 22.7 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.66 6.66 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.39 30.39 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.57 29.57 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.54 29.54 0 0 0 5.82 1.36 18.18 18.18 0 0 1 6 1.91 22.67 22.67 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a35.76 35.76 0 0 0 2.1 5.91 13.55 13.55 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.77 14.77 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.33 18.33 0 0 1-4.09 3.71 13.62 13.62 0 0 0-4.38 4.78 5.89 5.89 0 0 1-2.49 2.91 6.88 6.88 0 0 0-2.45 1.71 67.62 67.62 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.27 7.27 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.45 36.45 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.45 33.45 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.09 40.09 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.37 18.37 0 0 1 2.86-7.73 20.39 20.39 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.62 14.62 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.28 9.28 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.81 40.81 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61.31 61.31 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 100.5 100.5 0 0 0-1.73-10.79 37.53 37.53 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z" + } + }, + "free": [ + "brands" + ] + }, + "map": { + "aliases": { + "unicodes": { + "composite": [ + "1f5fa", + "f278" + ], + "secondary": [ + "10f279" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "navigation", + "paper", + "pin", + "place", + "point of interest", + "position", + "route", + "travel", + "world", + "world map" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f279", + "label": "Map", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 476.1L192 421.2V35.9L384 90.8V476.1zm32-1.2V88.4L543.1 37.5c15.8-6.3 32.9 5.3 32.9 22.3V394.6c0 9.8-6 18.6-15.1 22.3L416 474.8zM15.1 95.1L160 37.2V423.6L32.9 474.5C17.1 480.8 0 469.2 0 452.2V117.4c0-9.8 6-18.6 15.1-22.3z" + }, + "regular": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M565.6 36.2C572.1 40.7 576 48.1 576 56V392c0 10-6.2 18.9-15.5 22.4l-168 64c-5.2 2-10.9 2.1-16.1 .3L192.5 417.5l-160 61c-7.4 2.8-15.7 1.8-22.2-2.7S0 463.9 0 456V120c0-10 6.1-18.9 15.5-22.4l168-64c5.2-2 10.9-2.1 16.1-.3L383.5 94.5l160-61c7.4-2.8 15.7-1.8 22.2 2.7zM48 136.5V421.2l120-45.7V90.8L48 136.5zM360 422.7V137.3l-144-48V374.7l144 48zm48-1.5l120-45.7V90.8L408 136.5V421.2z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "map-location": { + "aliases": { + "names": [ + "map-marked" + ], + "unicodes": { + "secondary": [ + "10f59f" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "navigation", + "paper", + "pin", + "place", + "point of interest", + "position", + "route", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f59f", + "label": "Map Location", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M302.8 312C334.9 271.9 408 174.6 408 120C408 53.7 354.3 0 288 0S168 53.7 168 120c0 54.6 73.1 151.9 105.2 192c7.7 9.6 22 9.6 29.6 0zM416 503l144.9-58c9.1-3.6 15.1-12.5 15.1-22.3V152c0-17-17.1-28.6-32.9-22.3l-116 46.4c-.5 1.2-1 2.5-1.5 3.7c-2.9 6.8-6.1 13.7-9.6 20.6V503zM15.1 187.3C6 191 0 199.8 0 209.6V480.4c0 17 17.1 28.6 32.9 22.3L160 451.8V200.4c-3.5-6.9-6.7-13.8-9.6-20.6c-5.6-13.2-10.4-27.4-12.8-41.5l-122.6 49zM384 255c-20.5 31.3-42.3 59.6-56.2 77c-20.5 25.6-59.1 25.6-79.6 0c-13.9-17.4-35.7-45.7-56.2-77V449.4l192 54.9V255z" + } + }, + "free": [ + "solid" + ] + }, + "map-location-dot": { + "aliases": { + "names": [ + "map-marked-alt" + ], + "unicodes": { + "secondary": [ + "10f5a0" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "navigation", + "paper", + "pin", + "place", + "point of interest", + "position", + "route", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5a0", + "label": "Map Location Dot", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M408 120c0 54.6-73.1 151.9-105.2 192c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120C168 53.7 221.7 0 288 0s120 53.7 120 120zm8 80.4c3.5-6.9 6.7-13.8 9.6-20.6c.5-1.2 1-2.5 1.5-3.7l116-46.4C558.9 123.4 576 135 576 152V422.8c0 9.8-6 18.6-15.1 22.3L416 503V200.4zM137.6 138.3c2.4 14.1 7.2 28.3 12.8 41.5c2.9 6.8 6.1 13.7 9.6 20.6V451.8L32.9 502.7C17.1 509 0 497.4 0 480.4V209.6c0-9.8 6-18.6 15.1-22.3l122.6-49zM327.8 332c13.9-17.4 35.7-45.7 56.2-77V504.3L192 449.4V255c20.5 31.3 42.3 59.6 56.2 77c20.5 25.6 59.1 25.6 79.6 0zM288 152a40 40 0 1 0 0-80 40 40 0 1 0 0 80z" + } + }, + "free": [ + "solid" + ] + }, + "map-pin": { + "aliases": { + "unicodes": { + "composite": [ + "1f4cd" + ], + "secondary": [ + "10f276" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "agree", + "coordinates", + "destination", + "gps", + "localize", + "location", + "map", + "marker", + "navigation", + "pin", + "place", + "position", + "pushpin", + "round pushpin", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f276", + "label": "Map Pin", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M16 144a144 144 0 1 1 288 0A144 144 0 1 1 16 144zM160 80c8.8 0 16-7.2 16-16s-7.2-16-16-16c-53 0-96 43-96 96c0 8.8 7.2 16 16 16s16-7.2 16-16c0-35.3 28.7-64 64-64zM128 480V317.1c10.4 1.9 21.1 2.9 32 2.9s21.6-1 32-2.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "markdown": { + "changes": [ + "5.2.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f60f", + "label": "Markdown", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1zM338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z" + } + }, + "free": [ + "brands" + ] + }, + "marker": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5a1" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "edit", + "sharpie", + "update", + "write" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5a1", + "label": "Marker", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M481 31C445.1-4.8 386.9-4.8 351 31l-15 15L322.9 33C294.8 4.9 249.2 4.9 221.1 33L135 119c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L255 66.9c9.4-9.4 24.6-9.4 33.9 0L302.1 80 186.3 195.7 316.3 325.7 481 161c35.9-35.9 35.9-94.1 0-129.9zM293.7 348.3L163.7 218.3 99.5 282.5c-48 48-80.8 109.2-94.1 175.8l-5 25c-1.6 7.9 .9 16 6.6 21.7s13.8 8.1 21.7 6.6l25-5c66.6-13.3 127.8-46.1 175.8-94.1l64.2-64.2z" + } + }, + "free": [ + "solid" + ] + }, + "mars": { + "aliases": { + "unicodes": { + "composite": [ + "2642" + ], + "secondary": [ + "10f222" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "gender", + "male", + "male sign", + "man" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f222", + "label": "Mars", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M289.8 46.8c3.7-9 12.5-14.8 22.2-14.8H424c13.3 0 24 10.7 24 24V168c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L321 204.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176S0 401.2 0 304s78.8-176 176-176c37 0 71.4 11.4 99.8 31l52.6-52.6L295 73c-6.9-6.9-8.9-17.2-5.2-26.2zM400 80l0 0h0v0zM176 416a112 112 0 1 0 0-224 112 112 0 1 0 0 224z" + } + }, + "free": [ + "solid" + ] + }, + "mars-and-venus": { + "aliases": { + "unicodes": { + "composite": [ + "26a5" + ], + "secondary": [ + "10f224" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Male and Female Sign", + "female", + "gender", + "intersex", + "male", + "transgender" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f224", + "label": "Mars And Venus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M337.8 14.8C341.5 5.8 350.3 0 360 0H472c13.3 0 24 10.7 24 24V136c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-24.7 24.7C407 163.3 416 192.6 416 224c0 80.2-59.1 146.7-136.1 158.2c0 .6 .1 1.2 .1 1.8v.4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .3 .4 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3h24c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0l-24 0-24 0v0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V486 486v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V485 485v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V484v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V483v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V481v-.1-.1-.1-.1-.1-.1-.1-.1V480v-.1-.1-.1-.1-.1-.1-.1V479v-.1-.1-.1-.1-.1-.1-.1V478v-.1-.1-.1-.1-.1-.1V477v-.1-.1-.1-.1-.1-.1V476v-.1-.1-.1-.1-.1-.1V475v-.1-.2-.2-.2-.2-.2V474v-.2-.2-.2-.2-.2V473v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V470v-.2-.2-.2-.2-.2V469v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V467v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V463v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V459v-.2-.2-.2-.2-.2-.2-.2-.2V457v-.2-.2-.2-.2V456H208c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3V403v-.3-.3V402v-.3-.3V401v-.3-.3V400v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.4-.3-.4-.4-.4-.4V393v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V388v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V384c0-.6 0-1.2 .1-1.8C155.1 370.7 96 304.2 96 224c0-88.4 71.6-160 160-160c39.6 0 75.9 14.4 103.8 38.2L382.1 80 343 41c-6.9-6.9-8.9-17.2-5.2-26.2zM448 48l0 0h0v0zM256 488h24c0 13.3-10.7 24-24 24s-24-10.7-24-24h24zm96-264a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z" + } + }, + "free": [ + "solid" + ] + }, + "mars-and-venus-burst": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "gender", + "violence" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e523", + "label": "Mars And Venus Burst", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M504 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l39 39-22.2 22.2C475.9 78.4 439.6 64 400 64c-88.4 0-160 71.6-160 160c0 80.2 59.1 146.7 136.1 158.2c0 .6-.1 1.2-.1 1.8v.4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .3 .4 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3H352c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0l24 0H376c0 13.3 10.7 24 24 24s24-10.7 24-24H400l24 0v0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V486 486v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V485 485v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V484v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V483v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V481v-.1-.1-.1-.1-.1-.1-.1-.1V480v-.1-.1-.1-.1-.1-.1-.1V479v-.1-.1-.1-.1-.1-.1-.1V478v-.1-.1-.1-.1-.1-.1V477v-.1-.1-.1-.1-.1-.1V476v-.1-.1-.1-.1-.1-.1V475v-.1-.2-.2-.2-.2-.2V474v-.2-.2-.2-.2-.2V473v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V470v-.2-.2-.2-.2-.2V469v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V467v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V463v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V459v-.2-.2-.2-.2-.2-.2-.2-.2V457v-.2-.2-.2-.2V456h24c13.3 0 24-10.7 24-24s-10.7-24-24-24H424v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3V403v-.3-.3V402v-.3-.3V401v-.3-.3V400v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.4-.3-.4-.4-.4-.4V393v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V388v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V384c0-.6 0-1.2-.1-1.8c77-11.6 136.1-78 136.1-158.2c0-31.4-9-60.7-24.7-85.4L560 113.9l39 39c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V24c0-13.3-10.7-24-24-24H504zM400 128a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.1 3.8 9.9 5.1 15.2 3.6C223.6 310.8 208 269.2 208 224c0-60.8 28.3-115 72.4-150.2L220.3 92.1l-29.4-74z" + } + }, + "free": [ + "solid" + ] + }, + "mars-double": { + "aliases": { + "unicodes": { + "composite": [ + "26a3" + ], + "secondary": [ + "10f227" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Doubled Male Sign", + "gay", + "gender", + "male", + "men" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f227", + "label": "Mars Double", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M312 32c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L275.8 159c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H312zm88 48h0v0l0 0zM64 304a112 112 0 1 1 224 0A112 112 0 1 1 64 304zM368 480c97.2 0 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H504c-9.7 0-18.5 5.8-22.2 14.8c-1.2 2.9-1.8 6-1.8 9l0 .2v.2c0 6.2 2.5 12.2 7 16.8l33.4 33.4L480 146.7V168c0 22.6-13.6 43.1-34.6 51.7c-.8 .3-1.7 .7-2.5 1C465.7 241.2 480 270.9 480 304c0 61.9-50.1 112-112 112c-5.4 0-10.8-.4-16-1.1c-12.9 20.4-29.1 38.3-48.1 53.1c19.8 7.8 41.4 12 64 12z" + } + }, + "free": [ + "solid" + ] + }, + "mars-stroke": { + "aliases": { + "unicodes": { + "composite": [ + "26a6" + ], + "secondary": [ + "10f229" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Male with Stroke Sign", + "gender", + "transgender" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f229", + "label": "Mars Stroke", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M376 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L370.3 96.4 345 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l25.4 25.4L307.8 159c-28.4-19.5-62.7-31-99.8-31c-97.2 0-176 78.8-176 176s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l28.6-28.6L407 201c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-25.4-25.4 22.1-22.1L471 153c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V24c0-13.3-10.7-24-24-24H376zm88 48h0v0l0 0zM96 304a112 112 0 1 1 224 0A112 112 0 1 1 96 304z" + } + }, + "free": [ + "solid" + ] + }, + "mars-stroke-right": { + "aliases": { + "names": [ + "mars-stroke-h" + ], + "unicodes": { + "composite": [ + "26a9" + ], + "secondary": [ + "10f22b" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Horizontal Male with Stroke Sign", + "gender" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f22b", + "label": "Mars Stroke Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zm174.4-88C370.7 365.8 297.1 432 208 432c-97.2 0-176-78.8-176-176s78.8-176 176-176c89.1 0 162.7 66.2 174.4 152H416V176c0-13.3 10.7-24 24-24s24 10.7 24 24v56h32V176c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V280H464v56c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H382.4z" + } + }, + "free": [ + "solid" + ] + }, + "mars-stroke-up": { + "aliases": { + "names": [ + "mars-stroke-v" + ], + "unicodes": { + "composite": [ + "26a8" + ], + "secondary": [ + "10f22a" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Vertical Male with Stroke Sign", + "gender" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f22a", + "label": "Mars Stroke Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M148.7 4.7c6.2-6.2 16.4-6.2 22.6 0l64 64c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9H184v24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H184v24c0 .6 0 1.2-.1 1.8c77 11.6 136.1 78 136.1 158.2c0 88.4-71.6 160-160 160S0 440.4 0 352c0-80.2 59.1-146.7 136.1-158.2c0-.6-.1-1.2-.1-1.8V168H104c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V96H96c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l64-64zM256 352A96 96 0 1 0 64 352a96 96 0 1 0 192 0z" + } + }, + "free": [ + "solid" + ] + }, + "martini-glass": { + "aliases": { + "names": [ + "glass-martini-alt" + ], + "unicodes": { + "composite": [ + "1f378" + ], + "secondary": [ + "10f57b" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "bar", + "beverage", + "cocktail", + "cocktail glass", + "drink", + "glass", + "liquor" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f57b", + "label": "Martini Glass", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3V448H160c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H288V269.3L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0H32zM173.3 128l-64-64H402.7l-64 64H173.3z" + } + }, + "free": [ + "solid" + ] + }, + "martini-glass-citrus": { + "aliases": { + "names": [ + "cocktail" + ], + "unicodes": { + "secondary": [ + "10f561" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "beverage", + "drink", + "gin", + "glass", + "margarita", + "martini", + "vodka" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f561", + "label": "Martini Glass Citrus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M432 240c53 0 96-43 96-96s-43-96-96-96c-35.5 0-66.6 19.3-83.2 48H296.2C316 40.1 369.3 0 432 0c79.5 0 144 64.5 144 144s-64.5 144-144 144c-27.7 0-53.5-7.8-75.5-21.3l35.4-35.4c12.2 5.6 25.8 8.7 40.1 8.7zM1.8 142.8C5.5 133.8 14.3 128 24 128H392c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-177 177V464h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H208 120c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V345.9L7 169c-6.9-6.9-8.9-17.2-5.2-26.2z" + } + }, + "free": [ + "solid" + ] + }, + "martini-glass-empty": { + "aliases": { + "names": [ + "glass-martini" + ], + "unicodes": { + "secondary": [ + "10f000" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.1.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "bar", + "beverage", + "drink", + "liquor" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f000", + "label": "Martini Glass Empty", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3V448H160c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H288V269.3L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0H32zM256 210.7L109.3 64H402.7L256 210.7z" + } + }, + "free": [ + "solid" + ] + }, + "mask": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6fa" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carnivale", + "costume", + "disguise", + "halloween", + "secret", + "super hero" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6fa", + "label": "Mask", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 64C64 64 0 160 0 272S80 448 176 448h8.4c24.2 0 46.4-13.7 57.2-35.4l23.2-46.3c4.4-8.8 13.3-14.3 23.2-14.3s18.8 5.5 23.2 14.3l23.2 46.3c10.8 21.7 33 35.4 57.2 35.4H400c96 0 176-64 176-176s-64-208-288-208zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm320-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + } + }, + "free": [ + "solid" + ] + }, + "mask-face": { + "changes": [ + "6.0.0-beta1", + "6.0.0", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "breath", + "coronavirus", + "covid-19", + "filter", + "flu", + "infection", + "pandemic", + "respirator", + "virus" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1d7", + "label": "Mask Face", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766749, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 64c-27.2 0-53.8 8-76.4 23.1l-37.1 24.8c-15.8 10.5-34.3 16.1-53.3 16.1H144 128 56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l108 27C233.8 435 275.4 448 320 448s86.2-13 121.1-35.5l108-27C602.5 372.1 640 324.1 640 269V184c0-30.9-25.1-56-56-56H512 496h-9.2c-19 0-37.5-5.6-53.3-16.1L396.4 87.1C373.8 72 347.2 64 320 64zM132.3 346.3l-29.8-7.4C70.5 330.9 48 302.1 48 269V184c0-4.4 3.6-8 8-8H96v48c0 45.1 13.4 87.2 36.3 122.3zm405.1-7.4l-29.8 7.4c23-35.2 36.3-77.2 36.3-122.3V176h40c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9zM192 208c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16zm16 48H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 80c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "mask-ventilator": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "breath", + "gas", + "mask", + "oxygen", + "respirator", + "ventilator" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e524", + "label": "Mask Ventilator", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M159.1 176C139.4 219.2 128 264.7 128 300.8c0 15.9 2.2 31.4 6.3 46l-31.8-7.9C70.5 330.9 48 302.1 48 269V184c0-4.4 3.6-8 8-8H159.1zm26-48H56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l71.3 17.8c22.7 30.5 55.4 54.1 93.8 66.6V393.3c-19.7-16.4-32-40.3-32-66.9c0-49.5 43-134.4 96-134.4c52.5 0 96 84.9 96 134.4c0 26.7-12.4 50.4-32 66.8v76.6c38-12.6 70.6-36 93.5-66.4l71.6-17.9C602.5 372.1 640 324.1 640 269V184c0-30.9-25.1-56-56-56H454.5C419.7 73.8 372.1 32 320 32c-52.6 0-100.2 41.8-134.9 96zm295.6 48H584c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9l-31.8 8c4.2-14.7 6.4-30.1 6.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288 320V512h64V320c0-17.7-14.3-32-32-32s-32 14.3-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "masks-theater": { + "aliases": { + "names": [ + "theater-masks" + ], + "unicodes": { + "composite": [ + "1f3ad" + ], + "secondary": [ + "10f630" + ] + } + }, + "changes": [ + "5.2.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "art", + "comedy", + "mask", + "perform", + "performing", + "performing arts", + "theater", + "theatre", + "tragedy" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f630", + "label": "Masks Theater", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M74.6 373.2c41.7 36.1 108 82.5 166.1 73.7c6.1-.9 12.1-2.5 18-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6 4.1-39.2 13-54.7 25.4c-6.5 5.2-16.3 1.3-14.8-7c6.4-33.5 33-60.9 68.2-66.3c2.6-.4 5.3-.7 7.9-.8l19.4-131.3c2-13.8 8-32.7 25-45.9C278.2 53.2 310.5 37 363.2 32.2c-.8-.7-1.6-1.4-2.4-2.1C340.6 14.5 288.4-11.5 175.7 5.6S20.5 63 5.7 83.9C0 91.9-.8 102 .6 111.8L24.8 276.1c5.5 37.3 21.5 72.6 49.8 97.2zm87.7-219.6c4.4-3.1 10.8-2 11.8 3.3c.1 .5 .2 1.1 .3 1.6c3.2 21.8-11.6 42-33.1 45.3s-41.5-11.8-44.7-33.5c-.1-.5-.1-1.1-.2-1.6c-.6-5.4 5.2-8.4 10.3-6.7c9 3 18.8 3.9 28.7 2.4s19.1-5.3 26.8-10.8zM261.6 390c29.4 46.9 79.5 110.9 137.6 119.7s124.5-37.5 166.1-73.7c28.3-24.5 44.3-59.8 49.8-97.2l24.2-164.3c1.4-9.8 .6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3S299.4 77.2 279.2 92.8c-7.8 6-11.5 15.4-12.9 25.2L242.1 282.3c-5.5 37.3-.4 75.8 19.6 107.7zM404.5 235.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6c-1 5.3-7.4 6.4-11.8 3.3zm136.2 15.5c-1 5.3-7.4 6.4-11.8 3.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6zM530 350.2c-19.6 44.7-66.8 72.5-116.8 64.9s-87.1-48.2-93-96.7c-1-8.3 8.9-12.1 15.2-6.7c23.9 20.8 53.6 35.3 87 40.3s66.1 .1 94.9-12.8c7.6-3.4 16 3.2 12.6 10.9z" + } + }, + "free": [ + "solid" + ] + }, + "mastodon": { + "changes": [ + "5.0.11", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4f6", + "label": "Mastodon", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z" + } + }, + "free": [ + "brands" + ] + }, + "mattress-pillow": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air mattress", + "mattress", + "pillow", + "rest", + "sleep" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e525", + "label": "Mattress Pillow", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H256V64zm32 384H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H288V448zM64 160c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160z" + } + }, + "free": [ + "solid" + ] + }, + "maxcdn": { + "changes": [ + "3.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f136", + "label": "MaxCDN", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9l-47.8 222.6z" + } + }, + "free": [ + "brands" + ] + }, + "maximize": { + "aliases": { + "names": [ + "expand-arrows-alt" + ], + "unicodes": { + "secondary": [ + "10f31e" + ] + } + }, + "changes": [ + "5.0.0", + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bigger", + "enlarge", + "fullscreen", + "move", + "resize" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f31e", + "label": "Maximize", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M200 32H56C42.7 32 32 42.7 32 56V200c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40 79 79-79 79L73 295c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312V456c0 13.3 10.7 24 24 24H200c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40 79-79 79 79-40 40c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H456c13.3 0 24-10.7 24-24V312c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40-79-79 79-79 40 40c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H312c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l40 40-79 79-79-79 40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32z" + } + }, + "free": [ + "solid" + ] + }, + "mdb": { + "changes": [ + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f8ca", + "label": "Material Design for Bootstrap", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z" + } + }, + "free": [ + "brands" + ] + }, + "medal": { + "aliases": { + "unicodes": { + "composite": [ + "1f3c5" + ], + "secondary": [ + "10f5a2" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "award", + "medal", + "ribbon", + "sports medal", + "star", + "trophy" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5a2", + "label": "Medal", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0H133.9c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9L4.1 38.2zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9L350.7 15.5C356.5 5.9 366.9 0 378.1 0H487.4C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0A176 176 0 1 1 80 336zm184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z" + } + }, + "free": [ + "solid" + ] + }, + "medapps": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3c6", + "label": "MedApps", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8l31-5zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32h136zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32h88zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1z" + } + }, + "free": [ + "brands" + ] + }, + "medium": { + "aliases": { + "names": [ + "medium-m" + ], + "unicodes": { + "composite": [ + "f3c7" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f23a", + "label": "Medium", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M180.5,74.262C80.813,74.262,0,155.633,0,256S80.819,437.738,180.5,437.738,361,356.373,361,256,280.191,74.262,180.5,74.262Zm288.25,10.646c-49.845,0-90.245,76.619-90.245,171.095s40.406,171.1,90.251,171.1,90.251-76.619,90.251-171.1H559C559,161.5,518.6,84.908,468.752,84.908Zm139.506,17.821c-17.526,0-31.735,68.628-31.735,153.274s14.2,153.274,31.735,153.274S640,340.631,640,256C640,171.351,625.785,102.729,608.258,102.729Z" + } + }, + "free": [ + "brands" + ] + }, + "medrt": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3c8", + "label": "MRT", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 544, + 512 + ], + "width": 544, + "height": 512, + "path": "M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47 87.3-62.3 108.1-184.3 46.5-272.6-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-40z" + } + }, + "free": [ + "brands" + ] + }, + "meetup": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2e0", + "label": "Meetup", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z" + } + }, + "free": [ + "brands" + ] + }, + "megaport": { + "changes": [ + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f5a3", + "label": "Megaport", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z" + } + }, + "free": [ + "brands" + ] + }, + "memory": { + "aliases": { + "unicodes": { + "secondary": [ + "10f538" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "DIMM", + "RAM", + "hardware", + "storage", + "technology" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f538", + "label": "Memory", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128v7.4c0 6.8 4.4 12.6 10.1 16.3C23.3 160.3 32 175.1 32 192s-8.7 31.7-21.9 40.3C4.4 236 0 241.8 0 248.6V320H576V248.6c0-6.8-4.4-12.6-10.1-16.3C552.7 223.7 544 208.9 544 192s8.7-31.7 21.9-40.3c5.7-3.7 10.1-9.5 10.1-16.3V128c0-35.3-28.7-64-64-64H64zM576 352H0v64c0 17.7 14.3 32 32 32H80V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h48c17.7 0 32-14.3 32-32V352zM192 160v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "mendeley": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f7b3", + "label": "Mendeley", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8z" + } + }, + "free": [ + "brands" + ] + }, + "menorah": { + "aliases": { + "unicodes": { + "secondary": [ + "10f676" + ] + } + }, + "changes": [ + "5.3.0", + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "candle", + "hanukkah", + "jewish", + "judaism", + "light" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f676", + "label": "Menorah", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M20.8 7.4C22.8 2.9 27.1 0 32 0s9.2 2.9 11.2 7.4L61.3 49.7c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32S0 81.7 0 64V62.8c0-4.5 .9-8.9 2.7-13.1L20.8 7.4zm96 0C118.8 2.9 123.1 0 128 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L116.8 7.4zm77.8 42.4L212.8 7.4C214.8 2.9 219.1 0 224 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM308.8 7.4C310.8 2.9 315.1 0 320 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L308.8 7.4zm77.8 42.4L404.8 7.4C406.8 2.9 411.1 0 416 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM500.8 7.4C502.8 2.9 507.1 0 512 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L500.8 7.4zm77.8 42.4L596.8 7.4C598.8 2.9 603.1 0 608 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM32 128c17.7 0 32 14.3 32 32V288c0 17.7 14.3 32 32 32H288V160c0-17.7 14.3-32 32-32s32 14.3 32 32V320H544c17.7 0 32-14.3 32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32V288c0 53-43 96-96 96H352v64H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 160c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V384H96c-53 0-96-43-96-96V160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H96V256 160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H192V256 160c0-17.7 14.3-32 32-32zm192 0c17.7 0 32 14.3 32 32v96 32H384V256 160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H480V256 160c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "mercury": { + "aliases": { + "unicodes": { + "composite": [ + "263f" + ], + "secondary": [ + "10f223" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Mercury", + "gender", + "hybrid", + "transgender" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f223", + "label": "Mercury", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M72.1 7C85.8-4 106-1.8 117 12c17.6 22 44.7 36 75 36s57.3-14 75-36c11.1-13.8 31.2-16 45-5s16 31.2 5 45c-7.8 9.7-16.6 18.4-26.4 26.1C337.3 109.7 368 163.3 368 224c0 89.1-66.2 162.7-152 174.4V424h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v16c0 13.3-10.7 24-24 24s-24-10.7-24-24V472H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V398.4C82.2 386.7 16 313.1 16 224c0-60.7 30.7-114.3 77.5-145.9C83.7 70.5 74.9 61.7 67.1 52c-11.1-13.8-8.8-33.9 5-45zM80 224a112 112 0 1 0 224 0A112 112 0 1 0 80 224z" + } + }, + "free": [ + "solid" + ] + }, + "message": { + "aliases": { + "names": [ + "comment-alt" + ], + "unicodes": { + "secondary": [ + "10f27a" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bubble", + "chat", + "commenting", + "conversation", + "feedback", + "message", + "note", + "notification", + "sms", + "speech", + "texting" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f27a", + "label": "Message", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h96v80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64z" + }, + "regular": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16V352c0 8.8 7.2 16 16 16h96zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V474.7v-6.4V468v-4V416H112 64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L208 492z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "meta": { + "changes": [ + "6.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e49b", + "label": "Meta", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 317.9C640 409.2 600.6 466.4 529.7 466.4C467.1 466.4 433.9 431.8 372.8 329.8L341.4 277.2C333.1 264.7 326.9 253 320.2 242.2C300.1 276 273.1 325.2 273.1 325.2C206.1 441.8 168.5 466.4 116.2 466.4C43.42 466.4 0 409.1 0 320.5C0 177.5 79.78 42.4 183.9 42.4C234.1 42.4 277.7 67.08 328.7 131.9C365.8 81.8 406.8 42.4 459.3 42.4C558.4 42.4 640 168.1 640 317.9H640zM287.4 192.2C244.5 130.1 216.5 111.7 183 111.7C121.1 111.7 69.22 217.8 69.22 321.7C69.22 370.2 87.7 397.4 118.8 397.4C149 397.4 167.8 378.4 222 293.6C222 293.6 246.7 254.5 287.4 192.2V192.2zM531.2 397.4C563.4 397.4 578.1 369.9 578.1 322.5C578.1 198.3 523.8 97.08 454.9 97.08C421.7 97.08 393.8 123 360 175.1C369.4 188.9 379.1 204.1 389.3 220.5L426.8 282.9C485.5 377 500.3 397.4 531.2 397.4L531.2 397.4z" + } + }, + "free": [ + "brands" + ] + }, + "meteor": { + "aliases": { + "unicodes": { + "composite": [ + "2604" + ], + "secondary": [ + "10f753" + ] + } + }, + "changes": [ + "5.5.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "armageddon", + "asteroid", + "comet", + "shooting star", + "space" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f753", + "label": "Meteor", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M493.7 .9L299.4 75.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3 133.4C38.6 169.7 0 236.6 0 309C0 421.1 90.9 512 203 512c72.4 0 139.4-38.6 175.7-101.3L480.8 234.3c6.5-11.1-2.2-25-15.1-24l-29.3 2.3L511.1 18.3c.6-1.5 .9-3.2 .9-4.8C512 6 506 0 498.5 0c-1.7 0-3.3 .3-4.8 .9zM192 192a128 128 0 1 1 0 256 128 128 0 1 1 0-256zm0 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm16 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + }, + "free": [ + "solid" + ] + }, + "microblog": { + "changes": [ + "5.12.0", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e01a", + "label": "Micro.blog", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M399.36,362.23c29.49-34.69,47.1-78.34,47.1-125.79C446.46,123.49,346.86,32,224,32S1.54,123.49,1.54,236.44,101.14,440.87,224,440.87a239.28,239.28,0,0,0,79.44-13.44,7.18,7.18,0,0,1,8.12,2.56c18.58,25.09,47.61,42.74,79.89,49.92a4.42,4.42,0,0,0,5.22-3.43,4.37,4.37,0,0,0-.85-3.62,87,87,0,0,1,3.69-110.69ZM329.52,212.4l-57.3,43.49L293,324.75a6.5,6.5,0,0,1-9.94,7.22L224,290.92,164.94,332a6.51,6.51,0,0,1-9.95-7.22l20.79-68.86-57.3-43.49a6.5,6.5,0,0,1,3.8-11.68l71.88-1.51,23.66-67.92a6.5,6.5,0,0,1,12.28,0l23.66,67.92,71.88,1.51a6.5,6.5,0,0,1,3.88,11.68Z" + } + }, + "free": [ + "brands" + ] + }, + "microchip": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2db" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cpu", + "hardware", + "processor", + "technology" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2db", + "label": "Microchip", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64c-35.3 0-64 28.7-64 64H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64c0 35.3 28.7 64 64 64v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448c35.3 0 64-28.7 64-64h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448V280h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448V176h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448c0-35.3-28.7-64-64-64V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H280V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H176V24zM160 128H352c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32zm192 32H160V352H352V160z" + } + }, + "free": [ + "solid" + ] + }, + "microphone": { + "aliases": { + "unicodes": { + "secondary": [ + "10f130" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "address", + "audio", + "information", + "podcast", + "public", + "record", + "sing", + "sound", + "voice" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f130", + "label": "Microphone", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0C139 0 96 43 96 96V256c0 53 43 96 96 96s96-43 96-96V96c0-53-43-96-96-96zM64 216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 89.1 66.2 162.7 152 174.4V464H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H216V430.4c85.8-11.7 152-85.3 152-174.4V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 70.7-57.3 128-128 128s-128-57.3-128-128V216z" + } + }, + "free": [ + "solid" + ] + }, + "microphone-lines": { + "aliases": { + "names": [ + "microphone-alt" + ], + "unicodes": { + "composite": [ + "1f399" + ], + "secondary": [ + "10f3c9" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "mic", + "microphone", + "music", + "podcast", + "record", + "sing", + "sound", + "studio", + "studio microphone", + "voice" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3c9", + "label": "Microphone Lines", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M96 96V256c0 53 43 96 96 96s96-43 96-96H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V192H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V128H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c0-53-43-96-96-96S96 43 96 96zM320 240v16c0 70.7-57.3 128-128 128s-128-57.3-128-128V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 89.1 66.2 162.7 152 174.4V464H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H216V430.4c85.8-11.7 152-85.3 152-174.4V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v24z" + } + }, + "free": [ + "solid" + ] + }, + "microphone-lines-slash": { + "aliases": { + "names": [ + "microphone-alt-slash" + ], + "unicodes": { + "secondary": [ + "10f539" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "disable", + "mute", + "podcast", + "record", + "sing", + "sound", + "voice" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f539", + "label": "Microphone Lines Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v24 16c0 21.2-5.1 41.1-14.2 58.7L416 300.8V256H358.9l-34.5-27c2.9-3.1 7-5 11.6-5h80V192H336c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V128H336c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c0-53-43-96-96-96s-96 43-96 96v54.3L38.8 5.1zm362.5 407l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128v-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6v40c0 89.1 66.2 162.7 152 174.4V464H248c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4c20.4-2.8 39.7-9.1 57.3-18.2z" + } + }, + "free": [ + "solid" + ] + }, + "microphone-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f131" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "disable", + "mute", + "podcast", + "record", + "sing", + "sound", + "voice" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f131", + "label": "Microphone Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 21.2-5.1 41.1-14.2 58.7L416 300.8V96c0-53-43-96-96-96s-96 43-96 96v54.3L38.8 5.1zM344 430.4c20.4-2.8 39.7-9.1 57.3-18.2l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128v-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6v40c0 89.1 66.2 162.7 152 174.4V464H248c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4z" + } + }, + "free": [ + "solid" + ] + }, + "microscope": { + "aliases": { + "unicodes": { + "composite": [ + "1f52c" + ], + "secondary": [ + "10f610" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "electron", + "lens", + "microscope", + "optics", + "science", + "shrink", + "testing", + "tool" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f610", + "label": "Microscope", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32c17.7 0 32 14.3 32 32V288c0 17.7-14.3 32-32 32c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32zM32 448H320c70.7 0 128-57.3 128-128s-57.3-128-128-128V128c106 0 192 86 192 192c0 49.2-18.5 94-48.9 128H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm80-64H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "microsoft": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3ca", + "label": "Microsoft", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z" + } + }, + "free": [ + "brands" + ] + }, + "mill-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Mill Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1ed", + "label": "Mill Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M302.1 42.8c5.9-16.6-2.7-35-19.4-40.9s-35 2.7-40.9 19.4L208 116.1c-5.7 4-11.1 8.5-16 13.5C171.7 108.9 143.3 96 112 96c-19.5 0-37.8 5-53.7 13.7C52.5 101.4 42.9 96 32 96C14.3 96 0 110.3 0 128v80V416c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-26.5 21.5-48 48-48s48 21.5 48 48v42.5L81.9 469.2c-5.9 16.6 2.7 35 19.4 40.9s35-2.7 40.9-19.4l21.4-60C168.9 441 179.6 448 192 448c17.7 0 32-14.3 32-32V261.5l35.7-100c3.9-1 8.1-1.6 12.3-1.6c26.5 0 48 21.5 48 48V416c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z" + } + }, + "free": [ + "solid" + ] + }, + "minimize": { + "aliases": { + "names": [ + "compress-arrows-alt" + ], + "unicodes": { + "secondary": [ + "10f78c" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "collapse", + "fullscreen", + "minimize", + "move", + "resize", + "shrink", + "smaller" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f78c", + "label": "Minimize", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M456 224H312c-13.3 0-24-10.7-24-24V56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l40 40L442.3 5.7C446 2 450.9 0 456 0s10 2 13.7 5.7l36.7 36.7C510 46 512 50.9 512 56s-2 10-5.7 13.7L433 143l40 40c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8zm0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40 73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7C466 510 461.1 512 456 512s-10-2-13.7-5.7L369 433l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V312c0-13.3 10.7-24 24-24H456zm-256 0c13.3 0 24 10.7 24 24V456c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40L69.7 506.3C66 510 61.1 512 56 512s-10-2-13.7-5.7L5.7 469.7C2 466 0 461.1 0 456s2-10 5.7-13.7L79 369 39 329c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8H200zM56 224c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l40-40L5.7 69.7C2 66 0 61.1 0 56s2-10 5.7-13.7L42.3 5.7C46 2 50.9 0 56 0s10 2 13.7 5.7L143 79l40-40c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2V200c0 13.3-10.7 24-24 24H56z" + } + }, + "free": [ + "solid" + ] + }, + "minus": { + "aliases": { + "names": [ + "subtract" + ], + "unicodes": { + "composite": [ + "2013", + "2212", + "2796" + ], + "secondary": [ + "10f068" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "En Dash", + "Minus Sign", + "collapse", + "delete", + "hide", + "math", + "minify", + "minus", + "negative", + "remove", + "sign", + "trash", + "−" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f068", + "label": "Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "mitten": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7b5" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clothing", + "cold", + "glove", + "hands", + "knitted", + "seasonal", + "warmth" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7b5", + "label": "Mitten", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 384H64L5.4 178.9C1.8 166.4 0 153.4 0 140.3C0 62.8 62.8 0 140.3 0h3.4c66 0 123.5 44.9 139.5 108.9l31.4 125.8 17.6-20.1C344.8 200.2 362.9 192 382 192h2.8c34.9 0 63.3 28.3 63.3 63.3c0 15.9-6 31.2-16.8 42.9L352 384zM32 448c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V448z" + } + }, + "free": [ + "solid" + ] + }, + "mix": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3cb", + "label": "Mix", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z" + } + }, + "free": [ + "brands" + ] + }, + "mixcloud": { + "changes": [ + "4.5.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f289", + "label": "Mixcloud", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M212.98 346.566H179.789V195.114L185.973 173.47H175.262L137.127 346.566H76.1069L37.7323 173.47H27.276L33.1913 195.114V346.566H0V165H65.6506L102.248 338.096H110.747L147.329 165H212.98L212.98 346.566ZM544.459 283.589L458.434 345.655V307.534L531.329 255.776L458.434 204.017V165.896L544.459 228.231H553.721L640 165.896V204.017L566.866 255.776L640 307.549V345.655L553.721 283.589H544.459ZM430.157 272.311H248.113V239.255H430.157V272.311Z" + } + }, + "free": [ + "brands" + ] + }, + "mixer": { + "changes": [ + "5.12.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e056", + "label": "Mixer", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M114.57,76.07a45.71,45.71,0,0,0-67.51-6.41c-17.58,16.18-19,43.52-4.75,62.77l91.78,123L41.76,379.58c-14.23,19.25-13.11,46.59,4.74,62.77A45.71,45.71,0,0,0,114,435.94L242.89,262.7a12.14,12.14,0,0,0,0-14.23ZM470.24,379.58,377.91,255.45l91.78-123c14.22-19.25,12.83-46.59-4.75-62.77a45.71,45.71,0,0,0-67.51,6.41l-128,172.12a12.14,12.14,0,0,0,0,14.23L398,435.94a45.71,45.71,0,0,0,67.51,6.41C483.35,426.17,484.47,398.83,470.24,379.58Z" + } + }, + "free": [ + "brands" + ] + }, + "mizuni": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3cc", + "label": "Mizuni", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z" + } + }, + "free": [ + "brands" + ] + }, + "mobile": { + "aliases": { + "names": [ + "mobile-android", + "mobile-phone" + ], + "unicodes": { + "composite": [ + "1f4f1" + ], + "secondary": [ + "10f3ce" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "android", + "call", + "cell", + "cell phone", + "device", + "mobile", + "mobile phone", + "number", + "phone", + "screen", + "telephone", + "text" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3ce", + "label": "Mobile", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M80 0C44.7 0 16 28.7 16 64V448c0 35.3 28.7 64 64 64H304c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H80zm80 432h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "mobile-button": { + "aliases": { + "unicodes": { + "secondary": [ + "10f10b" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apple", + "call", + "cell phone", + "device", + "iphone", + "number", + "screen", + "telephone" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f10b", + "label": "Mobile Button", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M80 0C44.7 0 16 28.7 16 64V448c0 35.3 28.7 64 64 64H304c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H80zM192 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "mobile-retro": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cellphone", + "cellular", + "phone" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e527", + "label": "Mobile Retro", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm64 96v64c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 352a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM128 48c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H128z" + } + }, + "free": [ + "solid" + ] + }, + "mobile-screen": { + "aliases": { + "names": [ + "mobile-android-alt" + ], + "unicodes": { + "secondary": [ + "10f3cf" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "android", + "call", + "cell phone", + "device", + "number", + "screen", + "telephone", + "text" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3cf", + "label": "Mobile Screen", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM144 448c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H160c-8.8 0-16 7.2-16 16zM304 64H80V384H304V64z" + } + }, + "free": [ + "solid" + ] + }, + "mobile-screen-button": { + "aliases": { + "names": [ + "mobile-alt" + ], + "unicodes": { + "secondary": [ + "10f3cd" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apple", + "call", + "cell phone", + "device", + "iphone", + "number", + "screen", + "telephone" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3cd", + "label": "Mobile Screen Button", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM224 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM304 64H80V384H304V64z" + } + }, + "free": [ + "solid" + ] + }, + "modx": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f285", + "label": "MODX", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z" + } + }, + "free": [ + "brands" + ] + }, + "monero": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3d0", + "label": "Monero", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z" + } + }, + "free": [ + "brands" + ] + }, + "money-bill": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0d6" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cash", + "checkout", + "money", + "payment", + "price", + "purchase" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0d6", + "label": "Money Bill", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM288 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + } + }, + "free": [ + "solid" + ] + }, + "money-bill-1": { + "aliases": { + "names": [ + "money-bill-alt" + ], + "unicodes": { + "secondary": [ + "10f3d1" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cash", + "checkout", + "money", + "payment", + "price", + "purchase" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f3d1", + "label": "Money Bill 1", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm76-48c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h24 24c11 0 20-9 20-20s-9-20-20-20h-4V208c0-11-9-20-20-20H272c-11 0-20 9-20 20z" + }, + "regular": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 112c0 35.3-28.7 64-64 64V336c35.3 0 64 28.7 64 64H464c0-35.3 28.7-64 64-64V176c-35.3 0-64-28.7-64-64H112zM0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm80-48c0 8.8 7.2 16 16 16v64h-8c-8.8 0-16 7.2-16 16s7.2 16 16 16h24 24c8.8 0 16-7.2 16-16s-7.2-16-16-16h-8V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "money-bill-1-wave": { + "aliases": { + "names": [ + "money-bill-wave-alt" + ], + "unicodes": { + "secondary": [ + "10f53b" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cash", + "checkout", + "money", + "payment", + "price", + "purchase" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f53b", + "label": "Money Bill 1 Wave", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 112.5V422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4V89.7c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM128 416H64V352c35.3 0 64 28.7 64 64zM64 224V160h64c0 35.3-28.7 64-64 64zM448 352c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM384 256c0 61.9-43 112-96 112s-96-50.1-96-112s43-112 96-112s96 50.1 96 112zM252 208c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h24 24c11 0 20-9 20-20s-9-20-20-20h-4V208c0-11-9-20-20-20H272c-11 0-20 9-20 20z" + } + }, + "free": [ + "solid" + ] + }, + "money-bill-transfer": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank", + "conversion", + "deposit", + "money", + "transfer", + "withdrawal" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e528", + "label": "Money Bill Transfer", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M535 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-64 64c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23L384 112c-13.3 0-24-10.7-24-24s10.7-24 24-24l174.1 0L535 41zM105 377l-23 23L256 400c13.3 0 24 10.7 24 24s-10.7 24-24 24L81.9 448l23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 441c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l64-64c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM96 64H337.9c-3.7 7.2-5.9 15.3-5.9 24c0 28.7 23.3 52 52 52l117.4 0c-4 17 .6 35.5 13.8 48.8c20.3 20.3 53.2 20.3 73.5 0L608 169.5V384c0 35.3-28.7 64-64 64H302.1c3.7-7.2 5.9-15.3 5.9-24c0-28.7-23.3-52-52-52l-117.4 0c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5 0L32 342.5V128c0-35.3 28.7-64 64-64zm64 64H96v64c35.3 0 64-28.7 64-64zM544 320c-35.3 0-64 28.7-64 64h64V320zM320 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z" + } + }, + "free": [ + "solid" + ] + }, + "money-bill-trend-up": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank", + "bonds", + "inflation", + "market", + "stocks", + "trade" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e529", + "label": "Money Bill Trend Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M470.7 9.4c3 3.1 5.3 6.6 6.9 10.3s2.4 7.8 2.4 12.2l0 .1v0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3L310.6 214.6c-11.8 11.8-30.8 12.6-43.5 1.7L176 138.1 84.8 216.3c-13.4 11.5-33.6 9.9-45.1-3.5s-9.9-33.6 3.5-45.1l112-96c12-10.3 29.7-10.3 41.7 0l89.5 76.7L370.7 64H352c-17.7 0-32-14.3-32-32s14.3-32 32-32h96 0c8.8 0 16.8 3.6 22.6 9.3l.1 .1zM0 304c0-26.5 21.5-48 48-48H464c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V304zM48 416v48H96c0-26.5-21.5-48-48-48zM96 304H48v48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48h48V416zM416 304c0 26.5 21.5 48 48 48V304H416zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + }, + "free": [ + "solid" + ] + }, + "money-bill-wave": { + "aliases": { + "unicodes": { + "secondary": [ + "10f53a" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buy", + "cash", + "checkout", + "money", + "payment", + "price", + "purchase" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f53a", + "label": "Money Bill Wave", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 112.5V422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4V89.7c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM288 352c-44.2 0-80-43-80-96s35.8-96 80-96s80 43 80 96s-35.8 96-80 96zM64 352c35.3 0 64 28.7 64 64H64V352zm64-208c0 35.3-28.7 64-64 64V144h64zM512 304v64H448c0-35.3 28.7-64 64-64zM448 96h64v64c-35.3 0-64-28.7-64-64z" + } + }, + "free": [ + "solid" + ] + }, + "money-bill-wheat": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agribusiness", + "agriculture", + "farming", + "food", + "livelihood", + "subsidy" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e52a", + "label": "Money Bill Wheat", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zM56 16h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56C42.7 64 32 53.3 32 40s10.7-24 24-24zM24 88H136c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24S10.7 88 24 88zm8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24zM272 16c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80zM400 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zm80 144c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 128c8.8 0 16 7.2 16 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-96 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM0 304c0-26.5 21.5-48 48-48H464c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V304zM48 416v48H96c0-26.5-21.5-48-48-48zM96 304H48v48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48h48V416zM416 304c0 26.5 21.5 48 48 48V304H416zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + }, + "free": [ + "solid" + ] + }, + "money-bills": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atm", + "cash", + "money", + "moolah" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1f3", + "label": "Money Bills", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 96V320c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64zm64 160c35.3 0 64 28.7 64 64H160V256zM224 96c0 35.3-28.7 64-64 64V96h64zM576 256v64H512c0-35.3 28.7-64 64-64zM512 96h64v64c-35.3 0-64-28.7-64-64zM288 208a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V360c0 66.3 53.7 120 120 120H520c13.3 0 24-10.7 24-24s-10.7-24-24-24H120c-39.8 0-72-32.2-72-72V120z" + } + }, + "free": [ + "solid" + ] + }, + "money-check": { + "aliases": { + "unicodes": { + "secondary": [ + "10f53c" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank check", + "buy", + "checkout", + "cheque", + "money", + "payment", + "price", + "purchase" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f53c", + "label": "Money Check", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm48 160H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zM96 336c0-8.8 7.2-16 16-16H464c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zM376 160h80c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H376c-13.3 0-24-10.7-24-24V184c0-13.3 10.7-24 24-24z" + } + }, + "free": [ + "solid" + ] + }, + "money-check-dollar": { + "aliases": { + "names": [ + "money-check-alt" + ], + "unicodes": { + "secondary": [ + "10f53d" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank check", + "buy", + "checkout", + "cheque", + "money", + "payment", + "price", + "purchase" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f53d", + "label": "Money Check Dollar", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zM272 192H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-8.8 0-16-7.2-16-16s7.2-16 16-16zM256 304c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-8.8 0-16-7.2-16-16zM164 152v13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9V360c0 11-9 20-20 20s-20-9-20-20V345.4c-10.3-2.2-20-5.5-28.2-8.4l0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5V152c0-11 9-20 20-20s20 9 20 20z" + } + }, + "free": [ + "solid" + ] + }, + "monument": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5a6" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "historic", + "landmark", + "memorable" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5a6", + "label": "Monument", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M180.7 4.7c6.2-6.2 16.4-6.2 22.6 0l80 80c2.5 2.5 4.1 5.8 4.6 9.3l40.2 322H55.9L96.1 94c.4-3.5 2-6.8 4.6-9.3l80-80zM152 272c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H152zM32 448H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "moon": { + "aliases": { + "unicodes": { + "composite": [ + "1f319", + "23fe" + ], + "secondary": [ + "10f186" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Power Sleep Symbol", + "contrast", + "crescent", + "crescent moon", + "dark", + "lunar", + "moon", + "night" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f186", + "label": "Moon", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z" + }, + "regular": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M144.7 98.7c-21 34.1-33.1 74.3-33.1 117.3c0 98 62.8 181.4 150.4 211.7c-12.4 2.8-25.3 4.3-38.6 4.3C126.6 432 48 353.3 48 256c0-68.9 39.4-128.4 96.8-157.3zm62.1-66C91.1 41.2 0 137.9 0 256C0 379.7 100 480 223.5 480c47.8 0 92-15 128.4-40.6c1.9-1.3 3.7-2.7 5.5-4c4.8-3.6 9.4-7.4 13.9-11.4c2.7-2.4 5.3-4.8 7.9-7.3c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-3.7 .6-7.4 1.2-11.1 1.6c-5 .5-10.1 .9-15.3 1c-1.2 0-2.5 0-3.7 0c-.1 0-.2 0-.3 0c-96.8-.2-175.2-78.9-175.2-176c0-54.8 24.9-103.7 64.1-136c1-.9 2.1-1.7 3.2-2.6c4-3.2 8.2-6.2 12.5-9c3.1-2 6.3-4 9.6-5.8c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-3.6-.3-7.1-.5-10.7-.6c-2.7-.1-5.5-.1-8.2-.1c-3.3 0-6.5 .1-9.8 .2c-2.3 .1-4.6 .2-6.9 .4z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "mortar-pestle": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5a7" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crush", + "culinary", + "grind", + "medical", + "mix", + "pharmacy", + "prescription", + "spices" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5a7", + "label": "Mortar Pestle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M504.3 11.1C493.3-1.6 474.5-3.7 461 6.2L252.3 160H397.3L502.6 54.6c11.8-11.8 12.6-30.8 1.6-43.5zM32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2c-11.1 13.9-19.4 30.3-23.9 48.1C127.6 497.4 142.3 512 160 512H352c17.7 0 32.4-14.6 28.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1C436.6 403.7 480 338.5 480 256c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + } + }, + "free": [ + "solid" + ] + }, + "mosque": { + "aliases": { + "unicodes": { + "composite": [ + "1f54c" + ], + "secondary": [ + "10f678" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Muslim", + "building", + "islam", + "landmark", + "mosque", + "muslim", + "religion" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f678", + "label": "Mosque", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M400 0c5 0 9.8 2.4 12.8 6.4c34.7 46.3 78.1 74.9 133.5 111.5l0 0 0 0c5.2 3.4 10.5 7 16 10.6c28.9 19.2 45.7 51.7 45.7 86.1c0 28.6-11.3 54.5-29.8 73.4H221.8c-18.4-19-29.8-44.9-29.8-73.4c0-34.4 16.7-66.9 45.7-86.1c5.4-3.6 10.8-7.1 16-10.6l0 0 0 0C309.1 81.3 352.5 52.7 387.2 6.4c3-4 7.8-6.4 12.8-6.4zM288 512V440c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H192c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32H608c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H560V440c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H448V454c0-19-8.4-37-23-49.2L400 384l-25 20.8C360.4 417 352 435 352 454v58H288zM70.4 5.2c5.7-4.3 13.5-4.3 19.2 0l16 12C139.8 42.9 160 83.2 160 126v2H0v-2C0 83.2 20.2 42.9 54.4 17.2l16-12zM0 160H160V296.6c-19.1 11.1-32 31.7-32 55.4V480c0 9.6 2.1 18.6 5.8 26.8c-6.6 3.4-14 5.2-21.8 5.2H48c-26.5 0-48-21.5-48-48V176 160z" + } + }, + "free": [ + "solid" + ] + }, + "mosquito": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bite", + "bug", + "mosquito", + "west nile" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e52b", + "label": "Mosquito", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M463.7 505.9c9.8-8.9 10.7-24.3 2.1-34.3l-42.1-49 0-54.7c0-5.5-1.8-10.8-5.1-15.1L352 266.3l0-.3L485.4 387.8C542.4 447.6 640 405.2 640 320.6c0-47.9-34-88.3-79.4-94.2l-153-23.9 40.8-40.9c7.8-7.8 9.4-20.1 3.9-29.8L428.5 90.1l38.2-50.9c8-10.6 6.1-25.9-4.3-34.1s-25.2-6.3-33.2 4.4l-48 63.9c-5.9 7.9-6.6 18.6-1.7 27.2L402.2 140 352 190.3l0-38.2c0-14.9-10.2-27.4-24-31l0-57.2c0-4.4-3.6-8-8-8s-8 3.6-8 8l0 57.2c-13.8 3.6-24 16.1-24 31l0 38.1L237.8 140l22.6-39.5c4.9-8.6 4.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2 23.5-4.3 34.1l38.2 50.9-23.9 41.7c-5.5 9.7-3.9 22 3.9 29.8l40.8 40.9-153 23.9C34 232.3 0 272.7 0 320.6c0 84.6 97.6 127 154.6 67.1L288 266l0 .3-66.5 86.4c-3.3 4.3-5.1 9.6-5.1 15.1l0 54.7-42.1 49c-8.6 10.1-7.7 25.5 2.1 34.3s24.7 7.9 33.4-2.1l48-55.9c3.8-4.4 5.9-10.2 5.9-16.1l0-55.4L288 344.7l0 63.1c0 17.7 14.3 32 32 32s32-14.3 32-32l0-63.1 24.3 31.6 0 55.4c0 5.9 2.1 11.7 5.9 16.1l48 55.9c8.6 10.1 23.6 11 33.4 2.1z" + } + }, + "free": [ + "solid" + ] + }, + "mosquito-net": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bite", + "malaria", + "mosquito", + "net" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e52c", + "label": "Mosquito Net", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M168.8 462.3c-7.9-4-11.1-13.6-7.2-21.5L192 380.2l0-44.2c0-4.2 1.7-8.3 4.7-11.3L256 265.4V242.2L139.2 344C87.8 395.3 0 358.9 0 286.3c0-41.1 30.6-75.8 71.4-80.9l159.9-23.9-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7-29-58.1c-4-7.9-.7-17.5 7.2-21.5s17.5-.7 21.5 7.2l32 64c1.9 3.8 2.2 8.2 .9 12.2l-12.5 37.6L256 160.5V137.9c0-14.9 10.1-27.3 23.8-31V63.7c0-4.5 3.7-8.2 8.2-8.2s8.2 3.7 8.2 8.2V107c13.7 3.6 23.8 16.1 23.8 31v22.6l45.4-37.8L352.8 85.1c-1.3-4-1-8.4 .9-12.2l32-64c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-29 58.1 13.9 41.7c2.1 6.2 .1 13.1-4.9 17.4l-49.6 41.3 159.9 23.9c22.5 2.8 41.8 14.6 54.7 31.4c-2.7 2.6-5.2 5.4-7.3 8.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4 8.5-40 21.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7 0-40 14.3-45.9 34.1c-10.7 3.2-19.8 10.1-25.9 19.2l-40.2-35v23.1l32.4 32.4c-.3 2-.4 4.1-.4 6.2c0 16.7 8.5 31.4 21.5 40c-4 2.6-7.5 5.9-10.6 9.5L320 310.6v50c0 17.7-14.3 32-32 32s-32-14.3-32-32v-50l-32 32 0 41.4c0 2.5-.6 4.9-1.7 7.2l-32 64c-4 7.9-13.6 11.1-21.5 7.2zM512 256c8.8 0 16 7.2 16 16v16h48V272c0-8.8 7.2-16 16-16s16 7.2 16 16v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H528v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H448v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V400H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V320H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V272c0-8.8 7.2-16 16-16s16 7.2 16 16v16h48V272c0-8.8 7.2-16 16-16zm16 112h48V320H528v48zm0 80h48V400H528v48zM448 320v48h48V320H448zm0 80v48h48V400H448z" + } + }, + "free": [ + "solid" + ] + }, + "motorcycle": { + "aliases": { + "unicodes": { + "composite": [ + "1f3cd" + ], + "secondary": [ + "10f21c" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bike", + "machine", + "motorcycle", + "racing", + "transportation", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f21c", + "label": "Motorcycle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h57.7l16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7H64c-17.7 0-32 14.3-32 32v32h96c88.4 0 160 71.6 160 160c0 11-1.1 21.7-3.2 32h70.4c-2.1-10.3-3.2-21-3.2-32c0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L418.2 128H480c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H459.6c-7.5 0-14.7 2.6-20.5 7.4L391.7 78.9l-14-26c-7-12.9-20.5-21-35.2-21H280zM462.7 311.2l28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8zM187.3 376c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40h66.4C242.5 268.8 190.5 224 128 224C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104H187.3zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "mound": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "barrier", + "hill", + "pitcher", + "speedbump" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e52d", + "label": "Mound", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M144.1 179.2C173.8 127.7 228.6 96 288 96s114.2 31.7 143.9 83.2L540.4 368c12.3 21.3-3.1 48-27.7 48H63.3c-24.6 0-40-26.6-27.7-48L144.1 179.2z" + } + }, + "free": [ + "solid" + ] + }, + "mountain": { + "aliases": { + "unicodes": { + "composite": [ + "1f3d4" + ], + "secondary": [ + "10f6fc" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "glacier", + "hiking", + "hill", + "landscape", + "mountain", + "snow", + "snow-capped mountain", + "travel", + "view" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6fc", + "label": "Mountain", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 32c12.5 0 24.1 6.4 30.8 17L503.4 394.4c5.6 8.9 8.6 19.2 8.6 29.7c0 30.9-25 55.9-55.9 55.9H55.9C25 480 0 455 0 424.1c0-10.5 3-20.8 8.6-29.7L225.2 49c6.6-10.6 18.3-17 30.8-17zm65 192L256 120.4 176.9 246.5l18.3 24.4c6.4 8.5 19.2 8.5 25.6 0l25.6-34.1c6-8.1 15.5-12.8 25.6-12.8h49z" + } + }, + "free": [ + "solid" + ] + }, + "mountain-city": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "location", + "rural", + "urban" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e52e", + "label": "Mountain City", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M336 0c-26.5 0-48 21.5-48 48v92.1l71.4 118.4c2.5-1.6 5.4-2.5 8.6-2.5h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-3.5l73.8 122.4c12.4 20.6 12.9 46.3 1.2 67.3c-.4 .8-.9 1.6-1.4 2.3H592c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48H568V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H480V48c0-26.5-21.5-48-48-48H336zm32 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16zM352 176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V176zm160 96c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V272zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zM224 188.9L283.8 288H223l-48 64-24.6-41.2L224 188.9zm29.4-44.2C247.1 134.3 236 128 224 128s-23.1 6.3-29.4 16.7L5.1 458.9c-6.5 10.8-6.7 24.3-.7 35.3S22 512 34.5 512H413.5c12.5 0 24-6.8 30.1-17.8s5.8-24.5-.7-35.3L253.4 144.7z" + } + }, + "free": [ + "solid" + ] + }, + "mountain-sun": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "country", + "hiking", + "landscape", + "rural", + "travel", + "view" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e52f", + "label": "Mountain Sun", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M560 160A80 80 0 1 0 560 0a80 80 0 1 0 0 160zM55.9 512H381.1h75H578.9c33.8 0 61.1-27.4 61.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 196.1 487.8 192 480 192s-15 4.1-19.1 10.7l-48.2 79L286.8 81c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 426.4C3 435.3 0 445.6 0 456.1C0 487 25 512 55.9 512z" + } + }, + "free": [ + "solid" + ] + }, + "mug-hot": { + "aliases": { + "unicodes": { + "composite": [ + "2615" + ], + "secondary": [ + "10f7b6" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beverage", + "caliente", + "cocoa", + "coffee", + "cup", + "drink", + "holiday", + "hot", + "hot beverage", + "hot chocolate", + "steam", + "steaming", + "tea", + "warmth" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7b6", + "label": "Mug Hot", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M88 0C74.7 0 64 10.7 64 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C120.5 112.3 128 119.9 128 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C119.5 47.7 112 40.1 112 24c0-13.3-10.7-24-24-24zM32 192c-17.7 0-32 14.3-32 32V416c0 53 43 96 96 96H288c53 0 96-43 96-96h16c61.9 0 112-50.1 112-112s-50.1-112-112-112H352 32zm352 64h16c26.5 0 48 21.5 48 48s-21.5 48-48 48H384V256zM224 24c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C232.5 112.3 240 119.9 240 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C231.5 47.7 224 40.1 224 24z" + } + }, + "free": [ + "solid" + ] + }, + "mug-saucer": { + "aliases": { + "names": [ + "coffee" + ], + "unicodes": { + "secondary": [ + "10f0f4" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beverage", + "breakfast", + "cafe", + "drink", + "fall", + "morning", + "mug", + "seasonal", + "tea" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0f4", + "label": "Mug Saucer", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 64c0-17.7 14.3-32 32-32H448h64c70.7 0 128 57.3 128 128s-57.3 128-128 128H480c0 53-43 96-96 96H192c-53 0-96-43-96-96V64zM480 224h32c35.3 0 64-28.7 64-64s-28.7-64-64-64H480V224zM32 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "music": { + "aliases": { + "unicodes": { + "composite": [ + "1f3b5" + ], + "secondary": [ + "10f001" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.2.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "lyrics", + "melody", + "music", + "musical note", + "note", + "sing", + "sound" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f001", + "label": "Music", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7v72V368c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V147L192 223.8V432c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V200 128c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5z" + } + }, + "free": [ + "solid" + ] + }, + "n": { + "aliases": { + "unicodes": { + "composite": [ + "6e" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter N", + "Latin Small Letter N", + "letter", + "nay", + "no" + ] + }, + "styles": [ + "solid" + ], + "unicode": "4e", + "label": "N", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M21.1 33.9c12.7-4.6 26.9-.7 35.5 9.6L320 359.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32V448c0 13.5-8.4 25.5-21.1 30.1s-26.9 .7-35.5-9.6L64 152.4V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 50.5 8.4 38.5 21.1 33.9z" + } + }, + "free": [ + "solid" + ] + }, + "naira-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Naira Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1f6", + "label": "Naira Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M122.6 46.3c-7.8-11.7-22.4-17-35.9-12.9S64 49.9 64 64V256H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320H228.2l97.2 145.8c7.8 11.7 22.4 17 35.9 12.9s22.7-16.5 22.7-30.6V320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H384V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V256H262.5L122.6 46.3zM305.1 320H320v22.3L305.1 320zM185.5 256H128V169.7L185.5 256z" + } + }, + "free": [ + "solid" + ] + }, + "napster": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3d2", + "label": "Napster", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5h100.7zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1zm-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4zM43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5zM259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4zm-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4zm169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9z" + } + }, + "free": [ + "brands" + ] + }, + "neos": { + "changes": [ + "5.2.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f612", + "label": "Neos", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61l80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53v122.72z" + } + }, + "free": [ + "brands" + ] + }, + "network-wired": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6ff" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "connect", + "ethernet", + "internet", + "intranet" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6ff", + "label": "Network Wired", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 64H384v64H256V64zM240 0c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48h48v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v32H80c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48H240c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48H192V288H448v32H400c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48H560c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48H512V288h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V192h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H240zM96 448V384H224v64H96zm320-64H544v64H416V384z" + } + }, + "free": [ + "solid" + ] + }, + "neuter": { + "aliases": { + "unicodes": { + "composite": [ + "26b2" + ], + "secondary": [ + "10f22c" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Neuter", + "gender" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f22c", + "label": "Neuter", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1V480c0 17.7 14.3 32 32 32s32-14.3 32-32V349.1z" + } + }, + "free": [ + "solid" + ] + }, + "newspaper": { + "aliases": { + "unicodes": { + "composite": [ + "1f4f0" + ], + "secondary": [ + "10f1ea" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "article", + "editorial", + "headline", + "journal", + "journalism", + "news", + "newspaper", + "paper", + "press" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1ea", + "label": "Newspaper", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 96c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H80c-44.2 0-80-35.8-80-80V128c0-17.7 14.3-32 32-32s32 14.3 32 32V400c0 8.8 7.2 16 16 16s16-7.2 16-16V96zm64 24v80c0 13.3 10.7 24 24 24H296c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24zm208-8c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zM160 304c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z" + }, + "regular": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M168 80c-13.3 0-24 10.7-24 24V408c0 8.4-1.4 16.5-4.1 24H440c13.3 0 24-10.7 24-24V104c0-13.3-10.7-24-24-24H168zM72 480c-39.8 0-72-32.2-72-72V112C0 98.7 10.7 88 24 88s24 10.7 24 24V408c0 13.3 10.7 24 24 24s24-10.7 24-24V104c0-39.8 32.2-72 72-72H440c39.8 0 72 32.2 72 72V408c0 39.8-32.2 72-72 72H72zM176 136c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24v80c0 13.3-10.7 24-24 24H200c-13.3 0-24-10.7-24-24V136zm200-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24zM200 272H408c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80H408c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "nfc-directional": { + "changes": [ + "6.1.0" + ], + "ligatures": [], + "search": { + "terms": [ + "connect", + "data", + "near field communication", + "nfc", + "scan", + "signal", + "transfer", + "wireless" + ] + }, + "styles": [ + "brands" + ], + "unicode": "e530", + "label": "NFC Directional", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M211.8 488.6C213.4 491.1 213.9 494.2 213.2 497.1C212.6 500 210.8 502.6 208.3 504.2C205.7 505.8 202.7 506.3 199.7 505.7C138.3 491.8 84.1 455.8 47.53 404.5C10.97 353.2-5.395 290.3 1.57 227.7C8.536 165 38.34 107.2 85.29 65.21C132.2 23.2 193-.0131 256 0C257.5 0 258.1 .2931 260.3 .8627C261.7 1.432 262.1 2.267 264 3.319C265.1 4.371 265.9 5.619 266.5 6.993C267 8.367 267.3 9.839 267.3 11.32V112.3L291.8 86.39C292.8 85.31 294 84.44 295.4 83.84C296.7 83.23 298.2 82.9 299.7 82.86C301.2 82.81 302.6 83.06 304 83.59C305.4 84.12 306.7 84.92 307.8 85.94C308.8 86.96 309.7 88.18 310.3 89.54C310.9 90.89 311.3 92.35 311.3 93.84C311.3 95.32 311.1 96.8 310.6 98.18C310 99.57 309.2 100.8 308.2 101.9L264.2 148.5C263.1 149.6 261.9 150.5 260.5 151.1C259 151.7 257.5 152 255.1 152C254.5 152 252.9 151.7 251.5 151.1C250.1 150.5 248.8 149.6 247.8 148.5L203.7 101.9C201.7 99.74 200.6 96.83 200.7 93.84C200.7 90.84 202 87.1 204.2 85.94C206.4 83.88 209.3 82.77 212.3 82.86C215.3 82.94 218.1 84.21 220.2 86.39L244.7 112.4V22.89C188.3 25.64 134.9 48.73 94.23 87.87C53.58 127 28.49 179.6 23.61 235.8C18.73 292 34.38 348.1 67.68 393.7C100.1 439.2 149.7 471.2 204.7 483.6C207.6 484.3 210.2 486.1 211.8 488.6L211.8 488.6zM171.4 126.1C170.6 127.4 169.5 128.5 168.3 129.3C147.8 143.2 131.1 161.9 119.5 183.8C107.9 205.7 101.8 230.1 101.8 254.9C101.8 279.7 107.9 304.1 119.5 325.1C131.1 347.9 147.8 366.6 168.3 380.5C170.8 382.2 172.5 384.8 173 387.8C173.6 390.7 172.1 393.8 171.3 396.2C169.6 398.7 166.1 400.4 164 400.1C161.1 401.5 158 400.9 155.6 399.2C132 383.2 112.8 361.7 99.46 336.5C86.15 311.4 79.19 283.4 79.19 254.9C79.19 226.5 86.15 198.4 99.46 173.3C112.8 148.1 132 126.6 155.6 110.6C156.8 109.8 158.2 109.2 159.6 108.8C161.1 108.5 162.6 108.5 164.1 108.8C165.5 109 166.9 109.6 168.2 110.4C169.5 111.2 170.5 112.3 171.4 113.5C172.2 114.7 172.8 116.1 173.1 117.6C173.4 119.1 173.4 120.6 173.1 122C172.8 123.5 172.3 124.9 171.4 126.1H171.4zM340.9 383.5C341.7 382.3 342.8 381.2 343.1 380.4V380.3C364.4 366.3 381.1 347.6 392.7 325.7C404.2 303.9 410.2 279.5 410.2 254.8C410.2 230.1 404.2 205.7 392.7 183.8C381.1 161.1 364.4 143.3 343.1 129.3C342.8 128.5 341.7 127.4 340.9 126.2C340.1 124.9 339.5 123.5 339.3 122.1C338.1 120.6 339 119.1 339.3 117.7C339.6 116.2 340.2 114.8 341 113.6C341.9 112.4 342.1 111.3 344.2 110.5C345.4 109.7 346.8 109.2 348.3 108.9C349.8 108.6 351.2 108.6 352.7 108.9C354.2 109.2 355.5 109.8 356.8 110.7C380.2 126.7 399.5 148.2 412.7 173.3C426 198.4 432.1 226.4 432.1 254.8C432.1 283.3 426 311.3 412.7 336.4C399.5 361.5 380.2 383 356.8 399C355.5 399.9 354.2 400.5 352.7 400.8C351.2 401.1 349.8 401.1 348.3 400.8C346.8 400.5 345.4 399.1 344.2 399.2C342.1 398.4 341.9 397.3 341 396.1C340.2 394.9 339.6 393.5 339.3 392C339 390.6 338.1 389.1 339.3 387.6C339.5 386.2 340.1 384.8 340.9 383.5V383.5zM312.3 6.307C368.5 19.04 418.7 50.28 455 95.01C485.4 132.6 504.6 178 510.3 226C515.9 274 507.9 322.7 487.1 366.3C466.2 409.9 433.5 446.8 392.6 472.6C351.7 498.3 304.4 512 256 512C254.5 512 253.1 511.7 251.7 511.1C250.3 510.6 249.1 509.7 248 508.7C246.1 507.6 246.1 506.4 245.6 505C245 503.6 244.7 502.2 244.7 500.7V401.5L220.2 427.5C218.1 429.7 215.3 430.1 212.3 431.1C209.3 431.2 206.4 430 204.2 427.1C202 425.9 200.7 423.1 200.7 420.1C200.6 417.1 201.7 414.2 203.7 412L247.8 365.4C249.1 363.2 252.9 362 255.1 362C259.1 362 262 363.2 264.2 365.4L308.2 412C310.3 414.2 311.4 417.1 311.3 420.1C311.2 423.1 309.9 425.9 307.8 427.1C305.6 430 302.7 431.2 299.7 431.1C296.7 430.1 293.8 429.7 291.8 427.5L267.3 401.6V489.1C323.7 486.3 377.1 463.3 417.8 424.1C458.5 384.1 483.6 332.4 488.5 276.2C493.3 219.1 477.7 163.9 444.4 118.3C411.1 72.75 362.4 40.79 307.4 28.36C305.9 28.03 304.6 27.42 303.3 26.57C302.1 25.71 301.1 24.63 300.3 23.37C299.5 22.12 298.1 20.72 298.7 19.26C298.5 17.8 298.5 16.3 298.8 14.85C299.2 13.41 299.8 12.04 300.6 10.82C301.5 9.61 302.6 8.577 303.8 7.784C305.1 6.99 306.5 6.451 307.9 6.198C309.4 5.945 310.9 5.982 312.3 6.307L312.3 6.307zM353.1 256.1C353.1 287.5 335.6 317.2 303.8 339.6C301.7 341.1 299 341.9 296.4 341.6C293.7 341.4 291.2 340.3 289.4 338.4L219.3 268.6C217.1 266.5 215.1 263.6 215.9 260.6C215.9 257.6 217.1 254.7 219.2 252.6C221.4 250.5 224.2 249.3 227.2 249.3C230.2 249.3 233.1 250.5 235.2 252.6L298.3 315.4C319.1 298.3 330.5 277.5 330.5 256.1C330.5 232.2 316.4 209.1 290.8 191C288.3 189.3 286.7 186.7 286.2 183.7C285.7 180.8 286.3 177.7 288.1 175.3C289.8 172.8 292.4 171.2 295.4 170.7C298.3 170.2 301.4 170.8 303.8 172.6C335.6 195 353.1 224.7 353.1 256.1V256.1zM216.7 341.5C213.7 342 210.7 341.3 208.2 339.6C176.5 317.2 158.1 287.5 158.1 256.1C158.1 224.7 176.5 195 208.2 172.6C210.4 171 213.1 170.3 215.7 170.5C218.4 170.8 220.8 171.9 222.7 173.8L292.8 243.6C294.9 245.7 296.1 248.6 296.1 251.6C296.1 254.6 294.1 257.4 292.8 259.6C290.7 261.7 287.8 262.9 284.9 262.9C281.9 262.9 278.1 261.7 276.9 259.6L213.8 196.7C192.9 214 181.6 234.7 181.6 256.1C181.6 279.1 195.7 303.1 221.3 321.1C223.7 322.9 225.4 325.5 225.9 328.5C226.4 331.4 225.7 334.4 224 336.9C222.3 339.3 219.6 341 216.7 341.5L216.7 341.5z" + } + }, + "free": [ + "brands" + ] + }, + "nfc-symbol": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "connect", + "data", + "near field communication", + "nfc", + "scan", + "signal", + "transfer", + "wireless" + ] + }, + "styles": [ + "brands" + ], + "unicode": "e531", + "label": "Nfc Symbol", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M392.9 32.43C400.6 31.1 408.6 32.89 414.1 37.41C498.2 96.14 544 173.7 544 255.1C544 338.2 498.2 415.9 414.1 474.6C409.3 478.6 402.4 480.5 395.5 479.9C388.5 479.3 382 476.3 377.1 471.4L193.7 288.7C188.1 283.2 185 275.7 184.1 267.8C184.1 260 188.1 252.5 193.6 246.9C199.2 241.4 206.7 238.2 214.5 238.2C222.4 238.2 229.9 241.3 235.4 246.8L400.5 411.2C455.1 366.5 484.8 312 484.8 255.1C484.8 193.5 447.9 132.9 380.9 85.76C374.5 81.24 370.1 74.35 368.8 66.62C367.4 58.89 369.2 50.94 373.8 44.53C378.3 38.12 385.2 33.77 392.9 32.43V32.43zM186.9 479.6C179.2 480.9 171.3 479.1 164.8 474.6C81.67 415.9 35.84 338.2 35.84 255.1C35.84 173.7 81.67 96.14 164.8 37.41C170.5 33.4 177.4 31.53 184.4 32.12C191.3 32.71 197.8 35.72 202.7 40.63L386.1 223.3C391.7 228.8 394.8 236.3 394.8 244.2C394.9 251.1 391.8 259.5 386.2 265.1C380.7 270.6 373.2 273.8 365.3 273.8C357.5 273.8 349.1 270.7 344.4 265.2L179.3 100.7C124.7 145.9 95.03 199.9 95.03 255.1C95.03 318.5 131.9 379.1 198.1 426.2C205.4 430.8 209.7 437.6 211.1 445.4C212.4 453.1 210.6 461.1 206.1 467.5C201.6 473.9 194.7 478.2 186.9 479.6V479.6z" + } + }, + "free": [ + "brands" + ] + }, + "nimblr": { + "changes": [ + "5.1.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f5a8", + "label": "Nimblr", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27zM113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159zm0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z" + } + }, + "free": [ + "brands" + ] + }, + "node": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f419", + "label": "Node.js", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7zm46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8zm54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1zm-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3 0 5.2 4.2 9.4 9.3 9.4 5.2-.1 9.4-4.3 9.4-9.4zm-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3zm-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8zM137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2 1.1.7 2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1 1.3 0 2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2l.2-95zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4zm-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2l36.7-21.3zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0L559 219zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7zm-74.3-124.9l-.8.5h1.1l-.3-.5zm76.2 130.2l-.4-.7v.9l.4-.2z" + } + }, + "free": [ + "brands" + ] + }, + "node-js": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3d3", + "label": "Node.js JS", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2zm149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4z" + } + }, + "free": [ + "brands" + ] + }, + "not-equal": { + "aliases": { + "unicodes": { + "secondary": [ + "10f53e" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arithmetic", + "compare", + "math" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f53e", + "label": "Not Equal", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M369.8 37.4c14.7 9.8 18.7 29.7 8.9 44.4L337.1 144H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H294.5l-64 96H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H187.8l-65.2 97.7c-9.8 14.7-29.7 18.7-44.4 8.9s-18.7-29.7-8.9-44.4L110.9 368H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H153.5l64-96H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H260.2l65.2-97.7c9.8-14.7 29.7-18.7 44.4-8.9z" + } + }, + "free": [ + "solid" + ] + }, + "notdef": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "close", + "missing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e1fe", + "label": "Notdef", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 390.3L153.5 256 64 121.7V390.3zM102.5 448H281.5L192 313.7 102.5 448zm128-192L320 390.3V121.7L230.5 256zM281.5 64H102.5L192 198.3 281.5 64zM0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48z" + } + }, + "free": [ + "solid" + ] + }, + "note-sticky": { + "aliases": { + "names": [ + "sticky-note" + ], + "unicodes": { + "composite": [ + "f24a" + ], + "secondary": [ + "10f249" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "message", + "note", + "paper", + "reminder", + "sticker" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f249", + "label": "Note Sticky", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H288V368c0-26.5 21.5-48 48-48H448V96c0-35.3-28.7-64-64-64H64zM448 352H402.7 336c-8.8 0-16 7.2-16 16v66.7V480l32-32 64-64 32-32z" + }, + "regular": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H288V352c0-17.7 14.3-32 32-32h80V96c0-8.8-7.2-16-16-16H64zM288 480H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V320v5.5c0 17-6.7 33.3-18.7 45.3l-90.5 90.5c-12 12-28.3 18.7-45.3 18.7H288z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "notes-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f481" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clipboard", + "doctor", + "ehr", + "health", + "history", + "records" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f481", + "label": "Notes Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 352V96c0-35.3 28.7-64 64-64H416c35.3 0 64 28.7 64 64V293.5c0 17-6.7 33.3-18.7 45.3l-58.5 58.5c-12 12-28.3 18.7-45.3 18.7H160c-35.3 0-64-28.7-64-64zM272 128c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V256h48c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H320V144c0-8.8-7.2-16-16-16H272zm24 336c13.3 0 24 10.7 24 24s-10.7 24-24 24H136C60.9 512 0 451.1 0 376V152c0-13.3 10.7-24 24-24s24 10.7 24 24l0 224c0 48.6 39.4 88 88 88H296z" + } + }, + "free": [ + "solid" + ] + }, + "npm": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3d4", + "label": "npm", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z" + } + }, + "free": [ + "brands" + ] + }, + "ns8": { + "changes": [ + "5.0.0", + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3d5", + "label": "NS8", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M104.324,269.172h26.067V242.994H104.324Zm52.466-26.178-.055-26.178v-.941a39.325,39.325,0,0,0-78.644.941v.166h26.4v-.166a12.98,12.98,0,0,1,25.956,0v26.178Zm52.356,25.846a91.1,91.1,0,0,1-91.1,91.1h-.609a91.1,91.1,0,0,1-91.1-91.1H0v.166A117.33,117.33,0,0,0,117.44,386.28h.775A117.331,117.331,0,0,0,235.49,268.84V242.828H209.146Zm-157.233,0a65.362,65.362,0,0,0,130.723,0H156.292a39.023,39.023,0,0,1-78.035,0V242.883H51.968v-26.62A65.42,65.42,0,0,1,182.8,217.48v25.293h26.344V217.48a91.761,91.761,0,0,0-183.522,0v25.4H51.913Zm418.4-71.173c13.67,0,24.573,6.642,30.052,18.264l.719,1.549,23.245-11.511-.609-1.439c-8.025-19.26-28.5-31.27-53.407-31.27-23.134,0-43.611,11.4-50.972,28.447-.123,26.876-.158,23.9,0,24.85,4.7,11.013,14.555,19.37,28.668,24.241a102.033,102.033,0,0,0,19.813,3.984c5.479.72,10.626,1.384,15.829,3.1,6.364,2.1,10.46,5.257,12.84,9.851v9.851c-3.708,7.527-13.781,12.342-25.791,12.342-14.334,0-25.956-6.918-31.933-19.039l-.72-1.494L415.026,280.9l.553,1.439c7.915,19.426,29.609,32.044,55.289,32.044,23.632,0,44.608-11.4,52.3-28.447l.166-25.9-.166-.664c-4.87-11.014-15.219-19.647-28.944-24.241-7.693-2.712-14.335-3.6-20.7-4.427a83.777,83.777,0,0,1-14.832-2.878c-6.31-1.937-10.4-5.092-12.619-9.63v-8.412C449.45,202.427,458.969,197.667,470.315,197.667ZM287.568,311.344h26.067v-68.4H287.568Zm352.266-53.3c-2.933-6.254-8.3-12.01-15.441-16.714A37.99,37.99,0,0,0,637.4,226l.166-25.347-.166-.664C630.038,184,610.667,173.26,589.25,173.26S548.461,184,541.1,199.992l-.166,25.347.166.664a39.643,39.643,0,0,0,13.006,15.331c-7.2,4.7-12.508,10.46-15.441,16.714l-.166,28.889.166.72c7.582,15.994,27.893,26.731,50.585,26.731s43.057-10.737,50.584-26.731l.166-28.89Zm-73.22-50.806c3.6-6.31,12.563-10.516,22.58-10.516s19.038,4.206,22.636,10.516v13.725c-3.542,6.2-12.563,10.349-22.636,10.349s-19.094-4.15-22.58-10.349Zm47.319,72.169c-3.764,6.641-13.338,10.9-24.683,10.9-11.125,0-20.976-4.372-24.684-10.9V263.25c3.708-6.309,13.5-10.515,24.684-10.515,11.345,0,20.919,4.15,24.683,10.515ZM376.4,265.962l-59.827-89.713h-29v40.623h26.51v.387l62.539,94.085H402.3V176.249H376.4Z" + } + }, + "free": [ + "brands" + ] + }, + "nutritionix": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3d6", + "label": "Nutritionix", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 400, + 512 + ], + "width": 400, + "height": 512, + "path": "M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8zm312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7zM120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8z" + } + }, + "free": [ + "brands" + ] + }, + "o": { + "aliases": { + "unicodes": { + "composite": [ + "6f" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter O", + "Latin Small Letter O", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "4f", + "label": "O", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 96a160 160 0 1 0 0 320 160 160 0 1 0 0-320zM448 256A224 224 0 1 1 0 256a224 224 0 1 1 448 0z" + } + }, + "free": [ + "solid" + ] + }, + "object-group": { + "aliases": { + "unicodes": { + "secondary": [ + "10f247" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "combine", + "copy", + "design", + "merge", + "select" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f247", + "label": "Object Group", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32H456.6C467.6 12.9 488.3 0 512 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V392.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM456.6 96H119.4c-5.6 9.7-13.7 17.8-23.4 23.4V392.6c9.7 5.6 17.8 13.7 23.4 23.4H456.6c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zM128 160c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160zM256 320h32c35.3 0 64-28.7 64-64V224h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V320z" + }, + "regular": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M48 115.8C38.2 107 32 94.2 32 80c0-26.5 21.5-48 48-48c14.2 0 27 6.2 35.8 16H460.2c8.8-9.8 21.6-16 35.8-16c26.5 0 48 21.5 48 48c0 14.2-6.2 27-16 35.8V396.2c9.8 8.8 16 21.6 16 35.8c0 26.5-21.5 48-48 48c-14.2 0-27-6.2-35.8-16H115.8c-8.8 9.8-21.6 16-35.8 16c-26.5 0-48-21.5-48-48c0-14.2 6.2-27 16-35.8V115.8zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3V386.7c13.6 4.8 24.4 15.6 29.3 29.3H450.7c4.8-13.6 15.6-24.4 29.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3H125.3zm2.7 64c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160zM256 320h32c35.3 0 64-28.7 64-64V224h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V320z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "object-ungroup": { + "aliases": { + "unicodes": { + "secondary": [ + "10f248" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "copy", + "design", + "merge", + "select", + "separate" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f248", + "label": "Object Ungroup", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32H328.6C339.6 12.9 360.3 0 384 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V232.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4V232.6c9.7 5.6 17.8 13.7 23.4 23.4H328.6c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4H119.4zm192 384c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V352h64v40.6c9.7 5.6 17.8 13.7 23.4 23.4H520.6c5.6-9.7 13.7-17.8 23.4-23.4V279.4c-9.7-5.6-17.8-13.7-23.4-23.4h-46c-5.4-15.4-14.6-28.9-26.5-39.6V192h72.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V392.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H311.4z" + }, + "regular": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48.2 66.8c-.1-.8-.2-1.7-.2-2.5c0-.1 0-.1 0-.2c0-8.8 7.2-16 16-16c.9 0 1.9 .1 2.8 .2C74.3 49.5 80 56.1 80 64c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2zM0 64c0 26.9 16.5 49.9 40 59.3V228.7C16.5 238.1 0 261.1 0 288c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40H324.7c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V123.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40H123.3C113.9 16.5 90.9 0 64 0C28.7 0 0 28.7 0 64zm368 0a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM324.7 88c6.5 16 19.3 28.9 35.3 35.3V228.7c-16 6.5-28.9 19.3-35.3 35.3H123.3c-6.5-16-19.3-28.9-35.3-35.3V123.3c16-6.5 28.9-19.3 35.3-35.3H324.7zM384 272a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM80 288c0 7.9-5.7 14.5-13.2 15.8c-.8 .1-1.7 .2-2.5 .2l-.2 0c-8.8 0-16-7.2-16-16c0-.9 .1-1.9 .2-2.8C49.5 277.7 56.1 272 64 272c8.8 0 16 7.2 16 16zm391.3-40h45.4c6.5 16 19.3 28.9 35.3 35.3V388.7c-16 6.5-28.9 19.3-35.3 35.3H315.3c-6.5-16-19.3-28.9-35.3-35.3V352H232v36.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40H516.7c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V283.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40H448v16.4c9.8 8.8 17.8 19.5 23.3 31.6zm88.9-26.7a16 16 0 1 1 31.5 5.5 16 16 0 1 1 -31.5-5.5zM271.8 450.7a16 16 0 1 1 -31.5-5.5 16 16 0 1 1 31.5 5.5zm301.5 13c-7.5-1.3-13.2-7.9-13.2-15.8c0-8.8 7.2-16 16-16c7.9 0 14.5 5.7 15.8 13.2l0 .1c.1 .9 .2 1.8 .2 2.7c0 8.8-7.2 16-16 16c-.9 0-1.9-.1-2.8-.2z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "octopus-deploy": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e082", + "label": "Octopus Deploy", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M455.6,349.2c-45.891-39.09-36.67-77.877-16.095-128.11C475.16,134.04,415.967,34.14,329.93,8.3,237.04-19.6,134.252,24.341,99.677,117.147a180.862,180.862,0,0,0-10.988,73.544c1.733,29.543,14.717,52.97,24.09,80.3,17.2,50.161-28.1,92.743-66.662,117.582-46.806,30.2-36.319,39.857-8.428,41.858,23.378,1.68,44.478-4.548,65.265-15.045,9.2-4.647,40.687-18.931,45.13-28.588C135.9,413.388,111.122,459.5,126.621,488.9c19.1,36.229,67.112-31.77,76.709-45.812,8.591-12.572,42.963-81.279,63.627-46.926,18.865,31.361,8.6,76.391,35.738,104.622,32.854,34.2,51.155-18.312,51.412-44.221.163-16.411-6.1-95.852,29.9-59.944C405.428,418,436.912,467.8,472.568,463.642c38.736-4.516-22.123-67.967-28.262-78.695,5.393,4.279,53.665,34.128,53.818,9.52C498.234,375.678,468.039,359.8,455.6,349.2Z" + } + }, + "free": [ + "brands" + ] + }, + "odnoklassniki": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f263", + "label": "Odnoklassniki", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z" + } + }, + "free": [ + "brands" + ] + }, + "odysee": { + "changes": [ + "6.2.1", + "6.3.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e5c6", + "label": "Odysee", + "voted": false, + "svg": { + "brands": { + "last_modified": 1667828915, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M406.7 463c-42.3 30.8-94.4 49-150.7 49C144.9 512 50.3 441.2 14.9 342.2c2.4 1.7 5.9 3.6 7.9 4.4c16.3 7.4 40.1-5.4 62.9-28.7c6.9-6.9 14.4-12.4 22.8-17.3c18.3-11.9 37.6-20.8 58.4-27.2c0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1c-11-.5-70-3-56 51.1c14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4c.8 4.6 1.1 9.9 1.4 15.5c1.1 21.2 2.3 45.6 35.3 46.4c5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5 3-3.5 5-3s3.5 3 3 5s-2.5 3.5-5 3zm-207-95.6c1.5-.5 3.5 1 4 3c0 2-1 4-3 4c-1.5 .5-3.5-1-4-3c-.5-1.5 1-3.5 3-4zM451.8 421C489.3 376.4 512 318.8 512 256c0-67.5-26.1-128.9-68.8-174.7c-.1 23.5-6.1 48.2-16.8 69.2c-11.9 20.3-49 58.9-69.8 78.7c-.7 .3-1.1 .9-1.5 1.4c-.2 .2-.3 .4-.5 .6c-5 6.9-4 16.8 3 21.8c21.3 15.8 56.4 45.6 59.4 72.8c3.5 34.9 27.9 75.6 34.2 86.2l0 0c.8 1.3 1.3 2.1 1.4 2.4c0 2.2-.4 4.3-.8 6.5zM390.7 251c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4s-1-5.9-4-6.4c-3-1-5.9 1-6.4 4zm61.4-60.9l-11.4 5.4-3 12.9-5.4-11.4-12.9-3 11.4-5.4 3-12.9 5.4 11.4 12.9 3zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4l0 0c-.3 1.4-.7 2.8-1 4.2c-9.5 38.5-30.6 37.6-41.7 37.2c-1.1 0-2-.1-2.9-.1c-5.1 0-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6C271.4-2.5 211.4 13.9 165.9 41.1C110.6 74.2 131.5 143 146.1 190.5c.7 2.2 1.4 4.4 2 6.6c-4 4-13.8 7.5-26 11.9c-12.1 4.3-26.6 9.5-40.3 16.9C47.9 243.9 11.5 274.9 2 288.5C.7 277.8 0 267 0 256C0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3zM58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4s4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4zM327.3 64.9c2-1.5 5-.5 6.4 1.5c1.5 2.5 1 5.4-1.5 6.4c-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4zM95.1 105c-.5 1.5 .5 3 2 3c1.5 .5 3-.5 3-2c.5-1.5-.5-3-2-3s-3 .5-3 2zm84.7-.5c-3.5-43.1 37.1-54 37.1-54c44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9s-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5c2-6.9 1-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3 1-4.5 4-3.5 6.9c2 4.5 3 9.9 1.5 14.9c-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3 .3c-.2 .1-.4 .2-.6 .2z" + } + }, + "free": [ + "brands" + ] + }, + "oil-can": { + "aliases": { + "unicodes": { + "secondary": [ + "10f613" + ] + } + }, + "changes": [ + "5.2.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "crude", + "gasoline", + "grease", + "lubricate", + "petroleum" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f613", + "label": "Oil Can", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 128c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32H144 96 48c-26.5 0-48 21.5-48 48v64.8c0 19 11.2 36.2 28.5 43.9l67.5 30V368c0 26.5 21.5 48 48 48H403.1c18.4 0 35.8-7.9 48-21.7L633.5 187.7c12.3-13.9-.3-35.4-18.4-31.5L448 192l-50.5-25.2c-8.9-4.4-18.7-6.8-28.6-6.8H288V128h32zM96 208v86.1L48 272.8V208H96z" + } + }, + "free": [ + "solid" + ] + }, + "oil-well": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drill", + "oil", + "rig" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e532", + "label": "Oil Well", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M528.3 61.3c-11.4-42.7-55.3-68-98-56.6L414.9 8.8C397.8 13.4 387.7 31 392.3 48l24.5 91.4L308.5 167.5l-6.3-18.1C297.7 136.6 285.6 128 272 128s-25.7 8.6-30.2 21.4l-13.6 39L96 222.6V184c0-13.3-10.7-24-24-24s-24 10.7-24 24V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H406.7L340 257.5l-62.2 16.1L305.3 352H238.7L265 277l-74.6 19.3L137.3 448H96V288.8l337.4-87.5 25.2 94c4.6 17.1 22.1 27.2 39.2 22.6l15.5-4.1c42.7-11.4 68-55.3 56.6-98L528.3 61.3zM205.1 448l11.2-32H327.7l11.2 32H205.1z" + } + }, + "free": [ + "solid" + ] + }, + "old-republic": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [ + "politics", + "star wars" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f510", + "label": "Old Republic", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.503 246.503 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58zM139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67zm175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97zm-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34-4.66.24-9.32.36-13.98.36-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46zm31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75zm5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37zM65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84zm363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78z" + } + }, + "free": [ + "brands" + ] + }, + "om": { + "aliases": { + "unicodes": { + "composite": [ + "1f549" + ], + "secondary": [ + "10f679" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Hindu", + "buddhism", + "hinduism", + "jainism", + "mantra", + "om", + "religion" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f679", + "label": "Om", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M379.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-16 16c-6.2 6.2-6.2 16.4 0 22.6l16 16c6.2 6.2 16.4 6.2 22.6 0l16-16c6.2-6.2 6.2-16.4 0-22.6l-16-16zM115.2 169.6c8-6 17.9-9.6 28.8-9.6c26.5 0 48 21.5 48 48s-21.5 48-48 48H109.8c-7.6 0-13.8 6.2-13.8 13.8c0 1.5 .2 2.9 .7 4.4l8 24c4.4 13.1 16.6 21.9 30.4 21.9H144h16c35.3 0 64 28.7 64 64s-28.7 64-64 64c-50.8 0-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5 0-.1c-2.6-7.8-10.7-12.3-18.7-10.5C4.4 354.2-.9 361.8 .1 370L16 368C.1 370 .1 370 .1 370l0 0 0 0 0 .1 .1 .4c0 .3 .1 .8 .2 1.3c.2 1.1 .4 2.7 .8 4.6c.8 3.9 2 9.4 3.9 15.9c3.8 13 10.3 30.4 21.3 48C48.7 476.2 89.4 512 160 512c70.7 0 128-57.3 128-128c0-23.3-6.2-45.2-17.1-64h22.6c25.5 0 49.9-10.1 67.9-28.1l26.5-26.5c6-6 14.1-9.4 22.6-9.4H416c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32c-25.7 0-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.3 0 0c0 0 0 0 0 0c-1.9-7.3-8.6-12.4-16.2-12.1c-7.6 .3-13.9 5.9-15.1 13.4L336 368c-15.8-2.6-15.8-2.6-15.8-2.6l0 0 0 0 0 .1-.1 .3c0 .3-.1 .6-.2 1.1c-.1 .9-.3 2.1-.4 3.6c-.3 3-.6 7.3-.6 12.4c0 10.1 1.1 23.9 5.8 38.1c4.8 14.3 13.4 29.3 28.6 40.7C368.7 473.3 389.3 480 416 480c53 0 96-43 96-96V288c0-53-43-96-96-96h-5.5c-25.5 0-49.9 10.1-67.9 28.1l-26.5 26.5c-6 6-14.1 9.4-22.6 9.4H245.2c6.9-14.5 10.8-30.8 10.8-48c0-61.9-50.1-112-112-112c-25.2 0-48.5 8.3-67.2 22.4c-14.1 10.6-17 30.7-6.4 44.8s30.7 17 44.8 6.4zM280.9 66.7c-6-4-14-3.5-19.5 1.3s-7 12.7-3.7 19.2L272 80c-14.3 7.2-14.3 7.2-14.3 7.2l0 0 0 0 0 .1 .1 .2 .4 .7c.3 .6 .8 1.4 1.4 2.4c1.2 2 2.9 4.8 5.1 8.2c4.4 6.7 11.1 15.5 20 24.4C302.4 141.1 330.3 160 368 160c31.2 0 56.6-10.4 73.9-20.2c8.7-5 15.6-9.9 20.4-13.8c2.4-1.9 4.3-3.6 5.7-4.9c.7-.6 1.3-1.2 1.7-1.6l.6-.5 .2-.2 .1-.1 0 0 0 0c0 0 0 0-22.6-22.6l22.6 22.6c12.5-12.5 12.5-32.8 0-45.3c-12.4-12.4-32.6-12.5-45.1-.2c-.1 .1-.2 .2-.5 .4c-.5 .5-1.5 1.3-2.8 2.4c-2.7 2.2-6.8 5.2-12.1 8.2C399.4 90.4 384.8 96 368 96c-20.8 0-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2 0 0 0 0 0 0z" + } + }, + "free": [ + "solid" + ] + }, + "opencart": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f23d", + "label": "OpenCart", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8zm-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8zm291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9z" + } + }, + "free": [ + "brands" + ] + }, + "openid": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f19b", + "label": "OpenID", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M271.5 432l-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8L448 291z" + } + }, + "free": [ + "brands" + ] + }, + "opera": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f26a", + "label": "Opera", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364z" + } + }, + "free": [ + "brands" + ] + }, + "optin-monster": { + "changes": [ + "4.4.0", + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f23c", + "label": "Optin Monster", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7zm-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7zm-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7zm-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3zM47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7zm9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2zm47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5zm184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9zm115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1zm-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0zM278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7zm-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9zm-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5zm-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2zm-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9zm337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53zm10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7zm105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5zM372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5zM74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8zm215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8zM68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1zm433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2zM478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1z" + } + }, + "free": [ + "brands" + ] + }, + "orcid": { + "changes": [ + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f8d2", + "label": "ORCID", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z" + } + }, + "free": [ + "brands" + ] + }, + "osi": { + "changes": [ + "5.0.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f41a", + "label": "Open Source Initiative", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7zm20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8z" + } + }, + "free": [ + "brands" + ] + }, + "otter": { + "aliases": { + "unicodes": { + "composite": [ + "1f9a6" + ], + "secondary": [ + "10f700" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "badger", + "fauna", + "fishing", + "fur", + "mammal", + "marten", + "otter", + "playful" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f700", + "label": "Otter", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M181.5 197.1l12.9 6.4c5.9 3 12.4 4.5 19.1 4.5c23.5 0 42.6-19.1 42.6-42.6V144c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v21.4c0 23.5 19.1 42.6 42.6 42.6c6.6 0 13.1-1.5 19.1-4.5l12.9-6.4 8.4-4.2L135.1 185c-4.5-3-7.1-8-7.1-13.3V168c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v3.7c0 5.3-2.7 10.3-7.1 13.3l-11.8 7.9 8.4 4.2zm-8.6 49.4L160 240l-12.9 6.4c-12.6 6.3-26.5 9.6-40.5 9.6c-3.6 0-7.1-.2-10.6-.6v.6c0 35.3 28.7 64 64 64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384V336 320c0-23.7 12.9-44.4 32-55.4c9.4-5.4 20.3-8.6 32-8.6V240c0-26.5 21.5-48 48-48c8.8 0 16 7.2 16 16v32 16 48c0 8.8 7.2 16 16 16s16-7.2 16-16V204.3c0-48.2-30.8-91-76.6-106.3l-8.5-2.8c-8-2.7-12.6-11.1-10.4-19.3s10.3-13.2 18.6-11.6l19.9 4C576 86.1 640 164.2 640 254.9l0 1.1h0c0 123.7-100.3 224-224 224h-1.1H256h-.6C132 480 32 380 32 256.6V256 216.8c-10.1-14.6-16-32.3-16-51.4V144l0-1.4C6.7 139.3 0 130.5 0 120c0-13.3 10.7-24 24-24h2.8C44.8 58.2 83.3 32 128 32h64c44.7 0 83.2 26.2 101.2 64H296c13.3 0 24 10.7 24 24c0 10.5-6.7 19.3-16 22.6l0 1.4v21.4c0 1.4 0 2.8-.1 4.3c12-6.2 25.7-9.6 40.1-9.6h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-13.3 0-24 10.7-24 24v8h56.4c-15.2 17-24.4 39.4-24.4 64H320c-42.3 0-78.2-27.4-91-65.3c-5.1 .9-10.3 1.3-15.6 1.3c-14.1 0-27.9-3.3-40.5-9.6zM96 128a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm112 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z" + } + }, + "free": [ + "solid" + ] + }, + "outdent": { + "aliases": { + "names": [ + "dedent" + ], + "unicodes": { + "secondary": [ + "10f03b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "align", + "justify", + "paragraph", + "tab" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f03b", + "label": "Outdent", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32zm32 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM.2 268.6c-8.2-6.4-8.2-18.9 0-25.3l101.9-79.3c10.5-8.2 25.8-.7 25.8 12.6V335.3c0 13.3-15.3 20.8-25.8 12.6L.2 268.6z" + } + }, + "free": [ + "solid" + ] + }, + "p": { + "aliases": { + "unicodes": { + "composite": [ + "70" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter P", + "Latin Small Letter P", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "50", + "label": "P", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32h96c88.4 0 160 71.6 160 160s-71.6 160-160 160H64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V320 96zM64 288h96c53 0 96-43 96-96s-43-96-96-96H64V288z" + } + }, + "free": [ + "solid" + ] + }, + "padlet": { + "changes": [ + "6.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e4a0", + "label": "Padlet", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M297.9 0L298 .001C305.6 .1078 312.4 4.72 315.5 11.78L447.5 320.3L447.8 320.2L448 320.6L445.2 330.6L402.3 488.6C398.6 504.8 382.6 514.9 366.5 511.2L298.1 495.6L229.6 511.2C213.5 514.9 197.5 504.8 193.8 488.6L150.9 330.6L148.2 320.6L148.3 320.2L280.4 11.78C283.4 4.797 290.3 .1837 297.9 .0006L297.9 0zM160.1 322.1L291.1 361.2L298 483.7L305.9 362.2L436.5 322.9L436.7 322.8L305.7 347.9L297.1 27.72L291.9 347.9L160.1 322.1zM426 222.6L520.4 181.6H594.2L437.2 429.2L468.8 320.2L426 222.6zM597.5 181.4L638.9 257.6C642.9 265.1 635 273.5 627.3 269.8L579.7 247.1L597.5 181.4zM127.3 318.5L158.7 430L1.61 154.5C-4.292 144.1 7.128 132.5 17.55 138.3L169.4 222.5L127.3 318.5z" + } + }, + "free": [ + "brands" + ] + }, + "page4": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3d7", + "label": "page4 Corporation", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248v112zm0-143.6V146.8L98.6 360.4H248zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7H344zm57.4-138.2l-21.2 8.4 21.2 8.3v-16.7zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6zM496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256zM360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103l-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9v-16.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3z" + } + }, + "free": [ + "brands" + ] + }, + "pagelines": { + "changes": [ + "4.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "eco", + "flora", + "leaf", + "leaves", + "nature", + "plant", + "tree" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f18c", + "label": "Pagelines", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z" + } + }, + "free": [ + "brands" + ] + }, + "pager": { + "aliases": { + "unicodes": { + "composite": [ + "1f4df" + ], + "secondary": [ + "10f815" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beeper", + "cell phone", + "communication", + "page", + "pager" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f815", + "label": "Pager", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zm64 32v64c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 320c-13.3 0-24 10.7-24 24s10.7 24 24 24h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H80zm136 0c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H216z" + } + }, + "free": [ + "solid" + ] + }, + "paint-roller": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5aa" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "acrylic", + "art", + "brush", + "color", + "fill", + "paint", + "pigment", + "watercolor" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5aa", + "label": "Paint Roller", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H352c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM160 352c0-17.7 14.3-32 32-32V304c0-44.2 35.8-80 80-80H416c17.7 0 32-14.3 32-32V160 69.5c37.3 13.2 64 48.7 64 90.5v32c0 53-43 96-96 96H272c-8.8 0-16 7.2-16 16v16c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V352z" + } + }, + "free": [ + "solid" + ] + }, + "paintbrush": { + "aliases": { + "names": [ + "paint-brush" + ], + "unicodes": { + "composite": [ + "1f58c" + ], + "secondary": [ + "10f1fc" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "acrylic", + "art", + "brush", + "color", + "fill", + "paint", + "paintbrush", + "painting", + "pigment", + "watercolor" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1fc", + "label": "Paintbrush", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2S517.7-4.4 499.1 9.6L262.4 187.2c-24 18-38.2 46.1-38.4 76.1L339.3 367.1zm-19.6 25.4l-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9 .2 7.8 .6 11.6C98.4 429.1 86.4 448 68.8 448H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H208c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z" + } + }, + "free": [ + "solid" + ] + }, + "palette": { + "aliases": { + "unicodes": { + "composite": [ + "1f3a8" + ], + "secondary": [ + "10f53f" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "acrylic", + "art", + "artist palette", + "brush", + "color", + "fill", + "museum", + "paint", + "painting", + "palette", + "pigment", + "watercolor" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f53f", + "label": "Palette", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3H344c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "palfed": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3d8", + "label": "Palfed", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384.9 193.9c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.8 0 83.4-42.8 83.3-96.2zm-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.2 2.5.4 4 .6 4.6zM8 181.1s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.3s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S8 142.5 8 181.1z" + } + }, + "free": [ + "brands" + ] + }, + "pallet": { + "aliases": { + "unicodes": { + "secondary": [ + "10f482" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "box", + "inventory", + "shipping", + "warehouse" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f482", + "label": "Pallet", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v64H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96 320 544h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H576V384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H544 320 96 32zm96 64H288v64H128V384zm224 0H512v64H352V384z" + } + }, + "free": [ + "solid" + ] + }, + "panorama": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "image", + "landscape", + "photo", + "wide" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e209", + "label": "Panorama", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M45.6 32C20.4 32 0 52.4 0 77.6V434.4C0 459.6 20.4 480 45.6 480c5.1 0 10-.8 14.7-2.4C74.6 472.8 177.6 440 320 440s245.4 32.8 259.6 37.6c4.7 1.6 9.7 2.4 14.7 2.4c25.2 0 45.6-20.4 45.6-45.6V77.6C640 52.4 619.6 32 594.4 32c-5 0-10 .8-14.7 2.4C565.4 39.2 462.4 72 320 72S74.6 39.2 60.4 34.4C55.6 32.8 50.7 32 45.6 32zM96 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm272 0c7.9 0 15.4 3.9 19.8 10.5L512.3 353c5.4 8 5.6 18.4 .4 26.5s-14.7 12.3-24.2 10.7C442.7 382.4 385.2 376 320 376c-65.6 0-123.4 6.5-169.3 14.4c-9.8 1.7-19.7-2.9-24.7-11.5s-4.3-19.4 1.9-27.2L197.3 265c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l26.4 33.1 87-127.6c4.5-6.6 11.9-10.5 19.8-10.5z" + } + }, + "free": [ + "solid" + ] + }, + "paper-plane": { + "aliases": { + "unicodes": { + "composite": [ + "f1d9" + ], + "secondary": [ + "10f1d8" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air", + "float", + "fold", + "mail", + "paper", + "send" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f1d8", + "label": "Paper Plane", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z" + }, + "regular": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376V479.3c0 18.1 14.6 32.7 32.7 32.7c9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5L409.7 90.6 190.1 336l1.2 1L68.2 285.7zM403.3 425.4L236.7 355.9 450.8 116.6 403.3 425.4z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "paperclip": { + "aliases": { + "unicodes": { + "composite": [ + "1f4ce" + ], + "secondary": [ + "10f0c6" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "attach", + "attachment", + "connect", + "link", + "papercli", + "paperclip" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0c6", + "label": "Paperclip", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z" + } + }, + "free": [ + "solid" + ] + }, + "parachute-box": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4cd" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aid", + "assistance", + "goods", + "relief", + "rescue", + "supplies" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4cd", + "label": "Parachute Box", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M383.5 192c.3-5.3 .5-10.6 .5-16c0-51-15.9-96-40.2-127.6C319.5 16.9 288.2 0 256 0s-63.5 16.9-87.8 48.4C143.9 80 128 125 128 176c0 5.4 .2 10.7 .5 16H240V320H208c-7 0-13.7 1.5-19.7 4.2L68.2 192H96.5c-.3-5.3-.5-10.6-.5-16c0-64 22.2-121.2 57.1-159.3C62 49.3 18.6 122.6 4.2 173.6C1.5 183.1 9 192 18.9 192h6L165.2 346.3c-3.3 6.5-5.2 13.9-5.2 21.7v96c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48V368c0-7.8-1.9-15.2-5.2-21.7L487.1 192h6c9.9 0 17.4-8.9 14.7-18.4C493.4 122.6 450 49.3 358.9 16.7C393.8 54.8 416 112.1 416 176c0 5.4-.2 10.7-.5 16h28.3L323.7 324.2c-6-2.7-12.7-4.2-19.7-4.2H272V192H383.5z" + } + }, + "free": [ + "solid" + ] + }, + "paragraph": { + "aliases": { + "unicodes": { + "composite": [ + "b6" + ], + "secondary": [ + "10f1dd" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Pilcrow Sign", + "edit", + "format", + "text", + "writing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1dd", + "label": "Paragraph", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M192 32h64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H384l0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352H288V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H192c-88.4 0-160-71.6-160-160s71.6-160 160-160z" + } + }, + "free": [ + "solid" + ] + }, + "passport": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5ab" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "document", + "id", + "identification", + "issued", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5ab", + "label": "Passport", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM183 278.8c-27.9-13.2-48.4-39.4-53.7-70.8h39.1c1.6 30.4 7.7 53.8 14.6 70.8zm41.3 9.2l-.3 0-.3 0c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5h47.1c-1.8 29.2-8.1 49.9-14.2 63.5c-3.4 7.6-6.7 13-9.1 16.5zm40.7-9.2c6.8-17.1 12.9-40.4 14.6-70.8h39.1c-5.3 31.4-25.8 57.6-53.7 70.8zM279.6 176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9 13.2 48.4 39.4 53.7 70.8H279.6zM223.7 96l.3 0 .3 0c2.4 3.5 5.7 8.9 9.1 16.5c6 13.6 12.4 34.3 14.2 63.5H200.5c1.8-29.2 8.1-49.9 14.2-63.5c3.4-7.6 6.7-13 9.1-16.5zM183 105.2c-6.8 17.1-12.9 40.4-14.6 70.8H129.3c5.3-31.4 25.8-57.6 53.7-70.8zM352 192A128 128 0 1 0 96 192a128 128 0 1 0 256 0zM112 384c-8.8 0-16 7.2-16 16s7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z" + } + }, + "free": [ + "solid" + ] + }, + "paste": { + "aliases": { + "names": [ + "file-clipboard" + ], + "unicodes": { + "secondary": [ + "10f0ea" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "clipboard", + "copy", + "document", + "paper" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0ea", + "label": "Paste", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 0c-23.7 0-44.4 12.9-55.4 32H48C21.5 32 0 53.5 0 80V400c0 26.5 21.5 48 48 48H192V176c0-44.2 35.8-80 80-80h48V80c0-26.5-21.5-48-48-48H215.4C204.4 12.9 183.7 0 160 0zM272 128c-26.5 0-48 21.5-48 48V448v16c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V256H416c-17.7 0-32-14.3-32-32V128H320 272zM160 40a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm256 88v96h96l-96-96z" + }, + "regular": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M80 96v16c0 17.7 14.3 32 32 32h60.8c16.6-28.7 47.6-48 83.2-48h62c-7.1-27.6-32.2-48-62-48H215.4C211.6 20.9 188.2 0 160 0s-51.6 20.9-55.4 48H64C28.7 48 0 76.7 0 112V384c0 35.3 28.7 64 64 64h96V400H64c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H80zm64-40a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM256 464c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H384v48c0 17.7 14.3 32 32 32h48V448c0 8.8-7.2 16-16 16H256zm192 48c35.3 0 64-28.7 64-64V227.9c0-12.7-5.1-24.9-14.1-33.9l-51.9-51.9c-9-9-21.2-14.1-33.9-14.1H256c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H448z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "patreon": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3d9", + "label": "Patreon", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 194.8c0 101.3-82.4 183.8-183.8 183.8-101.7 0-184.4-82.4-184.4-183.8 0-101.6 82.7-184.3 184.4-184.3C429.6 10.5 512 93.2 512 194.8zM0 501.5h90v-491H0v491z" + } + }, + "free": [ + "brands" + ] + }, + "pause": { + "aliases": { + "unicodes": { + "composite": [ + "23f8" + ], + "secondary": [ + "10f04c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bar", + "double", + "hold", + "pause", + "pause button", + "vertical", + "wait" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f04c", + "label": "Pause", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M48 64C21.5 64 0 85.5 0 112V400c0 26.5 21.5 48 48 48H80c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48zm192 0c-26.5 0-48 21.5-48 48V400c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H240z" + } + }, + "free": [ + "solid" + ] + }, + "paw": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1b0" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "cat", + "dog", + "pet", + "print" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1b0", + "label": "Paw", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M226.5 92.9c14.3 42.9-.3 86.2-32.6 96.8s-70.1-15.6-84.4-58.5s.3-86.2 32.6-96.8s70.1 15.6 84.4 58.5zM100.4 198.6c18.9 32.4 14.3 70.1-10.2 84.1s-59.7-.9-78.5-33.3S-2.7 179.3 21.8 165.3s59.7 .9 78.5 33.3zM69.2 401.2C121.6 259.9 214.7 224 256 224s134.4 35.9 186.8 177.2c3.6 9.7 5.2 20.1 5.2 30.5v1.6c0 25.8-20.9 46.7-46.7 46.7c-11.5 0-22.9-1.4-34-4.2l-88-22c-15.3-3.8-31.3-3.8-46.6 0l-88 22c-11.1 2.8-22.5 4.2-34 4.2C84.9 480 64 459.1 64 433.3v-1.6c0-10.4 1.6-20.8 5.2-30.5zM421.8 282.7c-24.5-14-29.1-51.7-10.2-84.1s54-47.3 78.5-33.3s29.1 51.7 10.2 84.1s-54 47.3-78.5 33.3zM310.1 189.7c-32.3-10.6-46.9-53.9-32.6-96.8s52.1-69.1 84.4-58.5s46.9 53.9 32.6 96.8s-52.1 69.1-84.4 58.5z" + } + }, + "free": [ + "solid" + ] + }, + "paypal": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1ed", + "label": "Paypal", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z" + } + }, + "free": [ + "brands" + ] + }, + "peace": { + "aliases": { + "unicodes": { + "composite": [ + "262e" + ], + "secondary": [ + "10f67c" + ] + } + }, + "changes": [ + "5.3.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "peace", + "peace symbol", + "serenity", + "tranquility", + "truce", + "war" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f67c", + "label": "Peace", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M224 445.3V323.5l-94.3 77.1c26.1 22.8 58.5 38.7 94.3 44.7zM89.2 351.1L224 240.8V66.7C133.2 81.9 64 160.9 64 256c0 34.6 9.2 67.1 25.2 95.1zm293.1 49.5L288 323.5V445.3c35.7-6 68.1-21.9 94.3-44.7zm40.6-49.5c16-28 25.2-60.5 25.2-95.1c0-95.1-69.2-174.1-160-189.3V240.8L422.8 351.1zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" + } + }, + "free": [ + "solid" + ] + }, + "pen": { + "aliases": { + "unicodes": { + "composite": [ + "1f58a" + ], + "secondary": [ + "10f304" + ] + } + }, + "changes": [ + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ballpoint", + "design", + "edit", + "pen", + "update", + "write" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f304", + "label": "Pen", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z" + } + }, + "free": [ + "solid" + ] + }, + "pen-clip": { + "aliases": { + "names": [ + "pen-alt" + ], + "unicodes": { + "secondary": [ + "10f305" + ] + } + }, + "changes": [ + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "edit", + "update", + "write" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f305", + "label": "Pen Clip", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1 0 0-1-1 0 0-16-16-96-96-17-17 52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17 96 96 16 16 1 1-17 17L229.5 412.5c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128 241 114.9z" + } + }, + "free": [ + "solid" + ] + }, + "pen-fancy": { + "aliases": { + "unicodes": { + "composite": [ + "1f58b", + "2712" + ], + "secondary": [ + "10f5ac" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "black nib", + "design", + "edit", + "fountain", + "fountain pen", + "nib", + "pen", + "update", + "write" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5ac", + "label": "Pen Fancy", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M373.5 27.1C388.5 9.9 410.2 0 433 0c43.6 0 79 35.4 79 79c0 22.8-9.9 44.6-27.1 59.6L277.7 319l-10.3-10.3-64-64L193 234.3 373.5 27.1zM170.3 256.9l10.4 10.4 64 64 10.4 10.4-19.2 83.4c-3.9 17.1-16.9 30.7-33.8 35.4L24.4 510.3l95.4-95.4c2.6 .7 5.4 1.1 8.3 1.1c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32c0 2.9 .4 5.6 1.1 8.3L1.7 487.6 51.5 310c4.7-16.9 18.3-29.9 35.4-33.8l83.4-19.2z" + } + }, + "free": [ + "solid" + ] + }, + "pen-nib": { + "aliases": { + "unicodes": { + "composite": [ + "2711" + ], + "secondary": [ + "10f5ad" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "edit", + "fountain pen", + "update", + "write" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5ad", + "label": "Pen Nib", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M368.4 18.3L312.7 74.1 437.9 199.3l55.7-55.7c21.9-21.9 21.9-57.3 0-79.2L447.6 18.3c-21.9-21.9-57.3-21.9-79.2 0zM288 94.6l-9.2 2.8L134.7 140.6c-19.9 6-35.7 21.2-42.3 41L3.8 445.8c-3.8 11.3-1 23.9 7.3 32.4L164.7 324.7c-3-6.3-4.7-13.3-4.7-20.7c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-7.4 0-14.4-1.7-20.7-4.7L33.7 500.9c8.6 8.3 21.1 11.2 32.4 7.3l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1 2.8-9.2L288 94.6z" + } + }, + "free": [ + "solid" + ] + }, + "pen-ruler": { + "aliases": { + "names": [ + "pencil-ruler" + ], + "unicodes": { + "secondary": [ + "10f5ae" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "draft", + "draw", + "pencil" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5ae", + "label": "Pen Ruler", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M469.3 19.3l23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4L322.3 75.7l56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2L299.7 98.3 413.7 212.3 158.8 467.1c-6.7 6.7-15.1 11.6-24.2 14.2l-104 29.7c-8.4 2.4-17.4 .1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zM249.4 103.4L103.4 249.4 16 161.9c-18.7-18.7-18.7-49.1 0-67.9L94.1 16c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1l45.1 45.1zM408.6 262.6l45.1 45.1c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1L496 350.1c18.7 18.7 18.7 49.1 0 67.9L417.9 496c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4L408.6 262.6z" + } + }, + "free": [ + "solid" + ] + }, + "pen-to-square": { + "aliases": { + "names": [ + "edit" + ], + "unicodes": { + "secondary": [ + "10f044" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "pen", + "pencil", + "update", + "write" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f044", + "label": "Pen To Square", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0L362.3 51.7l97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7zm-299.2 220c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L437.7 172.3 339.7 74.3 172.4 241.7zM96 64C43 64 0 107 0 160V416c0 53 43 96 96 96H352c53 0 96-43 96-96V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H96z" + }, + "regular": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M441 58.9L453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1 377.9 88 407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2L344 121.9 390.1 168 255.8 302.2c-2.9 2.9-6.5 5-10.4 6.1l-58.5 16.7 16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25L175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25C446.8-3.1 401.2-3.1 373.1 25zM88 64C39.4 64 0 103.4 0 152V424c0 48.6 39.4 88 88 88H360c48.6 0 88-39.4 88-88V312c0-13.3-10.7-24-24-24s-24 10.7-24 24V424c0 22.1-17.9 40-40 40H88c-22.1 0-40-17.9-40-40V152c0-22.1 17.9-40 40-40H200c13.3 0 24-10.7 24-24s-10.7-24-24-24H88z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "pencil": { + "aliases": { + "names": [ + "pencil-alt" + ], + "unicodes": { + "composite": [ + "270f", + "f040" + ], + "primary": [ + "f040" + ], + "secondary": [ + "10f040", + "10f303" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Lower Left Pencil", + "design", + "draw", + "edit", + "lead", + "pencil", + "update", + "write" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f303", + "label": "Pencil", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1v32c0 8.8 7.2 16 16 16h32zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + }, + "free": [ + "solid" + ] + }, + "people-arrows": { + "aliases": { + "names": [ + "people-arrows-left-right" + ], + "unicodes": { + "secondary": [ + "10e068" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "distance", + "isolation", + "separate", + "social distancing", + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e068", + "label": "People Arrows", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 64a64 64 0 1 1 128 0A64 64 0 1 1 64 64zM25.9 233.4C29.3 191.9 64 160 105.6 160h44.8c27 0 51 13.4 65.5 34.1c-2.7 1.9-5.2 4-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2L192 391.2V464c0 26.5-21.5 48-48 48H112c-26.5 0-48-21.5-48-48V348.3c-26.5-9.5-44.7-35.8-42.2-65.6l4.1-49.3zM448 64a64 64 0 1 1 128 0A64 64 0 1 1 448 64zM431.6 200.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7 38.6-34.1 65.5-34.1h44.8c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6V464c0 26.5-21.5 48-48 48H496c-26.5 0-48-21.5-48-48V391.2l47.6-47.6c21.9-21.9 21.9-57.3 0-79.2l-64-64zM272 240v32h96V240c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V336H272v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2z" + } + }, + "free": [ + "solid" + ] + }, + "people-carry-box": { + "aliases": { + "names": [ + "people-carry" + ], + "unicodes": { + "secondary": [ + "10f4ce" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4ce", + "label": "People Carry Box", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm64 193.7v65.1l51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320C54.8 308 48 291.7 48 274.7V186.6c0-32.4 26.2-58.6 58.6-58.6c24.1 0 46.5 12 59.9 32l47.4 71.1 10.1 5V160c0-17.7 14.3-32 32-32H384c17.7 0 32 14.3 32 32v76.2l10.1-5L473.5 160c13.3-20 35.8-32 59.9-32c32.4 0 58.6 26.2 58.6 58.6v88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51V241.7l-19 28.5c-4.6 7-11 12.6-18.5 16.3l-59.6 29.8c-2.4 1.3-4.9 2.2-7.6 2.8c-2.6 .6-5.3 .9-7.9 .8H256.7c-2.5 .1-5-.2-7.5-.7c-2.9-.6-5.6-1.6-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1L50.1 348.6l49.2 49.2-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8S-4.3 484.5 2.3 468.1zM512 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm77.9 348.6l47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94 49.2-49.2z" + } + }, + "free": [ + "solid" + ] + }, + "people-group": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "family", + "group", + "team" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e533", + "label": "People Group", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M72 88a56 56 0 1 1 112 0A56 56 0 1 1 72 88zM64 245.7C54 256.9 48 271.8 48 288s6 31.1 16 42.3V245.7zm144.4-49.3C178.7 222.7 160 261.2 160 304c0 34.3 12 65.8 32 90.5V416c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V389.2C26.2 371.2 0 332.7 0 288c0-61.9 50.1-112 112-112h32c24 0 46.2 7.5 64.4 20.3zM448 416V394.5c20-24.7 32-56.2 32-90.5c0-42.8-18.7-81.3-48.4-107.7C449.8 183.5 472 176 496 176h32c61.9 0 112 50.1 112 112c0 44.7-26.2 83.2-64 101.2V416c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32zm8-328a56 56 0 1 1 112 0A56 56 0 1 1 456 88zM576 245.7v84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM320 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM240 304c0 16.2 6 31 16 42.3V261.7c-10 11.3-16 26.1-16 42.3zm144-42.3v84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM448 304c0 44.7-26.2 83.2-64 101.2V448c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V405.2c-37.8-18-64-56.5-64-101.2c0-61.9 50.1-112 112-112h32c61.9 0 112 50.1 112 112z" + } + }, + "free": [ + "solid" + ] + }, + "people-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "group", + "need" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e534", + "label": "People Line", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M360 72a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM144 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM496 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 217.5V272c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V217.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H486.2c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3H310.2c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6H134.2c-32.4 0-62.1 17.8-77.5 46.3L18.9 340.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V313.5z" + } + }, + "free": [ + "solid" + ] + }, + "people-pulling": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forced return", + "yanking" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e535", + "label": "People Pulling", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zM64 128c-35.3 0-64 28.7-64 64V320c0 17.7 14.3 32 32 32c9.8 0 18.5-4.4 24.4-11.2L80.4 485.3c2.9 17.4 19.4 29.2 36.8 26.3s29.2-19.4 26.3-36.8L123.1 352h15.7l30 134.9c3.8 17.3 20.9 28.1 38.2 24.3s28.1-20.9 24.3-38.2l-57.3-258 116.3 53.8c.5 .3 1.1 .5 1.6 .7c8.6 3.6 18 3.1 25.9-.7c3.4-1.6 6.6-3.9 9.3-6.7c3.1-3.2 5.5-7 7.1-11.4c.1-.3 .2-.7 .3-1l2.5-7.5c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L537 232.7l-15.3-36.8C504.5 154.8 464.3 128 419.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-24.4 10.9-44.6 29-58.1 51.6L157.3 136.9C144.7 131 130.9 128 117 128H64zM464 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM349.7 335.6l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L372.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z" + } + }, + "free": [ + "solid" + ] + }, + "people-robbery": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "criminal", + "hands up", + "looting", + "robbery", + "steal" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e536", + "label": "People Robbery", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M488.2 59.1C478.1 99.6 441.7 128 400 128s-78.1-28.4-88.2-68.9L303 24.2C298.8 7.1 281.4-3.3 264.2 1S236.7 22.6 241 39.8l8.7 34.9c11 44 40.2 79.6 78.3 99.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V174.3c38.1-20 67.3-55.6 78.3-99.6L559 39.8c4.3-17.1-6.1-34.5-23.3-38.8S501.2 7.1 497 24.2l-8.7 34.9zM400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zm-8 32c-35.3 0-64 28.7-64 64v96l0 .6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352H88V480c0 17.7 14.3 32 32 32s32-14.3 32-32V252.7l13 20.5c5.9 9.2 16.1 14.9 27 14.9h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H209.6l-37.4-58.9C157.6 142 132.1 128 104.7 128H72z" + } + }, + "free": [ + "solid" + ] + }, + "people-roof": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "family", + "group", + "manage", + "people", + "safe", + "shelter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e537", + "label": "People Roof", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M335.5 4l288 160c15.4 8.6 21 28.1 12.4 43.5s-28.1 21-43.5 12.4L320 68.6 47.5 220c-15.4 8.6-34.9 3-43.5-12.4s-3-34.9 12.4-43.5L304.5 4c9.7-5.4 21.4-5.4 31.1 0zM320 160a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM144 256a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm312 40a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM226.9 491.4L200 441.5V480c0 17.7-14.3 32-32 32H120c-17.7 0-32-14.3-32-32V441.5L61.1 491.4c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l37.9-70.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c16.3 0 31.9 4.5 45.4 12.6l33.6-62.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c32.4 0 62.1 17.8 77.5 46.3l33.6 62.3c13.5-8.1 29.1-12.6 45.4-12.6h19.5c32.4 0 62.1 17.8 77.5 46.3l37.9 70.3c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8L552 441.5V480c0 17.7-14.3 32-32 32H472c-17.7 0-32-14.3-32-32V441.5l-26.9 49.9c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l36.3-67.5c-1.7-1.7-3.2-3.6-4.3-5.8L376 345.5V400c0 17.7-14.3 32-32 32H296c-17.7 0-32-14.3-32-32V345.5l-26.9 49.9c-1.2 2.2-2.6 4.1-4.3 5.8l36.3 67.5c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8z" + } + }, + "free": [ + "solid" + ] + }, + "pepper-hot": { + "aliases": { + "unicodes": { + "composite": [ + "1f336" + ], + "secondary": [ + "10f816" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buffalo wings", + "capsicum", + "chili", + "chilli", + "habanero", + "hot", + "hot pepper", + "jalapeno", + "mexican", + "pepper", + "spicy", + "tabasco", + "vegetable" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f816", + "label": "Pepper Hot", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M428.3 3c11.6-6.4 26.2-2.3 32.6 9.3l4.8 8.7c19.3 34.7 19.8 75.7 3.4 110C495.8 159.6 512 197.9 512 240c0 18.5-3.1 36.3-8.9 52.8c-6.1 17.3-28.5 16.3-36.8-.1l-11.7-23.4c-4.1-8.1-12.4-13.3-21.5-13.3H360c-13.3 0-24-10.7-24-24V152c0-13.3-10.7-24-24-24l-17.1 0c-21.3 0-30-23.9-10.8-32.9C304.7 85.4 327.7 80 352 80c28.3 0 54.8 7.3 77.8 20.2c5.5-18.2 3.7-38.4-6-55.8L419 35.7c-6.4-11.6-2.3-26.2 9.3-32.6zM171.2 345.5L264 160l40 0v80c0 26.5 21.5 48 48 48h76.2l23.9 47.8C372.3 443.9 244.3 512 103.2 512H44.4C19.9 512 0 492.1 0 467.6c0-20.8 14.5-38.8 34.8-43.3l49.8-11.1c37.6-8.4 69.5-33.2 86.7-67.7z" + } + }, + "free": [ + "solid" + ] + }, + "perbyte": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e083", + "label": "PerByte", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M305.314,284.578H246.6V383.3h58.711q24.423,0,38.193-13.77t13.77-36.11q0-21.826-14.032-35.335T305.314,284.578ZM149.435,128.7H90.724v98.723h58.711q24.42,0,38.19-13.773t13.77-36.107q0-21.826-14.029-35.338T149.435,128.7ZM366.647,32H81.353A81.445,81.445,0,0,0,0,113.352V398.647A81.445,81.445,0,0,0,81.353,480H366.647A81.445,81.445,0,0,0,448,398.647V113.352A81.445,81.445,0,0,0,366.647,32Zm63.635,366.647a63.706,63.706,0,0,1-63.635,63.635H81.353a63.706,63.706,0,0,1-63.635-63.635V113.352A63.706,63.706,0,0,1,81.353,49.718H366.647a63.706,63.706,0,0,1,63.635,63.634ZM305.314,128.7H246.6v98.723h58.711q24.423,0,38.193-13.773t13.77-36.107q0-21.826-14.032-35.338T305.314,128.7Z" + } + }, + "free": [ + "brands" + ] + }, + "percent": { + "aliases": { + "names": [ + "percentage" + ], + "unicodes": { + "composite": [ + "f295", + "f541" + ], + "primary": [ + "f295", + "f541" + ], + "secondary": [ + "1025", + "10f295", + "10f541" + ] + } + }, + "changes": [ + "4.5.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Percent Sign", + "discount", + "fraction", + "proportion", + "rate", + "ratio" + ] + }, + "styles": [ + "solid" + ], + "unicode": "25", + "label": "Percent", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l320-320zM128 128A64 64 0 1 0 0 128a64 64 0 1 0 128 0zM384 384a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + }, + "free": [ + "solid" + ] + }, + "periscope": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3da", + "label": "Periscope", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8zM226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4zM338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4 24.7 0 44.8-19.9 44.8-44.4 0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4z" + } + }, + "free": [ + "brands" + ] + }, + "person": { + "aliases": { + "names": [ + "male" + ], + "unicodes": { + "composite": [ + "1f9cd" + ], + "secondary": [ + "10f183" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "man", + "person standing", + "stand", + "standing", + "woman" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f183", + "label": "Person", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152z" + } + }, + "free": [ + "solid" + ] + }, + "person-arrow-down-to-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ground", + "indigenous", + "native" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e538", + "label": "Person Arrow Down To Line", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352V352h16v96H184zm-64 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H152h80H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H264V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V448zM464 64V306.7l-25.4-25.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L528 306.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "person-arrow-up-from-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "population", + "rise" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e539", + "label": "Person Arrow Up From Line", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352V352h16v96H184zm-64 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H152h80H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H264V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V448zM598.6 121.4l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L464 141.3 464 384c0 17.7 14.3 32 32 32s32-14.3 32-32V141.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z" + } + }, + "free": [ + "solid" + ] + }, + "person-biking": { + "aliases": { + "names": [ + "biking" + ], + "unicodes": { + "composite": [ + "1f6b4" + ], + "secondary": [ + "10f84a" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bicycle", + "bike", + "biking", + "cyclist", + "pedal", + "person biking", + "summer", + "wheel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f84a", + "label": "Person Biking", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm27.2 64l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6L288 305.1V416c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-10.7-5.3-20.7-14.2-26.6L295 232.9l60.3-48.5L396 217c5.7 4.5 12.7 7 20 7h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H427.2zM56 384a72 72 0 1 1 144 0A72 72 0 1 1 56 384zm200 0A128 128 0 1 0 0 384a128 128 0 1 0 256 0zm184 0a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zm200 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z" + } + }, + "free": [ + "solid" + ] + }, + "person-booth": { + "aliases": { + "unicodes": { + "secondary": [ + "10f756" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "changing room", + "curtain", + "vote", + "voting" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f756", + "label": "Person Booth", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V192h64V32zm320 0c0-17.7-14.3-32-32-32s-32 14.3-32 32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V32zM224 512c17.7 0 32-14.3 32-32V320H192V480c0 17.7 14.3 32 32 32zM320 0c-9.3 0-18.1 4-24.2 11s-8.8 16.3-7.5 25.5l31.2 218.6L288.6 409.7c-3.5 17.3 7.8 34.2 25.1 37.7s34.2-7.8 37.7-25.1l.7-3.6c1.3 16.4 15.1 29.4 31.9 29.4c17.7 0 32-14.3 32-32c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM112 80A48 48 0 1 0 16 80a48 48 0 1 0 96 0zm0 261.3V269.3l4.7 4.7c9 9 21.2 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H157.3l-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6 160 0 187.6 0 221.6v55.7l0 .9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V384l32 42.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V421.3c0-10.4-3.4-20.5-9.6-28.8L112 341.3z" + } + }, + "free": [ + "solid" + ] + }, + "person-breastfeeding": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baby", + "child", + "infant", + "mother", + "nutrition", + "sustenance" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e53a", + "label": "Person Breastfeeding", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0a80 80 0 1 1 0 160A80 80 0 1 1 224 0zM436.8 382.8L373.5 462c-16.6 20.7-46.8 24.1-67.5 7.5c-17.6-14.1-22.7-38.1-13.5-57.7l-.8-.1c-38.9-5.6-74.3-25.1-99.7-54.8V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 .8 0 1.6 .1 2.4l101.4 50.7c23.7 11.9 33.3 40.7 21.5 64.4s-40.7 33.3-64.4 21.5L27.2 427.3c-1.1-.5-2.2-1.1-3.3-1.7c-4.9-2.8-9.2-6.4-12.6-10.6c-4.6-5.4-7.8-11.7-9.6-18.4c-3.3-12-1.9-25.2 4.8-36.6c.6-1.1 1.3-2.2 2-3.2L75.6 256.1c26.7-40.1 71.7-64.1 119.8-64.1h75.2c46.5 0 90.1 22.5 117.2 60.3l50.7 70.9c2.2 3 4 6.1 5.5 9.4c2.9 6.7 4.3 13.8 4 20.8c-.3 10.6-4.2 21-11.2 29.4zM320 332a44 44 0 1 0 -88 0 44 44 0 1 0 88 0z" + } + }, + "free": [ + "solid" + ] + }, + "person-burst": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abuse", + "accident", + "crash", + "explode", + "violence" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e53b", + "label": "Person Burst", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H465.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L408 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z" + } + }, + "free": [ + "solid" + ] + }, + "person-cane": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aging", + "cane", + "elderly", + "old", + "staff" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e53c", + "label": "Person Cane", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M272 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-8 187.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3zM352 376c0-4.4 3.6-8 8-8s8 3.6 8 8V488c0 13.3 10.7 24 24 24s24-10.7 24-24V376c0-30.9-25.1-56-56-56s-56 25.1-56 56v8c0 13.3 10.7 24 24 24s24-10.7 24-24v-8z" + } + }, + "free": [ + "solid" + ] + }, + "person-chalkboard": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blackboard", + "instructor", + "keynote", + "lesson", + "presentation", + "teacher" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e53d", + "label": "Person Chalkboard", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V192h56 64 16c17.7 0 32-14.3 32-32s-14.3-32-32-32H384V64H576V256H384V224H320v48c0 26.5 21.5 48 48 48H592c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48v80H243.1 177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "person-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "approved", + "not affected", + "ok", + "okay" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e53e", + "label": "Person Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z" + } + }, + "free": [ + "solid" + ] + }, + "person-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "alert", + "lost", + "missing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e53f", + "label": "Person Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "person-circle-minus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "delete", + "remove" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e540", + "label": "Person Circle Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "person-circle-plus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "found" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e541", + "label": "Person Circle Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H448V304z" + } + }, + "free": [ + "solid" + ] + }, + "person-circle-question": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "lost", + "missing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e542", + "label": "Person Circle Question", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6V328c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9H409.6c-23 0-41.6 18.6-41.6 41.6z" + } + }, + "free": [ + "solid" + ] + }, + "person-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dead", + "removed" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e543", + "label": "Person Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z" + } + }, + "free": [ + "solid" + ] + }, + "person-digging": { + "aliases": { + "names": [ + "digging" + ], + "unicodes": { + "secondary": [ + "10f85e" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bury", + "construction", + "debris", + "dig", + "men at work" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f85e", + "label": "Person Digging", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M208 64a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM9.8 214.8c5.1-12.2 19.1-18 31.4-12.9L60.7 210l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7 79.3 33.1 34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2 .4 32.2s-16.3 16.2-27.8 16.2H288c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7h32l22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V405.1l-60.6-26-37 111c-5.6 16.8-23.7 25.8-40.5 20.2S-3.9 486.6 1.6 469.9l48-144 11-33 32 13.7z" + } + }, + "free": [ + "solid" + ] + }, + "person-dots-from-line": { + "aliases": { + "names": [ + "diagnoses" + ], + "unicodes": { + "secondary": [ + "10f470" + ] + } + }, + "changes": [ + "5.0.7", + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "allergy", + "diagnosis" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f470", + "label": "Person Dots From Line", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 176A88 88 0 1 0 288 0a88 88 0 1 0 0 176zM78.7 372.9c15-12.5 50-34.4 97.3-50.1V432H400V322.7c47.3 15.8 82.3 37.7 97.3 50.1c20.4 17 50.6 14.2 67.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35C497.2 278.4 481.7 288 464 288c-26.5 0-48-21.5-48-48c0-4.3 .6-8.4 1.6-12.4C379.1 215.9 335.3 208 288 208c-60.2 0-114.9 12.9-160 29.9c0 .7 0 1.4 0 2.1c0 26.5-21.5 48-48 48c-11.8 0-22.7-4.3-31-11.4c-13.1 8.1-23.7 15.9-31.7 22.5c-20.4 17-23.1 47.2-6.1 67.6s47.2 23.1 67.6 6.1zM24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24H552c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM224 280a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM96 240a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm368 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + }, + "free": [ + "solid" + ] + }, + "person-dress": { + "aliases": { + "names": [ + "female" + ], + "unicodes": { + "secondary": [ + "10f182" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "man", + "skirt", + "woman" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f182", + "label": "Person Dress", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM88 384H70.2c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3h11.6c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1H232v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H152v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z" + } + }, + "free": [ + "solid" + ] + }, + "person-dress-burst": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abuse", + "accident", + "crash", + "explode", + "violence" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e544", + "label": "Person Dress Burst", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M528 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM390.2 384H408v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h16v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h17.8c10.9 0 18.6-10.7 15.2-21.1L546.7 248.1l33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3H474.2c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z" + } + }, + "free": [ + "solid" + ] + }, + "person-drowning": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drown", + "emergency", + "swim" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e545", + "label": "Person Drowning", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32V96.2c0 54.1 23.5 104 62.2 138.3l-21 146.7c7.8 2.1 15.5 3.3 22.8 3.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c12.4 8.5 26.1 14.8 39.7 18l17.7-97.6c10.7-1.2 21.3-3.1 31.9-5.5l105-23.9c17.2-3.9 28-21.1 24.1-38.3s-21.1-28-38.3-24.1L400 216.6c-41 9.3-83.7 7.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3V64zM320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM306.5 389.9c-11.1-7.9-25.9-7.9-37 0C247 405.4 219.5 416 192 416c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 469.7 159 480 192 480c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 405.2 410.9 416 384 416c-27.5 0-55-10.6-77.5-26.1z" + } + }, + "free": [ + "solid" + ] + }, + "person-falling": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accident", + "fall", + "trip" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e546", + "label": "Person Falling", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 0c17.7 0 32 14.3 32 32l0 9.8c0 54.6-27.9 104.6-72.5 133.6l.2 .3L304.5 256l87.5 0c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320l-96 0h-1.4l92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29l0 73.8c0 17.7-14.3 32-32 32s-32-14.3-32-32V278.2c0-65.1 39.6-123.7 100.1-147.9C232.3 115.8 256 80.8 256 41.8l0-9.8c0-17.7 14.3-32 32-32zM112 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + }, + "free": [ + "solid" + ] + }, + "person-falling-burst": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accident", + "crash", + "death", + "fall", + "homicide", + "murder" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e547", + "label": "Person Falling Burst", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 9.8c0 39-23.7 74-59.9 88.4C71.6 154.5 32 213 32 278.2V352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-73.8c0-10 1.6-19.8 4.5-29L261.1 497.4c9.6 14.8 29.4 19.1 44.3 9.5s19.1-29.4 9.5-44.3L222.6 320H224l80 0 38.4 51.2c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-43.2-57.6C341.3 263.1 327.1 256 312 256l-71.5 0-56.8-80.2-.2-.3c44.7-29 72.5-79 72.5-133.6l0-9.8zM96 80A48 48 0 1 0 0 80a48 48 0 1 0 96 0zM464 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 78.7-12.2c6.5-1 11.7-5.9 13.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L508.3 92.1l-29.4-74C476.4 12 470.6 8 464 8s-12.4 4-14.9 10.1l-29.4 74L343.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7c.1 .3 .1 .6 .2 .8l19.4 0c20.1 0 39.2 7.5 53.8 20.8l18.4 2.9L383 265.3l36.2 48.3c2.1 2.8 3.9 5.7 5.5 8.6L464 286.1z" + } + }, + "free": [ + "solid" + ] + }, + "person-half-dress": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "gender", + "man", + "restroom", + "transgender", + "woman" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e548", + "label": "Person Half Dress", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm8 352V128h6.9c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352h0zM58.2 182.3c19.9-33.1 55.3-53.5 93.8-54.3V384h0v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H70.2c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2z" + } + }, + "free": [ + "solid" + ] + }, + "person-harassing": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "abuse", + "scream", + "shame", + "shout", + "yell" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e549", + "label": "Person Harassing", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM59.4 304.5L88 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7H145.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9zM480 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM464 344v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L408.8 438l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9V344c0-30.9-25.1-56-56-56s-56 25.1-56 56zM288 48c0 8.8 7.2 16 16 16h56c8.8 0 16-7.2 16-16s-7.2-16-16-16H304c-8.8 0-16 7.2-16 16zm-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5 .7 21.5-7.2s.7-17.5-7.2-21.5l-48-24z" + } + }, + "free": [ + "solid" + ] + }, + "person-hiking": { + "aliases": { + "names": [ + "hiking" + ], + "unicodes": { + "secondary": [ + "10f6ec" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "autumn", + "fall", + "hike", + "mountain", + "outdoors", + "summer", + "walk" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6ec", + "label": "Person Hiking", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm51.3 182.7L224.2 307l49.7 49.7c9 9 14.1 21.2 14.1 33.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V397.3l-73.9-73.9c-15.8-15.8-22.2-38.6-16.9-60.3l20.4-84c8.3-34.1 42.7-54.9 76.7-46.4c19 4.8 35.6 16.4 46.4 32.7L305.1 208H336V184c0-13.3 10.7-24 24-24s24 10.7 24 24v55.8c0 .1 0 .2 0 .2s0 .2 0 .2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V272H296.6c-16 0-31-8-39.9-21.4l-13.3-20zM81.1 471.9L117.3 334c3 4.2 6.4 8.2 10.1 11.9l41.9 41.9L142.9 488.1c-4.5 17.1-22 27.3-39.1 22.8s-27.3-22-22.8-39.1zm55.5-346L101.4 266.5c-3 12.1-14.9 19.9-27.2 17.9l-47.9-8c-14-2.3-22.9-16.3-19.2-30L31.9 155c9.5-34.8 41.1-59 77.2-59h4.2c15.6 0 27.1 14.7 23.3 29.8z" + } + }, + "free": [ + "solid" + ] + }, + "person-military-pointing": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "army", + "customs", + "guard" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e54a", + "label": "Person Military Pointing", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M246.9 14.1C234 15.2 224 26 224 39c0 13.8 11.2 25 25 25H400c8.8 0 16-7.2 16-16V17.4C416 8 408 .7 398.7 1.4L246.9 14.1zM240 112c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H241.6c-1 5.2-1.6 10.5-1.6 16zM72 224c-22.1 0-40 17.9-40 40s17.9 40 40 40H224v89.4L386.8 230.5c-13.3-4.3-27.3-6.5-41.6-6.5H240 72zm345.7 20.9L246.6 416H416V369.7l53.6 90.6c11.2 19 35.8 25.3 54.8 14.1s25.3-35.8 14.1-54.8L462.3 290.8c-11.2-18.9-26.6-34.5-44.6-45.9zM224 448v32c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V448H224z" + } + }, + "free": [ + "solid" + ] + }, + "person-military-rifle": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "armed forces", + "army", + "military", + "rifle", + "war" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e54b", + "label": "Person Military Rifle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 39c0-13 10-23.8 22.9-24.9L334.7 1.4C344 .7 352 8 352 17.4V48c0 8.8-7.2 16-16 16H185c-13.8 0-25-11.2-25-25zm17.6 57H334.4c1 5.2 1.6 10.5 1.6 16c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-5.5 .6-10.8 1.6-16zm228 364.3L352 369.7V480c0 1.3-.1 2.5-.2 3.8L177.5 234.9c16.6-7.1 34.6-10.9 53.3-10.9h50.4c15.9 0 31.3 2.8 45.8 7.9L421.9 67.7c-7.7-4.4-10.3-14.2-5.9-21.9s14.2-10.3 21.9-5.9l13.9 8 13.9 8c7.7 4.4 10.3 14.2 5.9 21.9L416 173.9l1.6 .9c15.3 8.8 20.6 28.4 11.7 43.7L392.6 282c2 2.8 3.9 5.8 5.7 8.8l76.1 128.8c11.2 19 4.9 43.5-14.1 54.8s-43.5 4.9-54.8-14.1zM320 512H192c-17.7 0-32-14.3-32-32V369.7l-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.1-128.8c9.4-15.8 21.7-29.3 36-40L331.1 510c-3.5 1.3-7.2 2-11.1 2zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + }, + "free": [ + "solid" + ] + }, + "person-military-to-person": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "civilian", + "coordination", + "military" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e54c", + "label": "Person Military To Person", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M71 12.5c-8.6 1-15 8.2-15 16.8c0 9.3 7.5 16.8 16.7 16.9H184.1c8.8-.1 15.9-7.2 15.9-16V16c0-9.5-8.3-17-17.8-15.9L71 12.5zM189.5 78.1H66.5C64.9 83.8 64 89.8 64 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-6.2-.9-12.2-2.5-17.9zM32 256v32c0 17.7 14.3 32 32 32H192c1.8 0 3.5-.1 5.2-.4L53 208.6C40.1 220.3 32 237.2 32 256zm190.2 42.5c1.1-3.3 1.8-6.8 1.8-10.5V256c0-35.3-28.7-64-64-64H96c-3.7 0-7.4 .3-10.9 .9L222.2 298.5zM384 160a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H352zM215.8 450.1c5.2-4.6 8.2-11.1 8.2-18.1s-3-13.5-8.2-18.1l-64-56c-7.1-6.2-17.1-7.7-25.7-3.8S112 366.6 112 376v32l-88 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l88 0v32c0 9.4 5.5 18 14.1 21.9s18.6 2.4 25.7-3.8l64-56zM288 431.9c0 6.9 2.9 13.5 8.1 18.1l64 56.4c7.1 6.2 17.1 7.8 25.7 3.9s14.1-12.4 14.1-21.9l0-32.4 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-32c0-9.4-5.5-18-14.1-21.9s-18.6-2.4-25.7 3.8l-64 56c-5.2 4.5-8.2 11.1-8.2 18z" + } + }, + "free": [ + "solid" + ] + }, + "person-praying": { + "aliases": { + "names": [ + "pray" + ], + "unicodes": { + "composite": [ + "1f6d0" + ], + "secondary": [ + "10f683" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "kneel", + "place of worship", + "religion", + "thank", + "worship" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f683", + "label": "Person Praying", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 64A64 64 0 1 0 224 64a64 64 0 1 0 128 0zM232.7 264l22.9 31.5c6.5 8.9 16.3 14.7 27.2 16.1s21.9-1.7 30.4-8.7l88-72c17.1-14 19.6-39.2 5.6-56.3s-39.2-19.6-56.3-5.6l-55.2 45.2-26.2-36C253.6 156.7 228.6 144 202 144c-30.9 0-59.2 17.1-73.6 44.4L79.8 280.9c-20.2 38.5-9.4 85.9 25.6 111.8L158.6 432H72c-22.1 0-40 17.9-40 40s17.9 40 40 40H280c17.3 0 32.6-11.1 38-27.5s-.3-34.4-14.2-44.7L187.7 354l45-90z" + } + }, + "free": [ + "solid" + ] + }, + "person-pregnant": { + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baby", + "birth", + "child", + "pregnant", + "pregnant woman", + "woman" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e31e", + "label": "Person Pregnant", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM120 383c-13.8-3.6-24-16.1-24-31V296.9l-4.6 7.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c15-24.9 40.3-41.5 68.7-45.6c4.1-.6 8.2-1 12.5-1h1.1 12.5H192c1.4 0 2.8 .1 4.1 .3c35.7 2.9 65.4 29.3 72.1 65l6.1 32.5c44.3 8.6 77.7 47.5 77.7 94.3v32c0 17.7-14.3 32-32 32H304 264v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384h-8-8v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V383z" + } + }, + "free": [ + "solid" + ] + }, + "person-rays": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "focus", + "shine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e54d", + "label": "Person Rays", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767533, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L328 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H248zM7 7C16.4-2.3 31.6-2.3 41 7l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 41C-2.3 31.6-2.3 16.4 7 7zM471 7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L471 7zM7 505c-9.4-9.4-9.4-24.6 0-33.9l80-80c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L41 505c-9.4 9.4-24.6 9.4-33.9 0zm464 0l-80-80c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z" + } + }, + "free": [ + "solid" + ] + }, + "person-rifle": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "army", + "combatant", + "gun", + "military", + "rifle", + "war" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e54e", + "label": "Person Rifle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M265.2 192c25.4 0 49.8 7.1 70.8 19.9V512H144V337.7L90.4 428.3c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8L97.7 258.8c24.5-41.4 69-66.8 117.1-66.8h50.4zM160 80a80 80 0 1 1 160 0A80 80 0 1 1 160 80zM448 0c8.8 0 16 7.2 16 16V132.3c9.6 5.5 16 15.9 16 27.7V269.3l16-5.3V208c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v84.5c0 6.9-4.4 13-10.9 15.2L480 325.3V352h48c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H484l23 92.1c2.5 10.1-5.1 19.9-15.5 19.9H432c-8.8 0-16-7.2-16-16V400H400c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32V160c0-11.8 6.4-22.2 16-27.7V32c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 16z" + } + }, + "free": [ + "solid" + ] + }, + "person-running": { + "aliases": { + "names": [ + "running" + ], + "unicodes": { + "composite": [ + "1f3c3" + ], + "secondary": [ + "10f70c" + ] + } + }, + "changes": [ + "5.4.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "exit", + "flee", + "marathon", + "person running", + "race", + "running" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f70c", + "label": "Person Running", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M320 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM125.7 175.5c9.9-9.9 23.4-15.5 37.5-15.5c1.9 0 3.8 .1 5.6 .3L137.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9-25.4 88.8c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l28.7-100.4c5.9-20.6-2.6-42.6-20.7-53.9L238 299l30.9-82.4 5.1 12.3C289 264.7 323.9 288 362.7 288H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H362.7c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3L57.4 153.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l23.1-23.1zM91.2 352H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h69.6c19 0 36.2-11.2 43.9-28.5L157 361.6l-9.5-6c-17.5-10.9-30.5-26.8-37.9-44.9L91.2 352z" + } + }, + "free": [ + "solid" + ] + }, + "person-shelter": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "house", + "inside", + "roof", + "safe", + "safety", + "shelter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e54f", + "label": "Person Shelter", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M271.9 4.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C6.2 137.9 0 148.5 0 160V480c0 17.7 14.3 32 32 32s32-14.3 32-32V178.6L256 68.9 448 178.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-11.5-6.2-22.1-16.1-27.8l-224-128zM256 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zm-8 280V400h16v88c0 13.3 10.7 24 24 24s24-10.7 24-24V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H246.2c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.3c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L200 313.5V488c0 13.3 10.7 24 24 24s24-10.7 24-24z" + } + }, + "free": [ + "solid" + ] + }, + "person-skating": { + "aliases": { + "names": [ + "skating" + ], + "unicodes": { + "secondary": [ + "10f7c5" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "figure skating", + "ice", + "olympics", + "rink", + "skate", + "winter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7c5", + "label": "Person Skating", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM128 128c0-17.7 14.3-32 32-32H319.4c43.6 0 64.6 53.4 32.8 83.1l-74.4 69.4 60.2 60.2c9 9 14.1 21.2 14.1 33.9V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V349.3l-77.9-77.8c-26.6-26.6-24.6-70.3 4.3-94.4l20.4-17H160c-17.7 0-32-14.3-32-32zM81.4 353.4l86.9-86.9c4.6 10 11 19.3 19.3 27.5l21.8 21.8-82.7 82.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zm322.5 95.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h88.8c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6zM135.2 478.3l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5L4.7 411.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z" + } + }, + "free": [ + "solid" + ] + }, + "person-skiing": { + "aliases": { + "names": [ + "skiing" + ], + "unicodes": { + "composite": [ + "26f7" + ], + "secondary": [ + "10f7c9" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "downhill", + "olympics", + "ski", + "skier", + "snow", + "winter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7c9", + "label": "Person Skiing", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M380.7 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM2.7 268.9c6.1-11.8 20.6-16.3 32.4-10.2L232.7 361.3l46.2-69.2-75.1-75.1c-14.6-14.6-20.4-33.9-18.4-52.1l108.8 52 39.3 39.3c16.2 16.2 18.7 41.5 6 60.6L289.8 391l128.7 66.8c13.6 7.1 29.8 7.2 43.6 .3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7L12.9 301.3C1.2 295.2-3.4 280.7 2.7 268.9zM118.9 65.6L137 74.2l8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-8.5 16.9 54.7 26.2c1.5-.7 3.1-1.4 4.7-2.1l83.4-33.4c34.2-13.7 72.8 4.2 84.5 39.2l17.1 51.2 52.1 26.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-58.1-29c-11.4-5.7-20-15.7-24.1-27.8l-5.8-17.3-27.3 12.1-6.8 3-6.7-3.2L151.5 116.7l-9.2 18.4c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-18-17.6-8.4c-8-3.8-11.3-13.4-7.5-21.3s13.4-11.3 21.3-7.5z" + } + }, + "free": [ + "solid" + ] + }, + "person-skiing-nordic": { + "aliases": { + "names": [ + "skiing-nordic" + ], + "unicodes": { + "secondary": [ + "10f7ca" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cross country", + "olympics", + "winter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7ca", + "label": "Person Skiing Nordic", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M336 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM227.2 160c1.9 0 3.8 .1 5.6 .3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9L291.3 464H202.8l41.1-88.1-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464H99.7l54.2-257.6c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zM121.4 198.6c.4 .4 .8 .8 1.3 1.2L67 464H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H159.3c.4 0 .9 0 1.3 0H319.3c.5 0 1 0 1.4 0H504c39.8 0 72-32.2 72-72v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24v8c0 13.3-10.7 24-24 24H434.6l27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7c0-17.7-14.3-32-32-32H426.7c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4L402.3 464H357.8l21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4 5.1 12.3C353 264.7 387.9 288 426.7 288h2.7z" + } + }, + "free": [ + "solid" + ] + }, + "person-snowboarding": { + "aliases": { + "names": [ + "snowboarding" + ], + "unicodes": { + "composite": [ + "1f3c2" + ], + "secondary": [ + "10f7ce" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "olympics", + "ski", + "snow", + "snowboard", + "snowboarder", + "winter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7ce", + "label": "Person Snowboarding", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M209.7 3.4c15.8-7.9 35-1.5 42.9 14.3l25 50 42.4 8.5c19.5 3.9 37.8 12.3 53.5 24.5l126.1 98.1c14 10.9 16.5 31 5.6 44.9s-31 16.5-44.9 5.6l-72.1-56.1-71.5 31.8 33.1 27.6c23.2 19.3 33.5 50 26.7 79.4l-17.4 75.2c-2.2 9.4-8.2 16.8-16.1 21l86.5 33.1c4.6 1.8 9.4 2.6 14.3 2.6H472c13.3 0 24 10.7 24 24s-10.7 24-24 24H443.8c-10.8 0-21.4-2-31.5-5.8L60.1 371.3c-11.5-4.4-22-11.2-30.8-20L7 329c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.4 22.4c4 4 8.7 7.1 14 9.1l22.4 8.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8 3.5-34.9 20.2-40.5L192 264.9l0-53.2c0-24.2 13.7-46.4 35.4-57.2l45.2-22.6-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35 14.3-42.9zM139 350.1l159 60.9c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44 0 18.8c0 20.7-13.2 39-32.8 45.5L139 350.1zM432 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + }, + "free": [ + "solid" + ] + }, + "person-swimming": { + "aliases": { + "names": [ + "swimmer" + ], + "unicodes": { + "composite": [ + "1f3ca" + ], + "secondary": [ + "10f5c4" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ocean", + "person swimming", + "pool", + "sea", + "swim", + "water" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5c4", + "label": "Person Swimming", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M309.5 178.4L447.9 297.1c-1.6 .9-3.2 2-4.8 3c-18 12.4-40.1 20.3-59.2 20.3c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-10.1 0-21.1-2.2-31.9-6.2C163.1 193.2 262.2 96 384 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-26.9 0-52.3 6.6-74.5 18.4zM160 160A64 64 0 1 1 32 160a64 64 0 1 1 128 0zM306.5 325.9C329 341.4 356.5 352 384 352c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 405.7 417 416 384 416c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 341.2 165.1 352 192 352c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + }, + "free": [ + "solid" + ] + }, + "person-through-window": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "door", + "exit", + "forced entry", + "leave", + "robbery", + "steal", + "window" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e5a9", + "label": "Person Through Window", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 64l224 0 0 9.8c0 39-23.7 74-59.9 88.4C167.6 186.5 128 245 128 310.2l0 73.8s0 0 0 0H64V64zm288 0l224 0V384H508.3l-3.7-4.5-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3l-71.1 0-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29 72.5-79 72.5-133.6l0-9.8zm73 320H379.2l42.7 64H592c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48V400c0 26.5 21.5 48 48 48H308.2l33.2 49.8c9.8 14.7 29.7 18.7 44.4 8.9s18.7-29.7 8.9-44.4L310.5 336l74.6 0 40 48zm-159.5 0H192s0 0 0 0l0-73.8c0-10.2 1.6-20.1 4.7-29.5L265.5 384zM192 128a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + }, + "free": [ + "solid" + ] + }, + "person-walking": { + "aliases": { + "names": [ + "walking" + ], + "unicodes": { + "composite": [ + "1f6b6" + ], + "secondary": [ + "10f554" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crosswalk", + "exercise", + "hike", + "move", + "person walking", + "walk", + "walking" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f554", + "label": "Person Walking", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM126.5 199.3c-1 .4-1.9 .8-2.9 1.2l-8 3.5c-16.4 7.3-29 21.2-34.7 38.2l-2.6 7.8c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.2-40.5l2.6-7.8c11.4-34.1 36.6-61.9 69.4-76.5l8-3.5c20.8-9.2 43.3-14 66.1-14c44.6 0 84.8 26.8 101.9 67.9L281 232.7l21.4 10.7c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L247 287.3c-10.3-5.2-18.4-13.8-22.8-24.5l-9.6-23-19.3 65.5 49.5 54c5.4 5.9 9.2 13 11.2 20.8l23 92.1c4.3 17.1-6.1 34.5-23.3 38.8s-34.5-6.1-38.8-23.3l-22-88.1-70.7-77.1c-14.8-16.1-20.3-38.6-14.7-59.7l16.9-63.5zM68.7 398l25-62.4c2.1 3 4.5 5.8 7 8.6l40.7 44.4-14.5 36.2c-2.4 6-6 11.5-10.6 16.1L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L68.7 398z" + } + }, + "free": [ + "solid" + ] + }, + "person-walking-arrow-loop-left": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "population return", + "return" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e551", + "label": "Person Walking Arrow Loop Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384H480c88.4 0 160-71.6 160-160s-71.6-160-160-160L352 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c53 0 96 43 96 96s-43 96-96 96H461.3l25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3l80 80z" + } + }, + "free": [ + "solid" + ] + }, + "person-walking-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "exit", + "internally displaced", + "leave", + "refugee" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e552", + "label": "Person Walking Arrow Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224H384c-17.7 0-32 14.3-32 32s14.3 32 32 32H530.7l-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80z" + } + }, + "free": [ + "solid" + ] + }, + "person-walking-dashed-line-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "exit", + "refugee" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e553", + "label": "Person Walking Dashed Line Arrow Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224H384c-17.7 0-32 14.3-32 32s14.3 32 32 32H530.7l-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80zM392 0c-13.3 0-24 10.7-24 24V72c0 13.3 10.7 24 24 24s24-10.7 24-24V24c0-13.3-10.7-24-24-24zm24 152c0-13.3-10.7-24-24-24s-24 10.7-24 24v16c0 13.3 10.7 24 24 24s24-10.7 24-24V152zM392 320c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24s24-10.7 24-24V344c0-13.3-10.7-24-24-24zm24 120c0-13.3-10.7-24-24-24s-24 10.7-24 24v48c0 13.3 10.7 24 24 24s24-10.7 24-24V440z" + } + }, + "free": [ + "solid" + ] + }, + "person-walking-luggage": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bag", + "baggage", + "briefcase", + "carry-on", + "deployment", + "rolling" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e554", + "label": "Person Walking Luggage", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M432 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM347.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L505 232.7l-15.3-36.8C472.5 154.8 432.3 128 387.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L340.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4L147.7 304c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8L261.9 296c4.4-7.7 1.8-17.4-5.9-21.9z" + } + }, + "free": [ + "solid" + ] + }, + "person-walking-with-cane": { + "aliases": { + "names": [ + "blind" + ], + "unicodes": { + "secondary": [ + "10f29d" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blind", + "cane" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f29d", + "label": "Person Walking With Cane", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8.4 32c-36.4 0-69.6 20.5-85.9 53.1L35.4 273.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L128 231.6v43.2c0 17 6.7 33.3 18.7 45.3L224 397.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V390.6c0-12.7-5.1-24.9-14.1-33.9L224 306.7V213.3l70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8L268.8 166.4C250.7 142.2 222.2 128 192 128H167.6zM128.3 346.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2-52.8-52.8zM450.8 505.1c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3c-5 3.8-10.5 6.4-16.2 7.9L450.8 505.1z" + } + }, + "free": [ + "solid" + ] + }, + "peseta-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Peseta Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e221", + "label": "Peseta Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64v96c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 96V448c0 17.7 14.3 32 32 32s32-14.3 32-32V352h96c77.4 0 142-55 156.8-128H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-3.2C334 87 269.4 32 192 32H64zM282.5 160H96V96h96c41.8 0 77.4 26.7 90.5 64zM96 224H282.5c-13.2 37.3-48.7 64-90.5 64H96V224z" + } + }, + "free": [ + "solid" + ] + }, + "peso-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Peso Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e222", + "label": "Peso Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 32C46.3 32 32 46.3 32 64v64c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c68.4 0 127.7-39 156.8-96H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.7c.5-5.3 .7-10.6 .7-16s-.2-10.7-.7-16h.7c17.7 0 32-14.3 32-32s-14.3-32-32-32H332.8C303.7 71 244.4 32 176 32H64zm190.4 96H96V96h80c30.5 0 58.2 12.2 78.4 32zM96 192H286.9c.7 5.2 1.1 10.6 1.1 16s-.4 10.8-1.1 16H96V192zm158.4 96c-20.2 19.8-47.9 32-78.4 32H96V288H254.4z" + } + }, + "free": [ + "solid" + ] + }, + "phabricator": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3db", + "label": "Phabricator", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M323 262.1l-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7zm-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4-17.3.8-32.1-12.5-32.8-29.6-.7-17.1 12.8-31.6 30.1-32.3 17.3-.8 32.1 12.5 32.8 29.5zm201.2-37.9l-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81zM140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1z" + } + }, + "free": [ + "brands" + ] + }, + "phoenix-framework": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3dc", + "label": "Phoenix Framework", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4zM75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8zm196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2zm174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2zm102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3zm-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9zM268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7.4-.1.9 0 1.5.3-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6zM640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4zm-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1z" + } + }, + "free": [ + "brands" + ] + }, + "phoenix-squadron": { + "changes": [ + "5.0.12", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f511", + "label": "Phoenix Squadron", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z" + } + }, + "free": [ + "brands" + ] + }, + "phone": { + "aliases": { + "unicodes": { + "composite": [ + "1f4de", + "1f57b" + ], + "secondary": [ + "10f095" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Left Hand Telephone Receiver", + "call", + "earphone", + "number", + "phone", + "receiver", + "support", + "telephone", + "telephone receiver", + "voice" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f095", + "label": "Phone", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z" + } + }, + "free": [ + "solid" + ] + }, + "phone-flip": { + "aliases": { + "names": [ + "phone-alt" + ], + "unicodes": { + "composite": [ + "1f57d" + ], + "secondary": [ + "10f879" + ] + } + }, + "changes": [ + "5.9.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Right Hand Telephone Receiver", + "call", + "earphone", + "number", + "support", + "telephone", + "voice" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f879", + "label": "Phone Flip", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767391, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M347.1 24.6c7.7-18.6 28-28.5 47.4-23.2l88 24C499.9 30.2 512 46 512 64c0 247.4-200.6 448-448 448c-18 0-33.8-12.1-38.6-29.5l-24-88c-5.3-19.4 4.6-39.7 23.2-47.4l96-40c16.3-6.8 35.2-2.1 46.3 11.6L207.3 368c70.4-33.3 127.4-90.3 160.7-160.7L318.7 167c-13.7-11.2-18.4-30-11.6-46.3l40-96z" + } + }, + "free": [ + "solid" + ] + }, + "phone-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f3dd" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "call", + "cancel", + "earphone", + "mute", + "number", + "support", + "telephone", + "voice" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3dd", + "label": "Phone Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M228.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C76.1 30.2 64 46 64 64c0 107.4 37.8 206 100.8 283.1L9.2 469.1c-10.4 8.2-12.3 23.3-4.1 33.7s23.3 12.3 33.7 4.1l592-464c10.4-8.2 12.3-23.3 4.1-33.7s-23.3-12.3-33.7-4.1L253 278c-17.8-21.5-32.9-45.2-45-70.7L257.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96zm96.8 319l-91.3 72C310.7 476 407.1 512 512 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L368.7 368c-15-7.1-29.3-15.2-43-24.3z" + } + }, + "free": [ + "solid" + ] + }, + "phone-volume": { + "aliases": { + "names": [ + "volume-control-phone" + ], + "unicodes": { + "secondary": [ + "10f2a0" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.0.3", + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "call", + "earphone", + "number", + "sound", + "support", + "telephone", + "voice", + "volume-control-phone" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2a0", + "label": "Phone Volume", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M280 0C408.1 0 512 103.9 512 232c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32-72c0-13.3 10.7-24 24-24c75.1 0 136 60.9 136 136c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88c-13.3 0-24-10.7-24-24zM117.5 1.4c19.4-5.3 39.7 4.6 47.4 23.2l40 96c6.8 16.3 2.1 35.2-11.6 46.3L144 207.3c33.3 70.4 90.3 127.4 160.7 160.7L345 318.7c11.2-13.7 30-18.4 46.3-11.6l96 40c18.6 7.7 28.5 28 23.2 47.4l-24 88C481.8 499.9 466 512 448 512C200.6 512 0 311.4 0 64C0 46 12.1 30.2 29.5 25.4l88-24z" + } + }, + "free": [ + "solid" + ] + }, + "photo-film": { + "aliases": { + "names": [ + "photo-video" + ], + "unicodes": { + "secondary": [ + "10f87c" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "av", + "film", + "image", + "library", + "media" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f87c", + "label": "Photo Film", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 0H576c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64H256c-35.3 0-64-28.7-64-64V64c0-35.3 28.7-64 64-64zM476 106.7C471.5 100 464 96 456 96s-15.5 4-20 10.7l-56 84L362.7 169c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6h80 48H552c8.9 0 17-4.9 21.2-12.7s3.7-17.3-1.2-24.6l-96-144zM336 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM64 128h96V384v32c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V384H512v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64zm8 64c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H72zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V312c0-8.8-7.2-16-16-16H72zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V416c0-8.8-7.2-16-16-16H72zm336 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V416c0-8.8-7.2-16-16-16H424c-8.8 0-16 7.2-16 16z" + } + }, + "free": [ + "solid" + ] + }, + "php": { + "changes": [ + "5.0.5" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f457", + "label": "PHP", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7zM218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3zM97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7L97.4 350.3zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5l32.7-168.6zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3zM384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417l-32.8 168.7z" + } + }, + "free": [ + "brands" + ] + }, + "pied-piper": { + "changes": [ + "4.6.0", + "5.0.0", + "5.0.10", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2ae", + "label": "Pied Piper Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 480, + 512 + ], + "width": 480, + "height": 512, + "path": "M455.93,23.2C429.23,30,387.79,51.69,341.35,90.66A206,206,0,0,0,240,64C125.13,64,32,157.12,32,272s93.13,208,208,208,208-93.13,208-208a207.25,207.25,0,0,0-58.75-144.81,155.35,155.35,0,0,0-17,27.4A176.16,176.16,0,0,1,417.1,272c0,97.66-79.44,177.11-177.09,177.11a175.81,175.81,0,0,1-87.63-23.4c82.94-107.33,150.79-37.77,184.31-226.65,5.79-32.62,28-94.26,126.23-160.18C471,33.45,465.35,20.8,455.93,23.2ZM125,406.4A176.66,176.66,0,0,1,62.9,272C62.9,174.34,142.35,94.9,240,94.9a174,174,0,0,1,76.63,17.75C250.64,174.76,189.77,265.52,125,406.4Z" + } + }, + "free": [ + "brands" + ] + }, + "pied-piper-alt": { + "changes": [ + "4.1.0", + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1a8", + "label": "Alternate Pied Piper Logo (Old)", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z" + } + }, + "free": [ + "brands" + ] + }, + "pied-piper-hat": { + "changes": [ + "5.0.10" + ], + "ligatures": [], + "search": { + "terms": [ + "clothing" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f4e5", + "label": "Pied Piper Hat (Old)", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8z" + } + }, + "free": [ + "brands" + ] + }, + "pied-piper-pp": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1a7", + "label": "Pied Piper PP Logo (Old)", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8zm52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM185 255.1c41 0 74.2-35.6 74.2-79.6 0-44-33.2-79.6-74.2-79.6-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8zm158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6z" + } + }, + "free": [ + "brands" + ] + }, + "piggy-bank": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4d3" + ] + } + }, + "changes": [ + "5.0.9", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank", + "save", + "savings" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4d3", + "label": "Piggy Bank", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M400 96l0 .7c-5.3-.4-10.6-.7-16-.7H256c-16.5 0-32.5 2.1-47.8 6c-.1-2-.2-4-.2-6c0-53 43-96 96-96s96 43 96 96zm-16 32c3.5 0 7 .1 10.4 .3c4.2 .3 8.4 .7 12.6 1.3C424.6 109.1 450.8 96 480 96h11.5c10.4 0 18 9.8 15.5 19.9l-13.8 55.2c15.8 14.8 28.7 32.8 37.5 52.9H544c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H512c-9.1 12.1-19.9 22.9-32 32v64c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H256v32c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V416c-34.9-26.2-58.7-66.3-63.2-112H68c-37.6 0-68-30.4-68-68s30.4-68 68-68h4c13.3 0 24 10.7 24 24s-10.7 24-24 24H68c-11 0-20 9-20 20s9 20 20 20H99.2c12.1-59.8 57.7-107.5 116.3-122.8c12.9-3.4 26.5-5.2 40.5-5.2H384zm64 136a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z" + } + }, + "free": [ + "solid" + ] + }, + "pills": { + "aliases": { + "unicodes": { + "secondary": [ + "10f484" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medicine", + "prescription", + "tablets" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f484", + "label": "Pills", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z" + } + }, + "free": [ + "solid" + ] + }, + "pinterest": { + "changes": [ + "2.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f0d2", + "label": "Pinterest", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z" + } + }, + "free": [ + "brands" + ] + }, + "pinterest-p": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f231", + "label": "Pinterest P", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" + } + }, + "free": [ + "brands" + ] + }, + "pix": { + "changes": [ + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e43a", + "label": "Pix", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C256.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 127.1 132.6 120.2 112.6 120.2H103.3L200.7 22.76C231.1-7.586 280.3-7.586 310.6 22.76L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.8 142.5 392.6 142.5H430.3L488.6 200.8C518.9 231.1 518.9 280.3 488.6 310.6L430.3 368.9H392.6C378.8 368.9 365.3 363.3 355.5 353.5L278.5 276.5C264.6 262.6 240.3 262.6 226.4 276.6L149.7 353.2C139.1 363 126.4 368.6 112.6 368.6H80.78L22.76 310.6C-7.586 280.3-7.586 231.1 22.76 200.8L80.78 142.7H112.6z" + } + }, + "free": [ + "brands" + ] + }, + "pizza-slice": { + "aliases": { + "unicodes": { + "secondary": [ + "10f818" + ] + } + }, + "changes": [ + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cheese", + "chicago", + "italian", + "mozzarella", + "new york", + "pepperoni", + "pie", + "slice", + "teenage mutant ninja turtles", + "tomato" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f818", + "label": "Pizza Slice", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M169.7 .9c-22.8-1.6-41.9 14-47.5 34.7L110.4 80c.5 0 1.1 0 1.6 0c176.7 0 320 143.3 320 320c0 .5 0 1.1 0 1.6l44.4-11.8c20.8-5.5 36.3-24.7 34.7-47.5C498.5 159.5 352.5 13.5 169.7 .9zM399.8 410.2c.1-3.4 .2-6.8 .2-10.2c0-159.1-128.9-288-288-288c-3.4 0-6.8 .1-10.2 .2L.5 491.9c-1.5 5.5 .1 11.4 4.1 15.4s9.9 5.6 15.4 4.1L399.8 410.2zM176 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM96 384a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "solid" + ] + }, + "place-of-worship": { + "aliases": { + "unicodes": { + "secondary": [ + "10f67f" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "church", + "holy", + "mosque", + "synagogue" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f67f", + "label": "Place Of Worship", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 109.3V217.6L183.3 242c-14.5 8.7-23.3 24.3-23.3 41.2V512h96V416c0-35.3 28.7-64 64-64s64 28.7 64 64v96h96V283.2c0-16.9-8.8-32.5-23.3-41.2L416 217.6V109.3c0-8.5-3.4-16.6-9.4-22.6L331.3 11.3c-6.2-6.2-16.4-6.2-22.6 0L233.4 86.6c-6 6-9.4 14.1-9.4 22.6zM24.9 330.3C9.5 338.8 0 354.9 0 372.4V464c0 26.5 21.5 48 48 48h80V273.6L24.9 330.3zM592 512c26.5 0 48-21.5 48-48V372.4c0-17.5-9.5-33.6-24.9-42.1L512 273.6V512h80z" + } + }, + "free": [ + "solid" + ] + }, + "plane": { + "aliases": { + "unicodes": { + "secondary": [ + "10f072" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "airport", + "destination", + "fly", + "location", + "mode", + "travel", + "trip" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f072", + "label": "Plane", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z" + } + }, + "free": [ + "solid" + ] + }, + "plane-arrival": { + "aliases": { + "unicodes": { + "composite": [ + "1f6ec" + ], + "secondary": [ + "10f5af" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aeroplane", + "airplane", + "airplane arrival", + "airport", + "arrivals", + "arriving", + "destination", + "fly", + "land", + "landing", + "location", + "mode", + "travel", + "trip" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5af", + "label": "Plane Arrival", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M.3 166.9L0 68C0 57.7 9.5 50.1 19.5 52.3l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6L181.8 20.4C178.9 10.2 186.6 0 197.2 0h40.1c11.6 0 22.2 6.2 27.9 16.3l109 193.8 107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7L121.7 289.8c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14-9.3-22.5zM32 448H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm96-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128-16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "plane-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "airport", + "flight", + "fly", + "not affected", + "ok", + "okay", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e555", + "label": "Plane Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + }, + "free": [ + "solid" + ] + }, + "plane-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "airplane", + "airport", + "flight", + "fly", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e556", + "label": "Plane Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "plane-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "airport", + "destroy", + "flight", + "fly", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e557", + "label": "Plane Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + }, + "free": [ + "solid" + ] + }, + "plane-departure": { + "aliases": { + "unicodes": { + "composite": [ + "1f6eb" + ], + "secondary": [ + "10f5b0" + ] + } + }, + "changes": [ + "5.1.0", + "5.8.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aeroplane", + "airplane", + "airplane departure", + "airport", + "check-in", + "departing", + "departure", + "departures", + "destination", + "fly", + "location", + "mode", + "take off", + "taking off", + "travel", + "trip" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5b0", + "label": "Plane Departure", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240 77.8 214.1c-8.7-3.9-18.8-3.7-27.3 .6L18.3 230.8c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2H248.4c5 0 9.9-1.2 14.3-3.4L535.6 212.2c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48H542.8c-20.2 0-40.2 4.8-58.2 14L381 114.9zM0 480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "plane-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "airport", + "closed", + "flight", + "fly", + "lockdown", + "quarantine", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e558", + "label": "Plane Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7v84.6l101.8 58.2C418 247.6 416 259.6 416 272v24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1V400l57.6 43.2c4 3 6.4 7.8 6.4 12.8v24 18c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14V456c0-5 2.4-9.8 6.4-12.8L192 400l0-70.9-171.6 49C10.2 381.1 0 373.4 0 362.8V297.3c0-5.7 3.1-11 8.1-13.9L192 178.3V93.7zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z" + } + }, + "free": [ + "solid" + ] + }, + "plane-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e069" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane mode", + "airport", + "canceled", + "covid-19", + "delayed", + "grounded", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e069", + "label": "Plane Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M514.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64H440.6L630.8 469.1c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L238.1 161.3 197.8 20.4C194.9 10.2 202.6 0 213.2 0h56.2c11.5 0 22.1 6.2 27.8 16.1L397.7 192l116.6 0zM41.5 128.7l321 252.9L297.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6H144l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4H46c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L64 256 32.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-6.2 4-11.4 9.5-13.3z" + } + }, + "free": [ + "solid" + ] + }, + "plane-up": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "airport", + "internet", + "signal", + "sky", + "wifi", + "wireless" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e22d", + "label": "Plane Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7l0 66.3L497.8 278.5c8.9 5.9 14.2 15.9 14.2 26.6v56.7c0 10.9-10.7 18.6-21.1 15.2L320 320v80l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14V456c0-5 2.4-9.8 6.4-12.8L192 400V320L21.1 377C10.7 380.4 0 372.7 0 361.8V305.1c0-10.7 5.3-20.7 14.2-26.6L192 160V93.7z" + } + }, + "free": [ + "solid" + ] + }, + "plant-wilt": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drought", + "planting", + "vegetation", + "wilt" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e5aa", + "label": "Plant Wilt", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 120c0-30.9 25.1-56 56-56s56 25.1 56 56v13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1V120C464 53.7 410.3 0 344 0S224 53.7 224 120v21.8C207.3 133 188.2 128 168 128c-66.3 0-120 53.7-120 120v13c-29.3 10-48 34.5-48 70.1C0 359 25.3 405.9 66 442.7c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1V248c0-30.9 25.1-56 56-56s56 25.1 56 56v32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V280 248 120z" + } + }, + "free": [ + "solid" + ] + }, + "plate-wheat": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bowl", + "hunger", + "rations", + "wheat" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e55a", + "label": "Plate Wheat", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 32c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zM56 64h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24zM24 136H136c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24zM272 48c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48zM400 32c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zm80 160v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 176c8.8 0 16 7.2 16 16v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80zm-96 16v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM3.5 347.6C1.6 332.9 13 320 27.8 320H484.2c14.8 0 26.2 12.9 24.4 27.6C502.3 397.8 464.2 437 416 446v2c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32v-2c-48.2-9-86.3-48.2-92.5-98.4z" + } + }, + "free": [ + "solid" + ] + }, + "play": { + "aliases": { + "unicodes": { + "composite": [ + "25b6" + ], + "secondary": [ + "10f04b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "audio", + "music", + "play", + "play button", + "playing", + "right", + "sound", + "start", + "triangle", + "video" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f04b", + "label": "Play", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z" + } + }, + "free": [ + "solid" + ] + }, + "playstation": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3df", + "label": "PlayStation", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9zm-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6zM43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4 13.9 4.6 39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10z" + } + }, + "free": [ + "brands" + ] + }, + "plug": { + "aliases": { + "unicodes": { + "composite": [ + "1f50c" + ], + "secondary": [ + "10f1e6" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "connect", + "electric", + "electric plug", + "electricity", + "online", + "plug", + "power" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1e6", + "label": "Plug", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8C297 398 352 333.4 352 256V224c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + } + }, + "free": [ + "solid" + ] + }, + "plug-circle-bolt": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electric", + "electricity", + "plug", + "power" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e55b", + "label": "Plug Circle Bolt", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356H488c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380H376c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z" + } + }, + "free": [ + "solid" + ] + }, + "plug-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electric", + "electricity", + "not affected", + "ok", + "okay", + "plug", + "power" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e55c", + "label": "Plug Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z" + } + }, + "free": [ + "solid" + ] + }, + "plug-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "electric", + "electricity", + "plug", + "power" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e55d", + "label": "Plug Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "plug-circle-minus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electric", + "electricity", + "plug", + "power" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e55e", + "label": "Plug Circle Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16H496c8.8 0 16 7.2 16 16z" + } + }, + "free": [ + "solid" + ] + }, + "plug-circle-plus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "electric", + "electricity", + "plug", + "power" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e55f", + "label": "Plug Circle Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208v48h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V384H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h48V304c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + }, + "free": [ + "solid" + ] + }, + "plug-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "destroy", + "electric", + "electricity", + "outage", + "plug", + "power" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e560", + "label": "Plug Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" + } + }, + "free": [ + "solid" + ] + }, + "plus": { + "aliases": { + "names": [ + "add" + ], + "unicodes": { + "composite": [ + "2795", + "f067" + ], + "primary": [ + "f067" + ], + "secondary": [ + "102b", + "10f067" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "+", + "Plus Sign", + "add", + "create", + "expand", + "math", + "new", + "plus", + "positive", + "shape", + "sign" + ] + }, + "styles": [ + "solid" + ], + "unicode": "2b", + "label": "Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z" + } + }, + "free": [ + "solid" + ] + }, + "plus-minus": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Plus-Minus Sign", + "add", + "math", + "subtract" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e43c", + "label": "Plus Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V144H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H160V320c0 17.7 14.3 32 32 32s32-14.3 32-32V208H336c17.7 0 32-14.3 32-32s-14.3-32-32-32H224V32zM0 480c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "podcast": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2ce" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "broadcast", + "music", + "sound" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2ce", + "label": "Podcast", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0S448 100.3 448 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57zm-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9zM224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4c-7.8-28.5-20.6-99.7-20.6-132.8c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112 56 56 0 1 1 0-112z" + } + }, + "free": [ + "solid" + ] + }, + "poo": { + "aliases": { + "unicodes": { + "composite": [ + "1f4a9" + ], + "secondary": [ + "10f2fe" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crap", + "dung", + "face", + "monster", + "pile of poo", + "poo", + "poop", + "shit", + "smile", + "turd" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2fe", + "label": "Poo", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M268.9 .9c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.4c2.8 8.2 4.3 16.9 4.3 26.1c0 44.1-35.7 79.9-79.8 80H160c-35.3 0-64 28.7-64 64c0 19.1 8.4 36.3 21.7 48H104c-39.8 0-72 32.2-72 72c0 23.2 11 43.8 28 57c-34.1 5.7-60 35.3-60 71c0 39.8 32.2 72 72 72H440c39.8 0 72-32.2 72-72c0-35.7-25.9-65.3-60-71c17-13.2 28-33.8 28-57c0-39.8-32.2-72-72-72H394.3c13.3-11.7 21.7-28.9 21.7-48c0-35.3-28.7-64-64-64h-5.5c3.5-10 5.5-20.8 5.5-32c0-48.6-36.2-88.8-83.1-95.1zM192 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm64 108.3c0 2.4-.7 4.8-2.2 6.7c-8.2 10.5-39.5 45-93.8 45s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8 5.5-12.3 12.3-12.3H339.7c6.8 0 12.3 5.5 12.3 12.3z" + } + }, + "free": [ + "solid" + ] + }, + "poo-storm": { + "aliases": { + "names": [ + "poo-bolt" + ], + "unicodes": { + "secondary": [ + "10f75a" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bolt", + "cloud", + "euphemism", + "lightning", + "mess", + "poop", + "shit", + "turd" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f75a", + "label": "Poo Storm", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M236.9 .2c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.3c2.8 8.2 4.3 16.9 4.3 26.1c0 21.7-8.5 37.2-21.9 47.6c-13.8 10.8-34 17-57.8 17H128c-35.3 0-64 28.7-64 64c0 12.2 3.4 23.5 9.3 33.2C31.7 216.2 0 252.4 0 296c0 41 28 75.4 65.8 85.2c-5.3-18.5 1-38.5 16.2-50.7l160-128c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L285.7 320H304c20.4 0 38.5 12.9 45.3 32.1c3.7 10.6 3.5 21.8 0 31.9H360c48.6 0 88-39.4 88-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7 9.3-21.1 9.3-33.2c0-35.3-28.7-64-64-64h-1.4c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2zm45.1 227.4c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7h70.1L129.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H233.9l52.4-104.8c3.4-6.7 1.6-14.9-4.3-19.6z" + } + }, + "free": [ + "solid" + ] + }, + "poop": { + "aliases": { + "unicodes": { + "secondary": [ + "10f619" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "crap", + "poop", + "shit", + "smile", + "turd" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f619", + "label": "Poop", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M254.4 6.6c3.5-4.3 9-6.5 14.5-5.7C315.8 7.2 352 47.4 352 96c0 11.2-1.9 22-5.5 32H352c35.3 0 64 28.7 64 64c0 19.1-8.4 36.3-21.7 48H408c39.8 0 72 32.2 72 72c0 23.2-11 43.8-28 57c34.1 5.7 60 35.3 60 71c0 39.8-32.2 72-72 72H72c-39.8 0-72-32.2-72-72c0-35.7 25.9-65.3 60-71c-17-13.2-28-33.8-28-57c0-39.8 32.2-72 72-72h13.7C104.4 228.3 96 211.1 96 192c0-35.3 28.7-64 64-64h16.2c44.1-.1 79.8-35.9 79.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1 2.8-15.4z" + } + }, + "free": [ + "solid" + ] + }, + "power-off": { + "aliases": { + "unicodes": { + "composite": [ + "23fb" + ], + "secondary": [ + "10f011" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Power Symbol", + "cancel", + "computer", + "on", + "reboot", + "restart" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f011", + "label": "Power Off", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V256c0 17.7 14.3 32 32 32s32-14.3 32-32V32zM143.5 120.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z" + } + }, + "free": [ + "solid" + ] + }, + "prescription": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5b1" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medical", + "medicine", + "pharmacy", + "rx" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5b1", + "label": "Prescription", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 0C14.3 0 0 14.3 0 32V192v96c0 17.7 14.3 32 32 32s32-14.3 32-32V224h50.7l128 128L137.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 397.3 393.4 502.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L333.3 352 438.6 246.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 306.7l-85.8-85.8C251.4 209.1 288 164.8 288 112C288 50.1 237.9 0 176 0H32zM176 160H64V64H176c26.5 0 48 21.5 48 48s-21.5 48-48 48z" + } + }, + "free": [ + "solid" + ] + }, + "prescription-bottle": { + "aliases": { + "unicodes": { + "secondary": [ + "10f485" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medical", + "medicine", + "pharmacy", + "rx" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f485", + "label": "Prescription Bottle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H352c17.7 0 32 14.3 32 32V64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64V32zm32 96H352V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V416H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V320H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V224H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V128z" + } + }, + "free": [ + "solid" + ] + }, + "prescription-bottle-medical": { + "aliases": { + "names": [ + "prescription-bottle-alt" + ], + "unicodes": { + "secondary": [ + "10f486" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medical", + "medicine", + "pharmacy", + "rx" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f486", + "label": "Prescription Bottle Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H352c17.7 0 32 14.3 32 32V64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64V32zm32 96H352V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zM160 240v48H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V352h48c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H224V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z" + } + }, + "free": [ + "solid" + ] + }, + "print": { + "aliases": { + "unicodes": { + "composite": [ + "1f5a8", + "1f5b6", + "2399" + ], + "secondary": [ + "10f02f" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Print Screen Symbol", + "Printer Icon", + "business", + "computer", + "copy", + "document", + "office", + "paper", + "printer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f02f", + "label": "Print", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 0C92.7 0 64 28.7 64 64v96h64V64H354.7L384 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0H128zM384 352v32 64H128V384 368 352H384zm64 32h32c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v96c0 17.7 14.3 32 32 32H64v64c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V384zM432 248a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "solid" + ] + }, + "product-hunt": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f288", + "label": "Product Hunt", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z" + } + }, + "free": [ + "brands" + ] + }, + "pump-medical": { + "aliases": { + "unicodes": { + "secondary": [ + "10e06a" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anti-bacterial", + "clean", + "covid-19", + "disinfect", + "hygiene", + "medical grade", + "sanitizer", + "soap" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e06a", + "label": "Pump Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 32v96H256V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512H285.2c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7H117.4zM216 280v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V360H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V280c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + }, + "free": [ + "solid" + ] + }, + "pump-soap": { + "aliases": { + "unicodes": { + "secondary": [ + "10e06b" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anti-bacterial", + "clean", + "covid-19", + "disinfect", + "hygiene", + "sanitizer", + "soap" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e06b", + "label": "Pump Soap", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M128 32v96H256V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512H285.2c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7H117.4zM256 360c0 35.3-28.7 56-64 56s-64-20.7-64-56c0-32.5 37-80.9 50.9-97.9c3.2-3.9 8.1-6.1 13.1-6.1s9.9 2.2 13.1 6.1C219 279.1 256 327.5 256 360z" + } + }, + "free": [ + "solid" + ] + }, + "pushed": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3e1", + "label": "Pushed", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 432, + 512 + ], + "width": 432, + "height": 512, + "path": "M407 111.9l-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8zM297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6l189-31zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7L22.7 107.9zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1zm272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6z" + } + }, + "free": [ + "brands" + ] + }, + "puzzle-piece": { + "aliases": { + "unicodes": { + "composite": [ + "1f9e9" + ], + "secondary": [ + "10f12e" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "add-on", + "addon", + "clue", + "game", + "interlocking", + "jigsaw", + "piece", + "puzzle", + "puzzle piece", + "section" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f12e", + "label": "Puzzle Piece", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 104.8c0-9.2-5.8-17.3-13.2-22.8C167.2 73.3 160 61.3 160 48c0-26.5 28.7-48 64-48s64 21.5 64 48c0 13.3-7.2 25.3-18.8 34c-7.4 5.5-13.2 13.6-13.2 22.8v0c0 12.8 10.4 23.2 23.2 23.2H336c26.5 0 48 21.5 48 48v56.8c0 12.8 10.4 23.2 23.2 23.2v0c9.2 0 17.3-5.8 22.8-13.2c8.7-11.6 20.7-18.8 34-18.8c26.5 0 48 28.7 48 64s-21.5 64-48 64c-13.3 0-25.3-7.2-34-18.8c-5.5-7.4-13.6-13.2-22.8-13.2v0c-12.8 0-23.2 10.4-23.2 23.2V464c0 26.5-21.5 48-48 48H279.2c-12.8 0-23.2-10.4-23.2-23.2v0c0-9.2 5.8-17.3 13.2-22.8c11.6-8.7 18.8-20.7 18.8-34c0-26.5-28.7-48-64-48s-64 21.5-64 48c0 13.3 7.2 25.3 18.8 34c7.4 5.5 13.2 13.6 13.2 22.8v0c0 12.8-10.4 23.2-23.2 23.2H48c-26.5 0-48-21.5-48-48V343.2C0 330.4 10.4 320 23.2 320v0c9.2 0 17.3 5.8 22.8 13.2C54.7 344.8 66.7 352 80 352c26.5 0 48-28.7 48-64s-21.5-64-48-64c-13.3 0-25.3 7.2-34 18.8C40.5 250.2 32.4 256 23.2 256v0C10.4 256 0 245.6 0 232.8V176c0-26.5 21.5-48 48-48H168.8c12.8 0 23.2-10.4 23.2-23.2v0z" + } + }, + "free": [ + "solid" + ] + }, + "python": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3e2", + "label": "Python", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z" + } + }, + "free": [ + "brands" + ] + }, + "q": { + "aliases": { + "unicodes": { + "composite": [ + "71" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter Q", + "Latin Small Letter Q", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "51", + "label": "Q", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 256c0 88.4 71.6 160 160 160c28.9 0 56-7.7 79.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l70.9 85.1C371.9 325.8 384 292.3 384 256c0-88.4-71.6-160-160-160S64 167.6 64 256zM344.9 444.6C310 467 268.5 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32s224 100.3 224 224c0 56.1-20.6 107.4-54.7 146.7l47.3 56.8c11.3 13.6 9.5 33.8-4.1 45.1s-33.8 9.5-45.1-4.1l-46.6-55.9z" + } + }, + "free": [ + "solid" + ] + }, + "qq": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1d6", + "label": "QQ", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704z" + } + }, + "free": [ + "brands" + ] + }, + "qrcode": { + "aliases": { + "unicodes": { + "secondary": [ + "10f029" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "barcode", + "info", + "information", + "scan" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f029", + "label": "Qrcode", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80zM64 96v64h64V96H64zM0 336c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V336zm64 16v64h64V352H64zM304 32h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H304c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48zm80 64H320v64h64V96zM256 304c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s7.2-16 16-16s16 7.2 16 16v96c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s-7.2-16-16-16s-16 7.2-16 16v64c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V304zM368 480a16 16 0 1 1 0-32 16 16 0 1 1 0 32zm64 0a16 16 0 1 1 0-32 16 16 0 1 1 0 32z" + } + }, + "free": [ + "solid" + ] + }, + "question": { + "aliases": { + "unicodes": { + "composite": [ + "2753", + "2754", + "f128" + ], + "primary": [ + "f128" + ], + "secondary": [ + "103f", + "10f128" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "?", + "Question Mark", + "help", + "information", + "mark", + "outlined", + "punctuation", + "question", + "red question mark", + "support", + "unknown", + "white question mark" + ] + }, + "styles": [ + "solid" + ], + "unicode": "3f", + "label": "Question", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M80 160c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64v3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74V320c0 17.7 14.3 32 32 32s32-14.3 32-32v-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7V160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z" + } + }, + "free": [ + "solid" + ] + }, + "quinscape": { + "changes": [ + "5.0.5", + "5.7.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f459", + "label": "QuinScape", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.36 237.36 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1l.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2z" + } + }, + "free": [ + "brands" + ] + }, + "quora": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2c4", + "label": "Quora", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3zM297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5z" + } + }, + "free": [ + "brands" + ] + }, + "quote-left": { + "aliases": { + "names": [ + "quote-left-alt" + ], + "unicodes": { + "composite": [ + "201c" + ], + "secondary": [ + "10f10d" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Left Double Quotation Mark", + "mention", + "note", + "phrase", + "text", + "type" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f10d", + "label": "Quote Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z" + } + }, + "free": [ + "solid" + ] + }, + "quote-right": { + "aliases": { + "names": [ + "quote-right-alt" + ], + "unicodes": { + "composite": [ + "201d" + ], + "secondary": [ + "10f10e" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Right Double Quotation Mark", + "mention", + "note", + "phrase", + "text", + "type" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f10e", + "label": "Quote Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 296c0 66.3-53.7 120-120 120h-8c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H320c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72zm-256 0c0 66.3-53.7 120-120 120H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72z" + } + }, + "free": [ + "solid" + ] + }, + "r": { + "aliases": { + "unicodes": { + "composite": [ + "72" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter R", + "Latin Small Letter R", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "52", + "label": "R", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V288 448c0 17.7 14.3 32 32 32s32-14.3 32-32V320h95.3L261.8 466.4c10.1 14.5 30.1 18 44.6 7.9s18-30.1 7.9-44.6L230.1 309.5C282.8 288.1 320 236.4 320 176c0-79.5-64.5-144-144-144H64zM176 256H64V96H176c44.2 0 80 35.8 80 80s-35.8 80-80 80z" + } + }, + "free": [ + "solid" + ] + }, + "r-project": { + "changes": [ + "5.0.11", + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4f7", + "label": "R Project", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 581, + 512 + ], + "width": 581, + "height": 512, + "path": "M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7zm-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9zm225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3zm-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9v-22.1z" + } + }, + "free": [ + "brands" + ] + }, + "radiation": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7b9" + ] + } + }, + "changes": [ + "5.6.0", + "5.8.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "danger", + "dangerous", + "deadly", + "hazard", + "nuclear", + "radioactive", + "warning" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7b9", + "label": "Radiation", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M216 186.7c-23.9 13.8-40 39.7-40 69.3L32 256C14.3 256-.2 241.6 2 224.1C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10l72 124.7zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7zm224-80l-144 0c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zM256 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + }, + "free": [ + "solid" + ] + }, + "radio": { + "aliases": { + "unicodes": { + "composite": [ + "1f4fb" + ], + "secondary": [ + "10f8d7" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "am", + "broadcast", + "fm", + "frequency", + "music", + "news", + "radio", + "receiver", + "transmitter", + "tuner", + "video" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f8d7", + "label": "Radio", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M494.8 47c12.7-3.7 20-17.1 16.3-29.8S494-2.8 481.2 1L51.7 126.9c-9.4 2.7-17.9 7.3-25.1 13.2C10.5 151.7 0 170.6 0 192v4V304 448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H218.5L494.8 47zM368 240a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM80 256c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16zM64 320c0-8.8 7.2-16 16-16H208c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm16 64c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "rainbow": { + "aliases": { + "unicodes": { + "composite": [ + "1f308" + ], + "secondary": [ + "10f75b" + ] + } + }, + "changes": [ + "5.5.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "gold", + "leprechaun", + "prism", + "rain", + "rainbow", + "sky" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f75b", + "label": "Rainbow", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 96C178.6 96 64 210.6 64 352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352C0 175.3 143.3 32 320 32s320 143.3 320 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352C576 210.6 461.4 96 320 96zm0 192c-35.3 0-64 28.7-64 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-70.7 57.3-128 128-128s128 57.3 128 128v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-35.3-28.7-64-64-64zM160 352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-123.7 100.3-224 224-224s224 100.3 224 224v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-88.4-71.6-160-160-160s-160 71.6-160 160z" + } + }, + "free": [ + "solid" + ] + }, + "ranking-star": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chart", + "first place", + "podium", + "rank", + "win" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e561", + "label": "Ranking Star", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0L286.2 54.1l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8 46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1 38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32H256zM32 320c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32H32zm416 96v64c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V416c0-17.7-14.3-32-32-32H480c-17.7 0-32 14.3-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "raspberry-pi": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f7bb", + "label": "Raspberry Pi", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 407, + 512 + ], + "width": 407, + "height": 512, + "path": "M372 232.5l-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7zm-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9zm-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80c24.5-15.8 59.8-5.6 78.8 22.8s14.6 64.2-9.9 80zM238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8zm-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8zm-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6zm60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9zM38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3zm91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7zm-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8zM205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4zm58.9-124.9c.2 29.7-26.2 53.8-58.8 54-32.6.2-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54 32.6-.2 59.2 23.8 59.4 53.4v.6zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3zm22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3z" + } + }, + "free": [ + "brands" + ] + }, + "ravelry": { + "changes": [ + "4.7.0", + "5.0.0", + "5.15.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2d9", + "label": "Ravelry", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M498.252,234.223c-1.208-10.34-1.7-20.826-3.746-31a310.306,310.306,0,0,0-9.622-36.6,184.068,184.068,0,0,0-30.874-57.5,251.154,251.154,0,0,0-18.818-21.689,237.362,237.362,0,0,0-47.113-36.116A240.8,240.8,0,0,0,331.356,26.65c-11.018-3.1-22.272-5.431-33.515-7.615-6.78-1.314-13.749-1.667-20.627-2.482-.316-.036-.6-.358-.9-.553q-16.143.009-32.288.006c-2.41.389-4.808.925-7.236,1.15a179.331,179.331,0,0,0-34.256,7.1,221.5,221.5,0,0,0-39.768,16.355,281.385,281.385,0,0,0-38.08,24.158c-6.167,4.61-12.268,9.36-17.974,14.518C96.539,88.494,86.34,97.72,76.785,107.555a243.878,243.878,0,0,0-33.648,43.95,206.488,206.488,0,0,0-20.494,44.6,198.2,198.2,0,0,0-7.691,34.759A201.13,201.13,0,0,0,13.4,266.385a299.716,299.716,0,0,0,4.425,40.24,226.865,226.865,0,0,0,16.73,53.3,210.543,210.543,0,0,0,24,39.528,213.589,213.589,0,0,0,26.358,28.416A251.313,251.313,0,0,0,126.7,458.455a287.831,287.831,0,0,0,55.9,25.277,269.5,269.5,0,0,0,40.641,9.835c6.071,1.01,12.275,1.253,18.412,1.873a4.149,4.149,0,0,1,1.19.56h32.289c2.507-.389,5-.937,7.527-1.143,16.336-1.332,32.107-5.335,47.489-10.717A219.992,219.992,0,0,0,379.1,460.322c9.749-6.447,19.395-13.077,28.737-20.1,5.785-4.348,10.988-9.5,16.3-14.457,3.964-3.7,7.764-7.578,11.51-11.5a232.162,232.162,0,0,0,31.427-41.639c9.542-16.045,17.355-32.905,22.3-50.926,2.859-10.413,4.947-21.045,7.017-31.652,1.032-5.279,1.251-10.723,1.87-16.087.036-.317.358-.6.552-.9V236.005A9.757,9.757,0,0,1,498.252,234.223Zm-161.117-1.15s-16.572-2.98-28.47-2.98c-27.2,0-33.57,14.9-33.57,37.04V360.8H201.582V170.062H275.1v31.931c8.924-26.822,26.771-36.189,62.04-36.189Z" + } + }, + "free": [ + "brands" + ] + }, + "react": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f41b", + "label": "React", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z" + } + }, + "free": [ + "brands" + ] + }, + "reacteurope": { + "changes": [ + "5.5.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f75d", + "label": "ReactEurope", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M250.6 211.74l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76zm-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8zm-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3l4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1zm10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364.42 364.42 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a587.83 587.83 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 547.76 547.76 0 0 1 42.2-52.4Q277.3 86 272.2 81a598.25 598.25 0 0 0-50.7 64.2 569.69 569.69 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695.38 695.38 0 0 0 93.9-.9 547.76 547.76 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.47 588.47 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123zm9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.61 19.61 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535.3 535.3 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a711.91 711.91 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a548.81 548.81 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.58 17.58 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.42 23.42 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a711.72 711.72 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.42 21.42 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.74 20.74 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a359.71 359.71 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5zm-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9zM321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z" + } + }, + "free": [ + "brands" + ] + }, + "readme": { + "changes": [ + "5.0.9", + "5.0.10" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4d5", + "label": "ReadMe", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1zM242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z" + } + }, + "free": [ + "brands" + ] + }, + "rebel": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1d0", + "label": "Rebel Alliance", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504z" + } + }, + "free": [ + "brands" + ] + }, + "receipt": { + "aliases": { + "unicodes": { + "composite": [ + "1f9fe" + ], + "secondary": [ + "10f543" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accounting", + "bookkeeping", + "check", + "evidence", + "invoice", + "money", + "pay", + "proof", + "receipt", + "table" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f543", + "label": "Receipt", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M14 2.2C22.5-1.7 32.5-.3 39.6 5.8L80 40.4 120.4 5.8c9-7.7 22.3-7.7 31.2 0L192 40.4 232.4 5.8c9-7.7 22.3-7.7 31.2 0L304 40.4 344.4 5.8c7.1-6.1 17.1-7.5 25.6-3.6s14 12.4 14 21.8V488c0 9.4-5.5 17.9-14 21.8s-18.5 2.5-25.6-3.6L304 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L192 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L80 471.6 39.6 506.2c-7.1 6.1-17.1 7.5-25.6 3.6S0 497.4 0 488V24C0 14.6 5.5 6.1 14 2.2zM96 144c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96zM80 352c0 8.8 7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zM96 240c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96z" + } + }, + "free": [ + "solid" + ] + }, + "record-vinyl": { + "aliases": { + "unicodes": { + "secondary": [ + "10f8d9" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "LP", + "album", + "analog", + "music", + "phonograph", + "sound" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f8d9", + "label": "Record Vinyl", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm0 224a128 128 0 1 0 0-256 128 128 0 1 0 0 256zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "rectangle-ad": { + "aliases": { + "names": [ + "ad" + ], + "unicodes": { + "secondary": [ + "10f641" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "advertisement", + "media", + "newspaper", + "promotion", + "publicity" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f641", + "label": "Rectangle Ad", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM229.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7L253.2 328H162.8l-5.4 10.7c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zM208 237.7L186.8 280h42.3L208 237.7zM392 256a24 24 0 1 0 0 48 24 24 0 1 0 0-48zm24-43.9V184c0-13.3 10.7-24 24-24s24 10.7 24 24v96 48c0 13.3-10.7 24-24 24c-6.6 0-12.6-2.7-17-7c-9.4 4.5-19.9 7-31 7c-39.8 0-72-32.2-72-72s32.2-72 72-72c8.4 0 16.5 1.4 24 4.1z" + } + }, + "free": [ + "solid" + ] + }, + "rectangle-list": { + "aliases": { + "names": [ + "list-alt" + ], + "unicodes": { + "secondary": [ + "10f022" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "ol", + "todo", + "ul" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f022", + "label": "Rectangle List", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32-128a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96-248c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224z" + }, + "regular": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H512c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm96 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm104 0c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm-72-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "rectangle-xmark": { + "aliases": { + "names": [ + "rectangle-times", + "times-rectangle", + "window-close" + ], + "unicodes": { + "composite": [ + "f2d4" + ], + "secondary": [ + "10f410" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser", + "cancel", + "computer", + "development" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f410", + "label": "Rectangle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + }, + "regular": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm175 79c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "recycle": { + "aliases": { + "unicodes": { + "composite": [ + "2672", + "267a", + "267b" + ], + "secondary": [ + "10f1b8" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Recycling Symbol For Generic Materials", + "Universal Recycling Symbol", + "Waste", + "compost", + "garbage", + "recycle", + "recycling symbol", + "reuse", + "trash" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1b8", + "label": "Recycle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M174.7 45.1C192.2 17 223 0 256 0s63.8 17 81.3 45.1l38.6 61.7 27-15.6c8.4-4.9 18.9-4.2 26.6 1.7s11.1 15.9 8.6 25.3l-23.4 87.4c-3.4 12.8-16.6 20.4-29.4 17l-87.4-23.4c-9.4-2.5-16.3-10.4-17.6-20s3.4-19.1 11.8-23.9l28.4-16.4L283 79c-5.8-9.3-16-15-27-15s-21.2 5.7-27 15l-17.5 28c-9.2 14.8-28.6 19.5-43.6 10.5c-15.3-9.2-20.2-29.2-10.7-44.4l17.5-28zM429.5 251.9c15-9 34.4-4.3 43.6 10.5l24.4 39.1c9.4 15.1 14.4 32.4 14.6 50.2c.3 53.1-42.7 96.4-95.8 96.4L320 448v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2v32l96.2 0c17.6 0 31.9-14.4 31.8-32c0-5.9-1.7-11.7-4.8-16.7l-24.4-39.1c-9.5-15.2-4.7-35.2 10.7-44.4zm-364.6-31L36 204.2c-8.4-4.9-13.1-14.3-11.8-23.9s8.2-17.5 17.6-20l87.4-23.4c12.8-3.4 26 4.2 29.4 17L182 241.2c2.5 9.4-.9 19.3-8.6 25.3s-18.2 6.6-26.6 1.7l-26.5-15.3L68.8 335.3c-3.1 5-4.8 10.8-4.8 16.7c-.1 17.6 14.2 32 31.8 32l32.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32.2 0C42.7 448-.3 404.8 0 351.6c.1-17.8 5.1-35.1 14.6-50.2l50.3-80.5z" + } + }, + "free": [ + "solid" + ] + }, + "red-river": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3e3", + "label": "red river", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8zM144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24zm176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9z" + } + }, + "free": [ + "brands" + ] + }, + "reddit": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1a1", + "label": "reddit Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M201.5 305.5c-13.8 0-24.9-11.1-24.9-24.6 0-13.8 11.1-24.9 24.9-24.9 13.6 0 24.6 11.1 24.6 24.9 0 13.6-11.1 24.6-24.6 24.6zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-132.3-41.2c-9.4 0-17.7 3.9-23.8 10-22.4-15.5-52.6-25.5-86.1-26.6l17.4-78.3 55.4 12.5c0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.3 24.9-24.9s-11.1-24.9-24.9-24.9c-9.7 0-18 5.8-22.1 13.8l-61.2-13.6c-3-.8-6.1 1.4-6.9 4.4l-19.1 86.4c-33.2 1.4-63.1 11.3-85.5 26.8-6.1-6.4-14.7-10.2-24.1-10.2-34.9 0-46.3 46.9-14.4 62.8-1.1 5-1.7 10.2-1.7 15.5 0 52.6 59.2 95.2 132 95.2 73.1 0 132.3-42.6 132.3-95.2 0-5.3-.6-10.8-1.9-15.8 31.3-16 19.8-62.5-14.9-62.5zM302.8 331c-18.2 18.2-76.1 17.9-93.6 0-2.2-2.2-6.1-2.2-8.3 0-2.5 2.5-2.5 6.4 0 8.6 22.8 22.8 87.3 22.8 110.2 0 2.5-2.2 2.5-6.1 0-8.6-2.2-2.2-6.1-2.2-8.3 0zm7.7-75c-13.6 0-24.6 11.1-24.6 24.9 0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.1 24.9-24.6 0-13.8-11-24.9-24.9-24.9z" + } + }, + "free": [ + "brands" + ] + }, + "reddit-alien": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f281", + "label": "reddit Alien", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z" + } + }, + "free": [ + "brands" + ] + }, + "redhat": { + "changes": [ + "5.6.0", + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [ + "linux", + "operating system", + "os" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f7bc", + "label": "Redhat", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24" + } + }, + "free": [ + "brands" + ] + }, + "registered": { + "aliases": { + "unicodes": { + "composite": [ + "ae" + ], + "secondary": [ + "10f25d" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "copyright", + "mark", + "r", + "registered", + "trademark" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f25d", + "label": "Registered", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152c0-13.3 10.7-24 24-24h88c44.2 0 80 35.8 80 80c0 28-14.4 52.7-36.3 67l34.1 75.1c5.5 12.1 .1 26.3-11.9 31.8s-26.3 .1-31.8-11.9L268.9 288H208v72c0 13.3-10.7 24-24 24s-24-10.7-24-24V264 152zm48 88h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H208v64z" + }, + "regular": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152V264v96c0 13.3 10.7 24 24 24s24-10.7 24-24V288h60.9l37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8L315.7 275c21.8-14.3 36.3-39 36.3-67c0-44.2-35.8-80-80-80H184c-13.3 0-24 10.7-24 24zm48 88V176h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H208z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "renren": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f18b", + "label": "Renren", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5v156.6zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504zm190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9z" + } + }, + "free": [ + "brands" + ] + }, + "repeat": { + "aliases": { + "unicodes": { + "composite": [ + "1f501" + ], + "secondary": [ + "10f363" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "clockwise", + "flip", + "reload", + "repeat", + "repeat button", + "rewind", + "switch" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f363", + "label": "Repeat", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96H320v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32V64H160C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96H192V352c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V448H352c88.4 0 160-71.6 160-160z" + } + }, + "free": [ + "solid" + ] + }, + "reply": { + "aliases": { + "names": [ + "mail-reply" + ], + "unicodes": { + "composite": [ + "f112" + ], + "secondary": [ + "10f3e5" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mail", + "message", + "respond" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3e5", + "label": "Reply", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M205 34.8c11.5 5.1 19 16.6 19 29.2v64H336c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96H224v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z" + } + }, + "free": [ + "solid" + ] + }, + "reply-all": { + "aliases": { + "names": [ + "mail-reply-all" + ], + "unicodes": { + "secondary": [ + "10f122" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mail", + "message", + "respond" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f122", + "label": "Reply All", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M209.4 39.5c-9.1-9.6-24.3-10-33.9-.9L33.8 173.2c-19.9 18.9-19.9 50.7 0 69.6L175.5 377.4c9.6 9.1 24.8 8.7 33.9-.9s8.7-24.8-.9-33.9L66.8 208 208.5 73.4c9.6-9.1 10-24.3 .9-33.9zM352 64c0-12.6-7.4-24.1-19-29.2s-25-3-34.4 5.4l-160 144c-6.7 6.1-10.6 14.7-10.6 23.8s3.9 17.7 10.6 23.8l160 144c9.4 8.5 22.9 10.6 34.4 5.4s19-16.6 19-29.2V288h32c53 0 96 43 96 96c0 30.4-12.8 47.9-22.2 56.7c-5.5 5.1-9.8 12-9.8 19.5c0 10.9 8.8 19.7 19.7 19.7c2.8 0 5.6-.6 8.1-1.9C494.5 467.9 576 417.3 576 304c0-97.2-78.8-176-176-176H352V64z" + } + }, + "free": [ + "solid" + ] + }, + "replyd": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3e6", + "label": "replyd", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128zM193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6-5.4 3.7-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7c1.5-5.4 4.4-9.8 8.7-13.2 4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1l4.8-34zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1-6 2.3-12.8 3.5-20.4 3.5-12.2 0-21.1-3-26.5-8.9-5.5-5.9-8.5-14.7-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8-21.1 0-37.5 6.1-49.2 18.3s-17.5 30.5-17.5 55c0 22.8 5.2 40.7 15.6 53.7 10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6 9.5-3.1 17.1-6.8 22.6-11.2l-12-23.6zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6 4.5-5.6 11.5-8.5 21-8.5 8.2-.1 14.1 2.6 17.9 8zm79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6zm0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4 0 6.6 2 11.7 6.1 15.6z" + } + }, + "free": [ + "brands" + ] + }, + "republican": { + "aliases": { + "unicodes": { + "secondary": [ + "10f75e" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "american", + "conservative", + "election", + "elephant", + "politics", + "republican party", + "right", + "right-wing", + "usa" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f75e", + "label": "Republican", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 192C0 103.6 71.6 32 160 32H384c88.4 0 160 71.6 160 160v64H0V192zm415.9-64c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L466 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm-138.3 3.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L322 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6zM127.9 128c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L178 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm.1 160H320h96 32 64 32v32 80c0 8.8 7.2 16 16 16s16-7.2 16-16V352c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80s-80-35.8-80-80V352H448v32 64c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V384H128v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V384 288H128z" + } + }, + "free": [ + "solid" + ] + }, + "researchgate": { + "changes": [ + "5.0.11" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4f8", + "label": "Researchgate", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z" + } + }, + "free": [ + "brands" + ] + }, + "resolving": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3e7", + "label": "Resolving", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6 197.9-57.2zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8zM38.3 388.6L0 256.8c0 48.5 14.3 93.4 38.3 131.8z" + } + }, + "free": [ + "brands" + ] + }, + "restroom": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7bd" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bathroom", + "toilet", + "water closet", + "wc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7bd", + "label": "Restroom", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V325.2c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9 155.3 82 128 124 128h8c42 0 79.1 27.3 91.6 67.4l30.9 99.1c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H120zM320 0c13.3 0 24 10.7 24 24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24zM464 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM440 480V384H422.2c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C428.4 156.9 467.6 128 512 128s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1H584v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H504v96c0 17.7-14.3 32-32 32s-32-14.3-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "retweet": { + "aliases": { + "unicodes": { + "secondary": [ + "10f079" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "refresh", + "reload", + "share", + "swap" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f079", + "label": "Retweet", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M272 416c17.7 0 32-14.3 32-32s-14.3-32-32-32H160c-17.7 0-32-14.3-32-32V192h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 128c0 53 43 96 96 96H272zM304 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0c17.7 0 32 14.3 32 32l0 128H416c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0V192c0-53-43-96-96-96L304 96z" + } + }, + "free": [ + "solid" + ] + }, + "rev": { + "changes": [ + "5.1.0", + "5.1.1", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f5b2", + "label": "Rev.io", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z" + } + }, + "free": [ + "brands" + ] + }, + "ribbon": { + "aliases": { + "unicodes": { + "composite": [ + "1f397" + ], + "secondary": [ + "10f4d6" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "badge", + "cause", + "celebration", + "lapel", + "pin", + "reminder", + "reminder ribbon", + "ribbon" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4d6", + "label": "Ribbon", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M333.2 322.8l0 0-133.9-146 0 0L146 118.6c7.8-5.1 37-22.6 78-22.6s70.2 17.4 78 22.6L245.7 180l85.6 93.4 27.4-29.8c16.3-17.7 25.3-40.9 25.3-65V149.1c0-19-5.6-37.5-16.1-53.3L327.8 35.6C312.9 13.4 287.9 0 261.2 0h-76c-25.8 0-50.1 12.5-65.1 33.5L81.9 87C70.3 103.2 64 122.8 64 142.8V164c0 23.2 8.4 45.6 23.6 63.1l56 64.2 0 0 83.3 95.6 0 0 91.8 105.3c10 11.5 26.8 14.3 40 6.8l54.5-31.1c17.8-10.2 21.6-34.3 7.7-49.4l-87.7-95.7zM205.2 410.6l-83.3-95.6L27.1 418.5c-13.9 15.1-10.1 39.2 7.7 49.4l55.1 31.5c13 7.4 29.3 4.9 39.4-6.1l75.9-82.6z" + } + }, + "free": [ + "solid" + ] + }, + "right-from-bracket": { + "aliases": { + "names": [ + "sign-out-alt" + ], + "unicodes": { + "secondary": [ + "10f2f5" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "exit", + "leave", + "log out", + "logout", + "sign-out" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2f5", + "label": "Right From Bracket", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M377.9 105.9L500.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L377.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1-128 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM160 96L96 96c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32z" + } + }, + "free": [ + "solid" + ] + }, + "right-left": { + "aliases": { + "names": [ + "exchange-alt" + ], + "unicodes": { + "secondary": [ + "10f362" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "arrows", + "exchange", + "reciprocate", + "return", + "swap", + "transfer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f362", + "label": "Right Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 96l320 0V32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160L32 160c-17.7 0-32-14.3-32-32s14.3-32 32-32zM480 352c17.7 0 32 14.3 32 32s-14.3 32-32 32H160v64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96c-6-6-9.4-14.1-9.4-22.6s3.4-16.6 9.4-22.6l96-96c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 64H480z" + } + }, + "free": [ + "solid" + ] + }, + "right-long": { + "aliases": { + "names": [ + "long-arrow-alt-right" + ], + "unicodes": { + "secondary": [ + "10f30b" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "long-arrow-right", + "next" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f30b", + "label": "Right Long", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M334.5 414c8.8 3.8 19 2 26-4.6l144-136c4.8-4.5 7.5-10.8 7.5-17.4s-2.7-12.9-7.5-17.4l-144-136c-7-6.6-17.2-8.4-26-4.6s-14.5 12.5-14.5 22l0 72L32 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l288 0 0 72c0 9.6 5.7 18.2 14.5 22z" + } + }, + "free": [ + "solid" + ] + }, + "right-to-bracket": { + "aliases": { + "names": [ + "sign-in-alt" + ], + "unicodes": { + "secondary": [ + "10f2f6" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "enter", + "join", + "log in", + "login", + "sign in", + "sign up", + "sign-in", + "signin", + "signup" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2f6", + "label": "Right To Bracket", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "ring": { + "aliases": { + "unicodes": { + "secondary": [ + "10f70b" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "Gollum", + "band", + "binding", + "d&d", + "dnd", + "engagement", + "fantasy", + "gold", + "jewelry", + "marriage", + "precious" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f70b", + "label": "Ring", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 208c0 7.8 4.4 18.7 17.1 30.3C126.5 214.1 188.9 200 256 200s129.5 14.1 174.9 38.3C443.6 226.7 448 215.8 448 208c0-12.3-10.8-32-47.9-50.6C364.9 139.8 314 128 256 128s-108.9 11.8-144.1 29.4C74.8 176 64 195.7 64 208zm192 40c-47 0-89.3 7.6-122.9 19.7C166.3 280.2 208.8 288 256 288s89.7-7.8 122.9-20.3C345.3 255.6 303 248 256 248zM0 208c0-49.6 39.4-85.8 83.3-107.8C129.1 77.3 190.3 64 256 64s126.9 13.3 172.7 36.2c43.9 22 83.3 58.2 83.3 107.8v96c0 49.6-39.4 85.8-83.3 107.8C382.9 434.7 321.7 448 256 448s-126.9-13.3-172.7-36.2C39.4 389.8 0 353.6 0 304V208z" + } + }, + "free": [ + "solid" + ] + }, + "road": { + "aliases": { + "unicodes": { + "composite": [ + "1f6e3" + ], + "secondary": [ + "10f018" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "highway", + "map", + "motorway", + "pavement", + "road", + "route", + "street", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f018", + "label": "Road", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M256 32H181.2c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2C1.1 413 0 419.2 0 425.4C0 455.5 24.5 480 54.6 480H256V416c0-17.7 14.3-32 32-32s32 14.3 32 32v64H521.4c30.2 0 54.6-24.5 54.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32H320V96c0 17.7-14.3 32-32 32s-32-14.3-32-32V32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "road-barrier": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "block", + "border", + "no entry", + "roadblock" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e562", + "label": "Road Barrier", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V266.3L149.2 96H64V64c0-17.7-14.3-32-32-32zM405.2 96H330.8l-5.4 10.7L234.8 288h74.3l5.4-10.7L405.2 96zM362.8 288h74.3l5.4-10.7L533.2 96H458.8l-5.4 10.7L362.8 288zM202.8 96l-5.4 10.7L106.8 288h74.3l5.4-10.7L277.2 96H202.8zm288 192H576V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v53.7L490.8 288z" + } + }, + "free": [ + "solid" + ] + }, + "road-bridge": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bridge", + "infrastructure", + "road", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e563", + "label": "Road Bridge", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M352 0H608c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM480 200c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V224c0-13.3-10.7-24-24-24zm24 184c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V384zM480 40c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V64c0-13.3-10.7-24-24-24zM32 96H288v64H248v64h40v96c-53 0-96 43-96 96v64c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V416c0-53-43-96-96-96V224H72V160H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm168 64H120v64h80V160z" + } + }, + "free": [ + "solid" + ] + }, + "road-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "freeway", + "highway", + "not affected", + "ok", + "okay", + "pavement", + "road" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e564", + "label": "Road Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z" + } + }, + "free": [ + "solid" + ] + }, + "road-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "freeway", + "highway", + "pavement", + "road" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e565", + "label": "Road Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "road-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "destroy", + "freeway", + "highway", + "pavement", + "road" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e566", + "label": "Road Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z" + } + }, + "free": [ + "solid" + ] + }, + "road-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "closed", + "freeway", + "highway", + "lockdown", + "pavement", + "quarantine", + "road" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e567", + "label": "Road Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 32H213.2c-27.1 0-51.3 17.1-60.3 42.6L35.1 407.2c-2.1 5.9-3.1 12-3.1 18.2C32 455.5 56.5 480 86.6 480H288V416c0-17.7 14.3-32 32-32s32 14.3 32 32v64h32V352c0-23.7 12.9-44.4 32-55.4V272c0-58.3 44.6-106.2 101.5-111.5L487.1 74.6C478 49.1 453.9 32 426.8 32H352V96c0 17.7-14.3 32-32 32s-32-14.3-32-32V32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32zm176 16c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + }, + "free": [ + "solid" + ] + }, + "road-spikes": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "barrier", + "roadblock", + "spikes" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e568", + "label": "Road Spikes", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 116.8c0-15.8 20.5-22 29.3-8.9L192 256V116.8c0-15.8 20.5-22 29.3-8.9L320 256V116.8c0-15.8 20.5-22 29.3-8.9L448 256V116.8c0-15.8 20.5-22 29.3-8.9L606.8 302.2c14.2 21.3-1.1 49.7-26.6 49.7H512 448 384 320 256 192 64V116.8zM32 384H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "robot": { + "aliases": { + "unicodes": { + "composite": [ + "1f916" + ], + "secondary": [ + "10f544" + ] + } + }, + "changes": [ + "5.0.13", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "android", + "automate", + "computer", + "cyborg", + "face", + "monster", + "robot" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f544", + "label": "Robot", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 0c17.7 0 32 14.3 32 32V96H472c39.8 0 72 32.2 72 72V440c0 39.8-32.2 72-72 72H168c-39.8 0-72-32.2-72-72V168c0-39.8 32.2-72 72-72H288V32c0-17.7 14.3-32 32-32zM208 384c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H208zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H304zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H400zM264 256a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm152 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM48 224H64V416H48c-26.5 0-48-21.5-48-48V272c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H576V224h16z" + } + }, + "free": [ + "solid" + ] + }, + "rocket": { + "aliases": { + "unicodes": { + "secondary": [ + "10f135" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.7.0", + "5.12.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "aircraft", + "app", + "jet", + "launch", + "nasa", + "space" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f135", + "label": "Rocket", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767636, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M156.6 384.9L125.7 354c-8.5-8.5-11.5-20.8-7.7-32.2c3-8.9 7-20.5 11.8-33.8L24 288c-8.6 0-16.6-4.6-20.9-12.1s-4.2-16.7 .2-24.1l52.5-88.5c13-21.9 36.5-35.3 61.9-35.3l82.3 0c2.4-4 4.8-7.7 7.2-11.3C289.1-4.1 411.1-8.1 483.9 5.3c11.6 2.1 20.6 11.2 22.8 22.8c13.4 72.9 9.3 194.8-111.4 276.7c-3.5 2.4-7.3 4.8-11.3 7.2v82.3c0 25.4-13.4 49-35.3 61.9l-88.5 52.5c-7.4 4.4-16.6 4.5-24.1 .2s-12.1-12.2-12.1-20.9V380.8c-14.1 4.9-26.4 8.9-35.7 11.9c-11.2 3.6-23.4 .5-31.8-7.8zM384 168a40 40 0 1 0 0-80 40 40 0 1 0 0 80z" + } + }, + "free": [ + "solid" + ] + }, + "rocketchat": { + "changes": [ + "5.0.0", + "5.4.2", + "5.8.0", + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3e8", + "label": "Rocket.Chat", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M284.046,224.8a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,284.046,224.8Zm-110.45,0a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,173.6,224.8Zm220.923,0a34.114,34.114,0,1,0,34.317,34.113A34.215,34.215,0,0,0,394.519,224.8Zm153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618-52.886-34.817-122.374-54-195.666-54a405.975,405.975,0,0,0-72.032,6.357,238.524,238.524,0,0,0-49.51-36.588C99.684-11.7,40.859.711,11.135,11.421A14.291,14.291,0,0,0,5.58,34.782C26.542,56.458,61.222,99.3,52.7,138.252c-33.142,33.9-51.112,74.776-51.112,117.337,0,43.372,17.97,84.248,51.112,118.148,8.526,38.956-26.154,81.816-47.116,103.491a14.284,14.284,0,0,0,5.555,23.34c29.724,10.709,88.549,23.147,155.324-10.2a238.679,238.679,0,0,0,49.51-36.589A405.972,405.972,0,0,0,288,460.14c73.313,0,142.8-19.159,195.667-53.975,27.371-18.049,49.145-39.426,64.679-63.619,17.309-26.923,26.07-55.916,26.07-86.125C574.394,225.4,565.634,196.43,548.326,169.485ZM284.987,409.9a345.65,345.65,0,0,1-89.446-11.5l-20.129,19.393a184.366,184.366,0,0,1-37.138,27.585,145.767,145.767,0,0,1-52.522,14.87c.983-1.771,1.881-3.563,2.842-5.356q30.258-55.68,16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4,0-83.1,104.254-150.469,232.846-150.469s232.867,67.373,232.867,150.469C517.854,342.525,413.6,409.9,284.987,409.9Z" + } + }, + "free": [ + "brands" + ] + }, + "rockrms": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3e9", + "label": "Rockrms", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2l101.5 118.9z" + } + }, + "free": [ + "brands" + ] + }, + "rotate": { + "aliases": { + "names": [ + "sync-alt" + ], + "unicodes": { + "composite": [ + "1f504" + ], + "secondary": [ + "10f2f1" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anticlockwise", + "arrow", + "counterclockwise", + "counterclockwise arrows button", + "exchange", + "refresh", + "reload", + "rotate", + "swap", + "withershins" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2f1", + "label": "Rotate", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M142.9 142.9c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5c0 0 0 0 0 0H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5c7.7-21.8 20.2-42.3 37.8-59.8zM16 312v7.6 .7V440c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l41.6-41.6c87.6 86.5 228.7 86.2 315.8-1c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.2 62.2-162.7 62.5-225.3 1L185 329c6.9-6.9 8.9-17.2 5.2-26.2s-12.5-14.8-22.2-14.8H48.4h-.7H40c-13.3 0-24 10.7-24 24z" + } + }, + "free": [ + "solid" + ] + }, + "rotate-left": { + "aliases": { + "names": [ + "rotate-back", + "rotate-backward", + "undo-alt" + ], + "unicodes": { + "secondary": [ + "10f2ea" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "control z", + "exchange", + "oops", + "return", + "swap" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2ea", + "label": "Rotate Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M48.5 224H40c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2L98.6 96.6c87.6-86.5 228.7-86.2 315.8 1c87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8H48.5z" + } + }, + "free": [ + "solid" + ] + }, + "rotate-right": { + "aliases": { + "names": [ + "redo-alt", + "rotate-forward" + ], + "unicodes": { + "secondary": [ + "10f2f9" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "refresh", + "reload", + "repeat" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2f9", + "label": "Rotate Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M463.5 224H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5z" + } + }, + "free": [ + "solid" + ] + }, + "route": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4d7" + ] + } + }, + "changes": [ + "5.0.9", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directions", + "navigation", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4d7", + "label": "Route", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c53 0 96 43 96 96s-43 96-96 96H139.6c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-53 0-96-43-96-96s43-96 96-96h39.8c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96zM117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5l-.6 .7zM128 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "rss": { + "aliases": { + "names": [ + "feed" + ], + "unicodes": { + "secondary": [ + "10f09e" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blog", + "feed", + "journal", + "news", + "writing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f09e", + "label": "Rss", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "ruble-sign": { + "aliases": { + "names": [ + "rouble", + "rub", + "ruble" + ], + "unicodes": { + "composite": [ + "20bd" + ], + "secondary": [ + "10f158" + ] + } + }, + "changes": [ + "4.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Ruble Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f158", + "label": "Ruble Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M96 32C78.3 32 64 46.3 64 64V256H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v32c0 17.7 14.3 32 32 32s32-14.3 32-32V416H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V320H240c79.5 0 144-64.5 144-144s-64.5-144-144-144H96zM240 256H128V96H240c44.2 0 80 35.8 80 80s-35.8 80-80 80z" + } + }, + "free": [ + "solid" + ] + }, + "rug": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blanket", + "carpet", + "rug", + "textile" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e569", + "label": "Rug", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M24 64H56 80V88v88 80 80 88 24H56 24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V360H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V280H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V200H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V112H24C10.7 112 0 101.3 0 88S10.7 64 24 64zm88 0H528V448H112V64zM640 88c0 13.3-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H584 560V424 336 256 176 88 64h24 32c13.3 0 24 10.7 24 24z" + } + }, + "free": [ + "solid" + ] + }, + "ruler": { + "aliases": { + "unicodes": { + "composite": [ + "1f4cf" + ], + "secondary": [ + "10f545" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "draft", + "length", + "measure", + "planning", + "ruler", + "straight edge", + "straight ruler" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f545", + "label": "Ruler", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0L17.9 401.9c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 50.7-50.7c18.7-18.7 49.1-18.7 67.9 0l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9L177.9 494.1z" + } + }, + "free": [ + "solid" + ] + }, + "ruler-combined": { + "aliases": { + "unicodes": { + "secondary": [ + "10f546" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "draft", + "length", + "measure", + "planning" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f546", + "label": "Ruler Combined", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M.2 468.9C2.7 493.1 23.1 512 48 512l96 0 320 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-48c0-26.5-21.5-48-48-48L48 0C21.5 0 0 21.5 0 48L0 368l0 96c0 1.7 .1 3.3 .2 4.9z" + } + }, + "free": [ + "solid" + ] + }, + "ruler-horizontal": { + "aliases": { + "unicodes": { + "secondary": [ + "10f547" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "draft", + "length", + "measure", + "planning" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f547", + "label": "Ruler Horizontal", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 336c0 26.5 21.5 48 48 48l544 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0c-26.5 0-48 21.5-48 48L0 336z" + } + }, + "free": [ + "solid" + ] + }, + "ruler-vertical": { + "aliases": { + "unicodes": { + "secondary": [ + "10f548" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "draft", + "length", + "measure", + "planning" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f548", + "label": "Ruler Vertical", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H208c26.5 0 48 21.5 48 48V96H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48z" + } + }, + "free": [ + "solid" + ] + }, + "rupee-sign": { + "aliases": { + "names": [ + "rupee" + ], + "unicodes": { + "composite": [ + "20a8" + ], + "secondary": [ + "10f156" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Rupee Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f156", + "label": "Rupee Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256zm256.5 16.4c-.9 6 0 8.7 .4 9.8c.4 1.1 1.4 2.6 4.2 4.9c7.2 5.7 18.7 10 37.9 16.8l1.3 .5c16 5.6 38.7 13.6 55.7 28.1c9.5 8.1 17.9 18.6 23.1 32.3c5.1 13.7 6.1 28.5 3.8 44c-4.2 28.1-20.5 49.3-43.8 60.9c-22.1 11-48.1 12.5-73.2 8l-.2 0 0 0c-9.3-1.8-20.5-5.7-29.3-9c-6-2.3-12.6-4.9-17.7-6.9l0 0c-2.5-1-4.6-1.8-6.3-2.5c-16.5-6.4-24.6-25-18.2-41.4s24.9-24.6 41.4-18.2c2.6 1 5.2 2 7.9 3.1l0 0c4.8 1.9 9.8 3.9 15.4 6c8.8 3.3 15.3 5.4 18.7 6c15.7 2.8 26.7 .8 32.9-2.3c5-2.5 8-6 9.1-13c1-6.9 .2-10.5-.5-12.3c-.6-1.7-1.8-3.6-4.5-5.9c-6.9-5.8-18.2-10.4-36.9-17l-3-1.1c-15.5-5.4-37-13-53.3-25.9c-9.5-7.5-18.3-17.6-23.7-31c-5.5-13.4-6.6-28-4.4-43.2c8.4-57.1 67-78 116.9-68.9c6.9 1.3 27.3 5.8 35.4 8.4c16.9 5.2 26.3 23.2 21.1 40.1s-23.2 26.3-40.1 21.1c-4.7-1.4-22.3-5.5-27.9-6.5c-14.6-2.7-25.8-.4-32.6 3.2c-6.3 3.3-8.9 7.6-9.5 12z" + } + }, + "free": [ + "solid" + ] + }, + "rupiah-sign": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e23d", + "label": "Rupiah Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256zm256-96h80c61.9 0 112 50.1 112 112s-50.1 112-112 112H352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352 192c0-17.7 14.3-32 32-32zm80 160c26.5 0 48-21.5 48-48s-21.5-48-48-48H352v96h48z" + } + }, + "free": [ + "solid" + ] + }, + "rust": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e07a", + "label": "Rust", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M508.52,249.75,486.7,236.24c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35,7.35,0,0,0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35,7.35,0,0,0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35,7.35,0,0,0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439,81.84A7.36,7.36,0,0,0,430.16,73L405,78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35,7.35,0,0,0-10.39-7L367.7,53.23c-1.7-.94-3.43-1.84-5.15-2.73L358.4,25.08a7.35,7.35,0,0,0-11.54-4.79L326,35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35,7.35,0,0,0-12.25-2.44l-17.5,18.72c-1.95-.21-3.91-.38-5.88-.55L262.25,3.48a7.35,7.35,0,0,0-12.5,0L236.24,25.3c-2,.17-3.93.34-5.88.55L212.86,7.13a7.35,7.35,0,0,0-12.25,2.44l-9,24c-1.89.55-3.79,1.08-5.66,1.68l-20.82-15a7.35,7.35,0,0,0-11.54,4.79l-4.15,25.41c-1.73.9-3.45,1.79-5.16,2.73L120.88,42.55a7.35,7.35,0,0,0-10.39,7l.92,25.81c-1.49,1.19-3,2.39-4.42,3.61L81.84,73A7.36,7.36,0,0,0,73,81.84L78.93,107c-1.23,1.45-2.43,2.93-3.62,4.41l-25.81-.91a7.42,7.42,0,0,0-6.37,3.26,7.35,7.35,0,0,0-.57,7.13l10.66,23.41c-.94,1.7-1.83,3.43-2.73,5.16L25.08,153.6a7.35,7.35,0,0,0-4.79,11.54l15,20.82c-.59,1.87-1.13,3.77-1.68,5.66l-24,9a7.35,7.35,0,0,0-2.44,12.25l18.72,17.5c-.21,1.95-.38,3.91-.55,5.88L3.48,249.75a7.35,7.35,0,0,0,0,12.5L25.3,275.76c.17,2,.34,3.92.55,5.87L7.13,299.13a7.35,7.35,0,0,0,2.44,12.25l24,9c.55,1.89,1.08,3.78,1.68,5.65l-15,20.83a7.35,7.35,0,0,0,4.79,11.54l25.42,4.15c.9,1.72,1.79,3.45,2.73,5.14L42.56,391.12a7.35,7.35,0,0,0,.57,7.13,7.13,7.13,0,0,0,6.37,3.26l25.83-.91q1.77,2.22,3.6,4.4L73,430.16A7.36,7.36,0,0,0,81.84,439L107,433.07q2.18,1.83,4.41,3.61l-.92,25.82a7.35,7.35,0,0,0,10.39,6.95l23.43-10.68c1.69.94,3.42,1.83,5.14,2.73l4.15,25.42a7.34,7.34,0,0,0,11.54,4.78l20.83-15c1.86.6,3.76,1.13,5.65,1.68l9,24a7.36,7.36,0,0,0,12.25,2.44l17.5-18.72c1.95.21,3.92.38,5.88.55l13.51,21.82a7.35,7.35,0,0,0,12.5,0l13.51-21.82c2-.17,3.93-.34,5.88-.56l17.5,18.73a7.36,7.36,0,0,0,12.25-2.44l9-24c1.89-.55,3.78-1.08,5.65-1.68l20.82,15a7.34,7.34,0,0,0,11.54-4.78l4.15-25.42c1.72-.9,3.45-1.79,5.15-2.73l23.42,10.68a7.35,7.35,0,0,0,10.39-6.95l-.91-25.82q2.22-1.79,4.4-3.61L430.16,439a7.36,7.36,0,0,0,8.84-8.84L433.07,405q1.83-2.17,3.61-4.4l25.82.91a7.23,7.23,0,0,0,6.37-3.26,7.35,7.35,0,0,0,.58-7.13L458.77,367.7c.94-1.7,1.83-3.43,2.73-5.15l25.42-4.15a7.35,7.35,0,0,0,4.79-11.54l-15-20.83c.59-1.87,1.13-3.76,1.67-5.65l24-9a7.35,7.35,0,0,0,2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35,7.35,0,0,0,0-12.5Zm-151,129.08A13.91,13.91,0,0,0,341,389.51l-7.64,35.67A187.51,187.51,0,0,1,177,424.44l-7.64-35.66a13.87,13.87,0,0,0-16.46-10.68l-31.51,6.76a187.38,187.38,0,0,1-16.26-19.21H258.3c1.72,0,2.89-.29,2.89-1.91V309.55c0-1.57-1.17-1.91-2.89-1.91H213.47l.05-34.35H262c4.41,0,23.66,1.28,29.79,25.87,1.91,7.55,6.17,32.14,9.06,40,2.89,8.82,14.6,26.46,27.1,26.46H407a187.3,187.3,0,0,1-17.34,20.09Zm25.77,34.49A15.24,15.24,0,1,1,368,398.08h.44A15.23,15.23,0,0,1,383.24,413.32Zm-225.62-.68a15.24,15.24,0,1,1-15.25-15.25h.45A15.25,15.25,0,0,1,157.62,412.64ZM69.57,234.15l32.83-14.6a13.88,13.88,0,0,0,7.06-18.33L102.69,186h26.56V305.73H75.65A187.65,187.65,0,0,1,69.57,234.15ZM58.31,198.09a15.24,15.24,0,0,1,15.23-15.25H74a15.24,15.24,0,1,1-15.67,15.24Zm155.16,24.49.05-35.32h63.26c3.28,0,23.07,3.77,23.07,18.62,0,12.29-15.19,16.7-27.68,16.7ZM399,306.71c-9.8,1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4,18.86-11.95,38.46-29.64,38.46-53.26,0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23H116.32A187.49,187.49,0,0,1,221.21,70.06l23.47,24.6a13.82,13.82,0,0,0,19.6.44l26.26-25a187.51,187.51,0,0,1,128.37,91.43l-18,40.57A14,14,0,0,0,408,220.43l34.59,15.33a187.12,187.12,0,0,1,.4,32.54H423.71c-1.91,0-2.69,1.27-2.69,3.13v8.82C421,301,409.31,305.58,399,306.71ZM240,60.21A15.24,15.24,0,0,1,255.21,45h.45A15.24,15.24,0,1,1,240,60.21ZM436.84,214a15.24,15.24,0,1,1,0-30.48h.44a15.24,15.24,0,0,1-.44,30.48Z" + } + }, + "free": [ + "brands" + ] + }, + "s": { + "aliases": { + "unicodes": { + "composite": [ + "73" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter S", + "Latin Small Letter S", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "53", + "label": "S", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9 .6 2.9 .8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9l-.2 0 0 0c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3C5.1 440.8-3.9 422.7 1.6 405.9s23.7-25.8 40.5-20.3c4.9 1.6 10.2 3.4 15.9 5.4c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1 .7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5L2.1 133.9C9.4 91.4 37.4 62.2 73.9 46.6c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z" + } + }, + "free": [ + "solid" + ] + }, + "sack-dollar": { + "aliases": { + "unicodes": { + "composite": [ + "1f4b0" + ], + "secondary": [ + "10f81d" + ] + } + }, + "changes": [ + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bag", + "burlap", + "cash", + "dollar", + "money", + "money bag", + "moneybag", + "robber", + "santa", + "usd" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f81d", + "label": "Sack Dollar", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84 88c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V424c0 11 9 20 20 20s20-9 20-20V410.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l0 0-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V216z" + } + }, + "free": [ + "solid" + ] + }, + "sack-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bag", + "burlap", + "rations" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e56a", + "label": "Sack Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 96H320l47.4-71.1C374.5 14.2 366.9 0 354.1 0H157.9c-12.8 0-20.4 14.2-13.3 24.9L192 96zm128 32H192c-3.8 2.5-8.1 5.3-13 8.4l0 0 0 0C122.3 172.7 0 250.9 0 416c0 53 43 96 96 96H416c53 0 96-43 96-96c0-165.1-122.3-243.3-179-279.6c-4.8-3.1-9.2-5.9-13-8.4zM289.9 336l47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47z" + } + }, + "free": [ + "solid" + ] + }, + "safari": { + "changes": [ + "4.4.0", + "5.0.0", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f267", + "label": "Safari", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M274.69,274.69l-37.38-37.38L166,346ZM256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8ZM411.85,182.79l14.78-6.13A8,8,0,0,1,437.08,181h0a8,8,0,0,1-4.33,10.46L418,197.57a8,8,0,0,1-10.45-4.33h0A8,8,0,0,1,411.85,182.79ZM314.43,94l6.12-14.78A8,8,0,0,1,331,74.92h0a8,8,0,0,1,4.33,10.45l-6.13,14.78a8,8,0,0,1-10.45,4.33h0A8,8,0,0,1,314.43,94ZM256,60h0a8,8,0,0,1,8,8V84a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V68A8,8,0,0,1,256,60ZM181,74.92a8,8,0,0,1,10.46,4.33L197.57,94a8,8,0,1,1-14.78,6.12l-6.13-14.78A8,8,0,0,1,181,74.92Zm-63.58,42.49h0a8,8,0,0,1,11.31,0L140,128.72A8,8,0,0,1,140,140h0a8,8,0,0,1-11.31,0l-11.31-11.31A8,8,0,0,1,117.41,117.41ZM60,256h0a8,8,0,0,1,8-8H84a8,8,0,0,1,8,8h0a8,8,0,0,1-8,8H68A8,8,0,0,1,60,256Zm40.15,73.21-14.78,6.13A8,8,0,0,1,74.92,331h0a8,8,0,0,1,4.33-10.46L94,314.43a8,8,0,0,1,10.45,4.33h0A8,8,0,0,1,100.15,329.21Zm4.33-136h0A8,8,0,0,1,94,197.57l-14.78-6.12A8,8,0,0,1,74.92,181h0a8,8,0,0,1,10.45-4.33l14.78,6.13A8,8,0,0,1,104.48,193.24ZM197.57,418l-6.12,14.78a8,8,0,0,1-14.79-6.12l6.13-14.78A8,8,0,1,1,197.57,418ZM264,444a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V428a8,8,0,0,1,8-8h0a8,8,0,0,1,8,8Zm67-6.92h0a8,8,0,0,1-10.46-4.33L314.43,418a8,8,0,0,1,4.33-10.45h0a8,8,0,0,1,10.45,4.33l6.13,14.78A8,8,0,0,1,331,437.08Zm63.58-42.49h0a8,8,0,0,1-11.31,0L372,383.28A8,8,0,0,1,372,372h0a8,8,0,0,1,11.31,0l11.31,11.31A8,8,0,0,1,394.59,394.59ZM286.25,286.25,110.34,401.66,225.75,225.75,401.66,110.34ZM437.08,331h0a8,8,0,0,1-10.45,4.33l-14.78-6.13a8,8,0,0,1-4.33-10.45h0A8,8,0,0,1,418,314.43l14.78,6.12A8,8,0,0,1,437.08,331ZM444,264H428a8,8,0,0,1-8-8h0a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8h0A8,8,0,0,1,444,264Z" + } + }, + "free": [ + "brands" + ] + }, + "sailboat": { + "changes": [ + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dinghy", + "mast", + "sailboat", + "sailing", + "yacht" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e445", + "label": "Sailboat", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M256 16c0-7 4.5-13.2 11.2-15.3s13.9 .4 17.9 6.1l224 320c3.4 4.9 3.8 11.3 1.1 16.6s-8.2 8.6-14.2 8.6H272c-8.8 0-16-7.2-16-16V16zM212.1 96.5c7 1.9 11.9 8.2 11.9 15.5V336c0 8.8-7.2 16-16 16H80c-5.7 0-11-3-13.8-8s-2.9-11-.1-16l128-224c3.6-6.3 11-9.4 18-7.5zM5.7 404.3C2.8 394.1 10.5 384 21.1 384H554.9c10.6 0 18.3 10.1 15.4 20.3l-4 14.3C550.7 473.9 500.4 512 443 512H133C75.6 512 25.3 473.9 9.7 418.7l-4-14.3z" + } + }, + "free": [ + "solid" + ] + }, + "salesforce": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f83b", + "label": "Salesforce", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12zm136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20zm-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65zM640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232zm-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.11 38.11 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52zm45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1l-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.85 34.85 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.45 44.45 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.58 38.58 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z" + } + }, + "free": [ + "brands" + ] + }, + "sass": { + "changes": [ + "5.0.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f41e", + "label": "Sass", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M301.84 378.92c-.3.6-.6 1.08 0 0zm249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a122.83 122.83 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201.24 201.24 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.31.31 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201.24 201.24 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.46 79.46 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2zm111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.18 36.18 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z" + } + }, + "free": [ + "brands" + ] + }, + "satellite": { + "aliases": { + "unicodes": { + "composite": [ + "1f6f0" + ], + "secondary": [ + "10f7bf" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.1", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "communications", + "hardware", + "orbit", + "satellite", + "space" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7bf", + "label": "Satellite", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4-15.5 15.5C152.3 230.4 124.9 224 96 224c-31.7 0-61.5 7.7-87.8 21.2c-9 4.7-10.3 16.7-3.1 23.8L112.7 376.7 96.3 393.1c-2.6-.7-5.4-1.1-8.3-1.1c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4L242.9 506.9c7.2 7.2 19.2 5.9 23.8-3.1C280.3 477.5 288 447.7 288 416c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4 55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55L233 7zm159 351l-72.4-72.4 62.1-62.1L454.1 296 392 358.1zM226.3 192.4L153.9 120 216 57.9l72.4 72.4-62.1 62.1z" + } + }, + "free": [ + "solid" + ] + }, + "satellite-dish": { + "aliases": { + "unicodes": { + "composite": [ + "1f4e1" + ], + "secondary": [ + "10f7c0" + ] + } + }, + "changes": [ + "5.6.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "SETI", + "antenna", + "communications", + "dish", + "hardware", + "radar", + "receiver", + "satellite", + "satellite antenna", + "saucer", + "signal", + "space" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7c0", + "label": "Satellite Dish", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 32c0-17.7 14.3-32 32-32C383.1 0 512 128.9 512 288c0 17.7-14.3 32-32 32s-32-14.3-32-32C448 164.3 347.7 64 224 64c-17.7 0-32-14.3-32-32zM60.6 220.6L164.7 324.7l28.4-28.4c-.7-2.6-1.1-5.4-1.1-8.3c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32c-2.9 0-5.6-.4-8.3-1.1l-28.4 28.4L291.4 451.4c14.5 14.5 11.8 38.8-7.3 46.3C260.5 506.9 234.9 512 208 512C93.1 512 0 418.9 0 304c0-26.9 5.1-52.5 14.4-76.1c7.5-19 31.8-21.8 46.3-7.3zM224 96c106 0 192 86 192 192c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-70.7-57.3-128-128-128c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "scale-balanced": { + "aliases": { + "names": [ + "balance-scale" + ], + "unicodes": { + "composite": [ + "2696" + ], + "secondary": [ + "10f24e" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Libra", + "balance", + "balance scale", + "balanced", + "justice", + "law", + "legal", + "measure", + "rule", + "scale", + "weight", + "zodiac" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f24e", + "label": "Scale Balanced", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M384 32H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H398.4c-5.2 25.8-22.9 47.1-46.4 57.3V448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-23.5-10.3-41.2-31.6-46.4-57.3H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288H584.4L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320H199.3L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z" + } + }, + "free": [ + "solid" + ] + }, + "scale-unbalanced": { + "aliases": { + "names": [ + "balance-scale-left" + ], + "unicodes": { + "secondary": [ + "10f515" + ] + } + }, + "changes": [ + "5.0.13", + "5.9.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "justice", + "legal", + "measure", + "unbalanced", + "weight" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f515", + "label": "Scale Unbalanced", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M522.1 62.4c16.8-5.6 25.8-23.7 20.2-40.5S518.6-3.9 501.9 1.6l-113 37.7C375 15.8 349.3 0 320 0c-44.2 0-80 35.8-80 80c0 3 .2 5.9 .5 8.8L117.9 129.6c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l135.5-45.2c4.5 3.2 9.3 5.9 14.4 8.2V480c0 17.7 14.3 32 32 32H512c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V153.3c21-9.2 37.2-27 44.2-49l125.9-42zM439.6 288L512 163.8 584.4 288H439.6zM512 384c62.9 0 115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L536.1 109.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L392.7 273.1c-5.7 9.8-9.3 21.1-6.7 32.1C396.8 350 449.1 384 512 384zM129.2 291.8L201.6 416H56.7l72.4-124.2zM3.2 433.1C14 478 66.3 512 129.2 512s115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L153.2 237.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L9.9 401.1c-5.7 9.8-9.3 21.1-6.7 32.1z" + } + }, + "free": [ + "solid" + ] + }, + "scale-unbalanced-flip": { + "aliases": { + "names": [ + "balance-scale-right" + ], + "unicodes": { + "secondary": [ + "10f516" + ] + } + }, + "changes": [ + "5.0.13", + "5.9.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "justice", + "legal", + "measure", + "unbalanced", + "weight" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f516", + "label": "Scale Unbalanced Flip", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M117.9 62.4c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l113 37.7C265 15.8 290.7 0 320 0c44.2 0 80 35.8 80 80c0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5s-23.7 25.8-40.5 20.2L366.4 145.2c-4.5 3.2-9.3 5.9-14.4 8.2V480c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-21-9.2-37.2-27-44.2-49l-125.9-42zM200.4 288L128 163.8 55.6 288H200.4zM128 384C65.1 384 12.8 350 2 305.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C243.2 350 190.9 384 128 384zm382.8-92.2L438.4 416H583.3L510.8 291.8zm126 141.3C626 478 573.7 512 510.8 512s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1z" + } + }, + "free": [ + "solid" + ] + }, + "schlix": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3ea", + "label": "SCHLIX", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z" + } + }, + "free": [ + "brands" + ] + }, + "school": { + "aliases": { + "unicodes": { + "composite": [ + "1f3eb" + ], + "secondary": [ + "10f549" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "education", + "learn", + "school", + "student", + "teacher" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f549", + "label": "School", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H592c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM256 416c0-35.3 28.7-64 64-64s64 28.7 64 64v96H256V416zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H512c-8.8 0-16-7.2-16-16V208zM96 320h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H512c-8.8 0-16-7.2-16-16V336zM232 176a88 88 0 1 1 176 0 88 88 0 1 1 -176 0zm88-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "school-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "not affected", + "ok", + "okay", + "schoolhouse" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e56b", + "label": "School Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-99.3-43.3c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7z" + } + }, + "free": [ + "solid" + ] + }, + "school-circle-exclamation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "schoolhouse" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e56c", + "label": "School Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "school-circle-xmark": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "destroy", + "schoolhouse" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e56d", + "label": "School Circle Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm22.6-144l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L518.6 368z" + } + }, + "free": [ + "solid" + ] + }, + "school-flag": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "educate", + "flag", + "school", + "schoolhouse" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e56e", + "label": "School Flag", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 0H400c8.8 0 16 7.2 16 16V80c0 8.8-7.2 16-16 16H320.7l89.6 64H512c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H336V400c0-26.5-21.5-48-48-48s-48 21.5-48 48V512H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64H165.7L256 95.5V32c0-17.7 14.3-32 32-32zm48 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM80 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm368 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H464c-8.8 0-16 7.2-16 16zM80 352c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H80zm384 0c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H464z" + } + }, + "free": [ + "solid" + ] + }, + "school-lock": { + "changes": [ + "6.1.0", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "closed", + "lockdown", + "quarantine", + "schoolhouse" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e56f", + "label": "School Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M302.2 5.4c10.7-7.2 24.8-7.2 35.5 0L473.7 96H592c26.5 0 48 21.5 48 48V272c0-61.9-50.1-112-112-112s-112 50.1-112 112v24.6c-19.1 11.1-32 31.7-32 55.4H320.3l-.3 0c-35.3 0-64 28.7-64 64v96h64v0H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48H166.3L302.2 5.4zM80 208v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zm0 128v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zm240-72a88 88 0 1 0 0-176 88 88 0 1 0 0 176zm16-120v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H320c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16s16 7.2 16 16zm192 96c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z" + } + }, + "free": [ + "solid" + ] + }, + "scissors": { + "aliases": { + "names": [ + "cut" + ], + "unicodes": { + "composite": [ + "2700", + "2702", + "2704" + ], + "secondary": [ + "10f0c4" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Safety Scissors", + "White Scissors", + "clip", + "cutting", + "scissors", + "snip", + "tool" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0c4", + "label": "Scissors", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 192l-39.5-39.5c4.9-12.6 7.5-26.2 7.5-40.5C224 50.1 173.9 0 112 0S0 50.1 0 112s50.1 112 112 112c14.3 0 27.9-2.7 40.5-7.5L192 256l-39.5 39.5c-12.6-4.9-26.2-7.5-40.5-7.5C50.1 288 0 338.1 0 400s50.1 112 112 112s112-50.1 112-112c0-14.3-2.7-27.9-7.5-40.5L499.2 76.8c7.1-7.1 7.1-18.5 0-25.6c-28.3-28.3-74.1-28.3-102.4 0L256 192zm22.6 150.6L396.8 460.8c28.3 28.3 74.1 28.3 102.4 0c7.1-7.1 7.1-18.5 0-25.6L342.6 278.6l-64 64zM64 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm48 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + }, + "free": [ + "solid" + ] + }, + "screenpal": { + "changes": [ + "6.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e570", + "label": "Screenpal", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M233.5 22.49C233.5 10.07 243.6 0 256 0C268.4 0 278.5 10.07 278.5 22.49C278.5 34.91 268.4 44.98 256 44.98C243.6 44.98 233.5 34.91 233.5 22.49zM313.4 259C313.4 290.7 287.7 316.4 256 316.4C224.3 316.4 198.6 290.7 198.6 259C198.6 227.3 224.3 201.6 256 201.6C287.7 201.6 313.4 227.3 313.4 259zM337.2 350C359.5 330.1 373.7 302.7 377.1 273H496.6C493.1 334.4 466.2 392.2 421.4 434.4C376.7 476.6 317.5 500.2 256 500.2C194.5 500.2 135.3 476.6 90.56 434.4C45.83 392.2 18.94 334.4 15.39 273H135.1C138.5 302.7 152.7 330.1 175 350C197.3 369.9 226.2 380.9 256.1 380.9C285.1 380.9 314.8 369.9 337.2 350zM73.14 140.3C73.54 152.7 63.81 163.1 51.39 163.5C38.97 163.9 28.59 154.2 28.18 141.8C27.78 129.3 37.52 118.9 49.94 118.5C62.35 118.1 72.74 127.9 73.14 140.3zM438.9 141C438.9 128.6 448.9 118.5 461.4 118.5C473.8 118.5 483.8 128.6 483.8 141C483.8 153.5 473.8 163.5 461.4 163.5C448.9 163.5 438.9 153.5 438.9 141zM317.9 95.27C300.6 109.1 278.7 118.1 256 118.1C233.3 118.1 211.4 109.1 194.1 95.27C176.8 80.55 165.3 60.18 161.7 37.78C176.8 31.37 192.5 26.52 208.6 23.31C208.6 35.88 213.6 47.93 222.5 56.82C231.4 65.7 243.4 70.7 256 70.7C268.6 70.7 280.6 65.7 289.5 56.82C298.4 47.93 303.4 35.88 303.4 23.31C319.5 26.52 335.2 31.37 350.3 37.78C346.7 60.18 335.2 80.55 317.9 95.27H317.9zM82.78 231C61.42 238.6 38.06 238.4 16.86 230.4C18.82 214.1 22.46 198.1 27.71 182.5C33.1 185.6 39.05 187.6 45.22 188.5C51.39 189.3 57.67 188.9 63.68 187.3C69.69 185.6 75.33 182.9 80.27 179.1C85.21 175.3 89.36 170.6 92.47 165.2C95.58 159.8 97.61 153.8 98.42 147.7C99.23 141.5 98.83 135.2 97.22 129.2C95.61 123.2 92.83 117.6 89.04 112.6C85.25 107.7 80.53 103.5 75.14 100.4C85.96 88.11 98.01 76.94 111.1 67.07C128.7 81.42 140.6 101.6 144.7 123.9C148.8 146.2 144.8 169.3 133.5 188.9C122.1 208.5 104.1 223.4 82.78 231V231zM429.2 231.1C407.9 223.5 389.9 208.5 378.5 188.9C367.2 169.3 363.3 146.2 367.4 123.9C371.5 101.7 383.4 81.54 400.9 67.19C414 77.04 426.1 88.21 436.9 100.5C426.2 106.9 418.5 117.2 415.4 129.3C412.2 141.3 413.1 154.1 420.2 164.9C426.4 175.7 436.6 183.6 448.6 186.9C460.6 190.2 473.5 188.6 484.3 182.6C489.6 198.1 493.2 214.2 495.2 230.4C473.1 238.5 450.6 238.7 429.2 231.1L429.2 231.1z" + } + }, + "free": [ + "brands" + ] + }, + "screwdriver": { + "aliases": { + "unicodes": { + "composite": [ + "1fa9b" + ], + "secondary": [ + "10f54a" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "fix", + "mechanic", + "repair", + "screw", + "screwdriver", + "settings", + "tool" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f54a", + "label": "Screwdriver", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M465 7c-8.5-8.5-22-9.4-31.6-2.1l-104 80c-5.9 4.5-9.4 11.6-9.4 19v54.1l-85.6 85.6c6.7 4.2 13 9.3 18.8 15.1s10.9 12.2 15.1 18.8L353.9 192H408c7.5 0 14.5-3.5 19-9.4l80-104c7.4-9.6 6.5-23.1-2.1-31.6L465 7zM121.4 281.4l-112 112c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l112-112c30.2-30.2 30.2-79.1 0-109.3s-79.1-30.2-109.3 0z" + } + }, + "free": [ + "solid" + ] + }, + "screwdriver-wrench": { + "aliases": { + "names": [ + "tools" + ], + "unicodes": { + "secondary": [ + "10f7d9" + ] + } + }, + "changes": [ + "5.6.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "fix", + "repair", + "screwdriver", + "settings", + "tools", + "wrench" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7d9", + "label": "Screwdriver Wrench", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4h54.1l109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109V104c0-7.5-3.5-14.5-9.4-19L78.6 5zM19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L233.7 374.3c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7L19.9 396.1zM512 144c0-10.5-1.1-20.7-3.2-30.5c-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7H352c-8.8 0-16-7.2-16-16V102.6c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0C288.5 0 224 64.5 224 144l0 .8 85.3 85.3c36-9.1 75.8 .5 104 28.7L429 274.5c49-23 83-72.8 83-130.5zM56 432a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + }, + "free": [ + "solid" + ] + }, + "scribd": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f28a", + "label": "Scribd", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6z" + } + }, + "free": [ + "brands" + ] + }, + "scroll": { + "aliases": { + "unicodes": { + "composite": [ + "1f4dc" + ], + "secondary": [ + "10f70e" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "announcement", + "d&d", + "dnd", + "fantasy", + "paper", + "script", + "scroll" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f70e", + "label": "Scroll", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 80v48c0 17.7 14.3 32 32 32H48 96V80c0-26.5-21.5-48-48-48S0 53.5 0 80zM112 32c10 13.4 16 30 16 48V384c0 35.3 28.7 64 64 64s64-28.7 64-64v-5.3c0-32.4 26.3-58.7 58.7-58.7H480V128c0-53-43-96-96-96H112zM464 480c61.9 0 112-50.1 112-112c0-8.8-7.2-16-16-16H314.7c-14.7 0-26.7 11.9-26.7 26.7V384c0 53-43 96-96 96H368h96z" + } + }, + "free": [ + "solid" + ] + }, + "scroll-torah": { + "aliases": { + "names": [ + "torah" + ], + "unicodes": { + "secondary": [ + "10f6a0" + ] + } + }, + "changes": [ + "5.3.0", + "5.7.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "book", + "jewish", + "judaism", + "religion", + "scroll" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6a0", + "label": "Scroll Torah", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767393, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 480V32C96 14.3 74.5 0 48 0S0 14.3 0 32V480c0 17.7 21.5 32 48 32s48-14.3 48-32zM512 32H128V480H512V32zM592 0c-26.5 0-48 14.3-48 32V480c0 17.7 21.5 32 48 32s48-14.3 48-32V32c0-17.7-21.5-32-48-32zM196 313.7c0-3.2 .9-6.4 2.5-9.2L226.7 256l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1 8.2-18.3 18.3-18.3H271l31.4-53.9c3.6-6.3 10.3-10.1 17.6-10.1s13.9 3.8 17.6 10.1L369 180h56.7c10.1 0 18.3 8.2 18.3 18.3c0 3.2-.9 6.4-2.5 9.2L413.3 256l28.3 48.5c1.6 2.8 2.5 6 2.5 9.2c0 10.1-8.2 18.3-18.3 18.3H369l-31.4 53.9c-3.6 6.3-10.3 10.1-17.6 10.1s-13.9-3.8-17.6-10.1L271 332H214.3c-10.1 0-18.3-8.2-18.3-18.3zm124 54.7L341.2 332H298.8L320 368.4zM254.5 256l30.3 52h70.4l30.3-52-30.3-52H284.8l-30.3 52zm144.9 23.8L383 308h32.8l-16.4-28.2zM415.8 204H383l16.4 28.2L415.8 204zM320 143.6L298.8 180h42.4L320 143.6zM224.2 204l16.4 28.2L257 204H224.2zM257 308l-16.4-28.2L224.2 308H257z" + } + }, + "free": [ + "solid" + ] + }, + "sd-card": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7c2" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "image", + "memory", + "photo", + "save" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7c2", + "label": "Sd Card", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M320 0H141.3C124.3 0 108 6.7 96 18.7L18.7 96C6.7 108 0 124.3 0 141.3V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 88v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + }, + "free": [ + "solid" + ] + }, + "searchengin": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3eb", + "label": "Searchengin", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 460, + 512 + ], + "width": 460, + "height": 512, + "path": "M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z" + } + }, + "free": [ + "brands" + ] + }, + "section": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Section Sign", + "law", + "legal", + "silcrow" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e447", + "label": "Section", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M64.9 96C67.1 84.4 73.7 76.2 86 70.6c13.8-6.2 34.8-8.9 61.2-4.5c8.8 1.4 36.1 7.1 44.1 9.3c17 4.8 34.7-5.1 39.5-22.2s-5.1-34.7-22.2-39.5c-11.1-3.1-41-9.2-50.9-10.8C123-2.7 88.3-.6 59.7 12.3C29.9 25.8 7.5 50.9 1.6 86.5c-.1 .5-.2 1.1-.2 1.6c-2.2 19.7 .3 37.9 8.1 54.1c7.7 16.1 19.4 28 32 36.9c.6 .5 1.3 .9 2 1.4C22.3 194.2 6.5 215.1 1.7 243c-.1 .6-.2 1.1-.2 1.7c-2.3 19.3 .4 37.1 8.4 53c7.9 15.6 19.8 27 32.3 35.5c22.4 15.2 51.9 24 75.4 31l0 0 3.7 1.1c27.2 8.2 46.9 14.6 59.4 23.8c5.5 4 8.2 7.6 9.5 10.9c1.3 3.2 2.6 8.6 .9 18.1c-1.7 10.1-7.7 18-20.7 23.5c-14 6-35.4 8.5-62 4.4c-12.8-2.1-35.1-9.7-54.1-16.2l0 0c-4.3-1.5-8.5-2.9-12.3-4.2C25.3 420 7.2 429.1 1.6 445.8s3.5 34.9 20.3 40.5c2.6 .8 5.7 1.9 9.2 3.1c18.6 6.3 48.5 16.6 67.3 19.6l0 0 .2 0c34.5 5.4 68.8 3.4 97.2-8.7c29.4-12.6 52.5-36.5 58.5-71.5c3.3-19.3 1.9-37.4-5-53.9c-6.3-15-16.4-26.4-27.6-35.2c16.5-13.9 28.5-33.2 32.6-58.2c3.2-19.8 1.9-38.3-4.8-55.1c-6.7-16.8-17.8-29.4-30.2-39c-22.8-17.6-53.6-27.4-77.7-35l-1.4-.5c-27.4-8.7-47.8-15.3-61.5-25c-6.1-4.4-9.5-8.5-11.4-12.4c-1.8-3.7-3.2-9.3-2.3-18.5zm76.7 208.5c-.2-.1-.4-.1-.6-.2l-1.4-.4c-27.4-8.2-47.9-14.5-61.7-23.8c-6.2-4.2-9.3-7.9-11-11.3c-1.5-3-2.9-7.7-2.1-15.7c1.9-9.7 7.9-17.3 20.5-22.7c14-6 35.4-8.5 62.1-4.3l16.4 2.6c6.3 2.9 11.7 6 16.2 9.5c5.5 4.2 8.4 8.2 10 12.2c1.6 4 2.8 10.4 1.1 20.9c-2.4 14.7-12.8 26.4-37.1 31l-12.4 2.3z" + } + }, + "free": [ + "solid" + ] + }, + "seedling": { + "aliases": { + "names": [ + "sprout" + ], + "unicodes": { + "composite": [ + "1f331" + ], + "secondary": [ + "10f4d8" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "environment", + "flora", + "grow", + "plant", + "sapling", + "seedling", + "vegan", + "young" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4d8", + "label": "Seedling", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768130, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 32c0 113.6-84.6 207.5-194.2 222c-7.1-53.4-30.6-101.6-65.3-139.3C290.8 46.3 364 0 448 0h32c17.7 0 32 14.3 32 32zM0 96C0 78.3 14.3 64 32 64H64c123.7 0 224 100.3 224 224v32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V320C100.3 320 0 219.7 0 96z" + } + }, + "free": [ + "solid" + ] + }, + "sellcast": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "eercast" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f2da", + "label": "Sellcast", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z" + } + }, + "free": [ + "brands" + ] + }, + "sellsy": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f213", + "label": "Sellsy", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z" + } + }, + "free": [ + "brands" + ] + }, + "server": { + "aliases": { + "unicodes": { + "secondary": [ + "10f233" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "cpu", + "database", + "hardware", + "network" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f233", + "label": "Server", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm48 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V352c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + }, + "free": [ + "solid" + ] + }, + "servicestack": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3ec", + "label": "Servicestack", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z" + } + }, + "free": [ + "brands" + ] + }, + "shapes": { + "aliases": { + "names": [ + "triangle-circle-square" + ], + "unicodes": { + "secondary": [ + "10f61f" + ] + } + }, + "changes": [ + "5.2.0", + "5.12.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blocks", + "build", + "circle", + "square", + "triangle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f61f", + "label": "Shapes", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M315.4 15.5C309.7 5.9 299.2 0 288 0s-21.7 5.9-27.4 15.5l-96 160c-5.9 9.9-6.1 22.2-.4 32.2s16.3 16.2 27.8 16.2H384c11.5 0 22.2-6.2 27.8-16.2s5.5-22.3-.4-32.2l-96-160zM288 312V456c0 22.1 17.9 40 40 40H472c22.1 0 40-17.9 40-40V312c0-22.1-17.9-40-40-40H328c-22.1 0-40 17.9-40 40zM128 512a128 128 0 1 0 0-256 128 128 0 1 0 0 256z" + } + }, + "free": [ + "solid" + ] + }, + "share": { + "aliases": { + "names": [ + "arrow-turn-right", + "mail-forward" + ], + "unicodes": { + "secondary": [ + "10f064" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "save", + "send", + "social" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f064", + "label": "Share", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z" + } + }, + "free": [ + "solid" + ] + }, + "share-from-square": { + "aliases": { + "names": [ + "share-square" + ], + "unicodes": { + "composite": [ + "f045" + ], + "secondary": [ + "10f14d" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "save", + "send", + "social" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f14d", + "label": "Share From Square", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M352 224H305.5c-45 0-81.5 36.5-81.5 81.5c0 22.3 10.3 34.3 19.2 40.5c6.8 4.7 12.8 12 12.8 20.3c0 9.8-8 17.8-17.8 17.8h-2.5c-2.4 0-4.8-.4-7.1-1.4C210.8 374.8 128 333.4 128 240c0-79.5 64.5-144 144-144h80V34.7C352 15.5 367.5 0 386.7 0c8.6 0 16.8 3.2 23.2 8.9L548.1 133.3c7.6 6.8 11.9 16.5 11.9 26.7s-4.3 19.9-11.9 26.7l-139 125.1c-5.9 5.3-13.5 8.2-21.4 8.2H384c-17.7 0-32-14.3-32-32V224zM80 96c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16H400c8.8 0 16-7.2 16-16V384c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V112C0 67.8 35.8 32 80 32h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H80z" + }, + "regular": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M400 255.4V240 208c0-8.8-7.2-16-16-16H352 336 289.5c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112h48 16 32c8.8 0 16-7.2 16-16V80 64.6L506 160 400 255.4zM336 240h16v48c0 17.7 14.3 32 32 32h3.7c7.9 0 15.5-2.9 21.4-8.2l139-125.1c7.6-6.8 11.9-16.5 11.9-26.7s-4.3-19.9-11.9-26.7L409.9 8.9C403.5 3.2 395.3 0 386.7 0C367.5 0 352 15.5 352 34.7V80H336 304 288c-88.4 0-160 71.6-160 160c0 60.4 34.6 99.1 63.9 120.9c5.9 4.4 11.5 8.1 16.7 11.2c4.4 2.7 8.5 4.9 11.9 6.6c3.4 1.7 6.2 3 8.2 3.9c2.2 1 4.6 1.4 7.1 1.4h2.5c9.8 0 17.8-8 17.8-17.8c0-7.8-5.3-14.7-11.6-19.5l0 0c-.4-.3-.7-.5-1.1-.8c-1.7-1.1-3.4-2.5-5-4.1c-.8-.8-1.7-1.6-2.5-2.6s-1.6-1.9-2.4-2.9c-1.8-2.5-3.5-5.3-5-8.5c-2.6-6-4.3-13.3-4.3-22.4c0-36.1 29.3-65.5 65.5-65.5H304h32zM72 32C32.2 32 0 64.2 0 104V440c0 39.8 32.2 72 72 72H408c39.8 0 72-32.2 72-72V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V104c0-13.3 10.7-24 24-24h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H72z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "share-nodes": { + "aliases": { + "names": [ + "share-alt" + ], + "unicodes": { + "secondary": [ + "10f1e0" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "save", + "send", + "social" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1e0", + "label": "Share Nodes", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M352 224c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9 .7-7.8 .7-11.9s-.2-8-.7-11.9l94.1-47C302.6 213.8 326.1 224 352 224z" + } + }, + "free": [ + "solid" + ] + }, + "sheet-plastic": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "plastic", + "plastic wrap", + "protect", + "tarp", + "tarpaulin", + "waterproof" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e571", + "label": "Sheet Plastic", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 448c0 35.3 28.7 64 64 64H224V384c0-17.7 14.3-32 32-32H384V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V448zM171.3 75.3l-96 96c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l96-96c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zm96 32l-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zM384 384H256V512L384 384z" + } + }, + "free": [ + "solid" + ] + }, + "shekel-sign": { + "aliases": { + "names": [ + "ils", + "shekel", + "sheqel", + "sheqel-sign" + ], + "unicodes": { + "composite": [ + "20aa" + ], + "secondary": [ + "10f20b" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "New Sheqel Sign", + "currency", + "ils", + "money" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f20b", + "label": "Shekel Sign", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V96H192c35.3 0 64 28.7 64 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-70.7-57.3-128-128-128H32zM320 480c70.7 0 128-57.3 128-128V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352c0 35.3-28.7 64-64 64H192V192c0-17.7-14.3-32-32-32s-32 14.3-32 32V448c0 17.7 14.3 32 32 32H320z" + } + }, + "free": [ + "solid" + ] + }, + "shield": { + "aliases": { + "names": [ + "shield-blank" + ], + "unicodes": { + "composite": [ + "1f6e1" + ], + "secondary": [ + "10f132" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "armor", + "award", + "block", + "cleric", + "defend", + "defense", + "holy", + "paladin", + "protect", + "safety", + "security", + "shield", + "weapon", + "winner" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f132", + "label": "Shield", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0z" + } + }, + "free": [ + "solid" + ] + }, + "shield-cat": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "feline", + "pet", + "protect", + "safety", + "veterinary" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e572", + "label": "Shield Cat", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160 154.4c0-5.8 4.7-10.4 10.4-10.4h.2c3.4 0 6.5 1.6 8.5 4.3l40 53.3c3 4 7.8 6.4 12.8 6.4h48c5 0 9.8-2.4 12.8-6.4l40-53.3c2-2.7 5.2-4.3 8.5-4.3h.2c5.8 0 10.4 4.7 10.4 10.4V272c0 53-43 96-96 96s-96-43-96-96V154.4zM216 288a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm96-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + }, + "free": [ + "solid" + ] + }, + "shield-dog": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "animal", + "canine", + "pet", + "protect", + "safety", + "veterinary" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e573", + "label": "Shield Dog", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8c35.3 0 64-28.7 64-64V160h44.2c12.1 0 23.2 6.8 28.6 17.7L320 192h64c8.8 0 16 7.2 16 16v32c0 44.2-35.8 80-80 80H272v50.7c0 7.3-5.9 13.3-13.3 13.3c-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8 .6-5.5 1.9-8l15-30zM160 160h40 8v32 32c0 17.7-14.3 32-32 32s-32-14.3-32-32V176c0-8.8 7.2-16 16-16zm128 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + }, + "free": [ + "solid" + ] + }, + "shield-halved": { + "aliases": { + "names": [ + "shield-alt" + ], + "unicodes": { + "secondary": [ + "10f3ed" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "armor", + "award", + "block", + "cleric", + "defend", + "defense", + "holy", + "paladin", + "security", + "shield", + "weapon", + "winner" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3ed", + "label": "Shield Halved", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8V444.8C394 378 431.1 230.1 432 141.4L256 66.8l0 0z" + } + }, + "free": [ + "solid" + ] + }, + "shield-heart": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "love", + "protect", + "safe", + "safety", + "shield" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e574", + "label": "Shield Heart", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM144 221.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4 7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z" + } + }, + "free": [ + "solid" + ] + }, + "shield-virus": { + "aliases": { + "unicodes": { + "secondary": [ + "10e06c" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "antibodies", + "barrier", + "coronavirus", + "covid-19", + "flu", + "health", + "infection", + "pandemic", + "protect", + "safety", + "vaccine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e06c", + "label": "Shield Virus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM256 112c8.8 0 16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16zM232 256a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + }, + "free": [ + "solid" + ] + }, + "ship": { + "aliases": { + "unicodes": { + "composite": [ + "1f6a2" + ], + "secondary": [ + "10f21a" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.10.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "boat", + "passenger", + "sea", + "ship", + "water" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f21a", + "label": "Ship", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M192 32c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32V64h48c26.5 0 48 21.5 48 48V240l44.4 14.8c23.1 7.7 29.5 37.5 11.5 53.9l-101 92.6c-16.2 9.4-34.7 15.1-50.9 15.1c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-16.2 0-34.7-5.7-50.9-15.1l-101-92.6c-18-16.5-11.6-46.2 11.5-53.9L96 240V112c0-26.5 21.5-48 48-48h48V32zM160 218.7l107.8-35.9c13.1-4.4 27.3-4.4 40.5 0L416 218.7V128H160v90.7zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + }, + "free": [ + "solid" + ] + }, + "shirt": { + "aliases": { + "names": [ + "t-shirt", + "tshirt" + ], + "unicodes": { + "composite": [ + "1f455" + ], + "secondary": [ + "10f553" + ] + } + }, + "changes": [ + "5.0.13", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "clothing", + "fashion", + "garment", + "shirt", + "short sleeve", + "t-shirt", + "tshirt" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f553", + "label": "Shirt", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M211.8 0c7.8 0 14.3 5.7 16.7 13.2C240.8 51.9 277.1 80 320 80s79.2-28.1 91.5-66.8C413.9 5.7 420.4 0 428.2 0h12.6c22.5 0 44.2 7.9 61.5 22.3L628.5 127.4c6.6 5.5 10.7 13.5 11.4 22.1s-2.1 17.1-7.8 23.6l-56 64c-11.4 13.1-31.2 14.6-44.6 3.5L480 197.7V448c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64V197.7l-51.5 42.9c-13.3 11.1-33.1 9.6-44.6-3.5l-56-64c-5.7-6.5-8.5-15-7.8-23.6s4.8-16.6 11.4-22.1L137.7 22.3C155 7.9 176.7 0 199.2 0h12.6z" + } + }, + "free": [ + "solid" + ] + }, + "shirtsinbulk": { + "changes": [ + "4.3.0", + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f214", + "label": "Shirts in Bulk", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M100 410.3l30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5l30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14l4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8L91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5l4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5l4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2l4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3zm-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38zM52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z" + } + }, + "free": [ + "brands" + ] + }, + "shoe-prints": { + "aliases": { + "unicodes": { + "secondary": [ + "10f54b" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "feet", + "footprints", + "steps", + "walk" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f54b", + "label": "Shoe Prints", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M416 0C352.3 0 256 32 256 32V160c48 0 76 16 104 32s56 32 104 32c56.4 0 176-16 176-96S512 0 416 0zM128 96c0 35.3 28.7 64 64 64h32V32H192c-35.3 0-64 28.7-64 64zM288 512c96 0 224-48 224-128s-119.6-96-176-96c-48 0-76 16-104 32s-56 32-104 32V480s96.3 32 160 32zM0 416c0 35.3 28.7 64 64 64H96V352H64c-35.3 0-64 28.7-64 64z" + } + }, + "free": [ + "solid" + ] + }, + "shop": { + "aliases": { + "names": [ + "store-alt" + ], + "unicodes": { + "secondary": [ + "10f54f" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bodega", + "building", + "buy", + "market", + "purchase", + "shopping", + "store" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f54f", + "label": "Shop", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M36.8 192H603.2c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM64 224V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V384 224H320V384H128V224H64zm448 0V480c0 17.7 14.3 32 32 32s32-14.3 32-32V224H512z" + } + }, + "free": [ + "solid" + ] + }, + "shop-lock": { + "changes": [ + "6.0.0", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bodega", + "building", + "buy", + "closed", + "lock", + "lockdown", + "market", + "purchase", + "quarantine", + "shop", + "shopping", + "store" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4a5", + "label": "Shop Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M36.8 192H449.6c20.2-19.8 47.9-32 78.4-32c30.5 0 58.1 12.2 78.3 31.9c18.9-1.6 33.7-17.4 33.7-36.7c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM384 224H320V384H128V224H64V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V384 352 224zm144 16c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + }, + "free": [ + "solid" + ] + }, + "shop-slash": { + "aliases": { + "names": [ + "store-alt-slash" + ], + "unicodes": { + "secondary": [ + "10e070" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "buy", + "closed", + "covid-19", + "purchase", + "shopping" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e070", + "label": "Shop Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-54.8-43V224H512V376L384 275.7V224H320v1.5L277.2 192H603.2c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L74.1 32.8 38.8 5.1zM36.8 192h85L21 112.5 6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM320 384H128V224H64V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V398.5l-64-50.4V384z" + } + }, + "free": [ + "solid" + ] + }, + "shopify": { + "changes": [ + "5.12.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e057", + "label": "Shopify", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M388.32,104.1a4.66,4.66,0,0,0-4.4-4c-2,0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76,472S388.72,106.5,388.32,104.1ZM288.65,70.47a116.67,116.67,0,0,0-7.21-17.61C271,32.85,255.42,22,237,22a15,15,0,0,0-4,.4c-.4-.8-1.2-1.2-1.6-2C223.4,11.63,213,7.63,200.58,8c-24,.8-48,18-67.25,48.83-13.61,21.62-24,48.84-26.82,70.06-27.62,8.4-46.83,14.41-47.23,14.81-14,4.4-14.41,4.8-16,18-1.2,10-38,291.82-38,291.82L307.86,504V65.67a41.66,41.66,0,0,0-4.4.4S297.86,67.67,288.65,70.47ZM233.41,87.69c-16,4.8-33.63,10.4-50.84,15.61,4.8-18.82,14.41-37.63,25.62-50,4.4-4.4,10.41-9.61,17.21-12.81C232.21,54.86,233.81,74.48,233.41,87.69ZM200.58,24.44A27.49,27.49,0,0,1,215,28c-6.4,3.2-12.81,8.41-18.81,14.41-15.21,16.42-26.82,42-31.62,66.45-14.42,4.41-28.83,8.81-42,12.81C131.33,83.28,163.75,25.24,200.58,24.44ZM154.15,244.61c1.6,25.61,69.25,31.22,73.25,91.66,2.8,47.64-25.22,80.06-65.65,82.47-48.83,3.2-75.65-25.62-75.65-25.62l10.4-44s26.82,20.42,48.44,18.82c14-.8,19.22-12.41,18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44,27.22-93.27,94.47-97.68,26-1.6,39.23,4.81,39.23,4.81L221.4,225.39s-17.21-8-37.63-6.4C154.15,221,153.75,239.8,154.15,244.61ZM249.42,82.88c0-12-1.6-29.22-7.21-43.63,18.42,3.6,27.22,24,31.23,36.43Q262.63,78.68,249.42,82.88Z" + } + }, + "free": [ + "brands" + ] + }, + "shopware": { + "changes": [ + "5.1.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f5b5", + "label": "Shopware", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.39 247.39 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A418.62 418.62 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09z" + } + }, + "free": [ + "brands" + ] + }, + "shower": { + "aliases": { + "unicodes": { + "composite": [ + "1f6bf" + ], + "secondary": [ + "10f2cc" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bath", + "clean", + "faucet", + "shower", + "water" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2cc", + "label": "Shower", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 131.9C64 112.1 80.1 96 99.9 96c9.5 0 18.6 3.8 25.4 10.5l16.2 16.2c-21 38.9-17.4 87.5 10.9 123L151 247c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L345 121c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-1.3 1.3c-35.5-28.3-84.2-31.9-123-10.9L170.5 61.3C151.8 42.5 126.4 32 99.9 32C44.7 32 0 76.7 0 131.9V448c0 17.7 14.3 32 32 32s32-14.3 32-32V131.9zM256 352a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm32-32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "shrimp": { + "aliases": { + "unicodes": { + "composite": [ + "1f990" + ] + } + }, + "changes": [ + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "allergy", + "crustacean", + "prawn", + "seafood", + "shellfish", + "shrimp", + "tail" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e448", + "label": "Shrimp", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96s28.7 64 64 64h1c3.7 88.9 77 160 167 160h56V128H264 88.8 64c-17.7 0-32-14.3-32-32s14.3-32 32-32H464c8.8 0 16-7.2 16-16s-7.2-16-16-16H64zM224 456c0 13.3 10.7 24 24 24h72V407.8l-64.1-22.4c-12.5-4.4-26.2 2.2-30.6 14.7s2.2 26.2 14.7 30.6l4.5 1.6C233 433.9 224 443.9 224 456zm128 23.3c36.4-3.3 69.5-17.6 96.1-39.6l-86.5-34.6c-3 1.8-6.2 3.2-9.6 4.3v69.9zM472.6 415c24.6-30.3 39.4-68.9 39.4-111c0-12.3-1.3-24.3-3.7-35.9L382.8 355.1c.8 3.4 1.2 7 1.2 10.6c0 4.6-.7 9-1.9 13.1L472.6 415zM336 128H320V320h18.3c9.9 0 19.1 3.2 26.6 8.5l133.5-92.4C471.8 172.6 409.1 128 336 128zM168 192a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + }, + "free": [ + "solid" + ] + }, + "shuffle": { + "aliases": { + "names": [ + "random" + ], + "unicodes": { + "composite": [ + "1f500" + ], + "secondary": [ + "10f074" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "arrows", + "crossed", + "shuffle", + "shuffle tracks button", + "sort", + "swap", + "switch", + "transfer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f074", + "label": "Shuffle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M403.8 34.4c12-5 25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160H352c-10.1 0-19.6 4.7-25.6 12.8L284 229.3 244 176l31.2-41.6C293.3 110.2 321.8 96 352 96h32V64c0-12.9 7.8-24.6 19.8-29.6zM164 282.7L204 336l-31.2 41.6C154.7 401.8 126.2 416 96 416H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c10.1 0 19.6-4.7 25.6-12.8L164 282.7zm274.6 188c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V416H352c-30.2 0-58.7-14.2-76.8-38.4L121.6 172.8c-6-8.1-15.5-12.8-25.6-12.8H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c30.2 0 58.7 14.2 76.8 38.4L326.4 339.2c6 8.1 15.5 12.8 25.6 12.8h32V320c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64z" + } + }, + "free": [ + "solid" + ] + }, + "shuttle-space": { + "aliases": { + "names": [ + "space-shuttle" + ], + "unicodes": { + "secondary": [ + "10f197" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "astronaut", + "machine", + "nasa", + "rocket", + "space", + "transportation" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f197", + "label": "Shuttle Space", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M130 480c40.6 0 80.4-11 115.2-31.9L352 384l-224 0 0 96h2zM352 128L245.2 63.9C210.4 43 170.6 32 130 32h-2v96l224 0zM96 128l0-96H80C53.5 32 32 53.5 32 80v48h8c-22.1 0-40 17.9-40 40v16V328v16c0 22.1 17.9 40 40 40H32v48c0 26.5 21.5 48 48 48H96l0-96h8c26.2 0 49.4-12.6 64-32H456c69.3 0 135-22.7 179.2-81.6c6.4-8.5 6.4-20.3 0-28.8C591 182.7 525.3 160 456 160H168c-14.6-19.4-37.8-32-64-32l-8 0zM512 243.6v24.9c0 19.6-15.9 35.6-35.6 35.6c-2.5 0-4.4-2-4.4-4.4V212.4c0-2.5 2-4.4 4.4-4.4c19.6 0 35.6 15.9 35.6 35.6z" + } + }, + "free": [ + "solid" + ] + }, + "sign-hanging": { + "aliases": { + "names": [ + "sign" + ], + "unicodes": { + "secondary": [ + "10f4d9" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directions", + "real estate", + "signage", + "wayfinding" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4d9", + "label": "Sign Hanging", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 0c17.7 0 32 14.3 32 32V64l352 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-352 0V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V128H32C14.3 128 0 113.7 0 96S14.3 64 32 64H64V32C64 14.3 78.3 0 96 0zm96 160H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "signal": { + "aliases": { + "names": [ + "signal-5", + "signal-perfect" + ], + "unicodes": { + "composite": [ + "1f4f6" + ], + "secondary": [ + "10f012" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "antenna", + "antenna bars", + "bar", + "bars", + "cell", + "graph", + "mobile", + "online", + "phone", + "reception", + "status" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f012", + "label": "Signal", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M576 0c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM448 96c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V128c0-17.7 14.3-32 32-32zM352 224V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32zM192 288c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V320c0-17.7 14.3-32 32-32zM96 416v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V416c0-17.7 14.3-32 32-32s32 14.3 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "signature": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5b7" + ] + } + }, + "changes": [ + "5.1.0", + "5.6.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "John Hancock", + "cursive", + "name", + "writing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5b7", + "label": "Signature", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 128c0-17.7 14.3-32 32-32s32 14.3 32 32v7.8c0 27.7-2.4 55.3-7.1 82.5l-84.4 25.3c-40.6 12.2-68.4 49.6-68.4 92v71.9c0 40 32.5 72.5 72.5 72.5c26 0 50-13.9 62.9-36.5l13.9-24.3c26.8-47 46.5-97.7 58.4-150.5l94.4-28.3-12.5 37.5c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H460.4l18-53.9c3.8-11.3 .9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4L316.4 198.1c2.4-20.7 3.6-41.4 3.6-62.3V128c0-53-43-96-96-96s-96 43-96 96v32c0 17.7 14.3 32 32 32s32-14.3 32-32V128zm-9.2 177l49-14.7c-10.4 33.8-24.5 66.4-42.1 97.2l-13.9 24.3c-1.5 2.6-4.3 4.3-7.4 4.3c-4.7 0-8.5-3.8-8.5-8.5V335.6c0-14.1 9.3-26.6 22.8-30.7zM24 368c-13.3 0-24 10.7-24 24s10.7 24 24 24H64.3c-.2-2.8-.3-5.6-.3-8.5V368H24zm592 48c13.3 0 24-10.7 24-24s-10.7-24-24-24H305.9c-6.7 16.3-14.2 32.3-22.3 48H616z" + } + }, + "free": [ + "solid" + ] + }, + "signs-post": { + "aliases": { + "names": [ + "map-signs" + ], + "unicodes": { + "secondary": [ + "10f277" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directions", + "directory", + "map", + "signage", + "wayfinding" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f277", + "label": "Signs Post", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M224 32H64C46.3 32 32 46.3 32 64v64c0 17.7 14.3 32 32 32H441.4c4.2 0 8.3-1.7 11.3-4.7l48-48c6.2-6.2 6.2-16.4 0-22.6l-48-48c-3-3-7.1-4.7-11.3-4.7H288c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 256c0-17.7-14.3-32-32-32H288V192H224v32H70.6c-4.2 0-8.3 1.7-11.3 4.7l-48 48c-6.2 6.2-6.2 16.4 0 22.6l48 48c3 3 7.1 4.7 11.3 4.7H448c17.7 0 32-14.3 32-32V256zM288 480V384H224v96c0 17.7 14.3 32 32 32s32-14.3 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "sim-card": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7c4" + ] + } + }, + "changes": [ + "5.6.0", + "5.8.2", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hard drive", + "hardware", + "portable", + "storage", + "technology", + "tiny" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7c4", + "label": "Sim Card", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M64 0H242.7c17 0 33.3 6.7 45.3 18.7L365.3 96c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0zM96 192c-17.7 0-32 14.3-32 32v32h64V192H96zM64 352h80 96 80V288H240 144 64v64zM320 224c0-17.7-14.3-32-32-32H256v64h64V224zM160 192v64h64V192H160zM288 448c17.7 0 32-14.3 32-32V384H256v64h32zM160 384v64h64V384H160zM64 416c0 17.7 14.3 32 32 32h32V384H64v32z" + } + }, + "free": [ + "solid" + ] + }, + "simplybuilt": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f215", + "label": "SimplyBuilt", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3zM149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4zm212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6z" + } + }, + "free": [ + "brands" + ] + }, + "sink": { + "aliases": { + "unicodes": { + "secondary": [ + "10e06d" + ] + } + }, + "changes": [ + "5.13.0", + "5.13.1", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bathroom", + "covid-19", + "faucet", + "kitchen", + "wash" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e06d", + "label": "Sink", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 96c0-17.7 14.3-32 32-32s32 14.3 32 32s14.3 32 32 32s32-14.3 32-32c0-53-43-96-96-96s-96 43-96 96V288H160V264c0-30.9-25.1-56-56-56H56c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c4.4 0 8 3.6 8 8v24H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H256 480c17.7 0 32-14.3 32-32s-14.3-32-32-32H400V264c0-4.4 3.6-8 8-8h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H408c-30.9 0-56 25.1-56 56v24H288V96zM480 416V384H32v32c0 53 43 96 96 96H384c53 0 96-43 96-96z" + } + }, + "free": [ + "solid" + ] + }, + "sistrix": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3ee", + "label": "SISTRIX", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1 30.5-31zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9z" + } + }, + "free": [ + "brands" + ] + }, + "sitemap": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0e8" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directory", + "hierarchy", + "ia", + "information architecture", + "organization" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0e8", + "label": "Sitemap", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40H464c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H464c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H256c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V280H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-30.9 25.1-56 56-56H264V192h-8c-26.5 0-48-21.5-48-48V80z" + } + }, + "free": [ + "solid" + ] + }, + "sith": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f512", + "label": "Sith", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32l69.71 118.75-58.86-11.52 69.84 91.03a146.741 146.741 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9L0 32zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34zm0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61z" + } + }, + "free": [ + "brands" + ] + }, + "sitrox": { + "changes": [ + "6.0.0-beta2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e44a", + "label": "Sitrox", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M212.439 0.00846128V0H448V128H64C64 57.6008 141.755 0.475338 212.439 0.00846128ZM237.256 192V192.007C307.135 192.475 384 249.6 384 320H210.809V319.995C140.915 319.563 64 262.424 64 192H237.256ZM235.565 511.993C306.251 511.521 384 454.399 384 384H0V512H235.565V511.993Z" + } + }, + "free": [ + "brands" + ] + }, + "sketch": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "app", + "design", + "interface" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f7c6", + "label": "Sketch", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M27.5 162.2L9 187.1h90.5l6.9-130.7-78.9 105.8zM396.3 45.7L267.7 32l135.7 147.2-7.1-133.5zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69L406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480l144.9-283.8z" + } + }, + "free": [ + "brands" + ] + }, + "skull": { + "aliases": { + "unicodes": { + "composite": [ + "1f480" + ], + "secondary": [ + "10f54c" + ] + } + }, + "changes": [ + "5.0.13", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bones", + "death", + "face", + "fairy tale", + "monster", + "skeleton", + "skull", + "x-ray", + "yorick" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f54c", + "label": "Skull", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 398.9c58.5-41.1 96-104.1 96-174.9C512 100.3 397.4 0 256 0S0 100.3 0 224c0 70.7 37.5 133.8 96 174.9c0 .4 0 .7 0 1.1v64c0 26.5 21.5 48 48 48h48V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h64V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h48c26.5 0 48-21.5 48-48V400c0-.4 0-.7 0-1.1zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm256-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + } + }, + "free": [ + "solid" + ] + }, + "skull-crossbones": { + "aliases": { + "unicodes": { + "composite": [ + "1f571", + "2620" + ], + "secondary": [ + "10f714" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Skull and Crossbones", + "Dungeons & Dragons", + "alert", + "bones", + "crossbones", + "d&d", + "danger", + "dangerous area", + "dead", + "deadly", + "death", + "dnd", + "face", + "fantasy", + "halloween", + "holiday", + "jolly-roger", + "monster", + "pirate", + "poison", + "skeleton", + "skull", + "skull and crossbones", + "warning" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f714", + "label": "Skull Crossbones", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767582, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M368 128c0 44.4-25.4 83.5-64 106.4V256c0 17.7-14.3 32-32 32H176c-17.7 0-32-14.3-32-32V234.4c-38.6-23-64-62.1-64-106.4C80 57.3 144.5 0 224 0s144 57.3 144 128zM168 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM3.4 273.7c7.9-15.8 27.1-22.2 42.9-14.3L224 348.2l177.7-88.8c15.8-7.9 35-1.5 42.9 14.3s1.5 35-14.3 42.9L295.6 384l134.8 67.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L224 419.8 46.3 508.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9L152.4 384 17.7 316.6C1.9 308.7-4.5 289.5 3.4 273.7z" + } + }, + "free": [ + "solid" + ] + }, + "skyatlas": { + "changes": [ + "4.3.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f216", + "label": "skyatlas", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2z" + } + }, + "free": [ + "brands" + ] + }, + "skype": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f17e", + "label": "Skype", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z" + } + }, + "free": [ + "brands" + ] + }, + "slack": { + "aliases": { + "names": [ + "slack-hash" + ], + "unicodes": { + "composite": [ + "f3ef" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anchor", + "hash", + "hashtag" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f198", + "label": "Slack Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z" + } + }, + "free": [ + "brands" + ] + }, + "slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f715" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cancel", + "close", + "mute", + "off", + "stop", + "x" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f715", + "label": "Slash", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2z" + } + }, + "free": [ + "solid" + ] + }, + "sleigh": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7cc" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "christmas", + "claus", + "fly", + "holiday", + "santa", + "sled", + "snow", + "xmas" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7cc", + "label": "Sleigh", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96V256c0 53 43 96 96 96v32h64V352H384v32h64V352c53 0 96-43 96-96V160c17.7 0 32-14.3 32-32s-14.3-32-32-32H512 480c-17.7 0-32 14.3-32 32v41.3c0 30.2-24.5 54.7-54.7 54.7c-75.5 0-145.6-38.9-185.6-102.9l-4.3-6.9C174.2 67.6 125 37.6 70.7 32.7c-2.2-.5-4.4-.7-6.7-.7H55 32zM640 384c0-17.7-14.3-32-32-32s-32 14.3-32 32v8c0 13.3-10.7 24-24 24H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H552c48.6 0 88-39.4 88-88v-8z" + } + }, + "free": [ + "solid" + ] + }, + "sliders": { + "aliases": { + "names": [ + "sliders-h" + ], + "unicodes": { + "secondary": [ + "10f1de" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.0.11", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "adjust", + "settings", + "sliders", + "toggle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1de", + "label": "Sliders", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 416c0 17.7 14.3 32 32 32l54.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-246.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 384c-17.7 0-32 14.3-32 32zm128 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32-80c-32.8 0-61 19.7-73.3 48L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l246.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48l54.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-54.7 0c-12.3-28.3-40.5-48-73.3-48zM192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm73.3-64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l86.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L265.3 64z" + } + }, + "free": [ + "solid" + ] + }, + "slideshare": { + "changes": [ + "4.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1e7", + "label": "Slideshare", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z" + } + }, + "free": [ + "brands" + ] + }, + "smog": { + "aliases": { + "unicodes": { + "secondary": [ + "10f75f" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dragon", + "fog", + "haze", + "pollution", + "smoke", + "weather" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f75f", + "label": "Smog", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 144c0 79.5 64.5 144 144 144H299.3c22.6 19.9 52.2 32 84.7 32s62.1-12.1 84.7-32H496c61.9 0 112-50.1 112-112s-50.1-112-112-112c-10.7 0-21 1.5-30.8 4.3C443.8 27.7 401.1 0 352 0c-32.6 0-62.4 12.2-85.1 32.3C242.1 12.1 210.5 0 176 0C96.5 0 32 64.5 32 144zM616 368H280c-13.3 0-24 10.7-24 24s10.7 24 24 24H616c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-64 96H440c-13.3 0-24 10.7-24 24s10.7 24 24 24H552c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-192 0H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24zM224 392c0-13.3-10.7-24-24-24H96c-13.3 0-24 10.7-24 24s10.7 24 24 24H200c13.3 0 24-10.7 24-24z" + } + }, + "free": [ + "solid" + ] + }, + "smoking": { + "aliases": { + "unicodes": { + "composite": [ + "1f6ac" + ], + "secondary": [ + "10f48d" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cancer", + "cigarette", + "nicotine", + "smoking", + "smoking status", + "tobacco" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f48d", + "label": "Smoking", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M448 32V43c0 38.2 15.2 74.8 42.2 101.8l21 21c21 21 32.8 49.5 32.8 79.2v11c0 17.7-14.3 32-32 32s-32-14.3-32-32V245c0-12.7-5.1-24.9-14.1-33.9l-21-21C405.9 151.1 384 98.1 384 43V32c0-17.7 14.3-32 32-32s32 14.3 32 32zM576 256V245c0-38.2-15.2-74.8-42.2-101.8l-21-21c-21-21-32.8-49.5-32.8-79.2V32c0-17.7 14.3-32 32-32s32 14.3 32 32V43c0 12.7 5.1 24.9 14.1 33.9l21 21c39 39 60.9 91.9 60.9 147.1v11c0 17.7-14.3 32-32 32s-32-14.3-32-32zM0 416c0-35.3 28.7-64 64-64H416c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H64c-35.3 0-64-28.7-64-64V416zm224 0v32H384V416H224zm288-64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "snapchat": { + "aliases": { + "names": [ + "snapchat-ghost" + ], + "unicodes": { + "composite": [ + "f2ac" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2ab", + "label": "Snapchat", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z" + } + }, + "free": [ + "brands" + ] + }, + "snowflake": { + "aliases": { + "unicodes": { + "composite": [ + "2744", + "2746" + ], + "secondary": [ + "10f2dc" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Heavy Chevron Snowflake", + "cold", + "precipitation", + "rain", + "snow", + "snowfall", + "snowflake", + "winter" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2dc", + "label": "Snowflake", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0c17.7 0 32 14.3 32 32V62.1l15-15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-49 49v70.3l61.4-35.8 17.7-66.1c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-5.2 19.3 23.6-13.8c15.3-8.9 34.9-3.7 43.8 11.5s3.8 34.9-11.5 43.8l-25.3 14.8 21.7 5.8c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-67.7-18.1L287.5 256l60.9 35.5 67.7-18.1c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-21.7 5.8 25.3 14.8c15.3 8.9 20.4 28.5 11.5 43.8s-28.5 20.4-43.8 11.5l-23.6-13.8 5.2 19.3c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-17.7-66.1L256 311.7v70.3l49 49c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V449.9l-15 15c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l49-49V311.7l-61.4 35.8-17.7 66.1c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l5.2-19.3L48.1 395.6c-15.3 8.9-34.9 3.7-43.8-11.5s-3.7-34.9 11.5-43.8l25.3-14.8-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l67.7 18.1L160.5 256 99.6 220.5 31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l21.7-5.8L15.9 171.6C.6 162.7-4.5 143.1 4.4 127.9s28.5-20.4 43.8-11.5l23.6 13.8-5.2-19.3c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l17.7 66.1L192 200.3V129.9L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l15 15V32c0-17.7 14.3-32 32-32z" + }, + "regular": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 0c13.3 0 24 10.7 24 24V70.1l23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-57 57v76.5l66.2-38.2 20.9-77.8c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4L373 142.2l37.1-21.4c11.5-6.6 26.2-2.7 32.8 8.8s2.7 26.2-8.8 32.8L397 183.8l31.5 8.4c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-77.8-20.9L272 256l66.2 38.2 77.8-20.9c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4L397 328.2l37.1 21.4c11.5 6.6 15.4 21.3 8.8 32.8s-21.3 15.4-32.8 8.8L373 369.8l8.4 31.5c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-20.9-77.8L248 297.6v76.5l57 57c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V441.9l-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57V297.6l-66.2 38.2-20.9 77.8c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4L75 369.8 37.9 391.2c-11.5 6.6-26.2 2.7-32.8-8.8s-2.7-26.2 8.8-32.8L51 328.2l-31.5-8.4c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l77.8 20.9L176 256l-66.2-38.2L31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4L51 183.8 13.9 162.4c-11.5-6.6-15.4-21.3-8.8-32.8s21.3-15.4 32.8-8.8L75 142.2l-8.4-31.5c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l20.9 77.8L200 214.4V137.9L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23V24c0-13.3 10.7-24 24-24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "snowman": { + "aliases": { + "unicodes": { + "composite": [ + "2603", + "26c4" + ], + "secondary": [ + "10f7d0" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "decoration", + "frost", + "frosty", + "holiday", + "snow", + "snowman", + "snowman without snow" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7d0", + "label": "Snowman", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M341.1 140.6c-2 3.9-1.6 8.6 1.2 12c7 8.5 12.9 18.1 17.2 28.4L408 160.2V120c0-13.3 10.7-24 24-24s24 10.7 24 24v19.6l22.5-9.7c12.2-5.2 26.3 .4 31.5 12.6s-.4 26.3-12.6 31.5l-56 24-73.6 31.5c-.5 9.5-2.1 18.6-4.8 27.3c-1.2 3.8-.1 8 2.8 10.8C396.7 296.9 416 338.2 416 384c0 44.7-18.3 85-47.8 114.1c-9.9 9.7-23.7 13.9-37.5 13.9H181.3c-13.9 0-27.7-4.2-37.5-13.9C114.3 469 96 428.7 96 384c0-45.8 19.3-87.1 50.1-116.3c2.9-2.8 4-6.9 2.8-10.8c-2.7-8.7-4.3-17.9-4.8-27.3L70.5 198.1l-56-24C2.4 168.8-3.3 154.7 1.9 142.5s19.3-17.8 31.5-12.6L56 139.6V120c0-13.3 10.7-24 24-24s24 10.7 24 24v40.2L152.6 181c4.3-10.3 10.1-19.9 17.2-28.4c2.8-3.4 3.3-8.1 1.2-12C164 127.2 160 112.1 160 96c0-53 43-96 96-96s96 43 96 96c0 16.1-4 31.2-10.9 44.6zM224 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm48 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-16 80a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm16 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM288 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48 24v3.2c0 3.2 .8 6.3 2.3 9l9 16.9c.9 1.7 2.7 2.8 4.7 2.8s3.8-1.1 4.7-2.8l9-16.9c1.5-2.8 2.3-5.9 2.3-9V120c0-8.8-7.2-16-16-16s-16 7.2-16 16z" + } + }, + "free": [ + "solid" + ] + }, + "snowplow": { + "aliases": { + "unicodes": { + "secondary": [ + "10f7d2" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clean up", + "cold", + "road", + "storm", + "winter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7d2", + "label": "Snowplow", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M298.9 64l68.6 160H256l-64-64V64H298.9zM445.1 242.7l-87.4-204C347.6 15.3 324.5 0 298.9 0H176c-26.5 0-48 21.5-48 48V160H96c-17.7 0-32 14.3-32 32V298.8C26.2 316.8 0 355.3 0 400c0 61.9 50.1 112 112 112H368c61.9 0 112-50.1 112-112c0-17.2-3.9-33.5-10.8-48H512v50.7c0 17 6.7 33.3 18.7 45.3l54.6 54.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L576 402.7V320 235.2L633 164c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5l-57 71.2c-9.1 11.3-14 25.4-14 40V288H448V256.7c.1-2.4-.2-4.8-.6-7.1s-1.2-4.7-2.2-6.8zM368 352c26.5 0 48 21.5 48 48s-21.5 48-48 48H112c-26.5 0-48-21.5-48-48s21.5-48 48-48H368zM144 400a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm216 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-56-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM200 424a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + }, + "free": [ + "solid" + ] + }, + "soap": { + "aliases": { + "unicodes": { + "composite": [ + "1f9fc" + ], + "secondary": [ + "10e06e" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bar", + "bathing", + "bubbles", + "clean", + "cleaning", + "covid-19", + "hygiene", + "lather", + "soap", + "soapdish", + "wash" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e06e", + "label": "Soap", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM416 32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 160c0 27.6-11.7 52.5-30.4 70.1C422.1 275.7 448 310.8 448 352c0 53-43 96-96 96H160c-53 0-96-43-96-96s43-96 96-96h88.4c-15.2-17-24.4-39.4-24.4-64H96c-53 0-96 43-96 96V416c0 53 43 96 96 96H416c53 0 96-43 96-96V288c0-53-43-96-96-96zM160 288c-35.3 0-64 28.7-64 64s28.7 64 64 64H352c35.3 0 64-28.7 64-64s-28.7-64-64-64H320 160z" + } + }, + "free": [ + "solid" + ] + }, + "socks": { + "aliases": { + "unicodes": { + "composite": [ + "1f9e6" + ], + "secondary": [ + "10f696" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "business socks", + "business time", + "clothing", + "feet", + "flight of the conchords", + "socks", + "stocking", + "wednesday" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f696", + "label": "Socks", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M175.2 476.6c-9.7-18-15.2-38.7-15.2-60.6c0-40.3 19-78.2 51.2-102.4l64-48c8.1-6 12.8-15.5 12.8-25.6V96H128V240c0 20.1-9.5 39.1-25.6 51.2l-64 48C14.2 357.3 0 385.8 0 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l21.6-16.2zM128 64H288V48c0-14.5 3.9-28.2 10.7-39.9C291 3 281.9 0 272 0H176c-26.5 0-48 21.5-48 48V64zM320 96V240c0 20.1-9.5 39.1-25.6 51.2l-64 48C206.2 357.3 192 385.8 192 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l115.2-86.4C493 382.2 512 344.3 512 304V96H320zM512 64V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48V64H512z" + } + }, + "free": [ + "solid" + ] + }, + "solar-panel": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5ba" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clean", + "eco-friendly", + "energy", + "green", + "sun" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5ba", + "label": "Solar Panel", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M122.2 0C91.7 0 65.5 21.5 59.5 51.4L8.3 307.4C.4 347 30.6 384 71 384H288v64H224c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V384H569c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0H122.2zM260.9 64H379.1l10.4 104h-139L260.9 64zM202.3 168H101.4L122.2 64h90.4L202.3 168zM91.8 216H197.5L187.1 320H71L91.8 216zm153.9 0H394.3l10.4 104-169.4 0 10.4-104zm196.8 0H548.2L569 320h-116L442.5 216zm96-48H437.7L427.3 64h90.4l31.4-6.3L517.8 64l20.8 104z" + } + }, + "free": [ + "solid" + ] + }, + "sort": { + "aliases": { + "names": [ + "unsorted" + ], + "unicodes": { + "secondary": [ + "10f0dc" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "filter", + "order" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0dc", + "label": "Sort", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z" + } + }, + "free": [ + "solid" + ] + }, + "sort-down": { + "aliases": { + "names": [ + "sort-desc" + ], + "unicodes": { + "secondary": [ + "10f0dd" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "descending", + "filter", + "order", + "sort-desc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0dd", + "label": "Sort Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z" + } + }, + "free": [ + "solid" + ] + }, + "sort-up": { + "aliases": { + "names": [ + "sort-asc" + ], + "unicodes": { + "secondary": [ + "10f0de" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "ascending", + "filter", + "order", + "sort-asc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0de", + "label": "Sort Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z" + } + }, + "free": [ + "solid" + ] + }, + "soundcloud": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1be", + "label": "SoundCloud", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M111.4 256.3l5.8 65-5.8 68.3c-.3 2.5-2.2 4.4-4.4 4.4s-4.2-1.9-4.2-4.4l-5.6-68.3 5.6-65c0-2.2 1.9-4.2 4.2-4.2 2.2 0 4.1 2 4.4 4.2zm21.4-45.6c-2.8 0-4.7 2.2-5 5l-5 105.6 5 68.3c.3 2.8 2.2 5 5 5 2.5 0 4.7-2.2 4.7-5l5.8-68.3-5.8-105.6c0-2.8-2.2-5-4.7-5zm25.5-24.1c-3.1 0-5.3 2.2-5.6 5.3l-4.4 130 4.4 67.8c.3 3.1 2.5 5.3 5.6 5.3 2.8 0 5.3-2.2 5.3-5.3l5.3-67.8-5.3-130c0-3.1-2.5-5.3-5.3-5.3zM7.2 283.2c-1.4 0-2.2 1.1-2.5 2.5L0 321.3l4.7 35c.3 1.4 1.1 2.5 2.5 2.5s2.2-1.1 2.5-2.5l5.6-35-5.6-35.6c-.3-1.4-1.1-2.5-2.5-2.5zm23.6-21.9c-1.4 0-2.5 1.1-2.5 2.5l-6.4 57.5 6.4 56.1c0 1.7 1.1 2.8 2.5 2.8s2.5-1.1 2.8-2.5l7.2-56.4-7.2-57.5c-.3-1.4-1.4-2.5-2.8-2.5zm25.3-11.4c-1.7 0-3.1 1.4-3.3 3.3L47 321.3l5.8 65.8c.3 1.7 1.7 3.1 3.3 3.1 1.7 0 3.1-1.4 3.1-3.1l6.9-65.8-6.9-68.1c0-1.9-1.4-3.3-3.1-3.3zm25.3-2.2c-1.9 0-3.6 1.4-3.6 3.6l-5.8 70 5.8 67.8c0 2.2 1.7 3.6 3.6 3.6s3.6-1.4 3.9-3.6l6.4-67.8-6.4-70c-.3-2.2-2-3.6-3.9-3.6zm241.4-110.9c-1.1-.8-2.8-1.4-4.2-1.4-2.2 0-4.2.8-5.6 1.9-1.9 1.7-3.1 4.2-3.3 6.7v.8l-3.3 176.7 1.7 32.5 1.7 31.7c.3 4.7 4.2 8.6 8.9 8.6s8.6-3.9 8.6-8.6l3.9-64.2-3.9-177.5c-.4-3-2-5.8-4.5-7.2zm-26.7 15.3c-1.4-.8-2.8-1.4-4.4-1.4s-3.1.6-4.4 1.4c-2.2 1.4-3.6 3.9-3.6 6.7l-.3 1.7-2.8 160.8s0 .3 3.1 65.6v.3c0 1.7.6 3.3 1.7 4.7 1.7 1.9 3.9 3.1 6.4 3.1 2.2 0 4.2-1.1 5.6-2.5 1.7-1.4 2.5-3.3 2.5-5.6l.3-6.7 3.1-58.6-3.3-162.8c-.3-2.8-1.7-5.3-3.9-6.7zm-111.4 22.5c-3.1 0-5.8 2.8-5.8 6.1l-4.4 140.6 4.4 67.2c.3 3.3 2.8 5.8 5.8 5.8 3.3 0 5.8-2.5 6.1-5.8l5-67.2-5-140.6c-.2-3.3-2.7-6.1-6.1-6.1zm376.7 62.8c-10.8 0-21.1 2.2-30.6 6.1-6.4-70.8-65.8-126.4-138.3-126.4-17.8 0-35 3.3-50.3 9.4-6.1 2.2-7.8 4.4-7.8 9.2v249.7c0 5 3.9 8.6 8.6 9.2h218.3c43.3 0 78.6-35 78.6-78.3.1-43.6-35.2-78.9-78.5-78.9zm-296.7-60.3c-4.2 0-7.5 3.3-7.8 7.8l-3.3 136.7 3.3 65.6c.3 4.2 3.6 7.5 7.8 7.5 4.2 0 7.5-3.3 7.5-7.5l3.9-65.6-3.9-136.7c-.3-4.5-3.3-7.8-7.5-7.8zm-53.6-7.8c-3.3 0-6.4 3.1-6.4 6.7l-3.9 145.3 3.9 66.9c.3 3.6 3.1 6.4 6.4 6.4 3.6 0 6.4-2.8 6.7-6.4l4.4-66.9-4.4-145.3c-.3-3.6-3.1-6.7-6.7-6.7zm26.7 3.4c-3.9 0-6.9 3.1-6.9 6.9L227 321.3l3.9 66.4c.3 3.9 3.1 6.9 6.9 6.9s6.9-3.1 6.9-6.9l4.2-66.4-4.2-141.7c0-3.9-3-6.9-6.9-6.9z" + } + }, + "free": [ + "brands" + ] + }, + "sourcetree": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f7d3", + "label": "Sourcetree", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203zm-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0z" + } + }, + "free": [ + "brands" + ] + }, + "spa": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5bb" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "flora", + "massage", + "mindfulness", + "plant", + "wellness" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5bb", + "label": "Spa", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M183.1 235.3c33.7 20.7 62.9 48.1 85.8 80.5c7 9.9 13.4 20.3 19.1 31c5.7-10.8 12.1-21.1 19.1-31c22.9-32.4 52.1-59.8 85.8-80.5C437.6 207.8 490.1 192 546 192h9.9c11.1 0 20.1 9 20.1 20.1C576 360.1 456.1 480 308.1 480H288 267.9C119.9 480 0 360.1 0 212.1C0 201 9 192 20.1 192H30c55.9 0 108.4 15.8 153.1 43.3zM301.5 37.6c15.7 16.9 61.1 71.8 84.4 164.6c-38 21.6-71.4 50.8-97.9 85.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8 68.6-147.7 84.4-164.6C278 33.9 282.9 32 288 32s10 1.9 13.5 5.6z" + } + }, + "free": [ + "solid" + ] + }, + "space-awesome": { + "changes": [ + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "adventure", + "rocket", + "ship", + "shuttle" + ] + }, + "styles": [ + "brands" + ], + "unicode": "e5ac", + "label": "Space Awesome", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 256H128V512H0V352H32V320H64V288H96V256zM512 352V512H384V256H416V288H448V320H480V352H512zM320 64H352V448H320V416H192V448H160V64H192V32H224V0H288V32H320V64zM288 128H224V192H288V128z" + } + }, + "free": [ + "brands" + ] + }, + "spaghetti-monster-flying": { + "aliases": { + "names": [ + "pastafarianism" + ], + "unicodes": { + "secondary": [ + "10f67b" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agnosticism", + "atheism", + "flying spaghetti monster", + "fsm" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f67b", + "label": "Spaghetti Monster Flying", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M208 64a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 0c0 16.2-6 31.1-16 42.3l15.6 31.2c18.7-6 39.9-9.5 64.4-9.5s45.8 3.5 64.4 9.5L400 106.3C390 95.1 384 80.2 384 64c0-35.3 28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64c-1.7 0-3.4-.1-5.1-.2L427.8 158c21.1 13.6 37.7 30.2 51.4 46.4c7.1 8.3 13.5 16.6 19.3 24l1.4 1.8c6.3 8.1 11.6 14.8 16.7 20.4C527.3 262.3 532.7 264 536 264c2.5 0 4.3-.6 7.1-3.3c3.7-3.5 7.1-8.8 12.5-17.4l.6-.9c4.6-7.4 11-17.6 19.4-25.7c9.7-9.3 22.9-16.7 40.4-16.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-2.5 0-4.3 .6-7.1 3.3c-3.7 3.5-7.1 8.8-12.5 17.4l-.6 .9c-4.6 7.4-11 17.6-19.4 25.7c-9.7 9.3-22.9 16.7-40.4 16.7c-18.5 0-32.9-8.5-44.3-18.6c-3.1 4-6.6 8.3-10.5 12.7c1.4 4.3 2.8 8.5 4 12.5c.9 3 1.8 5.8 2.6 8.6c3 9.8 5.5 18.2 8.6 25.9c3.9 9.8 7.4 15.4 10.8 18.5c2.6 2.4 5.9 4.3 12.8 4.3c8.7 0 16.9-4.2 33.7-13.2c15-8 35.7-18.8 62.3-18.8c13.3 0 24 10.7 24 24s-10.7 24-24 24c-13.4 0-24.7 5.2-39.7 13.2c-1 .6-2.1 1.1-3.2 1.7C559.9 414 541.4 424 520 424c-18.4 0-33.6-6.1-45.5-17.2c-11.1-10.3-17.9-23.7-22.7-36c-3.6-9-6.7-19.1-9.5-28.5c-16.4 12.3-36.1 23.6-58.9 31.3c3.6 10.8 8.4 23.5 14.4 36.2c7.5 15.9 16.2 30.4 25.8 40.5C433 460.5 441.2 464 448 464c13.3 0 24 10.7 24 24s-10.7 24-24 24c-25.2 0-45-13.5-59.5-28.8c-14.5-15.4-25.7-34.9-34.2-53c-8-17-14.1-33.8-18.3-46.9c-5.2 .4-10.6 .6-16 .6s-10.8-.2-16-.6c-4.2 13-10.3 29.9-18.3 46.9c-8.5 18.1-19.8 37.6-34.2 53C237 498.5 217.2 512 192 512c-13.3 0-24-10.7-24-24s10.7-24 24-24c6.8 0 15-3.5 24.5-13.7c9.5-10.1 18.3-24.6 25.8-40.5c5.9-12.6 10.7-25.4 14.4-36.2c-22.8-7.7-42.5-19-58.9-31.3c-2.9 9.4-6 19.5-9.5 28.5c-4.8 12.2-11.6 25.6-22.7 36C153.6 417.9 138.4 424 120 424c-21.4 0-39.9-10-53.1-17.1l0 0c-1.1-.6-2.2-1.2-3.2-1.7c-15-8-26.3-13.2-39.7-13.2c-13.3 0-24-10.7-24-24s10.7-24 24-24c26.6 0 47.3 10.8 62.3 18.8c16.8 9 25 13.2 33.7 13.2c6.8 0 10.2-1.9 12.8-4.3c3.4-3.2 7-8.8 10.8-18.5c3-7.7 5.6-16.1 8.6-25.9c.8-2.7 1.7-5.6 2.6-8.6c1.2-4 2.6-8.2 4-12.5c-3.9-4.5-7.4-8.8-10.5-12.7C136.9 303.5 122.5 312 104 312c-17.5 0-30.7-7.4-40.4-16.7c-8.4-8.1-14.8-18.3-19.4-25.7l-.6-.9c-5.4-8.6-8.8-13.9-12.5-17.4c-2.8-2.7-4.6-3.3-7.1-3.3c-13.3 0-24-10.7-24-24s10.7-24 24-24c17.5 0 30.7 7.4 40.4 16.7c8.4 8.1 14.8 18.3 19.4 25.7l.6 .9c5.4 8.6 8.8 13.9 12.5 17.4c2.8 2.7 4.6 3.3 7.1 3.3c3.3 0 8.7-1.7 19.4-13.4c5.1-5.6 10.4-12.3 16.7-20.4l1.4-1.8c5.8-7.4 12.2-15.7 19.3-24c13.8-16.2 30.3-32.8 51.4-46.4l-15.1-30.2c-1.7 .1-3.4 .2-5.1 .2c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zm208 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + }, + "free": [ + "solid" + ] + }, + "speakap": { + "changes": [ + "5.0.0", + "5.4.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3f3", + "label": "Speakap", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z" + } + }, + "free": [ + "brands" + ] + }, + "speaker-deck": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f83c", + "label": "Speaker Deck", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z" + } + }, + "free": [ + "brands" + ] + }, + "spell-check": { + "aliases": { + "unicodes": { + "secondary": [ + "10f891" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dictionary", + "edit", + "editor", + "grammar", + "text" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f891", + "label": "Spell Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M112 0C99.1 0 87.4 7.8 82.5 19.7l-66.7 160-13.3 32c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L66.7 224h90.7l5.1 12.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-13.3-32-66.7-160C136.6 7.8 124.9 0 112 0zm18.7 160H93.3L112 115.2 130.7 160zM256 32v96 96c0 17.7 14.3 32 32 32h80c44.2 0 80-35.8 80-80c0-23.1-9.8-43.8-25.4-58.4c6-11.2 9.4-24 9.4-37.6c0-44.2-35.8-80-80-80H288c-17.7 0-32 14.3-32 32zm96 64H320V64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-32 64h32 16c8.8 0 16 7.2 16 16s-7.2 16-16 16H320V160zM566.6 310.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L352 434.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l192-192z" + } + }, + "free": [ + "solid" + ] + }, + "spider": { + "aliases": { + "unicodes": { + "composite": [ + "1f577" + ], + "secondary": [ + "10f717" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arachnid", + "bug", + "charlotte", + "crawl", + "eight", + "halloween", + "insect", + "spider" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f717", + "label": "Spider", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M158.4 32.6c4.8-12.4-1.4-26.3-13.8-31s-26.3 1.4-31 13.8L81.1 100c-7.9 20.7-3 44.1 12.7 59.7l57.4 57.4L70.8 190.3c-2.4-.8-4.3-2.7-5.1-5.1L46.8 128.4C42.6 115.8 29 109 16.4 113.2S-3 131 1.2 143.6l18.9 56.8c5.6 16.7 18.7 29.8 35.4 35.4L116.1 256 55.6 276.2c-16.7 5.6-29.8 18.7-35.4 35.4L1.2 368.4C-3 381 3.8 394.6 16.4 398.8s26.2-2.6 30.4-15.2l18.9-56.8c.8-2.4 2.7-4.3 5.1-5.1l80.4-26.8L93.7 352.3C78.1 368 73.1 391.4 81.1 412l32.5 84.6c4.8 12.4 18.6 18.5 31 13.8s18.5-18.6 13.8-31l-32.5-84.6c-1.1-3-.4-6.3 1.8-8.5L160 353.9c1 52.1 43.6 94.1 96 94.1s95-41.9 96-94.1l32.3 32.3c2.2 2.2 2.9 5.6 1.8 8.5l-32.5 84.6c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8L430.9 412c7.9-20.7 3-44.1-12.7-59.7l-57.4-57.4 80.4 26.8c2.4 .8 4.3 2.7 5.1 5.1l18.9 56.8c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-18.9-56.8c-5.6-16.7-18.7-29.8-35.4-35.4L395.9 256l60.5-20.2c16.7-5.6 29.8-18.7 35.4-35.4l18.9-56.8c4.2-12.6-2.6-26.2-15.2-30.4s-26.2 2.6-30.4 15.2l-18.9 56.8c-.8 2.4-2.7 4.3-5.1 5.1l-80.4 26.8 57.4-57.4c15.6-15.6 20.6-39 12.7-59.7L398.4 15.4C393.6 3 379.8-3.2 367.4 1.6s-18.5 18.6-13.8 31l32.5 84.6c1.1 3 .4 6.3-1.8 8.5L336 174.1V160c0-31.8-18.6-59.3-45.5-72.2c-9.1-4.4-18.5 3.3-18.5 13.4V112c0 8.8-7.2 16-16 16s-16-7.2-16-16V101.2c0-10.1-9.4-17.7-18.5-13.4C194.6 100.7 176 128.2 176 160v14.1l-48.3-48.3c-2.2-2.2-2.9-5.6-1.8-8.5l32.5-84.6z" + } + }, + "free": [ + "solid" + ] + }, + "spinner": { + "aliases": { + "unicodes": { + "secondary": [ + "10f110" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "circle", + "loading", + "progress" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f110", + "label": "Spinner", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z" + } + }, + "free": [ + "solid" + ] + }, + "splotch": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5bc" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Ink", + "blob", + "blotch", + "glob", + "stain" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5bc", + "label": "Splotch", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208.5 62.3l28.1-36.9C248.8 9.4 267.8 0 288 0c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2c0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6c-14.8 0-29.3-5.1-40.8-14.3l-55.4-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3L82.4 451.9C47.8 458.2 16 431.6 16 396.5c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1c0-18.8-5.5-37.2-15.8-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1z" + } + }, + "free": [ + "solid" + ] + }, + "spoon": { + "aliases": { + "names": [ + "utensil-spoon" + ], + "unicodes": { + "composite": [ + "1f944", + "f1b1" + ], + "secondary": [ + "10f2e5" + ] + } + }, + "changes": [ + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cutlery", + "dining", + "scoop", + "silverware", + "spoon", + "tableware" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2e5", + "label": "Spoon", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767421, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M245.8 220.9c-14.5-17.6-21.8-39.2-21.8-60.8C224 80 320 0 416 0c53 0 96 43 96 96c0 96-80 192-160.2 192c-21.6 0-43.2-7.3-60.8-21.8L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L245.8 220.9z" + } + }, + "free": [ + "solid" + ] + }, + "spotify": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1bc", + "label": "Spotify", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z" + } + }, + "free": [ + "brands" + ] + }, + "spray-can": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5bd" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Paint", + "aerosol", + "design", + "graffiti", + "tag" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5bd", + "label": "Spray Can", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 0h64c17.7 0 32 14.3 32 32v96H96V32c0-17.7 14.3-32 32-32zM0 256c0-53 43-96 96-96H224c53 0 96 43 96 96V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V256zm240 80A80 80 0 1 0 80 336a80 80 0 1 0 160 0zM256 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM448 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "spray-can-sparkles": { + "aliases": { + "names": [ + "air-freshener" + ], + "unicodes": { + "secondary": [ + "10f5d0" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "car", + "clean", + "deodorize", + "fresh", + "pine", + "scent" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5d0", + "label": "Spray Can Sparkles", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 32v96H224V32c0-17.7-14.3-32-32-32H128C110.3 0 96 14.3 96 32zm0 128c-53 0-96 43-96 96V464c0 26.5 21.5 48 48 48H272c26.5 0 48-21.5 48-48V256c0-53-43-96-96-96H96zm64 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM384 48c0-1.4-1-3-2.2-3.6L352 32 339.6 2.2C339 1 337.4 0 336 0s-3 1-3.6 2.2L320 32 290.2 44.4C289 45 288 46.6 288 48c0 1.4 1 3 2.2 3.6L320 64l12.4 29.8C333 95 334.6 96 336 96s3-1 3.6-2.2L352 64l29.8-12.4C383 51 384 49.4 384 48zm76.4 45.8C461 95 462.6 96 464 96s3-1 3.6-2.2L480 64l29.8-12.4C511 51 512 49.4 512 48c0-1.4-1-3-2.2-3.6L480 32 467.6 2.2C467 1 465.4 0 464 0s-3 1-3.6 2.2L448 32 418.2 44.4C417 45 416 46.6 416 48c0 1.4 1 3 2.2 3.6L448 64l12.4 29.8zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L448 224l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L448 256l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 256l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6c0-1.4-1-3-2.2-3.6L480 224l-12.4-29.8zM448 144c0-1.4-1-3-2.2-3.6L416 128 403.6 98.2C403 97 401.4 96 400 96s-3 1-3.6 2.2L384 128l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L384 160l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L416 160l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6z" + } + }, + "free": [ + "solid" + ] + }, + "square": { + "aliases": { + "unicodes": { + "composite": [ + "25a0", + "25fb", + "25fc", + "f096" + ], + "secondary": [ + "10f0c8" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Square", + "black medium square", + "block", + "box", + "geometric", + "shape", + "square", + "white medium square" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0c8", + "label": "Square", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z" + }, + "regular": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "square-arrow-up-right": { + "aliases": { + "names": [ + "external-link-square" + ], + "unicodes": { + "secondary": [ + "10f14c" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "diagonal", + "new", + "open", + "send", + "share" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f14c", + "label": "Square Arrow Up Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM160 144c-13.3 0-24 10.7-24 24s10.7 24 24 24h94.1L119 327c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135V328c0 13.3 10.7 24 24 24s24-10.7 24-24V168c0-13.3-10.7-24-24-24H160z" + } + }, + "free": [ + "solid" + ] + }, + "square-behance": { + "aliases": { + "names": [ + "behance-square" + ] + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.0.3", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1b5", + "label": "Behance Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M186.5 293c0 19.3-14 25.4-31.2 25.4h-45.1v-52.9h46c18.6.1 30.3 7.8 30.3 27.5zm-7.7-82.3c0-17.7-13.7-21.9-28.9-21.9h-39.6v44.8H153c15.1 0 25.8-6.6 25.8-22.9zm132.3 23.2c-18.3 0-30.5 11.4-31.7 29.7h62.2c-1.7-18.5-11.3-29.7-30.5-29.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM271.7 185h77.8v-18.9h-77.8V185zm-43 110.3c0-24.1-11.4-44.9-35-51.6 17.2-8.2 26.2-17.7 26.2-37 0-38.2-28.5-47.5-61.4-47.5H68v192h93.1c34.9-.2 67.6-16.9 67.6-55.9zM380 280.5c0-41.1-24.1-75.4-67.6-75.4-42.4 0-71.1 31.8-71.1 73.6 0 43.3 27.3 73 71.1 73 33.2 0 54.7-14.9 65.1-46.8h-33.7c-3.7 11.9-18.6 18.1-30.2 18.1-22.4 0-34.1-13.1-34.1-35.3h100.2c.1-2.3.3-4.8.3-7.2z" + } + }, + "free": [ + "brands" + ] + }, + "square-caret-down": { + "aliases": { + "names": [ + "caret-square-down" + ], + "unicodes": { + "secondary": [ + "10f150" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "caret-square-o-down", + "dropdown", + "expand", + "menu", + "more", + "triangle" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f150", + "label": "Square Caret Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 480c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z" + }, + "regular": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 432c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0zm64-16c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "square-caret-left": { + "aliases": { + "names": [ + "caret-square-left" + ], + "unicodes": { + "secondary": [ + "10f191" + ] + } + }, + "changes": [ + "4.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "back", + "caret-square-o-left", + "previous", + "triangle" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f191", + "label": "Square Caret Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416zM128 256c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z" + }, + "regular": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 416c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320zm16 64c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480zm64-224c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "square-caret-right": { + "aliases": { + "names": [ + "caret-square-right" + ], + "unicodes": { + "secondary": [ + "10f152" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "caret-square-o-right", + "forward", + "next", + "triangle" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f152", + "label": "Square Caret Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z" + }, + "regular": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 96c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320zM384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "square-caret-up": { + "aliases": { + "names": [ + "caret-square-up" + ], + "unicodes": { + "secondary": [ + "10f151" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "caret-square-o-up", + "collapse", + "triangle", + "upload" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f151", + "label": "Square Caret Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM224 160c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4H120c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z" + }, + "regular": { + "last_modified": 1684766331, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm224 64c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4l-208 0c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "square-check": { + "aliases": { + "names": [ + "check-square" + ], + "unicodes": { + "composite": [ + "2611", + "2705", + "f046" + ], + "secondary": [ + "10f14a" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "accept", + "agree", + "box", + "button", + "check", + "check box with check", + "check mark button", + "checkmark", + "confirm", + "correct", + "done", + "mark", + "ok", + "select", + "success", + "tick", + "todo", + "yes", + "✓" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f14a", + "label": "Square Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + }, + "regular": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "square-dribbble": { + "aliases": { + "names": [ + "dribbble-square" + ] + }, + "changes": [ + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f397", + "label": "Dribbble Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M90.2 228.2c8.9-42.4 37.4-77.7 75.7-95.7 3.6 4.9 28 38.8 50.7 79-64 17-120.3 16.8-126.4 16.7zM314.6 154c-33.6-29.8-79.3-41.1-122.6-30.6 3.8 5.1 28.6 38.9 51 80 48.6-18.3 69.1-45.9 71.6-49.4zM140.1 364c40.5 31.6 93.3 36.7 137.3 18-2-12-10-53.8-29.2-103.6-55.1 18.8-93.8 56.4-108.1 85.6zm98.8-108.2c-3.4-7.8-7.2-15.5-11.1-23.2C159.6 253 93.4 252.2 87.4 252c0 1.4-.1 2.8-.1 4.2 0 35.1 13.3 67.1 35.1 91.4 22.2-37.9 67.1-77.9 116.5-91.8zm34.9 16.3c17.9 49.1 25.1 89.1 26.5 97.4 30.7-20.7 52.5-53.6 58.6-91.6-4.6-1.5-42.3-12.7-85.1-5.8zm-20.3-48.4c4.8 9.8 8.3 17.8 12 26.8 45.5-5.7 90.7 3.4 95.2 4.4-.3-32.3-11.8-61.9-30.9-85.1-2.9 3.9-25.8 33.2-76.3 53.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 176c0-88.2-71.8-160-160-160S64 167.8 64 256s71.8 160 160 160 160-71.8 160-160z" + } + }, + "free": [ + "brands" + ] + }, + "square-envelope": { + "aliases": { + "names": [ + "envelope-square" + ], + "unicodes": { + "secondary": [ + "10f199" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "e-mail", + "email", + "letter", + "mail", + "message", + "notification", + "support" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f199", + "label": "Square Envelope", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM218 271.7L64.2 172.4C66 156.4 79.5 144 96 144H352c16.5 0 30 12.4 31.8 28.4L230 271.7c-1.8 1.2-3.9 1.8-6 1.8s-4.2-.6-6-1.8zm29.4 26.9L384 210.4V336c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V210.4l136.6 88.2c7 4.5 15.1 6.9 23.4 6.9s16.4-2.4 23.4-6.9z" + } + }, + "free": [ + "solid" + ] + }, + "square-facebook": { + "aliases": { + "names": [ + "facebook-square" + ] + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.8.2", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "social network" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f082", + "label": "Facebook Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z" + } + }, + "free": [ + "brands" + ] + }, + "square-font-awesome": { + "changes": [ + "5.0.0", + "5.0.1", + "6.0.0-beta1", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e5ad", + "label": "Font Awesome in Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384.5,32.5h-320c-35.3,0-64,28.7-64,64v320c0,35.3,28.7,64,64,64h320c35.3,0,64-28.7,64-64v-320 C448.5,61.2,419.8,32.5,384.5,32.5z M336.5,312.5c-31.6,11.2-41.2,16-59.8,16c-31.4,0-43.2-16-74.6-16c-10.2,0-18.2,1.6-25.6,4v-32 c7.4-2.2,15.4-4,25.6-4c31.2,0,43.2,16,74.6,16c10.2,0,17.8-1.4,27.8-4.6v-96c-10,3.2-17.6,4.6-27.8,4.6c-31.4,0-43.2-16-74.6-16 c-25.4,0-37.4,10.4-57.6,14.4v153.6c0,8.8-7.2,16-16,16c-8.8,0-16-7.2-16-16v-192c0-8.8,7.2-16,16-16c8.8,0,16,7.2,16,16v6.4 c20.2-4,32.2-14.4,57.6-14.4c31.2,0,43.2,16,74.6,16c18.6,0,28.2-4.8,59.8-16V312.5z" + } + }, + "free": [ + "brands" + ] + }, + "square-font-awesome-stroke": { + "aliases": { + "names": [ + "font-awesome-alt" + ] + }, + "changes": [ + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f35c", + "label": "Font Awesome in Square with Stroke Outline", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M201.6,152c-25.4,0-37.4,10.4-57.6,14.4V160c0-8.8-7.2-16-16-16s-16,7.2-16,16v192c0,0.8,0.1,1.6,0.2,2.4 c0.1,0.4,0.1,0.8,0.2,1.2c1.6,7.1,8,12.4,15.6,12.4s14-5.3,15.6-12.4c0.1-0.4,0.2-0.8,0.2-1.2c0.1-0.8,0.2-1.6,0.2-2.4V198.4 c4-0.8,7.7-1.8,11.2-3c14.3-4.7,26-11.4,46.4-11.4c31.4,0,43.2,16,74.6,16c8.9,0,15.9-1.1,24.2-3.5c1.2-0.3,2.4-0.7,3.6-1.1v96 c-10,3.2-17.6,4.6-27.8,4.6c-31.4,0-43.4-16-74.6-16c-10.2,0-18.2,1.8-25.6,4v32c7.4-2.4,15.4-4,25.6-4c31.4,0,43.2,16,74.6,16 c18.6,0,28.2-4.8,59.8-16V152c-31.6,11.2-41.2,16-59.8,16C244.8,168,232.8,152,201.6,152z M384,32H64C28.7,32,0,60.7,0,96v320 c0,35.3,28.7,64,64,64h320c35.3,0,64-28.7,64-64V96C448,60.7,419.3,32,384,32z M416,416c0,17.6-14.4,32-32,32H64 c-17.6,0-32-14.4-32-32V96c0-17.6,14.4-32,32-32h320c17.6,0,32,14.4,32,32V416z" + } + }, + "free": [ + "brands" + ] + }, + "square-full": { + "aliases": { + "unicodes": { + "composite": [ + "1f7e5", + "1f7e6", + "1f7e7", + "1f7e8", + "1f7e9", + "1f7ea", + "1f7eb", + "2b1b", + "2b1c" + ], + "secondary": [ + "10f45c" + ] + } + }, + "changes": [ + "5.0.5", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "black large square", + "block", + "blue", + "blue square", + "box", + "brown", + "brown square", + "geometric", + "green", + "green square", + "orange", + "orange square", + "purple", + "purple square", + "red", + "red square", + "shape", + "square", + "white large square", + "yellow", + "yellow square" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f45c", + "label": "Square Full", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 0H512V512H0V0z" + }, + "regular": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 48V464H48V48H464zM48 0H0V48 464v48H48 464h48V464 48 0H464 48z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "square-git": { + "aliases": { + "names": [ + "git-square" + ] + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.8.2", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1d2", + "label": "Git Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M100.59 334.24c48.57 3.31 58.95 2.11 58.95 11.94 0 20-65.55 20.06-65.55 1.52.01-5.09 3.29-9.4 6.6-13.46zm27.95-116.64c-32.29 0-33.75 44.47-.75 44.47 32.51 0 31.71-44.47.75-44.47zM448 80v352a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V80a48 48 0 0 1 48-48h352a48 48 0 0 1 48 48zm-227 69.31c0 14.49 8.38 22.88 22.86 22.88 14.74 0 23.13-8.39 23.13-22.88S258.62 127 243.88 127c-14.48 0-22.88 7.84-22.88 22.31zM199.18 195h-49.55c-25-6.55-81.56-4.85-81.56 46.75 0 18.8 9.4 32 21.85 38.11C74.23 294.23 66.8 301 66.8 310.6c0 6.87 2.79 13.22 11.18 16.76-8.9 8.4-14 14.48-14 25.92C64 373.35 81.53 385 127.52 385c44.22 0 69.87-16.51 69.87-45.73 0-36.67-28.23-35.32-94.77-39.38l8.38-13.43c17 4.74 74.19 6.23 74.19-42.43 0-11.69-4.83-19.82-9.4-25.67l23.38-1.78zm84.34 109.84l-13-1.78c-3.82-.51-4.07-1-4.07-5.09V192.52h-52.6l-2.79 20.57c15.75 5.55 17 4.86 17 10.17V298c0 5.62-.31 4.58-17 6.87v20.06h72.42zM384 315l-6.87-22.37c-40.93 15.37-37.85-12.41-37.85-16.73v-60.72h37.85v-25.41h-35.82c-2.87 0-2 2.52-2-38.63h-24.18c-2.79 27.7-11.68 38.88-34 41.42v22.62c20.47 0 19.82-.85 19.82 2.54v66.57c0 28.72 11.43 40.91 41.67 40.91 14.45 0 30.45-4.83 41.38-10.2z" + } + }, + "free": [ + "brands" + ] + }, + "square-github": { + "aliases": { + "names": [ + "github-square" + ] + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "octocat" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f092", + "label": "GitHub Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z" + } + }, + "free": [ + "brands" + ] + }, + "square-gitlab": { + "aliases": { + "names": [ + "gitlab-square" + ] + }, + "changes": [ + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e5ae", + "label": "Square Gitlab", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M48 32H400C426.5 32 448 53.5 448 80V432C448 458.5 426.5 480 400 480H48C21.5 480 0 458.5 0 432V80C0 53.5 21.5 32 48 32zM382.1 224.9L337.5 108.5C336.6 106.2 334.9 104.2 332.9 102.9C331.3 101.9 329.5 101.3 327.7 101.1C325.9 100.9 324 101.2 322.3 101.8C320.6 102.5 319 103.5 317.8 104.9C316.6 106.3 315.7 107.9 315.2 109.7L285 201.9H162.1L132.9 109.7C132.4 107.9 131.4 106.3 130.2 104.9C128.1 103.6 127.4 102.5 125.7 101.9C123.1 101.2 122.1 100.1 120.3 101.1C118.5 101.3 116.7 101.9 115.1 102.9C113.1 104.2 111.5 106.2 110.6 108.5L65.94 224.9L65.47 226.1C59.05 242.9 58.26 261.3 63.22 278.6C68.18 295.9 78.62 311.1 92.97 321.9L93.14 322L93.52 322.3L161.4 373.2L215.6 414.1C217.1 415.1 220.9 416.9 223.9 416.9C226.9 416.9 229.9 415.1 232.3 414.1L286.4 373.2L354.8 322L355 321.9C369.4 311 379.8 295.8 384.8 278.6C389.7 261.3 388.1 242.9 382.5 226.1L382.1 224.9z" + } + }, + "free": [ + "brands" + ] + }, + "square-google-plus": { + "aliases": { + "names": [ + "google-plus-square" + ] + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [ + "social network" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f0d4", + "label": "Google Plus Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014470, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM164 356c-55.3 0-100-44.7-100-100s44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4-34.1 0-61.9 28.2-61.9 63.2 0 34.9 27.8 63.2 61.9 63.2 39.6 0 54.4-28.5 56.8-43.1H164v-34.4h94.4c1 5 1.6 10.1 1.6 16.6 0 57.1-38.3 97.6-96 97.6zm220-81.8h-29v29h-29.2v-29h-29V245h29v-29H355v29h29v29.2z" + } + }, + "free": [ + "brands" + ] + }, + "square-h": { + "aliases": { + "names": [ + "h-square" + ], + "unicodes": { + "secondary": [ + "10f0fd" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directions", + "emergency", + "hospital", + "hotel", + "letter", + "map" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0fd", + "label": "Square H", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM336 152V256 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H160l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24v80H288V152c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + }, + "free": [ + "solid" + ] + }, + "square-hacker-news": { + "aliases": { + "names": [ + "hacker-news-square" + ] + }, + "changes": [ + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3af", + "label": "Hacker News Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM21.2 229.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z" + } + }, + "free": [ + "brands" + ] + }, + "square-instagram": { + "aliases": { + "names": [ + "instagram-square" + ] + }, + "changes": [ + "5.12.1", + "5.14.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e055", + "label": "Instagram Square", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z" + } + }, + "free": [ + "brands" + ] + }, + "square-js": { + "aliases": { + "names": [ + "js-square" + ] + }, + "changes": [ + "5.0.0", + "5.0.3", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3b9", + "label": "JavaScript (JS) Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM243.8 381.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z" + } + }, + "free": [ + "brands" + ] + }, + "square-lastfm": { + "aliases": { + "names": [ + "lastfm-square" + ] + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.0.11", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f203", + "label": "last.fm Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-92.2 312.9c-63.4 0-85.4-28.6-97.1-64.1-16.3-51-21.5-84.3-63-84.3-22.4 0-45.1 16.1-45.1 61.2 0 35.2 18 57.2 43.3 57.2 28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8 0-57.9 28.6-92 82.5-92 73.5 0 80.8 41.4 100.8 101.9 8.8 26.8 24.2 46.2 61.2 46.2 24.9 0 38.1-5.5 38.1-19.1 0-19.9-21.8-22-49.9-28.6-30.4-7.3-42.5-23.1-42.5-48 0-40 32.3-52.4 65.2-52.4 37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4-16.1 0-26 7.3-26 19.8 0 11 4.8 17.6 20.9 21.3 32.7 7.1 71.8 12 71.8 57.5.1 36.7-30.7 50.6-76.1 50.6z" + } + }, + "free": [ + "brands" + ] + }, + "square-minus": { + "aliases": { + "names": [ + "minus-square" + ], + "unicodes": { + "composite": [ + "f147" + ], + "secondary": [ + "10f146" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "collapse", + "delete", + "hide", + "minify", + "negative", + "remove", + "shape", + "trash" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f146", + "label": "Square Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 200H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + }, + "regular": { + "last_modified": 1684767553, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM152 232H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "square-nfi": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "non-food item", + "supplies" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e576", + "label": "Square Nfi", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm75.7 64.6C68.8 162.5 64 168.8 64 176V336c0 8.8 7.2 16 16 16s16-7.2 16-16V233.8l66.3 110.5c3.7 6.2 11.1 9.1 18 7.2s11.7-8.2 11.7-15.4V176c0-8.8-7.2-16-16-16s-16 7.2-16 16V278.2L93.7 167.8c-3.7-6.2-11.1-9.1-18-7.2zM224 176v64 96c0 8.8 7.2 16 16 16s16-7.2 16-16V256h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H256V192h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H240c-8.8 0-16 7.2-16 16zm160 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V336c0 8.8 7.2 16 16 16s16-7.2 16-16V176z" + } + }, + "free": [ + "solid" + ] + }, + "square-odnoklassniki": { + "aliases": { + "names": [ + "odnoklassniki-square" + ] + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f264", + "label": "Odnoklassniki Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M184.2 177.1c0-22.1 17.9-40 39.8-40s39.8 17.9 39.8 40c0 22-17.9 39.8-39.8 39.8s-39.8-17.9-39.8-39.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-305.1 97.1c0 44.6 36.4 80.9 81.1 80.9s81.1-36.2 81.1-80.9c0-44.8-36.4-81.1-81.1-81.1s-81.1 36.2-81.1 81.1zm174.5 90.7c-4.6-9.1-17.3-16.8-34.1-3.6 0 0-22.7 18-59.3 18s-59.3-18-59.3-18c-16.8-13.2-29.5-5.5-34.1 3.6-7.9 16.1 1.1 23.7 21.4 37 17.3 11.1 41.2 15.2 56.6 16.8l-12.9 12.9c-18.2 18-35.5 35.5-47.7 47.7-17.6 17.6 10.7 45.8 28.4 28.6l47.7-47.9c18.2 18.2 35.7 35.7 47.7 47.9 17.6 17.2 46-10.7 28.6-28.6l-47.7-47.7-13-12.9c15.5-1.6 39.1-5.9 56.2-16.8 20.4-13.3 29.3-21 21.5-37z" + } + }, + "free": [ + "brands" + ] + }, + "square-parking": { + "aliases": { + "names": [ + "parking" + ], + "unicodes": { + "composite": [ + "1f17f" + ], + "secondary": [ + "10f540" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "car", + "garage", + "meter", + "parking" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f540", + "label": "Square Parking", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM192 256h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H192v64zm48 64H192v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 168c0-22.1 17.9-40 40-40h72c53 0 96 43 96 96s-43 96-96 96z" + } + }, + "free": [ + "solid" + ] + }, + "square-pen": { + "aliases": { + "names": [ + "pen-square", + "pencil-square" + ], + "unicodes": { + "secondary": [ + "10f14b" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "pencil-square", + "update", + "write" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f14b", + "label": "Square Pen", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM325.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-21.4 21.4-71-71 21.4-21.4c15.6-15.6 40.9-15.6 56.6 0zM119.9 289L225.1 183.8l71 71L190.9 359.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z" + } + }, + "free": [ + "solid" + ] + }, + "square-person-confined": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "captivity", + "confined" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e577", + "label": "Square Person Confined", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm96 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm80 104c0-30.9 25.1-56 56-56s56 25.1 56 56V350.1c0 36.4-29.5 65.9-65.9 65.9c-17.5 0-34.3-6.9-46.6-19.3L184.8 342l-28.1 56.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l48-96c4.6-9.2 13.3-15.6 23.5-17.3s20.5 1.7 27.8 9L240 306.7V248z" + } + }, + "free": [ + "solid" + ] + }, + "square-phone": { + "aliases": { + "names": [ + "phone-square" + ], + "unicodes": { + "secondary": [ + "10f098" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "call", + "earphone", + "number", + "support", + "telephone", + "voice" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f098", + "label": "Square Phone", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm90.7 96.7c9.7-2.6 19.9 2.3 23.7 11.6l20 48c3.4 8.2 1 17.6-5.8 23.2L168 231.7c16.6 35.2 45.1 63.7 80.3 80.3l20.2-24.7c5.6-6.8 15-9.2 23.2-5.8l48 20c9.3 3.9 14.2 14 11.6 23.7l-12 44C336.9 378 329 384 320 384C196.3 384 96 283.7 96 160c0-9 6-16.9 14.7-19.3l44-12z" + } + }, + "free": [ + "solid" + ] + }, + "square-phone-flip": { + "aliases": { + "names": [ + "phone-square-alt" + ], + "unicodes": { + "secondary": [ + "10f87b" + ] + } + }, + "changes": [ + "5.9.0", + "5.10.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "call", + "earphone", + "number", + "support", + "telephone", + "voice" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f87b", + "label": "Square Phone Flip", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767392, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zm-90.7 96.7c-9.7-2.6-19.9 2.3-23.7 11.6l-20 48c-3.4 8.2-1 17.6 5.8 23.2L280 231.7c-16.6 35.2-45.1 63.7-80.3 80.3l-20.2-24.7c-5.6-6.8-15-9.2-23.2-5.8l-48 20c-9.3 3.9-14.2 14-11.6 23.7l12 44C111.1 378 119 384 128 384c123.7 0 224-100.3 224-224c0-9-6-16.9-14.7-19.3l-44-12z" + } + }, + "free": [ + "solid" + ] + }, + "square-pied-piper": { + "aliases": { + "names": [ + "pied-piper-square" + ] + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e01e", + "label": "Pied Piper Square Logo (Old)", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M32 419L0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8z" + } + }, + "free": [ + "brands" + ] + }, + "square-pinterest": { + "aliases": { + "names": [ + "pinterest-square" + ] + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f0d3", + "label": "Pinterest Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 80v352c0 26.5-21.5 48-48 48H154.4c9.8-16.4 22.4-40 27.4-59.3 3-11.5 15.3-58.4 15.3-58.4 8 15.3 31.4 28.2 56.3 28.2 74.1 0 127.4-68.1 127.4-152.7 0-81.1-66.2-141.8-151.4-141.8-106 0-162.2 71.1-162.2 148.6 0 36 19.2 80.8 49.8 95.1 4.7 2.2 7.1 1.2 8.2-3.3.8-3.4 5-20.1 6.8-27.8.6-2.5.3-4.6-1.7-7-10.1-12.3-18.3-34.9-18.3-56 0-54.2 41-106.6 110.9-106.6 60.3 0 102.6 41.1 102.6 99.9 0 66.4-33.5 112.4-77.2 112.4-24.1 0-42.1-19.9-36.4-44.4 6.9-29.2 20.3-60.7 20.3-81.8 0-53-75.5-45.7-75.5 25 0 21.7 7.3 36.5 7.3 36.5-31.4 132.8-36.1 134.5-29.6 192.6l2.2.8H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48z" + } + }, + "free": [ + "brands" + ] + }, + "square-plus": { + "aliases": { + "names": [ + "plus-square" + ], + "unicodes": { + "composite": [ + "f196" + ], + "secondary": [ + "10f0fe" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "create", + "expand", + "new", + "positive", + "shape" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f0fe", + "label": "Square Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM200 344V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H248v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z" + }, + "regular": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM200 344V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H248v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "square-poll-horizontal": { + "aliases": { + "names": [ + "poll-h" + ], + "unicodes": { + "secondary": [ + "10f682" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chart", + "graph", + "results", + "survey", + "trend", + "vote", + "voting" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f682", + "label": "Square Poll Horizontal", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM256 160c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32zm64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l192 0zM192 352c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "square-poll-vertical": { + "aliases": { + "names": [ + "poll" + ], + "unicodes": { + "secondary": [ + "10f681" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chart", + "graph", + "results", + "survey", + "trend", + "vote", + "voting" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f681", + "label": "Square Poll Vertical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 192c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm64-64c0-17.7 14.3-32 32-32s32 14.3 32 32V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V160zM320 288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V320c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "square-reddit": { + "aliases": { + "names": [ + "reddit-square" + ] + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1a2", + "label": "reddit Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M283.2 345.5c2.7 2.7 2.7 6.8 0 9.2-24.5 24.5-93.8 24.6-118.4 0-2.7-2.4-2.7-6.5 0-9.2 2.4-2.4 6.5-2.4 8.9 0 18.7 19.2 81 19.6 100.5 0 2.4-2.3 6.6-2.3 9 0zm-91.3-53.8c0-14.9-11.9-26.8-26.5-26.8-14.9 0-26.8 11.9-26.8 26.8 0 14.6 11.9 26.5 26.8 26.5 14.6 0 26.5-11.9 26.5-26.5zm90.7-26.8c-14.6 0-26.5 11.9-26.5 26.8 0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-11.9 26.8-26.5 0-14.9-11.9-26.8-26.8-26.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-99.7 140.6c-10.1 0-19 4.2-25.6 10.7-24.1-16.7-56.5-27.4-92.5-28.6l18.7-84.2 59.5 13.4c0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-12.2 26.8-26.8 0-14.6-11.9-26.8-26.8-26.8-10.4 0-19.3 6.2-23.8 14.9l-65.7-14.6c-3.3-.9-6.5 1.5-7.4 4.8l-20.5 92.8c-35.7 1.5-67.8 12.2-91.9 28.9-6.5-6.8-15.8-11-25.9-11-37.5 0-49.8 50.4-15.5 67.5-1.2 5.4-1.8 11-1.8 16.7 0 56.5 63.7 102.3 141.9 102.3 78.5 0 142.2-45.8 142.2-102.3 0-5.7-.6-11.6-2.1-17 33.6-17.2 21.2-67.2-16.1-67.2z" + } + }, + "free": [ + "brands" + ] + }, + "square-root-variable": { + "aliases": { + "names": [ + "square-root-alt" + ], + "unicodes": { + "secondary": [ + "10f698" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arithmetic", + "calculus", + "division", + "math" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f698", + "label": "Square Root Variable", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M282.6 78.1c8-27.3 33-46.1 61.4-46.1H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H344L238.7 457c-3.6 12.3-14.1 21.2-26.8 22.8s-25.1-4.6-31.5-15.6L77.6 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H77.6c22.8 0 43.8 12.1 55.3 31.8l65.2 111.8L282.6 78.1zM393.4 233.4c12.5-12.5 32.8-12.5 45.3 0L480 274.7l41.4-41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 320l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 365.3l-41.4 41.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 320l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z" + } + }, + "free": [ + "solid" + ] + }, + "square-rss": { + "aliases": { + "names": [ + "rss-square" + ], + "unicodes": { + "secondary": [ + "10f143" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blog", + "feed", + "journal", + "news", + "writing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f143", + "label": "Square Rss", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM96 136c0-13.3 10.7-24 24-24c137 0 248 111 248 248c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-110.5-89.5-200-200-200c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24c83.9 0 152 68.1 152 152c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-57.4-46.6-104-104-104c-13.3 0-24-10.7-24-24zm0 120a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "solid" + ] + }, + "square-share-nodes": { + "aliases": { + "names": [ + "share-alt-square" + ], + "unicodes": { + "secondary": [ + "10f1e1" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "forward", + "save", + "send", + "social" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1e1", + "label": "Square Share Nodes", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM384 160c0 35.3-28.7 64-64 64c-15.4 0-29.5-5.4-40.6-14.5L194.1 256l85.3 46.5c11-9.1 25.2-14.5 40.6-14.5c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-2.5 .1-4.9 .4-7.3L174.5 300c-11.7 12.3-28.2 20-46.5 20c-35.3 0-64-28.7-64-64s28.7-64 64-64c18.3 0 34.8 7.7 46.5 20l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3 28.7-64 64-64s64 28.7 64 64z" + } + }, + "free": [ + "solid" + ] + }, + "square-snapchat": { + "aliases": { + "names": [ + "snapchat-square" + ] + }, + "changes": [ + "4.6.0", + "5.0.0", + "6.0.0-beta1", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2ad", + "label": "Snapchat Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384,32H64A64,64,0,0,0,0,96V416a64,64,0,0,0,64,64H384a64,64,0,0,0,64-64V96A64,64,0,0,0,384,32Zm-3.907,319.309-.083.1a32.364,32.364,0,0,1-8.717,6.823,90.26,90.26,0,0,1-20.586,8.2,12.694,12.694,0,0,0-3.852,1.76c-2.158,1.909-2.1,4.64-4.4,8.55a23.137,23.137,0,0,1-6.84,7.471c-6.707,4.632-14.244,4.923-22.23,5.23-7.214.274-15.39.581-24.729,3.669-3.761,1.245-7.753,3.694-12.377,6.533-11.265,6.9-26.68,16.353-52.3,16.353s-40.925-9.4-52.106-16.279c-4.657-2.888-8.675-5.362-12.543-6.64-9.339-3.08-17.516-3.4-24.729-3.67-7.986-.307-15.523-.6-22.231-5.229a23.085,23.085,0,0,1-6.01-6.11c-3.2-4.632-2.855-7.8-5.254-9.895a13.428,13.428,0,0,0-4.1-1.834,89.986,89.986,0,0,1-20.313-8.127,32.905,32.905,0,0,1-8.3-6.284c-6.583-6.757-8.276-14.776-5.686-21.824,3.436-9.338,11.571-12.111,19.4-16.262,14.776-8.027,26.348-18.055,34.433-29.884a68.236,68.236,0,0,0,5.985-10.567c.789-2.158.772-3.329.241-4.416a7.386,7.386,0,0,0-2.208-2.217c-2.532-1.676-5.113-3.353-6.882-4.5-3.27-2.141-5.868-3.818-7.529-4.98-6.267-4.383-10.65-9.04-13.4-14.245a28.4,28.4,0,0,1-1.369-23.584c4.134-10.924,14.469-17.706,26.978-17.706a37.141,37.141,0,0,1,7.845.83c.689.15,1.37.307,2.042.482-.108-7.43.058-15.357.722-23.119,2.358-27.261,11.912-41.589,21.874-52.994a86.836,86.836,0,0,1,22.28-17.931C188.254,100.383,205.312,96,224,96s35.828,4.383,50.944,13.016a87.169,87.169,0,0,1,22.239,17.9c9.961,11.406,19.516,25.709,21.874,52.995a231.194,231.194,0,0,1,.713,23.118c.673-.174,1.362-.332,2.051-.481a37.131,37.131,0,0,1,7.844-.83c12.5,0,22.82,6.782,26.971,17.706a28.37,28.37,0,0,1-1.4,23.559c-2.74,5.2-7.123,9.861-13.39,14.244-1.668,1.187-4.258,2.864-7.529,4.981-1.835,1.187-4.541,2.947-7.164,4.682a6.856,6.856,0,0,0-1.951,2.034c-.506,1.046-.539,2.191.166,4.208a69.015,69.015,0,0,0,6.085,10.792c8.268,12.1,20.188,22.313,35.454,30.407,1.486.772,2.98,1.5,4.441,2.258.722.332,1.569.763,2.491,1.3,4.9,2.723,9.2,6.01,11.455,12.153C387.821,336.915,386.269,344.7,380.093,351.309Zm-16.719-18.461c-50.313-24.314-58.332-61.918-58.689-64.749-.431-3.379-.921-6.035,2.806-9.472,3.594-3.328,19.541-13.19,23.965-16.278,7.33-5.114,10.534-10.219,8.16-16.495-1.66-4.316-5.686-5.976-9.961-5.976a18.5,18.5,0,0,0-3.993.448c-8.035,1.743-15.838,5.769-20.354,6.857a7.1,7.1,0,0,1-1.66.224c-2.408,0-3.279-1.071-3.088-3.968.564-8.783,1.759-25.925.373-41.937-1.884-22.032-8.99-32.948-17.432-42.6-4.051-4.624-23.135-24.654-59.536-24.654S168.53,134.359,164.479,139c-8.434,9.654-15.531,20.57-17.432,42.6-1.386,16.013-.141,33.147.373,41.937.166,2.756-.68,3.968-3.088,3.968a7.1,7.1,0,0,1-1.66-.224c-4.507-1.087-12.31-5.113-20.346-6.856a18.494,18.494,0,0,0-3.993-.449c-4.25,0-8.3,1.636-9.961,5.977-2.374,6.276.847,11.381,8.168,16.494,4.425,3.088,20.371,12.958,23.966,16.279,3.719,3.437,3.237,6.093,2.805,9.471-.356,2.79-8.384,40.394-58.689,64.749-2.946,1.428-7.96,4.45.88,9.331,13.88,7.628,23.111,6.807,30.3,11.43,6.093,3.927,2.5,12.394,6.923,15.449,5.454,3.76,21.583-.266,42.335,6.6,17.433,5.744,28.116,22.015,58.963,22.015s41.788-16.3,58.938-21.973c20.795-6.865,36.89-2.839,42.336-6.6,4.433-3.055.822-11.522,6.923-15.448,7.181-4.624,16.411-3.8,30.3-11.472C371.36,337.355,366.346,334.333,363.374,332.848Z" + } + }, + "free": [ + "brands" + ] + }, + "square-steam": { + "aliases": { + "names": [ + "steam-square" + ] + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1b7", + "label": "Steam Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M185.2 356.5c7.7-18.5-1-39.7-19.6-47.4l-29.5-12.2c11.4-4.3 24.3-4.5 36.4.5 12.2 5.1 21.6 14.6 26.7 26.7 5 12.2 5 25.6-.1 37.7-10.5 25.1-39.4 37-64.6 26.5-11.6-4.8-20.4-13.6-25.4-24.2l28.5 11.8c18.6 7.8 39.9-.9 47.6-19.4zM400 32H48C21.5 32 0 53.5 0 80v160.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8-31.8 0-58.5-22.7-64.5-52.7L0 319.2V432c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-99.7 222.5c-32.2 0-58.4-26.1-58.4-58.3s26.2-58.3 58.4-58.3 58.4 26.2 58.4 58.3-26.2 58.3-58.4 58.3zm.1-14.6c24.2 0 43.9-19.6 43.9-43.8 0-24.2-19.6-43.8-43.9-43.8-24.2 0-43.9 19.6-43.9 43.8 0 24.2 19.7 43.8 43.9 43.8z" + } + }, + "free": [ + "brands" + ] + }, + "square-threads": { + "changes": [ + "6.4.1", + "6.4.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e619", + "label": "Square Threads", + "voted": false, + "svg": { + "brands": { + "last_modified": 1690904784, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM294.2 244.3c19.5 9.3 33.7 23.5 41.2 40.9c10.4 24.3 11.4 63.9-20.2 95.4c-24.2 24.1-53.5 35-95.1 35.3h-.2c-46.8-.3-82.8-16.1-106.9-46.8C91.5 341.8 80.4 303.7 80 256v-.1-.1c.4-47.7 11.5-85.7 33-113.1c24.2-30.7 60.2-46.5 106.9-46.8h.2c46.9 .3 83.3 16 108.2 46.6c12.3 15.1 21.3 33.3 27 54.4l-26.9 7.2c-4.7-17.2-11.9-31.9-21.4-43.6c-19.4-23.9-48.7-36.1-87-36.4c-38 .3-66.8 12.5-85.5 36.2c-17.5 22.3-26.6 54.4-26.9 95.5c.3 41.1 9.4 73.3 26.9 95.5c18.7 23.8 47.4 36 85.5 36.2c34.3-.3 56.9-8.4 75.8-27.3c21.5-21.5 21.1-47.9 14.2-64c-4-9.4-11.4-17.3-21.3-23.3c-2.4 18-7.9 32.2-16.5 43.2c-11.4 14.5-27.7 22.4-48.4 23.5c-15.7 .9-30.8-2.9-42.6-10.7c-13.9-9.2-22-23.2-22.9-39.5c-1.7-32.2 23.8-55.3 63.5-57.6c14.1-.8 27.3-.2 39.5 1.9c-1.6-9.9-4.9-17.7-9.8-23.4c-6.7-7.8-17.1-11.8-30.8-11.9h-.4c-11 0-26 3.1-35.6 17.6l-23-15.8c12.8-19.4 33.6-30.1 58.5-30.1h.6c41.8 .3 66.6 26.3 69.1 71.8c1.4 .6 2.8 1.2 4.2 1.9l.1 .5zm-71.8 67.5c17-.9 36.4-7.6 39.7-48.8c-8.8-1.9-18.6-2.9-29-2.9c-3.2 0-6.4 .1-9.6 .3c-28.6 1.6-38.1 15.5-37.4 27.9c.9 16.7 19 24.5 36.4 23.6l-.1-.1z" + } + }, + "free": [ + "brands" + ] + }, + "square-tumblr": { + "aliases": { + "names": [ + "tumblr-square" + ] + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f174", + "label": "Tumblr Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z" + } + }, + "free": [ + "brands" + ] + }, + "square-twitter": { + "aliases": { + "names": [ + "twitter-square" + ] + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.1.2", + "6.4.2" + ], + "ligatures": [], + "search": { + "terms": [ + "social network", + "tweet" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f081", + "label": "Square Twitter", + "voted": false, + "svg": { + "brands": { + "last_modified": 1690904784, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM351.3 199.3v0c0 86.7-66 186.6-186.6 186.6c-37.2 0-71.7-10.8-100.7-29.4c5.3 .6 10.4 .8 15.8 .8c30.7 0 58.9-10.4 81.4-28c-28.8-.6-53-19.5-61.3-45.5c10.1 1.5 19.2 1.5 29.6-1.2c-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3c-9-6-16.4-14.1-21.5-23.6s-7.8-20.2-7.7-31c0-12.2 3.2-23.4 8.9-33.1c32.3 39.8 80.8 65.8 135.2 68.6c-9.3-44.5 24-80.6 64-80.6c18.9 0 35.9 7.9 47.9 20.7c14.8-2.8 29-8.3 41.6-15.8c-4.9 15.2-15.2 28-28.8 36.1c13.2-1.4 26-5.1 37.8-10.2c-8.9 13.1-20.1 24.7-32.9 34c.2 2.8 .2 5.7 .2 8.5z" + } + }, + "free": [ + "brands" + ] + }, + "square-up-right": { + "aliases": { + "names": [ + "external-link-square-alt" + ], + "unicodes": { + "composite": [ + "2197" + ], + "secondary": [ + "10f360" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "diagonal", + "direction", + "external-link-square", + "intercardinal", + "new", + "northeast", + "open", + "share", + "up-right arrow" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f360", + "label": "Square Up Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766332, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM320 313.4V176c0-8.8-7.2-16-16-16H166.6c-12.5 0-22.6 10.1-22.6 22.6c0 6 2.4 11.8 6.6 16L184 232l-66.3 66.3C114 302 112 306.9 112 312s2 10 5.7 13.7l36.7 36.7c3.6 3.6 8.5 5.7 13.7 5.7s10-2 13.7-5.7L248 296l33.4 33.4c4.2 4.2 10 6.6 16 6.6c12.5 0 22.6-10.1 22.6-22.6z" + } + }, + "free": [ + "solid" + ] + }, + "square-viadeo": { + "aliases": { + "names": [ + "viadeo-square" + ] + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.7.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2aa", + "label": "Viadeo Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM280.7 381.2c-42.4 46.2-120 46.6-162.4 0-68-73.6-19.8-196.1 81.2-196.1 13.3 0 26.6 2.1 39.1 6.7-4.3 8.4-7.3 17.6-8.4 27.1-9.7-4.1-20.2-6-30.7-6-48.8 0-84.6 41.7-84.6 88.9 0 43 28.5 78.7 69.5 85.9 61.5-24 72.9-117.6 72.9-175 0-7.3 0-14.8-.6-22.1-11.2-32.9-26.6-64.6-44.2-94.5 27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70 0 54.1-21.9 99-68.3 128.2l-2.4.2c50 1 86.2-38.6 86.2-87.2 0-12.2-2.1-24.3-6.9-35.7 9.5-1.9 18.5-5.6 26.4-10.5 15.3 36.6 12.6 87.3-22.8 125.6zM309 233.7c-13.3 0-25.1-7.1-34.4-16.1 21.9-12 49.6-30.7 62.3-53 1.5-3 4.1-8.6 4.5-12-12.5 27.9-44.2 49.8-73.9 56.7-4.7-7.3-7.5-15.5-7.5-24.3 0-10.3 5.2-24.1 12.9-31.6 21.6-20.5 53-8.5 72.4-50 32.5 46.2 13.1 130.3-36.3 130.3z" + } + }, + "free": [ + "brands" + ] + }, + "square-vimeo": { + "aliases": { + "names": [ + "vimeo-square" + ] + }, + "changes": [ + "4.0.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f194", + "label": "Vimeo Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16.2 149.6c-1.4 31.1-23.2 73.8-65.3 127.9-43.5 56.5-80.3 84.8-110.4 84.8-18.7 0-34.4-17.2-47.3-51.6-25.2-92.3-35.9-146.4-56.7-146.4-2.4 0-10.8 5-25.1 15.1L64 192c36.9-32.4 72.1-68.4 94.1-70.4 24.9-2.4 40.2 14.6 46 51.1 20.5 129.6 29.6 149.2 66.8 90.5 13.4-21.2 20.6-37.2 21.5-48.3 3.4-32.8-25.6-30.6-45.2-22.2 15.7-51.5 45.8-76.5 90.1-75.1 32.9 1 48.4 22.4 46.5 64z" + } + }, + "free": [ + "brands" + ] + }, + "square-virus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "coronavirus", + "covid-19", + "disease", + "flu", + "infection", + "pandemic" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e578", + "label": "Square Virus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM223.8 93.7c13.3 0 24 10.7 24 24c0 29.3 35.4 43.9 56.1 23.2c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-20.7 20.7-6 56.1 23.2 56.1c13.3 0 24 10.7 24 24s-10.7 24-24 24c-29.3 0-43.9 35.4-23.2 56.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-20.7-20.7-56.1-6-56.1 23.2c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-29.3-35.4-43.9-56.1-23.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9c20.7-20.7 6-56.1-23.2-56.1c-13.3 0-24-10.7-24-24s10.7-24 24-24c29.3 0 43.9-35.4 23.2-56.1c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0c20.7 20.7 56.1 6 56.1-23.2c0-13.3 10.7-24 24-24zM192 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm88 32a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z" + } + }, + "free": [ + "solid" + ] + }, + "square-whatsapp": { + "aliases": { + "names": [ + "whatsapp-square" + ] + }, + "changes": [ + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f40c", + "label": "What's App Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 122.8c-72.7 0-131.8 59.1-131.9 131.8 0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7zm77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8-12.6 1.9-22.4.9-47.5-9.9-39.7-17.2-65.7-57.2-67.7-59.8-2-2.6-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6.1 2.4.1 5.7-.9 8.9 6.8 3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2 3.6 1.3 23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1zM400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5z" + } + }, + "free": [ + "brands" + ] + }, + "square-x-twitter": { + "changes": [ + "6.4.2" + ], + "ligatures": [], + "search": { + "terms": [ + " elon", + " x", + "twitter" + ] + }, + "styles": [ + "brands" + ], + "unicode": "e61a", + "label": "Square X Twitter", + "voted": false, + "svg": { + "brands": { + "last_modified": 1690904784, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z" + } + }, + "free": [ + "brands" + ] + }, + "square-xing": { + "aliases": { + "names": [ + "xing-square" + ] + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f169", + "label": "Xing Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM140.4 320.2H93.8c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6.2-10.1 6-10.1h46.6c5.2 0 9.5 2.9 12.9 8.7l31.9 55.3c-1.3 2.3-18 31.7-50.1 88.2-3.5 6.2-7.7 9.1-12.6 9.1zm219.7-214.1L257.3 286.8v.2l65.5 119c2.8 5.1.1 10.1-6 10.1h-46.6c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3c2.3-4.1 36.8-64.9 103.4-182.3 3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10z" + } + }, + "free": [ + "brands" + ] + }, + "square-xmark": { + "aliases": { + "names": [ + "times-square", + "xmark-square" + ], + "unicodes": { + "composite": [ + "274e" + ], + "secondary": [ + "10f2d3" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "close", + "cross", + "cross mark button", + "incorrect", + "mark", + "notice", + "notification", + "notify", + "problem", + "square", + "window", + "wrong", + "x", + "×" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2d3", + "label": "Square Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm79 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + } + }, + "free": [ + "solid" + ] + }, + "square-youtube": { + "aliases": { + "names": [ + "youtube-square" + ], + "unicodes": { + "composite": [ + "f166" + ] + } + }, + "changes": [ + "5.0.3", + "6.1.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f431", + "label": "YouTube Square", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M186.8 202.1l95.2 54.1-95.2 54.1V202.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z" + } + }, + "free": [ + "brands" + ] + }, + "squarespace": { + "changes": [ + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f5be", + "label": "Squarespace", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94 9.65 9.65 25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0l-157.22 157.2zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93zm-261.99 87.33l157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01zm-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93h.01z" + } + }, + "free": [ + "brands" + ] + }, + "stack-exchange": { + "changes": [ + "4.0.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f18d", + "label": "Stack Exchange", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68v-22zm0-23.6h412.7v-85H17.7v85zm0-109.4h412.7v-85H17.7v85zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0z" + } + }, + "free": [ + "brands" + ] + }, + "stack-overflow": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f16c", + "label": "Stack Overflow", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014479, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z" + } + }, + "free": [ + "brands" + ] + }, + "stackpath": { + "changes": [ + "5.8.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f842", + "label": "Stackpath", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98zM448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29zm125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36zM297.94 325L347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z" + } + }, + "free": [ + "brands" + ] + }, + "staff-snake": { + "aliases": { + "names": [ + "rod-asclepius", + "rod-snake", + "staff-aesculapius" + ] + }, + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "asclepius", + "asklepian", + "health", + "serpent", + "wellness" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e579", + "label": "Staff Snake", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M222.6 43.2l-.1 4.8H288c53 0 96 43 96 96s-43 96-96 96H248V160h40c8.8 0 16-7.2 16-16s-7.2-16-16-16H248 220l-4.5 144H256c53 0 96 43 96 96s-43 96-96 96H240V384h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H213l-3.1 99.5L208.5 495l0 1c-.3 8.9-7.6 16-16.5 16s-16.2-7.1-16.5-16l0-1-1-31H136c-22.1 0-40-17.9-40-40s17.9-40 40-40h36l-1-32H152c-53 0-96-43-96-96c0-47.6 34.6-87.1 80-94.7V256c0 8.8 7.2 16 16 16h16.5L164 128H136 122.6c-9 18.9-28.3 32-50.6 32H56c-30.9 0-56-25.1-56-56S25.1 48 56 48h8 8 89.5l-.1-4.8L161 32c0-.7 0-1.3 0-1.9c.5-16.6 14.1-30 31-30s30.5 13.4 31 30c0 .6 0 1.3 0 1.9l-.4 11.2zM64 112a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + }, + "free": [ + "solid" + ] + }, + "stairs": { + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "exit", + "steps", + "up" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e289", + "label": "Stairs", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 64c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v96c0 17.7-14.3 32-32 32H320v96c0 17.7-14.3 32-32 32H192v96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96V320c0-17.7 14.3-32 32-32h96V192c0-17.7 14.3-32 32-32h96V64z" + } + }, + "free": [ + "solid" + ] + }, + "stamp": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5bf" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "art", + "certificate", + "imprint", + "rubber", + "seal" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5bf", + "label": "Stamp", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M312 201.8c0-17.4 9.2-33.2 19.9-47C344.5 138.5 352 118.1 352 96c0-53-43-96-96-96s-96 43-96 96c0 22.1 7.5 42.5 20.1 58.8c10.7 13.8 19.9 29.6 19.9 47c0 29.9-24.3 54.2-54.2 54.2H112C50.1 256 0 306.1 0 368c0 20.9 13.4 38.7 32 45.3V464c0 26.5 21.5 48 48 48H432c26.5 0 48-21.5 48-48V413.3c18.6-6.6 32-24.4 32-45.3c0-61.9-50.1-112-112-112H366.2c-29.9 0-54.2-24.3-54.2-54.2zM416 416v32H96V416H416z" + } + }, + "free": [ + "solid" + ] + }, + "stapler": { + "changes": [ + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "desktop", + "milton", + "office", + "paperclip", + "staple" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e5af", + "label": "Stapler", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 299.3V304 432c0 26.5-21.5 48-48 48H512 448 64c-17.7 0-32-14.3-32-32s14.3-32 32-32H448V368H96c-17.7 0-32-14.3-32-32V219.4L33.8 214C14.2 210.5 0 193.5 0 173.7c0-8.9 2.9-17.5 8.2-24.6l35.6-47.5C76.7 57.8 128.2 32 182.9 32c27 0 53.6 6.3 77.8 18.4L586.9 213.5C619.5 229.7 640 263 640 299.3zM448 304V288L128 230.9V304H448z" + } + }, + "free": [ + "solid" + ] + }, + "star": { + "aliases": { + "unicodes": { + "composite": [ + "2b50", + "f006" + ], + "secondary": [ + "10f005" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "award", + "favorite", + "important", + "night", + "rating", + "score", + "star" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f005", + "label": "Star", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z" + }, + "regular": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.6 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "star-and-crescent": { + "aliases": { + "unicodes": { + "composite": [ + "262a" + ], + "secondary": [ + "10f699" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Muslim", + "islam", + "muslim", + "religion", + "star and crescent" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f699", + "label": "Star And Crescent", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767603, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7c7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5c-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5c7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512C114.6 512 0 397.4 0 256zM375.4 137.4c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3l31.5-63.8z" + } + }, + "free": [ + "solid" + ] + }, + "star-half": { + "aliases": { + "unicodes": { + "composite": [ + "f123" + ], + "secondary": [ + "10f089" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "award", + "rating", + "score", + "star-half-empty", + "star-half-full" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f089", + "label": "Star Half", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 0c-12.2 .1-23.3 7-28.6 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3L288 439.8V0zM429.9 512c1.1 .1 2.1 .1 3.2 0h-3.2z" + }, + "regular": { + "last_modified": 1684767551, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M293.3 .6c10.9 2.5 18.6 12.2 18.6 23.4V408.7c0 8.9-4.9 17-12.7 21.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5c4.9-10.1 16.1-15.4 27-12.9zM263.9 128.4l-28.6 58.8c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l92.5-49.4V128.4z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "star-half-stroke": { + "aliases": { + "names": [ + "star-half-alt" + ], + "unicodes": { + "secondary": [ + "10f5c0" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "award", + "rating", + "score", + "star-half-empty", + "star-half-full" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f5c0", + "label": "Star Half Stroke", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M320 376.4l.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6L320.1 86.9l-.1 .3V376.4zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3L320.1 439.8 191.8 508.3C181 514 167.9 513.1 158 506s-14.9-19.3-12.9-31.3L169.8 329 65.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L227 150.3 291.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L470.5 329l24.6 145.7z" + }, + "regular": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M341.5 13.5C337.5 5.2 329.1 0 319.9 0s-17.6 5.2-21.6 13.5L229.7 154.8 76.5 177.5c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5L174.2 328.4 148 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5L465.6 328.4 576.8 218.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3L410.1 154.8 341.5 13.5zM320 384.7V79.1l52.5 108.1c3.5 7.1 10.2 12.1 18.1 13.3l118.3 17.5L423 303c-5.5 5.5-8.1 13.3-6.8 21l20.2 119.6L331.2 387.5c-3.5-1.9-7.4-2.8-11.2-2.8z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "star-of-david": { + "aliases": { + "unicodes": { + "composite": [ + "2721" + ], + "secondary": [ + "10f69a" + ] + } + }, + "changes": [ + "5.3.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "David", + "Jew", + "Jewish", + "jewish", + "judaism", + "religion", + "star", + "star of David" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f69a", + "label": "Star Of David", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M404.2 309.5L383.1 344h42.3l-21.1-34.5zM371.4 256l-54-88H194.6l-54 88 54 88H317.4l54-88zm65.7 0l53.4 87c3.6 5.9 5.5 12.7 5.5 19.6c0 20.7-16.8 37.4-37.4 37.4H348.7l-56.2 91.5C284.8 504.3 270.9 512 256 512s-28.8-7.7-36.6-20.5L163.3 400H53.4C32.8 400 16 383.2 16 362.6c0-6.9 1.9-13.7 5.5-19.6l53.4-87L21.5 169c-3.6-5.9-5.5-12.7-5.5-19.6C16 128.8 32.8 112 53.4 112H163.3l56.2-91.5C227.2 7.7 241.1 0 256 0s28.8 7.7 36.6 20.5L348.7 112H458.6c20.7 0 37.4 16.8 37.4 37.4c0 6.9-1.9 13.7-5.5 19.6l-53.4 87zm-54-88l21.1 34.5L425.4 168H383.1zM283 112L256 68l-27 44h54zM128.9 168H86.6l21.1 34.5L128.9 168zM107.8 309.5L86.6 344h42.3l-21.1-34.5zM229 400l27 44 27-44H229z" + } + }, + "free": [ + "solid" + ] + }, + "star-of-life": { + "aliases": { + "unicodes": { + "secondary": [ + "10f621" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "doctor", + "emt", + "first aid", + "health", + "medical" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f621", + "label": "Star Of Life", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208 32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V172.9l122-70.4c15.3-8.8 34.9-3.6 43.7 11.7l16 27.7c8.8 15.3 3.6 34.9-11.7 43.7L352 256l122 70.4c15.3 8.8 20.5 28.4 11.7 43.7l-16 27.7c-8.8 15.3-28.4 20.6-43.7 11.7L304 339.1V480c0 17.7-14.3 32-32 32H240c-17.7 0-32-14.3-32-32V339.1L86 409.6c-15.3 8.8-34.9 3.6-43.7-11.7l-16-27.7c-8.8-15.3-3.6-34.9 11.7-43.7L160 256 38 185.6c-15.3-8.8-20.5-28.4-11.7-43.7l16-27.7C51.1 98.8 70.7 93.6 86 102.4l122 70.4V32z" + } + }, + "free": [ + "solid" + ] + }, + "staylinked": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3f5", + "label": "StayLinked", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 440, + 512 + ], + "width": 440, + "height": 512, + "path": "M382.7 292.5l2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2z" + } + }, + "free": [ + "brands" + ] + }, + "steam": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1b6", + "label": "Steam", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014477, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z" + } + }, + "free": [ + "brands" + ] + }, + "steam-symbol": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3f6", + "label": "Steam Symbol", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2z" + } + }, + "free": [ + "brands" + ] + }, + "sterling-sign": { + "aliases": { + "names": [ + "gbp", + "pound-sign" + ], + "unicodes": { + "composite": [ + "a3" + ], + "secondary": [ + "10f154" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Pound Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f154", + "label": "Sterling Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v44.5c0 17.4-4.7 34.5-13.7 49.4L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1C104.1 390 112 361.5 112 332.5V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V160.4z" + } + }, + "free": [ + "solid" + ] + }, + "stethoscope": { + "aliases": { + "unicodes": { + "composite": [ + "1fa7a" + ], + "secondary": [ + "10f0f1" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "diagnosis", + "doctor", + "general practitioner", + "heart", + "hospital", + "infirmary", + "medicine", + "office", + "outpatient", + "stethoscope" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0f1", + "label": "Stethoscope", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M142.4 21.9c5.6 16.8-3.5 34.9-20.2 40.5L96 71.1V192c0 53 43 96 96 96s96-43 96-96V71.1l-26.1-8.7c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l26.1 8.7C334.4 19.1 352 43.5 352 71.1V192c0 77.2-54.6 141.6-127.3 156.7C231 404.6 278.4 448 336 448c61.9 0 112-50.1 112-112V265.3c-28.3-12.3-48-40.5-48-73.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V336c0 97.2-78.8 176-176 176c-92.9 0-168.9-71.9-175.5-163.1C87.2 334.2 32 269.6 32 192V71.1c0-27.5 17.6-52 43.8-60.7l26.1-8.7c16.8-5.6 34.9 3.5 40.5 20.2zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "sticker-mule": { + "changes": [ + "5.0.0", + "5.7.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3f7", + "label": "Sticker Mule", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M561.7 199.6c-1.3.3.3 0 0 0zm-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9z" + } + }, + "free": [ + "brands" + ] + }, + "stop": { + "aliases": { + "unicodes": { + "composite": [ + "23f9" + ], + "secondary": [ + "10f04d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "block", + "box", + "square", + "stop", + "stop button" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f04d", + "label": "Stop", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z" + } + }, + "free": [ + "solid" + ] + }, + "stopwatch": { + "aliases": { + "unicodes": { + "composite": [ + "23f1" + ], + "secondary": [ + "10f2f2" + ] + } + }, + "changes": [ + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "clock", + "reminder", + "stopwatch", + "time" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2f2", + "label": "Stopwatch", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767328, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H224 176zm72 192V320c0 13.3-10.7 24-24 24s-24-10.7-24-24V192c0-13.3 10.7-24 24-24s24 10.7 24 24z" + } + }, + "free": [ + "solid" + ] + }, + "stopwatch-20": { + "aliases": { + "unicodes": { + "secondary": [ + "10e06f" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ABCs", + "countdown", + "covid-19", + "happy birthday", + "i will survive", + "reminder", + "seconds", + "time", + "timer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e06f", + "label": "Stopwatch 20", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767327, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H176zM288 204c28.7 0 52 23.3 52 52v96c0 28.7-23.3 52-52 52s-52-23.3-52-52V256c0-28.7 23.3-52 52-52zm-12 52v96c0 6.6 5.4 12 12 12s12-5.4 12-12V256c0-6.6-5.4-12-12-12s-12 5.4-12 12zM159.5 244c-5.4 0-10.2 3.5-11.9 8.6l-.6 1.7c-3.5 10.5-14.8 16.1-25.3 12.6s-16.1-14.8-12.6-25.3l.6-1.7c7.2-21.5 27.2-35.9 49.8-35.9c29 0 52.5 23.5 52.5 52.5v2.2c0 13.4-4.9 26.4-13.8 36.4l-39 43.9c-6.2 7-10 15.7-10.9 24.9H192c11 0 20 9 20 20s-9 20-20 20H128c-11 0-20-9-20-20V368.3c0-20.6 7.5-40.4 21.2-55.8l39-43.9c2.4-2.7 3.7-6.2 3.7-9.8v-2.2c0-6.9-5.6-12.5-12.5-12.5z" + } + }, + "free": [ + "solid" + ] + }, + "store": { + "aliases": { + "unicodes": { + "secondary": [ + "10f54e" + ] + } + }, + "changes": [ + "5.0.13", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bodega", + "building", + "buy", + "market", + "purchase", + "shopping", + "store" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f54e", + "label": "Store", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z" + } + }, + "free": [ + "solid" + ] + }, + "store-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e071" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "buy", + "closed", + "covid-19", + "purchase", + "shopping" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e071", + "label": "Store Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.8-68V384 252.6c-4 1-8 1.8-12.3 2.3l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V350.9L301.2 210.7c7-4.4 13.3-9.7 18.8-15.7c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4L522.3 13.1C517.2 5 508.1 0 498.4 0H141.6c-9.7 0-18.8 5-23.9 13.1l-22.7 36L38.8 5.1zm73.4 218.1c4 .5 8.1 .8 12.1 .8c11 0 21.4-2 31-5.6L48.9 134.5c-6.1 40.6 19.5 82.8 63.3 88.7zM160 384V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H480c12.9 0 24.8-3.8 34.9-10.3L365.5 384H160z" + } + }, + "free": [ + "solid" + ] + }, + "strava": { + "changes": [ + "5.0.0", + "5.0.1", + "5.7.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f428", + "label": "Strava", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M158.4 0L7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292l-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z" + } + }, + "free": [ + "brands" + ] + }, + "street-view": { + "aliases": { + "unicodes": { + "secondary": [ + "10f21d" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "directions", + "location", + "map", + "navigation" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f21d", + "label": "Street View", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767489, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M320 64A64 64 0 1 0 192 64a64 64 0 1 0 128 0zm-96 96c-35.3 0-64 28.7-64 64v48c0 17.7 14.3 32 32 32h1.8l11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5h38.7c16.3 0 30-12.3 31.8-28.5L318.2 304H320c17.7 0 32-14.3 32-32V224c0-35.3-28.7-64-64-64H224zM132.3 394.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8c-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45c14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4c13.7-8.9 29.1-23.6 29.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5c3.2 1.6 5.8 3.1 7.9 4.5c3.6 2.4 3.6 7.2 0 9.6c-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2 0-9.6c2.1-1.4 4.8-2.9 7.9-4.5c15.3-7.7 38.8-14.9 69-20.5z" + } + }, + "free": [ + "solid" + ] + }, + "strikethrough": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0cc" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cancel", + "edit", + "font", + "format", + "text", + "type" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0cc", + "label": "Strikethrough", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M161.3 144c3.2-17.2 14-30.1 33.7-38.6c21.1-9 51.8-12.3 88.6-6.5c11.9 1.9 48.8 9.1 60.1 12c17.1 4.5 34.6-5.6 39.2-22.7s-5.6-34.6-22.7-39.2c-14.3-3.8-53.6-11.4-66.6-13.4c-44.7-7-88.3-4.2-123.7 10.9c-36.5 15.6-64.4 44.8-71.8 87.3c-.1 .6-.2 1.1-.2 1.7c-2.8 23.9 .5 45.6 10.1 64.6c4.5 9 10.2 16.9 16.7 23.9H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H270.1c-.1 0-.3-.1-.4-.1l-1.1-.3c-36-10.8-65.2-19.6-85.2-33.1c-9.3-6.3-15-12.6-18.2-19.1c-3.1-6.1-5.2-14.6-3.8-27.4zM348.9 337.2c2.7 6.5 4.4 15.8 1.9 30.1c-3 17.6-13.8 30.8-33.9 39.4c-21.1 9-51.7 12.3-88.5 6.5c-18-2.9-49.1-13.5-74.4-22.1c-5.6-1.9-11-3.7-15.9-5.4c-16.8-5.6-34.9 3.5-40.5 20.3s3.5 34.9 20.3 40.5c3.6 1.2 7.9 2.7 12.7 4.3l0 0 0 0c24.9 8.5 63.6 21.7 87.6 25.6l0 0 .2 0c44.7 7 88.3 4.2 123.7-10.9c36.5-15.6 64.4-44.8 71.8-87.3c3.6-21 2.7-40.4-3.1-58.1H335.1c7 5.6 11.4 11.2 13.9 17.2z" + } + }, + "free": [ + "solid" + ] + }, + "stripe": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f429", + "label": "Stripe", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z" + } + }, + "free": [ + "brands" + ] + }, + "stripe-s": { + "changes": [ + "5.0.1", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f42a", + "label": "Stripe S", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.09 396.09 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9z" + } + }, + "free": [ + "brands" + ] + }, + "stroopwafel": { + "aliases": { + "unicodes": { + "secondary": [ + "10f551" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "caramel", + "cookie", + "dessert", + "sweets", + "waffle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f551", + "label": "Stroopwafel", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM312.6 63.7c-6.2-6.2-16.4-6.2-22.6 0L256 97.6 222.1 63.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 33.9-45.3 45.3-56.6-56.6c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l56.6 56.6-45.3 45.3L86.3 199.4c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L97.6 256 63.7 289.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9 45.3 45.3-56.6 56.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56.6-56.6 45.3 45.3-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L256 414.4l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-33.9-33.9 45.3-45.3 56.6 56.6c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-56.6-56.6 45.3-45.3 33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L414.4 256l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-33.9 33.9-45.3-45.3 56.6-56.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-56.6 56.6-45.3-45.3 33.9-33.9c6.2-6.2 6.2-16.4 0-22.6zM142.9 256l45.3-45.3L233.4 256l-45.3 45.3L142.9 256zm67.9 67.9L256 278.6l45.3 45.3L256 369.1l-45.3-45.3zM278.6 256l45.3-45.3L369.1 256l-45.3 45.3L278.6 256zm22.6-67.9L256 233.4l-45.3-45.3L256 142.9l45.3 45.3z" + } + }, + "free": [ + "solid" + ] + }, + "stubber": { + "changes": [ + "6.2.1", + "6.3.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e5c7", + "label": "Stubber", + "voted": false, + "svg": { + "brands": { + "last_modified": 1667828915, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M136.5 294.2l58.8 22.9c9.1-36.8 25.4-61.1 55-61.1c49.4 0 71.4 63.6 142.4 63.6c15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56L0 144.1 41.8 88 0 32H335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6c-49.6 0-71.6-63.5-142.4-63.5c-35.9 0-95.2 14.6-114.1 101.6h0z" + } + }, + "free": [ + "brands" + ] + }, + "studiovinari": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3f8", + "label": "Studio Vinari", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M480.3 187.7l4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6c2.1 0 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2 10.5 23.9z" + } + }, + "free": [ + "brands" + ] + }, + "stumbleupon": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1a4", + "label": "StumbleUpon Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z" + } + }, + "free": [ + "brands" + ] + }, + "stumbleupon-circle": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1a3", + "label": "StumbleUpon Circle", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6zm167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4z" + } + }, + "free": [ + "brands" + ] + }, + "subscript": { + "aliases": { + "unicodes": { + "secondary": [ + "10f12c" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "font", + "format", + "text", + "type" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f12c", + "label": "Subscript", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 64C14.3 64 0 78.3 0 96s14.3 32 32 32H47.3l89.6 128L47.3 384H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H304.7L215.1 256l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H288c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64H32zM480 320c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 361.5 404.3 368 416 368v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32 32c17.7 0 32-14.3 32-32s-14.3-32-32-32V320z" + } + }, + "free": [ + "solid" + ] + }, + "suitcase": { + "aliases": { + "unicodes": { + "composite": [ + "1f9f3" + ], + "secondary": [ + "10f0f2" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baggage", + "luggage", + "move", + "packing", + "suitcase", + "travel", + "trip" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0f2", + "label": "Suitcase", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 56V96H336V56c0-4.4-3.6-8-8-8H184c-4.4 0-8 3.6-8 8zM128 96V56c0-30.9 25.1-56 56-56H328c30.9 0 56 25.1 56 56V96v32V480H128V128 96zM64 96H96V480H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zM448 480H416V96h32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64z" + } + }, + "free": [ + "solid" + ] + }, + "suitcase-medical": { + "aliases": { + "names": [ + "medkit" + ], + "unicodes": { + "secondary": [ + "10f0fa" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "first aid", + "firstaid", + "health", + "help", + "medical", + "supply", + "support" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0fa", + "label": "Suitcase Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96v32V480H384V128 96 56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM96 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H96V96zM416 480h32c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H416V480zM224 208c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V320H176c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z" + } + }, + "free": [ + "solid" + ] + }, + "suitcase-rolling": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5c1" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "baggage", + "luggage", + "move", + "suitcase", + "travel", + "trip" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5c1", + "label": "Suitcase Rolling", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M144 56c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v72H144V56zm176 72H288V56c0-30.9-25.1-56-56-56H152C121.1 0 96 25.1 96 56v72H64c-35.3 0-64 28.7-64 64V416c0 35.3 28.7 64 64 64c0 17.7 14.3 32 32 32s32-14.3 32-32H256c0 17.7 14.3 32 32 32s32-14.3 32-32c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64zM112 224H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 128H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "sun": { + "aliases": { + "unicodes": { + "composite": [ + "2600" + ], + "secondary": [ + "10f185" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bright", + "brighten", + "contrast", + "day", + "lighter", + "rays", + "sol", + "solar", + "star", + "sun", + "sunny", + "weather" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f185", + "label": "Sun", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M361.5 1.2c5 2.1 8.6 6.6 9.6 11.9L391 121l107.9 19.8c5.3 1 9.8 4.6 11.9 9.6s1.5 10.7-1.6 15.2L446.9 256l62.3 90.3c3.1 4.5 3.7 10.2 1.6 15.2s-6.6 8.6-11.9 9.6L391 391 371.1 498.9c-1 5.3-4.6 9.8-9.6 11.9s-10.7 1.5-15.2-1.6L256 446.9l-90.3 62.3c-4.5 3.1-10.2 3.7-15.2 1.6s-8.6-6.6-9.6-11.9L121 391 13.1 371.1c-5.3-1-9.8-4.6-11.9-9.6s-1.5-10.7 1.6-15.2L65.1 256 2.8 165.7c-3.1-4.5-3.7-10.2-1.6-15.2s6.6-8.6 11.9-9.6L121 121 140.9 13.1c1-5.3 4.6-9.8 9.6-11.9s10.7-1.5 15.2 1.6L256 65.1 346.3 2.8c4.5-3.1 10.2-3.7 15.2-1.6zM160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z" + }, + "regular": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M375.7 19.7c-1.5-8-6.9-14.7-14.4-17.8s-16.1-2.2-22.8 2.4L256 61.1 173.5 4.2c-6.7-4.6-15.3-5.5-22.8-2.4s-12.9 9.8-14.4 17.8l-18.1 98.5L19.7 136.3c-8 1.5-14.7 6.9-17.8 14.4s-2.2 16.1 2.4 22.8L61.1 256 4.2 338.5c-4.6 6.7-5.5 15.3-2.4 22.8s9.8 13 17.8 14.4l98.5 18.1 18.1 98.5c1.5 8 6.9 14.7 14.4 17.8s16.1 2.2 22.8-2.4L256 450.9l82.5 56.9c6.7 4.6 15.3 5.5 22.8 2.4s12.9-9.8 14.4-17.8l18.1-98.5 98.5-18.1c8-1.5 14.7-6.9 17.8-14.4s2.2-16.1-2.4-22.8L450.9 256l56.9-82.5c4.6-6.7 5.5-15.3 2.4-22.8s-9.8-12.9-17.8-14.4l-98.5-18.1L375.7 19.7zM269.6 110l65.6-45.2 14.4 78.3c1.8 9.8 9.5 17.5 19.3 19.3l78.3 14.4L402 242.4c-5.7 8.2-5.7 19 0 27.2l45.2 65.6-78.3 14.4c-9.8 1.8-17.5 9.5-19.3 19.3l-14.4 78.3L269.6 402c-8.2-5.7-19-5.7-27.2 0l-65.6 45.2-14.4-78.3c-1.8-9.8-9.5-17.5-19.3-19.3L64.8 335.2 110 269.6c5.7-8.2 5.7-19 0-27.2L64.8 176.8l78.3-14.4c9.8-1.8 17.5-9.5 19.3-19.3l14.4-78.3L242.4 110c8.2 5.7 19 5.7 27.2 0zM256 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM192 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "sun-plant-wilt": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arid", + "droop", + "drought" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e57a", + "label": "Sun Plant Wilt", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M160 0c-6.3 0-12 3.7-14.6 9.5L120.6 64.9 63.9 43.2c-5.9-2.3-12.6-.8-17 3.6s-5.9 11.1-3.6 17l21.7 56.7L9.5 145.4C3.7 148 0 153.7 0 160s3.7 12 9.5 14.6l55.4 24.8L43.2 256.1c-2.3 5.9-.8 12.6 3.6 17s11.1 5.9 17 3.6l56.7-21.7 24.8 55.4c2.6 5.8 8.3 9.5 14.6 9.5s12-3.7 14.6-9.5l24.8-55.4 56.7 21.7c5.9 2.3 12.6 .8 17-3.6s5.9-11.1 3.6-17l-21.7-56.7 55.4-24.8c5.8-2.6 9.5-8.3 9.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8 21.7-56.7c2.3-5.9 .8-12.6-3.6-17s-11.1-5.9-17-3.6L199.4 64.9 174.6 9.5C172 3.7 166.3 0 160 0zm0 96a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm312 16c0-17.7 14.3-32 32-32s32 14.3 32 32v53.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C624 318 640 290.7 640 274c0-21.5-9.2-37-24-44.6V176c0-44.2-35.8-80-80-80s-80 35.8-80 80v22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2 0-80 35.8-80 80v21.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 382 416 354.7 416 338c0-21.5-9.2-37-24-44.6V272c0-17.7 14.3-32 32-32s32 14.3 32 32v8V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H504V280v-8V176z" + } + }, + "free": [ + "solid" + ] + }, + "superpowers": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2dd", + "label": "Superpowers", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z" + } + }, + "free": [ + "brands" + ] + }, + "superscript": { + "aliases": { + "unicodes": { + "secondary": [ + "10f12b" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "exponential", + "font", + "format", + "text", + "type" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f12b", + "label": "Superscript", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M480 32c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 73.5 404.3 80 416 80v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32 32c17.7 0 32-14.3 32-32s-14.3-32-32-32V32zM32 64C14.3 64 0 78.3 0 96s14.3 32 32 32H47.3l89.6 128L47.3 384H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H304.7L215.1 256l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H288c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64H32z" + } + }, + "free": [ + "solid" + ] + }, + "supple": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f3f9", + "label": "Supple", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z" + } + }, + "free": [ + "brands" + ] + }, + "suse": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "linux", + "operating system", + "os" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f7d6", + "label": "Suse", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M471.08 102.66s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3-51.9-1.8-122.8-4.3-223 57.3-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.12 307 7 335.06a111 111 0 0 0 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4 44.4 3.9 78.1-16 90-53.3 8.2-25.8 0-63.6-31.5-82.9-25.6-15.7-53.3-12.1-69.2-1.6-13.9 9.2-21.8 23.5-21.6 39.2.3 27.8 24.3 42.6 41.5 42.6a49 49 0 0 0 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9 0-12.1-11.6-14.8-16.8-13.9-2.9.5-4.5 2-11.8 2.4-2-.2-12-3.1-12-14V316c.2-12.3 13.2-18 25.5-16.9 32.3 2.8 47.7 40.7 28.5 65.7-18.3 23.7-76.6 23.2-99.7-20.4-26-49.2 12.7-111.2 87-98.4 33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3 56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8 5.6-33.8 39.7-18.4 82.4-17.4 66.5.4 102.1-27 103.1-28 3.7-3.1 6.5-15.8 7-17.7 1.3-5.1-3.2-2.4-3.2-2.4-8.7 5.2-30.5 15.2-50.9 15.6-25.3.5-76.2-25.4-81.6-28.2-.3-.4.1 1.2-11-25.5 88.4 58.3 118.3 40.5 145.2 21.7.8-.6 4.3-2.9 3.6-5.7-13.8-48.1-22.4-62.7-34.5-69.6-37-21.6-125-34.7-129.2-35.3.1-.1-.9-.3-.9.7zm60.4 72.8a37.54 37.54 0 0 1 38.9-36.3c33.4 1.2 48.8 42.3 24.4 65.2-24.2 22.7-64.4 4.6-63.3-28.9zm38.6-25.3a26.27 26.27 0 1 0 25.4 27.2 26.19 26.19 0 0 0-25.4-27.2zm4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.64 0 15.64z" + } + }, + "free": [ + "brands" + ] + }, + "swatchbook": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5c3" + ] + } + }, + "changes": [ + "5.1.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Pantone", + "color", + "design", + "hue", + "palette" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5c3", + "label": "Swatchbook", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 32C0 14.3 14.3 0 32 0H160c17.7 0 32 14.3 32 32V416c0 53-43 96-96 96s-96-43-96-96V32zM223.6 425.9c.3-3.3 .4-6.6 .4-9.9V154l75.4-75.4c12.5-12.5 32.8-12.5 45.3 0l90.5 90.5c12.5 12.5 12.5 32.8 0 45.3L223.6 425.9zM182.8 512l192-192H480c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H182.8zM128 64H64v64h64V64zM64 192v64h64V192H64zM96 440a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + }, + "free": [ + "solid" + ] + }, + "swift": { + "changes": [ + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f8e1", + "label": "Swift", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 156.09c0-4.51-.08-9-.2-13.52a196.31 196.31 0 0 0-2.58-29.42 99.62 99.62 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.17 99.17 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a171.68 171.68 0 0 0-22.06 2.32 103.06 103.06 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.66 94.66 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.86 93.86 0 0 0 12 85.17a99.45 99.45 0 0 0-9.22 28 196.31 196.31 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196.08 196.08 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.31 94.31 0 0 0 53.17 468a99.47 99.47 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2H323.91c4.51 0 9-.08 13.52-.2a196.59 196.59 0 0 0 29.44-2.59 99.57 99.57 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 194.79 194.79 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05zm-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.63 230.63 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197.09 197.09 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127.44 127.44 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z" + } + }, + "free": [ + "brands" + ] + }, + "symfony": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f83d", + "label": "Symfony", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13z" + } + }, + "free": [ + "brands" + ] + }, + "synagogue": { + "aliases": { + "unicodes": { + "composite": [ + "1f54d" + ], + "secondary": [ + "10f69b" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Jew", + "Jewish", + "building", + "jewish", + "judaism", + "religion", + "star of david", + "synagogue", + "temple" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f69b", + "label": "Synagogue", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M309.8 3.7c5.9-4.9 14.6-4.9 20.5 0l121 100.8C469.5 119.7 480 142.2 480 166V280.1 512H464 352V416c0-17.7-14.3-32-32-32s-32 14.3-32 32v96H176 160V280.1 166c0-23.7 10.5-46.3 28.8-61.5L309.8 3.7zM512 512V244.5l28.1-31.2c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3l63.8 70.9c7.9 8.8 12.3 20.3 12.3 32.1V448c0 35.3-28.7 64-64 64H512zM128 244.5V512H64c-35.3 0-64-28.7-64-64V316.3c0-11.9 4.4-23.3 12.3-32.1l63.8-70.9c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3L128 244.5zM327 124.3c-3.1-5.4-10.9-5.4-13.9 0l-15.9 28.1-32.3-.3c-6.2-.1-10.1 6.7-7 12.1L274.3 192l-16.4 27.8c-3.2 5.4 .7 12.1 7 12.1l32.3-.3L313 259.7c3.1 5.4 10.9 5.4 13.9 0l15.9-28.1 32.3 .3c6.2 .1 10.1-6.7 7-12.1L365.7 192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3 .3L327 124.3z" + } + }, + "free": [ + "solid" + ] + }, + "syringe": { + "aliases": { + "unicodes": { + "composite": [ + "1f489" + ], + "secondary": [ + "10f48e" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "doctor", + "immunizations", + "medical", + "medicine", + "needle", + "shot", + "sick", + "syringe", + "vaccinate", + "vaccine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f48e", + "label": "Syringe", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766749, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M441 7l32 32 32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15L417.9 128l55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56 407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3 .3 .6 .7 1 1l16 16 56 56 56 56 16 16c.3 .3 .6 .6 1 1l-191 191c-10.5 10.5-24.7 16.4-39.6 16.4H97.9L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57V325.3c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z" + } + }, + "free": [ + "solid" + ] + }, + "t": { + "aliases": { + "unicodes": { + "composite": [ + "74" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter T", + "Latin Small Letter T", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "54", + "label": "T", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H160V448c0 17.7 14.3 32 32 32s32-14.3 32-32V96H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H192 32z" + } + }, + "free": [ + "solid" + ] + }, + "table": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0ce" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "data", + "excel", + "spreadsheet" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0ce", + "label": "Table", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 256V160H224v96H64zm0 64H224v96H64V320zm224 96V320H448v96H288zM448 256H288V160H448v96zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z" + } + }, + "free": [ + "solid" + ] + }, + "table-cells": { + "aliases": { + "names": [ + "th" + ], + "unicodes": { + "secondary": [ + "10f00a" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blocks", + "boxes", + "grid", + "squares" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f00a", + "label": "Table Cells", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 64v64H64V96h88zm56 0h88v64H208V96zm240 0v64H360V96h88zM64 224h88v64H64V224zm232 0v64H208V224h88zm64 0h88v64H360V224zM152 352v64H64V352h88zm56 0h88v64H208V352zm240 0v64H360V352h88z" + } + }, + "free": [ + "solid" + ] + }, + "table-cells-large": { + "aliases": { + "names": [ + "th-large" + ], + "unicodes": { + "secondary": [ + "10f009" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "blocks", + "boxes", + "grid", + "squares" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f009", + "label": "Table Cells Large", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 96V224H288V96H448zm0 192V416H288V288H448zM224 224H64V96H224V224zM64 288H224V416H64V288zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z" + } + }, + "free": [ + "solid" + ] + }, + "table-columns": { + "aliases": { + "names": [ + "columns" + ], + "unicodes": { + "secondary": [ + "10f0db" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser", + "dashboard", + "organize", + "panes", + "split" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0db", + "label": "Table Columns", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm64 64V416H224V160H64zm384 0H288V416H448V160z" + } + }, + "free": [ + "solid" + ] + }, + "table-list": { + "aliases": { + "names": [ + "th-list" + ], + "unicodes": { + "secondary": [ + "10f00b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "checklist", + "completed", + "done", + "finished", + "ol", + "todo", + "ul" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f00b", + "label": "Table List", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm64 0v64h64V96H64zm384 0H192v64H448V96zM64 224v64h64V224H64zm384 0H192v64H448V224zM64 352v64h64V352H64zm384 0H192v64H448V352z" + } + }, + "free": [ + "solid" + ] + }, + "table-tennis-paddle-ball": { + "aliases": { + "names": [ + "ping-pong-paddle-ball", + "table-tennis" + ], + "unicodes": { + "composite": [ + "1f3d3" + ], + "secondary": [ + "10f45d" + ] + } + }, + "changes": [ + "5.0.5", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "bat", + "game", + "paddle", + "ping pong", + "table tennis" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f45d", + "label": "Table Tennis Paddle Ball", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M480 288c-50.1 0-93.6 28.8-114.6 70.8L132.9 126.3l.6-.6 60.1-60.1c87.5-87.5 229.3-87.5 316.8 0c67.1 67.1 82.7 166.3 46.8 248.3C535.8 297.6 509 288 480 288zM113.3 151.9L354.1 392.7c-1.4 7.5-2.1 15.3-2.1 23.3c0 23.2 6.2 44.9 16.9 63.7c-3 .2-6.1 .3-9.2 .3H357c-33.9 0-66.5-13.5-90.5-37.5l-9.8-9.8c-13.1-13.1-34.6-12.4-46.8 1.7L152.2 501c-5.8 6.7-14.2 10.7-23 11s-17.5-3.1-23.8-9.4l-32-32c-6.3-6.3-9.7-14.9-9.4-23.8s4.3-17.2 11-23l66.6-57.7c14-12.2 14.8-33.7 1.7-46.8l-9.8-9.8c-24-24-37.5-56.6-37.5-90.5v-2.7c0-22.8 6.1-44.9 17.3-64.3zM480 320a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + } + }, + "free": [ + "solid" + ] + }, + "tablet": { + "aliases": { + "names": [ + "tablet-android" + ], + "unicodes": { + "secondary": [ + "10f3fb" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "device", + "kindle", + "screen" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3fb", + "label": "Tablet", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM176 432h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "tablet-button": { + "aliases": { + "unicodes": { + "secondary": [ + "10f10a" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apple", + "device", + "ipad", + "kindle", + "screen" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f10a", + "label": "Tablet Button", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM224 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "tablet-screen-button": { + "aliases": { + "names": [ + "tablet-alt" + ], + "unicodes": { + "secondary": [ + "10f3fa" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "apple", + "device", + "ipad", + "kindle", + "screen" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3fa", + "label": "Tablet Screen Button", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 64C0 28.7 28.7 0 64 0H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM256 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 64H64V384H384V64z" + } + }, + "free": [ + "solid" + ] + }, + "tablets": { + "aliases": { + "unicodes": { + "secondary": [ + "10f490" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "drugs", + "medicine", + "pills", + "prescription" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f490", + "label": "Tablets", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M614.3 247c16.3-25 25.7-54.9 25.7-87C640 71.6 568.4 0 480 0c-32.1 0-61.9 9.4-87 25.7c-7.9 5.2-8.5 16.2-1.8 22.9L591.4 248.8c6.7 6.7 17.8 6.2 22.9-1.8zM567 294.3c7.9-5.2 8.5-16.2 1.8-22.9L368.6 71.2c-6.7-6.7-17.8-6.2-22.9 1.8c-16.3 25-25.7 54.9-25.7 87c0 88.4 71.6 160 160 160c32.1 0 61.9-9.4 87-25.7zM301.5 368H18.5c-9.5 0-16.9 8.2-15 17.5C18.9 457.8 83.1 512 160 512s141.1-54.2 156.5-126.5c2-9.3-5.5-17.5-15-17.5zm0-32c9.5 0 16.9-8.2 15-17.5C301.1 246.2 236.9 192 160 192S18.9 246.2 3.5 318.5c-2 9.3 5.5 17.5 15 17.5H301.5z" + } + }, + "free": [ + "solid" + ] + }, + "tachograph-digital": { + "aliases": { + "names": [ + "digital-tachograph" + ], + "unicodes": { + "secondary": [ + "10f566" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "data", + "distance", + "speed", + "tachometer" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f566", + "label": "Tachograph Digital", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767343, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm32 64H320c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32zM64 368c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm320 0c0-8.8 7.2-16 16-16H560c8.8 0 16 7.2 16 16s-7.2 16-16 16H400c-8.8 0-16-7.2-16-16zM80 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z" + } + }, + "free": [ + "solid" + ] + }, + "tag": { + "aliases": { + "unicodes": { + "composite": [ + "1f3f7" + ], + "secondary": [ + "10f02b" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "discount", + "labe", + "label", + "price", + "shopping" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f02b", + "label": "Tag", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0L418.7 317.3c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "tags": { + "aliases": { + "unicodes": { + "secondary": [ + "10f02c" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "discount", + "label", + "price", + "shopping" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f02c", + "label": "Tags", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5V80C0 53.5 21.5 32 48 32H197.5c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + }, + "free": [ + "solid" + ] + }, + "tape": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4db" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "design", + "package", + "sticky" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4db", + "label": "Tape", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M380.8 416c41.5-40.7 67.2-97.3 67.2-160C448 132.3 347.7 32 224 32S0 132.3 0 256S100.3 480 224 480H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H380.8zM224 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm64 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + }, + "free": [ + "solid" + ] + }, + "tarp": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "protection", + "tarp", + "tent", + "waterproof" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e57b", + "label": "Tarp", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M576 128c0-35.3-28.7-64-64-64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64l352 0 0-128c0-17.7 14.3-32 32-32H576V128zM448 448L576 320H448l0 128zM96 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "tarp-droplet": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "protection", + "tarp", + "tent", + "waterproof" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e57c", + "label": "Tarp Droplet", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 160c-35.3 0-64-26.9-64-60c0-24 33.7-70.1 52.2-93.5c6.1-7.7 17.5-7.7 23.6 0C318.3 29.9 352 76 352 100c0 33.1-28.7 60-64 60zM64 128H197.5c13.2 37.3 48.7 64 90.5 64s77.4-26.7 90.5-64H512c35.3 0 64 28.7 64 64V352H448c-17.7 0-32 14.3-32 32l0 128L64 512c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64zM448 512l0-128H576L448 512zM96 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "taxi": { + "aliases": { + "names": [ + "cab" + ], + "unicodes": { + "composite": [ + "1f696" + ], + "secondary": [ + "10f1ba" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cab", + "cabbie", + "car", + "car service", + "lyft", + "machine", + "oncoming", + "oncoming taxi", + "taxi", + "transportation", + "travel", + "uber", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1ba", + "label": "Taxi", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 0c-17.7 0-32 14.3-32 32V64c0 .1 0 .1 0 .2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288V432v48c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V432H416v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V432 288c0-26.7-16.4-49.6-39.6-59.2L437.2 128.3c-12.9-36.8-46.6-62-85.2-64.1c0-.1 0-.1 0-.2V32c0-17.7-14.3-32-32-32H192zM165.4 128H346.6c13.6 0 25.7 8.6 30.2 21.4L402.9 224H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zM96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm288 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "solid" + ] + }, + "teamspeak": { + "changes": [ + "5.0.11", + "5.1.0", + "5.8.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f4f9", + "label": "Teamspeak", + "voted": true, + "svg": { + "brands": { + "last_modified": 1678906824, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M152.8 37.2c-32.2 38.1-56.1 82.6-69.9 130.5c0 .2-.1 .3-.1 .5C43.5 184.4 16 223 16 268c0 59.6 48.4 108 108 108s108-48.4 108-108c0-53.5-38.9-97.9-90-106.5c15.7-41.8 40.4-79.6 72.3-110.7c1.8-1.6 4-2.6 6.3-3.1c37.2-11.5 76.7-13.3 114.8-5.2C454.7 67.6 534 180.7 517.1 301.3c-8.4 62.6-38.6 112.7-87.7 151.4c-50.1 39.7-107.5 54.3-170.2 52.2l-24-1c12.4 2.8 25 4.9 37.6 6.3c40.7 4.2 81.4 2.1 120.1-12.5c94-35.5 149.3-102.3 162.9-202.5c4.8-52.6-5.8-105.4-30.8-152C454.6 11.3 290.8-38.4 159 32c-2.4 1.4-4.5 3.1-6.3 5.2zM309.4 433.9c-2.1 11.5-4.2 21.9-14.6 31.3c53.2-1 123.2-29.2 161.8-97.1c39.7-69.9 37.6-139.9-6.3-207.8C413.8 105 360.5 77.9 293.7 73.7c1.5 2.3 3.2 4.4 5.2 6.3l5.2 6.3c25.1 31.3 37.6 67.9 42.8 107.5c2.1 15.7-1 30.3-13.6 41.8c-4.2 3.1-5.2 6.3-4.2 10.4l7.3 17.7L365.7 318c5.2 11.5 4.2 19.8-6.3 28.2c-3.2 2.5-6.7 4.6-10.4 6.3l-18.8 8.4 3.1 13.6c3.1 6.3 1 12.5-3.1 17.7c-2.5 2.4-3.8 5.9-3.1 9.4c2.1 11.5-2.1 19.8-12.5 25.1c-2.1 1-4.2 5.2-5.2 7.3zm-133.6-3.1c16.7 11.5 34.5 20.9 53.2 26.1c24 5.2 41.8-6.3 44.9-30.3c1-8.4 5.2-14.6 12.5-17.7c7.3-4.2 8.4-7.3 2.1-13.6l-9.4-8.4 13.6-4.2c6.3-2.1 7.3-5.2 5.2-11.5c-1.4-3-2.4-6.2-3.1-9.4c-3.1-14.6-2.1-15.7 11.5-18.8c8.4-3.1 15.7-6.3 21.9-12.5c3.1-2.1 3.1-4.2 1-8.4l-16.7-30.3c-1-1.9-2.1-3.8-3.1-5.7c-6.4-11.7-13-23.6-15.7-37.1c-2.1-9.4-1-17.7 8.4-24c5.2-4.2 8.4-9.4 8.4-16.7c-.4-10.1-1.5-20.3-3.1-30.3c-6.3-37.6-23-68.9-51.2-95c-5.2-4.2-9.4-6.3-16.7-4.2L203.9 91.5c2 1.2 4 2.4 6 3.6l0 0c6.3 3.7 12.2 7.3 17 12.1c30.3 26.1 41.8 61.6 45.9 100.2c1 8.4 0 16.7-7.3 21.9c-8.4 5.2-10.4 12.5-7.3 20.9c4.9 13.2 10.4 26 16.7 38.6L291.6 318c-6.3 8.4-13.6 11.5-21.9 14.6c-12.5 3.1-14.6 7.3-10.4 20.9c.6 1.5 1.4 2.8 2.1 4.2c2.1 5.2 1 8.4-4.2 10.4l-12.5 3.1 5.2 4.2 4.2 4.2c4.2 5.2 4.2 8.4-2.1 10.4c-7.3 4.2-11.5 9.4-11.5 17.7c0 12.5-7.3 19.8-18.8 24c-3.8 1-7.6 1.5-11.5 1l-34.5-2.1z" + } + }, + "free": [ + "brands" + ] + }, + "teeth": { + "aliases": { + "unicodes": { + "secondary": [ + "10f62e" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bite", + "dental", + "dentist", + "gums", + "mouth", + "smile", + "tooth" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f62e", + "label": "Teeth", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 128C0 75 43 32 96 32H480c53 0 96 43 96 96V384c0 53-43 96-96 96H96c-53 0-96-43-96-96V128zm176 48v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176c0-26.5-21.5-48-48-48s-48 21.5-48 48zm176-48c-26.5 0-48 21.5-48 48v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176c0-26.5-21.5-48-48-48zM48 208v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V208c0-26.5-21.5-48-48-48s-48 21.5-48 48zM96 384c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H72c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48zm80-48c0 26.5 21.5 48 48 48s48-21.5 48-48V312c0-13.3-10.7-24-24-24H200c-13.3 0-24 10.7-24 24v24zm176 48c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H328c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48zm80-176v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V208c0-26.5-21.5-48-48-48s-48 21.5-48 48zm48 176c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H456c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48z" + } + }, + "free": [ + "solid" + ] + }, + "teeth-open": { + "aliases": { + "unicodes": { + "secondary": [ + "10f62f" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dental", + "dentist", + "gums bite", + "mouth", + "smile", + "tooth" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f62f", + "label": "Teeth Open", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M96 32C43 32 0 75 0 128v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-53-43-96-96-96H96zM224 96c26.5 0 48 21.5 48 48v56c0 13.3-10.7 24-24 24H200c-13.3 0-24-10.7-24-24V144c0-26.5 21.5-48 48-48zm80 48c0-26.5 21.5-48 48-48s48 21.5 48 48v56c0 13.3-10.7 24-24 24H328c-13.3 0-24-10.7-24-24V144zM96 128c26.5 0 48 21.5 48 48v24c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V176c0-26.5 21.5-48 48-48zm336 48c0-26.5 21.5-48 48-48s48 21.5 48 48v24c0 13.3-10.7 24-24 24H456c-13.3 0-24-10.7-24-24V176zM96 480H480c53 0 96-43 96-96V352c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v32c0 53 43 96 96 96zm0-64c-26.5 0-48-21.5-48-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48zm80-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48s-48-21.5-48-48zm176 48c-26.5 0-48-21.5-48-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48zm80-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48s-48-21.5-48-48z" + } + }, + "free": [ + "solid" + ] + }, + "telegram": { + "aliases": { + "names": [ + "telegram-plane" + ], + "unicodes": { + "composite": [ + "f3fe" + ], + "secondary": [ + "10f3fe" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2c6", + "label": "Telegram", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z" + } + }, + "free": [ + "brands" + ] + }, + "temperature-arrow-down": { + "aliases": { + "names": [ + "temperature-down" + ], + "unicodes": { + "secondary": [ + "10e03f" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air conditioner", + "cold", + "heater", + "mercury", + "thermometer", + "winter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e03f", + "label": "Temperature Arrow Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM176 0C114.1 0 64 50.1 64 112V276.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V272c0-8.8-7.2-16-16-16s-16 7.2-16 16v50.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zm336-64H480V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352H384c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c6 6 14.1 9.4 22.6 9.4s16.6-3.4 22.6-9.4l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8z" + } + }, + "free": [ + "solid" + ] + }, + "temperature-arrow-up": { + "aliases": { + "names": [ + "temperature-up" + ], + "unicodes": { + "secondary": [ + "10e040" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air conditioner", + "cold", + "heater", + "mercury", + "thermometer", + "winter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e040", + "label": "Temperature Arrow Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM176 0C114.1 0 64 50.1 64 112V276.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V112c0-8.8-7.2-16-16-16s-16 7.2-16 16V322.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zM480 160h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V160z" + } + }, + "free": [ + "solid" + ] + }, + "temperature-empty": { + "aliases": { + "names": [ + "temperature-0", + "thermometer-0", + "thermometer-empty" + ], + "unicodes": { + "secondary": [ + "10f2cb" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "mercury", + "status", + "temperature" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2cb", + "label": "Temperature Empty", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M112 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C233.8 332.6 240 349.5 240 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM160 0C98.1 0 48 50.2 48 112V276.5c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C27.2 304.2 16 334.8 16 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C272 50.2 221.9 0 160 0zm0 416a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + }, + "free": [ + "solid" + ] + }, + "temperature-full": { + "aliases": { + "names": [ + "temperature-4", + "thermometer-4", + "thermometer-full" + ], + "unicodes": { + "secondary": [ + "10f2c7" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fever", + "hot", + "mercury", + "status", + "temperature" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2c7", + "label": "Temperature Full", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V112c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z" + } + }, + "free": [ + "solid" + ] + }, + "temperature-half": { + "aliases": { + "names": [ + "temperature-2", + "thermometer-2", + "thermometer-half" + ], + "unicodes": { + "composite": [ + "1f321" + ], + "secondary": [ + "10f2c9" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mercury", + "status", + "temperature", + "thermometer", + "weather" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2c9", + "label": "Temperature Half", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V208c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z" + } + }, + "free": [ + "solid" + ] + }, + "temperature-high": { + "aliases": { + "unicodes": { + "secondary": [ + "10f769" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cook", + "covid-19", + "mercury", + "summer", + "thermometer", + "warm" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f769", + "label": "Temperature High", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M416 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 128A96 96 0 1 0 416 0a96 96 0 1 0 0 192zM96 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C217.8 332.6 224 349.5 224 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9C88.9 308.4 96 293.8 96 276.5V112zM144 0C82.1 0 32 50.2 32 112V276.5c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C11.2 304.2 0 334.8 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C256 50.2 205.9 0 144 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V112c0-8.8-7.2-16-16-16s-16 7.2-16 16V322.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48z" + } + }, + "free": [ + "solid" + ] + }, + "temperature-low": { + "aliases": { + "unicodes": { + "secondary": [ + "10f76b" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cold", + "cool", + "covid-19", + "mercury", + "thermometer", + "winter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f76b", + "label": "Temperature Low", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M448 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 96a96 96 0 1 1 192 0A96 96 0 1 1 320 96zM144 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C70.2 332.6 64 349.5 64 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM32 112C32 50.2 82.1 0 144 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S0 447.5 0 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM192 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3z" + } + }, + "free": [ + "solid" + ] + }, + "temperature-quarter": { + "aliases": { + "names": [ + "temperature-1", + "thermometer-1", + "thermometer-quarter" + ], + "unicodes": { + "secondary": [ + "10f2ca" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mercury", + "status", + "temperature" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2ca", + "label": "Temperature Quarter", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3z" + } + }, + "free": [ + "solid" + ] + }, + "temperature-three-quarters": { + "aliases": { + "names": [ + "temperature-3", + "thermometer-3", + "thermometer-three-quarters" + ], + "unicodes": { + "secondary": [ + "10f2c8" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "mercury", + "status", + "temperature" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2c8", + "label": "Temperature Three Quarters", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V144c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z" + } + }, + "free": [ + "solid" + ] + }, + "tencent-weibo": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1d5", + "label": "Tencent Weibo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z" + } + }, + "free": [ + "brands" + ] + }, + "tenge-sign": { + "aliases": { + "names": [ + "tenge" + ], + "unicodes": { + "composite": [ + "20b8" + ], + "secondary": [ + "10f7d7" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Tenge Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7d7", + "label": "Tenge Sign", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM0 192c0-17.7 14.3-32 32-32H192 352c17.7 0 32 14.3 32 32s-14.3 32-32 32H224V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V224H32c-17.7 0-32-14.3-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "tent": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bivouac", + "campground", + "refugee", + "shelter", + "tent" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e57d", + "label": "Tent", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M269.4 6C280.5-2 295.5-2 306.6 6l224 160c7.4 5.3 12.2 13.5 13.2 22.5l32 288c1 9-1.9 18.1-8 24.9s-14.7 10.7-23.8 10.7H416L288 288V512H32c-9.1 0-17.8-3.9-23.8-10.7s-9-15.8-8-24.9l32-288c1-9 5.8-17.2 13.2-22.5L269.4 6z" + } + }, + "free": [ + "solid" + ] + }, + "tent-arrow-down-to-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "permanent", + "refugee", + "shelter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e57e", + "label": "Tent Arrow Down To Line", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M241.8 111.9c8.9 9.9 8.1 25-1.8 33.9l-80 72c-9.1 8.2-23 8.2-32.1 0l-80-72c-9.9-8.9-10.7-24-1.8-33.9s24-10.7 33.9-1.8l39.9 36L120 24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 122.1 39.9-36c9.9-8.9 25-8.1 33.9 1.8zm122.8 22.6c11.5-8.7 27.3-8.7 38.8 0l168 128c6.6 5 11 12.5 12.3 20.7l24 160 .7 4.7c17.5 .2 31.6 14.4 31.6 32c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H159.6l.7-4.7 24-160c1.2-8.2 5.6-15.7 12.3-20.7l168-128zM384 448h76.8L384 320V448z" + } + }, + "free": [ + "solid" + ] + }, + "tent-arrow-left-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "refugee", + "shelter", + "transition" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e57f", + "label": "Tent Arrow Left Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M488.1 6.2c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9L489.5 72 86.5 72l33.5-30.2c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120l402.9 0-33.5 30.2c-9.9 8.9-10.7 24-1.8 33.9s24 10.7 33.9 1.8l80-72c5.1-4.6 7.9-11 7.9-17.8s-2.9-13.3-7.9-17.8l-80-72zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H288V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z" + } + }, + "free": [ + "solid" + ] + }, + "tent-arrow-turn-left": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "refugee", + "shelter", + "temporary" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e580", + "label": "Tent Arrow Turn Left", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M120.1 41.8c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120 456 120c39.8 0 72 32.2 72 72v40c0 13.3 10.7 24 24 24s24-10.7 24-24V192c0-66.3-53.7-120-120-120L86.5 72l33.5-30.2zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H288V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z" + } + }, + "free": [ + "solid" + ] + }, + "tent-arrows-down": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "refugee", + "shelter", + "spontaneous" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e581", + "label": "Tent Arrows Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M209.8 111.9c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36L136 24c0-13.3-10.7-24-24-24S88 10.7 88 24l0 122.1-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zm352 0c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V146.1l-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H288V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z" + } + }, + "free": [ + "solid" + ] + }, + "tents": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bivouac", + "campground", + "refugee", + "shelter", + "tent" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e582", + "label": "Tents", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M396.6 6.5L235.8 129.1c9.6 1.8 18.9 5.8 27 12l168 128c13.2 10.1 22 24.9 24.5 41.4l6.2 41.5H608c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128c-11.5-8.7-27.3-8.7-38.8 0zm-153.2 160c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S22.7 512 32 512H224V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z" + } + }, + "free": [ + "solid" + ] + }, + "terminal": { + "aliases": { + "unicodes": { + "secondary": [ + "10f120" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "code", + "coding", + "command", + "console", + "development", + "prompt", + "terminal" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f120", + "label": "Terminal", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767552, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6zM256 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "text-height": { + "aliases": { + "unicodes": { + "secondary": [ + "10f034" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "font", + "format", + "text", + "type" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f034", + "label": "Text Height", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767248, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 128V96h64l0 320H96c-17.7 0-32 14.3-32 32s14.3 32 32 32H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H192l0-320h64v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H160 48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32zM502.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32V352H416c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H512V160h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z" + } + }, + "free": [ + "solid" + ] + }, + "text-slash": { + "aliases": { + "names": [ + "remove-format" + ], + "unicodes": { + "secondary": [ + "10f87d" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cancel", + "font", + "format", + "remove", + "style", + "text" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f87d", + "label": "Text Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L355.7 253.5 400.2 96H503L497 120.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l11-44.1C577.6 61.3 554.7 32 523.5 32H376.1h-.3H204.5c-22 0-41.2 15-46.6 36.4l-6.3 25.2L38.8 5.1zm168 131.7c.1-.3 .2-.7 .3-1L217 96H333.7L301.3 210.8l-94.5-74.1zM243.3 416H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H309.8l17.6-62.1L272.9 311 243.3 416z" + } + }, + "free": [ + "solid" + ] + }, + "text-width": { + "aliases": { + "unicodes": { + "secondary": [ + "10f035" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.9.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "font", + "format", + "text", + "type" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f035", + "label": "Text Width", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M64 128V96H192l0 128H176c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H256l0-128H384v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H224 48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32zM9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V416H320v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32H128V320c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64z" + } + }, + "free": [ + "solid" + ] + }, + "the-red-yeti": { + "changes": [ + "5.3.0", + "5.7.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f69d", + "label": "The Red Yeti", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014480, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M488.23 241.7l20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.36 239.36 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.26 194.26 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.18 200.18 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A181.84 181.84 0 0 0 495 255a44.74 44.74 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242.44 242.44 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.38 56.38 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.32 62.32 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5zm-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.35 52.35 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.89 42.89 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a234.68 234.68 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201.26 201.26 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a189.6 189.6 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141.13 141.13 0 0 1-3 28.3 209.91 209.91 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6zm276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.57 262.57 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5zm115.3-214.4l-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.82 214.82 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254.21 254.21 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3l-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.22 50.22 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8zm3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.57 39.57 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9zm-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.61 99.61 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6zm18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.14 72.14 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.21 39.21 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26zm42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.47 83.47 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z" + } + }, + "free": [ + "brands" + ] + }, + "themeco": { + "changes": [ + "5.1.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f5c6", + "label": "Themeco", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74zm140.14 100.29l-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8zm0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86z" + } + }, + "free": [ + "brands" + ] + }, + "themeisle": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2b2", + "label": "ThemeIsle", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286zm304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286-10 0-19.429-5.714-24.858-14.286-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a158.792 158.792 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286zM188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857zM237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999zm-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857-11.429 0-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142 11.428 0 20.286-9.715 20.286-21.142v-32.571zm49.143 0c0-11.143-8.572-20.857-20-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142v-32.571zm49.713 0c0-11.143-8.857-20.857-20.285-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142v-32.571zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142 11.429 0 20.286-10 20.286-21.142v-32.571zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572 0-16.857 2-33.429 6-49.714-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286zm10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571z" + } + }, + "free": [ + "brands" + ] + }, + "thermometer": { + "aliases": { + "unicodes": { + "secondary": [ + "10f491" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "mercury", + "status", + "temperature" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f491", + "label": "Thermometer", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M96 382.1V293.3c0-14.9 5.9-29.1 16.4-39.6l27.3-27.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 45.5-45.5C355.2 10.9 381.4 0 408.8 0C465.8 0 512 46.2 512 103.2c0 27.4-10.9 53.6-30.2 73L258.3 399.6c-10.5 10.5-24.7 16.4-39.6 16.4H129.9L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l89-89z" + } + }, + "free": [ + "solid" + ] + }, + "think-peaks": { + "changes": [ + "5.4.2", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f731", + "label": "Think Peaks", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z" + } + }, + "free": [ + "brands" + ] + }, + "threads": { + "changes": [ + "6.4.1", + "6.4.2" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e618", + "label": "Threads", + "voted": false, + "svg": { + "brands": { + "last_modified": 1690904784, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8c29.2 14.1 50.6 35.2 61.8 61.4c15.7 36.5 17.2 95.8-30.3 143.2c-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2c-32.3-41-48.9-98.1-49.5-169.6V256v-.2C17 184.3 33.6 127.2 65.9 86.2C102.2 40.1 156.2 16.5 226.4 16h.3c70.3 .5 124.9 24 162.3 69.9c18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4c-29.2-35.8-73-54.2-130.5-54.6c-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3c28 35.6 71.2 53.9 128.2 54.4c51.4-.4 85.4-12.6 113.7-40.9c32.3-32.2 31.7-71.8 21.4-95.9c-6.1-14.2-17.1-26-31.9-34.9c-3.7 26.9-11.8 48.3-24.7 64.8c-17.1 21.8-41.4 33.6-72.7 35.3c-23.6 1.3-46.3-4.4-63.9-16c-20.8-13.8-33-34.8-34.3-59.3c-2.5-48.3 35.7-83 95.2-86.4c21.1-1.2 40.9-.3 59.2 2.8c-2.4-14.8-7.3-26.6-14.6-35.2c-10-11.7-25.6-17.7-46.2-17.8H227c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3c25.6-1.4 54.6-11.4 59.5-73.2c-13.2-2.9-27.8-4.4-43.4-4.4c-4.8 0-9.6 .1-14.4 .4c-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z" + } + }, + "free": [ + "brands" + ] + }, + "thumbs-down": { + "aliases": { + "unicodes": { + "composite": [ + "1f44e", + "f088" + ], + "secondary": [ + "10f165" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "-1", + "disagree", + "disapprove", + "dislike", + "down", + "hand", + "social", + "thumb", + "thumbs down", + "thumbs-o-down" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f165", + "label": "Thumbs Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-18.5-10.5-34.6-25.9-42.6C497 236.6 504 223.1 504 208c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 384H96c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H32C14.3 96 0 110.3 0 128V352c0 17.7 14.3 32 32 32z" + }, + "regular": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "thumbs-up": { + "aliases": { + "unicodes": { + "composite": [ + "1f44d", + "f087" + ], + "secondary": [ + "10f164" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "+1", + "agree", + "approve", + "favorite", + "hand", + "like", + "ok", + "okay", + "social", + "success", + "thumb", + "thumbs up", + "thumbs-o-up", + "up", + "yes", + "you got it dude" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f164", + "label": "Thumbs Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z" + }, + "regular": { + "last_modified": 1684766193, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "thumbtack": { + "aliases": { + "names": [ + "thumb-tack" + ], + "unicodes": { + "composite": [ + "1f4cc", + "1f588" + ], + "secondary": [ + "10f08d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Pushpin", + "coordinates", + "location", + "marker", + "pin", + "pushpin", + "thumb-tack" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f08d", + "label": "Thumbtack", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z" + } + }, + "free": [ + "solid" + ] + }, + "ticket": { + "aliases": { + "unicodes": { + "composite": [ + "1f39f" + ], + "secondary": [ + "10f145" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "5.10.1", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admission", + "admission tickets", + "movie", + "pass", + "support", + "ticket" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f145", + "label": "Ticket", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V160z" + } + }, + "free": [ + "solid" + ] + }, + "ticket-simple": { + "aliases": { + "names": [ + "ticket-alt" + ], + "unicodes": { + "secondary": [ + "10f3ff" + ] + } + }, + "changes": [ + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "movie", + "pass", + "support", + "ticket" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3ff", + "label": "Ticket Simple", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64v64c0 8.8-7.4 15.7-15.7 18.6C541.5 217.1 528 235 528 256s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320c0-8.8 7.4-15.7 15.7-18.6C34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192V128z" + } + }, + "free": [ + "solid" + ] + }, + "tiktok": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e07b", + "label": "TikTok", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" + } + }, + "free": [ + "brands" + ] + }, + "timeline": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "chronological", + "deadline", + "history", + "linear" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e29c", + "label": "Timeline", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32 97.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80S48 51.8 48 96c0 32.8 19.7 61 48 73.3V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H288v54.7c-28.3 12.3-48 40.5-48 73.3c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3V288H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H544V169.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 32.8 19.7 61 48 73.3V224H160V169.3zM488 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM320 392a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "solid" + ] + }, + "toggle-off": { + "aliases": { + "unicodes": { + "secondary": [ + "10f204" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "button", + "off", + "on", + "switch" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f204", + "label": "Toggle Off", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M384 128c70.7 0 128 57.3 128 128s-57.3 128-128 128H192c-70.7 0-128-57.3-128-128s57.3-128 128-128H384zM576 256c0-106-86-192-192-192H192C86 64 0 150 0 256S86 448 192 448H384c106 0 192-86 192-192zM192 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z" + } + }, + "free": [ + "solid" + ] + }, + "toggle-on": { + "aliases": { + "unicodes": { + "secondary": [ + "10f205" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "button", + "off", + "on", + "switch" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f205", + "label": "Toggle On", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M192 64C86 64 0 150 0 256S86 448 192 448H384c106 0 192-86 192-192s-86-192-192-192H192zm192 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" + } + }, + "free": [ + "solid" + ] + }, + "toilet": { + "aliases": { + "unicodes": { + "composite": [ + "1f6bd" + ], + "secondary": [ + "10f7d8" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bathroom", + "flush", + "john", + "loo", + "pee", + "plumbing", + "poop", + "porcelain", + "potty", + "restroom", + "throne", + "toile", + "toilet", + "washroom", + "waste", + "wc" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7d8", + "label": "Toilet", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48h8V196.9c-1.9 1.4-3.8 2.9-5.6 4.4C10.9 214.5 0 232.9 0 256c0 46.9 14.3 84.1 37 112.5c14.2 17.7 31.1 31.3 48.5 41.8L65.6 469.9c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3H352c10.3 0 19.9-4.9 26-13.3s7.7-19.1 4.4-28.8l-19.8-59.5c17.4-10.5 34.3-24.1 48.5-41.8c22.7-28.4 37-65.5 37-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4V48h8c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM384 256.3c0 1-.3 2.6-3.8 5.6c-4.8 4.1-14 9-29.3 13.4C320.5 284 276.1 288 224 288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6l0-.3 0-.1c0-1 0-2.5 3.8-5.8c4.8-4.1 14-9 29.3-13.4C127.5 228 171.9 224 224 224s96.5 4 126.9 12.8c15.3 4.4 24.5 9.3 29.3 13.4c3.8 3.2 3.8 4.8 3.8 5.8l0 .1 0 .3zM328.2 384l-.2 .5 0-.5h.2zM112 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "toilet-paper": { + "aliases": { + "unicodes": { + "composite": [ + "1f9fb" + ], + "secondary": [ + "10f71e" + ] + } + }, + "changes": [ + "5.4.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bathroom", + "covid-19", + "halloween", + "holiday", + "lavatory", + "paper towels", + "prank", + "privy", + "restroom", + "roll", + "roll of paper", + "toilet", + "toilet paper", + "wipe" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f71e", + "label": "Toilet Paper", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M444.2 0C397.2 49.6 384 126.5 384 192c0 158.8-27.3 247-42.7 283.9c-10 24-33.2 36.1-55.4 36.1H48c-11.5 0-22.2-6.2-27.8-16.2s-5.6-22.3 .4-32.2c9.8-17.7 15.4-38.2 20.5-57.7C52.3 362.8 64 293.5 64 192C64 86 107 0 160 0H444.2zM512 384c-53 0-96-86-96-192S459 0 512 0s96 86 96 192s-43 192-96 192zm0-128c17.7 0 32-28.7 32-64s-14.3-64-32-64s-32 28.7-32 64s14.3 64 32 64zM144 208a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm64 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm80-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z" + } + }, + "free": [ + "solid" + ] + }, + "toilet-paper-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e072" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bathroom", + "covid-19", + "halloween", + "holiday", + "lavatory", + "leaves", + "prank", + "privy", + "restroom", + "roll", + "toilet", + "trouble", + "ut oh", + "wipe" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e072", + "label": "Toilet Paper Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9 374 608 291.9 608 192C608 86 565 0 512 0s-96 86-96 192c0 49.1 9.2 93.9 24.4 127.9l-59-46.2c1.6-24.8 2.6-52 2.6-81.6c0-65.5 13.2-142.4 60.2-192H160c-24.8 0-47.4 18.8-64.4 49.6L38.8 5.1zM367.3 385.4L66.5 148.4C64.9 162.4 64 177 64 192c0 101.5-11.7 170.8-23 213.9c-5.1 19.4-10.7 39.9-20.5 57.7c-5.9 9.9-6.1 22.1-.4 32.2S36.5 512 48 512H285.9c22.3 0 45.4-12.1 55.4-36.1c7.4-17.7 17.5-47.2 26-90.6zM544 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64z" + } + }, + "free": [ + "solid" + ] + }, + "toilet-portable": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "outhouse", + "toilet" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e583", + "label": "Toilet Portable", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M0 32V64H320V32c0-17.7-14.3-32-32-32H32C14.3 0 0 14.3 0 32zM24 96H0v24V488c0 13.3 10.7 24 24 24s24-10.7 24-24v-8H272v8c0 13.3 10.7 24 24 24s24-10.7 24-24V120 96H296 24zM256 240v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V240c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + }, + "free": [ + "solid" + ] + }, + "toilets-portable": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "outhouse", + "toilet" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e584", + "label": "Toilets Portable", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M32 0H224c17.7 0 32 14.3 32 32V64H0V32C0 14.3 14.3 0 32 0zM0 96H24 232h24v24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H48v8c0 13.3-10.7 24-24 24s-24-10.7-24-24V120 96zM192 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V240c0-8.8-7.2-16-16-16zM352 0H544c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32zM320 96h24H552h24v24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H368v8c0 13.3-10.7 24-24 24s-24-10.7-24-24V120 96zM512 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V240c0-8.8-7.2-16-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "toolbox": { + "aliases": { + "unicodes": { + "composite": [ + "1f9f0" + ], + "secondary": [ + "10f552" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "chest", + "container", + "fix", + "mechanic", + "repair", + "settings", + "tool", + "toolbox", + "tools" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f552", + "label": "Toolbox", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767442, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M176 88v40H336V88c0-4.4-3.6-8-8-8H184c-4.4 0-8 3.6-8 8zm-48 40V88c0-30.9 25.1-56 56-56H328c30.9 0 56 25.1 56 56v40h28.1c12.7 0 24.9 5.1 33.9 14.1l51.9 51.9c9 9 14.1 21.2 14.1 33.9V304H384V288c0-17.7-14.3-32-32-32s-32 14.3-32 32v16H192V288c0-17.7-14.3-32-32-32s-32 14.3-32 32v16H0V227.9c0-12.7 5.1-24.9 14.1-33.9l51.9-51.9c9-9 21.2-14.1 33.9-14.1H128zM0 416V336H128v16c0 17.7 14.3 32 32 32s32-14.3 32-32V336H320v16c0 17.7 14.3 32 32 32s32-14.3 32-32V336H512v80c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64z" + } + }, + "free": [ + "solid" + ] + }, + "tooth": { + "aliases": { + "unicodes": { + "composite": [ + "1f9b7" + ], + "secondary": [ + "10f5c9" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bicuspid", + "dental", + "dentist", + "molar", + "mouth", + "teeth", + "tooth" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5c9", + "label": "Tooth", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M186.1 52.1C169.3 39.1 148.7 32 127.5 32C74.7 32 32 74.7 32 127.5v6.2c0 15.8 3.7 31.3 10.7 45.5l23.5 47.1c4.5 8.9 7.6 18.4 9.4 28.2l36.7 205.8c2 11.2 11.6 19.4 22.9 19.8s21.4-7.4 24-18.4l28.9-121.3C192.2 323.7 207 312 224 312s31.8 11.7 35.8 28.3l28.9 121.3c2.6 11.1 12.7 18.8 24 18.4s20.9-8.6 22.9-19.8l36.7-205.8c1.8-9.8 4.9-19.3 9.4-28.2l23.5-47.1c7.1-14.1 10.7-29.7 10.7-45.5v-2.1c0-55-44.6-99.6-99.6-99.6c-24.1 0-47.4 8.8-65.6 24.6l-3.2 2.8 19.5 15.2c7 5.4 8.2 15.5 2.8 22.5s-15.5 8.2-22.5 2.8l-24.4-19-37-28.8z" + } + }, + "free": [ + "solid" + ] + }, + "torii-gate": { + "aliases": { + "unicodes": { + "composite": [ + "26e9" + ], + "secondary": [ + "10f6a1" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "religion", + "shinto", + "shinto shrine", + "shintoism", + "shrine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6a1", + "label": "Torii Gate", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766828, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 80c0 26.5 21.5 48 48 48H64v64h64V128h96v64h64V128h96v64h64V128h16c26.5 0 48-21.5 48-48V13.4C512 6 506 0 498.6 0c-1.7 0-3.4 .3-5 1l-49 19.6C425.7 28.1 405.5 32 385.2 32H126.8c-20.4 0-40.5-3.9-59.4-11.4L18.4 1c-1.6-.6-3.3-1-5-1C6 0 0 6 0 13.4V80zM64 288V480c0 17.7 14.3 32 32 32s32-14.3 32-32V288H384V480c0 17.7 14.3 32 32 32s32-14.3 32-32V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64z" + } + }, + "free": [ + "solid" + ] + }, + "tornado": { + "aliases": { + "unicodes": { + "composite": [ + "1f32a" + ], + "secondary": [ + "10f76f" + ] + } + }, + "changes": [ + "5.5.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cloud", + "cyclone", + "dorothy", + "landspout", + "tornado", + "toto", + "twister", + "vortext", + "waterspout", + "weather", + "whirlwind" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f76f", + "label": "Tornado", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 32V45.6C0 62.7 1.7 79.6 5 96H357.8c3.2-6.9 7.5-13.3 13-18.8l38.6-38.6c4.2-4.2 6.6-10 6.6-16C416 10.1 405.9 0 393.4 0H32C14.3 0 0 14.3 0 32zm352.2 96H13.6c12.2 35.9 32.3 68.7 58.8 96H412l-47.2-62.9c-7.3-9.7-11.6-21.2-12.6-33.1zm-226 138.2l116.4 68.5c8.2 4.8 15.8 10.7 22.5 17.3H445c2-9.8 3-19.9 3-30.1c0-23-5.3-45.5-15.3-65.9H110.2c5.2 3.6 10.5 7 16 10.2zM288 384c10.3 21.4 13.8 45.5 9.9 69l-5.9 35.7c-2 12.2 7.4 23.4 19.8 23.4c5.3 0 10.4-2.1 14.2-5.9l78.2-78.2c12.8-12.8 23.1-27.7 30.4-43.9H288z" + } + }, + "free": [ + "solid" + ] + }, + "tower-broadcast": { + "aliases": { + "names": [ + "broadcast-tower" + ], + "unicodes": { + "secondary": [ + "10f519" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airwaves", + "antenna", + "communication", + "emergency", + "radio", + "reception", + "waves" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f519", + "label": "Tower Broadcast", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M80.3 44C69.8 69.9 64 98.2 64 128s5.8 58.1 16.3 84c6.6 16.4-1.3 35-17.7 41.7s-35-1.3-41.7-17.7C7.4 202.6 0 166.1 0 128S7.4 53.4 20.9 20C27.6 3.6 46.2-4.3 62.6 2.3S86.9 27.6 80.3 44zM555.1 20C568.6 53.4 576 89.9 576 128s-7.4 74.6-20.9 108c-6.6 16.4-25.3 24.3-41.7 17.7S489.1 228.4 495.7 212c10.5-25.9 16.3-54.2 16.3-84s-5.8-58.1-16.3-84C489.1 27.6 497 9 513.4 2.3s35 1.3 41.7 17.7zM352 128c0 23.7-12.9 44.4-32 55.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V183.4c-19.1-11.1-32-31.7-32-55.4c0-35.3 28.7-64 64-64s64 28.7 64 64zM170.6 76.8C163.8 92.4 160 109.7 160 128s3.8 35.6 10.6 51.2c7.1 16.2-.3 35.1-16.5 42.1s-35.1-.3-42.1-16.5c-10.3-23.6-16-49.6-16-76.8s5.7-53.2 16-76.8c7.1-16.2 25.9-23.6 42.1-16.5s23.6 25.9 16.5 42.1zM464 51.2c10.3 23.6 16 49.6 16 76.8s-5.7 53.2-16 76.8c-7.1 16.2-25.9 23.6-42.1 16.5s-23.6-25.9-16.5-42.1c6.8-15.6 10.6-32.9 10.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2 .3-35.1 16.5-42.1s35.1 .3 42.1 16.5z" + } + }, + "free": [ + "solid" + ] + }, + "tower-cell": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airwaves", + "antenna", + "communication", + "radio", + "reception", + "waves" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e585", + "label": "Tower Cell", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M62.6 2.3C46.2-4.3 27.6 3.6 20.9 20C7.4 53.4 0 89.9 0 128s7.4 74.6 20.9 108c6.6 16.4 25.3 24.3 41.7 17.7S86.9 228.4 80.3 212C69.8 186.1 64 157.8 64 128s5.8-58.1 16.3-84C86.9 27.6 79 9 62.6 2.3zm450.8 0C497 9 489.1 27.6 495.7 44C506.2 69.9 512 98.2 512 128s-5.8 58.1-16.3 84c-6.6 16.4 1.3 35 17.7 41.7s35-1.3 41.7-17.7c13.5-33.4 20.9-69.9 20.9-108s-7.4-74.6-20.9-108C548.4 3.6 529.8-4.3 513.4 2.3zM340.1 165.2c7.5-10.5 11.9-23.3 11.9-37.2c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 13.9 4.4 26.7 11.9 37.2L98.9 466.8c-7.3 16.1-.2 35.1 15.9 42.4s35.1 .2 42.4-15.9L177.7 448H398.3l20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4L340.1 165.2zM369.2 384H206.8l14.5-32H354.7l14.5 32zM288 205.3L325.6 288H250.4L288 205.3zM163.3 73.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3 .2-31.6 12.4C109.5 77 104 101.9 104 128s5.5 51 15.3 73.6c5.3 12.1 19.5 17.7 31.6 12.4s17.7-19.5 12.4-31.6C156 165.8 152 147.4 152 128s4-37.8 11.3-54.4zM456.7 54.4c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7 19.5-12.4 31.6C420 90.2 424 108.6 424 128s-4 37.8-11.3 54.4c-5.3 12.1 .2 26.3 12.4 31.6s26.3-.2 31.6-12.4C466.5 179 472 154.1 472 128s-5.5-51-15.3-73.6z" + } + }, + "free": [ + "solid" + ] + }, + "tower-observation": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "fire tower", + "view" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e586", + "label": "Tower Observation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M241.7 3.4c9-4.5 19.6-4.5 28.6 0l160 80c15.8 7.9 22.2 27.1 14.3 42.9C439 137.5 427.7 144 416 144v80c0 17.7-14.3 32-32 32h-4.9l32 192H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H384.5c-.4 0-.8 0-1.1 0H128.6c-.4 0-.8 0-1.1 0H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l32-192H128c-17.7 0-32-14.3-32-32V144c-11.7 0-23-6.5-28.6-17.7c-7.9-15.8-1.5-35 14.3-42.9l160-80zM314.5 448L256 399.2 197.5 448h117zM197.8 256l-4.7 28.3L256 336.8l62.9-52.5L314.2 256H197.8zm-13.9 83.2l-11.2 67L218.5 368l-34.6-28.8zM293.5 368l45.8 38.1-11.2-67L293.5 368zM176 128c-8.8 0-16 7.2-16 16s7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H176z" + } + }, + "free": [ + "solid" + ] + }, + "tractor": { + "aliases": { + "unicodes": { + "composite": [ + "1f69c" + ], + "secondary": [ + "10f722" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agriculture", + "farm", + "tractor", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f722", + "label": "Tractor", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 64c0-35.3 28.7-64 64-64H266.3c26.2 0 49.7 15.9 59.4 40.2L373.7 160H480V126.2c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9V160h56c22.1 0 40 17.9 40 40v45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3 0-74.1 18.9-96 48H352c0 17.7-14.3 32-32 32h-8.2c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8V480c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32v-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0L40.2 449.1c-12.5-12.5-12.5-32.8 0-45.3l5.8-5.8c-2.2-4.6-4.1-9.3-5.8-14.1H32c-17.7 0-32-14.3-32-32V320c0-17.7 14.3-32 32-32h8.2c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6V192 160 64zm170.3 0H160v96h32H304.7L266.3 64zM176 256a80 80 0 1 0 0 160 80 80 0 1 0 0-160zM528 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0 64c-48.6 0-88-39.4-88-88c0-29.8 14.8-56.1 37.4-72c14.3-10.1 31.8-16 50.6-16c2.7 0 5.3 .1 7.9 .3c44.9 4 80.1 41.7 80.1 87.7c0 48.6-39.4 88-88 88z" + } + }, + "free": [ + "solid" + ] + }, + "trade-federation": { + "changes": [ + "5.0.12" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f513", + "label": "Trade Federation", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z" + } + }, + "free": [ + "brands" + ] + }, + "trademark": { + "aliases": { + "unicodes": { + "composite": [ + "2122" + ], + "secondary": [ + "10f25c" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "copyright", + "mark", + "register", + "symbol", + "tm", + "trade mark", + "trademark" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f25c", + "label": "Trademark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M345.6 108.8c-8.3-11-22.7-15.5-35.7-11.2S288 114.2 288 128V384c0 17.7 14.3 32 32 32s32-14.3 32-32V224l86.4 115.2c6 8.1 15.5 12.8 25.6 12.8s19.6-4.7 25.6-12.8L576 224V384c0 17.7 14.3 32 32 32s32-14.3 32-32V128c0-13.8-8.8-26-21.9-30.4s-27.5 .1-35.7 11.2L464 266.7 345.6 108.8zM0 128c0 17.7 14.3 32 32 32H96V384c0 17.7 14.3 32 32 32s32-14.3 32-32V160h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32C14.3 96 0 110.3 0 128z" + } + }, + "free": [ + "solid" + ] + }, + "traffic-light": { + "aliases": { + "unicodes": { + "composite": [ + "1f6a6" + ], + "secondary": [ + "10f637" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "direction", + "light", + "road", + "signal", + "traffic", + "travel", + "vertical traffic light" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f637", + "label": "Traffic Light", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767488, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V352c0 88.4 71.6 160 160 160s160-71.6 160-160V64c0-35.3-28.7-64-64-64H64zm96 416a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm48-176a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-80a48 48 0 1 1 0-96 48 48 0 1 1 0 96z" + } + }, + "free": [ + "solid" + ] + }, + "trailer": { + "aliases": { + "unicodes": { + "secondary": [ + "10e041" + ] + } + }, + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "carry", + "haul", + "moving", + "travel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e041", + "label": "Trailer", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 32C21.5 32 0 53.5 0 80V336c0 26.5 21.5 48 48 48H65.1c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96H488h8H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H544V80c0-26.5-21.5-48-48-48H48zM80 96c8.8 0 16 7.2 16 16l0 131.2c-11.4 5.9-22.2 12.9-32 21V112c0-8.8 7.2-16 16-16zm96 128c-5.4 0-10.7 .2-16 .7L160 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112.7c-5.3-.5-10.6-.7-16-.7zm80 19.2L256 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 152.2c-9.8-8.1-20.6-15.2-32-21zM368 96c8.8 0 16 7.2 16 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16zm112 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16s16 7.2 16 16zM176 480a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "train": { + "aliases": { + "unicodes": { + "composite": [ + "1f686" + ], + "secondary": [ + "10f238" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bullet", + "commute", + "locomotive", + "railway", + "subway", + "train" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f238", + "label": "Train", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 0C43 0 0 43 0 96V352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512H82.7c8.5 0 16.6-3.4 22.6-9.4L160 448H288l54.6 54.6c6 6 14.1 9.4 22.6 9.4H405c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9V96c0-53-43-96-96-96H96zM64 96c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96zM224 288a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + }, + "free": [ + "solid" + ] + }, + "train-subway": { + "aliases": { + "names": [ + "subway" + ], + "unicodes": { + "secondary": [ + "10f239" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "machine", + "railway", + "train", + "transportation", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f239", + "label": "Train Subway", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 0C43 0 0 43 0 96V352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512H82.7c8.5 0 16.6-3.4 22.6-9.4L160 448H288l54.6 54.6c6 6 14.1 9.4 22.6 9.4H405c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9V96c0-53-43-96-96-96H96zM64 128c0-17.7 14.3-32 32-32h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM272 96h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H272c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32zM64 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm288-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "train-tram": { + "aliases": { + "unicodes": { + "composite": [ + "1f68a" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "crossing", + "machine", + "mountains", + "seasonal", + "tram", + "transportation", + "trolleybus" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e5b4", + "label": "Train Tram", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M86.8 48c-12.2 0-23.6 5.5-31.2 15L42.7 79C34.5 89.3 19.4 91 9 82.7S-3 59.4 5.3 49L18 33C34.7 12.2 60 0 86.8 0H361.2c26.7 0 52 12.2 68.7 33l12.8 16c8.3 10.4 6.6 25.5-3.8 33.7s-25.5 6.6-33.7-3.7L392.5 63c-7.6-9.5-19.1-15-31.2-15H248V96h40c53 0 96 43 96 96V352c0 30.6-14.3 57.8-36.6 75.4l65.5 65.5c7.1 7.1 2.1 19.1-7.9 19.1H365.3c-8.5 0-16.6-3.4-22.6-9.4L288 448H160l-54.6 54.6c-6 6-14.1 9.4-22.6 9.4H43c-10 0-15-12.1-7.9-19.1l65.5-65.5C78.3 409.8 64 382.6 64 352V192c0-53 43-96 96-96h40V48H86.8zM160 160c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32H160zm32 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "transgender": { + "aliases": { + "names": [ + "transgender-alt" + ], + "unicodes": { + "composite": [ + "26a7" + ], + "secondary": [ + "10f225" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "female", + "gender", + "intersex", + "male", + "transgender", + "transgender symbol" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f225", + "label": "Transgender", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M112 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-31 31L112 78.1l7-7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-7 7 15.2 15.2C187.7 107.6 220.5 96 256 96s68.3 11.6 94.9 31.2l68.8-68.8-31-31c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9h96c8.8 0 16 7.2 16 16v96c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-31-31-68.8 68.8C404.4 187.7 416 220.5 416 256c0 80.2-59 146.6-136 158.2V432h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v8c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h16V414.2C155 402.6 96 336.2 96 256c0-35.5 11.6-68.3 31.2-94.9L112 145.9l-7 7c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l7-7L58.3 92.3l-31 31c-4.6 4.6-11.5 5.9-17.4 3.5S0 118.5 0 112V16C0 7.2 7.2 0 16 0h96zM352 256a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z" + } + }, + "free": [ + "solid" + ] + }, + "trash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f1f8" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "delete", + "garbage", + "hide", + "remove" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1f8", + "label": "Trash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M135.2 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7zM416 128H32L53.2 467c1.6 25.3 22.6 45 47.9 45H346.9c25.3 0 46.3-19.7 47.9-45L416 128z" + } + }, + "free": [ + "solid" + ] + }, + "trash-arrow-up": { + "aliases": { + "names": [ + "trash-restore" + ], + "unicodes": { + "secondary": [ + "10f829" + ] + } + }, + "changes": [ + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "control z", + "delete", + "garbage", + "hide", + "oops", + "remove", + "undo" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f829", + "label": "Trash Arrow Up", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128H416L394.8 467c-1.6 25.3-22.6 45-47.9 45H101.1c-25.3 0-46.3-19.7-47.9-45L32 128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V408c0 13.3 10.7 24 24 24s24-10.7 24-24V273.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z" + } + }, + "free": [ + "solid" + ] + }, + "trash-can": { + "aliases": { + "names": [ + "trash-alt" + ], + "unicodes": { + "composite": [ + "f014" + ], + "secondary": [ + "10f2ed" + ] + } + }, + "changes": [ + "5.0.0", + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "delete", + "garbage", + "hide", + "remove", + "trash-o" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2ed", + "label": "Trash Can", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M135.2 17.7C140.6 6.8 151.7 0 163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3zM32 128H416V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zm96 64c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16z" + }, + "regular": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M170.5 51.6L151.5 80h145l-19-28.4c-1.5-2.2-4-3.6-6.7-3.6H177.1c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80H368h48 8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V432c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V128H24c-13.3 0-24-10.7-24-24S10.7 80 24 80h8H80 93.8l36.7-55.1C140.9 9.4 158.4 0 177.1 0h93.7c18.7 0 36.2 9.4 46.6 24.9zM80 128V432c0 17.7 14.3 32 32 32H336c17.7 0 32-14.3 32-32V128H80zm80 64V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "trash-can-arrow-up": { + "aliases": { + "names": [ + "trash-restore-alt" + ], + "unicodes": { + "secondary": [ + "10f82a" + ] + } + }, + "changes": [ + "5.7.0", + "5.10.2", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "back", + "control z", + "delete", + "garbage", + "hide", + "oops", + "remove", + "undo" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f82a", + "label": "Trash Can Arrow Up", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128H416V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V408c0 13.3 10.7 24 24 24s24-10.7 24-24V273.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z" + } + }, + "free": [ + "solid" + ] + }, + "tree": { + "aliases": { + "unicodes": { + "composite": [ + "1f332" + ], + "secondary": [ + "10f1bb" + ] + } + }, + "changes": [ + "4.1.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bark", + "evergreen tree", + "fall", + "flora", + "forest", + "nature", + "plant", + "seasonal", + "tree" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1bb", + "label": "Tree", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208H104L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320H80L5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5H192v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448H424.5c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320h33.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208h24.9c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z" + } + }, + "free": [ + "solid" + ] + }, + "tree-city": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "city", + "urban" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e587", + "label": "Tree City", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 48c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48V192h40V120c0-13.3 10.7-24 24-24s24 10.7 24 24v72h24c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H432 336c-26.5 0-48-21.5-48-48V48zm64 32v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H368zM352 272v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H528zM512 368v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H528c-8.8 0-16 7.2-16 16zM224 160c0 6-1 11-2 16c20 14 34 38 34 64c0 45-36 80-80 80H160V480c0 18-15 32-32 32c-18 0-32-14-32-32V320H80c-45 0-80-35-80-80c0-26 13-50 33-64c-1-5-1-10-1-16c0-53 42-96 96-96c53 0 96 43 96 96z" + } + }, + "free": [ + "solid" + ] + }, + "trello": { + "changes": [ + "3.2.0", + "5.0.0", + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "atlassian" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f181", + "label": "Trello", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z" + } + }, + "free": [ + "brands" + ] + }, + "triangle-exclamation": { + "aliases": { + "names": [ + "exclamation-triangle", + "warning" + ], + "unicodes": { + "composite": [ + "26a0" + ], + "secondary": [ + "10f071" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.6.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alert", + "danger", + "error", + "important", + "notice", + "notification", + "notify", + "problem", + "warnin", + "warning" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f071", + "label": "Triangle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + }, + "free": [ + "solid" + ] + }, + "trophy": { + "aliases": { + "unicodes": { + "composite": [ + "1f3c6" + ], + "secondary": [ + "10f091" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "achievement", + "award", + "cup", + "game", + "prize", + "trophy", + "winner" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f091", + "label": "Trophy", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" + } + }, + "free": [ + "solid" + ] + }, + "trowel": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "build", + "construction", + "tool" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e589", + "label": "Trowel", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767441, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M343.9 213.4L245.3 312l65.4 65.4c7.9 7.9 11.1 19.4 8.4 30.3s-10.8 19.6-21.5 22.9l-256 80c-11.4 3.5-23.8 .5-32.2-7.9S-2.1 481.8 1.5 470.5l80-256c3.3-10.7 12-18.9 22.9-21.5s22.4 .5 30.3 8.4L200 266.7l98.6-98.6c-14.3-14.6-14.2-38 .3-52.5l95.4-95.4c26.9-26.9 70.5-26.9 97.5 0s26.9 70.5 0 97.5l-95.4 95.4c-14.5 14.5-37.9 14.6-52.5 .3z" + } + }, + "free": [ + "solid" + ] + }, + "trowel-bricks": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "build", + "construction", + "reconstruction", + "tool" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e58a", + "label": "Trowel Bricks", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767444, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M240.8 4.8C250.3 10.6 256 20.9 256 32v72h89c3.6-13.8 16.1-24 31-24h88c26.5 0 48 21.5 48 48s-21.5 48-48 48H376c-14.9 0-27.4-10.2-31-24H256v72c0 11.1-5.7 21.4-15.2 27.2s-21.2 6.4-31.1 1.4l-192-96C6.8 151.2 0 140.1 0 128s6.8-23.2 17.7-28.6l192-96c9.9-5 21.7-4.4 31.1 1.4zM288 256c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32V256zM32 384h96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32zm192 0H480c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "truck": { + "aliases": { + "unicodes": { + "composite": [ + "1f69a", + "26df" + ], + "secondary": [ + "10f0d1" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Black Truck", + "cargo", + "delivery", + "delivery truck", + "shipping", + "truck", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0d1", + "label": "Truck", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 0C21.5 0 0 21.5 0 48V368c0 26.5 21.5 48 48 48H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H48zM416 160h50.7L544 237.3V256H416V160zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" + } + }, + "free": [ + "solid" + ] + }, + "truck-arrow-right": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "access", + "fast", + "shipping", + "transport" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e58b", + "label": "Truck Arrow Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM257 95c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39H96c-13.3 0-24 10.7-24 24s10.7 24 24 24H262.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9L257 95z" + } + }, + "free": [ + "solid" + ] + }, + "truck-droplet": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "thirst", + "truck", + "water", + "water supply" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e58c", + "label": "Truck Droplet", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM208 272c39.8 0 72-29.6 72-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2 0C175.4 123 136 179 136 206c0 36.5 32.2 66 72 66z" + } + }, + "free": [ + "solid" + ] + }, + "truck-fast": { + "aliases": { + "names": [ + "shipping-fast" + ], + "unicodes": { + "secondary": [ + "10f48b" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "express", + "fedex", + "mail", + "overnight", + "package", + "ups" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f48b", + "label": "Truck Fast", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M112 0C85.5 0 64 21.5 64 48V96H16c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 272c8.8 0 16 7.2 16 16s-7.2 16-16 16H64 48c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 240c8.8 0 16 7.2 16 16s-7.2 16-16 16H64 16c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 208c8.8 0 16 7.2 16 16s-7.2 16-16 16H64V416c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H112zM544 237.3V256H416V160h50.7L544 237.3zM160 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm272 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z" + } + }, + "free": [ + "solid" + ] + }, + "truck-field": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "supplies", + "truck" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e58d", + "label": "Truck Field", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 96c0-35.3 28.7-64 64-64H320c23.7 0 44.4 12.9 55.4 32h51.8c25.3 0 48.2 14.9 58.5 38l52.8 118.8c.5 1.1 .9 2.1 1.3 3.2H544c35.3 0 64 28.7 64 64v32c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V288c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32V96zM384 224h85.9l-42.7-96H384v96zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + }, + "free": [ + "solid" + ] + }, + "truck-field-un": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "supplies", + "truck", + "united nations" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e58e", + "label": "Truck Field Un", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 32C60.7 32 32 60.7 32 96v32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32v32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288c0-35.3-28.7-64-64-64h-4.2c-.4-1.1-.9-2.1-1.3-3.2L485.7 102c-10.3-23.1-33.2-38-58.5-38H375.4C364.4 44.9 343.7 32 320 32H96zm288 96h43.2l42.7 96H384V128zM112 384a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM253.3 135.1l34.7 52V144c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V144c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM128 144v64c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V144c0-8.8 7.2-16 16-16s16 7.2 16 16z" + } + }, + "free": [ + "solid" + ] + }, + "truck-front": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "shuttle", + "truck", + "van" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e2b7", + "label": "Truck Front", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 80C0 35.8 35.8 0 80 0H432c44.2 0 80 35.8 80 80V368c0 26.2-12.6 49.4-32 64v48c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V432C12.6 417.4 0 394.2 0 368V80zm129.9 72.2L112 224H400l-17.9-71.8C378.5 138 365.7 128 351 128H161c-14.7 0-27.5 10-31 24.2zM128 320a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "truck-medical": { + "aliases": { + "names": [ + "ambulance" + ], + "unicodes": { + "composite": [ + "1f691" + ], + "secondary": [ + "10f0f9" + ] + } + }, + "changes": [ + "3.0.0", + "5.0.0", + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ambulance", + "clinic", + "covid-19", + "emergency", + "emt", + "er", + "help", + "hospital", + "mobile", + "support", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0f9", + "label": "Truck Medical", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM176 80v48l-48 0c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V192h48c8.8 0 16-7.2 16-16V144c0-8.8-7.2-16-16-16H240V80c0-8.8-7.2-16-16-16H192c-8.8 0-16 7.2-16 16z" + } + }, + "free": [ + "solid" + ] + }, + "truck-monster": { + "aliases": { + "unicodes": { + "secondary": [ + "10f63b" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "offroad", + "vehicle", + "wheel" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f63b", + "label": "Truck Monster", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M288 64v64H416L368 64H288zM419.2 25.6L496 128h80c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64H288c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H224V48c0-26.5 21.5-48 48-48h96c20.1 0 39.1 9.5 51.2 25.6zM152 256h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.7 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.3 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.3 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.8 3.7-14.1 6.8-21.7 9C190.1 503.1 180.1 512 168 512H152c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2L63.8 468.9c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9 414.1 32 404.1 32 392V376c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.3-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9c1.7-11.6 11.7-20.6 23.8-20.6zm8 176a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM448.2 276.6c1.7-11.6 11.7-20.6 23.8-20.6h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.8 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.2 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.2 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.9 3.7-14.1 6.8-21.8 9C510.1 503.1 500.1 512 488 512H472c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8C360.9 414.1 352 404.1 352 392V376c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.2-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9zM528 384a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z" + } + }, + "free": [ + "solid" + ] + }, + "truck-moving": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4df" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cargo", + "inventory", + "rental", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4df", + "label": "Truck Moving", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V304v80 16c0 44.2 35.8 80 80 80c26.2 0 49.4-12.6 64-32c14.6 19.4 37.8 32 64 32c44.2 0 80-35.8 80-80c0-5.5-.6-10.8-1.6-16H416h33.6c-1 5.2-1.6 10.5-1.6 16c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H608c17.7 0 32-14.3 32-32V288 272 261.7c0-9.2-3.2-18.2-9-25.3l-58.8-71.8c-10.6-13-26.5-20.5-43.3-20.5H480V96c0-35.3-28.7-64-64-64H64zM585 256H480V192h48.8c2.4 0 4.7 1.1 6.2 2.9L585 256zM528 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM176 400a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM80 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "truck-pickup": { + "aliases": { + "unicodes": { + "composite": [ + "1f6fb" + ], + "secondary": [ + "10f63c" + ] + } + }, + "changes": [ + "5.2.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cargo", + "pick-up", + "pickup", + "pickup truck", + "truck", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f63c", + "label": "Truck Pickup", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767649, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M368.6 96l76.8 96H288V96h80.6zM224 80V192H64c-17.7 0-32 14.3-32 32v64c-17.7 0-32 14.3-32 32s14.3 32 32 32H65.1c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h66.3c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16H608c17.7 0 32-14.3 32-32s-14.3-32-32-32V224c0-17.7-14.3-32-32-32H527.4L418.6 56c-12.1-15.2-30.5-24-50-24H272c-26.5 0-48 21.5-48 48zm0 288a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm288 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0z" + } + }, + "free": [ + "solid" + ] + }, + "truck-plane": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airplane", + "plane", + "transportation", + "truck", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e58f", + "label": "Truck Plane", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767637, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M200 0c-30.6 0-56 54.7-56 86.1V192.5L7.8 274.3C2.9 277.2 0 282.4 0 288v64c0 5.1 2.4 9.8 6.4 12.8s9.3 3.9 14.1 2.5l123.4-37v81.2l-50 40c-3.8 3-6 7.6-6 12.5v32c0 5.1 2.5 10 6.6 13s9.5 3.8 14.4 2.2L200 480.9 290.4 511c-1.6-4.7-2.4-9.8-2.4-15V463.4c-18.2-10.5-30.7-29.7-31.9-51.8l-.1-.1V408 325.5 184l0-1.1 0 0V86.1C256 54.7 231.5 0 200 0zm88 176V400c0 20.9 13.4 38.7 32 45.3V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V448H544v40c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V445.3c18.6-6.6 32-24.4 32-45.3V176c0-26.5-21.5-48-48-48H336c-26.5 0-48 21.5-48 48zm79.8 78.7c3.3-8.7 11.2-14.7 20.5-14.7H539.7c9.2 0 17.2 6 20.5 14.7L576 304H352l15.8-49.3zM568 352a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM336 376a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + }, + "free": [ + "solid" + ] + }, + "truck-ramp-box": { + "aliases": { + "names": [ + "truck-loading" + ], + "unicodes": { + "secondary": [ + "10f4de" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "box", + "cargo", + "delivery", + "inventory", + "moving", + "rental", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4de", + "label": "Truck Ramp Box", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 0V400c0 61.9-50.1 112-112 112c-61 0-110.5-48.7-112-109.3L48.4 502.9c-17.1 4.6-34.6-5.4-39.3-22.5s5.4-34.6 22.5-39.3L352 353.8V64c0-35.3 28.7-64 64-64H640zM576 400a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM23.1 207.7c-4.6-17.1 5.6-34.6 22.6-39.2l46.4-12.4 20.7 77.3c2.3 8.5 11.1 13.6 19.6 11.3l30.9-8.3c8.5-2.3 13.6-11.1 11.3-19.6l-20.7-77.3 46.4-12.4c17.1-4.6 34.6 5.6 39.2 22.6l41.4 154.5c4.6 17.1-5.6 34.6-22.6 39.2L103.7 384.9c-17.1 4.6-34.6-5.6-39.2-22.6L23.1 207.7z" + } + }, + "free": [ + "solid" + ] + }, + "tty": { + "aliases": { + "names": [ + "teletype" + ], + "unicodes": { + "secondary": [ + "10f1e4" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.7.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "communication", + "deaf", + "telephone", + "teletypewriter", + "text" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1e4", + "label": "Tty", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767390, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M38.3 241.3L15.1 200.6c-9.2-16.2-8.4-36.5 4.5-50C61.4 106.8 144.7 48 256 48s194.6 58.8 236.4 102.6c12.9 13.5 13.7 33.8 4.5 50l-23.1 40.7c-7.5 13.2-23.3 19.3-37.8 14.6l-81.1-26.6c-13.1-4.3-22-16.6-22-30.4V144c-49.6-18.1-104-18.1-153.6 0v54.8c0 13.8-8.9 26.1-22 30.4L76.1 255.8c-14.5 4.7-30.3-1.4-37.8-14.6zM32 336c0-8.8 7.2-16 16-16H80c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V336zm0 96c0-8.8 7.2-16 16-16H80c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V432zM144 320h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V336zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H336c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V336zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V432c0-8.8 7.2-16 16-16zM128 432c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V432z" + } + }, + "free": [ + "solid" + ] + }, + "tumblr": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f173", + "label": "Tumblr", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z" + } + }, + "free": [ + "brands" + ] + }, + "turkish-lira-sign": { + "aliases": { + "names": [ + "try", + "turkish-lira" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Turkish Lira Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e2bb", + "label": "Turkish Lira Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766474, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M96 32c17.7 0 32 14.3 32 32V99.3L247.2 65.2c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 165.9v29.4l119.2-34.1c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 261.9V416h63.8c68.2 0 124.4-53.5 127.8-121.6l.4-8c.9-17.7 15.9-31.2 33.6-30.4s31.2 15.9 30.4 33.6l-.4 8C378.5 399.8 294.1 480 191.8 480H96c-17.7 0-32-14.3-32-32V280.1l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 213.6V184.1l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 117.6V64c0-17.7 14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "turn-down": { + "aliases": { + "names": [ + "level-down-alt" + ], + "unicodes": { + "composite": [ + "2935" + ], + "secondary": [ + "10f3be" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "down", + "level-down", + "right arrow curving down" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3be", + "label": "Turn Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M350 334.5c3.8 8.8 2 19-4.6 26l-136 144c-4.5 4.8-10.8 7.5-17.4 7.5s-12.9-2.7-17.4-7.5l-136-144c-6.6-7-8.4-17.2-4.6-26s12.5-14.5 22-14.5h88l0-192c0-17.7-14.3-32-32-32H32C14.3 96 0 81.7 0 64V32C0 14.3 14.3 0 32 0l80 0c70.7 0 128 57.3 128 128l0 192h88c9.6 0 18.2 5.7 22 14.5z" + } + }, + "free": [ + "solid" + ] + }, + "turn-up": { + "aliases": { + "names": [ + "level-up-alt" + ], + "unicodes": { + "composite": [ + "2934" + ], + "secondary": [ + "10f3bf" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "level-up", + "right arrow curving up" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f3bf", + "label": "Turn Up", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M350 177.5c3.8-8.8 2-19-4.6-26l-136-144C204.9 2.7 198.6 0 192 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26s12.5 14.5 22 14.5h88l0 192c0 17.7-14.3 32-32 32H32c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32l80 0c70.7 0 128-57.3 128-128l0-192h88c9.6 0 18.2-5.7 22-14.5z" + } + }, + "free": [ + "solid" + ] + }, + "tv": { + "aliases": { + "names": [ + "television", + "tv-alt" + ], + "unicodes": { + "composite": [ + "f8e5" + ], + "primary": [ + "f8e5" + ], + "secondary": [ + "10f26c", + "10f8e5" + ] + } + }, + "changes": [ + "4.4.0", + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "computer", + "display", + "monitor", + "television" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f26c", + "label": "Tv", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 64V352H576V64H64zM0 64C0 28.7 28.7 0 64 0H576c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM128 448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + } + }, + "free": [ + "solid" + ] + }, + "twitch": { + "changes": [ + "4.2.0", + "5.0.0", + "5.12.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1e8", + "label": "Twitch", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z" + } + }, + "free": [ + "brands" + ] + }, + "twitter": { + "changes": [ + "2.0.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "social network", + "tweet" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f099", + "label": "Twitter", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" + } + }, + "free": [ + "brands" + ] + }, + "typo3": { + "changes": [ + "5.0.1", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f42b", + "label": "Typo3", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9zM301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5z" + } + }, + "free": [ + "brands" + ] + }, + "u": { + "aliases": { + "unicodes": { + "composite": [ + "75" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter U", + "Latin Small Letter U", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "55", + "label": "U", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M32 32c17.7 0 32 14.3 32 32V288c0 70.7 57.3 128 128 128s128-57.3 128-128V64c0-17.7 14.3-32 32-32s32 14.3 32 32V288c0 106-86 192-192 192S0 394 0 288V64C0 46.3 14.3 32 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "uber": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f402", + "label": "Uber", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32zM237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2 69.7 0 128.1 52.8 135.1 122.2 7.5 74.5-46.9 141.1-121.5 148.6z" + } + }, + "free": [ + "brands" + ] + }, + "ubuntu": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [ + "linux", + "operating system", + "os" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f7df", + "label": "Ubuntu", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm52.7 93c8.8-15.2 28.3-20.5 43.5-11.7 15.3 8.8 20.5 28.3 11.7 43.6-8.8 15.2-28.3 20.5-43.5 11.7-15.3-8.9-20.5-28.4-11.7-43.6zM87.4 287.9c-17.6 0-31.9-14.3-31.9-31.9 0-17.6 14.3-31.9 31.9-31.9 17.6 0 31.9 14.3 31.9 31.9 0 17.6-14.3 31.9-31.9 31.9zm28.1 3.1c22.3-17.9 22.4-51.9 0-69.9 8.6-32.8 29.1-60.7 56.5-79.1l23.7 39.6c-51.5 36.3-51.5 112.5 0 148.8L172 370c-27.4-18.3-47.8-46.3-56.5-79zm228.7 131.7c-15.3 8.8-34.7 3.6-43.5-11.7-8.8-15.3-3.6-34.8 11.7-43.6 15.2-8.8 34.7-3.6 43.5 11.7 8.8 15.3 3.6 34.8-11.7 43.6zm.3-69.5c-26.7-10.3-56.1 6.6-60.5 35-5.2 1.4-48.9 14.3-96.7-9.4l22.5-40.3c57 26.5 123.4-11.7 128.9-74.4l46.1.7c-2.3 34.5-17.3 65.5-40.3 88.4zm-5.9-105.3c-5.4-62-71.3-101.2-128.9-74.4l-22.5-40.3c47.9-23.7 91.5-10.8 96.7-9.4 4.4 28.3 33.8 45.3 60.5 35 23.1 22.9 38 53.9 40.2 88.5l-46 .6z" + } + }, + "free": [ + "brands" + ] + }, + "uikit": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f403", + "label": "UIkit", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z" + } + }, + "free": [ + "brands" + ] + }, + "umbraco": { + "changes": [ + "5.11.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f8e8", + "label": "Umbraco", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014472, + "raw": "", + "viewBox": [ + 0, + 0, + 510, + 512 + ], + "width": 510, + "height": 512, + "path": "M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8zm145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a224.81 224.81 0 0 1 0-30.71 418.37 418.37 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a380.62 380.62 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.64 242.64 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a415.71 415.71 0 0 1 3.61 43.88 228.06 228.06 0 0 1-.04 30.73z" + } + }, + "free": [ + "brands" + ] + }, + "umbrella": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0e9" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "protection", + "rain", + "storm", + "wet" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0e9", + "label": "Umbrella", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M288 0c17.7 0 32 14.3 32 32V49.7C451.8 63.4 557.7 161 573.9 285.9c2 15.6-17.3 24.4-27.8 12.7C532.1 283 504.8 272 480 272c-38.7 0-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C359 299.5 326.7 272 288 272s-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C167 299.5 134.7 272 96 272c-24.8 0-52.1 11-66.1 26.7C19.4 310.4 .1 301.5 2.1 285.9C18.3 161 124.2 63.4 256 49.7V32c0-17.7 14.3-32 32-32zm0 304c12.3 0 23.5 4.6 32 12.2V430.6c0 45-36.5 81.4-81.4 81.4c-30.8 0-59-17.4-72.8-45l-2.3-4.7c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l2.3 4.7c3 5.9 9 9.6 15.6 9.6c9.6 0 17.4-7.8 17.4-17.4V316.2c8.5-7.6 19.7-12.2 32-12.2z" + } + }, + "free": [ + "solid" + ] + }, + "umbrella-beach": { + "aliases": { + "unicodes": { + "composite": [ + "1f3d6" + ], + "secondary": [ + "10f5ca" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "beach", + "beach with umbrella", + "protection", + "recreation", + "sand", + "shade", + "summer", + "sun", + "umbrella" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5ca", + "label": "Umbrella Beach", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M346.3 271.8l-60.1-21.9L214 448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H282.1l64.1-176.2zm121.1-.2l-3.3 9.1 67.7 24.6c18.1 6.6 38-4.2 39.6-23.4c6.5-78.5-23.9-155.5-80.8-208.5c2 8 3.2 16.3 3.4 24.8l.2 6c1.8 57-7.3 113.8-26.8 167.4zM462 99.1c-1.1-34.4-22.5-64.8-54.4-77.4c-.9-.4-1.9-.7-2.8-1.1c-33-11.7-69.8-2.4-93.1 23.8l-4 4.5C272.4 88.3 245 134.2 226.8 184l-3.3 9.1L434 269.7l3.3-9.1c18.1-49.8 26.6-102.5 24.9-155.5l-.2-6zM107.2 112.9c-11.1 15.7-2.8 36.8 15.3 43.4l71 25.8 3.3-9.1c19.5-53.6 49.1-103 87.1-145.5l4-4.5c6.2-6.9 13.1-13 20.5-18.2c-79.6 2.5-154.7 42.2-201.2 108z" + } + }, + "free": [ + "solid" + ] + }, + "uncharted": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e084", + "label": "Uncharted Software", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M171.73,232.813A5.381,5.381,0,0,0,176.7,229.5,48.081,48.081,0,0,1,191.6,204.244c1.243-.828,1.657-2.484,1.657-4.141a4.22,4.22,0,0,0-2.071-3.312L74.429,128.473,148.958,85a9.941,9.941,0,0,0,4.968-8.281,9.108,9.108,0,0,0-4.968-8.281L126.6,55.6a9.748,9.748,0,0,0-9.523,0l-100.2,57.966a9.943,9.943,0,0,0-4.969,8.281V236.954a9.109,9.109,0,0,0,4.969,8.281L39.235,258.07a8.829,8.829,0,0,0,4.968,1.242,9.4,9.4,0,0,0,6.625-2.484,10.8,10.8,0,0,0,2.9-7.039V164.5L169.66,232.4A4.5,4.5,0,0,0,171.73,232.813ZM323.272,377.73a12.478,12.478,0,0,0-4.969,1.242l-74.528,43.062V287.882c0-2.9-2.9-5.8-6.211-4.555a53.036,53.036,0,0,1-28.984.414,4.86,4.86,0,0,0-6.21,4.555V421.619l-74.529-43.061a8.83,8.83,0,0,0-4.969-1.242,9.631,9.631,0,0,0-9.523,9.523v26.085a9.107,9.107,0,0,0,4.969,8.281l100.2,57.553A8.829,8.829,0,0,0,223.486,480a11.027,11.027,0,0,0,4.969-1.242l100.2-57.553a9.941,9.941,0,0,0,4.968-8.281V386.839C332.8,382.285,328.24,377.73,323.272,377.73ZM286.007,78a23,23,0,1,0-23-23A23,23,0,0,0,286.007,78Zm63.627-10.086a23,23,0,1,0,23,23A23,23,0,0,0,349.634,67.914ZM412.816,151.6a23,23,0,1,0-23-23A23,23,0,0,0,412.816,151.6Zm-63.182-9.2a23,23,0,1,0,23,23A23,23,0,0,0,349.634,142.4Zm-63.627,83.244a23,23,0,1,0-23-23A23,23,0,0,0,286.007,225.648Zm-62.074,36.358a23,23,0,1,0-23-23A23,23,0,0,0,223.933,262.006Zm188.883-82.358a23,23,0,1,0,23,23A23,23,0,0,0,412.816,179.648Zm0,72.272a23,23,0,1,0,23,23A23,23,0,0,0,412.816,251.92Z" + } + }, + "free": [ + "brands" + ] + }, + "underline": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0cd" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "edit", + "emphasis", + "format", + "text", + "writing" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0cd", + "label": "Underline", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M16 64c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H128V224c0 53 43 96 96 96s96-43 96-96V96H304c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H384V224c0 88.4-71.6 160-160 160s-160-71.6-160-160V96H48C30.3 96 16 81.7 16 64zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z" + } + }, + "free": [ + "solid" + ] + }, + "uniregistry": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f404", + "label": "Uniregistry", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480zm-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4zm20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8zm-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3zm-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3zm12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7zm203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2zm188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8zm53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z" + } + }, + "free": [ + "brands" + ] + }, + "unity": { + "changes": [ + "5.12.0", + "5.14.0", + "6.0.0-beta3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e049", + "label": "Unity 3D", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M243.583 91.6027L323.695 138.384C326.575 140.026 326.68 144.583 323.695 146.225L228.503 201.854C225.623 203.55 222.22 203.444 219.549 201.854L124.357 146.225C121.425 144.636 121.373 139.973 124.357 138.384L204.417 91.6027V0L0 119.417V358.252L78.3843 312.477V218.914C78.3319 215.576 82.2066 213.192 85.0865 214.993L180.279 270.622C183.159 272.318 184.782 275.338 184.782 278.464V389.669C184.834 393.007 180.959 395.391 178.079 393.589L97.9673 346.808L19.583 392.583L224 512L428.417 392.583L350.033 346.808L269.921 393.589C267.093 395.338 263.114 393.06 263.218 389.669V278.464C263.218 275.126 265.051 272.159 267.721 270.622L362.914 214.993C365.741 213.245 369.72 215.47 369.616 218.914V312.477L448 358.252V119.417L243.583 0V91.6027Z" + } + }, + "free": [ + "brands" + ] + }, + "universal-access": { + "aliases": { + "unicodes": { + "secondary": [ + "10f29a" + ] + } + }, + "changes": [ + "4.6.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f29a", + "label": "Universal Access", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3v50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6V235.5c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z" + } + }, + "free": [ + "solid" + ] + }, + "unlock": { + "aliases": { + "unicodes": { + "composite": [ + "1f513" + ], + "secondary": [ + "10f09c" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "lock", + "open", + "password", + "private", + "protect", + "unlock", + "unlocked" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f09c", + "label": "Unlock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M144 144c0-44.2 35.8-80 80-80c31.9 0 59.4 18.6 72.3 45.7c7.6 16 26.7 22.8 42.6 15.2s22.8-26.7 15.2-42.6C331 33.7 281.5 0 224 0C144.5 0 80 64.5 80 144v48H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H144V144z" + } + }, + "free": [ + "solid" + ] + }, + "unlock-keyhole": { + "aliases": { + "names": [ + "unlock-alt" + ], + "unicodes": { + "secondary": [ + "10f13e" + ] + } + }, + "changes": [ + "3.1.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "admin", + "lock", + "password", + "private", + "protect" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f13e", + "label": "Unlock Keyhole", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 64c-44.2 0-80 35.8-80 80v48H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80V144C80 64.5 144.5 0 224 0c57.5 0 107 33.7 130.1 82.3c7.6 16 .8 35.1-15.2 42.6s-35.1 .8-42.6-15.2C283.4 82.6 255.9 64 224 64zm32 320c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h64z" + } + }, + "free": [ + "solid" + ] + }, + "unsplash": { + "changes": [ + "5.13.1", + "5.14.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e07c", + "label": "Unsplash", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z" + } + }, + "free": [ + "brands" + ] + }, + "untappd": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f405", + "label": "Untappd", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1zM230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4zM620 406.7L471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6z" + } + }, + "free": [ + "brands" + ] + }, + "up-down": { + "aliases": { + "names": [ + "arrows-alt-v" + ], + "unicodes": { + "composite": [ + "2195", + "2b0d" + ], + "secondary": [ + "10f338" + ] + } + }, + "changes": [ + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Up Down Black Arrow", + "arrow", + "arrows-v", + "expand", + "portrait", + "resize", + "tall", + "up-down arrow", + "vertical" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f338", + "label": "Up Down", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160H80V352H24c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9s-12.5-14.4-22-14.4H176V160h56c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9l-104-112z" + } + }, + "free": [ + "solid" + ] + }, + "up-down-left-right": { + "aliases": { + "names": [ + "arrows-alt" + ], + "unicodes": { + "secondary": [ + "10f0b2" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrow", + "arrows", + "bigger", + "enlarge", + "expand", + "fullscreen", + "move", + "position", + "reorder", + "resize" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0b2", + "label": "Up Down Left Right", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32v96H128V192c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V288h96v96H192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H288V288h96v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32H288V128h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z" + } + }, + "free": [ + "solid" + ] + }, + "up-long": { + "aliases": { + "names": [ + "long-arrow-alt-up" + ], + "unicodes": { + "secondary": [ + "10f30c" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "long-arrow-up", + "upload" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f30c", + "label": "Up Long", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766329, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M318 177.5c3.8-8.8 2-19-4.6-26l-136-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26S14.4 192 24 192H96l0 288c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32l0-288h72c9.6 0 18.2-5.7 22-14.5z" + } + }, + "free": [ + "solid" + ] + }, + "up-right-and-down-left-from-center": { + "aliases": { + "names": [ + "expand-alt" + ], + "unicodes": { + "secondary": [ + "10f424" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "arrows", + "bigger", + "enlarge", + "fullscreen", + "resize" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f424", + "label": "Up Right And Down Left From Center", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766328, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M344 0H488c13.3 0 24 10.7 24 24V168c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-87 87c-9.4 9.4-24.6 9.4-33.9 0l-32-32c-9.4-9.4-9.4-24.6 0-33.9l87-87L327 41c-6.9-6.9-8.9-17.2-5.2-26.2S334.3 0 344 0zM168 512H24c-13.3 0-24-10.7-24-24V344c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39 87-87c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8z" + } + }, + "free": [ + "solid" + ] + }, + "up-right-from-square": { + "aliases": { + "names": [ + "external-link-alt" + ], + "unicodes": { + "secondary": [ + "10f35d" + ] + } + }, + "changes": [ + "5.0.0", + "5.11.0", + "6.0.0-beta1", + "6.2.0", + "6.2.1", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "external-link", + "new", + "open", + "share" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f35d", + "label": "Up Right From Square", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766330, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V32c0-17.7-14.3-32-32-32H352zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z" + } + }, + "free": [ + "solid" + ] + }, + "upload": { + "aliases": { + "unicodes": { + "secondary": [ + "10f093" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "hard drive", + "import", + "publish" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f093", + "label": "Upload", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767342, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 109.3V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3l-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L288 109.3zM64 352H192c0 35.3 28.7 64 64 64s64-28.7 64-64H448c35.3 0 64 28.7 64 64v32c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V416c0-35.3 28.7-64 64-64zM432 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + }, + "free": [ + "solid" + ] + }, + "ups": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "United Parcel Service", + "package", + "shipping" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f7e0", + "label": "UPS", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z" + } + }, + "free": [ + "brands" + ] + }, + "usb": { + "changes": [ + "4.5.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f287", + "label": "USB", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8 2.8-1.7 6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2z" + } + }, + "free": [ + "brands" + ] + }, + "user": { + "aliases": { + "unicodes": { + "composite": [ + "1f464", + "f2c0" + ], + "secondary": [ + "10f007" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "adult", + "bust", + "bust in silhouette", + "gender-neutral", + "person", + "profile", + "silhouette", + "unspecified gender", + "users-people" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f007", + "label": "User", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z" + }, + "regular": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464H398.7c-8.9-63.3-63.3-112-129-112H178.3c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "user-astronaut": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4fb" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "avatar", + "clothing", + "cosmonaut", + "nasa", + "space", + "suit" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4fb", + "label": "User Astronaut", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M370.7 96.1C346.1 39.5 289.7 0 224 0S101.9 39.5 77.3 96.1C60.9 97.5 48 111.2 48 128v64c0 16.8 12.9 30.5 29.3 31.9C101.9 280.5 158.3 320 224 320s122.1-39.5 146.7-96.1c16.4-1.4 29.3-15.1 29.3-31.9V128c0-16.8-12.9-30.5-29.3-31.9zM336 144v16c0 53-43 96-96 96H208c-53 0-96-43-96-96V144c0-26.5 21.5-48 48-48H288c26.5 0 48 21.5 48 48zM189.3 162.7l-6-21.2c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2-21.2 6c-3.3 .9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6 6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2 21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM112.7 316.5C46.7 342.6 0 407 0 482.3C0 498.7 13.3 512 29.7 512H128V448c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v64l98.3 0c16.4 0 29.7-13.3 29.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9 338.8 265.5 352 224 352s-79.9-13.2-111.3-35.5zM176 448c-8.8 0-16 7.2-16 16v48h32V464c0-8.8-7.2-16-16-16zm96 32a16 16 0 1 0 0-32 16 16 0 1 0 0 32z" + } + }, + "free": [ + "solid" + ] + }, + "user-check": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4fc" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4fc", + "label": "User Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM625 177L497 305c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L591 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" + } + }, + "free": [ + "solid" + ] + }, + "user-clock": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4fd" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4fd", + "label": "User Clock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767619, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304h91.4c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-80c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H512V304c0-8.8-7.2-16-16-16z" + } + }, + "free": [ + "solid" + ] + }, + "user-doctor": { + "aliases": { + "names": [ + "user-md" + ], + "unicodes": { + "secondary": [ + "10f0f0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.3", + "5.0.7", + "5.0.11", + "6.0.0-beta1", + "6.0.0-beta2", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "health", + "job", + "medical", + "nurse", + "occupation", + "physician", + "profile", + "surgeon", + "worker" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0f0", + "label": "User Doctor", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-96 55.2C54 332.9 0 401.3 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7c0-81-54-149.4-128-171.1V362c27.6 7.1 48 32.2 48 62v40c0 8.8-7.2 16-16 16H336c-8.8 0-16-7.2-16-16s7.2-16 16-16V424c0-17.7-14.3-32-32-32s-32 14.3-32 32v24c8.8 0 16 7.2 16 16s-7.2 16-16 16H256c-8.8 0-16-7.2-16-16V424c0-29.8 20.4-54.9 48-62V304.9c-6-.6-12.1-.9-18.3-.9H178.3c-6.2 0-12.3 .3-18.3 .9v65.4c23.1 6.9 40 28.3 40 53.7c0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7V311.2zM144 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + }, + "free": [ + "solid" + ] + }, + "user-gear": { + "aliases": { + "names": [ + "user-cog" + ], + "unicodes": { + "secondary": [ + "10f4fe" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4fe", + "label": "User Gear", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304h91.4c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-16.6 10.6-26.7 31.6-20 53.3c4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7v.9c0 9.2 2.7 18.5 7.9 26.3H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8v30.6c7.9 3.4 15.4 7.7 22.3 12.8l24.9-14.3c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-25 14.4c.4 4 .7 8.1 .7 12.3s-.2 8.2-.7 12.3l25 14.4c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4l-24.9-14.3c-6.9 5.1-14.3 9.4-22.3 12.8l0 30.6c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8V454.8c-8-3.4-15.6-7.7-22.5-12.9l-24.7 14.3c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3 .7-12.4L343.8 325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l24.8 14.3c6.9-5.1 14.5-9.4 22.5-12.9V218.2zm92.1 133.5a48.1 48.1 0 1 0 -96.1 0 48.1 48.1 0 1 0 96.1 0z" + } + }, + "free": [ + "solid" + ] + }, + "user-graduate": { + "aliases": { + "unicodes": { + "secondary": [ + "10f501" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f501", + "label": "User Graduate", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M219.3 .5c3.1-.6 6.3-.6 9.4 0l200 40C439.9 42.7 448 52.6 448 64s-8.1 21.3-19.3 23.5L352 102.9V160c0 70.7-57.3 128-128 128s-128-57.3-128-128V102.9L48 93.3v65.1l15.7 78.4c.9 4.7-.3 9.6-3.3 13.3s-7.6 5.9-12.4 5.9H16c-4.8 0-9.3-2.1-12.4-5.9s-4.3-8.6-3.3-13.3L16 158.4V86.6C6.5 83.3 0 74.3 0 64C0 52.6 8.1 42.7 19.3 40.5l200-40zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6z" + } + }, + "free": [ + "solid" + ] + }, + "user-group": { + "aliases": { + "names": [ + "user-friends" + ], + "unicodes": { + "composite": [ + "1f465" + ], + "secondary": [ + "10f500" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bust", + "busts in silhouette", + "silhouette", + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f500", + "label": "User Group", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM609.3 512H471.4c5.4-9.4 8.6-20.3 8.6-32v-8c0-60.7-27.1-115.2-69.8-151.8c2.4-.1 4.7-.2 7.1-.2h61.4C567.8 320 640 392.2 640 481.3c0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9C372.4 196.5 384 163.6 384 128c0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z" + } + }, + "free": [ + "solid" + ] + }, + "user-injured": { + "aliases": { + "unicodes": { + "secondary": [ + "10f728" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f728", + "label": "User Injured", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767619, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M240 80H342.7c-7.9-19.5-20.4-36.5-36.2-49.9L240 80zm37.7-68.2C261.3 4.2 243.2 0 224 0c-53.7 0-99.7 33.1-118.7 80h81.4l91-68.2zM224 256c70.7 0 128-57.3 128-128c0-5.4-.3-10.8-1-16H97c-.7 5.2-1 10.6-1 16c0 70.7 57.3 128 128 128zM124 312.4c-9.7 3.1-19.1 7-28 11.7V512H243.7L181.5 408.2 124 312.4zm33-7.2L204.3 384H272c44.2 0 80 35.8 80 80c0 18-6 34.6-16 48h82.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3c-7.2 0-14.3 .4-21.3 1.3zM0 482.3C0 498.7 13.3 512 29.7 512H64V345.4C24.9 378.1 0 427.3 0 482.3zM320 464c0-26.5-21.5-48-48-48H223.5l57.1 95.2C303 507.2 320 487.6 320 464z" + } + }, + "free": [ + "solid" + ] + }, + "user-large": { + "aliases": { + "names": [ + "user-alt" + ], + "unicodes": { + "secondary": [ + "10f406" + ] + } + }, + "changes": [ + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f406", + "label": "User Large", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767619, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 288A144 144 0 1 0 256 0a144 144 0 1 0 0 288zm-94.7 32C72.2 320 0 392.2 0 481.3c0 17 13.8 30.7 30.7 30.7H481.3c17 0 30.7-13.8 30.7-30.7C512 392.2 439.8 320 350.7 320H161.3z" + } + }, + "free": [ + "solid" + ] + }, + "user-large-slash": { + "aliases": { + "names": [ + "user-alt-slash" + ], + "unicodes": { + "secondary": [ + "10f4fa" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4fa", + "label": "User Large Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L381.9 274c48.5-23.2 82.1-72.7 82.1-130C464 64.5 399.5 0 320 0C250.4 0 192.4 49.3 178.9 114.9L38.8 5.1zM545.5 512H528L284.3 320h-59C136.2 320 64 392.2 64 481.3c0 17 13.8 30.7 30.7 30.7H545.3l.3 0z" + } + }, + "free": [ + "solid" + ] + }, + "user-lock": { + "aliases": { + "unicodes": { + "secondary": [ + "10f502" + ] + } + }, + "changes": [ + "5.0.11", + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f502", + "label": "User Lock", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H392.6c-5.4-9.4-8.6-20.3-8.6-32V352c0-2.1 .1-4.2 .3-6.3c-31-26-71-41.7-114.6-41.7H178.3zM528 240c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z" + } + }, + "free": [ + "solid" + ] + }, + "user-minus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f503" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "delete", + "negative", + "remove" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f503", + "label": "User Minus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM472 200H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H472c-13.3 0-24-10.7-24-24s10.7-24 24-24z" + } + }, + "free": [ + "solid" + ] + }, + "user-ninja": { + "aliases": { + "unicodes": { + "composite": [ + "1f977" + ], + "secondary": [ + "10f504" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "assassin", + "avatar", + "dangerous", + "deadly", + "fighter", + "hidden", + "ninja", + "sneaky", + "stealth" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f504", + "label": "User Ninja", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 256c-57.2 0-105.6-37.5-122-89.3c-1.1 1.3-2.2 2.6-3.5 3.8c-15.8 15.8-38.8 20.7-53.6 22.1c-8.1 .8-14.6-5.7-13.8-13.8c1.4-14.7 6.3-37.8 22.1-53.6c5.8-5.8 12.6-10.1 19.6-13.4c-7-3.2-13.8-7.6-19.6-13.4C37.4 82.7 32.6 59.7 31.1 44.9c-.8-8.1 5.7-14.6 13.8-13.8c14.7 1.4 37.8 6.3 53.6 22.1c4.8 4.8 8.7 10.4 11.7 16.1C131.4 28.2 174.4 0 224 0c70.7 0 128 57.3 128 128s-57.3 128-128 128zM0 482.3C0 399.5 56.4 330 132.8 309.9c6-1.6 12.2 .9 15.9 5.8l62.5 83.3c6.4 8.5 19.2 8.5 25.6 0l62.5-83.3c3.7-4.9 9.9-7.4 15.9-5.8C391.6 330 448 399.5 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM160 96c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H160z" + } + }, + "free": [ + "solid" + ] + }, + "user-nurse": { + "aliases": { + "unicodes": { + "secondary": [ + "10f82f" + ] + } + }, + "changes": [ + "5.7.0", + "5.12.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covid-19", + "doctor", + "health", + "md", + "medical", + "midwife", + "physician", + "practitioner", + "surgeon", + "worker" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f82f", + "label": "User Nurse", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767619, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M96 128V70.2c0-13.3 8.3-25.3 20.8-30l96-36c7.2-2.7 15.2-2.7 22.5 0l96 36c12.5 4.7 20.8 16.6 20.8 30V128h-.3c.2 2.6 .3 5.3 .3 8v40c0 70.7-57.3 128-128 128s-128-57.3-128-128V136c0-2.7 .1-5.4 .3-8H96zm48 48c0 44.2 35.8 80 80 80s80-35.8 80-80V160H144v16zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6zM208 48V64H192c-4.4 0-8 3.6-8 8V88c0 4.4 3.6 8 8 8h16v16c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8V96h16c4.4 0 8-3.6 8-8V72c0-4.4-3.6-8-8-8H240V48c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8z" + } + }, + "free": [ + "solid" + ] + }, + "user-pen": { + "aliases": { + "names": [ + "user-edit" + ], + "unicodes": { + "secondary": [ + "10f4ff" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4ff", + "label": "User Pen", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H322.8c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7l40.3-40.3c-32.1-31-75.7-50.1-123.9-50.1H178.3zm435.5-68.3c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L576.1 358.7l-71-71L375.9 417z" + } + }, + "free": [ + "solid" + ] + }, + "user-plus": { + "aliases": { + "unicodes": { + "secondary": [ + "10f234" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "avatar", + "positive", + "sign up", + "signup", + "team" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f234", + "label": "User Plus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM504 312V248H440c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V136c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H552v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z" + } + }, + "free": [ + "solid" + ] + }, + "user-secret": { + "aliases": { + "unicodes": { + "composite": [ + "1f575" + ], + "secondary": [ + "10f21b" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "detective", + "sleuth", + "spy", + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f21b", + "label": "User Secret", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 16c-6.7 0-10.8-2.8-15.5-6.1C201.9 5.4 194 0 176 0c-30.5 0-52 43.7-66 89.4C62.7 98.1 32 112.2 32 128c0 14.3 25 27.1 64.6 35.9c-.4 4-.6 8-.6 12.1c0 17 3.3 33.2 9.3 48H45.4C38 224 32 230 32 237.4c0 1.7 .3 3.4 1 5l38.8 96.9C28.2 371.8 0 423.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7c0-58.5-28.2-110.4-71.7-143L415 242.4c.6-1.6 1-3.3 1-5c0-7.4-6-13.4-13.4-13.4H342.7c6-14.8 9.3-31 9.3-48c0-4.1-.2-8.1-.6-12.1C391 155.1 416 142.3 416 128c0-15.8-30.7-29.9-78-38.6C324 43.7 302.5 0 272 0c-18 0-25.9 5.4-32.5 9.9c-4.8 3.3-8.8 6.1-15.5 6.1zm56 208H267.6c-16.5 0-31.1-10.6-36.3-26.2c-2.3-7-12.2-7-14.5 0c-5.2 15.6-19.9 26.2-36.3 26.2H168c-22.1 0-40-17.9-40-40V169.6c28.2 4.1 61 6.4 96 6.4s67.8-2.3 96-6.4V184c0 22.1-17.9 40-40 40zm-88 96l16 32L176 480 128 288l64 32zm128-32L272 480 240 352l16-32 64-32z" + } + }, + "free": [ + "solid" + ] + }, + "user-shield": { + "aliases": { + "unicodes": { + "secondary": [ + "10f505" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "protect", + "safety" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f505", + "label": "User Shield", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c1.8 0 3.5-.2 5.3-.5c-76.3-55.1-99.8-141-103.1-200.2c-16.1-4.8-33.1-7.3-50.7-7.3H178.3zm308.8-78.3l-120 48C358 277.4 352 286.2 352 296c0 63.3 25.9 168.8 134.8 214.2c5.9 2.5 12.6 2.5 18.5 0C614.1 464.8 640 359.3 640 296c0-9.8-6-18.6-15.1-22.3l-120-48c-5.7-2.3-12.1-2.3-17.8 0zM591.4 312c-3.9 50.7-27.2 116.7-95.4 149.7V273.8L591.4 312z" + } + }, + "free": [ + "solid" + ] + }, + "user-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f506" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ban", + "delete", + "remove" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f506", + "label": "User Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L353.3 251.6C407.9 237 448 187.2 448 128C448 57.3 390.7 0 320 0C250.2 0 193.5 55.8 192 125.2L38.8 5.1zM264.3 304.3C170.5 309.4 96 387.2 96 482.3c0 16.4 13.3 29.7 29.7 29.7H514.3c3.9 0 7.6-.7 11-2.1l-261-205.6z" + } + }, + "free": [ + "solid" + ] + }, + "user-tag": { + "aliases": { + "unicodes": { + "secondary": [ + "10f507" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f507", + "label": "User Tag", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c10 0 18.8-4.9 24.2-12.5l-99.2-99.2c-14.9-14.9-23.3-35.1-23.3-56.1v-33c-15.9-4.7-32.8-7.2-50.3-7.2H178.3zM384 224c-17.7 0-32 14.3-32 32v82.7c0 17 6.7 33.3 18.7 45.3L478.1 491.3c18.7 18.7 49.1 18.7 67.9 0l73.4-73.4c18.7-18.7 18.7-49.1 0-67.9L512 242.7c-12-12-28.3-18.7-45.3-18.7H384zm24 80a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + }, + "free": [ + "solid" + ] + }, + "user-tie": { + "aliases": { + "unicodes": { + "secondary": [ + "10f508" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "avatar", + "business", + "clothing", + "formal", + "professional", + "suit" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f508", + "label": "User Tie", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224 256A128 128 0 1 1 224 0a128 128 0 1 1 0 256zM209.1 359.2l-18.6-31c-6.4-10.7 1.3-24.2 13.7-24.2H224h19.7c12.4 0 20.1 13.6 13.7 24.2l-18.6 31 33.4 123.9 36-146.9c2-8.1 9.8-13.4 17.9-11.3c70.1 17.6 121.9 81 121.9 156.4c0 17-13.8 30.7-30.7 30.7H285.5c-2.1 0-4-.4-5.8-1.1l.3 1.1H168l.3-1.1c-1.8 .7-3.8 1.1-5.8 1.1H30.7C13.8 512 0 498.2 0 481.3c0-75.5 51.9-138.9 121.9-156.4c8.1-2 15.9 3.3 17.9 11.3l36 146.9 33.4-123.9z" + } + }, + "free": [ + "solid" + ] + }, + "user-xmark": { + "aliases": { + "names": [ + "user-times" + ], + "unicodes": { + "secondary": [ + "10f235" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "archive", + "delete", + "remove", + "x" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f235", + "label": "User Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM471 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" + } + }, + "free": [ + "solid" + ] + }, + "users": { + "aliases": { + "unicodes": { + "secondary": [ + "10f0c0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.3", + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0c0", + "label": "Users", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192h42.7c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0H21.3C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7h42.7C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3H405.3zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352H378.7C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7H154.7c-14.7 0-26.7-11.9-26.7-26.7z" + } + }, + "free": [ + "solid" + ] + }, + "users-between-lines": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "covered", + "group", + "people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e591", + "label": "Users Between Lines", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 24C0 10.7 10.7 0 24 0H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H24C10.7 48 0 37.3 0 24zM0 488c0-13.3 10.7-24 24-24H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zM83.2 160a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 320c0-35.3 28.7-64 64-64h96c12.2 0 23.7 3.4 33.4 9.4c-37.2 15.1-65.6 47.2-75.8 86.6H64c-17.7 0-32-14.3-32-32zm461.6 32c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5 20.4-8.6 32.1-8.6h96c35.3 0 64 28.7 64 64c0 17.7-14.3 32-32 32H493.6zM391.2 290.4c32.1 7.4 58.1 30.9 68.9 61.6c3.5 10 5.5 20.8 5.5 32c0 17.7-14.3 32-32 32h-224c-17.7 0-32-14.3-32-32c0-11.2 1.9-22 5.5-32c10.5-29.7 35.3-52.8 66.1-60.9c7.8-2.1 16-3.1 24.5-3.1h96c7.4 0 14.7 .8 21.6 2.4zm44-130.4a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM321.6 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + }, + "free": [ + "solid" + ] + }, + "users-gear": { + "aliases": { + "names": [ + "users-cog" + ], + "unicodes": { + "secondary": [ + "10f509" + ] + } + }, + "changes": [ + "5.0.11", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f509", + "label": "Users Gear", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767619, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 160A80 80 0 1 0 144 0a80 80 0 1 0 0 160zm368 0A80 80 0 1 0 512 0a80 80 0 1 0 0 160zM0 298.7C0 310.4 9.6 320 21.3 320H234.7c.2 0 .4 0 .7 0c-26.6-23.5-43.3-57.8-43.3-96c0-7.6 .7-15 1.9-22.3c-13.6-6.3-28.7-9.7-44.6-9.7H106.7C47.8 192 0 239.8 0 298.7zM320 320c24 0 45.9-8.8 62.7-23.3c2.5-3.7 5.2-7.3 8-10.7c2.7-3.3 5.7-6.1 9-8.3C410 262.3 416 243.9 416 224c0-53-43-96-96-96s-96 43-96 96s43 96 96 96zm65.4 60.2c-10.3-5.9-18.1-16.2-20.8-28.2H261.3C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7H455.2c-2.1-5.2-3.2-10.9-3.2-16.4v-3c-1.3-.7-2.7-1.5-4-2.3l-2.6 1.5c-16.8 9.7-40.5 8-54.7-9.7c-4.5-5.6-8.6-11.5-12.4-17.6l-.1-.2-.1-.2-2.4-4.1-.1-.2-.1-.2c-3.4-6.2-6.4-12.6-9-19.3c-8.2-21.2 2.2-42.6 19-52.3l2.7-1.5c0-.8 0-1.5 0-2.3s0-1.5 0-2.3l-2.7-1.5zM533.3 192H490.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 17.4-3.5 33.9-9.7 49c2.5 .9 4.9 2 7.1 3.3l2.6 1.5c1.3-.8 2.6-1.6 4-2.3v-3c0-19.4 13.3-39.1 35.8-42.6c7.9-1.2 16-1.9 24.2-1.9s16.3 .6 24.2 1.9c22.5 3.5 35.8 23.2 35.8 42.6v3c1.3 .7 2.7 1.5 4 2.3l2.6-1.5c16.8-9.7 40.5-8 54.7 9.7c2.3 2.8 4.5 5.8 6.6 8.7c-2.1-57.1-49-102.7-106.6-102.7zm91.3 163.9c6.3-3.6 9.5-11.1 6.8-18c-2.1-5.5-4.6-10.8-7.4-15.9l-2.3-4c-3.1-5.1-6.5-9.9-10.2-14.5c-4.6-5.7-12.7-6.7-19-3L574.4 311c-8.9-7.6-19.1-13.6-30.4-17.6v-21c0-7.3-4.9-13.8-12.1-14.9c-6.5-1-13.1-1.5-19.9-1.5s-13.4 .5-19.9 1.5c-7.2 1.1-12.1 7.6-12.1 14.9v21c-11.2 4-21.5 10-30.4 17.6l-18.2-10.5c-6.3-3.6-14.4-2.6-19 3c-3.7 4.6-7.1 9.5-10.2 14.6l-2.3 3.9c-2.8 5.1-5.3 10.4-7.4 15.9c-2.6 6.8 .5 14.3 6.8 17.9l18.2 10.5c-1 5.7-1.6 11.6-1.6 17.6s.6 11.9 1.6 17.5l-18.2 10.5c-6.3 3.6-9.5 11.1-6.8 17.9c2.1 5.5 4.6 10.7 7.4 15.8l2.4 4.1c3 5.1 6.4 9.9 10.1 14.5c4.6 5.7 12.7 6.7 19 3L449.6 457c8.9 7.6 19.2 13.6 30.4 17.6v21c0 7.3 4.9 13.8 12.1 14.9c6.5 1 13.1 1.5 19.9 1.5s13.4-.5 19.9-1.5c7.2-1.1 12.1-7.6 12.1-14.9v-21c11.2-4 21.5-10 30.4-17.6l18.2 10.5c6.3 3.6 14.4 2.6 19-3c3.7-4.6 7.1-9.4 10.1-14.5l2.4-4.2c2.8-5.1 5.3-10.3 7.4-15.8c2.6-6.8-.5-14.3-6.8-17.9l-18.2-10.5c1-5.7 1.6-11.6 1.6-17.5s-.6-11.9-1.6-17.6l18.2-10.5zM472 384a40 40 0 1 1 80 0 40 40 0 1 1 -80 0z" + } + }, + "free": [ + "solid" + ] + }, + "users-line": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "group", + "need", + "people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e592", + "label": "Users Line", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M211.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM32 256c0 17.7 14.3 32 32 32h85.6c10.1-39.4 38.6-71.5 75.8-86.6c-9.7-6-21.2-9.4-33.4-9.4H96c-35.3 0-64 28.7-64 64zm461.6 32H576c17.7 0 32-14.3 32-32c0-35.3-28.7-64-64-64H448c-11.7 0-22.7 3.1-32.1 8.6c38.1 14.8 67.4 47.3 77.7 87.4zM391.2 226.4c-6.9-1.6-14.2-2.4-21.6-2.4h-96c-8.5 0-16.7 1.1-24.5 3.1c-30.8 8.1-55.6 31.1-66.1 60.9c-3.5 10-5.5 20.8-5.5 32c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32c0-11.2-1.9-22-5.5-32c-10.8-30.7-36.8-54.2-68.9-61.6zM563.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM321.6 192a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + } + }, + "free": [ + "solid" + ] + }, + "users-rays": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "focused", + "group", + "people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e593", + "label": "Users Rays", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M41 7C31.6-2.3 16.4-2.3 7 7S-2.3 31.6 7 41l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L41 7zM599 7L527 79c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM7 505c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 471c-9.4 9.4-9.4 24.6 0 33.9zm592 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM212.1 336c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-.8 .1-1.7 .3-2.5 .5c-24.9 5.1-45.1 23-53.4 46.5zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + }, + "free": [ + "solid" + ] + }, + "users-rectangle": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "focus", + "group", + "people", + "reached" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e594", + "label": "Users Rectangle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H544c53 0 96-43 96-96V96c0-53-43-96-96-96H96zM64 96c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96zm159.8 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3C119.9 256 96 279.9 96 309.3zM461.2 336h56.1c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6zM372 289c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-8.6-24.3-29.9-42.6-55.9-47zM512 176a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128z" + } + }, + "free": [ + "solid" + ] + }, + "users-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e073" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e073", + "label": "Users Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767621, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320H618.7c11.8 0 21.3-9.6 21.3-21.3C640 239.8 592.2 192 533.3 192H490.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 30.2-10.5 58-28 79.9l-25.2-19.7C408.1 267.7 416 246.8 416 224c0-53-43-96-96-96c-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9c0-44.2-35.8-80-80-80C116.3 0 91.9 14.1 77.5 35.5L38.8 5.1zM106.7 192C47.8 192 0 239.8 0 298.7C0 310.4 9.6 320 21.3 320H234.7c.2 0 .4 0 .7 0c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192H106.7zM261.3 352C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7H485.3c10.5 0 19.5-6 23.9-14.8L324.9 352H261.3zM512 160A80 80 0 1 0 512 0a80 80 0 1 0 0 160z" + } + }, + "free": [ + "solid" + ] + }, + "users-viewfinder": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "focus", + "group", + "people", + "targeted" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e595", + "label": "Users Viewfinder", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767620, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M48 48h88c13.3 0 24-10.7 24-24s-10.7-24-24-24H32C14.3 0 0 14.3 0 32V136c0 13.3 10.7 24 24 24s24-10.7 24-24V48zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zm-89.4 0c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80-32a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM504 48h88v88c0 13.3 10.7 24 24 24s24-10.7 24-24V32c0-17.7-14.3-32-32-32H504c-13.3 0-24 10.7-24 24s10.7 24 24 24zM48 464V376c0-13.3-10.7-24-24-24s-24 10.7-24 24V480c0 17.7 14.3 32 32 32H136c13.3 0 24-10.7 24-24s-10.7-24-24-24H48zm456 0c-13.3 0-24 10.7-24 24s10.7 24 24 24H608c17.7 0 32-14.3 32-32V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v88H504z" + } + }, + "free": [ + "solid" + ] + }, + "usps": { + "changes": [ + "5.6.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [ + "american", + "package", + "shipping", + "usa" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f7e1", + "label": "United States Postal Service", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1zm-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5zM94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z" + } + }, + "free": [ + "brands" + ] + }, + "ussunnah": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f407", + "label": "us-Sunnah Foundation", + "voted": false, + "svg": { + "brands": { + "last_modified": 1677678764, + "raw": "", + "viewBox": [ + 0, + 0, + 482, + 512 + ], + "width": 482, + "height": 512, + "path": "M481.9 268.1A240.9 240.9 0 1 1 .1 268a240.9 240.9 0 1 1 481.9 0zM24.5 268a216.5 216.5 0 1 0 432.9 0A216.5 216.5 0 1 0 24.5 268zm385.9 63.3c-12.7 0-21.6-1.9-26.7-5.9c-5.5-4.3-8.2-12.3-8.2-23.8V205.1c0-6.5-5.2-20.2-15.7-41.2c7 0 17-9.1 30-27.2V284.5c0 11 2.4 19.4 7 25.3c3.7 4.7 10.1 8.9 19 12.6c1.2 .4 2.6 .9 4.1 1.4c2.9 .9 6.3 2.1 10.3 3.5c-1.8 2.7-8.3 4-19.9 4zm-219 0c-1.3 2.4-3.6 5.5-6.8 9.4l-18.5 22.5c-1-6.1-4-13-9.3-20.6s-9.7-11.4-13.4-11.4h-8.3H53.6c3.3-5.3 4.9-8.8 4.9-10.8c0-2-.8-5.3-2.4-9.7c-1.5-4.4-2.4-8.5-2.4-12.4c0-7.4 2.1-13.9 6.3-19.3L80 253.4l-7.1-17.7L89 215.9l6.7 16.8 8-10.3c-1.8 6.4-2.6 12.3-2.6 17.7c0 4.2 2.8 13.3 8.3 27.3l16.2 40.7H135h8 .3c2.8 .4 7.7 5 14.6 13.9c1.8 2.4 4.3 5.8 7.7 10.2c1.4 1.9 2.9 3.9 4.6 6.1c1.3-2.3 2-4.6 2-7.1c0-2-1.3-6.6-4-13.4L163 304.1c-4-10.6-6.1-17.7-6.1-21.3c0-6.3 1.9-12.3 5.8-17.9c.5-.6 1-1.3 1.5-1.9c4.4-5.6 8.8-11.1 13.3-16.5c-1.1 4.6-1.7 8.7-1.7 12c0 3.7 1.7 9.9 5.1 18.8l7.9 20.4c1.9 4.7 3 8.2 3.7 10.3h17.6 8.3l-.9-2.6c-1.4-3.9-4-7-7.7-9.3l15.6-20.1 12.3 32h13.4L245 292.2c-1.5-3.9-4-7-7.7-9.3L253 262.8 270.3 308h13.4l-11.4-29.4c-1.5-3.9-4-7-7.7-9.3l15.6-20L302.6 308h10.3 8.3 7.6c1.5 0 3-1.1 4.5-3.1s2.2-4.1 2.2-6.3V205.1c0-6.5-4.5-20.3-13.7-41.2c5.4 0 14.1-9.1 26.2-27.2V300.2c0 7.2 .6 12 1.7 14.6c1.6 3.4 5.3 6.2 11.1 8.2c-3.9 5.6-8.7 8.5-14.5 8.5H321.1h-8.3H210.5h-19zM93.4 287.3c-2.7-6.7-4-11.7-4-15c-.6 1.2-2.4 3.7-5.4 7.6c-1.4 1.9-2.2 3.7-2.2 5.3c0 2.6 .8 5.7 2.2 9.3l5.6 13.9h0c5 0 9 0 11.9-.1l-8.2-20.9zm13.5-72.4c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm-27.6 0c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm87 27.5c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3z" + } + }, + "free": [ + "brands" + ] + }, + "utensils": { + "aliases": { + "names": [ + "cutlery" + ], + "unicodes": { + "composite": [ + "1f374", + "f0f5" + ], + "secondary": [ + "10f2e7" + ] + } + }, + "changes": [ + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "cooking", + "cutlery", + "dining", + "dinner", + "eat", + "food", + "fork", + "fork and knife", + "knife", + "restaurant" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f2e7", + "label": "Utensils", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M416 0C400 0 288 32 288 176V288c0 35.3 28.7 64 64 64h32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352 240 32c0-17.7-14.3-32-32-32zM64 16C64 7.8 57.9 1 49.7 .1S34.2 4.6 32.4 12.5L2.1 148.8C.7 155.1 0 161.5 0 167.9c0 45.9 35.1 83.6 80 87.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V255.6c44.9-4.1 80-41.8 80-87.7c0-6.4-.7-12.8-2.1-19.1L191.6 12.5c-1.8-8-9.3-13.3-17.4-12.4S160 7.8 160 16V150.2c0 5.4-4.4 9.8-9.8 9.8c-5.1 0-9.3-3.9-9.8-9L127.9 14.6C127.2 6.3 120.3 0 112 0s-15.2 6.3-15.9 14.6L83.7 151c-.5 5.1-4.7 9-9.8 9c-5.4 0-9.8-4.4-9.8-9.8V16zm48.3 152l-.3 0-.3 0 .3-.7 .3 .7z" + } + }, + "free": [ + "solid" + ] + }, + "v": { + "aliases": { + "unicodes": { + "composite": [ + "76" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter V", + "Latin Small Letter V", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "56", + "label": "V", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M19.7 34.5c16.3-6.8 35 .9 41.8 17.2L192 364.8 322.5 51.7c6.8-16.3 25.5-24 41.8-17.2s24 25.5 17.2 41.8l-160 384c-5 11.9-16.6 19.7-29.5 19.7s-24.6-7.8-29.5-19.7L2.5 76.3c-6.8-16.3 .9-35 17.2-41.8z" + } + }, + "free": [ + "solid" + ] + }, + "vaadin": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f408", + "label": "Vaadin", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014460, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7h.9zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3z" + } + }, + "free": [ + "brands" + ] + }, + "van-shuttle": { + "aliases": { + "names": [ + "shuttle-van" + ], + "unicodes": { + "composite": [ + "1f690" + ], + "secondary": [ + "10f5b6" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0-beta2", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "airport", + "bus", + "machine", + "minibus", + "public-transportation", + "transportation", + "travel", + "vehicle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5b6", + "label": "Van Shuttle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767650, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M64 104v88h96V96H72c-4.4 0-8 3.6-8 8zm482 88L465.1 96H384v96H546zm-226 0V96H224v96h96zM592 384H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V104C0 64.2 32.2 32 72 32H192 352 465.1c18.9 0 36.8 8.3 49 22.8L625 186.5c9.7 11.5 15 26.1 15 41.2V336c0 26.5-21.5 48-48 48zm-64 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" + } + }, + "free": [ + "solid" + ] + }, + "vault": { + "changes": [ + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bank", + "important", + "lock", + "money", + "safe" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e2c5", + "label": "Vault", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M64 0C28.7 0 0 28.7 0 64V416c0 35.3 28.7 64 64 64H80l16 32h64l16-32H400l16 32h64l16-32h16c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM224 320a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-240a160 160 0 1 1 0 320 160 160 0 1 1 0-320zM480 221.3V336c0 8.8-7.2 16-16 16s-16-7.2-16-16V221.3c-18.6-6.6-32-24.4-32-45.3c0-26.5 21.5-48 48-48s48 21.5 48 48c0 20.9-13.4 38.7-32 45.3z" + } + }, + "free": [ + "solid" + ] + }, + "vector-square": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5cb" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anchors", + "lines", + "object", + "render", + "shape" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5cb", + "label": "Vector Square", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767367, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M368 80h32v32H368V80zM352 32c-17.7 0-32 14.3-32 32H128c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v64c0 17.7 14.3 32 32 32V352c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32H320c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32V160c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H352zM96 160c17.7 0 32-14.3 32-32H320c0 17.7 14.3 32 32 32V352c-17.7 0-32 14.3-32 32H128c0-17.7-14.3-32-32-32V160zM48 400H80v32H48V400zm320 32V400h32v32H368zM48 112V80H80v32H48z" + } + }, + "free": [ + "solid" + ] + }, + "venus": { + "aliases": { + "unicodes": { + "composite": [ + "2640" + ], + "secondary": [ + "10f221" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "female", + "female sign", + "gender", + "woman" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f221", + "label": "Venus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1V384H128c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H224V349.1z" + } + }, + "free": [ + "solid" + ] + }, + "venus-double": { + "aliases": { + "unicodes": { + "composite": [ + "26a2" + ], + "secondary": [ + "10f226" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Doubled Female Sign", + "female", + "gender", + "lesbian" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f226", + "label": "Venus Double", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM368 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H224v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H128c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1C78.1 334.1 16 262.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176zM344 318c14.6-15.6 26.8-33.4 36-53c18.8 14.4 42.4 23 68 23c61.9 0 112-50.1 112-112s-50.1-112-112-112c-25.6 0-49.1 8.6-68 23c-9.3-19.5-21.5-37.4-36-53C373.1 12.6 409.1 0 448 0c97.2 0 176 78.8 176 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H480v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1c-26.6-4.9-51.1-15.7-72-31.1z" + } + }, + "free": [ + "solid" + ] + }, + "venus-mars": { + "aliases": { + "unicodes": { + "composite": [ + "26a4" + ], + "secondary": [ + "10f228" + ] + } + }, + "changes": [ + "4.3.0", + "5.0.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Interlocked Female and Male Sign", + "female", + "gender", + "heterosexual", + "male" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f228", + "label": "Venus Mars", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M176 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM352 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H208v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H112c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1C62.1 334.1 0 262.3 0 176C0 78.8 78.8 0 176 0s176 78.8 176 176zM271.9 360.6c19.3-10.1 36.9-23.1 52.1-38.4c20 18.5 46.7 29.8 76.1 29.8c61.9 0 112-50.1 112-112s-50.1-112-112-112c-7.2 0-14.3 .7-21.1 2c-4.9-21.5-13-41.7-24-60.2C369.3 66 384.4 64 400 64c37 0 71.4 11.4 99.8 31l20.6-20.6L487 41c-6.9-6.9-8.9-17.2-5.2-26.2S494.3 0 504 0H616c13.3 0 24 10.7 24 24V136c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L545 140.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176c-50.5 0-96-21.3-128.1-55.4z" + } + }, + "free": [ + "solid" + ] + }, + "vest": { + "aliases": { + "unicodes": { + "secondary": [ + "10e085" + ] + } + }, + "changes": [ + "5.15.0", + "5.15.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "biker", + "fashion", + "style" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e085", + "label": "Vest", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M207.1 237.4L151.2 69.7C168.6 79.7 192.6 88 224 88s55.4-8.3 72.8-18.3L226.5 280.6c-1.6 4.9-2.5 10-2.5 15.2V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V270.5c0-9.5-2.8-18.7-8.1-26.6l-47.9-71.8c-5.3-7.9-8.1-17.1-8.1-26.6V128 54.3 48c0-26.5-21.5-48-48-48h-4.5c-.2 0-.4 0-.6 0c-.4 0-.8 0-1.2 0C311 0 295.7 9.7 285.7 18.8C276.4 27.2 257.2 40 224 40s-52.4-12.8-61.7-21.2C152.3 9.7 137 0 118.3 0c-.4 0-.8 0-1.2 0c-.2 0-.4 0-.6 0H112C85.5 0 64 21.5 64 48v6.3V128v17.5c0 9.5-2.8 18.7-8.1 26.6L8.1 243.9C2.8 251.8 0 261.1 0 270.5V464c0 26.5 21.5 48 48 48H176c9.9 0 19-3 26.7-8.1C195.9 492.2 192 478.5 192 464V295.8c0-8.6 1.4-17.1 4.1-25.3l11-33.1zM347.3 356.7l48 48c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-48-48c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0zm-294.6 48l48-48c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-48 48c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6z" + } + }, + "free": [ + "solid" + ] + }, + "vest-patches": { + "aliases": { + "unicodes": { + "secondary": [ + "10e086" + ] + } + }, + "changes": [ + "5.15.0", + "5.15.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "biker", + "fashion", + "style" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e086", + "label": "Vest Patches", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M151.2 69.7l55.9 167.7-11 33.1c-2.7 8.2-4.1 16.7-4.1 25.3V464c0 14.5 3.9 28.2 10.7 39.9C195 509 185.9 512 176 512H48c-26.5 0-48-21.5-48-48V270.5c0-9.5 2.8-18.7 8.1-26.6l47.9-71.8c5.3-7.9 8.1-17.1 8.1-26.6V128 54.3 48C64 21.5 85.5 0 112 0h4.5c.2 0 .4 0 .6 0c.4 0 .8 0 1.2 0c18.8 0 34.1 9.7 44.1 18.8C171.6 27.2 190.8 40 224 40s52.4-12.8 61.7-21.2C295.7 9.7 311 0 329.7 0c.4 0 .8 0 1.2 0c.2 0 .4 0 .6 0H336c26.5 0 48 21.5 48 48v6.3V128v17.5c0 9.5 2.8 18.7 8.1 26.6l47.9 71.8c5.3 7.9 8.1 17.1 8.1 26.6V464c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V295.8c0-5.2 .8-10.3 2.5-15.2L296.8 69.7C279.4 79.7 255.4 88 224 88s-55.4-8.3-72.8-18.3zM96 456a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM63.5 255.5c-4.7 4.7-4.7 12.3 0 17L79 288 63.5 303.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L96 305l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L113 288l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L96 271 80.5 255.5c-4.7-4.7-12.3-4.7-17 0zM304 280v8 32c0 8.8 7.2 16 16 16h32 8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24z" + } + }, + "free": [ + "solid" + ] + }, + "viacoin": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f237", + "label": "Viacoin", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z" + } + }, + "free": [ + "brands" + ] + }, + "viadeo": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2a9", + "label": "Viadeo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5zm32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17zM418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6z" + } + }, + "free": [ + "brands" + ] + }, + "vial": { + "aliases": { + "unicodes": { + "composite": [ + "1f9ea" + ], + "secondary": [ + "10f492" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ampule", + "chemist", + "chemistry", + "experiment", + "lab", + "sample", + "science", + "test", + "test tube" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f492", + "label": "Vial", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M342.6 9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L28.1 342.6C10.1 360.6 0 385 0 410.5V416c0 53 43 96 96 96h5.5c25.5 0 49.9-10.1 67.9-28.1L448 205.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32-96-96-32-32zM205.3 256L352 109.3 402.7 160l-96 96H205.3z" + } + }, + "free": [ + "solid" + ] + }, + "vial-circle-check": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ampule", + "chemist", + "chemistry", + "not affected", + "ok", + "okay", + "success", + "test tube", + "tube", + "vaccine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e596", + "label": "Vial Circle Check", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H96h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32V266.8c-20.2 28.6-32 63.5-32 101.2c0 25.2 5.3 49.1 14.8 70.8C189.5 463.7 160.6 480 128 480c-53 0-96-43-96-96V96C14.3 96 0 81.7 0 64zM96 96v96h64V96H96zM224 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L352 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z" + } + }, + "free": [ + "solid" + ] + }, + "vial-virus": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ampule", + "coronavirus", + "covid-19", + "flue", + "infection", + "lab", + "laboratory", + "pandemic", + "test", + "test tube", + "vaccine" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e597", + "label": "Vial Virus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96V384c0 53 43 96 96 96c28.6 0 54.2-12.5 71.8-32.3c.1-14.2 5.6-28.3 16.4-39.1c.2-.2 .1-.6-.2-.6c-30.9 0-56-25.1-56-56s25.1-56 56-56c.3 0 .4-.4 .2-.6c-21.9-21.9-21.9-57.3 0-79.2c2.4-2.4 5-4.6 7.8-6.5V96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160 96 32zM96 192V96h64v96H96zM216 376c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9C444.8 410.8 459.2 376 488 376c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0C410.8 259.2 376 244.8 376 216c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24zm104-88a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm40 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z" + } + }, + "free": [ + "solid" + ] + }, + "vials": { + "aliases": { + "unicodes": { + "secondary": [ + "10f493" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ampule", + "experiment", + "lab", + "sample", + "science", + "test", + "test tube" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f493", + "label": "Vials", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H88h48 56c17.7 0 32 14.3 32 32s-14.3 32-32 32V400c0 44.2-35.8 80-80 80s-80-35.8-80-80V96C14.3 96 0 81.7 0 64zM136 96H88V256h48V96zM288 64c0-17.7 14.3-32 32-32h56 48 56c17.7 0 32 14.3 32 32s-14.3 32-32 32V400c0 44.2-35.8 80-80 80s-80-35.8-80-80V96c-17.7 0-32-14.3-32-32zM424 96H376V256h48V96z" + } + }, + "free": [ + "solid" + ] + }, + "viber": { + "changes": [ + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f409", + "label": "Viber", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014468, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z" + } + }, + "free": [ + "brands" + ] + }, + "video": { + "aliases": { + "names": [ + "video-camera" + ], + "unicodes": { + "secondary": [ + "10f03d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "camera", + "film", + "movie", + "record", + "video-camera" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f03d", + "label": "Video", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM559.1 99.8c10.4 5.6 16.9 16.4 16.9 28.2V384c0 11.8-6.5 22.6-16.9 28.2s-23 5-32.9-1.6l-96-64L416 337.1V320 192 174.9l14.2-9.5 96-64c9.8-6.5 22.4-7.2 32.9-1.6z" + } + }, + "free": [ + "solid" + ] + }, + "video-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10f4e2" + ] + } + }, + "changes": [ + "5.0.9", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "add", + "create", + "film", + "new", + "positive", + "record", + "video" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4e2", + "label": "Video Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767341, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.4-67.7 13.8 9.2c9.8 6.5 22.4 7.2 32.9 1.6s16.9-16.4 16.9-28.2V128c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.9 1.6l-96 64L448 174.9V192 320v5.8l-32-25.1V128c0-35.3-28.7-64-64-64H113.9L38.8 5.1zM407 416.7L32.3 121.5c-.2 2.1-.3 4.3-.3 6.5V384c0 35.3 28.7 64 64 64H352c23.4 0 43.9-12.6 55-31.3z" + } + }, + "free": [ + "solid" + ] + }, + "vihara": { + "aliases": { + "unicodes": { + "secondary": [ + "10f6a7" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "buddhism", + "buddhist", + "building", + "monastery" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6a7", + "label": "Vihara", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M281 22L305.8 4.7c1.3-.9 2.7-1.8 4.1-2.4C313.1 .7 316.6 0 320 0s6.9 .7 10.1 2.2c1.4 .7 2.8 1.5 4.1 2.4L359 22C393 45.8 430.8 63.5 470.8 74.4l23 6.3c1.8 .5 3.6 1.1 5.2 2c3.2 1.7 5.9 4 8.1 6.8c3.8 4.9 5.6 11.3 4.7 17.8c-.4 2.8-1.2 5.4-2.5 7.8c-1.7 3.2-4 5.9-6.8 8.1c-4.3 3.2-9.6 5.1-15.1 4.9H480v56.1l6.4 5.1 5.2 4.1c21.1 16.7 45 29.6 70.5 38.1l28.9 9.6c1.6 .5 3.2 1.2 4.6 2c3.1 1.7 5.8 4.1 7.8 6.9s3.5 6.1 4.1 9.6c.5 2.7 .6 5.5 .1 8.3s-1.4 5.4-2.7 7.8c-1.7 3.1-4.1 5.8-6.9 7.8s-6.1 3.5-9.6 4.1c-1.6 .3-3.3 .4-5 .4H544v65.9c20.5 22.8 47.4 39.2 77.4 46.7C632 403 640 412.6 640 424c0 13.3-10.7 24-24 24H576v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H352v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H24c-13.3 0-24-10.7-24-24c0-11.4 8-21 18.6-23.4c30-7.6 56.9-23.9 77.4-46.7V288H56.6c-1.7 0-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6 .1-8.3c.7-3.5 2.1-6.8 4.1-9.6s4.7-5.2 7.8-6.9c1.4-.8 3-1.5 4.6-2l28.9-9.6c25.5-8.5 49.4-21.4 70.5-38.1l5.2-4.1 6.4-5.1V176 128h-7.5c-5.5 .1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5 .9-12.8 4.7-17.8c2.1-2.8 4.8-5.1 8.1-6.8c1.6-.8 3.4-1.5 5.2-2l23-6.3C209.2 63.5 247 45.8 281 22zM416 128H320 224v64h72 48 72V128zM160 288v64H296h24 24H480V288H344 320h0H296 160z" + } + }, + "free": [ + "solid" + ] + }, + "vimeo": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f40a", + "label": "Vimeo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014466, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z" + } + }, + "free": [ + "brands" + ] + }, + "vimeo-v": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "vimeo" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f27d", + "label": "Vimeo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z" + } + }, + "free": [ + "brands" + ] + }, + "vine": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1ca", + "label": "Vine", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9z" + } + }, + "free": [ + "brands" + ] + }, + "virus": { + "aliases": { + "unicodes": { + "secondary": [ + "10e074" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bug", + "coronavirus", + "covid-19", + "flu", + "health", + "infection", + "pandemic", + "sick", + "vaccine", + "viral" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e074", + "label": "Virus", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43.5c0 49.9-60.3 74.9-95.6 39.6L120.2 75C107.7 62.5 87.5 62.5 75 75s-12.5 32.8 0 45.3l8.2 8.2C118.4 163.7 93.4 224 43.5 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H43.5c49.9 0 74.9 60.3 39.6 95.6L75 391.8c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V468.5c0-49.9 60.3-74.9 95.6-39.6l8.2 8.2c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-8.2-8.2c-35.3-35.3-10.3-95.6 39.6-95.6H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H468.5c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C348.3 118.4 288 93.4 288 43.5V32zM176 224a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "solid" + ] + }, + "virus-covid": { + "changes": [ + "6.0.0", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bug", + "covid-19", + "flu", + "health", + "infection", + "pandemic", + "vaccine", + "viral", + "virus" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4a8", + "label": "Virus Covid", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 24c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24s-10.7 24-24 24H280V81.6c30.7 4.2 58.8 16.3 82.3 34.1L386.1 92 374.8 80.6c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.6 56.6c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L420 125.9l-23.8 23.8c17.9 23.5 29.9 51.7 34.1 82.3H464V216c0-13.3 10.7-24 24-24s24 10.7 24 24v80c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H430.4c-4.2 30.7-16.3 58.8-34.1 82.3L420 386.1l11.3-11.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-56.6 56.6c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L386.1 420l-23.8-23.8c-23.5 17.9-51.7 29.9-82.3 34.1V464h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h16V430.4c-30.7-4.2-58.8-16.3-82.3-34.1L125.9 420l11.3 11.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L46.7 408.7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L92 386.1l23.8-23.8C97.9 338.8 85.8 310.7 81.6 280H48v16c0 13.3-10.7 24-24 24s-24-10.7-24-24V216c0-13.3 10.7-24 24-24s24 10.7 24 24v16H81.6c4.2-30.7 16.3-58.8 34.1-82.3L92 125.9 80.6 137.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l56.6-56.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L125.9 92l23.8 23.8c23.5-17.9 51.7-29.9 82.3-34.1V48H216c-13.3 0-24-10.7-24-24zm48 200a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm64 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z" + } + }, + "free": [ + "solid" + ] + }, + "virus-covid-slash": { + "changes": [ + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bug", + "covid-19", + "flu", + "health", + "infection", + "pandemic", + "vaccine", + "viral", + "virus" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e4a9", + "label": "Virus Covid Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c11.4-19.5 19.1-41.4 22.3-64.7H528v16c0 13.3 10.7 24 24 24s24-10.7 24-24V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v16H494.4c-4.2-30.7-16.3-58.8-34.1-82.3L484 125.9l11.3 11.3c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L472.7 46.7c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L450.1 92l-23.8 23.8C402.8 97.9 374.7 85.8 344 81.6V48h16c13.3 0 24-10.7 24-24s-10.7-24-24-24H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h16V81.6c-30.7 4.2-58.8 16.3-82.3 34.1L189.9 92l11.3-11.3c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L134.1 79.8 38.8 5.1zM149.2 213.5c-1.5 6-2.7 12.2-3.5 18.5H112V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24V280h33.6c4.2 30.7 16.3 58.8 34.1 82.3L156 386.1l-11.3-11.3c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l56.6 56.6c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L189.9 420l23.8-23.8c23.5 17.9 51.7 29.9 82.3 34.1V464H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4c20.4-2.8 39.7-9.1 57.3-18.2L149.2 213.5z" + } + }, + "free": [ + "solid" + ] + }, + "virus-slash": { + "aliases": { + "unicodes": { + "secondary": [ + "10e075" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bug", + "coronavirus", + "covid-19", + "cure", + "eliminate", + "flu", + "health", + "infection", + "pandemic", + "sick", + "vaccine", + "viral" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e075", + "label": "Virus Slash", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-154.3-121c-2-30.1 20.8-60.1 56-60.1H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H532.5c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C412.3 118.4 352 93.4 352 43.5V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43.5c0 49.9-60.3 74.9-95.6 39.6L184.2 75c-12.5-12.5-32.8-12.5-45.3 0c-1.6 1.6-3.1 3.4-4.3 5.3L38.8 5.1zm225.8 177c6.9-3.9 14.9-6.1 23.4-6.1c26.5 0 48 21.5 48 48c0 4.4-.6 8.7-1.7 12.7l-69.7-54.6zM402 412.7L144.7 210c-9.5 8.5-22.2 14-37.2 14H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h11.5c49.9 0 74.9 60.3 39.6 95.6l-8.2 8.2c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V468.5c0-31.2 23.6-52.7 50-55.7z" + } + }, + "free": [ + "solid" + ] + }, + "viruses": { + "aliases": { + "unicodes": { + "secondary": [ + "10e076" + ] + } + }, + "changes": [ + "5.13.0", + "5.14.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "bugs", + "coronavirus", + "covid-19", + "flu", + "health", + "infection", + "multiply", + "pandemic", + "sick", + "spread", + "vaccine", + "viral" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e076", + "label": "Viruses", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766750, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M192 0c13.3 0 24 10.7 24 24V37.5c0 35.6 43.1 53.5 68.3 28.3l9.5-9.5c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-9.5 9.5C293 124.9 310.9 168 346.5 168H360c13.3 0 24 10.7 24 24s-10.7 24-24 24H346.5c-35.6 0-53.5 43.1-28.3 68.3l9.5 9.5c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-9.5-9.5C259.1 293 216 310.9 216 346.5V360c0 13.3-10.7 24-24 24s-24-10.7-24-24V346.5c0-35.6-43.1-53.5-68.3-28.3l-9.5 9.5c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l9.5-9.5C91 259.1 73.1 216 37.5 216H24c-13.3 0-24-10.7-24-24s10.7-24 24-24H37.5c35.6 0 53.5-43.1 28.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l9.5 9.5C124.9 91 168 73.1 168 37.5V24c0-13.3 10.7-24 24-24zm48 224a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48-64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm320 80c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C574.5 312.1 591 352 624 352c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C551.9 446.5 512 463 512 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C417.5 423.9 401 384 368 384c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C440.1 289.5 480 273 480 240c0-8.8 7.2-16 16-16s16 7.2 16 16zm0 112a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" + } + }, + "free": [ + "solid" + ] + }, + "vk": { + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f189", + "label": "VK", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z" + } + }, + "free": [ + "brands" + ] + }, + "vnv": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f40b", + "label": "VNV", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352h-35.1zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352h-35.2zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1c-15.9 0-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4h35.1z" + } + }, + "free": [ + "brands" + ] + }, + "voicemail": { + "aliases": { + "unicodes": { + "secondary": [ + "10f897" + ] + } + }, + "changes": [ + "5.9.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "answer", + "inbox", + "message", + "phone" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f897", + "label": "Voicemail", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767389, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M144 320a80 80 0 1 1 0-160 80 80 0 1 1 0 160zm119.8 0c15.3-22.9 24.2-50.4 24.2-80c0-79.5-64.5-144-144-144S0 160.5 0 240s64.5 144 144 144H496c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144c0 29.6 8.9 57.1 24.2 80H263.8zM496 160a80 80 0 1 1 0 160 80 80 0 1 1 0-160z" + } + }, + "free": [ + "solid" + ] + }, + "volcano": { + "aliases": { + "unicodes": { + "composite": [ + "1f30b" + ], + "secondary": [ + "10f770" + ] + } + }, + "changes": [ + "5.5.0", + "5.10.2", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "caldera", + "eruption", + "lava", + "magma", + "mountain", + "smoke", + "volcano" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f770", + "label": "Volcano", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M160 144c-35.3 0-64-28.7-64-64s28.7-64 64-64c15.7 0 30 5.6 41.2 15C212.4 12.4 232.7 0 256 0s43.6 12.4 54.8 31C322 21.6 336.3 16 352 16c35.3 0 64 28.7 64 64s-28.7 64-64 64c-14.7 0-28.3-5-39.1-13.3l-32 48C275.3 187 266 192 256 192s-19.3-5-24.9-13.3l-32-48C188.3 139 174.7 144 160 144zM144 352l48.4-24.2c10.2-5.1 21.6-7.8 33-7.8c19.6 0 38.4 7.8 52.2 21.6l32.5 32.5c6.3 6.3 14.9 9.9 23.8 9.9c11.3 0 21.8-5.6 28-15l9.7-14.6-58.9-66.3c-9.1-10.2-22.2-16.1-35.9-16.1H235.1c-13.7 0-26.8 5.9-35.9 16.1l-59.9 67.4L144 352zm19.4-95.8c18.2-20.5 44.3-32.2 71.8-32.2h41.8c27.4 0 53.5 11.7 71.8 32.2l150.2 169c8.5 9.5 13.2 21.9 13.2 34.7c0 28.8-23.4 52.2-52.2 52.2H52.2C23.4 512 0 488.6 0 459.8c0-12.8 4.7-25.1 13.2-34.7l150.2-169z" + } + }, + "free": [ + "solid" + ] + }, + "volleyball": { + "aliases": { + "names": [ + "volleyball-ball" + ], + "unicodes": { + "composite": [ + "1f3d0" + ], + "secondary": [ + "10f45f" + ] + } + }, + "changes": [ + "5.0.5", + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ball", + "beach", + "game", + "olympics", + "sport", + "volleyball" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f45f", + "label": "Volleyball", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767071, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1c9.2-105.3-31.5-204.2-103.2-272.4C434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4zm-3.9 34.7c-5.8 32-17.6 62-34.2 88.7c-97.5 48.5-217.7 42.6-311.9-24.5c23.7-36.2 55.4-67.7 94.5-91.8c79.9 43.2 170.1 50.8 251.6 27.6zm-236-55.5c-2.5-90.9-41.1-172.7-101.9-231.7C196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9 .1c90.8 60.2 145.7 167.2 134.7 282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9C2.5 297.4 0 277 0 256C0 157.2 56 71.5 138 28.8zm69.6 90.5c19.5 38.6 31 81.9 32.3 127.7C162.5 294.6 110.9 368.9 90.2 451C66 430.4 45.6 405.4 30.4 377.2c6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2c5.6-27 14.8-53.1 27.4-77.7C232.2 454.6 338.1 468.8 433 441c-46 44-108.3 71-177 71z" + } + }, + "free": [ + "solid" + ] + }, + "volume-high": { + "aliases": { + "names": [ + "volume-up" + ], + "unicodes": { + "composite": [ + "1f50a" + ], + "secondary": [ + "10f028" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "higher", + "loud", + "louder", + "music", + "sound", + "speaker", + "speaker high volume" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f028", + "label": "Volume High", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M533.6 32.5C598.5 85.3 640 165.8 640 256s-41.5 170.8-106.4 223.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C557.5 398.2 592 331.2 592 256s-34.5-142.2-88.7-186.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM473.1 107c43.2 35.2 70.9 88.9 70.9 149s-27.7 113.8-70.9 149c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C475.3 341.3 496 301.1 496 256s-20.7-85.3-53.2-111.8c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zm-60.5 74.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3z" + } + }, + "free": [ + "solid" + ] + }, + "volume-low": { + "aliases": { + "names": [ + "volume-down" + ], + "unicodes": { + "composite": [ + "1f508" + ], + "secondary": [ + "10f027" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "lower", + "music", + "quieter", + "soft", + "sound", + "speaker", + "speaker low volume" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f027", + "label": "Volume Low", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM412.6 181.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5z" + } + }, + "free": [ + "solid" + ] + }, + "volume-off": { + "aliases": { + "unicodes": { + "secondary": [ + "10f026" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.3.0", + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "ban", + "music", + "mute", + "quiet", + "silent", + "sound" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f026", + "label": "Volume Off", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M320 64c0-12.6-7.4-24-18.9-29.2s-25-3.1-34.4 5.3L131.8 160H64c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64h67.8L266.7 471.9c9.4 8.4 22.9 10.4 34.4 5.3S320 460.6 320 448V64z" + } + }, + "free": [ + "solid" + ] + }, + "volume-xmark": { + "aliases": { + "names": [ + "volume-mute", + "volume-times" + ], + "unicodes": { + "secondary": [ + "10f6a9" + ] + } + }, + "changes": [ + "5.3.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "audio", + "music", + "quiet", + "sound", + "speaker" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6a9", + "label": "Volume Xmark", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM425 167l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z" + } + }, + "free": [ + "solid" + ] + }, + "vr-cardboard": { + "aliases": { + "unicodes": { + "secondary": [ + "10f729" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "3d", + "augment", + "google", + "reality", + "virtual" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f729", + "label": "Vr Cardboard", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M576 64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H184.4c24.2 0 46.4-13.7 57.2-35.4l32-64c8.8-17.5 26.7-28.6 46.3-28.6s37.5 11.1 46.3 28.6l32 64c10.8 21.7 33 35.4 57.2 35.4H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM96 240a64 64 0 1 1 128 0A64 64 0 1 1 96 240zm384-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" + } + }, + "free": [ + "solid" + ] + }, + "vuejs": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f41f", + "label": "Vue.js", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z" + } + }, + "free": [ + "brands" + ] + }, + "w": { + "aliases": { + "unicodes": { + "composite": [ + "77" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter W", + "Latin Small Letter W", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "57", + "label": "W", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767247, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M20.8 34c16.5-6.2 35 2.2 41.2 18.7l110.2 294L257.3 55c4-13.7 16.5-23 30.7-23s26.7 9.4 30.7 23l85.1 291.7L514 52.8c6.2-16.5 24.6-24.9 41.2-18.7s24.9 24.7 18.7 41.2l-144 384c-4.8 12.9-17.4 21.3-31.2 20.7s-25.7-9.8-29.5-23L288 178.3 206.7 457c-3.9 13.2-15.8 22.5-29.5 23s-26.3-7.8-31.2-20.7L2 75.2C-4.2 58.7 4.2 40.2 20.8 34z" + } + }, + "free": [ + "solid" + ] + }, + "walkie-talkie": { + "aliases": { + "unicodes": { + "secondary": [ + "10f8ef" + ] + } + }, + "changes": [ + "5.11.0", + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "communication", + "copy", + "intercom", + "over", + "portable", + "radio", + "two way radio" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f8ef", + "label": "Walkie Talkie", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766675, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M112 24c0-13.3-10.7-24-24-24S64 10.7 64 24V96H48C21.5 96 0 117.5 0 144V300.1c0 12.7 5.1 24.9 14.1 33.9l3.9 3.9c9 9 14.1 21.2 14.1 33.9V464c0 26.5 21.5 48 48 48H304c26.5 0 48-21.5 48-48V371.9c0-12.7 5.1-24.9 14.1-33.9l3.9-3.9c9-9 14.1-21.2 14.1-33.9V144c0-26.5-21.5-48-48-48H320c0-17.7-14.3-32-32-32s-32 14.3-32 32H224c0-17.7-14.3-32-32-32s-32 14.3-32 32H112V24zm0 136H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "wallet": { + "aliases": { + "unicodes": { + "secondary": [ + "10f555" + ] + } + }, + "changes": [ + "5.0.13", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "billfold", + "cash", + "currency", + "money" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f555", + "label": "Wallet", + "voted": true, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H80c-8.8 0-16-7.2-16-16s7.2-16 16-16H448c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM416 272a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" + } + }, + "free": [ + "solid" + ] + }, + "wand-magic": { + "aliases": { + "names": [ + "magic" + ], + "unicodes": { + "secondary": [ + "10f0d0" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.1.0", + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "autocomplete", + "automatic", + "mage", + "magic", + "spell", + "wand", + "witch", + "wizard" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0d0", + "label": "Wand Magic", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767366, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M14.1 463.3c-18.7-18.7-18.7-49.1 0-67.9L395.4 14.1c18.7-18.7 49.1-18.7 67.9 0l34.6 34.6c18.7 18.7 18.7 49.1 0 67.9L116.5 497.9c-18.7 18.7-49.1 18.7-67.9 0L14.1 463.3zM347.6 187.6l105-105L429.4 59.3l-105 105 23.3 23.3z" + } + }, + "free": [ + "solid" + ] + }, + "wand-magic-sparkles": { + "aliases": { + "names": [ + "magic-wand-sparkles" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.0.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "auto", + "magic", + "magic wand", + "trick", + "witch", + "wizard" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e2ca", + "label": "Wand Magic Sparkles", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767368, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M234.7 42.7L197 56.8c-3 1.1-5 4-5 7.2s2 6.1 5 7.2l37.7 14.1L248.8 123c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2L277.3 42.7 263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5L234.7 42.7zM46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0L529.9 116.5c18.7-18.7 18.7-49.1 0-67.9L495.3 14.1c-18.7-18.7-49.1-18.7-67.9 0L46.1 395.4zM484.6 82.6l-105 105-23.3-23.3 105-105 23.3 23.3zM7.5 117.2C3 118.9 0 123.2 0 128s3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96 106.8 39.5C105.1 35 100.8 32 96 32s-9.1 3-10.8 7.5L64 96 7.5 117.2zm352 256c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2z" + } + }, + "free": [ + "solid" + ] + }, + "wand-sparkles": { + "aliases": { + "unicodes": { + "secondary": [ + "10f72b" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "autocomplete", + "automatic", + "fantasy", + "halloween", + "holiday", + "magic", + "weapon", + "witch", + "wizard" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f72b", + "label": "Wand Sparkles", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M464 6.1c9.5-8.5 24-8.1 33 .9l8 8c9 9 9.4 23.5 .9 33l-85.8 95.9c-2.6 2.9-4.1 6.7-4.1 10.7V176c0 8.8-7.2 16-16 16H384.2c-4.6 0-8.9 1.9-11.9 5.3L100.7 500.9C94.3 508 85.3 512 75.8 512c-8.8 0-17.3-3.5-23.5-9.8L9.7 459.7C3.5 453.4 0 445 0 436.2c0-9.5 4-18.5 11.1-24.8l111.6-99.8c3.4-3 5.3-7.4 5.3-11.9V272c0-8.8 7.2-16 16-16h34.6c3.9 0 7.7-1.5 10.7-4.1L464 6.1zM432 288c3.6 0 6.7 2.4 7.7 5.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8 14.8-51.7c1-3.4 4.1-5.8 7.7-5.8zM87.7 69.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8L87.7 218.2c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8L57.5 166.5 5.8 151.7c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8L72.3 69.8c1-3.4 4.1-5.8 7.7-5.8s6.7 2.4 7.7 5.8zM208 0c3.7 0 6.9 2.5 7.8 6.1l6.8 27.3 27.3 6.8c3.6 .9 6.1 4.1 6.1 7.8s-2.5 6.9-6.1 7.8l-27.3 6.8-6.8 27.3c-.9 3.6-4.1 6.1-7.8 6.1s-6.9-2.5-7.8-6.1l-6.8-27.3-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9 6.1-7.8l27.3-6.8 6.8-27.3c.9-3.6 4.1-6.1 7.8-6.1z" + } + }, + "free": [ + "solid" + ] + }, + "warehouse": { + "aliases": { + "unicodes": { + "secondary": [ + "10f494" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "building", + "capacity", + "garage", + "inventory", + "storage" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f494", + "label": "Warehouse", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766827, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M0 488V171.3c0-26.2 15.9-49.7 40.2-59.4L308.1 4.8c7.6-3.1 16.1-3.1 23.8 0L599.8 111.9c24.3 9.7 40.2 33.3 40.2 59.4V488c0 13.3-10.7 24-24 24H568c-13.3 0-24-10.7-24-24V224c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32V488c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zm488 24l-336 0c-13.3 0-24-10.7-24-24V432H512l0 56c0 13.3-10.7 24-24 24zM128 400V336H512v64H128zm0-96V224H512l0 80H128z" + } + }, + "free": [ + "solid" + ] + }, + "watchman-monitoring": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e087", + "label": "Watchman Monitoring", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM121.69,429.122C70.056,388.972,36.741,326.322,36.741,256a218.519,218.519,0,0,1,9.587-64.122l102.9-17.895-.121,10.967-13.943,2.013s-.144,12.5-.144,19.549a12.778,12.778,0,0,0,4.887,10.349l9.468,7.4Zm105.692-283.27,8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5-5.348-5.477-8.257-7.347-15.46,0,0,0-32.342,30.474-39.529,34.5-7.078,3.964-.144,9.344-.144,9.344l8.481,7.618-.048,4.369L75.982,131.045c39.644-56.938,105.532-94.3,180.018-94.3A218.754,218.754,0,0,1,420.934,111.77l-193.512,37.7Zm34.063,329.269-33.9-250.857,9.467-7.4a12.778,12.778,0,0,0,4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013-.116-10.474,241.711,31.391A218.872,218.872,0,0,1,475.259,256C475.259,375.074,379.831,472.212,261.445,475.121Z" + } + }, + "free": [ + "brands" + ] + }, + "water": { + "aliases": { + "unicodes": { + "secondary": [ + "10f773" + ] + } + }, + "changes": [ + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "lake", + "liquid", + "ocean", + "sea", + "swim", + "wet" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f773", + "label": "Water", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767662, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M269.5 69.9c11.1-7.9 25.9-7.9 37 0C329 85.4 356.5 96 384 96c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 149.7 417 160 384 160c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4C42.8 92.6 61 83.5 75.3 71.6c11.1-9.5 27.3-10.1 39.2-1.7l0 0C136.7 85.2 165.1 96 192 96c27.5 0 55-10.6 77.5-26.1zm37 288C329 373.4 356.5 384 384 384c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 437.7 417 448 384 448c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 373.2 165.1 384 192 384c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0zm0-144C329 229.4 356.5 240 384 240c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 293.7 417 304 384 304c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.5 27.3-10.1 39.2-1.7l0 0C136.7 229.2 165.1 240 192 240c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + }, + "free": [ + "solid" + ] + }, + "water-ladder": { + "aliases": { + "names": [ + "ladder-water", + "swimming-pool" + ], + "unicodes": { + "secondary": [ + "10f5c5" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "ladder", + "recreation", + "swim", + "water" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5c5", + "label": "Water Ladder", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767070, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M128 127.7C128 74.9 170.9 32 223.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7V224H384V127.7C384 74.9 426.9 32 479.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7V361c-1.6 1-3.3 2-4.8 3.1c-18 12.4-40.1 20.3-59.2 20.3h0V288H192v96.5c-19 0-41.2-7.9-59.1-20.3c-1.6-1.1-3.2-2.2-4.9-3.1V127.7zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z" + } + }, + "free": [ + "solid" + ] + }, + "wave-square": { + "aliases": { + "unicodes": { + "secondary": [ + "10f83e" + ] + } + }, + "changes": [ + "5.8.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "frequency", + "pulse", + "signal" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f83e", + "label": "Wave Square", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766677, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M128 64c0-17.7 14.3-32 32-32H320c17.7 0 32 14.3 32 32V416h96V256c0-17.7 14.3-32 32-32H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H512V448c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32V96H192V256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96V64z" + } + }, + "free": [ + "solid" + ] + }, + "waze": { + "changes": [ + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f83f", + "label": "Waze", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z" + } + }, + "free": [ + "brands" + ] + }, + "weebly": { + "changes": [ + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f5cc", + "label": "Weebly", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47zm26.34 114.81l-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24z" + } + }, + "free": [ + "brands" + ] + }, + "weibo": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f18a", + "label": "Weibo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2zm143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116zM347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3zm-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5zm-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34zm32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9z" + } + }, + "free": [ + "brands" + ] + }, + "weight-hanging": { + "aliases": { + "unicodes": { + "secondary": [ + "10f5cd" + ] + } + }, + "changes": [ + "5.1.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "anvil", + "heavy", + "measurement" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5cd", + "label": "Weight Hanging", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M224 96a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm122.5 32c3.5-10 5.5-20.8 5.5-32c0-53-43-96-96-96s-96 43-96 96c0 11.2 1.9 22 5.5 32H120c-22 0-41.2 15-46.6 36.4l-72 288c-3.6 14.3-.4 29.5 8.7 41.2S33.2 512 48 512H464c14.8 0 28.7-6.8 37.8-18.5s12.3-26.8 8.7-41.2l-72-288C433.2 143 414 128 392 128H346.5z" + } + }, + "free": [ + "solid" + ] + }, + "weight-scale": { + "aliases": { + "names": [ + "weight" + ], + "unicodes": { + "secondary": [ + "10f496" + ] + } + }, + "changes": [ + "5.0.7", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "health", + "measurement", + "scale", + "weight" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f496", + "label": "Weight Scale", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M128 176a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zM391.8 64C359.5 24.9 310.7 0 256 0S152.5 24.9 120.2 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H391.8zM296 224c0-10.6-4.1-20.2-10.9-27.4l33.6-78.3c3.5-8.1-.3-17.5-8.4-21s-17.5 .3-21 8.4L255.7 184c-22 .1-39.7 18-39.7 40c0 22.1 17.9 40 40 40s40-17.9 40-40z" + } + }, + "free": [ + "solid" + ] + }, + "weixin": { + "changes": [ + "4.1.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1d7", + "label": "Weixin (WeChat)", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z" + } + }, + "free": [ + "brands" + ] + }, + "whatsapp": { + "changes": [ + "4.3.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f232", + "label": "What's App", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014465, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z" + } + }, + "free": [ + "brands" + ] + }, + "wheat-awn": { + "aliases": { + "names": [ + "wheat-alt" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "agriculture", + "autumn", + "fall", + "farming", + "grain" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e2cd", + "label": "Wheat Awn", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0L486.5 231c6.2-6.2 6.2-16.4 0-22.6L475.2 197c-5.2-5.2-10.6-9.8-16.4-13.9L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3z" + } + }, + "free": [ + "solid" + ] + }, + "wheat-awn-circle-exclamation": { + "changes": [ + "6.1.0", + "6.1.2", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "affected", + "famine", + "food", + "gluten", + "hunger", + "starve", + "straw" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e598", + "label": "Wheat Awn Circle Exclamation", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c22.5 22.5 53.3 31.5 82.4 27c0-1 0-2.1 0-3.1c0-33.1 9.1-64.1 25-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9 12.2 12.2c6 6 12.6 11.1 19.7 15.2c27.5-34 67.3-57.5 112.6-63.8c-4.1-3.8-8.4-7.3-12.9-10.5L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z" + } + }, + "free": [ + "solid" + ] + }, + "wheelchair": { + "aliases": { + "unicodes": { + "secondary": [ + "10f193" + ] + } + }, + "changes": [ + "4.0.0", + "5.0.0", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "users-people" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f193", + "label": "Wheelchair", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767532, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM120.5 247.2c12.4-4.7 18.7-18.5 14-30.9s-18.5-18.7-30.9-14C43.1 225.1 0 283.5 0 352c0 88.4 71.6 160 160 160c61.2 0 114.3-34.3 141.2-84.7c6.2-11.7 1.8-26.2-9.9-32.5s-26.2-1.8-32.5 9.9C240 440 202.8 464 160 464C98.1 464 48 413.9 48 352c0-47.9 30.1-88.8 72.5-104.8zM259.8 176l-1.9-9.7c-4.5-22.3-24-38.3-46.8-38.3c-30.1 0-52.7 27.5-46.8 57l23.1 115.5c6 29.9 32.2 51.4 62.8 51.4h5.1c.4 0 .8 0 1.3 0h94.1c6.7 0 12.6 4.1 15 10.4L402 459.2c6 16.1 23.8 24.6 40.1 19.1l48-16c16.8-5.6 25.8-23.7 20.2-40.5s-23.7-25.8-40.5-20.2l-18.7 6.2-25.5-68c-11.7-31.2-41.6-51.9-74.9-51.9H282.2l-9.6-48H336c17.7 0 32-14.3 32-32s-14.3-32-32-32H259.8z" + } + }, + "free": [ + "solid" + ] + }, + "wheelchair-move": { + "aliases": { + "names": [ + "wheelchair-alt" + ] + }, + "changes": [ + "6.0.0-beta1", + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "access", + "handicap", + "impairment", + "physical", + "wheelchair symbol" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e2ce", + "label": "Wheelchair Move", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767531, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M320 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM204.5 121.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224h97.4c30.3 0 53 27.7 47.1 57.4L415.4 422.3c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288H306.7c8.6 19.6 13.3 41.2 13.3 64c0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2-42.1-19.8zM160 448a96 96 0 1 0 0-192 96 96 0 1 0 0 192z" + } + }, + "free": [ + "solid" + ] + }, + "whiskey-glass": { + "aliases": { + "names": [ + "glass-whiskey" + ], + "unicodes": { + "composite": [ + "1f943" + ], + "secondary": [ + "10f7a0" + ] + } + }, + "changes": [ + "5.6.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "bar", + "beverage", + "bourbon", + "drink", + "glass", + "liquor", + "neat", + "rye", + "scotch", + "shot", + "tumbler", + "tumbler glass", + "whisky" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f7a0", + "label": "Whiskey Glass", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767420, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 32c-9.3 0-18.1 4-24.2 11.1S-1 59.4 .3 68.6l50 342.9c5.7 39.3 39.4 68.5 79.2 68.5h253c39.7 0 73.4-29.1 79.2-68.5l50-342.9c1.3-9.2-1.4-18.5-7.5-25.5S489.3 32 480 32H32zM87.7 224L69 96H443L424.3 224H87.7z" + } + }, + "free": [ + "solid" + ] + }, + "whmcs": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f40d", + "label": "WHMCS", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014481, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1 29.1-7zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8zm72.3 16.4l46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5-6.8-21.2z" + } + }, + "free": [ + "brands" + ] + }, + "wifi": { + "aliases": { + "names": [ + "wifi-3", + "wifi-strong" + ], + "unicodes": { + "secondary": [ + "10f1eb" + ] + } + }, + "changes": [ + "4.2.0", + "5.0.0", + "5.3.0", + "5.10.1", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "connection", + "hotspot", + "internet", + "network", + "wireless" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f1eb", + "label": "Wifi", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766676, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M54.2 202.9C123.2 136.7 216.8 96 320 96s196.8 40.7 265.8 106.9c12.8 12.2 33 11.8 45.2-.9s11.8-33-.9-45.2C549.7 79.5 440.4 32 320 32S90.3 79.5 9.8 156.7C-2.9 169-3.3 189.2 8.9 202s32.5 13.2 45.2 .9zM320 256c56.8 0 108.6 21.1 148.2 56c13.3 11.7 33.5 10.4 45.2-2.8s10.4-33.5-2.8-45.2C459.8 219.2 393 192 320 192s-139.8 27.2-190.5 72c-13.3 11.7-14.5 31.9-2.8 45.2s31.9 14.5 45.2 2.8c39.5-34.9 91.3-56 148.2-56zm64 160a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z" + } + }, + "free": [ + "solid" + ] + }, + "wikipedia-w": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f266", + "label": "Wikipedia W", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M640 51.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1.2.5z" + } + }, + "free": [ + "brands" + ] + }, + "wind": { + "aliases": { + "unicodes": { + "secondary": [ + "10f72e" + ] + } + }, + "changes": [ + "5.4.0", + "5.5.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "air", + "blow", + "breeze", + "fall", + "seasonal", + "weather" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f72e", + "label": "Wind", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767661, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M288 32c0 17.7 14.3 32 32 32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c53 0 96-43 96-96s-43-96-96-96H320c-17.7 0-32 14.3-32 32zm64 352c0 17.7 14.3 32 32 32h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-17.7 0-32 14.3-32 32zM128 512h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H160c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z" + } + }, + "free": [ + "solid" + ] + }, + "window-maximize": { + "aliases": { + "unicodes": { + "composite": [ + "1f5d6" + ], + "secondary": [ + "10f2d0" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Maximize", + "browser", + "computer", + "development", + "expand" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2d0", + "label": "Window Maximize", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM96 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32z" + }, + "regular": { + "last_modified": 1684767206, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M.3 89.5C.1 91.6 0 93.8 0 96V224 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64V224 96c0-35.3-28.7-64-64-64H64c-2.2 0-4.4 .1-6.5 .3c-9.2 .9-17.8 3.8-25.5 8.2C21.8 46.5 13.4 55.1 7.7 65.5c-3.9 7.3-6.5 15.4-7.4 24zM48 224H464l0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "window-minimize": { + "aliases": { + "unicodes": { + "composite": [ + "1f5d5" + ], + "secondary": [ + "10f2d1" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "5.10.1", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Minimize", + "browser", + "collapse", + "computer", + "development" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2d1", + "label": "Window Minimize", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z" + }, + "regular": { + "last_modified": 1684767205, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M24 432c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H24z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "window-restore": { + "aliases": { + "unicodes": { + "secondary": [ + "10f2d2" + ] + } + }, + "changes": [ + "4.7.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "browser", + "computer", + "development" + ] + }, + "styles": [ + "solid", + "regular" + ], + "unicode": "f2d2", + "label": "Window Restore", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M432 64H208c-8.8 0-16 7.2-16 16V96H128V80c0-44.2 35.8-80 80-80H432c44.2 0 80 35.8 80 80V304c0 44.2-35.8 80-80 80H416V320h16c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192zm64 32c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H96c-17.7 0-32 14.3-32 32z" + }, + "regular": { + "last_modified": 1684767207, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M432 48H208c-17.7 0-32 14.3-32 32V96H128V80c0-44.2 35.8-80 80-80H432c44.2 0 80 35.8 80 80V304c0 44.2-35.8 80-80 80H416V336h16c17.7 0 32-14.3 32-32V80c0-17.7-14.3-32-32-32zM48 448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V256H48V448zM64 128H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64z" + } + }, + "free": [ + "regular", + "solid" + ] + }, + "windows": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "microsoft", + "operating system", + "os" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f17a", + "label": "Windows", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z" + } + }, + "free": [ + "brands" + ] + }, + "wine-bottle": { + "aliases": { + "unicodes": { + "secondary": [ + "10f72f" + ] + } + }, + "changes": [ + "5.4.0", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "beverage", + "cabernet", + "drink", + "glass", + "grapes", + "merlot", + "sauvignon" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f72f", + "label": "Wine Bottle", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M393.4 9.4c12.5-12.5 32.8-12.5 45.3 0l64 64c12.5 12.5 12.5 32.8 0 45.3c-11.8 11.8-30.7 12.5-43.2 1.9l-9.5 9.5-48.8 48.8c-9.2 9.2-11.5 22.9-8.6 35.6c9.4 40.9-1.9 85.6-33.8 117.5L197.3 493.3c-25 25-65.5 25-90.5 0l-88-88c-25-25-25-65.5 0-90.5L180.2 153.3c31.9-31.9 76.6-43.1 117.5-33.8c12.6 2.9 26.4 .5 35.5-8.6l48.8-48.8 9.5-9.5c-10.6-12.6-10-31.4 1.9-43.2zM99.3 347.3l65.4 65.4c6.2 6.2 16.4 6.2 22.6 0l97.4-97.4c6.2-6.2 6.2-16.4 0-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6 0L99.3 324.7c-6.2 6.2-6.2 16.4 0 22.6z" + } + }, + "free": [ + "solid" + ] + }, + "wine-glass": { + "aliases": { + "unicodes": { + "composite": [ + "1f377" + ], + "secondary": [ + "10f4e3" + ] + } + }, + "changes": [ + "5.0.9", + "5.1.0", + "5.10.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "bar", + "beverage", + "cabernet", + "drink", + "glass", + "grapes", + "merlot", + "sauvignon", + "wine", + "wine glass" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f4e3", + "label": "Wine Glass", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767419, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M32.1 29.3C33.5 12.8 47.4 0 64 0H256c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6V448h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H160 80c-17.7 0-32-14.3-32-32s14.3-32 32-32h48V348.4C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7H231.9l-5.3-64H93.4l-5.3 64z" + } + }, + "free": [ + "solid" + ] + }, + "wine-glass-empty": { + "aliases": { + "names": [ + "wine-glass-alt" + ], + "unicodes": { + "secondary": [ + "10f5ce" + ] + } + }, + "changes": [ + "5.1.0", + "5.10.1", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0", + "6.4.1" + ], + "ligatures": [], + "search": { + "terms": [ + "alcohol", + "beverage", + "cabernet", + "drink", + "grapes", + "merlot", + "sauvignon" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f5ce", + "label": "Wine Glass Empty", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767418, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6V448H80c-17.7 0-32 14.3-32 32s14.3 32 32 32h80 80c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V348.4c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0H64zM81.9 203.1L93.4 64H226.6l11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9z" + } + }, + "free": [ + "solid" + ] + }, + "wirsindhandwerk": { + "aliases": { + "names": [ + "wsh" + ] + }, + "changes": [ + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e2d0", + "label": "wirsindhandwerk", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M50.77161,479.81213h83.36071V367.84741l-83.36071,47.009Zm329.04675,0h82.35022V414.85645l-82.35022-47.009Zm.00568-448V251.568L256.1759,179.1861,134.50378,251.568V31.81213H50.77161V392.60565L256.1759,270.31909,462.16858,392.60565V31.81213Z" + } + }, + "free": [ + "brands" + ] + }, + "wix": { + "changes": [ + "5.1.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f5cf", + "label": "Wix", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014463, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63zm-115.8 35.54l-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27zm115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01v-8.98zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21L556.8 256.52z" + } + }, + "free": [ + "brands" + ] + }, + "wizards-of-the-coast": { + "changes": [ + "5.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Dungeons & Dragons", + "d&d", + "dnd", + "fantasy", + "game", + "gaming", + "tabletop" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f730", + "label": "Wizards of the Coast", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014478, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08zm336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17zM392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46zm-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32zm-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16zm2.09-136.43l9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45-1.83-8.11zm18.59 117.58l-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57zm55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64v.25zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93zm32.21-6.81l-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04zm10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51zm37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25zm5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66zm10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52zm42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91zm-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9zm29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52l-2.36 3.4zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26-1.31 3.91zm27.23-44.26l-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5l-7.85 10.46zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27zM203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36l-2.36-8.64zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02 11.53-37.71zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55zm211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36zm-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39zM491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95v.27z" + } + }, + "free": [ + "brands" + ] + }, + "wodu": { + "changes": [ + "5.15.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "e088", + "label": "Wodu", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M178.414 339.706H141.1L112.166 223.475h-.478L83.228 339.706H45.2L0 168.946H37.548L64.574 285.177h.478L94.707 168.946h35.157l29.178 117.667h.479L187.5 168.946h36.831zM271.4 212.713c38.984 0 64.1 25.828 64.1 65.291 0 39.222-25.111 65.05-64.1 65.05-38.743 0-63.855-25.828-63.855-65.05C207.547 238.541 232.659 212.713 271.4 212.713zm0 104.753c23.2 0 30.133-19.852 30.133-39.462 0-19.852-6.934-39.7-30.133-39.7-27.7 0-29.894 19.85-29.894 39.7C241.508 297.614 248.443 317.466 271.4 317.466zM435.084 323.922h-.478c-7.893 13.392-21.765 19.132-37.548 19.132-37.31 0-55.485-32.045-55.485-66.246 0-33.243 18.415-64.095 54.767-64.095 14.589 0 28.938 6.218 36.831 18.416h.24V168.946h33.96v170.76H435.084zM405.428 238.3c-22.24 0-29.894 19.134-29.894 39.463 0 19.371 8.848 39.7 29.894 39.7 22.482 0 29.178-19.613 29.178-39.94C434.606 257.436 427.432 238.3 405.428 238.3zM592.96 339.706H560.673V322.487h-.718c-8.609 13.87-23.436 20.567-37.786 20.567-36.113 0-45.2-20.328-45.2-50.941V216.061h33.959V285.9c0 20.329 5.979 30.372 21.765 30.372 18.415 0 26.306-10.283 26.306-35.393V216.061H592.96zM602.453 302.876H640v36.83H602.453z" + } + }, + "free": [ + "brands" + ] + }, + "wolf-pack-battalion": { + "changes": [ + "5.0.12", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f514", + "label": "Wolf Pack Battalion", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M267.73 471.53l10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52L181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67zm-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15z" + } + }, + "free": [ + "brands" + ] + }, + "won-sign": { + "aliases": { + "names": [ + "krw", + "won" + ], + "unicodes": { + "composite": [ + "20a9" + ], + "secondary": [ + "10f159" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Won Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f159", + "label": "Won Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766476, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M62.4 53.9C56.8 37.1 38.6 28.1 21.9 33.6S-3.9 57.4 1.6 74.1L51.6 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H72.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288h46L321 455.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H460.4l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224H329L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224h-64L62.4 53.9zm78 234.1H167l-11.4 45.6L140.4 288zM249 224l7-28.1 7 28.1H249zm96 64h26.6l-15.2 45.6L345 288z" + } + }, + "free": [ + "solid" + ] + }, + "wordpress": { + "changes": [ + "4.1.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f19a", + "label": "WordPress Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z" + } + }, + "free": [ + "brands" + ] + }, + "wordpress-simple": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f411", + "label": "Wordpress Simple", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014459, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8zM33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256zm223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6zm30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3-80.7-239.6zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7z" + } + }, + "free": [ + "brands" + ] + }, + "worm": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "dirt", + "garden", + "worm", + "wriggle" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e599", + "label": "Worm", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684768131, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 96c0-53 43-96 96-96h38.4C439.9 0 480 40.1 480 89.6V176v16V376c0 75.1-60.9 136-136 136s-136-60.9-136-136V296c0-22.1-17.9-40-40-40s-40 17.9-40 40V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V296c0-75.1 60.9-136 136-136s136 60.9 136 136v80c0 22.1 17.9 40 40 40s40-17.9 40-40V192H352c-53 0-96-43-96-96zm144-8a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z" + } + }, + "free": [ + "solid" + ] + }, + "wpbeginner": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f297", + "label": "WPBeginner", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374zm-339.647-82.972h41.529v-58.075h-41.529v58.075zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913zm-150.753-86.072h166.058v-58.075H189.579v58.075z" + } + }, + "free": [ + "brands" + ] + }, + "wpexplorer": { + "changes": [ + "4.7.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2de", + "label": "WPExplorer", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256zm-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224zM160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1 37.1-86.9zm110 169.1l46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3-16.5-7.1zm-11.8-116.3l68.6 29.4-29.4 68.3L230 246l29.1-68.6zm80.3 42.9l54.6 23.1-23.4 54.3-54.3-23.1 23.1-54.3z" + } + }, + "free": [ + "brands" + ] + }, + "wpforms": { + "changes": [ + "4.6.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f298", + "label": "WPForms", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014469, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2zm-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8zM150.2 186v37H76.7v-37h73.5zm0 74.4v37.3H76.7v-37.3h73.5zm11.1-147.3l54-43.7H96.8l64.5 43.7zm210 72.9v37h-196v-37h196zm0 74.4v37.3h-196v-37.3h196zm-84.6-147.3l64.5-43.7H232.8l53.9 43.7zM371.3 335v37.3h-99.4V335h99.4z" + } + }, + "free": [ + "brands" + ] + }, + "wpressr": { + "aliases": { + "names": [ + "rendact" + ] + }, + "changes": [ + "5.4.2" + ], + "ligatures": [], + "search": { + "terms": [ + "rendact" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f3e4", + "label": "wpressr", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014476, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z" + } + }, + "free": [ + "brands" + ] + }, + "wrench": { + "aliases": { + "unicodes": { + "composite": [ + "1f527" + ], + "secondary": [ + "10f0ad" + ] + } + }, + "changes": [ + "2.0.0", + "5.0.0", + "5.0.13", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "construction", + "fix", + "mechanic", + "plumbing", + "settings", + "spanner", + "tool", + "update", + "wrench" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f0ad", + "label": "Wrench", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767602, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7H336c-8.8 0-16-7.2-16-16V118.6c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160c0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L297.5 310.5c17 6.2 35.4 9.5 54.5 9.5zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" + } + }, + "free": [ + "solid" + ] + }, + "x": { + "aliases": { + "unicodes": { + "composite": [ + "78" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter X", + "Latin Small Letter X", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "58", + "label": "X", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767244, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z" + } + }, + "free": [ + "solid" + ] + }, + "x-ray": { + "aliases": { + "unicodes": { + "secondary": [ + "10f497" + ] + } + }, + "changes": [ + "5.0.7", + "5.10.2", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "health", + "medical", + "radiological images", + "radiology", + "skeleton" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f497", + "label": "X Ray", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766751, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32V416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V96C14.3 96 0 81.7 0 64zM256 96c-8.8 0-16 7.2-16 16v32H160c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v48H128c-8.8 0-16 7.2-16 16s7.2 16 16 16H240v70.6L189.1 307c-5.2-2-10.6-3-16.2-3h-2.1c-23.6 0-42.8 19.2-42.8 42.8c0 9.6 3.2 18.9 9.1 26.4l18.2 23.2c9.7 12.4 24.6 19.6 40.3 19.6H316.4c15.7 0 30.6-7.2 40.3-19.6l18.2-23.2c5.9-7.5 9.1-16.8 9.1-26.4c0-23.6-19.2-42.8-42.8-42.8H339c-5.5 0-11 1-16.2 3L272 326.6V256H384c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V176h80c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V112c0-8.8-7.2-16-16-16zM208 352a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm80 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z" + } + }, + "free": [ + "solid" + ] + }, + "x-twitter": { + "changes": [ + "6.4.2" + ], + "ligatures": [], + "search": { + "terms": [ + " elon", + " twitter", + " x" + ] + }, + "styles": [ + "brands" + ], + "unicode": "e61b", + "label": "X Twitter", + "voted": false, + "svg": { + "brands": { + "last_modified": 1690904784, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" + } + }, + "free": [ + "brands" + ] + }, + "xbox": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f412", + "label": "Xbox", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014467, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5zM188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4zm311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4zM141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2z" + } + }, + "free": [ + "brands" + ] + }, + "xing": { + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f168", + "label": "Xing", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z" + } + }, + "free": [ + "brands" + ] + }, + "xmark": { + "aliases": { + "names": [ + "close", + "multiply", + "remove", + "times" + ], + "unicodes": { + "composite": [ + "1f5d9", + "2715", + "2716", + "274c", + "d7" + ], + "secondary": [ + "10f00d" + ] + } + }, + "changes": [ + "1.0.0", + "5.0.0", + "5.0.13", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Cancellation X", + "Multiplication Sign", + "Multiplication X", + "cancel", + "close", + "cross", + "cross mark", + "error", + "exit", + "incorrect", + "mark", + "multiplication", + "multiply", + "notice", + "notification", + "notify", + "problem", + "sign", + "wrong", + "x", + "×" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f00d", + "label": "Xmark", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z" + } + }, + "free": [ + "solid" + ] + }, + "xmarks-lines": { + "changes": [ + "6.1.0", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "barricade", + "barrier", + "fence", + "poison", + "roadblock" + ] + }, + "styles": [ + "solid" + ], + "unicode": "e59a", + "label": "Xmarks Lines", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767443, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM7 167c-9.4 9.4-9.4 24.6 0 33.9l55 55L7 311c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55L41 167c-9.4-9.4-24.6-9.4-33.9 0zM265 167c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55zM455 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z" + } + }, + "free": [ + "solid" + ] + }, + "y": { + "aliases": { + "unicodes": { + "composite": [ + "79" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter Y", + "Latin Small Letter Y", + "letter", + "yay", + "yes" + ] + }, + "styles": [ + "solid" + ], + "unicode": "59", + "label": "Y", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767245, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M58 45.4C47.8 31 27.8 27.7 13.4 38S-4.3 68.2 6 82.6L160 298.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V298.3L378 82.6c10.3-14.4 6.9-34.4-7.4-44.6S336.2 31 326 45.4L192 232.9 58 45.4z" + } + }, + "free": [ + "solid" + ] + }, + "y-combinator": { + "changes": [ + "4.4.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f23b", + "label": "Y Combinator", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014473, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z" + } + }, + "free": [ + "brands" + ] + }, + "yahoo": { + "changes": [ + "4.1.0", + "5.0.0", + "5.0.3", + "5.13.1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f19e", + "label": "Yahoo Logo", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014471, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M223.69,141.06,167,284.23,111,141.06H14.93L120.76,390.19,82.19,480h94.17L317.27,141.06Zm105.4,135.79a58.22,58.22,0,1,0,58.22,58.22A58.22,58.22,0,0,0,329.09,276.85ZM394.65,32l-93,223.47H406.44L499.07,32Z" + } + }, + "free": [ + "brands" + ] + }, + "yammer": { + "changes": [ + "5.8.0", + "6.0.0-beta1" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f840", + "label": "Yammer", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M500.676,159.486a12.779,12.779,0,0,0-6.4-8.282,13.954,13.954,0,0,0-10.078-1.125L457.8,156.7l-.043-.2-22.3,5.785-1.243.333-.608-2.17A369.037,369.037,0,0,0,347.538,4.289a14.1,14.1,0,0,0-19.784-.463l-102.9,102.747H24.947A24.9,24.9,0,0,0,0,131.417V380.38a24.963,24.963,0,0,0,24.918,24.9H224.986L328.072,508a13.667,13.667,0,0,0,19.327,0c.126-.126.249-.255.37-.385a368.025,368.025,0,0,0,69.577-107.374,403.45,403.45,0,0,0,17.3-50.8v-.028l20.406,5.336.029-.073L483.345,362a20.253,20.253,0,0,0,2.619.5,13.359,13.359,0,0,0,4.139-.072,13.5,13.5,0,0,0,10.515-9.924,415.855,415.855,0,0,0,.058-193.013ZM337.125,24.65l.013.014h-.013Zm-110.2,165.161L174.311,281.1a11.338,11.338,0,0,0-1.489,5.655v46.189a22.04,22.04,0,0,1-22.041,22h-3.4A22.068,22.068,0,0,1,125.3,332.962V287.294a11.532,11.532,0,0,0-1.388-5.51l-51.6-92.2a21.988,21.988,0,0,1,19.264-32.726h3.268a22.059,22.059,0,0,1,19.611,11.916l36.357,70.281,37.515-70.512a22.066,22.066,0,0,1,38.556-.695,21.7,21.7,0,0,1,0,21.967ZM337.145,24.673a348.147,348.147,0,0,1,75.8,141.335l.564,1.952-114.134,29.6V131.417a25.006,25.006,0,0,0-24.947-24.9H255.067Zm60.5,367.305v-.043l-.014.014a347.19,347.19,0,0,1-60.177,95.227l-82.2-81.893h19.177a24.978,24.978,0,0,0,24.947-24.9v-66.2l114.6,29.862A385.191,385.191,0,0,1,397.648,391.978Zm84-52.45.015.014-50.618-13.131L299.379,292.1V219.572l119.746-30.99,4.468-1.157,39.54-10.253,18.511-4.816A393,393,0,0,1,481.644,339.528Z" + } + }, + "free": [ + "brands" + ] + }, + "yandex": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f413", + "label": "Yandex", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014464, + "raw": "", + "viewBox": [ + 0, + 0, + 256, + 512 + ], + "width": 256, + "height": 512, + "path": "M153.1 315.8L65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8h-45.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4V46.5z" + } + }, + "free": [ + "brands" + ] + }, + "yandex-international": { + "changes": [ + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f414", + "label": "Yandex International", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014462, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512h-51.3z" + } + }, + "free": [ + "brands" + ] + }, + "yarn": { + "changes": [ + "5.6.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f7e3", + "label": "Yarn", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014474, + "raw": "", + "viewBox": [ + 0, + 0, + 496, + 512 + ], + "width": 496, + "height": 512, + "path": "M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z" + } + }, + "free": [ + "brands" + ] + }, + "yelp": { + "changes": [ + "4.2.0", + "5.0.0", + "5.7.0", + "5.8.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f1e9", + "label": "Yelp", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014483, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z" + } + }, + "free": [ + "brands" + ] + }, + "yen-sign": { + "aliases": { + "names": [ + "cny", + "jpy", + "rmb", + "yen" + ], + "unicodes": { + "composite": [ + "a5" + ], + "secondary": [ + "10f157" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0", + "6.0.0-beta1", + "6.0.0-beta3", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Yen Sign", + "currency" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f157", + "label": "Yen Sign", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684766475, + "raw": "", + "viewBox": [ + 0, + 0, + 320, + 512 + ], + "width": 320, + "height": 512, + "path": "M58.6 46.2C48.8 31.5 29 27.6 14.3 37.4S-4.4 67 5.4 81.7L100.2 224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v32H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v64c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V288h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H219.8L314.6 81.7c9.8-14.7 5.8-34.6-8.9-44.4s-34.6-5.8-44.4 8.9L160 198.3 58.6 46.2z" + } + }, + "free": [ + "solid" + ] + }, + "yin-yang": { + "aliases": { + "unicodes": { + "composite": [ + "262f" + ], + "secondary": [ + "10f6ad" + ] + } + }, + "changes": [ + "5.3.0", + "5.10.2", + "5.11.0", + "5.11.1", + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "daoism", + "opposites", + "religion", + "tao", + "taoism", + "taoist", + "yang", + "yin", + "yin yang" + ] + }, + "styles": [ + "solid" + ], + "unicode": "f6ad", + "label": "Yin Yang", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767601, + "raw": "", + "viewBox": [ + 0, + 0, + 512, + 512 + ], + "width": 512, + "height": 512, + "path": "M256 64c53 0 96 43 96 96s-43 96-96 96s-96 43-96 96s43 96 96 96C150 448 64 362 64 256S150 64 256 64zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm32-352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" + } + }, + "free": [ + "solid" + ] + }, + "yoast": { + "changes": [ + "4.6.0", + "5.0.0", + "5.0.3" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f2b1", + "label": "Yoast", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014482, + "raw": "", + "viewBox": [ + 0, + 0, + 448, + 512 + ], + "width": 448, + "height": 512, + "path": "M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z" + } + }, + "free": [ + "brands" + ] + }, + "youtube": { + "aliases": { + "unicodes": { + "composite": [ + "f16a" + ] + } + }, + "changes": [ + "3.2.0", + "5.0.0" + ], + "ligatures": [], + "search": { + "terms": [ + "film", + "video", + "youtube-play", + "youtube-square" + ] + }, + "styles": [ + "brands" + ], + "unicode": "f167", + "label": "YouTube", + "voted": false, + "svg": { + "brands": { + "last_modified": 1660014461, + "raw": "", + "viewBox": [ + 0, + 0, + 576, + 512 + ], + "width": 576, + "height": 512, + "path": "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" + } + }, + "free": [ + "brands" + ] + }, + "z": { + "aliases": { + "unicodes": { + "composite": [ + "7a" + ] + } + }, + "changes": [ + "6.0.0-beta1", + "6.2.0", + "6.3.0", + "6.4.0" + ], + "ligatures": [], + "search": { + "terms": [ + "Latin Capital Letter Z", + "Latin Small Letter Z", + "letter" + ] + }, + "styles": [ + "solid" + ], + "unicode": "5a", + "label": "Z", + "voted": false, + "svg": { + "solid": { + "last_modified": 1684767246, + "raw": "", + "viewBox": [ + 0, + 0, + 384, + 512 + ], + "width": 384, + "height": 512, + "path": "M0 64C0 46.3 14.3 32 32 32H352c12.4 0 23.7 7.2 29 18.4s3.6 24.5-4.4 34.1L100.3 416H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-12.4 0-23.7-7.2-29-18.4s-3.6-24.5 4.4-34.1L283.7 96H32C14.3 96 0 81.7 0 64z" + } + }, + "free": [ + "solid" + ] + }, + "zhihu": { + "changes": [ + "5.2.0" + ], + "ligatures": [], + "search": { + "terms": [] + }, + "styles": [ + "brands" + ], + "unicode": "f63f", + "label": "Zhihu", + "voted": true, + "svg": { + "brands": { + "last_modified": 1660014458, + "raw": "", + "viewBox": [ + 0, + 0, + 640, + 512 + ], + "width": 640, + "height": 512, + "path": "M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13H170.54zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82v170.31zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62v.01zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2l19.23 14.43zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78l.03-.01z" + } + }, + "free": [ + "brands" + ] + } +} \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/metadata/icons.yml b/static/thirdparty/fontawesome6/metadata/icons.yml new file mode 100644 index 0000000..6eb0c75 --- /dev/null +++ b/static/thirdparty/fontawesome6/metadata/icons.yml @@ -0,0 +1,41337 @@ +'0': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: '0' + search: + terms: + - Digit Zero + - nada + - none + - zero + - zilch + styles: + - solid + unicode: '30' + voted: false +'1': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: '1' + search: + terms: + - Digit One + - one + styles: + - solid + unicode: '31' + voted: false +'2': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: '2' + search: + terms: + - Digit Two + - two + styles: + - solid + unicode: '32' + voted: false +'3': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: '3' + search: + terms: + - Digit Three + - three + styles: + - solid + unicode: '33' + voted: false +'4': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: '4' + search: + terms: + - Digit Four + - four + styles: + - solid + unicode: '34' + voted: false +'5': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: '5' + search: + terms: + - Digit Five + - five + styles: + - solid + unicode: '35' + voted: false +'6': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: '6' + search: + terms: + - Digit Six + - six + styles: + - solid + unicode: '36' + voted: false +'7': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: '7' + search: + terms: + - Digit Seven + - seven + styles: + - solid + unicode: '37' + voted: false +'8': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: '8' + search: + terms: + - Digit Eight + - eight + styles: + - solid + unicode: '38' + voted: false +'9': + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: '9' + search: + terms: + - Digit Nine + - nine + styles: + - solid + unicode: '39' + voted: false +42-group: + aliases: + names: + - innosoft + changes: + - 5.15.0 + - 6.0.0-beta2 + label: 42.group + search: + terms: [] + styles: + - brands + unicode: e080 + voted: false +500px: + changes: + - 4.4.0 + - 5.0.0 + label: 500px + search: + terms: [] + styles: + - brands + unicode: f26e + voted: false +a: + aliases: + unicodes: + composite: + - '61' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: A + search: + terms: + - Latin Capital Letter A + - Latin Small Letter A + - letter + styles: + - solid + unicode: '41' + voted: false +accessible-icon: + aliases: + unicodes: + composite: + - f29b + changes: + - 5.0.0 + label: Accessible Icon + search: + terms: + - accessibility + - handicap + - person + - wheelchair + - wheelchair-alt + styles: + - brands + unicode: f368 + voted: false +accusoft: + changes: + - 5.0.0 + label: Accusoft + search: + terms: [] + styles: + - brands + unicode: f369 + voted: false +address-book: + aliases: + names: + - contact-book + unicodes: + composite: + - f2ba + secondary: + - 10f2b9 + changes: + - 4.7.0 + - 5.0.0 + - 5.0.3 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Address Book + search: + terms: + - contact + - directory + - index + - little black book + - rolodex + styles: + - solid + - regular + unicode: f2b9 + voted: false +address-card: + aliases: + names: + - contact-card + - vcard + unicodes: + composite: + - f2bc + secondary: + - 10f2bb + changes: + - 4.7.0 + - 5.0.0 + - 5.0.3 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Address Card + search: + terms: + - about + - contact + - id + - identification + - postcard + - profile + - registration + styles: + - solid + - regular + unicode: f2bb + voted: false +adn: + changes: + - 3.2.0 + - 5.0.0 + label: App.net + search: + terms: [] + styles: + - brands + unicode: f170 + voted: false +adversal: + changes: + - 5.0.0 + label: Adversal + search: + terms: [] + styles: + - brands + unicode: f36a + voted: false +affiliatetheme: + changes: + - 5.0.0 + label: affiliatetheme + search: + terms: [] + styles: + - brands + unicode: f36b + voted: false +airbnb: + changes: + - 5.8.0 + label: Airbnb + search: + terms: [] + styles: + - brands + unicode: f834 + voted: false +algolia: + changes: + - 5.0.0 + - 6.3.0 + label: Algolia + search: + terms: [] + styles: + - brands + unicode: f36c + voted: false +align-center: + aliases: + unicodes: + secondary: + - 10f037 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Align Center + search: + terms: + - format + - middle + - paragraph + - text + styles: + - solid + unicode: f037 + voted: false +align-justify: + aliases: + unicodes: + secondary: + - 10f039 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Align Justify + search: + terms: + - format + - paragraph + - text + styles: + - solid + unicode: f039 + voted: false +align-left: + aliases: + unicodes: + secondary: + - 10f036 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Align Left + search: + terms: + - format + - paragraph + - text + styles: + - solid + unicode: f036 + voted: false +align-right: + aliases: + unicodes: + secondary: + - 10f038 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Align Right + search: + terms: + - format + - paragraph + - text + styles: + - solid + unicode: f038 + voted: false +alipay: + changes: + - 5.3.0 + label: Alipay + search: + terms: [] + styles: + - brands + unicode: f642 + voted: false +amazon: + changes: + - 4.4.0 + - 5.0.0 + label: Amazon + search: + terms: [] + styles: + - brands + unicode: f270 + voted: false +amazon-pay: + changes: + - 5.0.2 + - 5.8.0 + label: Amazon Pay + search: + terms: [] + styles: + - brands + unicode: f42c + voted: false +amilia: + changes: + - 5.0.0 + label: Amilia + search: + terms: [] + styles: + - brands + unicode: f36d + voted: false +anchor: + aliases: + unicodes: + composite: + - '2693' + secondary: + - 10f13d + changes: + - 3.1.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Anchor + search: + terms: + - anchor + - berth + - boat + - dock + - embed + - link + - maritime + - moor + - port + - secure + - ship + - tool + styles: + - solid + unicode: f13d + voted: false +anchor-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Anchor Circle Check + search: + terms: + - marina + - not affected + - ok + - okay + - port + styles: + - solid + unicode: e4aa + voted: false +anchor-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Anchor Circle Exclamation + search: + terms: + - affected + - marina + - port + styles: + - solid + unicode: e4ab + voted: false +anchor-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Anchor Circle Xmark + search: + terms: + - destroy + - marina + - port + styles: + - solid + unicode: e4ac + voted: false +anchor-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Anchor Lock + search: + terms: + - closed + - lockdown + - marina + - port + - quarantine + styles: + - solid + unicode: e4ad + voted: false +android: + changes: + - 3.2.0 + - 5.0.0 + - 5.12.0 + label: Android + search: + terms: + - robot + styles: + - brands + unicode: f17b + voted: false +angellist: + changes: + - 4.2.0 + - 5.0.0 + label: AngelList + search: + terms: [] + styles: + - brands + unicode: f209 + voted: false +angle-down: + aliases: + unicodes: + composite: + - '2304' + secondary: + - 10f107 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Angle Down + search: + terms: + - Down Arrowhead + - arrow + - caret + - download + - expand + styles: + - solid + unicode: f107 + voted: false +angle-left: + aliases: + unicodes: + composite: + - '2039' + secondary: + - 10f104 + changes: + - 3.0.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Angle Left + search: + terms: + - Single Left-Pointing Angle Quotation Mark + - arrow + - back + - caret + - less + - previous + styles: + - solid + unicode: f104 + voted: false +angle-right: + aliases: + unicodes: + composite: + - 203a + secondary: + - 10f105 + changes: + - 3.0.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Angle Right + search: + terms: + - Single Right-Pointing Angle Quotation Mark + - arrow + - care + - forward + - more + - next + styles: + - solid + unicode: f105 + voted: false +angle-up: + aliases: + unicodes: + composite: + - '2303' + secondary: + - 10f106 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Angle Up + search: + terms: + - Up Arrowhead + - arrow + - caret + - collapse + - upload + styles: + - solid + unicode: f106 + voted: false +angles-down: + aliases: + names: + - angle-double-down + unicodes: + secondary: + - 10f103 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Angles Down + search: + terms: + - arrows + - caret + - download + - expand + styles: + - solid + unicode: f103 + voted: false +angles-left: + aliases: + names: + - angle-double-left + unicodes: + composite: + - ab + secondary: + - 10f100 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Angles Left + search: + terms: + - Left-Pointing Double Angle Quotation Mark + - arrows + - back + - caret + - laquo + - previous + - quote + styles: + - solid + unicode: f100 + voted: false +angles-right: + aliases: + names: + - angle-double-right + unicodes: + composite: + - bb + secondary: + - 10f101 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Angles Right + search: + terms: + - Right-Pointing Double Angle Quotation Mark + - arrows + - caret + - forward + - more + - next + - quote + - raquo + styles: + - solid + unicode: f101 + voted: false +angles-up: + aliases: + names: + - angle-double-up + unicodes: + secondary: + - 10f102 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Angles Up + search: + terms: + - arrows + - caret + - collapse + - upload + styles: + - solid + unicode: f102 + voted: false +angrycreative: + changes: + - 5.0.0 + label: Angry Creative + search: + terms: [] + styles: + - brands + unicode: f36e + voted: false +angular: + changes: + - 5.0.0 + - 5.8.0 + label: Angular + search: + terms: [] + styles: + - brands + unicode: f420 + voted: false +ankh: + aliases: + unicodes: + composite: + - '2625' + secondary: + - 10f644 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ankh + search: + terms: + - Ankh + - amulet + - copper + - coptic christianity + - copts + - crux ansata + - egypt + - venus + styles: + - solid + unicode: f644 + voted: false +app-store: + changes: + - 5.0.0 + label: App Store + search: + terms: [] + styles: + - brands + unicode: f36f + voted: false +app-store-ios: + changes: + - 5.0.0 + label: iOS App Store + search: + terms: [] + styles: + - brands + unicode: f370 + voted: false +apper: + changes: + - 5.0.0 + label: Apper Systems AB + search: + terms: [] + styles: + - brands + unicode: f371 + voted: false +apple: + changes: + - 3.2.0 + - 5.0.0 + - 5.0.7 + - 5.8.0 + label: Apple + search: + terms: + - fruit + - ios + - mac + - operating system + - os + - osx + styles: + - brands + unicode: f179 + voted: false +apple-pay: + changes: + - 5.0.0 + label: Apple Pay + search: + terms: [] + styles: + - brands + unicode: f415 + voted: true +apple-whole: + aliases: + names: + - apple-alt + unicodes: + composite: + - 1f34e + - 1f34f + secondary: + - 10f5d1 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Apple Whole + search: + terms: + - apple + - fall + - fruit + - fuji + - green + - green apple + - macintosh + - orchard + - red + - red apple + - seasonal + - vegan + styles: + - solid + unicode: f5d1 + voted: false +archway: + aliases: + unicodes: + secondary: + - 10f557 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Archway + search: + terms: + - arc + - monument + - road + - street + - tunnel + styles: + - solid + unicode: f557 + voted: false +arrow-down: + aliases: + unicodes: + composite: + - '2193' + secondary: + - 10f063 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Down + search: + terms: + - Downwards Arrow + - download + styles: + - solid + unicode: f063 + voted: false +arrow-down-1-9: + aliases: + names: + - sort-numeric-asc + - sort-numeric-down + unicodes: + secondary: + - 10f162 + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Down 1 9 + search: + terms: + - arrange + - filter + - numbers + - order + - sort-numeric-asc + styles: + - solid + unicode: f162 + voted: false +arrow-down-9-1: + aliases: + names: + - sort-numeric-desc + - sort-numeric-down-alt + unicodes: + secondary: + - 10f886 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Down 9 1 + search: + terms: + - arrange + - filter + - numbers + - order + - sort-numeric-asc + styles: + - solid + unicode: f886 + voted: false +arrow-down-a-z: + aliases: + names: + - sort-alpha-asc + - sort-alpha-down + unicodes: + secondary: + - 10f15d + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Down A Z + search: + terms: + - alphabetical + - arrange + - filter + - order + - sort-alpha-asc + styles: + - solid + unicode: f15d + voted: false +arrow-down-long: + aliases: + names: + - long-arrow-down + unicodes: + secondary: + - 10f175 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Down Long + search: + terms: + - download + - long-arrow-down + styles: + - solid + unicode: f175 + voted: false +arrow-down-short-wide: + aliases: + names: + - sort-amount-desc + - sort-amount-down-alt + unicodes: + secondary: + - 10f884 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Down Short Wide + search: + terms: + - arrange + - filter + - order + - sort-amount-asc + styles: + - solid + unicode: f884 + voted: false +arrow-down-up-across-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Down Up Across Line + search: + terms: + - border + - crossing + - transfer + styles: + - solid + unicode: e4af + voted: false +arrow-down-up-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Down Up Lock + search: + terms: + - border + - closed + - crossing + - lockdown + - quarantine + - transfer + styles: + - solid + unicode: e4b0 + voted: false +arrow-down-wide-short: + aliases: + names: + - sort-amount-asc + - sort-amount-down + unicodes: + secondary: + - 10f160 + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Down Wide Short + search: + terms: + - arrange + - filter + - number + - order + - sort-amount-asc + styles: + - solid + unicode: f160 + voted: false +arrow-down-z-a: + aliases: + names: + - sort-alpha-desc + - sort-alpha-down-alt + unicodes: + secondary: + - 10f881 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Down Z A + search: + terms: + - alphabetical + - arrange + - filter + - order + - sort-alpha-asc + styles: + - solid + unicode: f881 + voted: false +arrow-left: + aliases: + unicodes: + composite: + - '2190' + secondary: + - 10f060 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Left + search: + terms: + - Leftwards Arrow + - back + - previous + styles: + - solid + unicode: f060 + voted: false +arrow-left-long: + aliases: + names: + - long-arrow-left + unicodes: + secondary: + - 10f177 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Left Long + search: + terms: + - back + - long-arrow-left + - previous + styles: + - solid + unicode: f177 + voted: false +arrow-pointer: + aliases: + names: + - mouse-pointer + unicodes: + secondary: + - 10f245 + changes: + - 4.4.0 + - 5.0.0 + - 5.0.3 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Pointer + search: + terms: + - arrow + - cursor + - select + styles: + - solid + unicode: f245 + voted: false +arrow-right: + aliases: + unicodes: + composite: + - '2192' + secondary: + - 10f061 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Right + search: + terms: + - Rightwards Arrow + - forward + - next + styles: + - solid + unicode: f061 + voted: false +arrow-right-arrow-left: + aliases: + names: + - exchange + unicodes: + composite: + - 21c4 + secondary: + - 10f0ec + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Arrow Right Arrow Left + search: + terms: + - Rightwards Arrow Over Leftwards Arrow + - arrow + - arrows + - reciprocate + - return + - swap + - transfer + styles: + - solid + unicode: f0ec + voted: false +arrow-right-from-bracket: + aliases: + names: + - sign-out + unicodes: + secondary: + - 10f08b + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Right From Bracket + search: + terms: + - arrow + - exit + - leave + - log out + - logout + styles: + - solid + unicode: f08b + voted: false +arrow-right-long: + aliases: + names: + - long-arrow-right + unicodes: + secondary: + - 10f178 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Right Long + search: + terms: + - forward + - long-arrow-right + - next + styles: + - solid + unicode: f178 + voted: false +arrow-right-to-bracket: + aliases: + names: + - sign-in + unicodes: + secondary: + - 10f090 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Right To Bracket + search: + terms: + - arrow + - enter + - join + - log in + - login + - sign in + - sign up + - sign-in + - signin + - signup + styles: + - solid + unicode: f090 + voted: false +arrow-right-to-city: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Right To City + search: + terms: + - building + - city + - exodus + - rural + - urban + styles: + - solid + unicode: e4b3 + voted: false +arrow-rotate-left: + aliases: + names: + - arrow-left-rotate + - arrow-rotate-back + - arrow-rotate-backward + - undo + unicodes: + composite: + - 21ba + secondary: + - 10f0e2 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Rotate Left + search: + terms: + - Anticlockwise Open Circle Arrow + - back + - control z + - exchange + - oops + - return + - rotate + - swap + styles: + - solid + unicode: f0e2 + voted: false +arrow-rotate-right: + aliases: + names: + - arrow-right-rotate + - arrow-rotate-forward + - redo + unicodes: + composite: + - 21bb + secondary: + - 10f01e + changes: + - 1.0.0 + - 5.0.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Rotate Right + search: + terms: + - Clockwise Open Circle Arrow + - forward + - refresh + - reload + - repeat + styles: + - solid + unicode: f01e + voted: false +arrow-trend-down: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Trend Down + search: + terms: + - line + - stocks + - trend + styles: + - solid + unicode: e097 + voted: false +arrow-trend-up: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Trend Up + search: + terms: + - line + - stocks + - trend + styles: + - solid + unicode: e098 + voted: false +arrow-turn-down: + aliases: + names: + - level-down + unicodes: + secondary: + - 10f149 + changes: + - 3.1.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Turn Down + search: + terms: + - arrow + styles: + - solid + unicode: f149 + voted: false +arrow-turn-up: + aliases: + names: + - level-up + unicodes: + secondary: + - 10f148 + changes: + - 3.1.0 + - 5.0.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Turn Up + search: + terms: + - arrow + styles: + - solid + unicode: f148 + voted: false +arrow-up: + aliases: + unicodes: + composite: + - '2191' + secondary: + - 10f062 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up + search: + terms: + - Upwards Arrow + - forward + - upload + styles: + - solid + unicode: f062 + voted: false +arrow-up-1-9: + aliases: + names: + - sort-numeric-up + unicodes: + secondary: + - 10f163 + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up 1 9 + search: + terms: + - arrange + - filter + - numbers + - order + - sort-numeric-desc + styles: + - solid + unicode: f163 + voted: false +arrow-up-9-1: + aliases: + names: + - sort-numeric-up-alt + unicodes: + secondary: + - 10f887 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up 9 1 + search: + terms: + - arrange + - filter + - numbers + - order + - sort-numeric-desc + styles: + - solid + unicode: f887 + voted: false +arrow-up-a-z: + aliases: + names: + - sort-alpha-up + unicodes: + secondary: + - 10f15e + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up A Z + search: + terms: + - alphabetical + - arrange + - filter + - order + - sort-alpha-desc + styles: + - solid + unicode: f15e + voted: false +arrow-up-from-bracket: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up From Bracket + search: + terms: + - share + - transfer + - upload + styles: + - solid + unicode: e09a + voted: false +arrow-up-from-ground-water: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up From Ground Water + search: + terms: + - groundwater + - spring + - water supply + - water table + styles: + - solid + unicode: e4b5 + voted: false +arrow-up-from-water-pump: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up From Water Pump + search: + terms: + - flood + - groundwater + - pump + - submersible + - sump pump + styles: + - solid + unicode: e4b6 + voted: false +arrow-up-long: + aliases: + names: + - long-arrow-up + unicodes: + secondary: + - 10f176 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up Long + search: + terms: + - long-arrow-up + - upload + styles: + - solid + unicode: f176 + voted: false +arrow-up-right-dots: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up Right Dots + search: + terms: + - growth + - increase + - population + styles: + - solid + unicode: e4b7 + voted: false +arrow-up-right-from-square: + aliases: + names: + - external-link + unicodes: + secondary: + - 10f08e + changes: + - 1.0.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Arrow Up Right From Square + search: + terms: + - new + - open + - send + - share + styles: + - solid + unicode: f08e + voted: false +arrow-up-short-wide: + aliases: + names: + - sort-amount-up-alt + unicodes: + secondary: + - 10f885 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up Short Wide + search: + terms: + - arrange + - filter + - order + - sort-amount-desc + styles: + - solid + unicode: f885 + voted: false +arrow-up-wide-short: + aliases: + names: + - sort-amount-up + unicodes: + secondary: + - 10f161 + changes: + - 3.2.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up Wide Short + search: + terms: + - arrange + - filter + - order + - sort-amount-desc + styles: + - solid + unicode: f161 + voted: false +arrow-up-z-a: + aliases: + names: + - sort-alpha-up-alt + unicodes: + secondary: + - 10f882 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrow Up Z A + search: + terms: + - alphabetical + - arrange + - filter + - order + - sort-alpha-desc + styles: + - solid + unicode: f882 + voted: false +arrows-down-to-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Down To Line + search: + terms: + - scale down + - sink + styles: + - solid + unicode: e4b8 + voted: false +arrows-down-to-people: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Down To People + search: + terms: + - affected + - focus + - targeted + styles: + - solid + unicode: e4b9 + voted: false +arrows-left-right: + aliases: + names: + - arrows-h + unicodes: + secondary: + - 10f07e + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Left Right + search: + terms: + - expand + - horizontal + - landscape + - resize + - wide + styles: + - solid + unicode: f07e + voted: false +arrows-left-right-to-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Left Right To Line + search: + terms: + - analysis + - expand + - gap + styles: + - solid + unicode: e4ba + voted: false +arrows-rotate: + aliases: + names: + - refresh + - sync + unicodes: + composite: + - 1f5d8 + secondary: + - 10f021 + changes: + - 1.0.0 + - 5.0.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Rotate + search: + terms: + - Clockwise Right and Left Semicircle Arrows + - exchange + - refresh + - reload + - rotate + - swap + styles: + - solid + unicode: f021 + voted: false +arrows-spin: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Spin + search: + terms: + - cycle + - rotate + - spin + - whirl + styles: + - solid + unicode: e4bb + voted: false +arrows-split-up-and-left: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Split Up And Left + search: + terms: + - agile + - split + styles: + - solid + unicode: e4bc + voted: false +arrows-to-circle: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows To Circle + search: + terms: + - center + - concentrate + - coordinate + - coordination + - focal point + - focus + styles: + - solid + unicode: e4bd + voted: false +arrows-to-dot: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows To Dot + search: + terms: + - assembly point + - center + - condense + - focus + - minimize + styles: + - solid + unicode: e4be + voted: false +arrows-to-eye: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows To Eye + search: + terms: + - center + - coordinated assessment + - focus + styles: + - solid + unicode: e4bf + voted: false +arrows-turn-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Turn Right + search: + terms: + - arrows + styles: + - solid + unicode: e4c0 + voted: false +arrows-turn-to-dots: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Turn To Dots + search: + terms: + - destination + - nexus + styles: + - solid + unicode: e4c1 + voted: false +arrows-up-down: + aliases: + names: + - arrows-v + unicodes: + secondary: + - 10f07d + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Up Down + search: + terms: + - expand + - portrait + - resize + - tall + - vertical + styles: + - solid + unicode: f07d + voted: false +arrows-up-down-left-right: + aliases: + names: + - arrows + unicodes: + secondary: + - 10f047 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Up Down Left Right + search: + terms: + - arrow + - arrows + - bigger + - enlarge + - expand + - fullscreen + - move + - position + - reorder + - resize + styles: + - solid + unicode: f047 + voted: false +arrows-up-to-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Arrows Up To Line + search: + terms: + - rise + - scale up + styles: + - solid + unicode: e4c2 + voted: false +artstation: + changes: + - 5.6.0 + - 5.8.0 + label: Artstation + search: + terms: [] + styles: + - brands + unicode: f77a + voted: true +asterisk: + aliases: + unicodes: + composite: + - '2731' + - f069 + primary: + - f069 + secondary: + - 102a + - 10f069 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Asterisk + search: + terms: + - Asterisk + - Heavy Asterisk + - annotation + - details + - reference + - star + styles: + - solid + unicode: 2a + voted: false +asymmetrik: + changes: + - 5.0.0 + label: 'Asymmetrik, Ltd.' + search: + terms: [] + styles: + - brands + unicode: f372 + voted: false +at: + aliases: + unicodes: + composite: + - f1fa + primary: + - f1fa + secondary: + - 10f1fa + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: At + search: + terms: + - Commercial At + - address + - author + - e-mail + - email + - fluctuate + - handle + styles: + - solid + unicode: '40' + voted: false +atlassian: + changes: + - 5.6.0 + label: Atlassian + search: + terms: [] + styles: + - brands + unicode: f77b + voted: true +atom: + aliases: + unicodes: + composite: + - 269b + secondary: + - 10f5d2 + changes: + - 5.2.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Atom + search: + terms: + - atheism + - atheist + - atom + - atom symbol + - chemistry + - electron + - ion + - isotope + - neutron + - nuclear + - proton + - science + styles: + - solid + unicode: f5d2 + voted: false +audible: + changes: + - 5.0.0 + label: Audible + search: + terms: [] + styles: + - brands + unicode: f373 + voted: false +audio-description: + aliases: + unicodes: + secondary: + - 10f29e + changes: + - 4.6.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Audio Description + search: + terms: + - blind + - narration + - video + - visual + styles: + - solid + unicode: f29e + voted: false +austral-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Austral Sign + search: + terms: + - Austral Sign + - currency + styles: + - solid + unicode: e0a9 + voted: false +autoprefixer: + changes: + - 5.0.0 + label: Autoprefixer + search: + terms: [] + styles: + - brands + unicode: f41c + voted: false +avianex: + changes: + - 5.0.0 + label: avianex + search: + terms: [] + styles: + - brands + unicode: f374 + voted: false +aviato: + changes: + - 5.0.0 + label: Aviato + search: + terms: [] + styles: + - brands + unicode: f421 + voted: false +award: + aliases: + unicodes: + secondary: + - 10f559 + changes: + - 5.1.0 + - 5.2.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Award + search: + terms: + - honor + - praise + - prize + - recognition + - ribbon + - trophy + styles: + - solid + unicode: f559 + voted: true +aws: + changes: + - 5.0.0 + - 5.1.0 + label: Amazon Web Services (AWS) + search: + terms: [] + styles: + - brands + unicode: f375 + voted: false +b: + aliases: + unicodes: + composite: + - '62' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: B + search: + terms: + - Latin Capital Letter B + - Latin Small Letter B + - letter + styles: + - solid + unicode: '42' + voted: false +baby: + aliases: + unicodes: + secondary: + - 10f77c + changes: + - 5.6.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Baby + search: + terms: + - users-people + styles: + - solid + unicode: f77c + voted: true +baby-carriage: + aliases: + names: + - carriage-baby + unicodes: + secondary: + - 10f77d + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Baby Carriage + search: + terms: + - buggy + - carrier + - infant + - push + - stroller + - transportation + - walk + - wheels + styles: + - solid + unicode: f77d + voted: true +backward: + aliases: + unicodes: + composite: + - 23ea + secondary: + - 10f04a + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Backward + search: + terms: + - arrow + - double + - fast reverse button + - previous + - rewind + styles: + - solid + unicode: f04a + voted: false +backward-fast: + aliases: + names: + - fast-backward + unicodes: + composite: + - 23ee + secondary: + - 10f049 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Backward Fast + search: + terms: + - arrow + - beginning + - first + - last track button + - previous + - previous scene + - previous track + - rewind + - start + - triangle + styles: + - solid + unicode: f049 + voted: false +backward-step: + aliases: + names: + - step-backward + unicodes: + secondary: + - 10f048 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Backward Step + search: + terms: + - beginning + - first + - previous + - rewind + - start + styles: + - solid + unicode: f048 + voted: false +bacon: + aliases: + unicodes: + composite: + - 1f953 + secondary: + - 10f7e5 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bacon + search: + terms: + - bacon + - blt + - breakfast + - food + - ham + - lard + - meat + - pancetta + - pork + - rasher + styles: + - solid + unicode: f7e5 + voted: false +bacteria: + aliases: + unicodes: + secondary: + - '10e059' + changes: + - 5.13.0 + - 5.13.1 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bacteria + search: + terms: + - antibiotic + - antibody + - covid-19 + - health + - organism + - sick + styles: + - solid + unicode: e059 + voted: false +bacterium: + aliases: + unicodes: + secondary: + - 10e05a + changes: + - 5.13.0 + - 5.13.1 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bacterium + search: + terms: + - antibiotic + - antibody + - covid-19 + - health + - organism + - sick + styles: + - solid + unicode: e05a + voted: false +bag-shopping: + aliases: + names: + - shopping-bag + unicodes: + secondary: + - 10f290 + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bag Shopping + search: + terms: + - buy + - checkout + - grocery + - payment + - purchase + styles: + - solid + unicode: f290 + voted: false +bahai: + aliases: + names: + - haykal + unicodes: + secondary: + - 10f666 + changes: + - 5.3.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bahai + search: + terms: + - bahai + - bahá'í + - star + styles: + - solid + unicode: f666 + voted: false +baht-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Baht Sign + search: + terms: + - currency + styles: + - solid + unicode: e0ac + voted: false +ban: + aliases: + names: + - cancel + unicodes: + composite: + - 1f6ab + secondary: + - 10f05e + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ban + search: + terms: + - abort + - ban + - block + - cancel + - delete + - entry + - forbidden + - hide + - 'no' + - not + - prohibit + - prohibited + - remove + - stop + - trash + styles: + - solid + unicode: f05e + voted: false +ban-smoking: + aliases: + names: + - smoking-ban + unicodes: + composite: + - 1f6ad + secondary: + - 10f54d + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ban Smoking + search: + terms: + - ban + - cancel + - forbidden + - 'no' + - no smoking + - non-smoking + - not + - prohibited + - smoking + styles: + - solid + unicode: f54d + voted: true +bandage: + aliases: + names: + - band-aid + unicodes: + composite: + - 1fa79 + secondary: + - 10f462 + changes: + - 5.0.7 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bandage + search: + terms: + - adhesive bandage + - bandage + - boo boo + - first aid + - ouch + styles: + - solid + unicode: f462 + voted: false +bandcamp: + changes: + - 4.7.0 + - 5.0.0 + - 5.13.1 + label: Bandcamp + search: + terms: [] + styles: + - brands + unicode: f2d5 + voted: false +bangladeshi-taka-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Bangladeshi Taka Sign + search: + terms: + - bdt + - currency + - tk + styles: + - solid + unicode: e2e6 + voted: false +barcode: + aliases: + unicodes: + secondary: + - 10f02a + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Barcode + search: + terms: + - info + - laser + - price + - scan + - upc + styles: + - solid + unicode: f02a + voted: false +bars: + aliases: + names: + - navicon + unicodes: + secondary: + - 10f0c9 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bars + search: + terms: + - checklist + - drag + - hamburger + - list + - menu + - nav + - navigation + - ol + - reorder + - settings + - todo + - ul + styles: + - solid + unicode: f0c9 + voted: false +bars-progress: + aliases: + names: + - tasks-alt + unicodes: + secondary: + - 10f828 + changes: + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bars Progress + search: + terms: + - checklist + - downloading + - downloads + - loading + - poll + - progress + - project management + - settings + - to do + styles: + - solid + unicode: f828 + voted: false +bars-staggered: + aliases: + names: + - reorder + - stream + unicodes: + secondary: + - 10f550 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bars Staggered + search: + terms: + - flow + - list + - timeline + styles: + - solid + unicode: f550 + voted: false +baseball: + aliases: + names: + - baseball-ball + unicodes: + composite: + - 1f94e + - 26be + secondary: + - 10f433 + changes: + - 5.0.5 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Baseball + search: + terms: + - ball + - baseball + - foul + - glove + - hardball + - league + - leather + - mlb + - softball + - sport + - underarm + styles: + - solid + unicode: f433 + voted: false +baseball-bat-ball: + aliases: + unicodes: + secondary: + - 10f432 + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Baseball Bat Ball + search: + terms: + - bat + - league + - mlb + - slugger + - softball + - sport + styles: + - solid + unicode: f432 + voted: false +basket-shopping: + aliases: + names: + - shopping-basket + unicodes: + secondary: + - 10f291 + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Basket Shopping + search: + terms: + - buy + - checkout + - grocery + - payment + - purchase + styles: + - solid + unicode: f291 + voted: false +basketball: + aliases: + names: + - basketball-ball + unicodes: + composite: + - 1f3c0 + secondary: + - 10f434 + changes: + - 5.0.5 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Basketball + search: + terms: + - ball + - basketball + - dribble + - dunk + - hoop + - nba + styles: + - solid + unicode: f434 + voted: false +bath: + aliases: + names: + - bathtub + unicodes: + composite: + - 1f6c1 + secondary: + - 10f2cd + changes: + - 4.7.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bath + search: + terms: + - bath + - bathtub + - clean + - shower + - tub + - wash + styles: + - solid + unicode: f2cd + voted: false +battery-empty: + aliases: + names: + - battery-0 + unicodes: + secondary: + - 10f244 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Battery Empty + search: + terms: + - charge + - dead + - power + - status + styles: + - solid + unicode: f244 + voted: false +battery-full: + aliases: + names: + - battery + - battery-5 + unicodes: + composite: + - 1f50b + secondary: + - 10f240 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Battery Full + search: + terms: + - batter + - battery + - charge + - power + - status + styles: + - solid + unicode: f240 + voted: false +battery-half: + aliases: + names: + - battery-3 + unicodes: + secondary: + - 10f242 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Battery Half + search: + terms: + - charge + - power + - status + styles: + - solid + unicode: f242 + voted: false +battery-quarter: + aliases: + names: + - battery-2 + unicodes: + secondary: + - 10f243 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Battery Quarter + search: + terms: + - charge + - low + - power + - status + styles: + - solid + unicode: f243 + voted: false +battery-three-quarters: + aliases: + names: + - battery-4 + unicodes: + secondary: + - 10f241 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Battery Three Quarters + search: + terms: + - charge + - power + - status + styles: + - solid + unicode: f241 + voted: false +battle-net: + changes: + - 5.8.0 + label: Battle.net + search: + terms: [] + styles: + - brands + unicode: f835 + voted: false +bed: + aliases: + unicodes: + composite: + - 1f6cc + secondary: + - 10f236 + changes: + - 4.3.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bed + search: + terms: + - hospital + - hotel + - lodging + - mattress + - patient + - person in bed + - rest + - sleep + - travel + styles: + - solid + unicode: f236 + voted: false +bed-pulse: + aliases: + names: + - procedures + unicodes: + secondary: + - 10f487 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bed Pulse + search: + terms: + - EKG + - bed + - electrocardiogram + - health + - hospital + - life + - patient + - vital + styles: + - solid + unicode: f487 + voted: false +beer-mug-empty: + aliases: + names: + - beer + unicodes: + secondary: + - 10f0fc + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Beer Mug Empty + search: + terms: + - alcohol + - ale + - bar + - beverage + - brew + - brewery + - drink + - foam + - lager + - liquor + - mug + - stein + styles: + - solid + unicode: f0fc + voted: false +behance: + changes: + - 4.1.0 + - 5.0.0 + label: Behance + search: + terms: [] + styles: + - brands + unicode: f1b4 + voted: false +bell: + aliases: + unicodes: + composite: + - 1f514 + - f0a2 + secondary: + - 10f0f3 + changes: + - 2.0.0 + - 5.0.0 + - 5.2.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bell + search: + terms: + - alarm + - alert + - bel + - bell + - chime + - notification + - reminder + styles: + - solid + - regular + unicode: f0f3 + voted: false +bell-concierge: + aliases: + names: + - concierge-bell + unicodes: + composite: + - 1f6ce + secondary: + - 10f562 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bell Concierge + search: + terms: + - attention + - bell + - bellhop + - bellhop bell + - hotel + - receptionist + - service + - support + styles: + - solid + unicode: f562 + voted: false +bell-slash: + aliases: + unicodes: + composite: + - 1f515 + - f1f7 + secondary: + - 10f1f6 + changes: + - 4.2.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bell Slash + search: + terms: + - alert + - bell + - bell with slash + - cancel + - disabled + - forbidden + - mute + - notification + - 'off' + - quiet + - reminder + - silent + styles: + - solid + - regular + unicode: f1f6 + voted: false +bezier-curve: + aliases: + unicodes: + secondary: + - 10f55b + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bezier Curve + search: + terms: + - curves + - illustrator + - lines + - path + - vector + styles: + - solid + unicode: f55b + voted: false +bicycle: + aliases: + unicodes: + composite: + - 1f6b2 + secondary: + - 10f206 + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bicycle + search: + terms: + - bicycle + - bike + - gears + - pedal + - transportation + - vehicle + styles: + - solid + unicode: f206 + voted: false +bilibili: + changes: + - 6.0.0-beta2 + label: Bilibili + search: + terms: [] + styles: + - brands + unicode: e3d9 + voted: true +bimobject: + changes: + - 5.0.0 + label: BIMobject + search: + terms: [] + styles: + - brands + unicode: f378 + voted: false +binoculars: + aliases: + unicodes: + secondary: + - 10f1e5 + changes: + - 4.2.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Binoculars + search: + terms: + - glasses + - magnify + - scenic + - spyglass + - view + styles: + - solid + unicode: f1e5 + voted: false +biohazard: + aliases: + unicodes: + composite: + - '2623' + secondary: + - 10f780 + changes: + - 5.6.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Biohazard + search: + terms: + - biohazard + - covid-19 + - danger + - dangerous + - epidemic + - hazmat + - medical + - pandemic + - radioactive + - sign + - toxic + - waste + - zombie + styles: + - solid + unicode: f780 + voted: true +bitbucket: + aliases: + unicodes: + composite: + - f172 + changes: + - 3.2.0 + - 5.0.0 + - 5.6.0 + - 5.8.0 + label: Bitbucket + search: + terms: + - atlassian + - bitbucket-square + - git + styles: + - brands + unicode: f171 + voted: false +bitcoin: + changes: + - 5.0.0 + label: Bitcoin + search: + terms: [] + styles: + - brands + unicode: f379 + voted: false +bitcoin-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bitcoin Sign + search: + terms: + - Bitcoin Sign + - currency + styles: + - solid + unicode: e0b4 + voted: false +bity: + changes: + - 5.0.0 + label: Bity + search: + terms: [] + styles: + - brands + unicode: f37a + voted: false +black-tie: + changes: + - 4.4.0 + - 5.0.0 + label: Font Awesome Black Tie + search: + terms: [] + styles: + - brands + unicode: f27e + voted: false +blackberry: + changes: + - 5.0.0 + label: BlackBerry + search: + terms: [] + styles: + - brands + unicode: f37b + voted: false +blender: + aliases: + unicodes: + secondary: + - 10f517 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Blender + search: + terms: + - cocktail + - milkshake + - mixer + - puree + - smoothie + styles: + - solid + unicode: f517 + voted: false +blender-phone: + aliases: + unicodes: + secondary: + - 10f6b6 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Blender Phone + search: + terms: + - appliance + - cocktail + - fantasy + - milkshake + - mixer + - puree + - silly + - smoothie + styles: + - solid + unicode: f6b6 + voted: false +blog: + aliases: + unicodes: + secondary: + - 10f781 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Blog + search: + terms: + - journal + - log + - online + - personal + - post + - web 2.0 + - wordpress + - writing + styles: + - solid + unicode: f781 + voted: true +blogger: + changes: + - 5.0.0 + label: Blogger + search: + terms: [] + styles: + - brands + unicode: f37c + voted: false +blogger-b: + changes: + - 5.0.0 + label: Blogger B + search: + terms: [] + styles: + - brands + unicode: f37d + voted: false +bluetooth: + aliases: + unicodes: + secondary: + - 10f293 + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bluetooth + search: + terms: + - signal + styles: + - brands + unicode: f293 + voted: false +bluetooth-b: + changes: + - 4.5.0 + - 5.0.0 + label: Bluetooth + search: + terms: [] + styles: + - brands + unicode: f294 + voted: false +bold: + aliases: + unicodes: + secondary: + - 10f032 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bold + search: + terms: + - emphasis + - format + - text + styles: + - solid + unicode: f032 + voted: false +bolt: + aliases: + names: + - zap + unicodes: + composite: + - 26a1 + secondary: + - 10f0e7 + changes: + - 2.0.0 + - 5.0.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bolt + search: + terms: + - charge + - danger + - electric + - electricity + - flash + - high voltage + - lightning + - voltage + - weather + - zap + styles: + - solid + unicode: f0e7 + voted: false +bolt-lightning: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bolt Lightning + search: + terms: + - electricity + - flash + - lightning + - weather + - zap + styles: + - solid + unicode: e0b7 + voted: false +bomb: + aliases: + unicodes: + composite: + - 1f4a3 + secondary: + - 10f1e2 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bomb + search: + terms: + - bomb + - comic + - error + - explode + - fuse + - grenade + - warning + styles: + - solid + unicode: f1e2 + voted: false +bone: + aliases: + unicodes: + composite: + - 1f9b4 + secondary: + - 10f5d7 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bone + search: + terms: + - bone + - calcium + - dog + - skeletal + - skeleton + - tibia + styles: + - solid + unicode: f5d7 + voted: false +bong: + aliases: + unicodes: + secondary: + - 10f55c + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bong + search: + terms: + - aparatus + - cannabis + - marijuana + - pipe + - smoke + - smoking + styles: + - solid + unicode: f55c + voted: false +book: + aliases: + unicodes: + composite: + - 1f4d4 + secondary: + - 10f02d + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Book + search: + terms: + - book + - cover + - decorated + - diary + - documentation + - journal + - library + - notebook + - notebook with decorative cover + - read + - research + styles: + - solid + unicode: f02d + voted: false +book-atlas: + aliases: + names: + - atlas + unicodes: + secondary: + - 10f558 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Book Atlas + search: + terms: + - book + - directions + - geography + - globe + - library + - map + - research + - travel + - wayfinding + styles: + - solid + unicode: f558 + voted: false +book-bible: + aliases: + names: + - bible + unicodes: + secondary: + - 10f647 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Book Bible + search: + terms: + - book + - catholicism + - christianity + - god + - holy + styles: + - solid + unicode: f647 + voted: false +book-bookmark: + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Book Bookmark + search: + terms: + - library + - research + styles: + - solid + unicode: e0bb + voted: false +book-journal-whills: + aliases: + names: + - journal-whills + unicodes: + secondary: + - 10f66a + changes: + - 5.3.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Book Journal Whills + search: + terms: + - book + - force + - jedi + - sith + - star wars + - yoda + styles: + - solid + unicode: f66a + voted: false +book-medical: + aliases: + unicodes: + secondary: + - 10f7e6 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Book Medical + search: + terms: + - diary + - documentation + - health + - history + - journal + - library + - read + - record + - research + styles: + - solid + unicode: f7e6 + voted: false +book-open: + aliases: + unicodes: + composite: + - 1f4d6 + - 1f56e + secondary: + - 10f518 + changes: + - 5.0.13 + - 5.1.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Book Open + search: + terms: + - Book + - book + - flyer + - library + - notebook + - open + - open book + - pamphlet + - reading + - research + styles: + - solid + unicode: f518 + voted: true +book-open-reader: + aliases: + names: + - book-reader + unicodes: + secondary: + - 10f5da + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Book Open Reader + search: + terms: + - flyer + - library + - notebook + - open book + - pamphlet + - reading + - research + styles: + - solid + unicode: f5da + voted: false +book-quran: + aliases: + names: + - quran + unicodes: + secondary: + - 10f687 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Book Quran + search: + terms: + - book + - islam + - muslim + - religion + styles: + - solid + unicode: f687 + voted: false +book-skull: + aliases: + names: + - book-dead + unicodes: + secondary: + - 10f6b7 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Book Skull + search: + terms: + - Dungeons & Dragons + - crossbones + - d&d + - dark arts + - death + - dnd + - documentation + - evil + - fantasy + - halloween + - holiday + - library + - necronomicon + - read + - research + - skull + - spell + styles: + - solid + unicode: f6b7 + voted: false +book-tanakh: + aliases: + names: + - tanakh + unicodes: + secondary: + - 10f827 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Book Tanakh + search: + terms: + - book + - jewish + - judaism + - religion + styles: + - solid + unicode: f827 + voted: false +bookmark: + aliases: + unicodes: + composite: + - 1f516 + - f097 + secondary: + - 10f02e + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bookmark + search: + terms: + - bookmark + - favorite + - library + - mark + - marker + - read + - remember + - research + - save + styles: + - solid + - regular + unicode: f02e + voted: false +bootstrap: + changes: + - 5.8.0 + - 5.15.4 + - 6.0.0-beta1 + label: Bootstrap + search: + terms: [] + styles: + - brands + unicode: f836 + voted: false +border-all: + aliases: + unicodes: + secondary: + - 10f84c + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Border All + search: + terms: + - cell + - grid + - outline + - stroke + - table + styles: + - solid + unicode: f84c + voted: false +border-none: + aliases: + unicodes: + secondary: + - 10f850 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Border None + search: + terms: + - cell + - grid + - outline + - stroke + - table + styles: + - solid + unicode: f850 + voted: false +border-top-left: + aliases: + names: + - border-style + unicodes: + secondary: + - 10f853 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Border Top Left + search: + terms: + - cell + - outline + - stroke + - table + styles: + - solid + unicode: f853 + voted: false +bore-hole: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bore Hole + search: + terms: + - bore + - bury + - drill + - hole + styles: + - solid + unicode: e4c3 + voted: false +bots: + changes: + - 6.0.0-beta1 + label: Bots + search: + terms: [] + styles: + - brands + unicode: e340 + voted: false +bottle-droplet: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bottle Droplet + search: + terms: + - alcohol + - drink + - oil + - olive oil + - wine + styles: + - solid + unicode: e4c4 + voted: false +bottle-water: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bottle Water + search: + terms: + - h2o + - plastic + - water + styles: + - solid + unicode: e4c5 + voted: false +bowl-food: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bowl Food + search: + terms: + - catfood + - dogfood + - food + - rice + styles: + - solid + unicode: e4c6 + voted: false +bowl-rice: + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bowl Rice + search: + terms: + - boiled + - cooked + - cooked rice + - rice + - steamed + styles: + - solid + unicode: e2eb + voted: false +bowling-ball: + aliases: + unicodes: + secondary: + - 10f436 + changes: + - 5.0.5 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bowling Ball + search: + terms: + - alley + - candlepin + - gutter + - lane + - strike + - tenpin + styles: + - solid + unicode: f436 + voted: false +box: + aliases: + unicodes: + composite: + - 1f4e6 + secondary: + - 10f466 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Box + search: + terms: + - archive + - box + - container + - package + - parcel + - storage + styles: + - solid + unicode: f466 + voted: false +box-archive: + aliases: + names: + - archive + unicodes: + secondary: + - 10f187 + changes: + - 3.2.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Box Archive + search: + terms: + - box + - package + - save + - storage + styles: + - solid + unicode: f187 + voted: false +box-open: + aliases: + unicodes: + secondary: + - 10f49e + changes: + - 5.0.9 + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Box Open + search: + terms: + - archive + - container + - package + - storage + - unpack + styles: + - solid + unicode: f49e + voted: false +box-tissue: + aliases: + unicodes: + secondary: + - 10e05b + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Box Tissue + search: + terms: + - cough + - covid-19 + - kleenex + - mucus + - nose + - sneeze + - snot + styles: + - solid + unicode: e05b + voted: false +boxes-packing: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Boxes Packing + search: + terms: + - archive + - box + - package + - storage + - supplies + styles: + - solid + unicode: e4c7 + voted: false +boxes-stacked: + aliases: + names: + - boxes + - boxes-alt + unicodes: + composite: + - f4a1 + primary: + - f4a1 + secondary: + - 10f468 + - 10f4a1 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Boxes Stacked + search: + terms: + - archives + - inventory + - storage + - warehouse + styles: + - solid + unicode: f468 + voted: false +braille: + aliases: + unicodes: + secondary: + - 10f2a1 + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Braille + search: + terms: + - alphabet + - blind + - dots + - raised + - vision + styles: + - solid + unicode: f2a1 + voted: false +brain: + aliases: + unicodes: + composite: + - 1f9e0 + secondary: + - 10f5dc + changes: + - 5.2.0 + - 5.9.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Brain + search: + terms: + - brain + - cerebellum + - gray matter + - intellect + - intelligent + - medulla oblongata + - mind + - noodle + - wit + styles: + - solid + unicode: f5dc + voted: false +brazilian-real-sign: + changes: + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Brazilian Real Sign + search: + terms: + - brazilian real sign + - currency + styles: + - solid + unicode: e46c + voted: false +bread-slice: + aliases: + unicodes: + secondary: + - 10f7ec + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bread Slice + search: + terms: + - bake + - bakery + - baking + - dough + - flour + - gluten + - grain + - sandwich + - sourdough + - toast + - wheat + - yeast + styles: + - solid + unicode: f7ec + voted: false +bridge: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bridge + search: + terms: + - bridge + - road + styles: + - solid + unicode: e4c8 + voted: false +bridge-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bridge Circle Check + search: + terms: + - bridge + - not affected + - ok + - okay + - road + styles: + - solid + unicode: e4c9 + voted: false +bridge-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bridge Circle Exclamation + search: + terms: + - affected + - bridge + - road + styles: + - solid + unicode: e4ca + voted: false +bridge-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bridge Circle Xmark + search: + terms: + - bridge + - destroy + - road + styles: + - solid + unicode: e4cb + voted: false +bridge-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bridge Lock + search: + terms: + - bridge + - closed + - lockdown + - quarantine + - road + styles: + - solid + unicode: e4cc + voted: false +bridge-water: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bridge Water + search: + terms: + - bridge + - road + styles: + - solid + unicode: e4ce + voted: false +briefcase: + aliases: + unicodes: + composite: + - 1f4bc + secondary: + - 10f0b1 + changes: + - 2.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Briefcase + search: + terms: + - bag + - briefcas + - briefcase + - business + - luggage + - office + - work + styles: + - solid + unicode: f0b1 + voted: false +briefcase-medical: + aliases: + unicodes: + secondary: + - 10f469 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Briefcase Medical + search: + terms: + - doctor + - emt + - first aid + - health + styles: + - solid + unicode: f469 + voted: false +broom: + aliases: + unicodes: + composite: + - 1f9f9 + secondary: + - 10f51a + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Broom + search: + terms: + - broom + - clean + - cleaning + - firebolt + - fly + - halloween + - nimbus 2000 + - quidditch + - sweep + - sweeping + - witch + styles: + - solid + unicode: f51a + voted: true +broom-ball: + aliases: + names: + - quidditch + - quidditch-broom-ball + unicodes: + secondary: + - 10f458 + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Broom Ball + search: + terms: + - ball + - bludger + - broom + - golden snitch + - harry potter + - hogwarts + - quaffle + - sport + - wizard + styles: + - solid + unicode: f458 + voted: false +brush: + aliases: + unicodes: + secondary: + - 10f55d + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Brush + search: + terms: + - art + - bristles + - color + - handle + - paint + styles: + - solid + unicode: f55d + voted: false +btc: + changes: + - 3.2.0 + - 5.0.0 + label: BTC + search: + terms: [] + styles: + - brands + unicode: f15a + voted: false +bucket: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bucket + search: + terms: + - bucket + - pail + - sandcastle + styles: + - solid + unicode: e4cf + voted: false +buffer: + changes: + - 5.8.0 + label: Buffer + search: + terms: [] + styles: + - brands + unicode: f837 + voted: false +bug: + aliases: + unicodes: + secondary: + - 10f188 + changes: + - 3.2.0 + - 5.0.0 + - 5.15.4 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bug + search: + terms: + - beetle + - error + - glitch + - insect + - repair + - report + styles: + - solid + unicode: f188 + voted: false +bug-slash: + changes: + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bug Slash + search: + terms: + - beetle + - fix + - glitch + - insect + - optimize + - repair + - report + - warning + styles: + - solid + unicode: e490 + voted: false +bugs: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bugs + search: + terms: + - bedbug + - infestation + - lice + - plague + - ticks + styles: + - solid + unicode: e4d0 + voted: false +building: + aliases: + unicodes: + composite: + - 1f3e2 + - f0f7 + secondary: + - 10f1ad + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building + search: + terms: + - apartment + - building + - business + - city + - company + - office + - office building + - urban + - work + styles: + - solid + - regular + unicode: f1ad + voted: false +building-circle-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building Circle Arrow Right + search: + terms: + - building + - city + - distribution center + - office + styles: + - solid + unicode: e4d1 + voted: false +building-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building Circle Check + search: + terms: + - building + - city + - not affected + - office + - ok + - okay + styles: + - solid + unicode: e4d2 + voted: false +building-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building Circle Exclamation + search: + terms: + - affected + - building + - city + - office + styles: + - solid + unicode: e4d3 + voted: false +building-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building Circle Xmark + search: + terms: + - building + - city + - destroy + - office + styles: + - solid + unicode: e4d4 + voted: false +building-columns: + aliases: + names: + - bank + - institution + - museum + - university + unicodes: + secondary: + - 10f19c + changes: + - 4.1.0 + - 5.0.0 + - 5.0.3 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building Columns + search: + terms: + - bank + - building + - college + - education + - institution + - museum + - students + styles: + - solid + unicode: f19c + voted: false +building-flag: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building Flag + search: + terms: + - ' city' + - building + - diplomat + - embassy + - flag + - headquarters + - united nations + styles: + - solid + unicode: e4d5 + voted: false +building-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building Lock + search: + terms: + - building + - city + - closed + - lock + - lockdown + - quarantine + - secure + styles: + - solid + unicode: e4d6 + voted: false +building-ngo: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building Ngo + search: + terms: + - ' city' + - building + - non governmental organization + - office + styles: + - solid + unicode: e4d7 + voted: false +building-shield: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building Shield + search: + terms: + - building + - city + - police + - protect + - safety + styles: + - solid + unicode: e4d8 + voted: false +building-un: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building Un + search: + terms: + - building + - city + - office + - united nations + styles: + - solid + unicode: e4d9 + voted: false +building-user: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building User + search: + terms: + - apartment + - building + - city + styles: + - solid + unicode: e4da + voted: false +building-wheat: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Building Wheat + search: + terms: + - agriculture + - building + - city + - usda + styles: + - solid + unicode: e4db + voted: false +bullhorn: + aliases: + unicodes: + composite: + - 1f4e2 + - 1f56b + secondary: + - 10f0a1 + changes: + - 2.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bullhorn + search: + terms: + - Bullhorn + - announcement + - broadcast + - loud + - louder + - loudspeaker + - megaphone + - public address + - share + styles: + - solid + unicode: f0a1 + voted: false +bullseye: + aliases: + unicodes: + secondary: + - 10f140 + changes: + - 3.1.0 + - 5.0.0 + - 5.3.0 + - 5.10.1 + - 5.15.4 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bullseye + search: + terms: + - archery + - goal + - objective + - strategy + - target + styles: + - solid + unicode: f140 + voted: false +burger: + aliases: + names: + - hamburger + unicodes: + secondary: + - 10f805 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Burger + search: + terms: + - bacon + - beef + - burger + - burger king + - cheeseburger + - fast food + - grill + - ground beef + - mcdonalds + - sandwich + styles: + - solid + unicode: f805 + voted: false +buromobelexperte: + changes: + - 5.0.0 + label: Büromöbel-Experte GmbH & Co. KG. + search: + terms: [] + styles: + - brands + unicode: f37f + voted: false +burst: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Burst + search: + terms: + - boom + - crash + - explosion + styles: + - solid + unicode: e4dc + voted: false +bus: + aliases: + unicodes: + composite: + - 1f68d + secondary: + - 10f207 + changes: + - 4.2.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bus + search: + terms: + - bus + - oncoming + - oncoming bus + - public transportation + - transportation + - travel + - vehicle + styles: + - solid + unicode: f207 + voted: false +bus-simple: + aliases: + names: + - bus-alt + unicodes: + secondary: + - 10f55e + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Bus Simple + search: + terms: + - mta + - public transportation + - transportation + - travel + - vehicle + styles: + - solid + unicode: f55e + voted: false +business-time: + aliases: + names: + - briefcase-clock + unicodes: + secondary: + - 10f64a + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Business Time + search: + terms: + - alarm + - briefcase + - business socks + - clock + - flight of the conchords + - reminder + - wednesday + styles: + - solid + unicode: f64a + voted: false +buy-n-large: + changes: + - 5.11.0 + label: Buy n Large + search: + terms: [] + styles: + - brands + unicode: f8a6 + voted: false +buysellads: + changes: + - 4.3.0 + - 5.0.0 + label: BuySellAds + search: + terms: [] + styles: + - brands + unicode: f20d + voted: false +c: + aliases: + unicodes: + composite: + - '63' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: C + search: + terms: + - Latin Capital Letter C + - Latin Small Letter C + - letter + styles: + - solid + unicode: '43' + voted: false +cable-car: + aliases: + names: + - tram + unicodes: + composite: + - 1f6a1 + - e0cf + secondary: + - 10f7da + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cable Car + search: + terms: + - aerial tramway + - cable + - gondola + - lift + - mountain + - mountain cableway + - tram + - tramway + - trolley + styles: + - solid + unicode: f7da + voted: false +cake-candles: + aliases: + names: + - birthday-cake + - cake + unicodes: + composite: + - 1f382 + secondary: + - 10f1fd + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cake Candles + search: + terms: + - anniversary + - bakery + - birthday + - birthday cake + - cake + - candles + - celebration + - dessert + - frosting + - holiday + - party + - pastry + - sweet + styles: + - solid + unicode: f1fd + voted: false +calculator: + aliases: + unicodes: + composite: + - 1f5a9 + secondary: + - 10f1ec + changes: + - 4.2.0 + - 5.0.0 + - 5.3.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Calculator + search: + terms: + - Pocket Calculator + - abacus + - addition + - arithmetic + - counting + - math + - multiplication + - subtraction + styles: + - solid + unicode: f1ec + voted: false +calendar: + aliases: + unicodes: + composite: + - 1f4c5 + - 1f4c6 + secondary: + - 10f133 + changes: + - 3.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Calendar + search: + terms: + - calendar + - calendar-o + - date + - day + - event + - month + - schedule + - tear-off calendar + - time + - when + - year + styles: + - solid + - regular + unicode: f133 + voted: false +calendar-check: + aliases: + unicodes: + secondary: + - 10f274 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Calendar Check + search: + terms: + - accept + - agree + - appointment + - confirm + - correct + - date + - day + - done + - event + - month + - ok + - schedule + - select + - success + - tick + - time + - todo + - when + - year + styles: + - solid + - regular + unicode: f274 + voted: false +calendar-day: + aliases: + unicodes: + secondary: + - 10f783 + changes: + - 5.6.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Calendar Day + search: + terms: + - date + - day + - detail + - event + - focus + - month + - schedule + - single day + - time + - today + - when + - year + styles: + - solid + unicode: f783 + voted: true +calendar-days: + aliases: + names: + - calendar-alt + unicodes: + secondary: + - 10f073 + changes: + - 1.0.0 + - 5.0.0 + - 5.6.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Calendar Days + search: + terms: + - calendar + - date + - day + - event + - month + - schedule + - time + - when + - year + styles: + - solid + - regular + unicode: f073 + voted: false +calendar-minus: + aliases: + unicodes: + secondary: + - 10f272 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Calendar Minus + search: + terms: + - calendar + - date + - day + - delete + - event + - month + - negative + - remove + - schedule + - time + - when + - year + styles: + - solid + - regular + unicode: f272 + voted: false +calendar-plus: + aliases: + unicodes: + secondary: + - 10f271 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Calendar Plus + search: + terms: + - add + - calendar + - create + - date + - day + - event + - month + - new + - positive + - schedule + - time + - when + - year + styles: + - solid + - regular + unicode: f271 + voted: false +calendar-week: + aliases: + unicodes: + secondary: + - 10f784 + changes: + - 5.6.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Calendar Week + search: + terms: + - date + - day + - detail + - event + - focus + - month + - schedule + - single week + - time + - today + - when + - year + styles: + - solid + unicode: f784 + voted: true +calendar-xmark: + aliases: + names: + - calendar-times + unicodes: + secondary: + - 10f273 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Calendar Xmark + search: + terms: + - archive + - calendar + - date + - day + - delete + - event + - month + - remove + - schedule + - time + - when + - x + - year + styles: + - solid + - regular + unicode: f273 + voted: false +camera: + aliases: + names: + - camera-alt + unicodes: + composite: + - f332 + primary: + - f332 + secondary: + - 10f030 + - 10f332 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Camera + search: + terms: + - image + - lens + - photo + - picture + - record + - shutter + - video + styles: + - solid + unicode: f030 + voted: false +camera-retro: + aliases: + unicodes: + composite: + - 1f4f7 + secondary: + - 10f083 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Camera Retro + search: + terms: + - camera + - image + - lens + - photo + - picture + - record + - shutter + - video + styles: + - solid + unicode: f083 + voted: false +camera-rotate: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Camera Rotate + search: + terms: + - flip + - front-facing + - photo + - selfie + styles: + - solid + unicode: e0d8 + voted: true +campground: + aliases: + unicodes: + composite: + - 26fa + secondary: + - 10f6bb + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Campground + search: + terms: + - camping + - fall + - outdoors + - teepee + - tent + - tipi + styles: + - solid + unicode: f6bb + voted: false +canadian-maple-leaf: + changes: + - 5.6.0 + - 5.8.0 + label: Canadian Maple Leaf + search: + terms: + - canada + - flag + - flora + - nature + - plant + styles: + - brands + unicode: f785 + voted: false +candy-cane: + aliases: + unicodes: + secondary: + - 10f786 + changes: + - 5.6.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Candy Cane + search: + terms: + - candy + - christmas + - holiday + - mint + - peppermint + - striped + - xmas + styles: + - solid + unicode: f786 + voted: false +cannabis: + aliases: + unicodes: + secondary: + - 10f55f + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cannabis + search: + terms: + - bud + - chronic + - drugs + - endica + - endo + - ganja + - marijuana + - mary jane + - pot + - reefer + - sativa + - spliff + - weed + - whacky-tabacky + styles: + - solid + unicode: f55f + voted: false +capsules: + aliases: + unicodes: + secondary: + - 10f46b + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Capsules + search: + terms: + - drugs + - medicine + - pills + - prescription + styles: + - solid + unicode: f46b + voted: false +car: + aliases: + names: + - automobile + unicodes: + composite: + - 1f698 + secondary: + - 10f1b9 + changes: + - 4.1.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Car + search: + terms: + - auto + - automobile + - car + - oncoming + - oncoming automobile + - sedan + - transportation + - travel + - vehicle + styles: + - solid + unicode: f1b9 + voted: false +car-battery: + aliases: + names: + - battery-car + unicodes: + secondary: + - 10f5df + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Car Battery + search: + terms: + - auto + - electric + - mechanic + - power + styles: + - solid + unicode: f5df + voted: false +car-burst: + aliases: + names: + - car-crash + unicodes: + secondary: + - 10f5e1 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Car Burst + search: + terms: + - accident + - auto + - automobile + - insurance + - sedan + - transportation + - vehicle + - wreck + styles: + - solid + unicode: f5e1 + voted: false +car-on: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Car On + search: + terms: + - alarm + - car + - carjack + - warning + styles: + - solid + unicode: e4dd + voted: false +car-rear: + aliases: + names: + - car-alt + unicodes: + secondary: + - 10f5de + changes: + - 5.2.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Car Rear + search: + terms: + - auto + - automobile + - sedan + - transportation + - travel + - vehicle + styles: + - solid + unicode: f5de + voted: false +car-side: + aliases: + unicodes: + composite: + - 1f697 + secondary: + - 10f5e4 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Car Side + search: + terms: + - auto + - automobile + - car + - sedan + - transportation + - travel + - vehicle + styles: + - solid + unicode: f5e4 + voted: false +car-tunnel: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Car Tunnel + search: + terms: + - road + - tunnel + styles: + - solid + unicode: e4de + voted: false +caravan: + aliases: + unicodes: + secondary: + - 10f8ff + changes: + - 5.12.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Caravan + search: + terms: + - camper + - motor home + - rv + - trailer + - travel + styles: + - solid + unicode: f8ff + voted: true +caret-down: + aliases: + unicodes: + secondary: + - 10f0d7 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Caret Down + search: + terms: + - arrow + - dropdown + - expand + - menu + - more + - triangle + styles: + - solid + unicode: f0d7 + voted: false +caret-left: + aliases: + unicodes: + secondary: + - 10f0d9 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Caret Left + search: + terms: + - arrow + - back + - previous + - triangle + styles: + - solid + unicode: f0d9 + voted: false +caret-right: + aliases: + unicodes: + secondary: + - 10f0da + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Caret Right + search: + terms: + - arrow + - forward + - next + - triangle + styles: + - solid + unicode: f0da + voted: false +caret-up: + aliases: + unicodes: + secondary: + - 10f0d8 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Caret Up + search: + terms: + - arrow + - collapse + - triangle + styles: + - solid + unicode: f0d8 + voted: false +carrot: + aliases: + unicodes: + composite: + - 1f955 + secondary: + - 10f787 + changes: + - 5.6.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Carrot + search: + terms: + - bugs bunny + - carrot + - food + - orange + - vegan + - vegetable + styles: + - solid + unicode: f787 + voted: false +cart-arrow-down: + aliases: + unicodes: + secondary: + - 10f218 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Cart Arrow Down + search: + terms: + - download + - save + - shopping + styles: + - solid + unicode: f218 + voted: false +cart-flatbed: + aliases: + names: + - dolly-flatbed + unicodes: + secondary: + - 10f474 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cart Flatbed + search: + terms: + - carry + - inventory + - shipping + - transport + styles: + - solid + unicode: f474 + voted: false +cart-flatbed-suitcase: + aliases: + names: + - luggage-cart + unicodes: + secondary: + - 10f59d + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cart Flatbed Suitcase + search: + terms: + - airport + - bag + - baggage + - suitcase + - travel + styles: + - solid + unicode: f59d + voted: false +cart-plus: + aliases: + unicodes: + secondary: + - 10f217 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Cart Plus + search: + terms: + - add + - create + - new + - positive + - shopping + styles: + - solid + unicode: f217 + voted: false +cart-shopping: + aliases: + names: + - shopping-cart + unicodes: + composite: + - 1f6d2 + secondary: + - 10f07a + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Cart Shopping + search: + terms: + - buy + - cart + - checkout + - grocery + - payment + - purchase + - shopping + - shopping cart + - trolley + styles: + - solid + unicode: f07a + voted: false +cash-register: + aliases: + unicodes: + secondary: + - 10f788 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cash Register + search: + terms: + - buy + - cha-ching + - change + - checkout + - commerce + - leaerboard + - machine + - pay + - payment + - purchase + - store + styles: + - solid + unicode: f788 + voted: true +cat: + aliases: + unicodes: + composite: + - 1f408 + secondary: + - 10f6be + changes: + - 5.4.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cat + search: + terms: + - cat + - feline + - halloween + - holiday + - kitten + - kitty + - meow + - pet + styles: + - solid + unicode: f6be + voted: true +cc-amazon-pay: + changes: + - 5.0.2 + label: Amazon Pay Credit Card + search: + terms: [] + styles: + - brands + unicode: f42d + voted: false +cc-amex: + changes: + - 4.2.0 + - 5.0.0 + - 5.7.0 + - 6.1.2 + label: American Express Credit Card + search: + terms: + - amex + styles: + - brands + unicode: f1f3 + voted: false +cc-apple-pay: + changes: + - 5.0.0 + label: Apple Pay Credit Card + search: + terms: [] + styles: + - brands + unicode: f416 + voted: false +cc-diners-club: + changes: + - 4.4.0 + - 5.0.0 + label: Diner's Club Credit Card + search: + terms: [] + styles: + - brands + unicode: f24c + voted: false +cc-discover: + changes: + - 4.2.0 + - 5.0.0 + label: Discover Credit Card + search: + terms: [] + styles: + - brands + unicode: f1f2 + voted: false +cc-jcb: + changes: + - 4.4.0 + - 5.0.0 + label: JCB Credit Card + search: + terms: [] + styles: + - brands + unicode: f24b + voted: false +cc-mastercard: + changes: + - 4.2.0 + - 5.0.0 + label: MasterCard Credit Card + search: + terms: [] + styles: + - brands + unicode: f1f1 + voted: false +cc-paypal: + changes: + - 4.2.0 + - 5.0.0 + label: Paypal Credit Card + search: + terms: [] + styles: + - brands + unicode: f1f4 + voted: false +cc-stripe: + changes: + - 4.2.0 + - 5.0.0 + label: Stripe Credit Card + search: + terms: [] + styles: + - brands + unicode: f1f5 + voted: false +cc-visa: + changes: + - 4.2.0 + - 5.0.0 + label: Visa Credit Card + search: + terms: [] + styles: + - brands + unicode: f1f0 + voted: false +cedi-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cedi Sign + search: + terms: + - Cedi Sign + - currency + styles: + - solid + unicode: e0df + voted: false +cent-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cent Sign + search: + terms: + - Cent Sign + - currency + styles: + - solid + unicode: e3f5 + voted: false +centercode: + changes: + - 5.0.0 + label: Centercode + search: + terms: [] + styles: + - brands + unicode: f380 + voted: false +centos: + changes: + - 5.6.0 + - 5.8.0 + label: Centos + search: + terms: + - linux + - operating system + - os + styles: + - brands + unicode: f789 + voted: true +certificate: + aliases: + unicodes: + secondary: + - 10f0a3 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Certificate + search: + terms: + - badge + - star + - verified + styles: + - solid + unicode: f0a3 + voted: false +chair: + aliases: + unicodes: + composite: + - 1fa91 + secondary: + - 10f6c0 + changes: + - 5.4.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chair + search: + terms: + - chair + - furniture + - seat + - sit + styles: + - solid + unicode: f6c0 + voted: true +chalkboard: + aliases: + names: + - blackboard + unicodes: + secondary: + - 10f51b + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chalkboard + search: + terms: + - blackboard + - learning + - school + - teaching + - whiteboard + - writing + styles: + - solid + unicode: f51b + voted: false +chalkboard-user: + aliases: + names: + - chalkboard-teacher + unicodes: + secondary: + - 10f51c + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chalkboard User + search: + terms: + - blackboard + - instructor + - learning + - professor + - school + - whiteboard + - writing + styles: + - solid + unicode: f51c + voted: false +champagne-glasses: + aliases: + names: + - glass-cheers + unicodes: + composite: + - 1f942 + secondary: + - 10f79f + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Champagne Glasses + search: + terms: + - alcohol + - bar + - beverage + - celebrate + - celebration + - champagne + - clink + - clinking glasses + - drink + - glass + - holiday + - new year's eve + - party + - toast + styles: + - solid + unicode: f79f + voted: false +charging-station: + aliases: + unicodes: + secondary: + - 10f5e7 + changes: + - 5.2.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Charging Station + search: + terms: + - electric + - ev + - tesla + - vehicle + styles: + - solid + unicode: f5e7 + voted: false +chart-area: + aliases: + names: + - area-chart + unicodes: + secondary: + - 10f1fe + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chart Area + search: + terms: + - analytics + - area + - chart + - graph + styles: + - solid + unicode: f1fe + voted: false +chart-bar: + aliases: + names: + - bar-chart + unicodes: + secondary: + - 10f080 + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chart Bar + search: + terms: + - analytics + - bar + - chart + - graph + styles: + - solid + - regular + unicode: f080 + voted: false +chart-column: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chart Column + search: + terms: + - bar + - bar chart + - chart + - graph + - track + - trend + styles: + - solid + unicode: e0e3 + voted: false +chart-gantt: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chart Gantt + search: + terms: + - chart + - graph + - track + - trend + styles: + - solid + unicode: e0e4 + voted: false +chart-line: + aliases: + names: + - line-chart + unicodes: + secondary: + - 10f201 + changes: + - 4.2.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chart Line + search: + terms: + - activity + - analytics + - chart + - dashboard + - gain + - graph + - increase + - line + styles: + - solid + unicode: f201 + voted: false +chart-pie: + aliases: + names: + - pie-chart + unicodes: + secondary: + - 10f200 + changes: + - 4.2.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chart Pie + search: + terms: + - analytics + - chart + - diagram + - graph + - pie + styles: + - solid + unicode: f200 + voted: false +chart-simple: + changes: + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chart Simple + search: + terms: + - analytics + - bar + - chart + - column + - graph + - row + - trend + styles: + - solid + unicode: e473 + voted: false +check: + aliases: + unicodes: + composite: + - '2713' + - '2714' + secondary: + - 10f00c + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Check + search: + terms: + - Check Mark + - accept + - agree + - check + - check mark + - checkmark + - confirm + - correct + - done + - mark + - notice + - notification + - notify + - ok + - select + - success + - tick + - todo + - 'yes' + - ✓ + styles: + - solid + unicode: f00c + voted: false +check-double: + aliases: + unicodes: + secondary: + - 10f560 + changes: + - 5.1.0 + - 5.8.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Check Double + search: + terms: + - accept + - agree + - checkmark + - confirm + - correct + - done + - notice + - notification + - notify + - ok + - select + - success + - tick + - todo + styles: + - solid + unicode: f560 + voted: true +check-to-slot: + aliases: + names: + - vote-yea + unicodes: + secondary: + - 10f772 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Check To Slot + search: + terms: + - accept + - cast + - election + - politics + - positive + - voting + - 'yes' + styles: + - solid + unicode: f772 + voted: false +cheese: + aliases: + unicodes: + secondary: + - 10f7ef + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cheese + search: + terms: + - cheddar + - curd + - gouda + - melt + - parmesan + - sandwich + - swiss + - wedge + styles: + - solid + unicode: f7ef + voted: false +chess: + aliases: + unicodes: + secondary: + - 10f439 + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chess + search: + terms: + - board + - castle + - checkmate + - game + - king + - rook + - strategy + - tournament + styles: + - solid + unicode: f439 + voted: false +chess-bishop: + aliases: + unicodes: + composite: + - 265d + secondary: + - 10f43a + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chess Bishop + search: + terms: + - Black Chess Bishop + - board + - checkmate + - game + - strategy + styles: + - solid + - regular + unicode: f43a + voted: false +chess-board: + aliases: + unicodes: + secondary: + - 10f43c + changes: + - 5.0.5 + - 5.7.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chess Board + search: + terms: + - board + - checkmate + - game + - strategy + styles: + - solid + unicode: f43c + voted: false +chess-king: + aliases: + unicodes: + composite: + - 265a + secondary: + - 10f43f + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chess King + search: + terms: + - Black Chess King + - board + - checkmate + - game + - strategy + styles: + - solid + - regular + unicode: f43f + voted: false +chess-knight: + aliases: + unicodes: + composite: + - 265e + secondary: + - 10f441 + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chess Knight + search: + terms: + - Black Chess Knight + - board + - checkmate + - game + - horse + - strategy + styles: + - solid + - regular + unicode: f441 + voted: false +chess-pawn: + aliases: + unicodes: + composite: + - 265f + secondary: + - 10f443 + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chess Pawn + search: + terms: + - board + - checkmate + - chess + - chess pawn + - dupe + - expendable + - game + - strategy + styles: + - solid + - regular + unicode: f443 + voted: false +chess-queen: + aliases: + unicodes: + composite: + - 265b + secondary: + - 10f445 + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chess Queen + search: + terms: + - Black Chess Queen + - board + - checkmate + - game + - strategy + styles: + - solid + - regular + unicode: f445 + voted: false +chess-rook: + aliases: + unicodes: + composite: + - 265c + secondary: + - 10f447 + changes: + - 5.0.5 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chess Rook + search: + terms: + - Black Chess Rook + - board + - castle + - checkmate + - game + - strategy + styles: + - solid + - regular + unicode: f447 + voted: false +chevron-down: + aliases: + unicodes: + secondary: + - 10f078 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chevron Down + search: + terms: + - arrow + - download + - expand + styles: + - solid + unicode: f078 + voted: false +chevron-left: + aliases: + unicodes: + composite: + - '2329' + secondary: + - 10f053 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chevron Left + search: + terms: + - Left-Pointing Angle Bracket + - arrow + - back + - bracket + - previous + styles: + - solid + unicode: f053 + voted: false +chevron-right: + aliases: + unicodes: + composite: + - 232a + secondary: + - 10f054 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chevron Right + search: + terms: + - Right-Pointing Angle Bracket + - arrow + - bracket + - forward + - next + styles: + - solid + unicode: f054 + voted: false +chevron-up: + aliases: + unicodes: + secondary: + - 10f077 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Chevron Up + search: + terms: + - arrow + - collapse + - upload + styles: + - solid + unicode: f077 + voted: false +child: + aliases: + unicodes: + secondary: + - 10f1ae + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.1.1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Child + search: + terms: + - boy + - girl + - kid + - toddler + - young + - youth + styles: + - solid + unicode: f1ae + voted: false +child-combatant: + aliases: + names: + - child-rifle + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Child Combatant + search: + terms: + - combatant + styles: + - solid + unicode: e4e0 + voted: false +child-dress: + changes: + - 6.1.1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Child Dress + search: + terms: + - boy + - girl + - kid + - toddler + - young + - youth + styles: + - solid + unicode: e59c + voted: false +child-reaching: + changes: + - 6.1.1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Child Reaching + search: + terms: + - boy + - girl + - kid + - toddler + - young + - youth + styles: + - solid + unicode: e59d + voted: false +children: + changes: + - 6.1.0 + - 6.1.1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Children + search: + terms: + - boy + - child + - girl + - kid + - kids + - young + - youth + styles: + - solid + unicode: e4e1 + voted: false +chrome: + changes: + - 4.4.0 + - 5.0.0 + - 6.1.2 + label: Chrome + search: + terms: + - browser + styles: + - brands + unicode: f268 + voted: false +chromecast: + changes: + - 5.8.0 + label: Chromecast + search: + terms: [] + styles: + - brands + unicode: f838 + voted: false +church: + aliases: + unicodes: + composite: + - 26ea + secondary: + - 10f51d + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Church + search: + terms: + - Christian + - building + - cathedral + - chapel + - church + - community + - cross + - religion + styles: + - solid + unicode: f51d + voted: true +circle: + aliases: + unicodes: + composite: + - 1f534 + - 1f535 + - 1f7e0 + - 1f7e1 + - 1f7e2 + - 1f7e3 + - 1f7e4 + - 25cf + - 26aa + - 26ab + - 2b24 + - f10c + - f1db + secondary: + - 10f111 + changes: + - 3.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle + search: + terms: + - Black Circle + - Black Large Circle + - black circle + - blue + - blue circle + - brown + - brown circle + - chart + - circle + - circle-thin + - diameter + - dot + - ellipse + - fill + - geometric + - green + - green circle + - notification + - orange + - orange circle + - progress + - purple + - purple circle + - red + - red circle + - round + - white circle + - yellow + - yellow circle + styles: + - solid + - regular + unicode: f111 + voted: false +circle-arrow-down: + aliases: + names: + - arrow-circle-down + unicodes: + secondary: + - 10f0ab + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Arrow Down + search: + terms: + - download + styles: + - solid + unicode: f0ab + voted: false +circle-arrow-left: + aliases: + names: + - arrow-circle-left + unicodes: + secondary: + - 10f0a8 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Arrow Left + search: + terms: + - back + - previous + styles: + - solid + unicode: f0a8 + voted: false +circle-arrow-right: + aliases: + names: + - arrow-circle-right + unicodes: + secondary: + - 10f0a9 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Arrow Right + search: + terms: + - forward + - next + styles: + - solid + unicode: f0a9 + voted: false +circle-arrow-up: + aliases: + names: + - arrow-circle-up + unicodes: + secondary: + - 10f0aa + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Arrow Up + search: + terms: + - upload + styles: + - solid + unicode: f0aa + voted: false +circle-check: + aliases: + names: + - check-circle + unicodes: + composite: + - f05d + secondary: + - 10f058 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Check + search: + terms: + - accept + - affected + - agree + - clear + - confirm + - correct + - done + - ok + - select + - success + - tick + - todo + - 'yes' + styles: + - solid + - regular + unicode: f058 + voted: false +circle-chevron-down: + aliases: + names: + - chevron-circle-down + unicodes: + secondary: + - 10f13a + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Chevron Down + search: + terms: + - arrow + - download + - dropdown + - menu + - more + styles: + - solid + unicode: f13a + voted: false +circle-chevron-left: + aliases: + names: + - chevron-circle-left + unicodes: + secondary: + - 10f137 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Chevron Left + search: + terms: + - arrow + - back + - previous + styles: + - solid + unicode: f137 + voted: false +circle-chevron-right: + aliases: + names: + - chevron-circle-right + unicodes: + secondary: + - 10f138 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Chevron Right + search: + terms: + - arrow + - forward + - next + styles: + - solid + unicode: f138 + voted: false +circle-chevron-up: + aliases: + names: + - chevron-circle-up + unicodes: + secondary: + - 10f139 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Chevron Up + search: + terms: + - arrow + - collapse + - upload + styles: + - solid + unicode: f139 + voted: false +circle-dollar-to-slot: + aliases: + names: + - donate + unicodes: + secondary: + - 10f4b9 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Dollar To Slot + search: + terms: + - contribute + - generosity + - gift + - give + styles: + - solid + unicode: f4b9 + voted: false +circle-dot: + aliases: + names: + - dot-circle + unicodes: + composite: + - 1f518 + secondary: + - 10f192 + changes: + - 4.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Dot + search: + terms: + - bullseye + - button + - geometric + - notification + - radio + - radio button + - target + styles: + - solid + - regular + unicode: f192 + voted: false +circle-down: + aliases: + names: + - arrow-alt-circle-down + unicodes: + composite: + - f01a + secondary: + - 10f358 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Down + search: + terms: + - arrow-circle-o-down + - download + styles: + - solid + - regular + unicode: f358 + voted: false +circle-exclamation: + aliases: + names: + - exclamation-circle + unicodes: + secondary: + - 10f06a + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Exclamation + search: + terms: + - affect + - alert + - damage + - danger + - error + - important + - notice + - notification + - notify + - problem + - warning + styles: + - solid + unicode: f06a + voted: false +circle-h: + aliases: + names: + - hospital-symbol + unicodes: + composite: + - 24bd + secondary: + - 10f47e + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle H + search: + terms: + - Circled Latin Capital Letter H + - clinic + - covid-19 + - emergency + - letter + - map + styles: + - solid + unicode: f47e + voted: false +circle-half-stroke: + aliases: + names: + - adjust + unicodes: + composite: + - 25d0 + secondary: + - 10f042 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Half Stroke + search: + terms: + - Circle with Left Half Black + - adjust + - chart + - contrast + - dark + - fill + - light + - pie + - progress + - saturation + styles: + - solid + unicode: f042 + voted: false +circle-info: + aliases: + names: + - info-circle + unicodes: + secondary: + - 10f05a + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Info + search: + terms: + - details + - help + - information + - more + - support + styles: + - solid + unicode: f05a + voted: false +circle-left: + aliases: + names: + - arrow-alt-circle-left + unicodes: + composite: + - f190 + secondary: + - 10f359 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Left + search: + terms: + - arrow-circle-o-left + - back + - previous + styles: + - solid + - regular + unicode: f359 + voted: false +circle-minus: + aliases: + names: + - minus-circle + unicodes: + secondary: + - 10f056 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Minus + search: + terms: + - delete + - hide + - negative + - remove + - shape + - trash + styles: + - solid + unicode: f056 + voted: false +circle-nodes: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Nodes + search: + terms: + - cluster + - connect + - network + styles: + - solid + unicode: e4e2 + voted: false +circle-notch: + aliases: + unicodes: + secondary: + - 10f1ce + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Notch + search: + terms: + - circle-o-notch + - diameter + - dot + - ellipse + - round + - spinner + styles: + - solid + unicode: f1ce + voted: false +circle-pause: + aliases: + names: + - pause-circle + unicodes: + composite: + - f28c + secondary: + - 10f28b + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Pause + search: + terms: + - hold + - wait + styles: + - solid + - regular + unicode: f28b + voted: false +circle-play: + aliases: + names: + - play-circle + unicodes: + composite: + - f01d + secondary: + - 10f144 + changes: + - 3.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Play + search: + terms: + - audio + - music + - playing + - sound + - start + - video + styles: + - solid + - regular + unicode: f144 + voted: false +circle-plus: + aliases: + names: + - plus-circle + unicodes: + secondary: + - 10f055 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Plus + search: + terms: + - add + - create + - expand + - new + - positive + - shape + styles: + - solid + unicode: f055 + voted: false +circle-question: + aliases: + names: + - question-circle + unicodes: + composite: + - f29c + secondary: + - 10f059 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Question + search: + terms: + - help + - information + - support + - unknown + styles: + - solid + - regular + unicode: f059 + voted: false +circle-radiation: + aliases: + names: + - radiation-alt + unicodes: + composite: + - '2622' + secondary: + - 10f7ba + changes: + - 5.6.0 + - 5.8.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Radiation + search: + terms: + - danger + - dangerous + - deadly + - hazard + - nuclear + - radioactive + - sign + - warning + styles: + - solid + unicode: f7ba + voted: true +circle-right: + aliases: + names: + - arrow-alt-circle-right + unicodes: + composite: + - f18e + secondary: + - 10f35a + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Right + search: + terms: + - arrow-circle-o-right + - forward + - next + styles: + - solid + - regular + unicode: f35a + voted: false +circle-stop: + aliases: + names: + - stop-circle + unicodes: + composite: + - f28e + secondary: + - 10f28d + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Stop + search: + terms: + - block + - box + - circle + - square + styles: + - solid + - regular + unicode: f28d + voted: false +circle-up: + aliases: + names: + - arrow-alt-circle-up + unicodes: + composite: + - f01b + secondary: + - 10f35b + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Up + search: + terms: + - arrow-circle-o-up + styles: + - solid + - regular + unicode: f35b + voted: false +circle-user: + aliases: + names: + - user-circle + unicodes: + composite: + - f2be + secondary: + - 10f2bd + changes: + - 4.7.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle User + search: + terms: + - users-people + styles: + - solid + - regular + unicode: f2bd + voted: false +circle-xmark: + aliases: + names: + - times-circle + - xmark-circle + unicodes: + composite: + - f05c + secondary: + - 10f057 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Circle Xmark + search: + terms: + - close + - cross + - destroy + - exit + - incorrect + - notice + - notification + - notify + - problem + - wrong + - x + styles: + - solid + - regular + unicode: f057 + voted: false +city: + aliases: + unicodes: + composite: + - 1f3d9 + secondary: + - 10f64f + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: City + search: + terms: + - buildings + - busy + - city + - cityscape + - skyscrapers + - urban + - windows + styles: + - solid + unicode: f64f + voted: false +clapperboard: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Clapperboard + search: + terms: + - camera + - clapper + - clapper board + - director + - film + - movie + - record + styles: + - solid + unicode: e131 + voted: true +clipboard: + aliases: + unicodes: + composite: + - 1f4cb + secondary: + - 10f328 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Clipboard + search: + terms: + - clipboar + - clipboard + - copy + - notes + - paste + - record + styles: + - solid + - regular + unicode: f328 + voted: false +clipboard-check: + aliases: + unicodes: + secondary: + - 10f46c + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Clipboard Check + search: + terms: + - accept + - agree + - confirm + - done + - ok + - select + - success + - tick + - todo + - 'yes' + styles: + - solid + unicode: f46c + voted: false +clipboard-list: + aliases: + unicodes: + secondary: + - 10f46d + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Clipboard List + search: + terms: + - checklist + - completed + - done + - finished + - intinerary + - ol + - schedule + - tick + - todo + - ul + styles: + - solid + unicode: f46d + voted: false +clipboard-question: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Clipboard Question + search: + terms: + - assistance + - interview + - query + - question + styles: + - solid + unicode: e4e3 + voted: false +clipboard-user: + aliases: + unicodes: + secondary: + - 10f7f3 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Clipboard User + search: + terms: + - attendance + - record + - roster + - staff + styles: + - solid + unicode: f7f3 + voted: false +clock: + aliases: + names: + - clock-four + unicodes: + composite: + - 1f553 + secondary: + - 10f017 + changes: + - 1.0.0 + - 5.0.0 + - 5.12.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Clock + search: + terms: + - '00' + - '4' + - '4:00' + - clock + - date + - four + - four o’clock + - hour + - late + - minute + - o'clock + - o’clock + - schedule + - ticking + - time + - timer + - timestamp + - watch + styles: + - solid + - regular + unicode: f017 + voted: false +clock-rotate-left: + aliases: + names: + - history + unicodes: + secondary: + - 10f1da + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Clock Rotate Left + search: + terms: + - Rewind + - clock + - reverse + - time + - time machine + - time travel + styles: + - solid + unicode: f1da + voted: false +clone: + aliases: + unicodes: + secondary: + - 10f24d + changes: + - 4.4.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Clone + search: + terms: + - arrange + - copy + - duplicate + - paste + styles: + - solid + - regular + unicode: f24d + voted: false +closed-captioning: + aliases: + unicodes: + secondary: + - 10f20a + changes: + - 4.2.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Closed Captioning + search: + terms: + - cc + - deaf + - hearing + - subtitle + - subtitling + - text + - video + styles: + - solid + - regular + unicode: f20a + voted: false +cloud: + aliases: + unicodes: + composite: + - '2601' + secondary: + - 10f0c2 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud + search: + terms: + - atmosphere + - cloud + - fog + - overcast + - save + - upload + - weather + styles: + - solid + unicode: f0c2 + voted: false +cloud-arrow-down: + aliases: + names: + - cloud-download + - cloud-download-alt + unicodes: + composite: + - f381 + primary: + - f381 + secondary: + - 10f0ed + - 10f381 + changes: + - 3.0.0 + - 5.0.0 + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud Arrow Down + search: + terms: + - download + - export + - save + styles: + - solid + unicode: f0ed + voted: false +cloud-arrow-up: + aliases: + names: + - cloud-upload + - cloud-upload-alt + unicodes: + composite: + - f382 + primary: + - f382 + secondary: + - 10f0ee + - 10f382 + changes: + - 3.0.0 + - 5.0.0 + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud Arrow Up + search: + terms: + - import + - save + - upload + styles: + - solid + unicode: f0ee + voted: false +cloud-bolt: + aliases: + names: + - thunderstorm + unicodes: + composite: + - 1f329 + secondary: + - 10f76c + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud Bolt + search: + terms: + - bolt + - cloud + - cloud with lightning + - lightning + - precipitation + - rain + - storm + - weather + styles: + - solid + unicode: f76c + voted: false +cloud-meatball: + aliases: + unicodes: + secondary: + - 10f73b + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud Meatball + search: + terms: + - FLDSMDFR + - food + - spaghetti + - storm + styles: + - solid + unicode: f73b + voted: false +cloud-moon: + aliases: + unicodes: + secondary: + - 10f6c3 + changes: + - 5.4.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud Moon + search: + terms: + - crescent + - evening + - lunar + - night + - partly cloudy + - sky + styles: + - solid + unicode: f6c3 + voted: false +cloud-moon-rain: + aliases: + unicodes: + secondary: + - 10f73c + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud Moon Rain + search: + terms: + - crescent + - evening + - lunar + - night + - partly cloudy + - precipitation + - rain + - sky + - storm + styles: + - solid + unicode: f73c + voted: false +cloud-rain: + aliases: + unicodes: + composite: + - 1f327 + - 26c6 + secondary: + - 10f73d + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud Rain + search: + terms: + - Rain + - cloud + - cloud with rain + - precipitation + - rain + - sky + - storm + styles: + - solid + unicode: f73d + voted: false +cloud-showers-heavy: + aliases: + unicodes: + secondary: + - 10f740 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud Showers Heavy + search: + terms: + - precipitation + - rain + - sky + - storm + styles: + - solid + unicode: f740 + voted: false +cloud-showers-water: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud Showers Water + search: + terms: + - cloud + - deluge + - flood + - rain + - storm + - surge + styles: + - solid + unicode: e4e4 + voted: false +cloud-sun: + aliases: + unicodes: + composite: + - 26c5 + secondary: + - 10f6c4 + changes: + - 5.4.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud Sun + search: + terms: + - clear + - cloud + - day + - daytime + - fall + - outdoors + - overcast + - partly cloudy + - sun + - sun behind cloud + styles: + - solid + unicode: f6c4 + voted: false +cloud-sun-rain: + aliases: + unicodes: + composite: + - 1f326 + secondary: + - 10f743 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cloud Sun Rain + search: + terms: + - cloud + - day + - overcast + - precipitation + - rain + - storm + - summer + - sun + - sun behind rain cloud + - sunshower + styles: + - solid + unicode: f743 + voted: false +cloudflare: + changes: + - 5.15.0 + label: Cloudflare + search: + terms: [] + styles: + - brands + unicode: e07d + voted: false +cloudscale: + changes: + - 5.0.0 + label: cloudscale.ch + search: + terms: [] + styles: + - brands + unicode: f383 + voted: false +cloudsmith: + changes: + - 5.0.0 + - 6.4.1 + label: Cloudsmith + search: + terms: [] + styles: + - brands + unicode: f384 + voted: false +cloudversify: + changes: + - 5.0.0 + label: cloudversify + search: + terms: [] + styles: + - brands + unicode: f385 + voted: false +clover: + changes: + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Clover + search: + terms: + - '4' + - charm + - clover + - four + - four leaf clover + - four-leaf clover + - leaf + - leprechaun + - luck + - lucky + styles: + - solid + unicode: e139 + voted: false +cmplid: + changes: + - 6.0.0-beta1 + label: Cmplid + search: + terms: [] + styles: + - brands + unicode: e360 + voted: false +code: + aliases: + unicodes: + secondary: + - 10f121 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Code + search: + terms: + - brackets + - code + - development + - html + styles: + - solid + unicode: f121 + voted: false +code-branch: + aliases: + unicodes: + secondary: + - 10f126 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Code Branch + search: + terms: + - branch + - git + - github + - rebase + - svn + - vcs + - version + styles: + - solid + unicode: f126 + voted: false +code-commit: + aliases: + unicodes: + secondary: + - 10f386 + changes: + - 5.0.0 + - 5.1.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Code Commit + search: + terms: + - commit + - git + - github + - hash + - rebase + - svn + - vcs + - version + styles: + - solid + unicode: f386 + voted: false +code-compare: + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Code Compare + search: + terms: + - compare + - git + - github + - svn + - version + styles: + - solid + unicode: e13a + voted: false +code-fork: + changes: + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Code Fork + search: + terms: + - fork + - git + - github + - svn + - version + styles: + - solid + unicode: e13b + voted: false +code-merge: + aliases: + unicodes: + secondary: + - 10f387 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Code Merge + search: + terms: + - git + - github + - merge + - pr + - rebase + - svn + - vcs + - version + styles: + - solid + unicode: f387 + voted: false +code-pull-request: + changes: + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Code Pull Request + search: + terms: + - git + - github + - pr + - svn + - version + styles: + - solid + unicode: e13c + voted: false +codepen: + changes: + - 4.1.0 + - 5.0.0 + label: Codepen + search: + terms: [] + styles: + - brands + unicode: f1cb + voted: false +codiepie: + changes: + - 4.5.0 + - 5.0.0 + label: Codie Pie + search: + terms: [] + styles: + - brands + unicode: f284 + voted: false +coins: + aliases: + unicodes: + secondary: + - 10f51e + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Coins + search: + terms: + - currency + - dime + - financial + - gold + - money + - penny + styles: + - solid + unicode: f51e + voted: true +colon-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Colon Sign + search: + terms: + - Colon Sign + - currency + styles: + - solid + unicode: e140 + voted: false +comment: + aliases: + unicodes: + composite: + - 1f5e9 + - f0e5 + secondary: + - 10f075 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Comment + search: + terms: + - Right Speech Bubble + - bubble + - chat + - commenting + - conversation + - feedback + - message + - note + - notification + - sms + - speech + - texting + styles: + - solid + - regular + unicode: f075 + voted: false +comment-dollar: + aliases: + unicodes: + secondary: + - 10f651 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Comment Dollar + search: + terms: + - bubble + - chat + - commenting + - conversation + - feedback + - message + - money + - note + - notification + - pay + - sms + - speech + - spend + - texting + - transfer + styles: + - solid + unicode: f651 + voted: false +comment-dots: + aliases: + names: + - commenting + unicodes: + composite: + - 1f4ac + - f27b + secondary: + - 10f4ad + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Comment Dots + search: + terms: + - balloon + - bubble + - chat + - comic + - commenting + - conversation + - dialog + - feedback + - message + - more + - note + - notification + - reply + - sms + - speech + - speech balloon + - texting + styles: + - solid + - regular + unicode: f4ad + voted: false +comment-medical: + aliases: + unicodes: + secondary: + - 10f7f5 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Comment Medical + search: + terms: + - advice + - bubble + - chat + - commenting + - conversation + - diagnose + - feedback + - message + - note + - notification + - prescription + - sms + - speech + - texting + styles: + - solid + unicode: f7f5 + voted: false +comment-slash: + aliases: + unicodes: + secondary: + - 10f4b3 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Comment Slash + search: + terms: + - bubble + - cancel + - chat + - commenting + - conversation + - feedback + - message + - mute + - note + - notification + - quiet + - sms + - speech + - texting + styles: + - solid + unicode: f4b3 + voted: false +comment-sms: + aliases: + names: + - sms + unicodes: + secondary: + - 10f7cd + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Comment Sms + search: + terms: + - chat + - conversation + - message + - mobile + - notification + - phone + - sms + - texting + styles: + - solid + unicode: f7cd + voted: true +comments: + aliases: + unicodes: + composite: + - 1f5ea + - f0e6 + secondary: + - 10f086 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Comments + search: + terms: + - Two Speech Bubbles + - bubble + - chat + - commenting + - conversation + - feedback + - message + - note + - notification + - sms + - speech + - texting + styles: + - solid + - regular + unicode: f086 + voted: false +comments-dollar: + aliases: + unicodes: + secondary: + - 10f653 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Comments Dollar + search: + terms: + - bubble + - chat + - commenting + - conversation + - feedback + - message + - money + - note + - notification + - pay + - sms + - speech + - spend + - texting + - transfer + styles: + - solid + unicode: f653 + voted: false +compact-disc: + aliases: + unicodes: + composite: + - 1f4bf + - 1f4c0 + - 1f5b8 + secondary: + - 10f51f + changes: + - 5.0.13 + - 5.10.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Compact Disc + search: + terms: + - Optical Disc Icon + - album + - blu-ray + - bluray + - cd + - computer + - disc + - disk + - dvd + - media + - movie + - music + - optical + - optical disk + - record + - video + - vinyl + styles: + - solid + unicode: f51f + voted: true +compass: + aliases: + unicodes: + composite: + - 1f9ed + secondary: + - 10f14e + changes: + - 3.2.0 + - 5.0.0 + - 5.2.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Compass + search: + terms: + - compass + - directions + - directory + - location + - magnetic + - menu + - navigation + - orienteering + - safari + - travel + styles: + - solid + - regular + unicode: f14e + voted: false +compass-drafting: + aliases: + names: + - drafting-compass + unicodes: + secondary: + - 10f568 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Compass Drafting + search: + terms: + - design + - map + - mechanical drawing + - plot + - plotting + styles: + - solid + unicode: f568 + voted: false +compress: + aliases: + unicodes: + secondary: + - 10f066 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Compress + search: + terms: + - collapse + - fullscreen + - minimize + - move + - resize + - shrink + - smaller + styles: + - solid + unicode: f066 + voted: false +computer: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Computer + search: + terms: + - computer + - desktop + - display + - monitor + - tower + styles: + - solid + unicode: e4e5 + voted: false +computer-mouse: + aliases: + names: + - mouse + unicodes: + composite: + - 1f5b1 + secondary: + - 10f8cc + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Computer Mouse + search: + terms: + - click + - computer + - computer mouse + - cursor + - input + - peripheral + styles: + - solid + unicode: f8cc + voted: true +confluence: + changes: + - 5.6.0 + label: Confluence + search: + terms: + - atlassian + styles: + - brands + unicode: f78d + voted: true +connectdevelop: + changes: + - 4.3.0 + - 5.0.0 + label: Connect Develop + search: + terms: [] + styles: + - brands + unicode: f20e + voted: false +contao: + changes: + - 4.4.0 + - 5.0.0 + label: Contao + search: + terms: [] + styles: + - brands + unicode: f26d + voted: false +cookie: + aliases: + unicodes: + composite: + - 1f36a + secondary: + - 10f563 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cookie + search: + terms: + - baked good + - chips + - chocolate + - cookie + - dessert + - eat + - snack + - sweet + - treat + styles: + - solid + unicode: f563 + voted: true +cookie-bite: + aliases: + unicodes: + secondary: + - 10f564 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cookie Bite + search: + terms: + - baked good + - bitten + - chips + - chocolate + - eat + - snack + - sweet + - treat + styles: + - solid + unicode: f564 + voted: true +copy: + aliases: + unicodes: + secondary: + - 10f0c5 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Copy + search: + terms: + - clone + - duplicate + - file + - files-o + - paper + - paste + styles: + - solid + - regular + unicode: f0c5 + voted: false +copyright: + aliases: + unicodes: + composite: + - a9 + secondary: + - 10f1f9 + changes: + - 4.2.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Copyright + search: + terms: + - brand + - c + - copyright + - mark + - register + - trademark + styles: + - solid + - regular + unicode: f1f9 + voted: false +cotton-bureau: + changes: + - 5.10.0 + label: Cotton Bureau + search: + terms: + - clothing + - t-shirts + - tshirts + styles: + - brands + unicode: f89e + voted: false +couch: + aliases: + unicodes: + secondary: + - 10f4b8 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Couch + search: + terms: + - chair + - cushion + - furniture + - relax + - sofa + styles: + - solid + unicode: f4b8 + voted: false +cow: + aliases: + unicodes: + composite: + - 1f404 + secondary: + - 10f6c8 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cow + search: + terms: + - agriculture + - animal + - beef + - bovine + - co + - cow + - farm + - fauna + - livestock + - mammal + - milk + - moo + styles: + - solid + unicode: f6c8 + voted: false +cpanel: + changes: + - 5.0.0 + label: cPanel + search: + terms: [] + styles: + - brands + unicode: f388 + voted: false +creative-commons: + changes: + - 4.4.0 + - 5.0.0 + - 5.0.11 + - 5.1.0 + label: Creative Commons + search: + terms: [] + styles: + - brands + unicode: f25e + voted: false +creative-commons-by: + changes: + - 5.0.11 + label: Creative Commons Attribution + search: + terms: [] + styles: + - brands + unicode: f4e7 + voted: false +creative-commons-nc: + changes: + - 5.0.11 + label: Creative Commons Noncommercial + search: + terms: [] + styles: + - brands + unicode: f4e8 + voted: false +creative-commons-nc-eu: + changes: + - 5.0.11 + label: Creative Commons Noncommercial (Euro Sign) + search: + terms: [] + styles: + - brands + unicode: f4e9 + voted: false +creative-commons-nc-jp: + changes: + - 5.0.11 + label: Creative Commons Noncommercial (Yen Sign) + search: + terms: [] + styles: + - brands + unicode: f4ea + voted: false +creative-commons-nd: + changes: + - 5.0.11 + label: Creative Commons No Derivative Works + search: + terms: [] + styles: + - brands + unicode: f4eb + voted: false +creative-commons-pd: + changes: + - 5.0.11 + label: Creative Commons Public Domain + search: + terms: [] + styles: + - brands + unicode: f4ec + voted: false +creative-commons-pd-alt: + changes: + - 5.0.11 + label: Alternate Creative Commons Public Domain + search: + terms: [] + styles: + - brands + unicode: f4ed + voted: false +creative-commons-remix: + changes: + - 5.0.11 + label: Creative Commons Remix + search: + terms: [] + styles: + - brands + unicode: f4ee + voted: false +creative-commons-sa: + changes: + - 5.0.11 + label: Creative Commons Share Alike + search: + terms: [] + styles: + - brands + unicode: f4ef + voted: false +creative-commons-sampling: + changes: + - 5.0.11 + label: Creative Commons Sampling + search: + terms: [] + styles: + - brands + unicode: f4f0 + voted: false +creative-commons-sampling-plus: + changes: + - 5.0.11 + label: Creative Commons Sampling + + search: + terms: [] + styles: + - brands + unicode: f4f1 + voted: false +creative-commons-share: + changes: + - 5.0.11 + label: Creative Commons Share + search: + terms: [] + styles: + - brands + unicode: f4f2 + voted: false +creative-commons-zero: + changes: + - 5.0.11 + - 5.4.0 + label: Creative Commons CC0 + search: + terms: [] + styles: + - brands + unicode: f4f3 + voted: false +credit-card: + aliases: + names: + - credit-card-alt + unicodes: + composite: + - 1f4b3 + - f283 + secondary: + - 10f09d + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Credit Card + search: + terms: + - buy + - card + - checkout + - credit + - credit card + - credit-card-alt + - debit + - money + - payment + - purchase + styles: + - solid + - regular + unicode: f09d + voted: false +critical-role: + changes: + - 5.4.0 + - 5.8.0 + label: Critical Role + search: + terms: + - Dungeons & Dragons + - d&d + - dnd + - fantasy + - game + - gaming + - tabletop + styles: + - brands + unicode: f6c9 + voted: false +crop: + aliases: + unicodes: + secondary: + - 10f125 + changes: + - 3.1.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Crop + search: + terms: + - design + - frame + - mask + - resize + - shrink + styles: + - solid + unicode: f125 + voted: false +crop-simple: + aliases: + names: + - crop-alt + unicodes: + secondary: + - 10f565 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Crop Simple + search: + terms: + - design + - frame + - mask + - resize + - shrink + styles: + - solid + unicode: f565 + voted: false +cross: + aliases: + unicodes: + composite: + - 1f547 + - 271d + secondary: + - 10f654 + changes: + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cross + search: + terms: + - Christian + - Heavy Latin Cross + - catholicism + - christianity + - church + - cross + - jesus + - latin cross + - religion + styles: + - solid + unicode: f654 + voted: false +crosshairs: + aliases: + unicodes: + secondary: + - 10f05b + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Crosshairs + search: + terms: + - aim + - bullseye + - gpd + - picker + - position + styles: + - solid + unicode: f05b + voted: false +crow: + aliases: + unicodes: + secondary: + - 10f520 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Crow + search: + terms: + - bird + - bullfrog + - fauna + - halloween + - holiday + - toad + styles: + - solid + unicode: f520 + voted: false +crown: + aliases: + unicodes: + composite: + - 1f451 + secondary: + - 10f521 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Crown + search: + terms: + - award + - clothing + - crown + - favorite + - king + - queen + - royal + - tiara + styles: + - solid + unicode: f521 + voted: true +crutch: + aliases: + unicodes: + secondary: + - 10f7f7 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Crutch + search: + terms: + - cane + - injury + - mobility + - wheelchair + styles: + - solid + unicode: f7f7 + voted: false +cruzeiro-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cruzeiro Sign + search: + terms: + - Cruzeiro Sign + - currency + styles: + - solid + unicode: e152 + voted: false +css3: + changes: + - 3.1.0 + - 5.0.0 + label: CSS 3 Logo + search: + terms: + - code + styles: + - brands + unicode: f13c + voted: false +css3-alt: + changes: + - 5.0.0 + label: Alternate CSS3 Logo + search: + terms: [] + styles: + - brands + unicode: f38b + voted: false +cube: + aliases: + unicodes: + secondary: + - 10f1b2 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cube + search: + terms: + - 3d + - block + - dice + - package + - square + - tesseract + styles: + - solid + unicode: f1b2 + voted: false +cubes: + aliases: + unicodes: + secondary: + - 10f1b3 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cubes + search: + terms: + - 3d + - block + - dice + - package + - pyramid + - square + - stack + - tesseract + styles: + - solid + unicode: f1b3 + voted: false +cubes-stacked: + changes: + - 6.1.0 + - 6.1.1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Cubes Stacked + search: + terms: + - blocks + - cubes + - sugar + styles: + - solid + unicode: e4e6 + voted: false +cuttlefish: + changes: + - 5.0.0 + label: Cuttlefish + search: + terms: [] + styles: + - brands + unicode: f38c + voted: false +d: + aliases: + unicodes: + composite: + - '64' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: D + search: + terms: + - Latin Capital Letter D + - Latin Small Letter D + - letter + styles: + - solid + unicode: '44' + voted: false +d-and-d: + changes: + - 5.0.0 + label: Dungeons & Dragons + search: + terms: [] + styles: + - brands + unicode: f38d + voted: false +d-and-d-beyond: + changes: + - 5.4.0 + label: D&D Beyond + search: + terms: + - Dungeons & Dragons + - d&d + - dnd + - fantasy + - gaming + - tabletop + styles: + - brands + unicode: f6ca + voted: false +dailymotion: + changes: + - 5.12.1 + - 5.14.0 + label: dailymotion + search: + terms: [] + styles: + - brands + unicode: e052 + voted: true +dashcube: + changes: + - 4.3.0 + - 5.0.0 + - 5.0.3 + label: DashCube + search: + terms: [] + styles: + - brands + unicode: f210 + voted: false +database: + aliases: + unicodes: + secondary: + - 10f1c0 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Database + search: + terms: + - computer + - development + - directory + - memory + - storage + styles: + - solid + unicode: f1c0 + voted: false +debian: + changes: + - 6.4.1 + label: Debian + search: + terms: [] + styles: + - brands + unicode: e60b + voted: false +deezer: + changes: + - 5.13.1 + - 5.14.0 + label: Deezer + search: + terms: [] + styles: + - brands + unicode: e077 + voted: true +delete-left: + aliases: + names: + - backspace + unicodes: + composite: + - 232b + secondary: + - 10f55a + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Delete Left + search: + terms: + - Erase to the Left + - command + - delete + - erase + - keyboard + - undo + styles: + - solid + unicode: f55a + voted: true +delicious: + changes: + - 4.1.0 + - 5.0.0 + - 5.7.0 + label: Delicious + search: + terms: [] + styles: + - brands + unicode: f1a5 + voted: false +democrat: + aliases: + unicodes: + secondary: + - 10f747 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Democrat + search: + terms: + - american + - democratic party + - donkey + - election + - left + - left-wing + - liberal + - politics + - usa + styles: + - solid + unicode: f747 + voted: false +deploydog: + changes: + - 5.0.0 + label: deploy.dog + search: + terms: [] + styles: + - brands + unicode: f38e + voted: false +deskpro: + changes: + - 5.0.0 + label: Deskpro + search: + terms: [] + styles: + - brands + unicode: f38f + voted: false +desktop: + aliases: + names: + - desktop-alt + unicodes: + composite: + - 1f5a5 + - f108 + primary: + - f108 + secondary: + - 10f108 + - 10f390 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Desktop + search: + terms: + - computer + - cpu + - demo + - desktop + - desktop computer + - device + - imac + - machine + - monitor + - pc + - screen + styles: + - solid + unicode: f390 + voted: false +dev: + changes: + - 5.4.0 + label: DEV + search: + terms: [] + styles: + - brands + unicode: f6cc + voted: true +deviantart: + changes: + - 4.1.0 + - 5.0.0 + label: deviantART + search: + terms: [] + styles: + - brands + unicode: f1bd + voted: false +dharmachakra: + aliases: + unicodes: + composite: + - '2638' + secondary: + - 10f655 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dharmachakra + search: + terms: + - Buddhist + - buddhism + - buddhist + - dharma + - religion + - wheel + - wheel of dharma + styles: + - solid + unicode: f655 + voted: false +dhl: + changes: + - 5.6.0 + label: DHL + search: + terms: + - Dalsey + - Hillblom and Lynn + - german + - package + - shipping + styles: + - brands + unicode: f790 + voted: false +diagram-next: + changes: + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Diagram Next + search: + terms: + - cells + - chart + - gantt + - row + - subtask + - successor + - table + styles: + - solid + unicode: e476 + voted: false +diagram-predecessor: + changes: + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Diagram Predecessor + search: + terms: + - cells + - chart + - gantt + - predecessor + - previous + - row + - subtask + - table + styles: + - solid + unicode: e477 + voted: false +diagram-project: + aliases: + names: + - project-diagram + unicodes: + secondary: + - 10f542 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Diagram Project + search: + terms: + - chart + - graph + - network + - pert + styles: + - solid + unicode: f542 + voted: false +diagram-successor: + changes: + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Diagram Successor + search: + terms: + - cells + - chart + - gantt + - next + - row + - subtask + - successor + - table + styles: + - solid + unicode: e47a + voted: false +diamond: + aliases: + unicodes: + composite: + - '2666' + secondary: + - 10f219 + changes: + - 4.3.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Diamond + search: + terms: + - card + - cards + - diamond suit + - game + - gem + - gemstone + - poker + - suit + styles: + - solid + unicode: f219 + voted: false +diamond-turn-right: + aliases: + names: + - directions + unicodes: + secondary: + - 10f5eb + changes: + - 5.2.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Diamond Turn Right + search: + terms: + - map + - navigation + - sign + - turn + styles: + - solid + unicode: f5eb + voted: false +diaspora: + changes: + - 5.6.0 + - 5.8.0 + label: Diaspora + search: + terms: [] + styles: + - brands + unicode: f791 + voted: true +dice: + aliases: + unicodes: + composite: + - 1f3b2 + secondary: + - 10f522 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dice + search: + terms: + - chance + - dice + - die + - gambling + - game + - game die + - roll + styles: + - solid + unicode: f522 + voted: true +dice-d20: + aliases: + unicodes: + secondary: + - 10f6cf + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dice D20 + search: + terms: + - Dungeons & Dragons + - chance + - d&d + - dnd + - fantasy + - gambling + - game + - roll + styles: + - solid + unicode: f6cf + voted: true +dice-d6: + aliases: + unicodes: + secondary: + - 10f6d1 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dice D6 + search: + terms: + - Dungeons & Dragons + - chance + - d&d + - dnd + - fantasy + - gambling + - game + - roll + styles: + - solid + unicode: f6d1 + voted: false +dice-five: + aliases: + unicodes: + composite: + - '2684' + secondary: + - 10f523 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dice Five + search: + terms: + - Die Face-5 + - chance + - gambling + - game + - roll + styles: + - solid + unicode: f523 + voted: true +dice-four: + aliases: + unicodes: + composite: + - '2683' + secondary: + - 10f524 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dice Four + search: + terms: + - Die Face-4 + - chance + - gambling + - game + - roll + styles: + - solid + unicode: f524 + voted: true +dice-one: + aliases: + unicodes: + composite: + - '2680' + secondary: + - 10f525 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dice One + search: + terms: + - Die Face-1 + - chance + - gambling + - game + - roll + styles: + - solid + unicode: f525 + voted: true +dice-six: + aliases: + unicodes: + composite: + - '2685' + secondary: + - 10f526 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dice Six + search: + terms: + - Die Face-6 + - chance + - gambling + - game + - roll + styles: + - solid + unicode: f526 + voted: true +dice-three: + aliases: + unicodes: + composite: + - '2682' + secondary: + - 10f527 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dice Three + search: + terms: + - Die Face-3 + - chance + - gambling + - game + - roll + styles: + - solid + unicode: f527 + voted: true +dice-two: + aliases: + unicodes: + composite: + - '2681' + secondary: + - 10f528 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dice Two + search: + terms: + - Die Face-2 + - chance + - gambling + - game + - roll + styles: + - solid + unicode: f528 + voted: true +digg: + changes: + - 4.1.0 + - 5.0.0 + label: Digg Logo + search: + terms: [] + styles: + - brands + unicode: f1a6 + voted: false +digital-ocean: + changes: + - 5.0.0 + - 5.7.0 + label: Digital Ocean + search: + terms: [] + styles: + - brands + unicode: f391 + voted: false +discord: + changes: + - 5.0.0 + - 5.15.4 + - 6.0.0-beta1 + label: Discord + search: + terms: [] + styles: + - brands + unicode: f392 + voted: false +discourse: + changes: + - 5.0.0 + - 5.0.3 + label: Discourse + search: + terms: [] + styles: + - brands + unicode: f393 + voted: false +disease: + aliases: + unicodes: + secondary: + - 10f7fa + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Disease + search: + terms: + - bacteria + - cancer + - coronavirus + - covid-19 + - flu + - illness + - infection + - pandemic + - sickness + - virus + styles: + - solid + unicode: f7fa + voted: false +display: + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Display + search: + terms: + - Screen + - computer + - desktop + - imac + styles: + - solid + unicode: e163 + voted: false +divide: + aliases: + unicodes: + composite: + - '2797' + - f7 + secondary: + - 10f529 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Divide + search: + terms: + - Division Sign + - arithmetic + - calculus + - divide + - division + - math + - sign + - ÷ + styles: + - solid + unicode: f529 + voted: false +dna: + aliases: + unicodes: + composite: + - 1f9ec + secondary: + - 10f471 + changes: + - 5.0.7 + - 5.0.10 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dna + search: + terms: + - biologist + - dna + - double helix + - evolution + - gene + - genetic + - genetics + - helix + - life + - molecule + - protein + styles: + - solid + unicode: f471 + voted: false +dochub: + changes: + - 5.0.0 + label: DocHub + search: + terms: [] + styles: + - brands + unicode: f394 + voted: false +docker: + changes: + - 5.0.0 + label: Docker + search: + terms: [] + styles: + - brands + unicode: f395 + voted: false +dog: + aliases: + unicodes: + composite: + - 1f415 + secondary: + - 10f6d3 + changes: + - 5.4.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dog + search: + terms: + - animal + - canine + - dog + - fauna + - mammal + - pet + - pooch + - puppy + - woof + styles: + - solid + unicode: f6d3 + voted: false +dollar-sign: + aliases: + names: + - dollar + - usd + unicodes: + composite: + - 1f4b2 + - f155 + primary: + - f155 + secondary: + - '1024' + - 10f155 + changes: + - 3.2.0 + - 5.0.0 + - 5.0.9 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dollar Sign + search: + terms: + - Dollar Sign + - currency + - dollar + - heavy dollar sign + - money + styles: + - solid + unicode: '24' + voted: false +dolly: + aliases: + names: + - dolly-box + unicodes: + secondary: + - 10f472 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dolly + search: + terms: + - carry + - shipping + - transport + styles: + - solid + unicode: f472 + voted: false +dong-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dong Sign + search: + terms: + - Dong Sign + - currency + styles: + - solid + unicode: e169 + voted: false +door-closed: + aliases: + unicodes: + composite: + - 1f6aa + secondary: + - 10f52a + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Door Closed + search: + terms: + - doo + - door + - enter + - exit + - locked + styles: + - solid + unicode: f52a + voted: true +door-open: + aliases: + unicodes: + secondary: + - 10f52b + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Door Open + search: + terms: + - enter + - exit + - welcome + styles: + - solid + unicode: f52b + voted: true +dove: + aliases: + unicodes: + composite: + - 1f54a + secondary: + - 10f4ba + changes: + - 5.0.9 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dove + search: + terms: + - bird + - dove + - fauna + - fly + - flying + - peace + - war + styles: + - solid + unicode: f4ba + voted: false +down-left-and-up-right-to-center: + aliases: + names: + - compress-alt + unicodes: + secondary: + - 10f422 + changes: + - 1.0.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Down Left And Up Right To Center + search: + terms: + - collapse + - fullscreen + - minimize + - move + - resize + - shrink + - smaller + styles: + - solid + unicode: f422 + voted: false +down-long: + aliases: + names: + - long-arrow-alt-down + unicodes: + secondary: + - 10f309 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Down Long + search: + terms: + - download + - long-arrow-down + styles: + - solid + unicode: f309 + voted: false +download: + aliases: + unicodes: + secondary: + - 10f019 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Download + search: + terms: + - export + - hard drive + - save + - transfer + styles: + - solid + unicode: f019 + voted: false +draft2digital: + changes: + - 5.0.0 + label: Draft2digital + search: + terms: [] + styles: + - brands + unicode: f396 + voted: false +dragon: + aliases: + unicodes: + composite: + - 1f409 + secondary: + - 10f6d5 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dragon + search: + terms: + - Dungeons & Dragons + - d&d + - dnd + - dragon + - fairy tale + - fantasy + - fire + - lizard + - serpent + styles: + - solid + unicode: f6d5 + voted: false +draw-polygon: + aliases: + unicodes: + secondary: + - 10f5ee + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Draw Polygon + search: + terms: + - anchors + - lines + - object + - render + - shape + styles: + - solid + unicode: f5ee + voted: false +dribbble: + changes: + - 5.0.0 + label: Dribbble + search: + terms: [] + styles: + - brands + unicode: f17d + voted: false +dropbox: + changes: + - 3.2.0 + - 5.0.0 + - 5.0.1 + label: Dropbox + search: + terms: [] + styles: + - brands + unicode: f16b + voted: false +droplet: + aliases: + names: + - tint + unicodes: + composite: + - 1f4a7 + secondary: + - 10f043 + changes: + - 1.0.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Droplet + search: + terms: + - cold + - color + - comic + - drop + - droplet + - raindrop + - sweat + - waterdrop + styles: + - solid + unicode: f043 + voted: false +droplet-slash: + aliases: + names: + - tint-slash + unicodes: + secondary: + - 10f5c7 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Droplet Slash + search: + terms: + - color + - drop + - droplet + - raindrop + - waterdrop + styles: + - solid + unicode: f5c7 + voted: false +drum: + aliases: + unicodes: + composite: + - 1f941 + secondary: + - 10f569 + changes: + - 5.1.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Drum + search: + terms: + - drum + - drumsticks + - instrument + - music + - percussion + - snare + - sound + styles: + - solid + unicode: f569 + voted: true +drum-steelpan: + aliases: + unicodes: + secondary: + - 10f56a + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Drum Steelpan + search: + terms: + - calypso + - instrument + - music + - percussion + - reggae + - snare + - sound + - steel + - tropical + styles: + - solid + unicode: f56a + voted: false +drumstick-bite: + aliases: + unicodes: + secondary: + - 10f6d7 + changes: + - 5.4.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Drumstick Bite + search: + terms: + - bone + - chicken + - leg + - meat + - poultry + - turkey + styles: + - solid + unicode: f6d7 + voted: false +drupal: + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + label: Drupal Logo + search: + terms: [] + styles: + - brands + unicode: f1a9 + voted: false +dumbbell: + aliases: + unicodes: + secondary: + - 10f44b + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dumbbell + search: + terms: + - exercise + - gym + - strength + - weight + - weight-lifting + styles: + - solid + unicode: f44b + voted: false +dumpster: + aliases: + unicodes: + secondary: + - 10f793 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dumpster + search: + terms: + - alley + - bin + - commercial + - trash + - waste + styles: + - solid + unicode: f793 + voted: true +dumpster-fire: + aliases: + unicodes: + secondary: + - 10f794 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dumpster Fire + search: + terms: + - alley + - bin + - commercial + - danger + - dangerous + - euphemism + - flame + - heat + - hot + - trash + - waste + styles: + - solid + unicode: f794 + voted: true +dungeon: + aliases: + unicodes: + secondary: + - 10f6d9 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Dungeon + search: + terms: + - Dungeons & Dragons + - building + - d&d + - dnd + - door + - entrance + - fantasy + - gate + styles: + - solid + unicode: f6d9 + voted: false +dyalog: + changes: + - 5.0.0 + label: Dyalog + search: + terms: [] + styles: + - brands + unicode: f399 + voted: false +e: + aliases: + unicodes: + composite: + - '65' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: E + search: + terms: + - Latin Capital Letter E + - Latin Small Letter E + - letter + styles: + - solid + unicode: '45' + voted: false +ear-deaf: + aliases: + names: + - deaf + - deafness + - hard-of-hearing + unicodes: + secondary: + - 10f2a4 + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ear Deaf + search: + terms: + - ear + - hearing + - sign language + styles: + - solid + unicode: f2a4 + voted: false +ear-listen: + aliases: + names: + - assistive-listening-systems + unicodes: + secondary: + - 10f2a2 + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ear Listen + search: + terms: + - amplify + - audio + - deaf + - ear + - headset + - hearing + - sound + styles: + - solid + unicode: f2a2 + voted: false +earlybirds: + changes: + - 5.0.0 + label: Earlybirds + search: + terms: [] + styles: + - brands + unicode: f39a + voted: false +earth-africa: + aliases: + names: + - globe-africa + unicodes: + composite: + - 1f30d + secondary: + - 10f57c + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Earth Africa + search: + terms: + - africa + - all + - country + - earth + - europe + - global + - globe + - gps + - language + - localize + - location + - map + - online + - place + - planet + - translate + - travel + - world + styles: + - solid + unicode: f57c + voted: false +earth-americas: + aliases: + names: + - earth + - earth-america + - globe-americas + unicodes: + composite: + - 1f30e + secondary: + - 10f57d + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Earth Americas + search: + terms: + - all + - america + - country + - earth + - global + - globe + - gps + - language + - localize + - location + - map + - online + - place + - planet + - translate + - travel + - world + styles: + - solid + unicode: f57d + voted: false +earth-asia: + aliases: + names: + - globe-asia + unicodes: + composite: + - 1f30f + secondary: + - 10f57e + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Earth Asia + search: + terms: + - all + - asia + - australia + - country + - earth + - global + - globe + - gps + - language + - localize + - location + - map + - online + - place + - planet + - translate + - travel + - world + styles: + - solid + unicode: f57e + voted: false +earth-europe: + aliases: + names: + - globe-europe + unicodes: + secondary: + - 10f7a2 + changes: + - 5.6.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Earth Europe + search: + terms: + - all + - country + - earth + - europe + - global + - globe + - gps + - language + - localize + - location + - map + - online + - place + - planet + - translate + - travel + - world + styles: + - solid + unicode: f7a2 + voted: true +earth-oceania: + aliases: + names: + - globe-oceania + changes: + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Earth Oceania + search: + terms: + - all + - australia + - country + - earth + - global + - globe + - gps + - language + - localize + - location + - map + - melanesia + - micronesia + - new zealand + - online + - place + - planet + - polynesia + - translate + - travel + - world + styles: + - solid + unicode: e47b + voted: false +ebay: + changes: + - 5.0.11 + - 5.7.0 + label: eBay + search: + terms: [] + styles: + - brands + unicode: f4f4 + voted: true +edge: + changes: + - 4.5.0 + - 5.0.0 + - 5.12.1 + - 6.1.2 + label: Edge Browser + search: + terms: + - browser + - ie + styles: + - brands + unicode: f282 + voted: false +edge-legacy: + changes: + - 5.13.1 + - 5.14.0 + label: Edge Legacy Browser + search: + terms: [] + styles: + - brands + unicode: e078 + voted: false +egg: + aliases: + unicodes: + composite: + - 1f95a + secondary: + - 10f7fb + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Egg + search: + terms: + - breakfast + - chicken + - easter + - egg + - food + - shell + - yolk + styles: + - solid + unicode: f7fb + voted: false +eject: + aliases: + unicodes: + composite: + - 23cf + secondary: + - 10f052 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Eject + search: + terms: + - abort + - cancel + - cd + - discharge + - eject + - eject button + styles: + - solid + unicode: f052 + voted: false +elementor: + changes: + - 5.0.3 + - 6.1.0 + label: Elementor + search: + terms: [] + styles: + - brands + unicode: f430 + voted: true +elevator: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Elevator + search: + terms: + - accessibility + - elevator + - hoist + - lift + - users-people + styles: + - solid + unicode: e16d + voted: true +ellipsis: + aliases: + names: + - ellipsis-h + unicodes: + secondary: + - 10f141 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ellipsis + search: + terms: + - dots + - drag + - kebab + - list + - menu + - nav + - navigation + - ol + - pacman + - reorder + - settings + - ul + styles: + - solid + unicode: f141 + voted: false +ellipsis-vertical: + aliases: + names: + - ellipsis-v + unicodes: + secondary: + - 10f142 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ellipsis Vertical + search: + terms: + - dots + - drag + - kebab + - list + - menu + - nav + - navigation + - ol + - reorder + - settings + - ul + styles: + - solid + unicode: f142 + voted: false +ello: + changes: + - 5.2.0 + label: Ello + search: + terms: [] + styles: + - brands + unicode: f5f1 + voted: true +ember: + changes: + - 5.0.0 + - 5.0.3 + label: Ember + search: + terms: [] + styles: + - brands + unicode: f423 + voted: false +empire: + changes: + - 4.1.0 + - 5.0.0 + label: Galactic Empire + search: + terms: [] + styles: + - brands + unicode: f1d1 + voted: false +envelope: + aliases: + unicodes: + composite: + - 1f582 + - '2709' + - f003 + secondary: + - 10f0e0 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Envelope + search: + terms: + - Back of Envelope + - e-mail + - email + - envelope + - letter + - mail + - message + - notification + - support + styles: + - solid + - regular + unicode: f0e0 + voted: false +envelope-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Envelope Circle Check + search: + terms: + - check + - email + - envelope + - mail + - not affected + - ok + - okay + - read + - sent + styles: + - solid + unicode: e4e8 + voted: false +envelope-open: + aliases: + unicodes: + composite: + - f2b7 + secondary: + - 10f2b6 + changes: + - 4.7.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Envelope Open + search: + terms: + - e-mail + - email + - letter + - mail + - message + - notification + - support + styles: + - solid + - regular + unicode: f2b6 + voted: false +envelope-open-text: + aliases: + unicodes: + secondary: + - 10f658 + changes: + - 5.3.0 + - 5.10.1 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Envelope Open Text + search: + terms: + - e-mail + - email + - letter + - mail + - message + - notification + - support + styles: + - solid + unicode: f658 + voted: false +envelopes-bulk: + aliases: + names: + - mail-bulk + unicodes: + secondary: + - 10f674 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Envelopes Bulk + search: + terms: + - archive + - envelope + - letter + - post office + - postal + - postcard + - send + - stamp + - usps + styles: + - solid + unicode: f674 + voted: false +envira: + changes: + - 4.6.0 + - 5.0.0 + label: Envira Gallery + search: + terms: + - leaf + styles: + - brands + unicode: f299 + voted: false +equals: + aliases: + unicodes: + composite: + - f52c + primary: + - f52c + secondary: + - 103d + - 10f52c + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Equals + search: + terms: + - Equals Sign + - arithmetic + - even + - match + - math + styles: + - solid + unicode: 3d + voted: false +eraser: + aliases: + unicodes: + secondary: + - 10f12d + changes: + - 3.1.0 + - 5.0.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Eraser + search: + terms: + - art + - delete + - remove + - rubber + styles: + - solid + unicode: f12d + voted: false +erlang: + changes: + - 5.0.0 + - 5.0.3 + - 5.7.0 + label: Erlang + search: + terms: [] + styles: + - brands + unicode: f39d + voted: false +ethereum: + changes: + - 5.0.2 + label: Ethereum + search: + terms: [] + styles: + - brands + unicode: f42e + voted: true +ethernet: + aliases: + unicodes: + secondary: + - 10f796 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ethernet + search: + terms: + - cable + - cat 5 + - cat 6 + - connection + - hardware + - internet + - network + - wired + styles: + - solid + unicode: f796 + voted: true +etsy: + changes: + - 4.7.0 + - 5.0.0 + label: Etsy + search: + terms: [] + styles: + - brands + unicode: f2d7 + voted: false +euro-sign: + aliases: + names: + - eur + - euro + unicodes: + composite: + - 20ac + secondary: + - 10f153 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Euro Sign + search: + terms: + - Euro Sign + - currency + styles: + - solid + unicode: f153 + voted: false +evernote: + changes: + - 5.8.0 + label: Evernote + search: + terms: [] + styles: + - brands + unicode: f839 + voted: false +exclamation: + aliases: + unicodes: + composite: + - '2755' + - '2757' + - f12a + primary: + - f12a + secondary: + - '1021' + - 10f12a + changes: + - 3.1.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Exclamation + search: + terms: + - '!' + - Exclamation Mark + - alert + - danger + - error + - exclamation + - important + - mark + - notice + - notification + - notify + - outlined + - problem + - punctuation + - red exclamation mark + - warning + - white exclamation mark + styles: + - solid + unicode: '21' + voted: false +expand: + aliases: + unicodes: + secondary: + - 10f065 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Expand + search: + terms: + - bigger + - crop + - enlarge + - focus + - fullscreen + - resize + - viewfinder + styles: + - solid + unicode: f065 + voted: false +expeditedssl: + changes: + - 4.4.0 + - 5.0.0 + label: ExpeditedSSL + search: + terms: [] + styles: + - brands + unicode: f23e + voted: false +explosion: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Explosion + search: + terms: + - blast + - blowup + - boom + - crash + - detonation + - explosion + styles: + - solid + unicode: e4e9 + voted: false +eye: + aliases: + unicodes: + composite: + - 1f441 + secondary: + - 10f06e + changes: + - 1.0.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Eye + search: + terms: + - body + - eye + - look + - optic + - see + - seen + - show + - sight + - views + - visible + styles: + - solid + - regular + unicode: f06e + voted: false +eye-dropper: + aliases: + names: + - eye-dropper-empty + - eyedropper + unicodes: + secondary: + - 10f1fb + changes: + - 4.2.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Eye Dropper + search: + terms: + - beaker + - clone + - color + - copy + - eyedropper + - pipette + styles: + - solid + unicode: f1fb + voted: false +eye-low-vision: + aliases: + names: + - low-vision + unicodes: + secondary: + - 10f2a8 + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Eye Low Vision + search: + terms: + - blind + - eye + - sight + styles: + - solid + unicode: f2a8 + voted: false +eye-slash: + aliases: + unicodes: + secondary: + - 10f070 + changes: + - 1.0.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Eye Slash + search: + terms: + - blind + - hide + - show + - toggle + - unseen + - views + - visible + - visiblity + styles: + - solid + - regular + unicode: f070 + voted: false +f: + aliases: + unicodes: + composite: + - '66' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: F + search: + terms: + - Latin Capital Letter F + - Latin Small Letter F + - letter + styles: + - solid + unicode: '46' + voted: false +face-angry: + aliases: + names: + - angry + unicodes: + composite: + - 1f620 + secondary: + - 10f556 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Angry + search: + terms: + - angry + - angry face + - disapprove + - emoticon + - face + - mad + - upset + styles: + - solid + - regular + unicode: f556 + voted: false +face-dizzy: + aliases: + names: + - dizzy + unicodes: + secondary: + - 10f567 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Dizzy + search: + terms: + - dazed + - dead + - disapprove + - emoticon + - face + styles: + - solid + - regular + unicode: f567 + voted: false +face-flushed: + aliases: + names: + - flushed + unicodes: + composite: + - 1f633 + secondary: + - 10f579 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Flushed + search: + terms: + - dazed + - embarrassed + - emoticon + - face + - flushed + - flushed face + styles: + - solid + - regular + unicode: f579 + voted: false +face-frown: + aliases: + names: + - frown + unicodes: + composite: + - '2639' + secondary: + - 10f119 + changes: + - 3.1.0 + - 5.0.0 + - 5.0.9 + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Frown + search: + terms: + - disapprove + - emoticon + - face + - frown + - frowning face + - rating + - sad + styles: + - solid + - regular + unicode: f119 + voted: false +face-frown-open: + aliases: + names: + - frown-open + unicodes: + composite: + - 1f626 + secondary: + - 10f57a + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Frown Open + search: + terms: + - disapprove + - emoticon + - face + - frown + - frowning face with open mouth + - mouth + - open + - rating + - sad + styles: + - solid + - regular + unicode: f57a + voted: false +face-grimace: + aliases: + names: + - grimace + unicodes: + composite: + - 1f62c + secondary: + - 10f57f + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grimace + search: + terms: + - cringe + - emoticon + - face + - grimace + - grimacing face + - teeth + styles: + - solid + - regular + unicode: f57f + voted: false +face-grin: + aliases: + names: + - grin + unicodes: + composite: + - 1f600 + secondary: + - 10f580 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin + search: + terms: + - emoticon + - face + - grin + - grinning face + - laugh + - smile + styles: + - solid + - regular + unicode: f580 + voted: false +face-grin-beam: + aliases: + names: + - grin-beam + unicodes: + composite: + - 1f604 + secondary: + - 10f582 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Beam + search: + terms: + - emoticon + - eye + - face + - grinning face with smiling eyes + - laugh + - mouth + - open + - smile + styles: + - solid + - regular + unicode: f582 + voted: false +face-grin-beam-sweat: + aliases: + names: + - grin-beam-sweat + unicodes: + composite: + - 1f605 + secondary: + - 10f583 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Beam Sweat + search: + terms: + - cold + - embarass + - emoticon + - face + - grinning face with sweat + - open + - smile + - sweat + styles: + - solid + - regular + unicode: f583 + voted: false +face-grin-hearts: + aliases: + names: + - grin-hearts + unicodes: + composite: + - 1f60d + secondary: + - 10f584 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Hearts + search: + terms: + - emoticon + - eye + - face + - love + - smile + - smiling face with heart-eyes + styles: + - solid + - regular + unicode: f584 + voted: false +face-grin-squint: + aliases: + names: + - grin-squint + unicodes: + composite: + - 1f606 + secondary: + - 10f585 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Squint + search: + terms: + - emoticon + - face + - grinning squinting face + - laugh + - mouth + - satisfied + - smile + styles: + - solid + - regular + unicode: f585 + voted: false +face-grin-squint-tears: + aliases: + names: + - grin-squint-tears + unicodes: + composite: + - 1f923 + secondary: + - 10f586 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Squint Tears + search: + terms: + - emoticon + - face + - floor + - happy + - laugh + - rolling + - rolling on the floor laughing + - smile + styles: + - solid + - regular + unicode: f586 + voted: false +face-grin-stars: + aliases: + names: + - grin-stars + unicodes: + composite: + - 1f929 + secondary: + - 10f587 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Stars + search: + terms: + - emoticon + - eyes + - face + - grinning + - star + - star-struck + - starry-eyed + styles: + - solid + - regular + unicode: f587 + voted: false +face-grin-tears: + aliases: + names: + - grin-tears + unicodes: + composite: + - 1f602 + secondary: + - 10f588 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Tears + search: + terms: + - LOL + - emoticon + - face + - face with tears of joy + - joy + - laugh + - tear + styles: + - solid + - regular + unicode: f588 + voted: false +face-grin-tongue: + aliases: + names: + - grin-tongue + unicodes: + composite: + - 1f61b + secondary: + - 10f589 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Tongue + search: + terms: + - LOL + - emoticon + - face + - face with tongue + - tongue + styles: + - solid + - regular + unicode: f589 + voted: false +face-grin-tongue-squint: + aliases: + names: + - grin-tongue-squint + unicodes: + composite: + - 1f61d + secondary: + - 10f58a + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Tongue Squint + search: + terms: + - LOL + - emoticon + - eye + - face + - horrible + - squinting face with tongue + - taste + - tongue + styles: + - solid + - regular + unicode: f58a + voted: false +face-grin-tongue-wink: + aliases: + names: + - grin-tongue-wink + unicodes: + composite: + - 1f61c + secondary: + - 10f58b + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 5.12.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Tongue Wink + search: + terms: + - LOL + - emoticon + - eye + - face + - joke + - tongue + - wink + - winking face with tongue + styles: + - solid + - regular + unicode: f58b + voted: false +face-grin-wide: + aliases: + names: + - grin-alt + unicodes: + composite: + - 1f603 + secondary: + - 10f581 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Wide + search: + terms: + - emoticon + - face + - grinning face with big eyes + - laugh + - mouth + - open + - smile + styles: + - solid + - regular + unicode: f581 + voted: false +face-grin-wink: + aliases: + names: + - grin-wink + unicodes: + secondary: + - 10f58c + changes: + - 5.1.0 + - 5.1.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Grin Wink + search: + terms: + - emoticon + - face + - flirt + - laugh + - smile + styles: + - solid + - regular + unicode: f58c + voted: false +face-kiss: + aliases: + names: + - kiss + unicodes: + composite: + - 1f617 + secondary: + - 10f596 + changes: + - 5.1.0 + - 5.1.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Kiss + search: + terms: + - beso + - emoticon + - face + - kiss + - kissing face + - love + - smooch + styles: + - solid + - regular + unicode: f596 + voted: false +face-kiss-beam: + aliases: + names: + - kiss-beam + unicodes: + composite: + - 1f619 + secondary: + - 10f597 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Kiss Beam + search: + terms: + - beso + - emoticon + - eye + - face + - kiss + - kissing face with smiling eyes + - love + - smile + - smooch + styles: + - solid + - regular + unicode: f597 + voted: false +face-kiss-wink-heart: + aliases: + names: + - kiss-wink-heart + unicodes: + composite: + - 1f618 + secondary: + - 10f598 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Kiss Wink Heart + search: + terms: + - beso + - emoticon + - face + - face blowing a kiss + - kiss + - love + - smooch + styles: + - solid + - regular + unicode: f598 + voted: false +face-laugh: + aliases: + names: + - laugh + unicodes: + secondary: + - 10f599 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Laugh + search: + terms: + - LOL + - emoticon + - face + - laugh + - smile + styles: + - solid + - regular + unicode: f599 + voted: false +face-laugh-beam: + aliases: + names: + - laugh-beam + unicodes: + composite: + - 1f601 + secondary: + - 10f59a + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Laugh Beam + search: + terms: + - LOL + - beaming face with smiling eyes + - emoticon + - eye + - face + - grin + - happy + - smile + styles: + - solid + - regular + unicode: f59a + voted: false +face-laugh-squint: + aliases: + names: + - laugh-squint + unicodes: + secondary: + - 10f59b + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Laugh Squint + search: + terms: + - LOL + - emoticon + - face + - happy + - smile + styles: + - solid + - regular + unicode: f59b + voted: false +face-laugh-wink: + aliases: + names: + - laugh-wink + unicodes: + secondary: + - 10f59c + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Laugh Wink + search: + terms: + - LOL + - emoticon + - face + - happy + - smile + styles: + - solid + - regular + unicode: f59c + voted: false +face-meh: + aliases: + names: + - meh + unicodes: + composite: + - 1f610 + secondary: + - 10f11a + changes: + - 3.1.0 + - 5.0.0 + - 5.0.9 + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Meh + search: + terms: + - deadpan + - emoticon + - face + - meh + - neutral + - neutral face + - rating + styles: + - solid + - regular + unicode: f11a + voted: false +face-meh-blank: + aliases: + names: + - meh-blank + unicodes: + composite: + - 1f636 + secondary: + - 10f5a4 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Meh Blank + search: + terms: + - emoticon + - face + - face without mouth + - mouth + - neutral + - quiet + - rating + - silent + styles: + - solid + - regular + unicode: f5a4 + voted: false +face-rolling-eyes: + aliases: + names: + - meh-rolling-eyes + unicodes: + composite: + - 1f644 + secondary: + - 10f5a5 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Rolling Eyes + search: + terms: + - emoticon + - eyeroll + - eyes + - face + - face with rolling eyes + - neutral + - rating + - rolling + styles: + - solid + - regular + unicode: f5a5 + voted: false +face-sad-cry: + aliases: + names: + - sad-cry + unicodes: + composite: + - 1f62d + secondary: + - 10f5b3 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Sad Cry + search: + terms: + - cry + - emoticon + - face + - loudly crying face + - sad + - sob + - tear + - tears + styles: + - solid + - regular + unicode: f5b3 + voted: false +face-sad-tear: + aliases: + names: + - sad-tear + unicodes: + composite: + - 1f622 + secondary: + - 10f5b4 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Sad Tear + search: + terms: + - cry + - crying face + - emoticon + - face + - sad + - tear + - tears + styles: + - solid + - regular + unicode: f5b4 + voted: false +face-smile: + aliases: + names: + - smile + unicodes: + composite: + - 1f642 + secondary: + - 10f118 + changes: + - 3.1.0 + - 5.0.0 + - 5.0.9 + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Smile + search: + terms: + - approve + - emoticon + - face + - happy + - rating + - satisfied + - slightly smiling face + - smile + styles: + - solid + - regular + unicode: f118 + voted: false +face-smile-beam: + aliases: + names: + - smile-beam + unicodes: + composite: + - 1f60a + secondary: + - 10f5b8 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Smile Beam + search: + terms: + - blush + - emoticon + - eye + - face + - happy + - positive + - smile + - smiling face with smiling eyes + styles: + - solid + - regular + unicode: f5b8 + voted: false +face-smile-wink: + aliases: + names: + - smile-wink + unicodes: + composite: + - 1f609 + secondary: + - 10f4da + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Smile Wink + search: + terms: + - emoticon + - face + - happy + - hint + - joke + - wink + - winking face + styles: + - solid + - regular + unicode: f4da + voted: false +face-surprise: + aliases: + names: + - surprise + unicodes: + composite: + - 1f62e + secondary: + - 10f5c2 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Surprise + search: + terms: + - emoticon + - face + - face with open mouth + - mouth + - open + - shocked + - sympathy + styles: + - solid + - regular + unicode: f5c2 + voted: false +face-tired: + aliases: + names: + - tired + unicodes: + composite: + - 1f62b + secondary: + - 10f5c8 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Face Tired + search: + terms: + - angry + - emoticon + - face + - grumpy + - tired + - tired face + - upset + styles: + - solid + - regular + unicode: f5c8 + voted: false +facebook: + aliases: + unicodes: + composite: + - f230 + changes: + - 2.0.0 + - 5.0.0 + - 5.8.2 + label: Facebook + search: + terms: + - facebook-official + - social network + styles: + - brands + unicode: f09a + voted: false +facebook-f: + changes: + - 5.0.0 + - 5.8.2 + label: Facebook F + search: + terms: + - facebook + styles: + - brands + unicode: f39e + voted: false +facebook-messenger: + changes: + - 5.0.0 + - 5.8.2 + - 5.9.0 + label: Facebook Messenger + search: + terms: [] + styles: + - brands + unicode: f39f + voted: false +fan: + aliases: + unicodes: + secondary: + - 10f863 + changes: + - 5.9.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fan + search: + terms: + - ac + - air conditioning + - blade + - blower + - cool + - hot + styles: + - solid + unicode: f863 + voted: true +fantasy-flight-games: + changes: + - 5.4.0 + label: Fantasy Flight-games + search: + terms: + - Dungeons & Dragons + - d&d + - dnd + - fantasy + - game + - gaming + - tabletop + styles: + - brands + unicode: f6dc + voted: false +faucet: + aliases: + unicodes: + secondary: + - '10e005' + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Faucet + search: + terms: + - covid-19 + - drinking + - drip + - house + - hygiene + - kitchen + - potable + - potable water + - sanitation + - sink + - water + styles: + - solid + unicode: e005 + voted: false +faucet-drip: + aliases: + unicodes: + composite: + - 1f6b0 + secondary: + - '10e006' + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Faucet Drip + search: + terms: + - drinking + - drip + - house + - hygiene + - kitchen + - potable + - potable water + - sanitation + - sink + - water + styles: + - solid + unicode: e006 + voted: false +fax: + aliases: + unicodes: + composite: + - 1f4e0 + - 1f5b7 + secondary: + - 10f1ac + changes: + - 4.1.0 + - 5.0.0 + - 5.3.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fax + search: + terms: + - Fax Icon + - business + - communicate + - copy + - facsimile + - fax + - fax machine + - send + styles: + - solid + unicode: f1ac + voted: false +feather: + aliases: + unicodes: + composite: + - 1fab6 + secondary: + - 10f52d + changes: + - 5.0.13 + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Feather + search: + terms: + - bird + - feather + - flight + - light + - plucked + - plumage + - quill + - write + styles: + - solid + unicode: f52d + voted: true +feather-pointed: + aliases: + names: + - feather-alt + unicodes: + secondary: + - 10f56b + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Feather Pointed + search: + terms: + - bird + - light + - plucked + - quill + - write + styles: + - solid + unicode: f56b + voted: true +fedex: + changes: + - 5.6.0 + label: FedEx + search: + terms: + - Federal Express + - package + - shipping + styles: + - brands + unicode: f797 + voted: false +fedora: + changes: + - 5.6.0 + - 5.6.3 + - 5.8.0 + - 6.0.0 + label: Fedora + search: + terms: + - linux + - operating system + - os + styles: + - brands + unicode: f798 + voted: true +ferry: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ferry + search: + terms: + - barge + - boat + - carry + - ferryboat + - ship + styles: + - solid + unicode: e4ea + voted: false +figma: + changes: + - 5.6.0 + - 5.7.0 + - 5.8.0 + - 5.15.4 + - 6.0.0-beta2 + label: Figma + search: + terms: + - app + - design + - interface + styles: + - brands + unicode: f799 + voted: false +file: + aliases: + unicodes: + composite: + - 1f4c4 + - 1f5cb + - f016 + secondary: + - 10f15b + changes: + - 3.2.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File + search: + terms: + - Empty Document + - document + - new + - page + - page facing up + - pdf + - resume + styles: + - solid + - regular + unicode: f15b + voted: false +file-arrow-down: + aliases: + names: + - file-download + unicodes: + secondary: + - 10f56d + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Arrow Down + search: + terms: + - document + - export + - save + styles: + - solid + unicode: f56d + voted: true +file-arrow-up: + aliases: + names: + - file-upload + unicodes: + secondary: + - 10f574 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Arrow Up + search: + terms: + - document + - import + - page + - save + styles: + - solid + unicode: f574 + voted: true +file-audio: + aliases: + unicodes: + secondary: + - 10f1c7 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Audio + search: + terms: + - document + - mp3 + - music + - page + - play + - sound + styles: + - solid + - regular + unicode: f1c7 + voted: false +file-circle-check: + changes: + - 6.0.0 + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Circle Check + search: + terms: + - document + - file + - not affected + - ok + - okay + - paper + styles: + - solid + unicode: e5a0 + voted: false +file-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Circle Exclamation + search: + terms: + - document + - file + - paper + styles: + - solid + unicode: e4eb + voted: false +file-circle-minus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Circle Minus + search: + terms: + - document + - file + - paper + styles: + - solid + unicode: e4ed + voted: false +file-circle-plus: + aliases: + unicodes: + composite: + - e4ee + changes: + - 6.0.0 + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Circle Plus + search: + terms: + - add + - document + - file + - new + - page + - paper + - pdf + styles: + - solid + unicode: e494 + voted: false +file-circle-question: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Circle Question + search: + terms: + - document + - file + - paper + styles: + - solid + unicode: e4ef + voted: false +file-circle-xmark: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Circle Xmark + search: + terms: + - document + - file + - paper + styles: + - solid + unicode: e5a1 + voted: false +file-code: + aliases: + unicodes: + secondary: + - 10f1c9 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Code + search: + terms: + - css + - development + - document + - html + styles: + - solid + - regular + unicode: f1c9 + voted: false +file-contract: + aliases: + unicodes: + secondary: + - 10f56c + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Contract + search: + terms: + - agreement + - binding + - document + - legal + - signature + styles: + - solid + unicode: f56c + voted: false +file-csv: + aliases: + unicodes: + secondary: + - 10f6dd + changes: + - 5.4.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Csv + search: + terms: + - document + - excel + - numbers + - spreadsheets + - table + styles: + - solid + unicode: f6dd + voted: false +file-excel: + aliases: + unicodes: + secondary: + - 10f1c3 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Excel + search: + terms: + - csv + - document + - numbers + - spreadsheets + - table + styles: + - solid + - regular + unicode: f1c3 + voted: false +file-export: + aliases: + names: + - arrow-right-from-file + unicodes: + secondary: + - 10f56e + changes: + - 5.1.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Export + search: + terms: + - download + - save + styles: + - solid + unicode: f56e + voted: true +file-image: + aliases: + unicodes: + composite: + - 1f5bb + secondary: + - 10f1c5 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Image + search: + terms: + - Document with Picture + - document + - image + - jpg + - photo + - png + styles: + - solid + - regular + unicode: f1c5 + voted: false +file-import: + aliases: + names: + - arrow-right-to-file + unicodes: + secondary: + - 10f56f + changes: + - 5.1.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Import + search: + terms: + - copy + - document + - send + - upload + styles: + - solid + unicode: f56f + voted: true +file-invoice: + aliases: + unicodes: + secondary: + - 10f570 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Invoice + search: + terms: + - account + - bill + - charge + - document + - payment + - receipt + styles: + - solid + unicode: f570 + voted: true +file-invoice-dollar: + aliases: + unicodes: + secondary: + - 10f571 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Invoice Dollar + search: + terms: + - $ + - account + - bill + - charge + - document + - dollar-sign + - money + - payment + - receipt + - usd + styles: + - solid + unicode: f571 + voted: true +file-lines: + aliases: + names: + - file-alt + - file-text + unicodes: + composite: + - 1f5b9 + - 1f5ce + - f0f6 + secondary: + - 10f15c + changes: + - 3.2.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Lines + search: + terms: + - Document + - Document with Text + - document + - file-text + - invoice + - new + - page + - pdf + styles: + - solid + - regular + unicode: f15c + voted: false +file-medical: + aliases: + unicodes: + secondary: + - 10f477 + changes: + - 5.0.7 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Medical + search: + terms: + - document + - health + - history + - prescription + - record + styles: + - solid + unicode: f477 + voted: false +file-pdf: + aliases: + unicodes: + secondary: + - 10f1c1 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Pdf + search: + terms: + - acrobat + - document + - preview + - save + styles: + - solid + - regular + unicode: f1c1 + voted: false +file-pen: + aliases: + names: + - file-edit + unicodes: + composite: + - 1f4dd + secondary: + - 10f31c + changes: + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Pen + search: + terms: + - edit + - memo + - pen + - pencil + - update + - write + styles: + - solid + unicode: f31c + voted: false +file-powerpoint: + aliases: + unicodes: + secondary: + - 10f1c4 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Powerpoint + search: + terms: + - display + - document + - keynote + - presentation + styles: + - solid + - regular + unicode: f1c4 + voted: false +file-prescription: + aliases: + unicodes: + secondary: + - 10f572 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Prescription + search: + terms: + - document + - drugs + - medical + - medicine + - rx + styles: + - solid + unicode: f572 + voted: false +file-shield: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Shield + search: + terms: + - antivirus + - data + - document + - protect + - safe + - safety + - secure + styles: + - solid + unicode: e4f0 + voted: false +file-signature: + aliases: + unicodes: + secondary: + - 10f573 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Signature + search: + terms: + - John Hancock + - contract + - document + - name + styles: + - solid + unicode: f573 + voted: true +file-video: + aliases: + unicodes: + secondary: + - 10f1c8 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Video + search: + terms: + - document + - m4v + - movie + - mp4 + - play + styles: + - solid + - regular + unicode: f1c8 + voted: false +file-waveform: + aliases: + names: + - file-medical-alt + unicodes: + secondary: + - 10f478 + changes: + - 5.0.7 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Waveform + search: + terms: + - document + - health + - history + - prescription + - record + styles: + - solid + unicode: f478 + voted: false +file-word: + aliases: + unicodes: + secondary: + - 10f1c2 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Word + search: + terms: + - document + - edit + - page + - text + - writing + styles: + - solid + - regular + unicode: f1c2 + voted: false +file-zipper: + aliases: + names: + - file-archive + unicodes: + secondary: + - 10f1c6 + changes: + - 4.1.0 + - 5.0.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: File Zipper + search: + terms: + - .zip + - bundle + - compress + - compression + - download + - zip + styles: + - solid + - regular + unicode: f1c6 + voted: false +fill: + aliases: + unicodes: + secondary: + - 10f575 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fill + search: + terms: + - bucket + - color + - paint + - paint bucket + styles: + - solid + unicode: f575 + voted: false +fill-drip: + aliases: + unicodes: + secondary: + - 10f576 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fill Drip + search: + terms: + - bucket + - color + - drop + - paint + - paint bucket + - spill + styles: + - solid + unicode: f576 + voted: false +film: + aliases: + unicodes: + composite: + - 1f39e + secondary: + - 10f008 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Film + search: + terms: + - cinema + - film + - film frames + - frames + - movie + - strip + - video + styles: + - solid + unicode: f008 + voted: false +filter: + aliases: + unicodes: + secondary: + - 10f0b0 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Filter + search: + terms: + - funnel + - options + - separate + - sort + styles: + - solid + unicode: f0b0 + voted: false +filter-circle-dollar: + aliases: + names: + - funnel-dollar + unicodes: + secondary: + - 10f662 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Filter Circle Dollar + search: + terms: + - filter + - money + - options + - separate + - sort + styles: + - solid + unicode: f662 + voted: false +filter-circle-xmark: + changes: + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Filter Circle Xmark + search: + terms: + - cancel + - funnel + - options + - remove + - separate + - sort + styles: + - solid + unicode: e17b + voted: true +fingerprint: + aliases: + unicodes: + secondary: + - 10f577 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fingerprint + search: + terms: + - human + - id + - identification + - lock + - smudge + - touch + - unique + - unlock + styles: + - solid + unicode: f577 + voted: true +fire: + aliases: + unicodes: + composite: + - 1f525 + secondary: + - 10f06d + changes: + - 1.0.0 + - 5.0.0 + - 5.6.0 + - 5.6.3 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fire + search: + terms: + - burn + - caliente + - fire + - flame + - heat + - hot + - popular + - tool + styles: + - solid + unicode: f06d + voted: false +fire-burner: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fire Burner + search: + terms: + - cook + - fire + - flame + - kitchen + - stove + styles: + - solid + unicode: e4f1 + voted: false +fire-extinguisher: + aliases: + unicodes: + composite: + - 1f9ef + secondary: + - 10f134 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fire Extinguisher + search: + terms: + - burn + - caliente + - extinguish + - fire + - fire extinguisher + - fire fighter + - flame + - heat + - hot + - quench + - rescue + styles: + - solid + unicode: f134 + voted: false +fire-flame-curved: + aliases: + names: + - fire-alt + unicodes: + secondary: + - 10f7e4 + changes: + - 5.6.3 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fire Flame Curved + search: + terms: + - burn + - caliente + - flame + - heat + - hot + - popular + styles: + - solid + unicode: f7e4 + voted: false +fire-flame-simple: + aliases: + names: + - burn + unicodes: + secondary: + - 10f46a + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fire Flame Simple + search: + terms: + - caliente + - energy + - fire + - flame + - gas + - heat + - hot + styles: + - solid + unicode: f46a + voted: false +firefox: + changes: + - 4.4.0 + - 5.0.0 + - 5.0.1 + - 5.12.0 + label: Firefox + search: + terms: + - browser + styles: + - brands + unicode: f269 + voted: false +firefox-browser: + changes: + - 5.12.0 + - 5.14.0 + label: Firefox Browser + search: + terms: + - browser + styles: + - brands + unicode: e007 + voted: false +first-order: + changes: + - 4.6.0 + - 5.0.0 + label: First Order + search: + terms: [] + styles: + - brands + unicode: f2b0 + voted: false +first-order-alt: + changes: + - 5.0.12 + label: Alternate First Order + search: + terms: [] + styles: + - brands + unicode: f50a + voted: false +firstdraft: + changes: + - 5.0.0 + label: firstdraft + search: + terms: [] + styles: + - brands + unicode: f3a1 + voted: false +fish: + aliases: + unicodes: + composite: + - 1f41f + secondary: + - 10f578 + changes: + - 5.1.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fish + search: + terms: + - Pisces + - fauna + - fish + - gold + - seafood + - swimming + - zodiac + styles: + - solid + unicode: f578 + voted: true +fish-fins: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Fish Fins + search: + terms: + - fish + - fishery + - pisces + - seafood + styles: + - solid + unicode: e4f2 + voted: false +flag: + aliases: + unicodes: + composite: + - 1f3f4 + - f11d + secondary: + - 10f024 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Flag + search: + terms: + - black flag + - country + - notice + - notification + - notify + - pole + - report + - symbol + - waving + styles: + - solid + - regular + unicode: f024 + voted: false +flag-checkered: + aliases: + unicodes: + composite: + - 1f3c1 + secondary: + - 10f11e + changes: + - 3.1.0 + - 5.0.0 + - 5.7.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Flag Checkered + search: + terms: + - checkered + - chequered + - chequered flag + - finish + - notice + - notification + - notify + - pole + - racing + - report + - start + - symbol + - win + styles: + - solid + unicode: f11e + voted: false +flag-usa: + aliases: + unicodes: + secondary: + - 10f74d + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Flag Usa + search: + terms: + - betsy ross + - country + - fla + - 'flag: United States' + - old glory + - stars + - stripes + - symbol + styles: + - solid + unicode: f74d + voted: false +flask: + aliases: + unicodes: + secondary: + - 10f0c3 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Flask + search: + terms: + - beaker + - chemicals + - experiment + - experimental + - labs + - liquid + - potion + - science + - vial + styles: + - solid + unicode: f0c3 + voted: false +flask-vial: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Flask Vial + search: + terms: + - ' beaker' + - ' chemicals' + - ' experiment' + - ' experimental' + - ' labs' + - ' liquid' + - ' science' + - ' vial' + - ampule + - chemistry + - lab + - laboratory + - potion + - test + - test tube + styles: + - solid + unicode: e4f3 + voted: false +flickr: + changes: + - 3.2.0 + - 5.0.0 + label: Flickr + search: + terms: [] + styles: + - brands + unicode: f16e + voted: false +flipboard: + changes: + - 5.0.5 + - 5.0.9 + label: Flipboard + search: + terms: [] + styles: + - brands + unicode: f44d + voted: true +floppy-disk: + aliases: + names: + - save + unicodes: + composite: + - 1f4be + - 1f5aa + secondary: + - 10f0c7 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Floppy Disk + search: + terms: + - Black Hard Shell Floppy Disk + - computer + - disk + - download + - floppy + - floppy disk + - floppy-o + styles: + - solid + - regular + unicode: f0c7 + voted: false +florin-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Florin Sign + search: + terms: + - currency + styles: + - solid + unicode: e184 + voted: false +fly: + changes: + - 5.0.0 + label: Fly + search: + terms: [] + styles: + - brands + unicode: f417 + voted: false +folder: + aliases: + names: + - folder-blank + unicodes: + composite: + - 1f4c1 + - 1f5bf + - f114 + secondary: + - 10f07b + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Folder + search: + terms: + - Black Folder + - archive + - directory + - document + - file + - file folder + - folder + styles: + - solid + - regular + unicode: f07b + voted: false +folder-closed: + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Folder Closed + search: + terms: + - file + styles: + - solid + - regular + unicode: e185 + voted: false +folder-minus: + aliases: + unicodes: + secondary: + - 10f65d + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Folder Minus + search: + terms: + - archive + - delete + - directory + - document + - file + - negative + - remove + styles: + - solid + unicode: f65d + voted: false +folder-open: + aliases: + unicodes: + composite: + - 1f4c2 + - 1f5c1 + - f115 + secondary: + - 10f07c + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Folder Open + search: + terms: + - Open Folder + - archive + - directory + - document + - empty + - file + - folder + - new + - open + - open file folder + styles: + - solid + - regular + unicode: f07c + voted: false +folder-plus: + aliases: + unicodes: + secondary: + - 10f65e + changes: + - 5.3.0 + - 5.11.0 + - 5.12.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Folder Plus + search: + terms: + - add + - archive + - create + - directory + - document + - file + - new + - positive + styles: + - solid + unicode: f65e + voted: false +folder-tree: + aliases: + unicodes: + secondary: + - 10f802 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Folder Tree + search: + terms: + - archive + - directory + - document + - file + - search + - structure + styles: + - solid + unicode: f802 + voted: true +font: + aliases: + unicodes: + secondary: + - 10f031 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Font + search: + terms: + - alphabet + - glyph + - text + - type + - typeface + styles: + - solid + unicode: f031 + voted: false +font-awesome: + aliases: + names: + - font-awesome-flag + - font-awesome-logo-full + unicodes: + composite: + - f425 + - f4e6 + primary: + - f4e6 + secondary: + - 10f2b4 + - 10f4e6 + changes: + - 4.6.0 + - 5.0.0 + - 5.15.4 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Font Awesome + search: + terms: + - awesome + - flag + - font + - icons + - typeface + styles: + - solid + - regular + - brands + unicode: f2b4 + voted: false +fonticons: + changes: + - 4.4.0 + - 5.0.0 + label: Fonticons + search: + terms: [] + styles: + - brands + unicode: f280 + voted: false +fonticons-fi: + changes: + - 5.0.0 + label: Fonticons Fi + search: + terms: [] + styles: + - brands + unicode: f3a2 + voted: false +football: + aliases: + names: + - football-ball + unicodes: + composite: + - 1f3c8 + secondary: + - 10f44e + changes: + - 5.0.5 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Football + search: + terms: + - american + - american football + - ball + - fall + - football + - nfl + - pigskin + - seasonal + styles: + - solid + unicode: f44e + voted: false +fort-awesome: + changes: + - 4.5.0 + - 5.0.0 + - 5.0.3 + label: Fort Awesome + search: + terms: + - castle + styles: + - brands + unicode: f286 + voted: false +fort-awesome-alt: + changes: + - 5.0.0 + label: Alternate Fort Awesome + search: + terms: + - castle + styles: + - brands + unicode: f3a3 + voted: false +forumbee: + changes: + - 4.3.0 + - 5.0.0 + label: Forumbee + search: + terms: [] + styles: + - brands + unicode: f211 + voted: false +forward: + aliases: + unicodes: + composite: + - '23e9' + secondary: + - 10f04e + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Forward + search: + terms: + - arrow + - double + - fast + - fast-forward button + - forward + - next + - skip + styles: + - solid + unicode: f04e + voted: false +forward-fast: + aliases: + names: + - fast-forward + unicodes: + composite: + - 23ed + secondary: + - 10f050 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Forward Fast + search: + terms: + - arrow + - end + - last + - next + - next scene + - next track + - next track button + - triangle + styles: + - solid + unicode: f050 + voted: false +forward-step: + aliases: + names: + - step-forward + unicodes: + secondary: + - 10f051 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Forward Step + search: + terms: + - end + - last + - next + styles: + - solid + unicode: f051 + voted: false +foursquare: + changes: + - 3.2.0 + - 5.0.0 + label: Foursquare + search: + terms: [] + styles: + - brands + unicode: f180 + voted: false +franc-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Franc Sign + search: + terms: + - French Franc Sign + - currency + styles: + - solid + unicode: e18f + voted: false +free-code-camp: + changes: + - 4.7.0 + - 5.0.0 + - 5.12.0 + label: freeCodeCamp + search: + terms: [] + styles: + - brands + unicode: f2c5 + voted: false +freebsd: + changes: + - 5.0.0 + label: FreeBSD + search: + terms: [] + styles: + - brands + unicode: f3a4 + voted: false +frog: + aliases: + unicodes: + secondary: + - 10f52e + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Frog + search: + terms: + - amphibian + - bullfrog + - fauna + - hop + - kermit + - kiss + - prince + - ribbit + - toad + - wart + styles: + - solid + unicode: f52e + voted: false +fulcrum: + changes: + - 5.0.12 + - 5.8.0 + label: Fulcrum + search: + terms: [] + styles: + - brands + unicode: f50b + voted: false +futbol: + aliases: + names: + - futbol-ball + - soccer-ball + unicodes: + composite: + - 26bd + secondary: + - 10f1e3 + changes: + - 4.2.0 + - 5.0.0 + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Futbol + search: + terms: + - ball + - football + - mls + - soccer + - soccer ball + styles: + - solid + - regular + unicode: f1e3 + voted: false +g: + aliases: + unicodes: + composite: + - '67' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: G + search: + terms: + - Latin Capital Letter G + - Latin Small Letter G + - letter + styles: + - solid + unicode: '47' + voted: false +galactic-republic: + changes: + - 5.0.12 + label: Galactic Republic + search: + terms: + - politics + - star wars + styles: + - brands + unicode: f50c + voted: false +galactic-senate: + changes: + - 5.0.12 + label: Galactic Senate + search: + terms: + - star wars + styles: + - brands + unicode: f50d + voted: false +gamepad: + aliases: + unicodes: + secondary: + - 10f11b + changes: + - 3.1.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gamepad + search: + terms: + - arcade + - controller + - d-pad + - joystick + - video + - video game + styles: + - solid + unicode: f11b + voted: false +gas-pump: + aliases: + unicodes: + composite: + - 26fd + secondary: + - 10f52f + changes: + - 5.0.13 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gas Pump + search: + terms: + - car + - diesel + - fuel + - fuel pump + - fuelpump + - gas + - gasoline + - petrol + - pump + - station + styles: + - solid + unicode: f52f + voted: true +gauge: + aliases: + names: + - dashboard + - gauge-med + - tachometer-alt-average + unicodes: + secondary: + - 10f624 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gauge + search: + terms: + - dashboard + - fast + - odometer + - speed + - speedometer + styles: + - solid + unicode: f624 + voted: false +gauge-high: + aliases: + names: + - tachometer-alt + - tachometer-alt-fast + unicodes: + composite: + - f3fd + primary: + - f3fd + secondary: + - 10f3fd + - 10f625 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gauge High + search: + terms: + - dashboard + - fast + - odometer + - speed + - speedometer + styles: + - solid + unicode: f625 + voted: false +gauge-simple: + aliases: + names: + - gauge-simple-med + - tachometer-average + unicodes: + secondary: + - 10f629 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gauge Simple + search: + terms: + - dashboard + - fast + - odometer + - speed + - speedometer + styles: + - solid + unicode: f629 + voted: false +gauge-simple-high: + aliases: + names: + - tachometer + - tachometer-fast + unicodes: + composite: + - f0e4 + primary: + - f0e4 + secondary: + - 10f0e4 + - 10f62a + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gauge Simple High + search: + terms: + - dashboard + - fast + - odometer + - speed + - speedometer + styles: + - solid + unicode: f62a + voted: false +gavel: + aliases: + names: + - legal + unicodes: + secondary: + - 10f0e3 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gavel + search: + terms: + - hammer + - judge + - law + - lawyer + - opinion + styles: + - solid + unicode: f0e3 + voted: false +gear: + aliases: + names: + - cog + unicodes: + composite: + - '2699' + secondary: + - 10f013 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gear + search: + terms: + - cog + - cogwheel + - gear + - mechanical + - settings + - sprocket + - tool + - wheel + styles: + - solid + unicode: f013 + voted: false +gears: + aliases: + names: + - cogs + unicodes: + secondary: + - 10f085 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gears + search: + terms: + - gears + - mechanical + - settings + - sprocket + - wheel + styles: + - solid + unicode: f085 + voted: false +gem: + aliases: + unicodes: + composite: + - 1f48e + secondary: + - 10f3a5 + changes: + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Gem + search: + terms: + - diamond + - gem + - gem stone + - jewel + - jewelry + - sapphire + - stone + - treasure + styles: + - solid + - regular + unicode: f3a5 + voted: false +genderless: + aliases: + unicodes: + secondary: + - 10f22d + changes: + - 4.4.0 + - 5.0.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Genderless + search: + terms: + - androgynous + - asexual + - gender + - sexless + styles: + - solid + unicode: f22d + voted: false +get-pocket: + changes: + - 4.4.0 + - 5.0.0 + label: Get Pocket + search: + terms: [] + styles: + - brands + unicode: f265 + voted: false +gg: + changes: + - 4.4.0 + - 5.0.0 + label: GG Currency + search: + terms: [] + styles: + - brands + unicode: f260 + voted: false +gg-circle: + changes: + - 4.4.0 + - 5.0.0 + label: GG Currency Circle + search: + terms: [] + styles: + - brands + unicode: f261 + voted: false +ghost: + aliases: + unicodes: + composite: + - 1f47b + secondary: + - 10f6e2 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ghost + search: + terms: + - apparition + - blinky + - clyde + - creature + - face + - fairy tale + - fantasy + - floating + - ghost + - halloween + - holiday + - inky + - monster + - pacman + - pinky + - spirit + styles: + - solid + unicode: f6e2 + voted: false +gift: + aliases: + unicodes: + composite: + - 1f381 + secondary: + - 10f06b + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gift + search: + terms: + - box + - celebration + - christmas + - generosity + - gift + - giving + - holiday + - party + - present + - wrapped + - wrapped gift + - xmas + styles: + - solid + unicode: f06b + voted: false +gifts: + aliases: + unicodes: + secondary: + - 10f79c + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gifts + search: + terms: + - christmas + - generosity + - giving + - holiday + - party + - present + - wrapped + - xmas + styles: + - solid + unicode: f79c + voted: false +git: + changes: + - 4.1.0 + - 5.0.0 + - 5.8.2 + label: Git + search: + terms: [] + styles: + - brands + unicode: f1d3 + voted: false +git-alt: + changes: + - 5.8.2 + label: Git Alt + search: + terms: [] + styles: + - brands + unicode: f841 + voted: false +github: + changes: + - 2.0.0 + - 5.0.0 + label: GitHub + search: + terms: + - octocat + styles: + - brands + unicode: f09b + voted: false +github-alt: + changes: + - 3.0.0 + - 5.0.0 + label: Alternate GitHub + search: + terms: + - octocat + styles: + - brands + unicode: f113 + voted: false +gitkraken: + changes: + - 5.0.0 + label: GitKraken + search: + terms: [] + styles: + - brands + unicode: f3a6 + voted: false +gitlab: + changes: + - 4.6.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.1.2 + label: GitLab + search: + terms: + - Axosoft + styles: + - brands + unicode: f296 + voted: false +gitter: + changes: + - 5.0.0 + label: Gitter + search: + terms: [] + styles: + - brands + unicode: f426 + voted: false +glass-water: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Glass Water + search: + terms: + - potable + - water + styles: + - solid + unicode: e4f4 + voted: false +glass-water-droplet: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Glass Water Droplet + search: + terms: + - potable + - water + styles: + - solid + unicode: e4f5 + voted: false +glasses: + aliases: + unicodes: + secondary: + - 10f530 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Glasses + search: + terms: + - hipster + - nerd + - reading + - sight + - spectacles + - vision + styles: + - solid + unicode: f530 + voted: true +glide: + changes: + - 4.6.0 + - 5.0.0 + label: Glide + search: + terms: [] + styles: + - brands + unicode: f2a5 + voted: false +glide-g: + changes: + - 4.6.0 + - 5.0.0 + label: Glide G + search: + terms: [] + styles: + - brands + unicode: f2a6 + voted: false +globe: + aliases: + unicodes: + composite: + - 1f310 + secondary: + - 10f0ac + changes: + - 2.0.0 + - 5.0.0 + - 5.0.9 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Globe + search: + terms: + - all + - coordinates + - country + - earth + - global + - globe + - globe with meridians + - gps + - internet + - language + - localize + - location + - map + - meridians + - network + - online + - place + - planet + - translate + - travel + - world + styles: + - solid + unicode: f0ac + voted: false +gofore: + changes: + - 5.0.0 + label: Gofore + search: + terms: [] + styles: + - brands + unicode: f3a7 + voted: false +golang: + changes: + - 6.0.0-beta2 + label: Go + search: + terms: [] + styles: + - brands + unicode: e40f + voted: true +golf-ball-tee: + aliases: + names: + - golf-ball + unicodes: + secondary: + - 10f450 + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Golf Ball Tee + search: + terms: + - caddy + - eagle + - putt + - tee + styles: + - solid + unicode: f450 + voted: false +goodreads: + changes: + - 5.0.0 + label: Goodreads + search: + terms: [] + styles: + - brands + unicode: f3a8 + voted: false +goodreads-g: + changes: + - 5.0.0 + label: Goodreads G + search: + terms: [] + styles: + - brands + unicode: f3a9 + voted: false +google: + changes: + - 4.1.0 + - 5.0.0 + label: Google Logo + search: + terms: [] + styles: + - brands + unicode: f1a0 + voted: false +google-drive: + changes: + - 5.0.0 + label: Google Drive + search: + terms: [] + styles: + - brands + unicode: f3aa + voted: false +google-pay: + changes: + - 5.13.1 + - 5.14.0 + label: Google Pay + search: + terms: [] + styles: + - brands + unicode: e079 + voted: false +google-play: + changes: + - 5.0.0 + label: Google Play + search: + terms: [] + styles: + - brands + unicode: f3ab + voted: false +google-plus: + changes: + - 4.6.0 + - 5.0.0 + - 5.13.1 + label: Google Plus + search: + terms: + - google-plus-circle + - google-plus-official + styles: + - brands + unicode: f2b3 + voted: false +google-plus-g: + changes: + - 2.0.0 + - 5.0.0 + label: Google Plus G + search: + terms: + - google-plus + - social network + styles: + - brands + unicode: f0d5 + voted: false +google-wallet: + changes: + - 4.2.0 + - 5.0.0 + label: Google Wallet + search: + terms: [] + styles: + - brands + unicode: f1ee + voted: false +gopuram: + aliases: + unicodes: + secondary: + - 10f664 + changes: + - 5.3.0 + - 5.7.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gopuram + search: + terms: + - building + - entrance + - hinduism + - temple + - tower + styles: + - solid + unicode: f664 + voted: false +graduation-cap: + aliases: + names: + - mortar-board + unicodes: + composite: + - 1f393 + secondary: + - 10f19d + changes: + - 4.1.0 + - 5.0.0 + - 5.2.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Graduation Cap + search: + terms: + - cap + - celebration + - ceremony + - clothing + - college + - graduate + - graduation + - graduation cap + - hat + - learning + - school + - student + styles: + - solid + unicode: f19d + voted: false +gratipay: + changes: + - 3.2.0 + - 5.0.0 + label: Gratipay (Gittip) + search: + terms: + - favorite + - heart + - like + - love + styles: + - brands + unicode: f184 + voted: false +grav: + changes: + - 4.7.0 + - 5.0.0 + label: Grav + search: + terms: [] + styles: + - brands + unicode: f2d6 + voted: false +greater-than: + aliases: + unicodes: + composite: + - f531 + primary: + - f531 + secondary: + - 103e + - 10f531 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Greater Than + search: + terms: + - Greater-Than Sign + - arithmetic + - compare + - math + styles: + - solid + unicode: 3e + voted: true +greater-than-equal: + aliases: + unicodes: + secondary: + - 10f532 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Greater Than Equal + search: + terms: + - arithmetic + - compare + - math + styles: + - solid + unicode: f532 + voted: true +grip: + aliases: + names: + - grip-horizontal + unicodes: + secondary: + - 10f58d + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Grip + search: + terms: + - affordance + - drag + - drop + - grab + - handle + styles: + - solid + unicode: f58d + voted: true +grip-lines: + aliases: + unicodes: + secondary: + - 10f7a4 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Grip Lines + search: + terms: + - affordance + - drag + - drop + - grab + - handle + styles: + - solid + unicode: f7a4 + voted: true +grip-lines-vertical: + aliases: + unicodes: + secondary: + - 10f7a5 + changes: + - 5.6.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Grip Lines Vertical + search: + terms: + - affordance + - drag + - drop + - grab + - handle + styles: + - solid + unicode: f7a5 + voted: true +grip-vertical: + aliases: + unicodes: + secondary: + - 10f58e + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Grip Vertical + search: + terms: + - affordance + - drag + - drop + - grab + - handle + styles: + - solid + unicode: f58e + voted: true +gripfire: + changes: + - 5.0.0 + label: 'Gripfire, Inc.' + search: + terms: [] + styles: + - brands + unicode: f3ac + voted: false +group-arrows-rotate: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Group Arrows Rotate + search: + terms: + - community + - engagement + - spin + - sync + styles: + - solid + unicode: e4f6 + voted: false +grunt: + changes: + - 5.0.0 + label: Grunt + search: + terms: [] + styles: + - brands + unicode: f3ad + voted: false +guarani-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Guarani Sign + search: + terms: + - Guarani Sign + - currency + styles: + - solid + unicode: e19a + voted: false +guilded: + changes: + - 5.15.0 + label: Guilded + search: + terms: [] + styles: + - brands + unicode: e07e + voted: false +guitar: + aliases: + unicodes: + secondary: + - 10f7a6 + changes: + - 5.6.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Guitar + search: + terms: + - acoustic + - instrument + - music + - rock + - rock and roll + - song + - strings + styles: + - solid + unicode: f7a6 + voted: true +gulp: + changes: + - 5.0.0 + label: Gulp + search: + terms: [] + styles: + - brands + unicode: f3ae + voted: false +gun: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Gun + search: + terms: + - firearm + - pistol + - weapon + styles: + - solid + unicode: e19b + voted: true +h: + aliases: + unicodes: + composite: + - '68' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: H + search: + terms: + - Latin Capital Letter H + - Latin Small Letter H + - letter + styles: + - solid + unicode: '48' + voted: false +hacker-news: + changes: + - 4.1.0 + - 5.0.0 + label: Hacker News + search: + terms: [] + styles: + - brands + unicode: f1d4 + voted: false +hackerrank: + changes: + - 5.2.0 + - 5.8.0 + label: Hackerrank + search: + terms: [] + styles: + - brands + unicode: f5f7 + voted: true +hammer: + aliases: + unicodes: + composite: + - 1f528 + secondary: + - 10f6e3 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hammer + search: + terms: + - admin + - fix + - hammer + - recovery + - repair + - settings + - tool + styles: + - solid + unicode: f6e3 + voted: true +hamsa: + aliases: + unicodes: + secondary: + - 10f665 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hamsa + search: + terms: + - amulet + - christianity + - islam + - jewish + - judaism + - muslim + - protection + styles: + - solid + unicode: f665 + voted: false +hand: + aliases: + names: + - hand-paper + unicodes: + composite: + - 1f91a + - 270b + secondary: + - 10f256 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand + search: + terms: + - Raised Hand + - backhand + - game + - halt + - palm + - raised + - raised back of hand + - roshambo + - stop + styles: + - solid + - regular + unicode: f256 + voted: false +hand-back-fist: + aliases: + names: + - hand-rock + unicodes: + secondary: + - 10f255 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand Back Fist + search: + terms: + - fist + - game + - roshambo + styles: + - solid + - regular + unicode: f255 + voted: false +hand-dots: + aliases: + names: + - allergies + unicodes: + secondary: + - 10f461 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand Dots + search: + terms: + - allergy + - freckles + - hand + - hives + - palm + - pox + - skin + - spots + styles: + - solid + unicode: f461 + voted: false +hand-fist: + aliases: + names: + - fist-raised + unicodes: + composite: + - 270a + secondary: + - 10f6de + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand Fist + search: + terms: + - Dungeons & Dragons + - clenched + - d&d + - dnd + - fantasy + - fist + - hand + - ki + - monk + - punch + - raised fist + - resist + - strength + - unarmed combat + styles: + - solid + unicode: f6de + voted: false +hand-holding: + aliases: + unicodes: + secondary: + - 10f4bd + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand Holding + search: + terms: + - carry + - lift + styles: + - solid + unicode: f4bd + voted: false +hand-holding-dollar: + aliases: + names: + - hand-holding-usd + unicodes: + secondary: + - 10f4c0 + changes: + - 5.0.9 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hand Holding Dollar + search: + terms: + - $ + - carry + - dollar sign + - donation + - giving + - lift + - money + - price + styles: + - solid + unicode: f4c0 + voted: false +hand-holding-droplet: + aliases: + names: + - hand-holding-water + unicodes: + secondary: + - 10f4c1 + changes: + - 5.0.9 + - 5.13.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hand Holding Droplet + search: + terms: + - carry + - covid-19 + - drought + - grow + - lift + - sanitation + styles: + - solid + unicode: f4c1 + voted: false +hand-holding-hand: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hand Holding Hand + search: + terms: + - care + - give + - help + - hold + - protect + styles: + - solid + unicode: e4f7 + voted: false +hand-holding-heart: + aliases: + unicodes: + secondary: + - 10f4be + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hand Holding Heart + search: + terms: + - carry + - charity + - gift + - lift + - package + styles: + - solid + unicode: f4be + voted: false +hand-holding-medical: + aliases: + unicodes: + secondary: + - 10e05c + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hand Holding Medical + search: + terms: + - care + - covid-19 + - donate + - help + styles: + - solid + unicode: e05c + voted: false +hand-lizard: + aliases: + unicodes: + secondary: + - 10f258 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand Lizard + search: + terms: + - game + - roshambo + styles: + - solid + - regular + unicode: f258 + voted: false +hand-middle-finger: + aliases: + unicodes: + composite: + - 1f595 + secondary: + - 10f806 + changes: + - 5.7.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand Middle Finger + search: + terms: + - finger + - flip the bird + - gesture + - hand + - hate + - middle finger + - rude + styles: + - solid + unicode: f806 + voted: true +hand-peace: + aliases: + unicodes: + composite: + - 270c + secondary: + - 10f25b + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand Peace + search: + terms: + - hand + - rest + - truce + - v + - victory + - victory hand + styles: + - solid + - regular + unicode: f25b + voted: false +hand-point-down: + aliases: + unicodes: + secondary: + - 10f0a7 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand Point Down + search: + terms: + - finger + - hand-o-down + - point + styles: + - solid + - regular + unicode: f0a7 + voted: false +hand-point-left: + aliases: + unicodes: + secondary: + - 10f0a5 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hand Point Left + search: + terms: + - back + - finger + - hand-o-left + - left + - point + - previous + styles: + - solid + - regular + unicode: f0a5 + voted: false +hand-point-right: + aliases: + unicodes: + secondary: + - 10f0a4 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hand Point Right + search: + terms: + - finger + - forward + - hand-o-right + - next + - point + - right + styles: + - solid + - regular + unicode: f0a4 + voted: false +hand-point-up: + aliases: + unicodes: + composite: + - 261d + secondary: + - 10f0a6 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand Point Up + search: + terms: + - finger + - hand + - hand-o-up + - index + - index pointing up + - point + - up + styles: + - solid + - regular + unicode: f0a6 + voted: false +hand-pointer: + aliases: + unicodes: + secondary: + - 10f25a + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand Pointer + search: + terms: + - arrow + - cursor + - select + styles: + - solid + - regular + unicode: f25a + voted: false +hand-scissors: + aliases: + unicodes: + secondary: + - 10f257 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hand Scissors + search: + terms: + - cut + - game + - roshambo + styles: + - solid + - regular + unicode: f257 + voted: false +hand-sparkles: + aliases: + unicodes: + secondary: + - 10e05d + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hand Sparkles + search: + terms: + - clean + - covid-19 + - hygiene + - magic + - palm + - soap + - wash + styles: + - solid + unicode: e05d + voted: false +hand-spock: + aliases: + unicodes: + composite: + - 1f596 + secondary: + - 10f259 + changes: + - 4.4.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hand Spock + search: + terms: + - finger + - hand + - live long + - palm + - prosper + - salute + - spock + - star trek + - vulcan + - vulcan salute + styles: + - solid + - regular + unicode: f259 + voted: false +handcuffs: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Handcuffs + search: + terms: + - arrest + - criminal + - handcuffs + - jail + - lock + - police + - wrist + styles: + - solid + unicode: e4f8 + voted: false +hands: + aliases: + names: + - sign-language + - signing + unicodes: + secondary: + - 10f2a7 + changes: + - 4.6.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hands + search: + terms: + - Translate + - asl + - deaf + - hands + styles: + - solid + unicode: f2a7 + voted: false +hands-asl-interpreting: + aliases: + names: + - american-sign-language-interpreting + - asl-interpreting + - hands-american-sign-language-interpreting + unicodes: + secondary: + - 10f2a3 + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hands Asl Interpreting + search: + terms: + - asl + - deaf + - finger + - hand + - interpret + - speak + styles: + - solid + unicode: f2a3 + voted: false +hands-bound: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hands Bound + search: + terms: + - abduction + - bound + - handcuff + - wrist + styles: + - solid + unicode: e4f9 + voted: false +hands-bubbles: + aliases: + names: + - hands-wash + unicodes: + secondary: + - 10e05e + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hands Bubbles + search: + terms: + - covid-19 + - hygiene + - soap + - wash + styles: + - solid + unicode: e05e + voted: false +hands-clapping: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hands Clapping + search: + terms: + - applause + - clap + - clapping hands + - hand + styles: + - solid + unicode: e1a8 + voted: false +hands-holding: + aliases: + unicodes: + secondary: + - 10f4c2 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hands Holding + search: + terms: + - carry + - hold + - lift + styles: + - solid + unicode: f4c2 + voted: false +hands-holding-child: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hands Holding Child + search: + terms: + - care + - give + - help + - hold + - protect + styles: + - solid + unicode: e4fa + voted: false +hands-holding-circle: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Hands Holding Circle + search: + terms: + - circle + - gift + - protection + styles: + - solid + unicode: e4fb + voted: false +hands-praying: + aliases: + names: + - praying-hands + unicodes: + secondary: + - 10f684 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hands Praying + search: + terms: + - kneel + - preach + - religion + - worship + styles: + - solid + unicode: f684 + voted: false +handshake: + aliases: + unicodes: + secondary: + - 10f2b5 + changes: + - 4.7.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Handshake + search: + terms: + - agreement + - greeting + - meeting + - partnership + styles: + - solid + - regular + unicode: f2b5 + voted: false +handshake-angle: + aliases: + names: + - hands-helping + unicodes: + secondary: + - 10f4c4 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Handshake Angle + search: + terms: + - aid + - assistance + - handshake + - partnership + - volunteering + styles: + - solid + unicode: f4c4 + voted: false +handshake-simple: + aliases: + names: + - handshake-alt + unicodes: + composite: + - 1f91d + secondary: + - 10f4c6 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Handshake Simple + search: + terms: + - agreement + - greeting + - hand + - handshake + - meeting + - partnership + - shake + styles: + - solid + unicode: f4c6 + voted: false +handshake-simple-slash: + aliases: + names: + - handshake-alt-slash + unicodes: + secondary: + - 10e05f + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Handshake Simple Slash + search: + terms: + - broken + - covid-19 + - social distance + styles: + - solid + unicode: e05f + voted: false +handshake-slash: + aliases: + unicodes: + secondary: + - '10e060' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Handshake Slash + search: + terms: + - broken + - covid-19 + - social distance + styles: + - solid + unicode: e060 + voted: false +hanukiah: + aliases: + unicodes: + composite: + - 1f54e + secondary: + - 10f6e6 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hanukiah + search: + terms: + - candelabrum + - candle + - candlestick + - hanukkah + - jewish + - judaism + - light + - menorah + - religion + styles: + - solid + unicode: f6e6 + voted: false +hard-drive: + aliases: + names: + - hdd + unicodes: + composite: + - 1f5b4 + secondary: + - 10f0a0 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hard Drive + search: + terms: + - Hard Disk + - cpu + - hard drive + - harddrive + - machine + - save + - storage + styles: + - solid + - regular + unicode: f0a0 + voted: false +hashnode: + changes: + - 6.0.0 + label: Hashnode + search: + terms: [] + styles: + - brands + unicode: e499 + voted: false +hashtag: + aliases: + unicodes: + composite: + - f292 + primary: + - f292 + secondary: + - '1023' + - 10f292 + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hashtag + search: + terms: + - Number Sign + - Twitter + - instagram + - pound + - social media + - tag + styles: + - solid + unicode: '23' + voted: false +hat-cowboy: + aliases: + unicodes: + secondary: + - 10f8c0 + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hat Cowboy + search: + terms: + - buckaroo + - horse + - jackeroo + - john b. + - old west + - pardner + - ranch + - rancher + - rodeo + - western + - wrangler + styles: + - solid + unicode: f8c0 + voted: false +hat-cowboy-side: + aliases: + unicodes: + secondary: + - 10f8c1 + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hat Cowboy Side + search: + terms: + - buckaroo + - horse + - jackeroo + - john b. + - old west + - pardner + - ranch + - rancher + - rodeo + - western + - wrangler + styles: + - solid + unicode: f8c1 + voted: false +hat-wizard: + aliases: + unicodes: + secondary: + - 10f6e8 + changes: + - 5.4.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hat Wizard + search: + terms: + - Dungeons & Dragons + - accessory + - buckle + - clothing + - d&d + - dnd + - fantasy + - halloween + - head + - holiday + - mage + - magic + - pointy + - witch + styles: + - solid + unicode: f6e8 + voted: false +head-side-cough: + aliases: + unicodes: + secondary: + - '10e061' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Head Side Cough + search: + terms: + - cough + - covid-19 + - germs + - lungs + - respiratory + - sick + styles: + - solid + unicode: e061 + voted: false +head-side-cough-slash: + aliases: + unicodes: + secondary: + - '10e062' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Head Side Cough Slash + search: + terms: + - cough + - covid-19 + - germs + - lungs + - respiratory + - sick + styles: + - solid + unicode: e062 + voted: false +head-side-mask: + aliases: + unicodes: + secondary: + - '10e063' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Head Side Mask + search: + terms: + - breath + - coronavirus + - covid-19 + - filter + - flu + - infection + - pandemic + - respirator + - virus + styles: + - solid + unicode: e063 + voted: false +head-side-virus: + aliases: + unicodes: + secondary: + - '10e064' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Head Side Virus + search: + terms: + - cold + - coronavirus + - covid-19 + - flu + - infection + - pandemic + - sick + styles: + - solid + unicode: e064 + voted: false +heading: + aliases: + names: + - header + unicodes: + secondary: + - 10f1dc + changes: + - 4.1.0 + - 5.0.0 + - 5.9.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Heading + search: + terms: + - format + - header + - text + - title + styles: + - solid + unicode: f1dc + voted: false +headphones: + aliases: + unicodes: + composite: + - 1f3a7 + secondary: + - 10f025 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Headphones + search: + terms: + - audio + - earbud + - headphone + - listen + - music + - sound + - speaker + styles: + - solid + unicode: f025 + voted: false +headphones-simple: + aliases: + names: + - headphones-alt + unicodes: + secondary: + - 10f58f + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Headphones Simple + search: + terms: + - audio + - listen + - music + - sound + - speaker + styles: + - solid + unicode: f58f + voted: true +headset: + aliases: + unicodes: + secondary: + - 10f590 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Headset + search: + terms: + - audio + - gamer + - gaming + - listen + - live chat + - microphone + - shot caller + - sound + - support + - telemarketer + styles: + - solid + unicode: f590 + voted: true +heart: + aliases: + unicodes: + composite: + - 1f499 + - 1f49a + - 1f49b + - 1f49c + - 1f5a4 + - 1f90d + - 1f90e + - 1f9e1 + - '2665' + - '2764' + - f08a + secondary: + - 10f004 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Heart + search: + terms: + - black + - black heart + - blue + - blue heart + - brown + - brown heart + - card + - evil + - favorite + - game + - green + - green heart + - heart + - heart suit + - like + - love + - orange + - orange heart + - purple + - purple heart + - red heart + - relationship + - valentine + - white + - white heart + - wicked + - yellow + - yellow heart + styles: + - solid + - regular + unicode: f004 + voted: false +heart-circle-bolt: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Heart Circle Bolt + search: + terms: + - cardiogram + - ekg + - electric + - heart + - love + - pacemaker + styles: + - solid + unicode: e4fc + voted: false +heart-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Heart Circle Check + search: + terms: + - favorite + - heart + - love + - not affected + - ok + - okay + styles: + - solid + unicode: e4fd + voted: false +heart-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Heart Circle Exclamation + search: + terms: + - favorite + - heart + - love + styles: + - solid + unicode: e4fe + voted: false +heart-circle-minus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Heart Circle Minus + search: + terms: + - favorite + - heart + - love + styles: + - solid + unicode: e4ff + voted: false +heart-circle-plus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Heart Circle Plus + search: + terms: + - favorite + - heart + - love + styles: + - solid + unicode: e500 + voted: false +heart-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Heart Circle Xmark + search: + terms: + - favorite + - heart + - love + styles: + - solid + unicode: e501 + voted: false +heart-crack: + aliases: + names: + - heart-broken + unicodes: + composite: + - 1f494 + secondary: + - 10f7a9 + changes: + - 5.6.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Heart Crack + search: + terms: + - break + - breakup + - broken + - broken heart + - crushed + - dislike + - dumped + - grief + - love + - lovesick + - relationship + - sad + styles: + - solid + unicode: f7a9 + voted: true +heart-pulse: + aliases: + names: + - heartbeat + unicodes: + secondary: + - 10f21e + changes: + - 4.3.0 + - 5.0.0 + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Heart Pulse + search: + terms: + - ekg + - electrocardiogram + - health + - lifeline + - vital signs + styles: + - solid + unicode: f21e + voted: false +helicopter: + aliases: + unicodes: + composite: + - 1f681 + secondary: + - 10f533 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Helicopter + search: + terms: + - airwolf + - apache + - chopper + - flight + - fly + - helicopter + - travel + - vehicle + styles: + - solid + unicode: f533 + voted: true +helicopter-symbol: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Helicopter Symbol + search: + terms: + - chopper + - helicopter + - landing pad + - whirlybird + styles: + - solid + unicode: e502 + voted: false +helmet-safety: + aliases: + names: + - hard-hat + - hat-hard + unicodes: + secondary: + - 10f807 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Helmet Safety + search: + terms: + - construction + - hardhat + - helmet + - safety + styles: + - solid + unicode: f807 + voted: true +helmet-un: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Helmet Un + search: + terms: + - helmet + - united nations + styles: + - solid + unicode: e503 + voted: false +highlighter: + aliases: + unicodes: + secondary: + - 10f591 + changes: + - 5.1.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Highlighter + search: + terms: + - edit + - marker + - sharpie + - update + - write + styles: + - solid + unicode: f591 + voted: true +hill-avalanche: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hill Avalanche + search: + terms: + - mudslide + - snow + - winter + styles: + - solid + unicode: e507 + voted: false +hill-rockslide: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hill Rockslide + search: + terms: + - mudslide + styles: + - solid + unicode: e508 + voted: false +hippo: + aliases: + unicodes: + composite: + - 1f99b + secondary: + - 10f6ed + changes: + - 5.4.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hippo + search: + terms: + - animal + - fauna + - hippo + - hippopotamus + - hungry + - mammal + styles: + - solid + unicode: f6ed + voted: false +hips: + changes: + - 5.0.5 + label: Hips + search: + terms: [] + styles: + - brands + unicode: f452 + voted: false +hire-a-helper: + changes: + - 5.0.0 + label: HireAHelper + search: + terms: [] + styles: + - brands + unicode: f3b0 + voted: false +hive: + changes: + - 5.15.0 + label: Hive Blockchain Network + search: + terms: [] + styles: + - brands + unicode: e07f + voted: false +hockey-puck: + aliases: + unicodes: + secondary: + - 10f453 + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hockey Puck + search: + terms: + - ice + - nhl + - sport + styles: + - solid + unicode: f453 + voted: false +holly-berry: + aliases: + unicodes: + secondary: + - 10f7aa + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Holly Berry + search: + terms: + - catwoman + - christmas + - decoration + - flora + - halle + - holiday + - ororo munroe + - plant + - storm + - xmas + styles: + - solid + unicode: f7aa + voted: false +hooli: + changes: + - 5.0.0 + - 5.7.0 + label: Hooli + search: + terms: [] + styles: + - brands + unicode: f427 + voted: false +hornbill: + changes: + - 5.1.0 + - 5.8.0 + label: Hornbill + search: + terms: [] + styles: + - brands + unicode: f592 + voted: false +horse: + aliases: + unicodes: + composite: + - 1f40e + secondary: + - 10f6f0 + changes: + - 5.4.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Horse + search: + terms: + - equestrian + - equus + - fauna + - horse + - mammmal + - mare + - neigh + - pony + - racehorse + - racing + styles: + - solid + unicode: f6f0 + voted: false +horse-head: + aliases: + unicodes: + secondary: + - 10f7ab + changes: + - 5.6.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Horse Head + search: + terms: + - equus + - fauna + - mammmal + - mare + - neigh + - pony + styles: + - solid + unicode: f7ab + voted: false +hospital: + aliases: + names: + - hospital-alt + - hospital-wide + unicodes: + composite: + - 1f3e5 + - f47d + primary: + - f47d + secondary: + - 10f0f8 + - 10f47d + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hospital + search: + terms: + - building + - covid-19 + - doctor + - emergency room + - hospital + - medical center + - medicine + styles: + - solid + - regular + unicode: f0f8 + voted: false +hospital-user: + aliases: + unicodes: + secondary: + - 10f80d + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hospital User + search: + terms: + - covid-19 + - doctor + - network + - patient + - primary care + styles: + - solid + unicode: f80d + voted: false +hot-tub-person: + aliases: + names: + - hot-tub + unicodes: + secondary: + - 10f593 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hot Tub Person + search: + terms: + - jacuzzi + - spa + styles: + - solid + unicode: f593 + voted: false +hotdog: + aliases: + unicodes: + composite: + - 1f32d + secondary: + - 10f80f + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hotdog + search: + terms: + - bun + - chili + - frankfurt + - frankfurter + - hot dog + - hotdog + - kosher + - polish + - sandwich + - sausage + - vienna + - weiner + styles: + - solid + unicode: f80f + voted: false +hotel: + aliases: + unicodes: + composite: + - 1f3e8 + secondary: + - 10f594 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hotel + search: + terms: + - building + - hotel + - inn + - lodging + - motel + - resort + - travel + styles: + - solid + unicode: f594 + voted: false +hotjar: + changes: + - 5.0.0 + - 6.4.1 + label: Hotjar + search: + terms: [] + styles: + - brands + unicode: f3b1 + voted: false +hourglass: + aliases: + names: + - hourglass-empty + unicodes: + composite: + - 23f3 + - f250 + secondary: + - 10f254 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hourglass + search: + terms: + - hour + - hourglass + - hourglass not done + - minute + - sand + - stopwatch + - time + - timer + styles: + - solid + - regular + unicode: f254 + voted: false +hourglass-end: + aliases: + names: + - hourglass-3 + unicodes: + composite: + - 231b + secondary: + - 10f253 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hourglass End + search: + terms: + - hour + - hourglass done + - minute + - sand + - stopwatch + - time + - timer + styles: + - solid + unicode: f253 + voted: false +hourglass-half: + aliases: + names: + - hourglass-2 + unicodes: + secondary: + - 10f252 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hourglass Half + search: + terms: + - hour + - minute + - sand + - stopwatch + - time + styles: + - solid + - regular + unicode: f252 + voted: false +hourglass-start: + aliases: + names: + - hourglass-1 + unicodes: + secondary: + - 10f251 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hourglass Start + search: + terms: + - hour + - minute + - sand + - stopwatch + - time + styles: + - solid + unicode: f251 + voted: false +house: + aliases: + names: + - home + - home-alt + - home-lg-alt + unicodes: + composite: + - 1f3e0 + - f80a + - f80c + primary: + - f80a + - f80c + secondary: + - 10f015 + - 10f80a + - 10f80c + changes: + - 1.0.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House + search: + terms: + - abode + - building + - home + - house + - main + - residence + styles: + - solid + unicode: f015 + voted: false +house-chimney: + aliases: + names: + - home-lg + unicodes: + composite: + - f80b + primary: + - f80b + secondary: + - 10f80b + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Chimney + search: + terms: + - abode + - building + - chimney + - house + - main + - residence + - smokestack + styles: + - solid + unicode: e3af + voted: false +house-chimney-crack: + aliases: + names: + - house-damage + unicodes: + secondary: + - 10f6f1 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Chimney Crack + search: + terms: + - building + - devastation + - disaster + - earthquake + - home + - insurance + styles: + - solid + unicode: f6f1 + voted: false +house-chimney-medical: + aliases: + names: + - clinic-medical + unicodes: + secondary: + - 10f7f2 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Chimney Medical + search: + terms: + - covid-19 + - doctor + - general practitioner + - hospital + - infirmary + - medicine + - office + - outpatient + styles: + - solid + unicode: f7f2 + voted: false +house-chimney-user: + aliases: + unicodes: + secondary: + - '10e065' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Chimney User + search: + terms: + - covid-19 + - home + - isolation + - quarantine + styles: + - solid + unicode: e065 + voted: false +house-chimney-window: + aliases: + unicodes: + secondary: + - 10e00d + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Chimney Window + search: + terms: + - abode + - building + - family + - home + - residence + styles: + - solid + unicode: e00d + voted: false +house-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Circle Check + search: + terms: + - abode + - home + - house + - not affected + - ok + - okay + styles: + - solid + unicode: e509 + voted: false +house-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Circle Exclamation + search: + terms: + - abode + - affected + - home + - house + styles: + - solid + unicode: e50a + voted: false +house-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Circle Xmark + search: + terms: + - abode + - destroy + - home + - house + styles: + - solid + unicode: e50b + voted: false +house-crack: + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Crack + search: + terms: + - building + - devastation + - disaster + - earthquake + - home + - insurance + styles: + - solid + unicode: e3b1 + voted: false +house-fire: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Fire + search: + terms: + - burn + - emergency + - home + styles: + - solid + unicode: e50c + voted: false +house-flag: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Flag + search: + terms: + - camp + - home + styles: + - solid + unicode: e50d + voted: false +house-flood-water: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Flood Water + search: + terms: + - damage + - flood + - water + styles: + - solid + unicode: e50e + voted: false +house-flood-water-circle-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Flood Water Circle Arrow Right + search: + terms: + - damage + - flood + - water + styles: + - solid + unicode: e50f + voted: false +house-laptop: + aliases: + names: + - laptop-house + unicodes: + secondary: + - '10e066' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Laptop + search: + terms: + - computer + - covid-19 + - device + - office + - remote + - work from home + styles: + - solid + unicode: e066 + voted: false +house-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Lock + search: + terms: + - closed + - home + - house + - lockdown + - quarantine + styles: + - solid + unicode: e510 + voted: false +house-medical: + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Medical + search: + terms: + - covid-19 + - doctor + - facility + - general practitioner + - health + - hospital + - infirmary + - medicine + - office + - outpatient + styles: + - solid + unicode: e3b2 + voted: false +house-medical-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Medical Circle Check + search: + terms: + - clinic + - hospital + - not affected + - ok + - okay + styles: + - solid + unicode: e511 + voted: false +house-medical-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Medical Circle Exclamation + search: + terms: + - affected + - clinic + - hospital + styles: + - solid + unicode: e512 + voted: false +house-medical-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Medical Circle Xmark + search: + terms: + - clinic + - destroy + - hospital + styles: + - solid + unicode: e513 + voted: false +house-medical-flag: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Medical Flag + search: + terms: + - clinic + - hospital + - mash + styles: + - solid + unicode: e514 + voted: false +house-signal: + aliases: + unicodes: + secondary: + - '10e012' + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Signal + search: + terms: + - abode + - building + - connect + - family + - home + - residence + - smart home + - wifi + styles: + - solid + unicode: e012 + voted: false +house-tsunami: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House Tsunami + search: + terms: + - damage + - flood + - tidal wave + - wave + styles: + - solid + unicode: e515 + voted: false +house-user: + aliases: + names: + - home-user + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: House User + search: + terms: + - house + styles: + - solid + unicode: e1b0 + voted: false +houzz: + changes: + - 4.4.0 + - 5.0.0 + - 5.0.9 + - 5.8.0 + label: Houzz + search: + terms: [] + styles: + - brands + unicode: f27c + voted: false +hryvnia-sign: + aliases: + names: + - hryvnia + unicodes: + composite: + - 20b4 + secondary: + - 10f6f2 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hryvnia Sign + search: + terms: + - Hryvnia Sign + - currency + styles: + - solid + unicode: f6f2 + voted: true +html5: + changes: + - 3.1.0 + - 5.0.0 + label: HTML 5 Logo + search: + terms: [] + styles: + - brands + unicode: f13b + voted: false +hubspot: + changes: + - 5.0.0 + label: HubSpot + search: + terms: [] + styles: + - brands + unicode: f3b2 + voted: false +hurricane: + aliases: + unicodes: + secondary: + - 10f751 + changes: + - 5.5.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Hurricane + search: + terms: + - coriolis effect + - eye + - storm + - tropical cyclone + - typhoon + styles: + - solid + unicode: f751 + voted: false +i: + aliases: + unicodes: + composite: + - '69' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: I + search: + terms: + - Latin Capital Letter I + - Latin Small Letter I + - letter + styles: + - solid + unicode: '49' + voted: false +i-cursor: + aliases: + unicodes: + secondary: + - 10f246 + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: I Cursor + search: + terms: + - editing + - i-beam + - type + - writing + styles: + - solid + unicode: f246 + voted: false +ice-cream: + aliases: + unicodes: + composite: + - 1f368 + secondary: + - 10f810 + changes: + - 5.7.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ice Cream + search: + terms: + - chocolate + - cone + - cream + - dessert + - frozen + - ice + - ice cream + - scoop + - sorbet + - sweet + - vanilla + - yogurt + styles: + - solid + unicode: f810 + voted: false +icicles: + aliases: + unicodes: + secondary: + - 10f7ad + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Icicles + search: + terms: + - cold + - frozen + - hanging + - ice + - seasonal + - sharp + styles: + - solid + unicode: f7ad + voted: false +icons: + aliases: + names: + - heart-music-camera-bolt + unicodes: + secondary: + - 10f86d + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Icons + search: + terms: + - bolt + - emoji + - heart + - image + - music + - photo + - symbols + styles: + - solid + unicode: f86d + voted: false +id-badge: + aliases: + unicodes: + secondary: + - 10f2c1 + changes: + - 4.7.0 + - 5.0.0 + - 5.0.3 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Id Badge + search: + terms: + - address + - contact + - identification + - license + - profile + styles: + - solid + - regular + unicode: f2c1 + voted: false +id-card: + aliases: + names: + - drivers-license + unicodes: + composite: + - f2c3 + secondary: + - 10f2c2 + changes: + - 4.7.0 + - 5.0.0 + - 5.0.3 + - 5.8.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Id Card + search: + terms: + - contact + - demographics + - document + - identification + - issued + - profile + - registration + styles: + - solid + - regular + unicode: f2c2 + voted: false +id-card-clip: + aliases: + names: + - id-card-alt + unicodes: + secondary: + - 10f47f + changes: + - 5.0.7 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Id Card Clip + search: + terms: + - contact + - demographics + - document + - identification + - issued + - profile + styles: + - solid + unicode: f47f + voted: false +ideal: + changes: + - 5.12.0 + - 5.14.0 + label: iDeal + search: + terms: [] + styles: + - brands + unicode: e013 + voted: true +igloo: + aliases: + unicodes: + secondary: + - 10f7ae + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Igloo + search: + terms: + - dome + - dwelling + - eskimo + - home + - house + - ice + - snow + styles: + - solid + unicode: f7ae + voted: false +image: + aliases: + unicodes: + secondary: + - 10f03e + changes: + - 1.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Image + search: + terms: + - album + - landscape + - photo + - picture + styles: + - solid + - regular + unicode: f03e + voted: false +image-portrait: + aliases: + names: + - portrait + unicodes: + secondary: + - 10f3e0 + changes: + - 5.0.0 + - 5.0.3 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Image Portrait + search: + terms: + - id + - image + - photo + - picture + - selfie + styles: + - solid + unicode: f3e0 + voted: false +images: + aliases: + unicodes: + secondary: + - 10f302 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Images + search: + terms: + - album + - landscape + - photo + - picture + styles: + - solid + - regular + unicode: f302 + voted: false +imdb: + changes: + - 4.7.0 + - 5.0.0 + - 6.1.2 + label: IMDB + search: + terms: [] + styles: + - brands + unicode: f2d8 + voted: false +inbox: + aliases: + unicodes: + secondary: + - 10f01c + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Inbox + search: + terms: + - archive + - desk + - email + - mail + - message + styles: + - solid + unicode: f01c + voted: false +indent: + aliases: + unicodes: + secondary: + - 10f03c + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Indent + search: + terms: + - align + - justify + - paragraph + - tab + styles: + - solid + unicode: f03c + voted: false +indian-rupee-sign: + aliases: + names: + - indian-rupee + - inr + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Indian Rupee Sign + search: + terms: + - Indian Rupee Sign + - currency + styles: + - solid + unicode: e1bc + voted: false +industry: + aliases: + unicodes: + secondary: + - 10f275 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Industry + search: + terms: + - building + - factory + - industrial + - manufacturing + - mill + - warehouse + styles: + - solid + unicode: f275 + voted: false +infinity: + aliases: + unicodes: + composite: + - 221e + - 267e + secondary: + - 10f534 + changes: + - 5.0.13 + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Infinity + search: + terms: + - Infinity + - eternity + - forever + - infinity + - math + - unbounded + - universal + styles: + - solid + unicode: f534 + voted: true +info: + aliases: + unicodes: + secondary: + - 10f129 + changes: + - 3.1.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Info + search: + terms: + - details + - help + - information + - more + - support + styles: + - solid + unicode: f129 + voted: false +instagram: + changes: + - 4.6.0 + - 5.0.0 + label: Instagram + search: + terms: [] + styles: + - brands + unicode: f16d + voted: false +instalod: + changes: + - 5.15.0 + label: InstaLOD + search: + terms: [] + styles: + - brands + unicode: e081 + voted: false +intercom: + changes: + - 5.6.0 + label: Intercom + search: + terms: + - app + - customer + - messenger + styles: + - brands + unicode: f7af + voted: false +internet-explorer: + changes: + - 4.4.0 + - 5.0.0 + label: Internet-explorer + search: + terms: + - browser + - ie + styles: + - brands + unicode: f26b + voted: false +invision: + changes: + - 5.6.0 + label: InVision + search: + terms: + - app + - design + - interface + styles: + - brands + unicode: f7b0 + voted: false +ioxhost: + changes: + - 4.2.0 + - 5.0.0 + label: ioxhost + search: + terms: [] + styles: + - brands + unicode: f208 + voted: false +italic: + aliases: + unicodes: + secondary: + - 10f033 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Italic + search: + terms: + - edit + - emphasis + - font + - format + - text + - type + styles: + - solid + unicode: f033 + voted: false +itch-io: + changes: + - 5.8.0 + label: itch.io + search: + terms: [] + styles: + - brands + unicode: f83a + voted: false +itunes: + changes: + - 5.0.0 + label: iTunes + search: + terms: [] + styles: + - brands + unicode: f3b4 + voted: false +itunes-note: + changes: + - 5.0.0 + label: Itunes Note + search: + terms: [] + styles: + - brands + unicode: f3b5 + voted: false +j: + aliases: + unicodes: + composite: + - 6a + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: J + search: + terms: + - Latin Capital Letter J + - Latin Small Letter J + - letter + styles: + - solid + unicode: 4a + voted: false +jar: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Jar + search: + terms: + - jam + - jelly + - storage + styles: + - solid + unicode: e516 + voted: false +jar-wheat: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Jar Wheat + search: + terms: + - flour + - storage + styles: + - solid + unicode: e517 + voted: false +java: + changes: + - 5.0.10 + - 5.7.0 + - 5.8.0 + label: Java + search: + terms: [] + styles: + - brands + unicode: f4e4 + voted: false +jedi: + aliases: + unicodes: + secondary: + - 10f669 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Jedi + search: + terms: + - crest + - force + - sith + - skywalker + - star wars + - yoda + styles: + - solid + unicode: f669 + voted: false +jedi-order: + changes: + - 5.0.12 + - 5.7.0 + label: Jedi Order + search: + terms: + - star wars + styles: + - brands + unicode: f50e + voted: false +jenkins: + changes: + - 5.0.0 + label: Jenkis + search: + terms: [] + styles: + - brands + unicode: f3b6 + voted: false +jet-fighter: + aliases: + names: + - fighter-jet + unicodes: + secondary: + - 10f0fb + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Jet Fighter + search: + terms: + - airforce + - airplane + - airport + - fast + - fly + - goose + - marines + - maverick + - military + - plane + - quick + - top gun + - transportation + - travel + styles: + - solid + unicode: f0fb + voted: false +jet-fighter-up: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Jet Fighter Up + search: + terms: + - airforce + - airplane + - airport + - fast + - fly + - goose + - marines + - maverick + - military + - plane + - quick + - top gun + - transportation + - travel + styles: + - solid + unicode: e518 + voted: false +jira: + changes: + - 5.6.0 + label: Jira + search: + terms: + - atlassian + styles: + - brands + unicode: f7b1 + voted: true +joget: + changes: + - 5.0.0 + label: Joget + search: + terms: [] + styles: + - brands + unicode: f3b7 + voted: false +joint: + aliases: + unicodes: + secondary: + - 10f595 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Joint + search: + terms: + - blunt + - cannabis + - doobie + - drugs + - marijuana + - roach + - smoke + - smoking + - spliff + styles: + - solid + unicode: f595 + voted: false +joomla: + changes: + - 4.1.0 + - 5.0.0 + label: Joomla Logo + search: + terms: [] + styles: + - brands + unicode: f1aa + voted: false +js: + changes: + - 5.0.0 + label: JavaScript (JS) + search: + terms: [] + styles: + - brands + unicode: f3b8 + voted: false +jsfiddle: + changes: + - 4.1.0 + - 5.0.0 + label: jsFiddle + search: + terms: [] + styles: + - brands + unicode: f1cc + voted: false +jug-detergent: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Jug Detergent + search: + terms: + - detergent + - laundry + - soap + - wash + styles: + - solid + unicode: e519 + voted: false +k: + aliases: + unicodes: + composite: + - 6b + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: K + search: + terms: + - Latin Capital Letter K + - Latin Small Letter K + - letter + styles: + - solid + unicode: 4b + voted: false +kaaba: + aliases: + unicodes: + composite: + - 1f54b + secondary: + - 10f66b + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Kaaba + search: + terms: + - Muslim + - building + - cube + - islam + - kaaba + - muslim + - religion + styles: + - solid + unicode: f66b + voted: false +kaggle: + changes: + - 5.2.0 + - 5.8.0 + label: Kaggle + search: + terms: [] + styles: + - brands + unicode: f5fa + voted: true +key: + aliases: + unicodes: + composite: + - 1f511 + secondary: + - 10f084 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Key + search: + terms: + - key + - lock + - password + - private + - secret + - unlock + styles: + - solid + unicode: f084 + voted: false +keybase: + changes: + - 5.0.11 + - 5.8.0 + - 5.10.2 + - 5.11.0 + label: Keybase + search: + terms: [] + styles: + - brands + unicode: f4f5 + voted: true +keyboard: + aliases: + unicodes: + composite: + - '2328' + secondary: + - 10f11c + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Keyboard + search: + terms: + - accessory + - computer + - edit + - input + - keyboard + - text + - type + - write + styles: + - solid + - regular + unicode: f11c + voted: false +keycdn: + changes: + - 5.0.0 + label: KeyCDN + search: + terms: [] + styles: + - brands + unicode: f3ba + voted: false +khanda: + aliases: + unicodes: + composite: + - 262c + secondary: + - 10f66d + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Khanda + search: + terms: + - Adi Shakti + - chakkar + - sikh + - sikhism + - sword + styles: + - solid + unicode: f66d + voted: false +kickstarter: + changes: + - 5.0.0 + label: Kickstarter + search: + terms: [] + styles: + - brands + unicode: f3bb + voted: false +kickstarter-k: + changes: + - 5.0.0 + label: Kickstarter K + search: + terms: [] + styles: + - brands + unicode: f3bc + voted: false +kip-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Kip Sign + search: + terms: + - Kip Sign + - currency + styles: + - solid + unicode: e1c4 + voted: false +kit-medical: + aliases: + names: + - first-aid + unicodes: + secondary: + - 10f479 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Kit Medical + search: + terms: + - emergency + - emt + - health + - medical + - rescue + styles: + - solid + unicode: f479 + voted: false +kitchen-set: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Kitchen Set + search: + terms: + - chef + - cook + - cup + - kitchen + - pan + - pot + - skillet + styles: + - solid + unicode: e51a + voted: false +kiwi-bird: + aliases: + unicodes: + secondary: + - 10f535 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Kiwi Bird + search: + terms: + - bird + - fauna + - new zealand + styles: + - solid + unicode: f535 + voted: false +korvue: + changes: + - 5.0.2 + label: KORVUE + search: + terms: [] + styles: + - brands + unicode: f42f + voted: false +l: + aliases: + unicodes: + composite: + - 6c + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: L + search: + terms: + - Latin Capital Letter L + - Latin Small Letter L + - letter + styles: + - solid + unicode: 4c + voted: false +land-mine-on: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Land Mine On + search: + terms: + - bomb + - danger + - explosion + - war + styles: + - solid + unicode: e51b + voted: false +landmark: + aliases: + unicodes: + composite: + - 1f3db + secondary: + - 10f66f + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Landmark + search: + terms: + - building + - classical + - historic + - memorable + - monument + - museum + - politics + styles: + - solid + unicode: f66f + voted: false +landmark-dome: + aliases: + names: + - landmark-alt + unicodes: + secondary: + - 10f752 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Landmark Dome + search: + terms: + - building + - historic + - memorable + - monument + - politics + styles: + - solid + unicode: f752 + voted: false +landmark-flag: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Landmark Flag + search: + terms: + - capitol + - flag + - landmark + - memorial + styles: + - solid + unicode: e51c + voted: false +language: + aliases: + unicodes: + secondary: + - 10f1ab + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Language + search: + terms: + - dialect + - idiom + - localize + - speech + - translate + - vernacular + styles: + - solid + unicode: f1ab + voted: false +laptop: + aliases: + unicodes: + composite: + - 1f4bb + secondary: + - 10f109 + changes: + - 3.0.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Laptop + search: + terms: + - computer + - cpu + - dell + - demo + - device + - laptop + - mac + - macbook + - machine + - pc + - personal + styles: + - solid + unicode: f109 + voted: false +laptop-code: + aliases: + unicodes: + secondary: + - 10f5fc + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Laptop Code + search: + terms: + - computer + - cpu + - dell + - demo + - develop + - device + - mac + - macbook + - machine + - pc + styles: + - solid + unicode: f5fc + voted: false +laptop-file: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Laptop File + search: + terms: + - computer + - education + - laptop + - learning + - remote work + styles: + - solid + unicode: e51d + voted: false +laptop-medical: + aliases: + unicodes: + secondary: + - 10f812 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Laptop Medical + search: + terms: + - computer + - device + - ehr + - electronic health records + - history + styles: + - solid + unicode: f812 + voted: false +laravel: + changes: + - 5.0.0 + - 5.0.3 + - 5.11.2 + label: Laravel + search: + terms: [] + styles: + - brands + unicode: f3bd + voted: false +lari-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Lari Sign + search: + terms: + - Lari Sign + - currency + styles: + - solid + unicode: e1c8 + voted: false +lastfm: + changes: + - 4.2.0 + - 5.0.0 + label: last.fm + search: + terms: [] + styles: + - brands + unicode: f202 + voted: false +layer-group: + aliases: + unicodes: + secondary: + - 10f5fd + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Layer Group + search: + terms: + - arrange + - develop + - layers + - map + - stack + styles: + - solid + unicode: f5fd + voted: false +leaf: + aliases: + unicodes: + secondary: + - 10f06c + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Leaf + search: + terms: + - eco + - flora + - nature + - plant + - vegan + styles: + - solid + unicode: f06c + voted: false +leanpub: + changes: + - 4.3.0 + - 5.0.0 + label: Leanpub + search: + terms: [] + styles: + - brands + unicode: f212 + voted: false +left-long: + aliases: + names: + - long-arrow-alt-left + unicodes: + secondary: + - 10f30a + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Left Long + search: + terms: + - back + - long-arrow-left + - previous + styles: + - solid + unicode: f30a + voted: false +left-right: + aliases: + names: + - arrows-alt-h + unicodes: + composite: + - '2194' + secondary: + - 10f337 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Left Right + search: + terms: + - arrow + - arrows-h + - expand + - horizontal + - landscape + - left-right arrow + - resize + - wide + styles: + - solid + unicode: f337 + voted: false +lemon: + aliases: + unicodes: + composite: + - 1f34b + secondary: + - 10f094 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Lemon + search: + terms: + - citrus + - fruit + - lemon + - lemonade + - lime + - tart + styles: + - solid + - regular + unicode: f094 + voted: false +less: + changes: + - 5.0.0 + label: Less + search: + terms: [] + styles: + - brands + unicode: f41d + voted: false +less-than: + aliases: + unicodes: + composite: + - f536 + primary: + - f536 + secondary: + - 103c + - 10f536 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Less Than + search: + terms: + - Less-Than Sign + - arithmetic + - compare + - math + styles: + - solid + unicode: 3c + voted: true +less-than-equal: + aliases: + unicodes: + secondary: + - 10f537 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Less Than Equal + search: + terms: + - arithmetic + - compare + - math + styles: + - solid + unicode: f537 + voted: true +life-ring: + aliases: + unicodes: + secondary: + - 10f1cd + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Life Ring + search: + terms: + - coast guard + - help + - overboard + - save + - support + styles: + - solid + - regular + unicode: f1cd + voted: false +lightbulb: + aliases: + unicodes: + composite: + - 1f4a1 + secondary: + - 10f0eb + changes: + - 3.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Lightbulb + search: + terms: + - ' comic' + - ' electric' + - ' idea' + - ' innovation' + - ' inspiration' + - ' light' + - ' light bulb' + - ' bulb' + - bulb + - comic + - electric + - energy + - idea + - inspiration + - mechanical + styles: + - solid + - regular + unicode: f0eb + voted: false +line: + changes: + - 5.0.0 + - 6.3.0 + label: Line + search: + terms: [] + styles: + - brands + unicode: f3c0 + voted: false +lines-leaning: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Lines Leaning + search: + terms: + - canted + - domino + - falling + - resilience + - resilient + - tipped + styles: + - solid + unicode: e51e + voted: false +link: + aliases: + names: + - chain + unicodes: + composite: + - 1f517 + secondary: + - 10f0c1 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Link + search: + terms: + - attach + - attachment + - chain + - connect + - lin + - link + styles: + - solid + unicode: f0c1 + voted: false +link-slash: + aliases: + names: + - chain-broken + - chain-slash + - unlink + unicodes: + secondary: + - 10f127 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Link Slash + search: + terms: + - attachment + - chain + - chain-broken + - remove + styles: + - solid + unicode: f127 + voted: false +linkedin: + changes: + - 1.0.0 + - 5.0.0 + label: LinkedIn + search: + terms: + - linkedin-square + styles: + - brands + unicode: f08c + voted: false +linkedin-in: + changes: + - 2.0.0 + - 5.0.0 + - 5.4.1 + - 5.8.0 + - 5.8.1 + label: LinkedIn In + search: + terms: + - linkedin + styles: + - brands + unicode: f0e1 + voted: false +linode: + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + label: Linode + search: + terms: [] + styles: + - brands + unicode: f2b8 + voted: false +linux: + changes: + - 3.2.0 + - 5.0.0 + label: Linux + search: + terms: + - tux + styles: + - brands + unicode: f17c + voted: false +lira-sign: + aliases: + unicodes: + composite: + - 20a4 + secondary: + - 10f195 + changes: + - 4.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Lira Sign + search: + terms: + - Lira Sign + - currency + styles: + - solid + unicode: f195 + voted: false +list: + aliases: + names: + - list-squares + unicodes: + secondary: + - 10f03a + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: List + search: + terms: + - checklist + - completed + - done + - finished + - ol + - todo + - ul + styles: + - solid + unicode: f03a + voted: false +list-check: + aliases: + names: + - tasks + unicodes: + secondary: + - 10f0ae + changes: + - 2.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: List Check + search: + terms: + - checklist + - downloading + - downloads + - loading + - progress + - project management + - settings + - to do + styles: + - solid + unicode: f0ae + voted: false +list-ol: + aliases: + names: + - list-1-2 + - list-numeric + unicodes: + secondary: + - 10f0cb + changes: + - 2.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: List Ol + search: + terms: + - checklist + - completed + - done + - finished + - numbers + - ol + - todo + - ul + styles: + - solid + unicode: f0cb + voted: false +list-ul: + aliases: + names: + - list-dots + unicodes: + secondary: + - 10f0ca + changes: + - 2.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: List Ul + search: + terms: + - checklist + - completed + - done + - finished + - ol + - todo + - ul + styles: + - solid + unicode: f0ca + voted: false +litecoin-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Litecoin Sign + search: + terms: + - currency + styles: + - solid + unicode: e1d3 + voted: true +location-arrow: + aliases: + unicodes: + secondary: + - 10f124 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Location Arrow + search: + terms: + - address + - compass + - coordinate + - direction + - gps + - map + - navigation + - place + styles: + - solid + unicode: f124 + voted: false +location-crosshairs: + aliases: + names: + - location + unicodes: + secondary: + - 10f601 + changes: + - 5.2.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Location Crosshairs + search: + terms: + - address + - coordinate + - direction + - gps + - location + - map + - navigation + - place + - where + styles: + - solid + unicode: f601 + voted: false +location-dot: + aliases: + names: + - map-marker-alt + unicodes: + secondary: + - 10f3c5 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Location Dot + search: + terms: + - address + - coordinates + - destination + - gps + - localize + - location + - map + - navigation + - paper + - pin + - place + - point of interest + - position + - route + - travel + styles: + - solid + unicode: f3c5 + voted: false +location-pin: + aliases: + names: + - map-marker + unicodes: + secondary: + - 10f041 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Location Pin + search: + terms: + - address + - coordinates + - destination + - gps + - localize + - location + - map + - navigation + - paper + - pin + - place + - point of interest + - position + - route + - travel + styles: + - solid + unicode: f041 + voted: false +location-pin-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Location Pin Lock + search: + terms: + - closed + - lockdown + - map + - quarantine + styles: + - solid + unicode: e51f + voted: false +lock: + aliases: + unicodes: + composite: + - 1f512 + secondary: + - 10f023 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Lock + search: + terms: + - admin + - closed + - lock + - locked + - open + - password + - private + - protect + - security + styles: + - solid + unicode: f023 + voted: false +lock-open: + aliases: + unicodes: + secondary: + - 10f3c1 + changes: + - 3.1.0 + - 5.0.0 + - 5.0.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Lock Open + search: + terms: + - admin + - lock + - open + - password + - private + - protect + - security + - unlock + styles: + - solid + unicode: f3c1 + voted: false +locust: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Locust + search: + terms: + - horde + - infestation + - locust + - plague + - swarm + styles: + - solid + unicode: e520 + voted: false +lungs: + aliases: + unicodes: + composite: + - 1fac1 + secondary: + - 10f604 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Lungs + search: + terms: + - air + - breath + - covid-19 + - exhalation + - inhalation + - lungs + - organ + - respiration + - respiratory + styles: + - solid + unicode: f604 + voted: false +lungs-virus: + aliases: + unicodes: + secondary: + - '10e067' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Lungs Virus + search: + terms: + - breath + - coronavirus + - covid-19 + - flu + - infection + - pandemic + - respiratory + - sick + styles: + - solid + unicode: e067 + voted: false +lyft: + changes: + - 5.0.0 + label: lyft + search: + terms: [] + styles: + - brands + unicode: f3c3 + voted: false +m: + aliases: + unicodes: + composite: + - 6d + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: M + search: + terms: + - Latin Capital Letter M + - Latin Small Letter M + - letter + styles: + - solid + unicode: 4d + voted: false +magento: + changes: + - 5.0.0 + label: Magento + search: + terms: [] + styles: + - brands + unicode: f3c4 + voted: false +magnet: + aliases: + unicodes: + composite: + - 1f9f2 + secondary: + - 10f076 + changes: + - 1.0.0 + - 5.0.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Magnet + search: + terms: + - Attract + - attraction + - horseshoe + - lodestone + - magnet + - magnetic + - tool + styles: + - solid + unicode: f076 + voted: false +magnifying-glass: + aliases: + names: + - search + unicodes: + composite: + - 1f50d + secondary: + - 10f002 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Magnifying Glass + search: + terms: + - bigger + - enlarge + - find + - glass + - magnify + - magnifying + - magnifying glass tilted left + - preview + - search + - tool + - zoom + styles: + - solid + unicode: f002 + voted: false +magnifying-glass-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Magnifying Glass Arrow Right + search: + terms: + - find + - next + - search + styles: + - solid + unicode: e521 + voted: false +magnifying-glass-chart: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Magnifying Glass Chart + search: + terms: + - ' data' + - ' graph' + - ' intelligence' + - analysis + - chart + - market + styles: + - solid + unicode: e522 + voted: false +magnifying-glass-dollar: + aliases: + names: + - search-dollar + unicodes: + secondary: + - 10f688 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Magnifying Glass Dollar + search: + terms: + - bigger + - enlarge + - find + - magnify + - money + - preview + - zoom + styles: + - solid + unicode: f688 + voted: false +magnifying-glass-location: + aliases: + names: + - search-location + unicodes: + secondary: + - 10f689 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Magnifying Glass Location + search: + terms: + - bigger + - enlarge + - find + - magnify + - preview + - zoom + styles: + - solid + unicode: f689 + voted: false +magnifying-glass-minus: + aliases: + names: + - search-minus + unicodes: + secondary: + - 10f010 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Magnifying Glass Minus + search: + terms: + - minify + - negative + - smaller + - zoom + - zoom out + styles: + - solid + unicode: f010 + voted: false +magnifying-glass-plus: + aliases: + names: + - search-plus + unicodes: + secondary: + - 10f00e + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Magnifying Glass Plus + search: + terms: + - bigger + - enlarge + - magnify + - positive + - zoom + - zoom in + styles: + - solid + unicode: f00e + voted: false +mailchimp: + changes: + - 5.1.0 + - 5.7.0 + - 5.8.0 + - 5.8.2 + label: Mailchimp + search: + terms: [] + styles: + - brands + unicode: f59e + voted: true +manat-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Manat Sign + search: + terms: + - Manat Sign + - currency + styles: + - solid + unicode: e1d5 + voted: false +mandalorian: + changes: + - 5.0.12 + - 5.8.0 + label: Mandalorian + search: + terms: [] + styles: + - brands + unicode: f50f + voted: false +map: + aliases: + unicodes: + composite: + - 1f5fa + - f278 + secondary: + - 10f279 + changes: + - 4.4.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Map + search: + terms: + - address + - coordinates + - destination + - gps + - localize + - location + - map + - navigation + - paper + - pin + - place + - point of interest + - position + - route + - travel + - world + - world map + styles: + - solid + - regular + unicode: f279 + voted: false +map-location: + aliases: + names: + - map-marked + unicodes: + secondary: + - 10f59f + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Map Location + search: + terms: + - address + - coordinates + - destination + - gps + - localize + - location + - map + - navigation + - paper + - pin + - place + - point of interest + - position + - route + - travel + styles: + - solid + unicode: f59f + voted: false +map-location-dot: + aliases: + names: + - map-marked-alt + unicodes: + secondary: + - 10f5a0 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Map Location Dot + search: + terms: + - address + - coordinates + - destination + - gps + - localize + - location + - map + - navigation + - paper + - pin + - place + - point of interest + - position + - route + - travel + styles: + - solid + unicode: f5a0 + voted: false +map-pin: + aliases: + unicodes: + composite: + - 1f4cd + secondary: + - 10f276 + changes: + - 4.4.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Map Pin + search: + terms: + - address + - agree + - coordinates + - destination + - gps + - localize + - location + - map + - marker + - navigation + - pin + - place + - position + - pushpin + - round pushpin + - travel + styles: + - solid + unicode: f276 + voted: false +markdown: + changes: + - 5.2.0 + - 5.7.0 + label: Markdown + search: + terms: [] + styles: + - brands + unicode: f60f + voted: true +marker: + aliases: + unicodes: + secondary: + - 10f5a1 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Marker + search: + terms: + - design + - edit + - sharpie + - update + - write + styles: + - solid + unicode: f5a1 + voted: true +mars: + aliases: + unicodes: + composite: + - '2642' + secondary: + - 10f222 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mars + search: + terms: + - gender + - male + - male sign + - man + styles: + - solid + unicode: f222 + voted: false +mars-and-venus: + aliases: + unicodes: + composite: + - 26a5 + secondary: + - 10f224 + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mars And Venus + search: + terms: + - Male and Female Sign + - female + - gender + - intersex + - male + - transgender + styles: + - solid + unicode: f224 + voted: false +mars-and-venus-burst: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mars And Venus Burst + search: + terms: + - gender + - violence + styles: + - solid + unicode: e523 + voted: false +mars-double: + aliases: + unicodes: + composite: + - 26a3 + secondary: + - 10f227 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mars Double + search: + terms: + - Doubled Male Sign + - gay + - gender + - male + - men + styles: + - solid + unicode: f227 + voted: false +mars-stroke: + aliases: + unicodes: + composite: + - 26a6 + secondary: + - 10f229 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mars Stroke + search: + terms: + - Male with Stroke Sign + - gender + - transgender + styles: + - solid + unicode: f229 + voted: false +mars-stroke-right: + aliases: + names: + - mars-stroke-h + unicodes: + composite: + - 26a9 + secondary: + - 10f22b + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mars Stroke Right + search: + terms: + - Horizontal Male with Stroke Sign + - gender + styles: + - solid + unicode: f22b + voted: false +mars-stroke-up: + aliases: + names: + - mars-stroke-v + unicodes: + composite: + - 26a8 + secondary: + - 10f22a + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mars Stroke Up + search: + terms: + - Vertical Male with Stroke Sign + - gender + styles: + - solid + unicode: f22a + voted: false +martini-glass: + aliases: + names: + - glass-martini-alt + unicodes: + composite: + - 1f378 + secondary: + - 10f57b + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Martini Glass + search: + terms: + - alcohol + - bar + - beverage + - cocktail + - cocktail glass + - drink + - glass + - liquor + styles: + - solid + unicode: f57b + voted: false +martini-glass-citrus: + aliases: + names: + - cocktail + unicodes: + secondary: + - 10f561 + changes: + - 5.1.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Martini Glass Citrus + search: + terms: + - alcohol + - beverage + - drink + - gin + - glass + - margarita + - martini + - vodka + styles: + - solid + unicode: f561 + voted: false +martini-glass-empty: + aliases: + names: + - glass-martini + unicodes: + secondary: + - 10f000 + changes: + - 1.0.0 + - 5.0.0 + - 5.1.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Martini Glass Empty + search: + terms: + - alcohol + - bar + - beverage + - drink + - liquor + styles: + - solid + unicode: f000 + voted: false +mask: + aliases: + unicodes: + secondary: + - 10f6fa + changes: + - 5.4.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mask + search: + terms: + - carnivale + - costume + - disguise + - halloween + - secret + - super hero + styles: + - solid + unicode: f6fa + voted: false +mask-face: + changes: + - 6.0.0-beta1 + - 6.0.0 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mask Face + search: + terms: + - breath + - coronavirus + - covid-19 + - filter + - flu + - infection + - pandemic + - respirator + - virus + styles: + - solid + unicode: e1d7 + voted: false +mask-ventilator: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mask Ventilator + search: + terms: + - breath + - gas + - mask + - oxygen + - respirator + - ventilator + styles: + - solid + unicode: e524 + voted: false +masks-theater: + aliases: + names: + - theater-masks + unicodes: + composite: + - 1f3ad + secondary: + - 10f630 + changes: + - 5.2.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Masks Theater + search: + terms: + - art + - comedy + - mask + - perform + - performing + - performing arts + - theater + - theatre + - tragedy + styles: + - solid + unicode: f630 + voted: false +mastodon: + changes: + - 5.0.11 + - 5.8.0 + label: Mastodon + search: + terms: [] + styles: + - brands + unicode: f4f6 + voted: true +mattress-pillow: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mattress Pillow + search: + terms: + - air mattress + - mattress + - pillow + - rest + - sleep + styles: + - solid + unicode: e525 + voted: false +maxcdn: + changes: + - 3.1.0 + - 5.0.0 + label: MaxCDN + search: + terms: [] + styles: + - brands + unicode: f136 + voted: false +maximize: + aliases: + names: + - expand-arrows-alt + unicodes: + secondary: + - 10f31e + changes: + - 5.0.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Maximize + search: + terms: + - bigger + - enlarge + - fullscreen + - move + - resize + styles: + - solid + unicode: f31e + voted: false +mdb: + changes: + - 5.11.0 + label: Material Design for Bootstrap + search: + terms: [] + styles: + - brands + unicode: f8ca + voted: false +medal: + aliases: + unicodes: + composite: + - 1f3c5 + secondary: + - 10f5a2 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Medal + search: + terms: + - award + - medal + - ribbon + - sports medal + - star + - trophy + styles: + - solid + unicode: f5a2 + voted: true +medapps: + changes: + - 5.0.0 + label: MedApps + search: + terms: [] + styles: + - brands + unicode: f3c6 + voted: false +medium: + aliases: + names: + - medium-m + unicodes: + composite: + - f3c7 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + label: Medium + search: + terms: [] + styles: + - brands + unicode: f23a + voted: false +medrt: + changes: + - 5.0.0 + label: MRT + search: + terms: [] + styles: + - brands + unicode: f3c8 + voted: false +meetup: + changes: + - 4.7.0 + - 5.0.0 + label: Meetup + search: + terms: [] + styles: + - brands + unicode: f2e0 + voted: false +megaport: + changes: + - 5.1.0 + label: Megaport + search: + terms: [] + styles: + - brands + unicode: f5a3 + voted: false +memory: + aliases: + unicodes: + secondary: + - 10f538 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Memory + search: + terms: + - DIMM + - RAM + - hardware + - storage + - technology + styles: + - solid + unicode: f538 + voted: true +mendeley: + changes: + - 5.6.0 + label: Mendeley + search: + terms: [] + styles: + - brands + unicode: f7b3 + voted: true +menorah: + aliases: + unicodes: + secondary: + - 10f676 + changes: + - 5.3.0 + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Menorah + search: + terms: + - candle + - hanukkah + - jewish + - judaism + - light + styles: + - solid + unicode: f676 + voted: false +mercury: + aliases: + unicodes: + composite: + - 263f + secondary: + - 10f223 + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mercury + search: + terms: + - Mercury + - gender + - hybrid + - transgender + styles: + - solid + unicode: f223 + voted: false +message: + aliases: + names: + - comment-alt + unicodes: + secondary: + - 10f27a + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Message + search: + terms: + - bubble + - chat + - commenting + - conversation + - feedback + - message + - note + - notification + - sms + - speech + - texting + styles: + - solid + - regular + unicode: f27a + voted: false +meta: + changes: + - 6.0.0 + - 6.1.2 + label: Meta + search: + terms: [] + styles: + - brands + unicode: e49b + voted: false +meteor: + aliases: + unicodes: + composite: + - '2604' + secondary: + - 10f753 + changes: + - 5.5.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Meteor + search: + terms: + - armageddon + - asteroid + - comet + - shooting star + - space + styles: + - solid + unicode: f753 + voted: false +microblog: + changes: + - 5.12.0 + - 5.14.0 + label: Micro.blog + search: + terms: [] + styles: + - brands + unicode: e01a + voted: true +microchip: + aliases: + unicodes: + secondary: + - 10f2db + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Microchip + search: + terms: + - cpu + - hardware + - processor + - technology + styles: + - solid + unicode: f2db + voted: false +microphone: + aliases: + unicodes: + secondary: + - 10f130 + changes: + - 3.1.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Microphone + search: + terms: + - address + - audio + - information + - podcast + - public + - record + - sing + - sound + - voice + styles: + - solid + unicode: f130 + voted: false +microphone-lines: + aliases: + names: + - microphone-alt + unicodes: + composite: + - 1f399 + secondary: + - 10f3c9 + changes: + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Microphone Lines + search: + terms: + - audio + - mic + - microphone + - music + - podcast + - record + - sing + - sound + - studio + - studio microphone + - voice + styles: + - solid + unicode: f3c9 + voted: false +microphone-lines-slash: + aliases: + names: + - microphone-alt-slash + unicodes: + secondary: + - 10f539 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Microphone Lines Slash + search: + terms: + - audio + - disable + - mute + - podcast + - record + - sing + - sound + - voice + styles: + - solid + unicode: f539 + voted: false +microphone-slash: + aliases: + unicodes: + secondary: + - 10f131 + changes: + - 3.1.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Microphone Slash + search: + terms: + - audio + - disable + - mute + - podcast + - record + - sing + - sound + - voice + styles: + - solid + unicode: f131 + voted: false +microscope: + aliases: + unicodes: + composite: + - 1f52c + secondary: + - 10f610 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Microscope + search: + terms: + - covid-19 + - electron + - lens + - microscope + - optics + - science + - shrink + - testing + - tool + styles: + - solid + unicode: f610 + voted: false +microsoft: + changes: + - 5.0.0 + label: Microsoft + search: + terms: [] + styles: + - brands + unicode: f3ca + voted: true +mill-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mill Sign + search: + terms: + - Mill Sign + - currency + styles: + - solid + unicode: e1ed + voted: false +minimize: + aliases: + names: + - compress-arrows-alt + unicodes: + secondary: + - 10f78c + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Minimize + search: + terms: + - collapse + - fullscreen + - minimize + - move + - resize + - shrink + - smaller + styles: + - solid + unicode: f78c + voted: true +minus: + aliases: + names: + - subtract + unicodes: + composite: + - '2013' + - '2212' + - '2796' + secondary: + - 10f068 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Minus + search: + terms: + - En Dash + - Minus Sign + - collapse + - delete + - hide + - math + - minify + - minus + - negative + - remove + - sign + - trash + - − + styles: + - solid + unicode: f068 + voted: false +mitten: + aliases: + unicodes: + secondary: + - 10f7b5 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mitten + search: + terms: + - clothing + - cold + - glove + - hands + - knitted + - seasonal + - warmth + styles: + - solid + unicode: f7b5 + voted: false +mix: + changes: + - 5.0.0 + - 5.0.3 + label: Mix + search: + terms: [] + styles: + - brands + unicode: f3cb + voted: false +mixcloud: + changes: + - 4.5.0 + - 5.0.0 + - 6.1.2 + label: Mixcloud + search: + terms: [] + styles: + - brands + unicode: f289 + voted: false +mixer: + changes: + - 5.12.1 + - 5.14.0 + label: Mixer + search: + terms: [] + styles: + - brands + unicode: e056 + voted: true +mizuni: + changes: + - 5.0.0 + label: Mizuni + search: + terms: [] + styles: + - brands + unicode: f3cc + voted: false +mobile: + aliases: + names: + - mobile-android + - mobile-phone + unicodes: + composite: + - 1f4f1 + secondary: + - 10f3ce + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mobile + search: + terms: + - android + - call + - cell + - cell phone + - device + - mobile + - mobile phone + - number + - phone + - screen + - telephone + - text + styles: + - solid + unicode: f3ce + voted: false +mobile-button: + aliases: + unicodes: + secondary: + - 10f10b + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mobile Button + search: + terms: + - apple + - call + - cell phone + - device + - iphone + - number + - screen + - telephone + styles: + - solid + unicode: f10b + voted: false +mobile-retro: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mobile Retro + search: + terms: + - cellphone + - cellular + - phone + styles: + - solid + unicode: e527 + voted: false +mobile-screen: + aliases: + names: + - mobile-android-alt + unicodes: + secondary: + - 10f3cf + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mobile Screen + search: + terms: + - android + - call + - cell phone + - device + - number + - screen + - telephone + - text + styles: + - solid + unicode: f3cf + voted: false +mobile-screen-button: + aliases: + names: + - mobile-alt + unicodes: + secondary: + - 10f3cd + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mobile Screen Button + search: + terms: + - apple + - call + - cell phone + - device + - iphone + - number + - screen + - telephone + styles: + - solid + unicode: f3cd + voted: false +modx: + changes: + - 4.5.0 + - 5.0.0 + label: MODX + search: + terms: [] + styles: + - brands + unicode: f285 + voted: false +monero: + changes: + - 5.0.0 + label: Monero + search: + terms: [] + styles: + - brands + unicode: f3d0 + voted: false +money-bill: + aliases: + unicodes: + secondary: + - 10f0d6 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Money Bill + search: + terms: + - buy + - cash + - checkout + - money + - payment + - price + - purchase + styles: + - solid + unicode: f0d6 + voted: false +money-bill-1: + aliases: + names: + - money-bill-alt + unicodes: + secondary: + - 10f3d1 + changes: + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Money Bill 1 + search: + terms: + - buy + - cash + - checkout + - money + - payment + - price + - purchase + styles: + - solid + - regular + unicode: f3d1 + voted: false +money-bill-1-wave: + aliases: + names: + - money-bill-wave-alt + unicodes: + secondary: + - 10f53b + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Money Bill 1 Wave + search: + terms: + - buy + - cash + - checkout + - money + - payment + - price + - purchase + styles: + - solid + unicode: f53b + voted: true +money-bill-transfer: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Money Bill Transfer + search: + terms: + - bank + - conversion + - deposit + - money + - transfer + - withdrawal + styles: + - solid + unicode: e528 + voted: false +money-bill-trend-up: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Money Bill Trend Up + search: + terms: + - bank + - bonds + - inflation + - market + - stocks + - trade + styles: + - solid + unicode: e529 + voted: false +money-bill-wave: + aliases: + unicodes: + secondary: + - 10f53a + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Money Bill Wave + search: + terms: + - buy + - cash + - checkout + - money + - payment + - price + - purchase + styles: + - solid + unicode: f53a + voted: true +money-bill-wheat: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Money Bill Wheat + search: + terms: + - agribusiness + - agriculture + - farming + - food + - livelihood + - subsidy + styles: + - solid + unicode: e52a + voted: false +money-bills: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Money Bills + search: + terms: + - atm + - cash + - money + - moolah + styles: + - solid + unicode: e1f3 + voted: false +money-check: + aliases: + unicodes: + secondary: + - 10f53c + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Money Check + search: + terms: + - bank check + - buy + - checkout + - cheque + - money + - payment + - price + - purchase + styles: + - solid + unicode: f53c + voted: true +money-check-dollar: + aliases: + names: + - money-check-alt + unicodes: + secondary: + - 10f53d + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Money Check Dollar + search: + terms: + - bank check + - buy + - checkout + - cheque + - money + - payment + - price + - purchase + styles: + - solid + unicode: f53d + voted: true +monument: + aliases: + unicodes: + secondary: + - 10f5a6 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Monument + search: + terms: + - building + - historic + - landmark + - memorable + styles: + - solid + unicode: f5a6 + voted: false +moon: + aliases: + unicodes: + composite: + - 1f319 + - 23fe + secondary: + - 10f186 + changes: + - 3.2.0 + - 5.0.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Moon + search: + terms: + - Power Sleep Symbol + - contrast + - crescent + - crescent moon + - dark + - lunar + - moon + - night + styles: + - solid + - regular + unicode: f186 + voted: false +mortar-pestle: + aliases: + unicodes: + secondary: + - 10f5a7 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mortar Pestle + search: + terms: + - crush + - culinary + - grind + - medical + - mix + - pharmacy + - prescription + - spices + styles: + - solid + unicode: f5a7 + voted: false +mosque: + aliases: + unicodes: + composite: + - 1f54c + secondary: + - 10f678 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mosque + search: + terms: + - Muslim + - building + - islam + - landmark + - mosque + - muslim + - religion + styles: + - solid + unicode: f678 + voted: false +mosquito: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mosquito + search: + terms: + - bite + - bug + - mosquito + - west nile + styles: + - solid + unicode: e52b + voted: false +mosquito-net: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mosquito Net + search: + terms: + - bite + - malaria + - mosquito + - net + styles: + - solid + unicode: e52c + voted: false +motorcycle: + aliases: + unicodes: + composite: + - 1f3cd + secondary: + - 10f21c + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Motorcycle + search: + terms: + - bike + - machine + - motorcycle + - racing + - transportation + - vehicle + styles: + - solid + unicode: f21c + voted: false +mound: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mound + search: + terms: + - barrier + - hill + - pitcher + - speedbump + styles: + - solid + unicode: e52d + voted: false +mountain: + aliases: + unicodes: + composite: + - 1f3d4 + secondary: + - 10f6fc + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mountain + search: + terms: + - cold + - glacier + - hiking + - hill + - landscape + - mountain + - snow + - snow-capped mountain + - travel + - view + styles: + - solid + unicode: f6fc + voted: false +mountain-city: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mountain City + search: + terms: + - location + - rural + - urban + styles: + - solid + unicode: e52e + voted: false +mountain-sun: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mountain Sun + search: + terms: + - country + - hiking + - landscape + - rural + - travel + - view + styles: + - solid + unicode: e52f + voted: false +mug-hot: + aliases: + unicodes: + composite: + - '2615' + secondary: + - 10f7b6 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mug Hot + search: + terms: + - beverage + - caliente + - cocoa + - coffee + - cup + - drink + - holiday + - hot + - hot beverage + - hot chocolate + - steam + - steaming + - tea + - warmth + styles: + - solid + unicode: f7b6 + voted: false +mug-saucer: + aliases: + names: + - coffee + unicodes: + secondary: + - 10f0f4 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Mug Saucer + search: + terms: + - beverage + - breakfast + - cafe + - drink + - fall + - morning + - mug + - seasonal + - tea + styles: + - solid + unicode: f0f4 + voted: false +music: + aliases: + unicodes: + composite: + - 1f3b5 + secondary: + - 10f001 + changes: + - 1.0.0 + - 5.0.0 + - 5.2.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Music + search: + terms: + - lyrics + - melody + - music + - musical note + - note + - sing + - sound + styles: + - solid + unicode: f001 + voted: false +'n': + aliases: + unicodes: + composite: + - 6e + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: 'N' + search: + terms: + - Latin Capital Letter N + - Latin Small Letter N + - letter + - nay + - 'no' + styles: + - solid + unicode: 4e + voted: false +naira-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Naira Sign + search: + terms: + - Naira Sign + - currency + styles: + - solid + unicode: e1f6 + voted: false +napster: + changes: + - 5.0.0 + label: Napster + search: + terms: [] + styles: + - brands + unicode: f3d2 + voted: false +neos: + changes: + - 5.2.0 + - 5.8.0 + label: Neos + search: + terms: [] + styles: + - brands + unicode: f612 + voted: true +network-wired: + aliases: + unicodes: + secondary: + - 10f6ff + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Network Wired + search: + terms: + - computer + - connect + - ethernet + - internet + - intranet + styles: + - solid + unicode: f6ff + voted: true +neuter: + aliases: + unicodes: + composite: + - 26b2 + secondary: + - 10f22c + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Neuter + search: + terms: + - Neuter + - gender + styles: + - solid + unicode: f22c + voted: false +newspaper: + aliases: + unicodes: + composite: + - 1f4f0 + secondary: + - 10f1ea + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Newspaper + search: + terms: + - article + - editorial + - headline + - journal + - journalism + - news + - newspaper + - paper + - press + styles: + - solid + - regular + unicode: f1ea + voted: false +nfc-directional: + changes: + - 6.1.0 + label: NFC Directional + search: + terms: + - connect + - data + - near field communication + - nfc + - scan + - signal + - transfer + - wireless + styles: + - brands + unicode: e530 + voted: false +nfc-symbol: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Nfc Symbol + search: + terms: + - connect + - data + - near field communication + - nfc + - scan + - signal + - transfer + - wireless + styles: + - brands + unicode: e531 + voted: false +nimblr: + changes: + - 5.1.0 + - 5.8.0 + label: Nimblr + search: + terms: [] + styles: + - brands + unicode: f5a8 + voted: false +node: + changes: + - 5.0.0 + label: Node.js + search: + terms: [] + styles: + - brands + unicode: f419 + voted: true +node-js: + changes: + - 5.0.0 + - 5.0.3 + label: Node.js JS + search: + terms: [] + styles: + - brands + unicode: f3d3 + voted: false +not-equal: + aliases: + unicodes: + secondary: + - 10f53e + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Not Equal + search: + terms: + - arithmetic + - compare + - math + styles: + - solid + unicode: f53e + voted: true +notdef: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Notdef + search: + terms: + - close + - missing + styles: + - solid + unicode: e1fe + voted: false +note-sticky: + aliases: + names: + - sticky-note + unicodes: + composite: + - f24a + secondary: + - 10f249 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Note Sticky + search: + terms: + - message + - note + - paper + - reminder + - sticker + styles: + - solid + - regular + unicode: f249 + voted: false +notes-medical: + aliases: + unicodes: + secondary: + - 10f481 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Notes Medical + search: + terms: + - clipboard + - doctor + - ehr + - health + - history + - records + styles: + - solid + unicode: f481 + voted: false +npm: + changes: + - 5.0.0 + label: npm + search: + terms: [] + styles: + - brands + unicode: f3d4 + voted: false +ns8: + changes: + - 5.0.0 + - 5.15.0 + label: NS8 + search: + terms: [] + styles: + - brands + unicode: f3d5 + voted: false +nutritionix: + changes: + - 5.0.0 + label: Nutritionix + search: + terms: [] + styles: + - brands + unicode: f3d6 + voted: false +o: + aliases: + unicodes: + composite: + - 6f + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: O + search: + terms: + - Latin Capital Letter O + - Latin Small Letter O + - letter + styles: + - solid + unicode: 4f + voted: false +object-group: + aliases: + unicodes: + secondary: + - 10f247 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Object Group + search: + terms: + - combine + - copy + - design + - merge + - select + styles: + - solid + - regular + unicode: f247 + voted: false +object-ungroup: + aliases: + unicodes: + secondary: + - 10f248 + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Object Ungroup + search: + terms: + - copy + - design + - merge + - select + - separate + styles: + - solid + - regular + unicode: f248 + voted: false +octopus-deploy: + changes: + - 5.15.0 + label: Octopus Deploy + search: + terms: [] + styles: + - brands + unicode: e082 + voted: false +odnoklassniki: + changes: + - 4.4.0 + - 5.0.0 + label: Odnoklassniki + search: + terms: [] + styles: + - brands + unicode: f263 + voted: false +odysee: + changes: + - 6.2.1 + - 6.3.0 + label: Odysee + search: + terms: [] + styles: + - brands + unicode: e5c6 + voted: false +oil-can: + aliases: + unicodes: + secondary: + - 10f613 + changes: + - 5.2.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Oil Can + search: + terms: + - auto + - crude + - gasoline + - grease + - lubricate + - petroleum + styles: + - solid + unicode: f613 + voted: false +oil-well: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Oil Well + search: + terms: + - drill + - oil + - rig + styles: + - solid + unicode: e532 + voted: false +old-republic: + changes: + - 5.0.12 + label: Old Republic + search: + terms: + - politics + - star wars + styles: + - brands + unicode: f510 + voted: false +om: + aliases: + unicodes: + composite: + - 1f549 + secondary: + - 10f679 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Om + search: + terms: + - Hindu + - buddhism + - hinduism + - jainism + - mantra + - om + - religion + styles: + - solid + unicode: f679 + voted: false +opencart: + changes: + - 4.4.0 + - 5.0.0 + label: OpenCart + search: + terms: [] + styles: + - brands + unicode: f23d + voted: false +openid: + changes: + - 4.1.0 + - 5.0.0 + label: OpenID + search: + terms: [] + styles: + - brands + unicode: f19b + voted: false +opera: + changes: + - 4.4.0 + - 5.0.0 + label: Opera + search: + terms: [] + styles: + - brands + unicode: f26a + voted: false +optin-monster: + changes: + - 4.4.0 + - 5.0.0 + - 5.7.0 + label: Optin Monster + search: + terms: [] + styles: + - brands + unicode: f23c + voted: false +orcid: + changes: + - 5.11.0 + label: ORCID + search: + terms: [] + styles: + - brands + unicode: f8d2 + voted: false +osi: + changes: + - 5.0.0 + - 5.8.0 + label: Open Source Initiative + search: + terms: [] + styles: + - brands + unicode: f41a + voted: false +otter: + aliases: + unicodes: + composite: + - 1f9a6 + secondary: + - 10f700 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Otter + search: + terms: + - animal + - badger + - fauna + - fishing + - fur + - mammal + - marten + - otter + - playful + styles: + - solid + unicode: f700 + voted: false +outdent: + aliases: + names: + - dedent + unicodes: + secondary: + - 10f03b + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Outdent + search: + terms: + - align + - justify + - paragraph + - tab + styles: + - solid + unicode: f03b + voted: false +p: + aliases: + unicodes: + composite: + - '70' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: P + search: + terms: + - Latin Capital Letter P + - Latin Small Letter P + - letter + styles: + - solid + unicode: '50' + voted: false +padlet: + changes: + - 6.0.0 + label: Padlet + search: + terms: [] + styles: + - brands + unicode: e4a0 + voted: false +page4: + changes: + - 5.0.0 + label: page4 Corporation + search: + terms: [] + styles: + - brands + unicode: f3d7 + voted: false +pagelines: + changes: + - 4.0.0 + - 5.0.0 + label: Pagelines + search: + terms: + - eco + - flora + - leaf + - leaves + - nature + - plant + - tree + styles: + - brands + unicode: f18c + voted: false +pager: + aliases: + unicodes: + composite: + - 1f4df + secondary: + - 10f815 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pager + search: + terms: + - beeper + - cell phone + - communication + - page + - pager + styles: + - solid + unicode: f815 + voted: false +paint-roller: + aliases: + unicodes: + secondary: + - 10f5aa + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Paint Roller + search: + terms: + - acrylic + - art + - brush + - color + - fill + - paint + - pigment + - watercolor + styles: + - solid + unicode: f5aa + voted: false +paintbrush: + aliases: + names: + - paint-brush + unicodes: + composite: + - 1f58c + secondary: + - 10f1fc + changes: + - 4.2.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Paintbrush + search: + terms: + - acrylic + - art + - brush + - color + - fill + - paint + - paintbrush + - painting + - pigment + - watercolor + styles: + - solid + unicode: f1fc + voted: false +palette: + aliases: + unicodes: + composite: + - 1f3a8 + secondary: + - 10f53f + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Palette + search: + terms: + - acrylic + - art + - artist palette + - brush + - color + - fill + - museum + - paint + - painting + - palette + - pigment + - watercolor + styles: + - solid + unicode: f53f + voted: true +palfed: + changes: + - 5.0.0 + - 5.0.3 + label: Palfed + search: + terms: [] + styles: + - brands + unicode: f3d8 + voted: false +pallet: + aliases: + unicodes: + secondary: + - 10f482 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pallet + search: + terms: + - archive + - box + - inventory + - shipping + - warehouse + styles: + - solid + unicode: f482 + voted: false +panorama: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Panorama + search: + terms: + - image + - landscape + - photo + - wide + styles: + - solid + unicode: e209 + voted: false +paper-plane: + aliases: + unicodes: + composite: + - f1d9 + secondary: + - 10f1d8 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Paper Plane + search: + terms: + - air + - float + - fold + - mail + - paper + - send + styles: + - solid + - regular + unicode: f1d8 + voted: false +paperclip: + aliases: + unicodes: + composite: + - 1f4ce + secondary: + - 10f0c6 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Paperclip + search: + terms: + - attach + - attachment + - connect + - link + - papercli + - paperclip + styles: + - solid + unicode: f0c6 + voted: false +parachute-box: + aliases: + unicodes: + secondary: + - 10f4cd + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Parachute Box + search: + terms: + - aid + - assistance + - goods + - relief + - rescue + - supplies + styles: + - solid + unicode: f4cd + voted: false +paragraph: + aliases: + unicodes: + composite: + - b6 + secondary: + - 10f1dd + changes: + - 4.1.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Paragraph + search: + terms: + - Pilcrow Sign + - edit + - format + - text + - writing + styles: + - solid + unicode: f1dd + voted: false +passport: + aliases: + unicodes: + secondary: + - 10f5ab + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Passport + search: + terms: + - document + - id + - identification + - issued + - travel + styles: + - solid + unicode: f5ab + voted: false +paste: + aliases: + names: + - file-clipboard + unicodes: + secondary: + - 10f0ea + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Paste + search: + terms: + - clipboard + - copy + - document + - paper + styles: + - solid + - regular + unicode: f0ea + voted: false +patreon: + changes: + - 5.0.0 + - 5.0.3 + label: Patreon + search: + terms: [] + styles: + - brands + unicode: f3d9 + voted: false +pause: + aliases: + unicodes: + composite: + - 23f8 + secondary: + - 10f04c + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pause + search: + terms: + - bar + - double + - hold + - pause + - pause button + - vertical + - wait + styles: + - solid + unicode: f04c + voted: false +paw: + aliases: + unicodes: + secondary: + - 10f1b0 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Paw + search: + terms: + - animal + - cat + - dog + - pet + - print + styles: + - solid + unicode: f1b0 + voted: false +paypal: + changes: + - 4.2.0 + - 5.0.0 + label: Paypal + search: + terms: [] + styles: + - brands + unicode: f1ed + voted: false +peace: + aliases: + unicodes: + composite: + - 262e + secondary: + - 10f67c + changes: + - 5.3.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Peace + search: + terms: + - peace + - peace symbol + - serenity + - tranquility + - truce + - war + styles: + - solid + unicode: f67c + voted: false +pen: + aliases: + unicodes: + composite: + - 1f58a + secondary: + - 10f304 + changes: + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pen + search: + terms: + - ballpoint + - design + - edit + - pen + - update + - write + styles: + - solid + unicode: f304 + voted: false +pen-clip: + aliases: + names: + - pen-alt + unicodes: + secondary: + - 10f305 + changes: + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pen Clip + search: + terms: + - design + - edit + - update + - write + styles: + - solid + unicode: f305 + voted: false +pen-fancy: + aliases: + unicodes: + composite: + - 1f58b + - '2712' + secondary: + - 10f5ac + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pen Fancy + search: + terms: + - black nib + - design + - edit + - fountain + - fountain pen + - nib + - pen + - update + - write + styles: + - solid + unicode: f5ac + voted: false +pen-nib: + aliases: + unicodes: + composite: + - '2711' + secondary: + - 10f5ad + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pen Nib + search: + terms: + - design + - edit + - fountain pen + - update + - write + styles: + - solid + unicode: f5ad + voted: true +pen-ruler: + aliases: + names: + - pencil-ruler + unicodes: + secondary: + - 10f5ae + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pen Ruler + search: + terms: + - design + - draft + - draw + - pencil + styles: + - solid + unicode: f5ae + voted: false +pen-to-square: + aliases: + names: + - edit + unicodes: + secondary: + - 10f044 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pen To Square + search: + terms: + - edit + - pen + - pencil + - update + - write + styles: + - solid + - regular + unicode: f044 + voted: false +pencil: + aliases: + names: + - pencil-alt + unicodes: + composite: + - 270f + - f040 + primary: + - f040 + secondary: + - 10f040 + - 10f303 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Pencil + search: + terms: + - Lower Left Pencil + - design + - draw + - edit + - lead + - pencil + - update + - write + styles: + - solid + unicode: f303 + voted: false +people-arrows: + aliases: + names: + - people-arrows-left-right + unicodes: + secondary: + - '10e068' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: People Arrows + search: + terms: + - distance + - isolation + - separate + - social distancing + - users-people + styles: + - solid + unicode: e068 + voted: false +people-carry-box: + aliases: + names: + - people-carry + unicodes: + secondary: + - 10f4ce + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: People Carry Box + search: + terms: + - users-people + styles: + - solid + unicode: f4ce + voted: false +people-group: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: People Group + search: + terms: + - family + - group + - team + styles: + - solid + unicode: e533 + voted: false +people-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: People Line + search: + terms: + - group + - need + styles: + - solid + unicode: e534 + voted: false +people-pulling: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: People Pulling + search: + terms: + - forced return + - yanking + styles: + - solid + unicode: e535 + voted: false +people-robbery: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: People Robbery + search: + terms: + - criminal + - hands up + - looting + - robbery + - steal + styles: + - solid + unicode: e536 + voted: false +people-roof: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: People Roof + search: + terms: + - family + - group + - manage + - people + - safe + - shelter + styles: + - solid + unicode: e537 + voted: false +pepper-hot: + aliases: + unicodes: + composite: + - 1f336 + secondary: + - 10f816 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pepper Hot + search: + terms: + - buffalo wings + - capsicum + - chili + - chilli + - habanero + - hot + - hot pepper + - jalapeno + - mexican + - pepper + - spicy + - tabasco + - vegetable + styles: + - solid + unicode: f816 + voted: true +perbyte: + changes: + - 5.15.0 + label: PerByte + search: + terms: [] + styles: + - brands + unicode: e083 + voted: false +percent: + aliases: + names: + - percentage + unicodes: + composite: + - f295 + - f541 + primary: + - f295 + - f541 + secondary: + - '1025' + - 10f295 + - 10f541 + changes: + - 4.5.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Percent + search: + terms: + - Percent Sign + - discount + - fraction + - proportion + - rate + - ratio + styles: + - solid + unicode: '25' + voted: true +periscope: + changes: + - 5.0.0 + label: Periscope + search: + terms: [] + styles: + - brands + unicode: f3da + voted: false +person: + aliases: + names: + - male + unicodes: + composite: + - 1f9cd + secondary: + - 10f183 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person + search: + terms: + - man + - person standing + - stand + - standing + - woman + styles: + - solid + unicode: f183 + voted: false +person-arrow-down-to-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Arrow Down To Line + search: + terms: + - ground + - indigenous + - native + styles: + - solid + unicode: e538 + voted: false +person-arrow-up-from-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Arrow Up From Line + search: + terms: + - population + - rise + styles: + - solid + unicode: e539 + voted: false +person-biking: + aliases: + names: + - biking + unicodes: + composite: + - 1f6b4 + secondary: + - 10f84a + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Biking + search: + terms: + - bicycle + - bike + - biking + - cyclist + - pedal + - person biking + - summer + - wheel + styles: + - solid + unicode: f84a + voted: false +person-booth: + aliases: + unicodes: + secondary: + - 10f756 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Booth + search: + terms: + - changing room + - curtain + - vote + - voting + styles: + - solid + unicode: f756 + voted: false +person-breastfeeding: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Breastfeeding + search: + terms: + - baby + - child + - infant + - mother + - nutrition + - sustenance + styles: + - solid + unicode: e53a + voted: false +person-burst: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Burst + search: + terms: + - abuse + - accident + - crash + - explode + - violence + styles: + - solid + unicode: e53b + voted: false +person-cane: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Cane + search: + terms: + - aging + - cane + - elderly + - old + - staff + styles: + - solid + unicode: e53c + voted: false +person-chalkboard: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Chalkboard + search: + terms: + - blackboard + - instructor + - keynote + - lesson + - presentation + - teacher + styles: + - solid + unicode: e53d + voted: false +person-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Circle Check + search: + terms: + - approved + - not affected + - ok + - okay + styles: + - solid + unicode: e53e + voted: false +person-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Circle Exclamation + search: + terms: + - affected + - alert + - lost + - missing + styles: + - solid + unicode: e53f + voted: false +person-circle-minus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Circle Minus + search: + terms: + - delete + - remove + styles: + - solid + unicode: e540 + voted: false +person-circle-plus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Circle Plus + search: + terms: + - add + - found + styles: + - solid + unicode: e541 + voted: false +person-circle-question: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Circle Question + search: + terms: + - lost + - missing + styles: + - solid + unicode: e542 + voted: false +person-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Circle Xmark + search: + terms: + - dead + - removed + styles: + - solid + unicode: e543 + voted: false +person-digging: + aliases: + names: + - digging + unicodes: + secondary: + - 10f85e + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Digging + search: + terms: + - bury + - construction + - debris + - dig + - men at work + styles: + - solid + unicode: f85e + voted: false +person-dots-from-line: + aliases: + names: + - diagnoses + unicodes: + secondary: + - 10f470 + changes: + - 5.0.7 + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Dots From Line + search: + terms: + - allergy + - diagnosis + styles: + - solid + unicode: f470 + voted: false +person-dress: + aliases: + names: + - female + unicodes: + secondary: + - 10f182 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Dress + search: + terms: + - man + - skirt + - woman + styles: + - solid + unicode: f182 + voted: false +person-dress-burst: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Dress Burst + search: + terms: + - abuse + - accident + - crash + - explode + - violence + styles: + - solid + unicode: e544 + voted: false +person-drowning: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Drowning + search: + terms: + - drown + - emergency + - swim + styles: + - solid + unicode: e545 + voted: false +person-falling: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Falling + search: + terms: + - accident + - fall + - trip + styles: + - solid + unicode: e546 + voted: false +person-falling-burst: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Falling Burst + search: + terms: + - accident + - crash + - death + - fall + - homicide + - murder + styles: + - solid + unicode: e547 + voted: false +person-half-dress: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Half Dress + search: + terms: + - gender + - man + - restroom + - transgender + - woman + styles: + - solid + unicode: e548 + voted: false +person-harassing: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Harassing + search: + terms: + - abuse + - scream + - shame + - shout + - yell + styles: + - solid + unicode: e549 + voted: false +person-hiking: + aliases: + names: + - hiking + unicodes: + secondary: + - 10f6ec + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Hiking + search: + terms: + - autumn + - fall + - hike + - mountain + - outdoors + - summer + - walk + styles: + - solid + unicode: f6ec + voted: false +person-military-pointing: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Military Pointing + search: + terms: + - army + - customs + - guard + styles: + - solid + unicode: e54a + voted: false +person-military-rifle: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Military Rifle + search: + terms: + - armed forces + - army + - military + - rifle + - war + styles: + - solid + unicode: e54b + voted: false +person-military-to-person: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Military To Person + search: + terms: + - civilian + - coordination + - military + styles: + - solid + unicode: e54c + voted: false +person-praying: + aliases: + names: + - pray + unicodes: + composite: + - 1f6d0 + secondary: + - 10f683 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Praying + search: + terms: + - kneel + - place of worship + - religion + - thank + - worship + styles: + - solid + unicode: f683 + voted: false +person-pregnant: + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Pregnant + search: + terms: + - baby + - birth + - child + - pregnant + - pregnant woman + - woman + styles: + - solid + unicode: e31e + voted: false +person-rays: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Rays + search: + terms: + - affected + - focus + - shine + styles: + - solid + unicode: e54d + voted: false +person-rifle: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Rifle + search: + terms: + - army + - combatant + - gun + - military + - rifle + - war + styles: + - solid + unicode: e54e + voted: false +person-running: + aliases: + names: + - running + unicodes: + composite: + - 1f3c3 + secondary: + - 10f70c + changes: + - 5.4.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Running + search: + terms: + - exit + - flee + - marathon + - person running + - race + - running + styles: + - solid + unicode: f70c + voted: true +person-shelter: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Shelter + search: + terms: + - house + - inside + - roof + - safe + - safety + - shelter + styles: + - solid + unicode: e54f + voted: false +person-skating: + aliases: + names: + - skating + unicodes: + secondary: + - 10f7c5 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Skating + search: + terms: + - figure skating + - ice + - olympics + - rink + - skate + - winter + styles: + - solid + unicode: f7c5 + voted: false +person-skiing: + aliases: + names: + - skiing + unicodes: + composite: + - 26f7 + secondary: + - 10f7c9 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Skiing + search: + terms: + - downhill + - olympics + - ski + - skier + - snow + - winter + styles: + - solid + unicode: f7c9 + voted: false +person-skiing-nordic: + aliases: + names: + - skiing-nordic + unicodes: + secondary: + - 10f7ca + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Skiing Nordic + search: + terms: + - cross country + - olympics + - winter + styles: + - solid + unicode: f7ca + voted: false +person-snowboarding: + aliases: + names: + - snowboarding + unicodes: + composite: + - 1f3c2 + secondary: + - 10f7ce + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Snowboarding + search: + terms: + - olympics + - ski + - snow + - snowboard + - snowboarder + - winter + styles: + - solid + unicode: f7ce + voted: false +person-swimming: + aliases: + names: + - swimmer + unicodes: + composite: + - 1f3ca + secondary: + - 10f5c4 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Swimming + search: + terms: + - ocean + - person swimming + - pool + - sea + - swim + - water + styles: + - solid + unicode: f5c4 + voted: false +person-through-window: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Through Window + search: + terms: + - door + - exit + - forced entry + - leave + - robbery + - steal + - window + styles: + - solid + unicode: e5a9 + voted: false +person-walking: + aliases: + names: + - walking + unicodes: + composite: + - 1f6b6 + secondary: + - 10f554 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Walking + search: + terms: + - crosswalk + - exercise + - hike + - move + - person walking + - walk + - walking + styles: + - solid + unicode: f554 + voted: true +person-walking-arrow-loop-left: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Walking Arrow Loop Left + search: + terms: + - population return + - return + styles: + - solid + unicode: e551 + voted: false +person-walking-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Walking Arrow Right + search: + terms: + - exit + - internally displaced + - leave + - refugee + styles: + - solid + unicode: e552 + voted: false +person-walking-dashed-line-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Walking Dashed Line Arrow Right + search: + terms: + - exit + - refugee + styles: + - solid + unicode: e553 + voted: false +person-walking-luggage: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Walking Luggage + search: + terms: + - bag + - baggage + - briefcase + - carry-on + - deployment + - rolling + styles: + - solid + unicode: e554 + voted: false +person-walking-with-cane: + aliases: + names: + - blind + unicodes: + secondary: + - 10f29d + changes: + - 4.6.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Person Walking With Cane + search: + terms: + - blind + - cane + styles: + - solid + unicode: f29d + voted: false +peseta-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Peseta Sign + search: + terms: + - Peseta Sign + - currency + styles: + - solid + unicode: e221 + voted: false +peso-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Peso Sign + search: + terms: + - Peso Sign + - currency + styles: + - solid + unicode: e222 + voted: false +phabricator: + changes: + - 5.0.0 + label: Phabricator + search: + terms: [] + styles: + - brands + unicode: f3db + voted: false +phoenix-framework: + changes: + - 5.0.0 + - 5.0.3 + label: Phoenix Framework + search: + terms: [] + styles: + - brands + unicode: f3dc + voted: false +phoenix-squadron: + changes: + - 5.0.12 + - 5.8.0 + label: Phoenix Squadron + search: + terms: [] + styles: + - brands + unicode: f511 + voted: false +phone: + aliases: + unicodes: + composite: + - 1f4de + - 1f57b + secondary: + - 10f095 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Phone + search: + terms: + - Left Hand Telephone Receiver + - call + - earphone + - number + - phone + - receiver + - support + - telephone + - telephone receiver + - voice + styles: + - solid + unicode: f095 + voted: false +phone-flip: + aliases: + names: + - phone-alt + unicodes: + composite: + - 1f57d + secondary: + - 10f879 + changes: + - 5.9.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Phone Flip + search: + terms: + - Right Hand Telephone Receiver + - call + - earphone + - number + - support + - telephone + - voice + styles: + - solid + unicode: f879 + voted: false +phone-slash: + aliases: + unicodes: + secondary: + - 10f3dd + changes: + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Phone Slash + search: + terms: + - call + - cancel + - earphone + - mute + - number + - support + - telephone + - voice + styles: + - solid + unicode: f3dd + voted: false +phone-volume: + aliases: + names: + - volume-control-phone + unicodes: + secondary: + - 10f2a0 + changes: + - 4.6.0 + - 5.0.0 + - 5.0.3 + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Phone Volume + search: + terms: + - call + - earphone + - number + - sound + - support + - telephone + - voice + - volume-control-phone + styles: + - solid + unicode: f2a0 + voted: false +photo-film: + aliases: + names: + - photo-video + unicodes: + secondary: + - 10f87c + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Photo Film + search: + terms: + - av + - film + - image + - library + - media + styles: + - solid + unicode: f87c + voted: false +php: + changes: + - 5.0.5 + label: PHP + search: + terms: [] + styles: + - brands + unicode: f457 + voted: true +pied-piper: + changes: + - 4.6.0 + - 5.0.0 + - 5.0.10 + - 5.12.0 + label: Pied Piper Logo + search: + terms: [] + styles: + - brands + unicode: f2ae + voted: false +pied-piper-alt: + changes: + - 4.1.0 + - 5.0.0 + - 5.7.0 + label: Alternate Pied Piper Logo (Old) + search: + terms: [] + styles: + - brands + unicode: f1a8 + voted: false +pied-piper-hat: + changes: + - 5.0.10 + label: Pied Piper Hat (Old) + search: + terms: + - clothing + styles: + - brands + unicode: f4e5 + voted: false +pied-piper-pp: + changes: + - 4.1.0 + - 5.0.0 + label: Pied Piper PP Logo (Old) + search: + terms: [] + styles: + - brands + unicode: f1a7 + voted: false +piggy-bank: + aliases: + unicodes: + secondary: + - 10f4d3 + changes: + - 5.0.9 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Piggy Bank + search: + terms: + - bank + - save + - savings + styles: + - solid + unicode: f4d3 + voted: false +pills: + aliases: + unicodes: + secondary: + - 10f484 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pills + search: + terms: + - drugs + - medicine + - prescription + - tablets + styles: + - solid + unicode: f484 + voted: false +pinterest: + changes: + - 2.0.0 + - 5.0.0 + label: Pinterest + search: + terms: [] + styles: + - brands + unicode: f0d2 + voted: false +pinterest-p: + changes: + - 4.3.0 + - 5.0.0 + label: Pinterest P + search: + terms: [] + styles: + - brands + unicode: f231 + voted: false +pix: + changes: + - 6.0.0-beta2 + label: Pix + search: + terms: [] + styles: + - brands + unicode: e43a + voted: true +pizza-slice: + aliases: + unicodes: + secondary: + - 10f818 + changes: + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pizza Slice + search: + terms: + - cheese + - chicago + - italian + - mozzarella + - new york + - pepperoni + - pie + - slice + - teenage mutant ninja turtles + - tomato + styles: + - solid + unicode: f818 + voted: true +place-of-worship: + aliases: + unicodes: + secondary: + - 10f67f + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Place Of Worship + search: + terms: + - building + - church + - holy + - mosque + - synagogue + styles: + - solid + unicode: f67f + voted: false +plane: + aliases: + unicodes: + secondary: + - 10f072 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Plane + search: + terms: + - airplane + - airport + - destination + - fly + - location + - mode + - travel + - trip + styles: + - solid + unicode: f072 + voted: false +plane-arrival: + aliases: + unicodes: + composite: + - 1f6ec + secondary: + - 10f5af + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plane Arrival + search: + terms: + - aeroplane + - airplane + - airplane arrival + - airport + - arrivals + - arriving + - destination + - fly + - land + - landing + - location + - mode + - travel + - trip + styles: + - solid + unicode: f5af + voted: false +plane-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plane Circle Check + search: + terms: + - airplane + - airport + - flight + - fly + - not affected + - ok + - okay + - travel + styles: + - solid + unicode: e555 + voted: false +plane-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plane Circle Exclamation + search: + terms: + - affected + - airplane + - airport + - flight + - fly + - travel + styles: + - solid + unicode: e556 + voted: false +plane-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plane Circle Xmark + search: + terms: + - airplane + - airport + - destroy + - flight + - fly + - travel + styles: + - solid + unicode: e557 + voted: false +plane-departure: + aliases: + unicodes: + composite: + - 1f6eb + secondary: + - 10f5b0 + changes: + - 5.1.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plane Departure + search: + terms: + - aeroplane + - airplane + - airplane departure + - airport + - check-in + - departing + - departure + - departures + - destination + - fly + - location + - mode + - take off + - taking off + - travel + - trip + styles: + - solid + unicode: f5b0 + voted: false +plane-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plane Lock + search: + terms: + - airplane + - airport + - closed + - flight + - fly + - lockdown + - quarantine + - travel + styles: + - solid + unicode: e558 + voted: false +plane-slash: + aliases: + unicodes: + secondary: + - '10e069' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plane Slash + search: + terms: + - airplane mode + - airport + - canceled + - covid-19 + - delayed + - grounded + - travel + styles: + - solid + unicode: e069 + voted: false +plane-up: + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Plane Up + search: + terms: + - airplane + - airport + - internet + - signal + - sky + - wifi + - wireless + styles: + - solid + unicode: e22d + voted: false +plant-wilt: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plant Wilt + search: + terms: + - drought + - planting + - vegetation + - wilt + styles: + - solid + unicode: e5aa + voted: false +plate-wheat: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plate Wheat + search: + terms: + - bowl + - hunger + - rations + - wheat + styles: + - solid + unicode: e55a + voted: false +play: + aliases: + unicodes: + composite: + - 25b6 + secondary: + - 10f04b + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Play + search: + terms: + - arrow + - audio + - music + - play + - play button + - playing + - right + - sound + - start + - triangle + - video + styles: + - solid + unicode: f04b + voted: false +playstation: + changes: + - 5.0.0 + label: PlayStation + search: + terms: [] + styles: + - brands + unicode: f3df + voted: false +plug: + aliases: + unicodes: + composite: + - 1f50c + secondary: + - 10f1e6 + changes: + - 4.2.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plug + search: + terms: + - connect + - electric + - electric plug + - electricity + - online + - plug + - power + styles: + - solid + unicode: f1e6 + voted: false +plug-circle-bolt: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plug Circle Bolt + search: + terms: + - electric + - electricity + - plug + - power + styles: + - solid + unicode: e55b + voted: false +plug-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plug Circle Check + search: + terms: + - electric + - electricity + - not affected + - ok + - okay + - plug + - power + styles: + - solid + unicode: e55c + voted: false +plug-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plug Circle Exclamation + search: + terms: + - affected + - electric + - electricity + - plug + - power + styles: + - solid + unicode: e55d + voted: false +plug-circle-minus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plug Circle Minus + search: + terms: + - electric + - electricity + - plug + - power + styles: + - solid + unicode: e55e + voted: false +plug-circle-plus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plug Circle Plus + search: + terms: + - electric + - electricity + - plug + - power + styles: + - solid + unicode: e55f + voted: false +plug-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plug Circle Xmark + search: + terms: + - destroy + - electric + - electricity + - outage + - plug + - power + styles: + - solid + unicode: e560 + voted: false +plus: + aliases: + names: + - add + unicodes: + composite: + - '2795' + - f067 + primary: + - f067 + secondary: + - 102b + - 10f067 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plus + search: + terms: + - + + - Plus Sign + - add + - create + - expand + - math + - new + - plus + - positive + - shape + - sign + styles: + - solid + unicode: 2b + voted: false +plus-minus: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Plus Minus + search: + terms: + - Plus-Minus Sign + - add + - math + - subtract + styles: + - solid + unicode: e43c + voted: false +podcast: + aliases: + unicodes: + secondary: + - 10f2ce + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Podcast + search: + terms: + - audio + - broadcast + - music + - sound + styles: + - solid + unicode: f2ce + voted: false +poo: + aliases: + unicodes: + composite: + - 1f4a9 + secondary: + - 10f2fe + changes: + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Poo + search: + terms: + - crap + - dung + - face + - monster + - pile of poo + - poo + - poop + - shit + - smile + - turd + styles: + - solid + unicode: f2fe + voted: false +poo-storm: + aliases: + names: + - poo-bolt + unicodes: + secondary: + - 10f75a + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Poo Storm + search: + terms: + - bolt + - cloud + - euphemism + - lightning + - mess + - poop + - shit + - turd + styles: + - solid + unicode: f75a + voted: false +poop: + aliases: + unicodes: + secondary: + - 10f619 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Poop + search: + terms: + - crap + - poop + - shit + - smile + - turd + styles: + - solid + unicode: f619 + voted: false +power-off: + aliases: + unicodes: + composite: + - 23fb + secondary: + - 10f011 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Power Off + search: + terms: + - Power Symbol + - cancel + - computer + - 'on' + - reboot + - restart + styles: + - solid + unicode: f011 + voted: false +prescription: + aliases: + unicodes: + secondary: + - 10f5b1 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Prescription + search: + terms: + - drugs + - medical + - medicine + - pharmacy + - rx + styles: + - solid + unicode: f5b1 + voted: false +prescription-bottle: + aliases: + unicodes: + secondary: + - 10f485 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Prescription Bottle + search: + terms: + - drugs + - medical + - medicine + - pharmacy + - rx + styles: + - solid + unicode: f485 + voted: false +prescription-bottle-medical: + aliases: + names: + - prescription-bottle-alt + unicodes: + secondary: + - 10f486 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Prescription Bottle Medical + search: + terms: + - drugs + - medical + - medicine + - pharmacy + - rx + styles: + - solid + unicode: f486 + voted: false +print: + aliases: + unicodes: + composite: + - 1f5a8 + - 1f5b6 + - '2399' + secondary: + - 10f02f + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Print + search: + terms: + - Print Screen Symbol + - Printer Icon + - business + - computer + - copy + - document + - office + - paper + - printer + styles: + - solid + unicode: f02f + voted: false +product-hunt: + changes: + - 4.5.0 + - 5.0.0 + label: Product Hunt + search: + terms: [] + styles: + - brands + unicode: f288 + voted: false +pump-medical: + aliases: + unicodes: + secondary: + - 10e06a + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pump Medical + search: + terms: + - anti-bacterial + - clean + - covid-19 + - disinfect + - hygiene + - medical grade + - sanitizer + - soap + styles: + - solid + unicode: e06a + voted: false +pump-soap: + aliases: + unicodes: + secondary: + - 10e06b + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Pump Soap + search: + terms: + - anti-bacterial + - clean + - covid-19 + - disinfect + - hygiene + - sanitizer + - soap + styles: + - solid + unicode: e06b + voted: false +pushed: + changes: + - 5.0.0 + label: Pushed + search: + terms: [] + styles: + - brands + unicode: f3e1 + voted: false +puzzle-piece: + aliases: + unicodes: + composite: + - 1f9e9 + secondary: + - 10f12e + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Puzzle Piece + search: + terms: + - add-on + - addon + - clue + - game + - interlocking + - jigsaw + - piece + - puzzle + - puzzle piece + - section + styles: + - solid + unicode: f12e + voted: false +python: + changes: + - 5.0.0 + label: Python + search: + terms: [] + styles: + - brands + unicode: f3e2 + voted: false +q: + aliases: + unicodes: + composite: + - '71' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Q + search: + terms: + - Latin Capital Letter Q + - Latin Small Letter Q + - letter + styles: + - solid + unicode: '51' + voted: false +qq: + changes: + - 4.1.0 + - 5.0.0 + label: QQ + search: + terms: [] + styles: + - brands + unicode: f1d6 + voted: false +qrcode: + aliases: + unicodes: + secondary: + - 10f029 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Qrcode + search: + terms: + - barcode + - info + - information + - scan + styles: + - solid + unicode: f029 + voted: false +question: + aliases: + unicodes: + composite: + - '2753' + - '2754' + - f128 + primary: + - f128 + secondary: + - 103f + - 10f128 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Question + search: + terms: + - '?' + - Question Mark + - help + - information + - mark + - outlined + - punctuation + - question + - red question mark + - support + - unknown + - white question mark + styles: + - solid + unicode: 3f + voted: false +quinscape: + changes: + - 5.0.5 + - 5.7.0 + - 5.8.0 + label: QuinScape + search: + terms: [] + styles: + - brands + unicode: f459 + voted: false +quora: + changes: + - 4.7.0 + - 5.0.0 + label: Quora + search: + terms: [] + styles: + - brands + unicode: f2c4 + voted: false +quote-left: + aliases: + names: + - quote-left-alt + unicodes: + composite: + - 201c + secondary: + - 10f10d + changes: + - 3.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Quote Left + search: + terms: + - Left Double Quotation Mark + - mention + - note + - phrase + - text + - type + styles: + - solid + unicode: f10d + voted: false +quote-right: + aliases: + names: + - quote-right-alt + unicodes: + composite: + - 201d + secondary: + - 10f10e + changes: + - 3.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Quote Right + search: + terms: + - Right Double Quotation Mark + - mention + - note + - phrase + - text + - type + styles: + - solid + unicode: f10e + voted: false +r: + aliases: + unicodes: + composite: + - '72' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: R + search: + terms: + - Latin Capital Letter R + - Latin Small Letter R + - letter + styles: + - solid + unicode: '52' + voted: false +r-project: + changes: + - 5.0.11 + - 5.0.12 + label: R Project + search: + terms: [] + styles: + - brands + unicode: f4f7 + voted: true +radiation: + aliases: + unicodes: + secondary: + - 10f7b9 + changes: + - 5.6.0 + - 5.8.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Radiation + search: + terms: + - danger + - dangerous + - deadly + - hazard + - nuclear + - radioactive + - warning + styles: + - solid + unicode: f7b9 + voted: true +radio: + aliases: + unicodes: + composite: + - 1f4fb + secondary: + - 10f8d7 + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Radio + search: + terms: + - am + - broadcast + - fm + - frequency + - music + - news + - radio + - receiver + - transmitter + - tuner + - video + styles: + - solid + unicode: f8d7 + voted: false +rainbow: + aliases: + unicodes: + composite: + - 1f308 + secondary: + - 10f75b + changes: + - 5.5.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rainbow + search: + terms: + - gold + - leprechaun + - prism + - rain + - rainbow + - sky + styles: + - solid + unicode: f75b + voted: false +ranking-star: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ranking Star + search: + terms: + - chart + - first place + - podium + - rank + - win + styles: + - solid + unicode: e561 + voted: false +raspberry-pi: + changes: + - 5.6.0 + label: Raspberry Pi + search: + terms: [] + styles: + - brands + unicode: f7bb + voted: true +ravelry: + changes: + - 4.7.0 + - 5.0.0 + - 5.15.1 + label: Ravelry + search: + terms: [] + styles: + - brands + unicode: f2d9 + voted: false +react: + changes: + - 5.0.0 + label: React + search: + terms: [] + styles: + - brands + unicode: f41b + voted: false +reacteurope: + changes: + - 5.5.0 + - 5.8.0 + label: ReactEurope + search: + terms: [] + styles: + - brands + unicode: f75d + voted: false +readme: + changes: + - 5.0.9 + - 5.0.10 + label: ReadMe + search: + terms: [] + styles: + - brands + unicode: f4d5 + voted: false +rebel: + changes: + - 4.1.0 + - 5.0.0 + label: Rebel Alliance + search: + terms: [] + styles: + - brands + unicode: f1d0 + voted: false +receipt: + aliases: + unicodes: + composite: + - 1f9fe + secondary: + - 10f543 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Receipt + search: + terms: + - accounting + - bookkeeping + - check + - evidence + - invoice + - money + - pay + - proof + - receipt + - table + styles: + - solid + unicode: f543 + voted: true +record-vinyl: + aliases: + unicodes: + secondary: + - 10f8d9 + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Record Vinyl + search: + terms: + - LP + - album + - analog + - music + - phonograph + - sound + styles: + - solid + unicode: f8d9 + voted: false +rectangle-ad: + aliases: + names: + - ad + unicodes: + secondary: + - 10f641 + changes: + - 5.3.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rectangle Ad + search: + terms: + - advertisement + - media + - newspaper + - promotion + - publicity + styles: + - solid + unicode: f641 + voted: false +rectangle-list: + aliases: + names: + - list-alt + unicodes: + secondary: + - 10f022 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rectangle List + search: + terms: + - checklist + - completed + - done + - finished + - ol + - todo + - ul + styles: + - solid + - regular + unicode: f022 + voted: false +rectangle-xmark: + aliases: + names: + - rectangle-times + - times-rectangle + - window-close + unicodes: + composite: + - f2d4 + secondary: + - 10f410 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rectangle Xmark + search: + terms: + - browser + - cancel + - computer + - development + styles: + - solid + - regular + unicode: f410 + voted: false +recycle: + aliases: + unicodes: + composite: + - '2672' + - 267a + - 267b + secondary: + - 10f1b8 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Recycle + search: + terms: + - Recycling Symbol For Generic Materials + - Universal Recycling Symbol + - Waste + - compost + - garbage + - recycle + - recycling symbol + - reuse + - trash + styles: + - solid + unicode: f1b8 + voted: false +red-river: + changes: + - 5.0.0 + label: red river + search: + terms: [] + styles: + - brands + unicode: f3e3 + voted: false +reddit: + changes: + - 4.1.0 + - 5.0.0 + label: reddit Logo + search: + terms: [] + styles: + - brands + unicode: f1a1 + voted: false +reddit-alien: + changes: + - 4.5.0 + - 5.0.0 + label: reddit Alien + search: + terms: [] + styles: + - brands + unicode: f281 + voted: false +redhat: + changes: + - 5.6.0 + - 5.8.2 + label: Redhat + search: + terms: + - linux + - operating system + - os + styles: + - brands + unicode: f7bc + voted: true +registered: + aliases: + unicodes: + composite: + - ae + secondary: + - 10f25d + changes: + - 4.4.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Registered + search: + terms: + - copyright + - mark + - r + - registered + - trademark + styles: + - solid + - regular + unicode: f25d + voted: false +renren: + changes: + - 3.2.0 + - 5.0.0 + label: Renren + search: + terms: [] + styles: + - brands + unicode: f18b + voted: false +repeat: + aliases: + unicodes: + composite: + - 1f501 + secondary: + - 10f363 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Repeat + search: + terms: + - arrow + - clockwise + - flip + - reload + - repeat + - repeat button + - rewind + - switch + styles: + - solid + unicode: f363 + voted: false +reply: + aliases: + names: + - mail-reply + unicodes: + composite: + - f112 + secondary: + - 10f3e5 + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Reply + search: + terms: + - mail + - message + - respond + styles: + - solid + unicode: f3e5 + voted: false +reply-all: + aliases: + names: + - mail-reply-all + unicodes: + secondary: + - 10f122 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Reply All + search: + terms: + - mail + - message + - respond + styles: + - solid + unicode: f122 + voted: false +replyd: + changes: + - 5.0.0 + label: replyd + search: + terms: [] + styles: + - brands + unicode: f3e6 + voted: false +republican: + aliases: + unicodes: + secondary: + - 10f75e + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Republican + search: + terms: + - american + - conservative + - election + - elephant + - politics + - republican party + - right + - right-wing + - usa + styles: + - solid + unicode: f75e + voted: false +researchgate: + changes: + - 5.0.11 + label: Researchgate + search: + terms: [] + styles: + - brands + unicode: f4f8 + voted: true +resolving: + changes: + - 5.0.0 + label: Resolving + search: + terms: [] + styles: + - brands + unicode: f3e7 + voted: false +restroom: + aliases: + unicodes: + secondary: + - 10f7bd + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Restroom + search: + terms: + - bathroom + - toilet + - water closet + - wc + styles: + - solid + unicode: f7bd + voted: true +retweet: + aliases: + unicodes: + secondary: + - 10f079 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Retweet + search: + terms: + - refresh + - reload + - share + - swap + styles: + - solid + unicode: f079 + voted: false +rev: + changes: + - 5.1.0 + - 5.1.1 + - 5.8.0 + label: Rev.io + search: + terms: [] + styles: + - brands + unicode: f5b2 + voted: false +ribbon: + aliases: + unicodes: + composite: + - 1f397 + secondary: + - 10f4d6 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ribbon + search: + terms: + - badge + - cause + - celebration + - lapel + - pin + - reminder + - reminder ribbon + - ribbon + styles: + - solid + unicode: f4d6 + voted: false +right-from-bracket: + aliases: + names: + - sign-out-alt + unicodes: + secondary: + - 10f2f5 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Right From Bracket + search: + terms: + - arrow + - exit + - leave + - log out + - logout + - sign-out + styles: + - solid + unicode: f2f5 + voted: false +right-left: + aliases: + names: + - exchange-alt + unicodes: + secondary: + - 10f362 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Right Left + search: + terms: + - arrow + - arrows + - exchange + - reciprocate + - return + - swap + - transfer + styles: + - solid + unicode: f362 + voted: false +right-long: + aliases: + names: + - long-arrow-alt-right + unicodes: + secondary: + - 10f30b + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Right Long + search: + terms: + - forward + - long-arrow-right + - next + styles: + - solid + unicode: f30b + voted: false +right-to-bracket: + aliases: + names: + - sign-in-alt + unicodes: + secondary: + - 10f2f6 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Right To Bracket + search: + terms: + - arrow + - enter + - join + - log in + - login + - sign in + - sign up + - sign-in + - signin + - signup + styles: + - solid + unicode: f2f6 + voted: false +ring: + aliases: + unicodes: + secondary: + - 10f70b + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ring + search: + terms: + - Dungeons & Dragons + - Gollum + - band + - binding + - d&d + - dnd + - engagement + - fantasy + - gold + - jewelry + - marriage + - precious + styles: + - solid + unicode: f70b + voted: false +road: + aliases: + unicodes: + composite: + - 1f6e3 + secondary: + - 10f018 + changes: + - 1.0.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Road + search: + terms: + - highway + - map + - motorway + - pavement + - road + - route + - street + - travel + styles: + - solid + unicode: f018 + voted: false +road-barrier: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Road Barrier + search: + terms: + - block + - border + - no entry + - roadblock + styles: + - solid + unicode: e562 + voted: false +road-bridge: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Road Bridge + search: + terms: + - bridge + - infrastructure + - road + - travel + styles: + - solid + unicode: e563 + voted: false +road-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Road Circle Check + search: + terms: + - freeway + - highway + - not affected + - ok + - okay + - pavement + - road + styles: + - solid + unicode: e564 + voted: false +road-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Road Circle Exclamation + search: + terms: + - affected + - freeway + - highway + - pavement + - road + styles: + - solid + unicode: e565 + voted: false +road-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Road Circle Xmark + search: + terms: + - destroy + - freeway + - highway + - pavement + - road + styles: + - solid + unicode: e566 + voted: false +road-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Road Lock + search: + terms: + - closed + - freeway + - highway + - lockdown + - pavement + - quarantine + - road + styles: + - solid + unicode: e567 + voted: false +road-spikes: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Road Spikes + search: + terms: + - barrier + - roadblock + - spikes + styles: + - solid + unicode: e568 + voted: false +robot: + aliases: + unicodes: + composite: + - 1f916 + secondary: + - 10f544 + changes: + - 5.0.13 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Robot + search: + terms: + - android + - automate + - computer + - cyborg + - face + - monster + - robot + styles: + - solid + unicode: f544 + voted: true +rocket: + aliases: + unicodes: + secondary: + - 10f135 + changes: + - 3.1.0 + - 5.0.0 + - 5.7.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rocket + search: + terms: + - aircraft + - app + - jet + - launch + - nasa + - space + styles: + - solid + unicode: f135 + voted: false +rocketchat: + changes: + - 5.0.0 + - 5.4.2 + - 5.8.0 + - 5.15.0 + label: Rocket.Chat + search: + terms: [] + styles: + - brands + unicode: f3e8 + voted: false +rockrms: + changes: + - 5.0.0 + label: Rockrms + search: + terms: [] + styles: + - brands + unicode: f3e9 + voted: false +rotate: + aliases: + names: + - sync-alt + unicodes: + composite: + - 1f504 + secondary: + - 10f2f1 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rotate + search: + terms: + - anticlockwise + - arrow + - counterclockwise + - counterclockwise arrows button + - exchange + - refresh + - reload + - rotate + - swap + - withershins + styles: + - solid + unicode: f2f1 + voted: false +rotate-left: + aliases: + names: + - rotate-back + - rotate-backward + - undo-alt + unicodes: + secondary: + - 10f2ea + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rotate Left + search: + terms: + - back + - control z + - exchange + - oops + - return + - swap + styles: + - solid + unicode: f2ea + voted: false +rotate-right: + aliases: + names: + - redo-alt + - rotate-forward + unicodes: + secondary: + - 10f2f9 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rotate Right + search: + terms: + - forward + - refresh + - reload + - repeat + styles: + - solid + unicode: f2f9 + voted: false +route: + aliases: + unicodes: + secondary: + - 10f4d7 + changes: + - 5.0.9 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Route + search: + terms: + - directions + - navigation + - travel + styles: + - solid + unicode: f4d7 + voted: false +rss: + aliases: + names: + - feed + unicodes: + secondary: + - 10f09e + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rss + search: + terms: + - blog + - feed + - journal + - news + - writing + styles: + - solid + unicode: f09e + voted: false +ruble-sign: + aliases: + names: + - rouble + - rub + - ruble + unicodes: + composite: + - 20bd + secondary: + - 10f158 + changes: + - 4.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ruble Sign + search: + terms: + - Ruble Sign + - currency + styles: + - solid + unicode: f158 + voted: false +rug: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rug + search: + terms: + - blanket + - carpet + - rug + - textile + styles: + - solid + unicode: e569 + voted: false +ruler: + aliases: + unicodes: + composite: + - 1f4cf + secondary: + - 10f545 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ruler + search: + terms: + - design + - draft + - length + - measure + - planning + - ruler + - straight edge + - straight ruler + styles: + - solid + unicode: f545 + voted: true +ruler-combined: + aliases: + unicodes: + secondary: + - 10f546 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ruler Combined + search: + terms: + - design + - draft + - length + - measure + - planning + styles: + - solid + unicode: f546 + voted: true +ruler-horizontal: + aliases: + unicodes: + secondary: + - 10f547 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ruler Horizontal + search: + terms: + - design + - draft + - length + - measure + - planning + styles: + - solid + unicode: f547 + voted: true +ruler-vertical: + aliases: + unicodes: + secondary: + - 10f548 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ruler Vertical + search: + terms: + - design + - draft + - length + - measure + - planning + styles: + - solid + unicode: f548 + voted: true +rupee-sign: + aliases: + names: + - rupee + unicodes: + composite: + - 20a8 + secondary: + - 10f156 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rupee Sign + search: + terms: + - Rupee Sign + - currency + styles: + - solid + unicode: f156 + voted: false +rupiah-sign: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Rupiah Sign + search: + terms: + - currency + styles: + - solid + unicode: e23d + voted: false +rust: + changes: + - 5.13.1 + - 5.14.0 + label: Rust + search: + terms: [] + styles: + - brands + unicode: e07a + voted: true +s: + aliases: + unicodes: + composite: + - '73' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: S + search: + terms: + - Latin Capital Letter S + - Latin Small Letter S + - letter + styles: + - solid + unicode: '53' + voted: false +sack-dollar: + aliases: + unicodes: + composite: + - 1f4b0 + secondary: + - 10f81d + changes: + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sack Dollar + search: + terms: + - bag + - burlap + - cash + - dollar + - money + - money bag + - moneybag + - robber + - santa + - usd + styles: + - solid + unicode: f81d + voted: true +sack-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sack Xmark + search: + terms: + - bag + - burlap + - rations + styles: + - solid + unicode: e56a + voted: false +safari: + changes: + - 4.4.0 + - 5.0.0 + - 5.12.0 + label: Safari + search: + terms: + - browser + styles: + - brands + unicode: f267 + voted: false +sailboat: + changes: + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sailboat + search: + terms: + - dinghy + - mast + - sailboat + - sailing + - yacht + styles: + - solid + unicode: e445 + voted: false +salesforce: + changes: + - 5.8.0 + label: Salesforce + search: + terms: [] + styles: + - brands + unicode: f83b + voted: false +sass: + changes: + - 5.0.0 + - 5.8.0 + label: Sass + search: + terms: [] + styles: + - brands + unicode: f41e + voted: false +satellite: + aliases: + unicodes: + composite: + - 1f6f0 + secondary: + - 10f7bf + changes: + - 5.6.0 + - 5.10.1 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Satellite + search: + terms: + - communications + - hardware + - orbit + - satellite + - space + styles: + - solid + unicode: f7bf + voted: true +satellite-dish: + aliases: + unicodes: + composite: + - 1f4e1 + secondary: + - 10f7c0 + changes: + - 5.6.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Satellite Dish + search: + terms: + - SETI + - antenna + - communications + - dish + - hardware + - radar + - receiver + - satellite + - satellite antenna + - saucer + - signal + - space + styles: + - solid + unicode: f7c0 + voted: true +scale-balanced: + aliases: + names: + - balance-scale + unicodes: + composite: + - '2696' + secondary: + - 10f24e + changes: + - 4.4.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Scale Balanced + search: + terms: + - Libra + - balance + - balance scale + - balanced + - justice + - law + - legal + - measure + - rule + - scale + - weight + - zodiac + styles: + - solid + unicode: f24e + voted: false +scale-unbalanced: + aliases: + names: + - balance-scale-left + unicodes: + secondary: + - 10f515 + changes: + - 5.0.13 + - 5.9.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Scale Unbalanced + search: + terms: + - justice + - legal + - measure + - unbalanced + - weight + styles: + - solid + unicode: f515 + voted: true +scale-unbalanced-flip: + aliases: + names: + - balance-scale-right + unicodes: + secondary: + - 10f516 + changes: + - 5.0.13 + - 5.9.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Scale Unbalanced Flip + search: + terms: + - justice + - legal + - measure + - unbalanced + - weight + styles: + - solid + unicode: f516 + voted: true +schlix: + changes: + - 5.0.0 + label: SCHLIX + search: + terms: [] + styles: + - brands + unicode: f3ea + voted: false +school: + aliases: + unicodes: + composite: + - 1f3eb + secondary: + - 10f549 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: School + search: + terms: + - building + - education + - learn + - school + - student + - teacher + styles: + - solid + unicode: f549 + voted: true +school-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: School Circle Check + search: + terms: + - not affected + - ok + - okay + - schoolhouse + styles: + - solid + unicode: e56b + voted: false +school-circle-exclamation: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: School Circle Exclamation + search: + terms: + - affected + - schoolhouse + styles: + - solid + unicode: e56c + voted: false +school-circle-xmark: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: School Circle Xmark + search: + terms: + - destroy + - schoolhouse + styles: + - solid + unicode: e56d + voted: false +school-flag: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: School Flag + search: + terms: + - educate + - flag + - school + - schoolhouse + styles: + - solid + unicode: e56e + voted: false +school-lock: + changes: + - 6.1.0 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: School Lock + search: + terms: + - closed + - lockdown + - quarantine + - schoolhouse + styles: + - solid + unicode: e56f + voted: false +scissors: + aliases: + names: + - cut + unicodes: + composite: + - '2700' + - '2702' + - '2704' + secondary: + - 10f0c4 + changes: + - 2.0.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Scissors + search: + terms: + - Black Safety Scissors + - White Scissors + - clip + - cutting + - scissors + - snip + - tool + styles: + - solid + unicode: f0c4 + voted: false +screenpal: + changes: + - 6.1.0 + label: Screenpal + search: + terms: [] + styles: + - brands + unicode: e570 + voted: false +screwdriver: + aliases: + unicodes: + composite: + - 1fa9b + secondary: + - 10f54a + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Screwdriver + search: + terms: + - admin + - fix + - mechanic + - repair + - screw + - screwdriver + - settings + - tool + styles: + - solid + unicode: f54a + voted: true +screwdriver-wrench: + aliases: + names: + - tools + unicodes: + secondary: + - 10f7d9 + changes: + - 5.6.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Screwdriver Wrench + search: + terms: + - admin + - fix + - repair + - screwdriver + - settings + - tools + - wrench + styles: + - solid + unicode: f7d9 + voted: true +scribd: + changes: + - 4.5.0 + - 5.0.0 + label: Scribd + search: + terms: [] + styles: + - brands + unicode: f28a + voted: false +scroll: + aliases: + unicodes: + composite: + - 1f4dc + secondary: + - 10f70e + changes: + - 5.4.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Scroll + search: + terms: + - Dungeons & Dragons + - announcement + - d&d + - dnd + - fantasy + - paper + - script + - scroll + styles: + - solid + unicode: f70e + voted: false +scroll-torah: + aliases: + names: + - torah + unicodes: + secondary: + - 10f6a0 + changes: + - 5.3.0 + - 5.7.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Scroll Torah + search: + terms: + - book + - jewish + - judaism + - religion + - scroll + styles: + - solid + unicode: f6a0 + voted: false +sd-card: + aliases: + unicodes: + secondary: + - 10f7c2 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sd Card + search: + terms: + - image + - memory + - photo + - save + styles: + - solid + unicode: f7c2 + voted: true +searchengin: + changes: + - 5.0.0 + label: Searchengin + search: + terms: [] + styles: + - brands + unicode: f3eb + voted: false +section: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Section + search: + terms: + - Section Sign + - law + - legal + - silcrow + styles: + - solid + unicode: e447 + voted: true +seedling: + aliases: + names: + - sprout + unicodes: + composite: + - 1f331 + secondary: + - 10f4d8 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Seedling + search: + terms: + - environment + - flora + - grow + - plant + - sapling + - seedling + - vegan + - young + styles: + - solid + unicode: f4d8 + voted: false +sellcast: + changes: + - 5.0.0 + label: Sellcast + search: + terms: + - eercast + styles: + - brands + unicode: f2da + voted: false +sellsy: + changes: + - 4.3.0 + - 5.0.0 + label: Sellsy + search: + terms: [] + styles: + - brands + unicode: f213 + voted: false +server: + aliases: + unicodes: + secondary: + - 10f233 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Server + search: + terms: + - computer + - cpu + - database + - hardware + - network + styles: + - solid + unicode: f233 + voted: false +servicestack: + changes: + - 5.0.0 + label: Servicestack + search: + terms: [] + styles: + - brands + unicode: f3ec + voted: false +shapes: + aliases: + names: + - triangle-circle-square + unicodes: + secondary: + - 10f61f + changes: + - 5.2.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shapes + search: + terms: + - blocks + - build + - circle + - square + - triangle + styles: + - solid + unicode: f61f + voted: false +share: + aliases: + names: + - arrow-turn-right + - mail-forward + unicodes: + secondary: + - 10f064 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Share + search: + terms: + - forward + - save + - send + - social + styles: + - solid + unicode: f064 + voted: false +share-from-square: + aliases: + names: + - share-square + unicodes: + composite: + - f045 + secondary: + - 10f14d + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Share From Square + search: + terms: + - forward + - save + - send + - social + styles: + - solid + - regular + unicode: f14d + voted: false +share-nodes: + aliases: + names: + - share-alt + unicodes: + secondary: + - 10f1e0 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Share Nodes + search: + terms: + - forward + - save + - send + - social + styles: + - solid + unicode: f1e0 + voted: false +sheet-plastic: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sheet Plastic + search: + terms: + - plastic + - plastic wrap + - protect + - tarp + - tarpaulin + - waterproof + styles: + - solid + unicode: e571 + voted: false +shekel-sign: + aliases: + names: + - ils + - shekel + - sheqel + - sheqel-sign + unicodes: + composite: + - 20aa + secondary: + - 10f20b + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shekel Sign + search: + terms: + - New Sheqel Sign + - currency + - ils + - money + styles: + - solid + unicode: f20b + voted: true +shield: + aliases: + names: + - shield-blank + unicodes: + composite: + - 1f6e1 + secondary: + - 10f132 + changes: + - 3.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shield + search: + terms: + - achievement + - armor + - award + - block + - cleric + - defend + - defense + - holy + - paladin + - protect + - safety + - security + - shield + - weapon + - winner + styles: + - solid + unicode: f132 + voted: false +shield-cat: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shield Cat + search: + terms: + - animal + - feline + - pet + - protect + - safety + - veterinary + styles: + - solid + unicode: e572 + voted: false +shield-dog: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shield Dog + search: + terms: + - animal + - canine + - pet + - protect + - safety + - veterinary + styles: + - solid + unicode: e573 + voted: false +shield-halved: + aliases: + names: + - shield-alt + unicodes: + secondary: + - 10f3ed + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shield Halved + search: + terms: + - achievement + - armor + - award + - block + - cleric + - defend + - defense + - holy + - paladin + - security + - shield + - weapon + - winner + styles: + - solid + unicode: f3ed + voted: false +shield-heart: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shield Heart + search: + terms: + - love + - protect + - safe + - safety + - shield + styles: + - solid + unicode: e574 + voted: false +shield-virus: + aliases: + unicodes: + secondary: + - 10e06c + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shield Virus + search: + terms: + - antibodies + - barrier + - coronavirus + - covid-19 + - flu + - health + - infection + - pandemic + - protect + - safety + - vaccine + styles: + - solid + unicode: e06c + voted: false +ship: + aliases: + unicodes: + composite: + - 1f6a2 + secondary: + - 10f21a + changes: + - 4.3.0 + - 5.0.0 + - 5.10.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ship + search: + terms: + - boat + - passenger + - sea + - ship + - water + styles: + - solid + unicode: f21a + voted: false +shirt: + aliases: + names: + - t-shirt + - tshirt + unicodes: + composite: + - 1f455 + secondary: + - 10f553 + changes: + - 5.0.13 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Shirt + search: + terms: + - clothing + - fashion + - garment + - shirt + - short sleeve + - t-shirt + - tshirt + styles: + - solid + unicode: f553 + voted: true +shirtsinbulk: + changes: + - 4.3.0 + - 5.0.0 + - 5.7.0 + label: Shirts in Bulk + search: + terms: [] + styles: + - brands + unicode: f214 + voted: false +shoe-prints: + aliases: + unicodes: + secondary: + - 10f54b + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shoe Prints + search: + terms: + - feet + - footprints + - steps + - walk + styles: + - solid + unicode: f54b + voted: true +shop: + aliases: + names: + - store-alt + unicodes: + secondary: + - 10f54f + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shop + search: + terms: + - bodega + - building + - buy + - market + - purchase + - shopping + - store + styles: + - solid + unicode: f54f + voted: true +shop-lock: + changes: + - 6.0.0 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shop Lock + search: + terms: + - bodega + - building + - buy + - closed + - lock + - lockdown + - market + - purchase + - quarantine + - shop + - shopping + - store + styles: + - solid + unicode: e4a5 + voted: false +shop-slash: + aliases: + names: + - store-alt-slash + unicodes: + secondary: + - '10e070' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shop Slash + search: + terms: + - building + - buy + - closed + - covid-19 + - purchase + - shopping + styles: + - solid + unicode: e070 + voted: false +shopify: + changes: + - 5.12.1 + - 5.14.0 + label: Shopify + search: + terms: [] + styles: + - brands + unicode: e057 + voted: false +shopware: + changes: + - 5.1.0 + - 5.8.0 + label: Shopware + search: + terms: [] + styles: + - brands + unicode: f5b5 + voted: false +shower: + aliases: + unicodes: + composite: + - 1f6bf + secondary: + - 10f2cc + changes: + - 4.7.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shower + search: + terms: + - bath + - clean + - faucet + - shower + - water + styles: + - solid + unicode: f2cc + voted: false +shrimp: + aliases: + unicodes: + composite: + - 1f990 + changes: + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shrimp + search: + terms: + - allergy + - crustacean + - prawn + - seafood + - shellfish + - shrimp + - tail + styles: + - solid + unicode: e448 + voted: false +shuffle: + aliases: + names: + - random + unicodes: + composite: + - 1f500 + secondary: + - 10f074 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shuffle + search: + terms: + - arrow + - arrows + - crossed + - shuffle + - shuffle tracks button + - sort + - swap + - switch + - transfer + styles: + - solid + unicode: f074 + voted: false +shuttle-space: + aliases: + names: + - space-shuttle + unicodes: + secondary: + - 10f197 + changes: + - 4.1.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Shuttle Space + search: + terms: + - astronaut + - machine + - nasa + - rocket + - space + - transportation + styles: + - solid + unicode: f197 + voted: false +sign-hanging: + aliases: + names: + - sign + unicodes: + secondary: + - 10f4d9 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sign Hanging + search: + terms: + - directions + - real estate + - signage + - wayfinding + styles: + - solid + unicode: f4d9 + voted: false +signal: + aliases: + names: + - signal-5 + - signal-perfect + unicodes: + composite: + - 1f4f6 + secondary: + - 10f012 + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Signal + search: + terms: + - antenna + - antenna bars + - bar + - bars + - cell + - graph + - mobile + - online + - phone + - reception + - status + styles: + - solid + unicode: f012 + voted: false +signature: + aliases: + unicodes: + secondary: + - 10f5b7 + changes: + - 5.1.0 + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Signature + search: + terms: + - John Hancock + - cursive + - name + - writing + styles: + - solid + unicode: f5b7 + voted: true +signs-post: + aliases: + names: + - map-signs + unicodes: + secondary: + - 10f277 + changes: + - 4.4.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Signs Post + search: + terms: + - directions + - directory + - map + - signage + - wayfinding + styles: + - solid + unicode: f277 + voted: false +sim-card: + aliases: + unicodes: + secondary: + - 10f7c4 + changes: + - 5.6.0 + - 5.8.2 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sim Card + search: + terms: + - hard drive + - hardware + - portable + - storage + - technology + - tiny + styles: + - solid + unicode: f7c4 + voted: true +simplybuilt: + changes: + - 4.3.0 + - 5.0.0 + label: SimplyBuilt + search: + terms: [] + styles: + - brands + unicode: f215 + voted: false +sink: + aliases: + unicodes: + secondary: + - 10e06d + changes: + - 5.13.0 + - 5.13.1 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sink + search: + terms: + - bathroom + - covid-19 + - faucet + - kitchen + - wash + styles: + - solid + unicode: e06d + voted: false +sistrix: + changes: + - 5.0.0 + label: SISTRIX + search: + terms: [] + styles: + - brands + unicode: f3ee + voted: false +sitemap: + aliases: + unicodes: + secondary: + - 10f0e8 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sitemap + search: + terms: + - directory + - hierarchy + - ia + - information architecture + - organization + styles: + - solid + unicode: f0e8 + voted: false +sith: + changes: + - 5.0.12 + label: Sith + search: + terms: [] + styles: + - brands + unicode: f512 + voted: false +sitrox: + changes: + - 6.0.0-beta2 + label: Sitrox + search: + terms: [] + styles: + - brands + unicode: e44a + voted: false +sketch: + changes: + - 5.6.0 + - 5.8.0 + label: Sketch + search: + terms: + - app + - design + - interface + styles: + - brands + unicode: f7c6 + voted: false +skull: + aliases: + unicodes: + composite: + - 1f480 + secondary: + - 10f54c + changes: + - 5.0.13 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Skull + search: + terms: + - bones + - death + - face + - fairy tale + - monster + - skeleton + - skull + - x-ray + - yorick + styles: + - solid + unicode: f54c + voted: true +skull-crossbones: + aliases: + unicodes: + composite: + - 1f571 + - '2620' + secondary: + - 10f714 + changes: + - 5.4.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Skull Crossbones + search: + terms: + - Black Skull and Crossbones + - Dungeons & Dragons + - alert + - bones + - crossbones + - d&d + - danger + - dangerous area + - dead + - deadly + - death + - dnd + - face + - fantasy + - halloween + - holiday + - jolly-roger + - monster + - pirate + - poison + - skeleton + - skull + - skull and crossbones + - warning + styles: + - solid + unicode: f714 + voted: false +skyatlas: + changes: + - 4.3.0 + - 5.0.0 + - 5.0.3 + label: skyatlas + search: + terms: [] + styles: + - brands + unicode: f216 + voted: false +skype: + changes: + - 3.2.0 + - 5.0.0 + label: Skype + search: + terms: [] + styles: + - brands + unicode: f17e + voted: false +slack: + aliases: + names: + - slack-hash + unicodes: + composite: + - f3ef + changes: + - 4.1.0 + - 5.0.0 + - 5.7.0 + label: Slack Logo + search: + terms: + - anchor + - hash + - hashtag + styles: + - brands + unicode: f198 + voted: false +slash: + aliases: + unicodes: + secondary: + - 10f715 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Slash + search: + terms: + - cancel + - close + - mute + - 'off' + - stop + - x + styles: + - solid + unicode: f715 + voted: true +sleigh: + aliases: + unicodes: + secondary: + - 10f7cc + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sleigh + search: + terms: + - christmas + - claus + - fly + - holiday + - santa + - sled + - snow + - xmas + styles: + - solid + unicode: f7cc + voted: false +sliders: + aliases: + names: + - sliders-h + unicodes: + secondary: + - 10f1de + changes: + - 4.1.0 + - 5.0.0 + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sliders + search: + terms: + - adjust + - settings + - sliders + - toggle + styles: + - solid + unicode: f1de + voted: false +slideshare: + changes: + - 4.2.0 + - 5.0.0 + label: Slideshare + search: + terms: [] + styles: + - brands + unicode: f1e7 + voted: false +smog: + aliases: + unicodes: + secondary: + - 10f75f + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Smog + search: + terms: + - dragon + - fog + - haze + - pollution + - smoke + - weather + styles: + - solid + unicode: f75f + voted: false +smoking: + aliases: + unicodes: + composite: + - 1f6ac + secondary: + - 10f48d + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Smoking + search: + terms: + - cancer + - cigarette + - nicotine + - smoking + - smoking status + - tobacco + styles: + - solid + unicode: f48d + voted: true +snapchat: + aliases: + names: + - snapchat-ghost + unicodes: + composite: + - f2ac + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + label: Snapchat + search: + terms: [] + styles: + - brands + unicode: f2ab + voted: false +snowflake: + aliases: + unicodes: + composite: + - '2744' + - '2746' + secondary: + - 10f2dc + changes: + - 4.7.0 + - 5.0.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Snowflake + search: + terms: + - Heavy Chevron Snowflake + - cold + - precipitation + - rain + - snow + - snowfall + - snowflake + - winter + styles: + - solid + - regular + unicode: f2dc + voted: false +snowman: + aliases: + unicodes: + composite: + - '2603' + - 26c4 + secondary: + - 10f7d0 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Snowman + search: + terms: + - cold + - decoration + - frost + - frosty + - holiday + - snow + - snowman + - snowman without snow + styles: + - solid + unicode: f7d0 + voted: false +snowplow: + aliases: + unicodes: + secondary: + - 10f7d2 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Snowplow + search: + terms: + - clean up + - cold + - road + - storm + - winter + styles: + - solid + unicode: f7d2 + voted: false +soap: + aliases: + unicodes: + composite: + - 1f9fc + secondary: + - 10e06e + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Soap + search: + terms: + - bar + - bathing + - bubbles + - clean + - cleaning + - covid-19 + - hygiene + - lather + - soap + - soapdish + - wash + styles: + - solid + unicode: e06e + voted: false +socks: + aliases: + unicodes: + composite: + - 1f9e6 + secondary: + - 10f696 + changes: + - 5.3.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Socks + search: + terms: + - business socks + - business time + - clothing + - feet + - flight of the conchords + - socks + - stocking + - wednesday + styles: + - solid + unicode: f696 + voted: false +solar-panel: + aliases: + unicodes: + secondary: + - 10f5ba + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Solar Panel + search: + terms: + - clean + - eco-friendly + - energy + - green + - sun + styles: + - solid + unicode: f5ba + voted: false +sort: + aliases: + names: + - unsorted + unicodes: + secondary: + - 10f0dc + changes: + - 2.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sort + search: + terms: + - filter + - order + styles: + - solid + unicode: f0dc + voted: false +sort-down: + aliases: + names: + - sort-desc + unicodes: + secondary: + - 10f0dd + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sort Down + search: + terms: + - arrow + - descending + - filter + - order + - sort-desc + styles: + - solid + unicode: f0dd + voted: false +sort-up: + aliases: + names: + - sort-asc + unicodes: + secondary: + - 10f0de + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sort Up + search: + terms: + - arrow + - ascending + - filter + - order + - sort-asc + styles: + - solid + unicode: f0de + voted: false +soundcloud: + changes: + - 4.1.0 + - 5.0.0 + label: SoundCloud + search: + terms: [] + styles: + - brands + unicode: f1be + voted: false +sourcetree: + changes: + - 5.6.0 + - 5.8.0 + label: Sourcetree + search: + terms: [] + styles: + - brands + unicode: f7d3 + voted: true +spa: + aliases: + unicodes: + secondary: + - 10f5bb + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Spa + search: + terms: + - flora + - massage + - mindfulness + - plant + - wellness + styles: + - solid + unicode: f5bb + voted: false +space-awesome: + changes: + - 6.1.2 + label: Space Awesome + search: + terms: + - adventure + - rocket + - ship + - shuttle + styles: + - brands + unicode: e5ac + voted: false +spaghetti-monster-flying: + aliases: + names: + - pastafarianism + unicodes: + secondary: + - 10f67b + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Spaghetti Monster Flying + search: + terms: + - agnosticism + - atheism + - flying spaghetti monster + - fsm + styles: + - solid + unicode: f67b + voted: false +speakap: + changes: + - 5.0.0 + - 5.4.0 + - 5.8.0 + label: Speakap + search: + terms: [] + styles: + - brands + unicode: f3f3 + voted: false +speaker-deck: + changes: + - 5.8.0 + label: Speaker Deck + search: + terms: [] + styles: + - brands + unicode: f83c + voted: false +spell-check: + aliases: + unicodes: + secondary: + - 10f891 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Spell Check + search: + terms: + - dictionary + - edit + - editor + - grammar + - text + styles: + - solid + unicode: f891 + voted: false +spider: + aliases: + unicodes: + composite: + - 1f577 + secondary: + - 10f717 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Spider + search: + terms: + - arachnid + - bug + - charlotte + - crawl + - eight + - halloween + - insect + - spider + styles: + - solid + unicode: f717 + voted: true +spinner: + aliases: + unicodes: + secondary: + - 10f110 + changes: + - 3.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Spinner + search: + terms: + - circle + - loading + - progress + styles: + - solid + unicode: f110 + voted: false +splotch: + aliases: + unicodes: + secondary: + - 10f5bc + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Splotch + search: + terms: + - Ink + - blob + - blotch + - glob + - stain + styles: + - solid + unicode: f5bc + voted: false +spoon: + aliases: + names: + - utensil-spoon + unicodes: + composite: + - 1f944 + - f1b1 + secondary: + - 10f2e5 + changes: + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Spoon + search: + terms: + - cutlery + - dining + - scoop + - silverware + - spoon + - tableware + styles: + - solid + unicode: f2e5 + voted: false +spotify: + changes: + - 4.1.0 + - 5.0.0 + label: Spotify + search: + terms: [] + styles: + - brands + unicode: f1bc + voted: false +spray-can: + aliases: + unicodes: + secondary: + - 10f5bd + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Spray Can + search: + terms: + - Paint + - aerosol + - design + - graffiti + - tag + styles: + - solid + unicode: f5bd + voted: false +spray-can-sparkles: + aliases: + names: + - air-freshener + unicodes: + secondary: + - 10f5d0 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Spray Can Sparkles + search: + terms: + - car + - clean + - deodorize + - fresh + - pine + - scent + styles: + - solid + unicode: f5d0 + voted: false +square: + aliases: + unicodes: + composite: + - 25a0 + - 25fb + - 25fc + - f096 + secondary: + - 10f0c8 + changes: + - 2.0.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square + search: + terms: + - Black Square + - black medium square + - block + - box + - geometric + - shape + - square + - white medium square + styles: + - solid + - regular + unicode: f0c8 + voted: false +square-arrow-up-right: + aliases: + names: + - external-link-square + unicodes: + secondary: + - 10f14c + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Arrow Up Right + search: + terms: + - diagonal + - new + - open + - send + - share + styles: + - solid + unicode: f14c + voted: false +square-behance: + aliases: + names: + - behance-square + changes: + - 4.1.0 + - 5.0.0 + - 5.0.3 + - 6.1.2 + label: Behance Square + search: + terms: [] + styles: + - brands + unicode: f1b5 + voted: false +square-caret-down: + aliases: + names: + - caret-square-down + unicodes: + secondary: + - 10f150 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Caret Down + search: + terms: + - arrow + - caret-square-o-down + - dropdown + - expand + - menu + - more + - triangle + styles: + - solid + - regular + unicode: f150 + voted: false +square-caret-left: + aliases: + names: + - caret-square-left + unicodes: + secondary: + - 10f191 + changes: + - 4.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Caret Left + search: + terms: + - arrow + - back + - caret-square-o-left + - previous + - triangle + styles: + - solid + - regular + unicode: f191 + voted: false +square-caret-right: + aliases: + names: + - caret-square-right + unicodes: + secondary: + - 10f152 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Caret Right + search: + terms: + - arrow + - caret-square-o-right + - forward + - next + - triangle + styles: + - solid + - regular + unicode: f152 + voted: false +square-caret-up: + aliases: + names: + - caret-square-up + unicodes: + secondary: + - 10f151 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Caret Up + search: + terms: + - arrow + - caret-square-o-up + - collapse + - triangle + - upload + styles: + - solid + - regular + unicode: f151 + voted: false +square-check: + aliases: + names: + - check-square + unicodes: + composite: + - '2611' + - '2705' + - f046 + secondary: + - 10f14a + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Check + search: + terms: + - accept + - agree + - box + - button + - check + - check box with check + - check mark button + - checkmark + - confirm + - correct + - done + - mark + - ok + - select + - success + - tick + - todo + - 'yes' + - ✓ + styles: + - solid + - regular + unicode: f14a + voted: false +square-dribbble: + aliases: + names: + - dribbble-square + changes: + - 5.0.0 + - 6.1.2 + label: Dribbble Square + search: + terms: [] + styles: + - brands + unicode: f397 + voted: false +square-envelope: + aliases: + names: + - envelope-square + unicodes: + secondary: + - 10f199 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Envelope + search: + terms: + - e-mail + - email + - letter + - mail + - message + - notification + - support + styles: + - solid + unicode: f199 + voted: false +square-facebook: + aliases: + names: + - facebook-square + changes: + - 1.0.0 + - 5.0.0 + - 5.8.2 + - 6.1.2 + label: Facebook Square + search: + terms: + - social network + styles: + - brands + unicode: f082 + voted: false +square-font-awesome: + changes: + - 5.0.0 + - 5.0.1 + - 6.0.0-beta1 + - 6.1.2 + label: Font Awesome in Square + search: + terms: [] + styles: + - brands + unicode: e5ad + voted: false +square-font-awesome-stroke: + aliases: + names: + - font-awesome-alt + changes: + - 5.0.0 + - 6.0.0-beta1 + label: Font Awesome in Square with Stroke Outline + search: + terms: [] + styles: + - brands + unicode: f35c + voted: false +square-full: + aliases: + unicodes: + composite: + - 1f7e5 + - 1f7e6 + - 1f7e7 + - 1f7e8 + - 1f7e9 + - 1f7ea + - 1f7eb + - 2b1b + - 2b1c + secondary: + - 10f45c + changes: + - 5.0.5 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Full + search: + terms: + - black large square + - block + - blue + - blue square + - box + - brown + - brown square + - geometric + - green + - green square + - orange + - orange square + - purple + - purple square + - red + - red square + - shape + - square + - white large square + - yellow + - yellow square + styles: + - solid + - regular + unicode: f45c + voted: false +square-git: + aliases: + names: + - git-square + changes: + - 4.1.0 + - 5.0.0 + - 5.8.2 + - 6.1.2 + label: Git Square + search: + terms: [] + styles: + - brands + unicode: f1d2 + voted: false +square-github: + aliases: + names: + - github-square + changes: + - 1.0.0 + - 5.0.0 + - 6.1.2 + label: GitHub Square + search: + terms: + - octocat + styles: + - brands + unicode: f092 + voted: false +square-gitlab: + aliases: + names: + - gitlab-square + changes: + - 6.1.2 + label: Square Gitlab + search: + terms: [] + styles: + - brands + unicode: e5ae + voted: false +square-google-plus: + aliases: + names: + - google-plus-square + changes: + - 2.0.0 + - 5.0.0 + - 6.1.2 + label: Google Plus Square + search: + terms: + - social network + styles: + - brands + unicode: f0d4 + voted: false +square-h: + aliases: + names: + - h-square + unicodes: + secondary: + - 10f0fd + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square H + search: + terms: + - directions + - emergency + - hospital + - hotel + - letter + - map + styles: + - solid + unicode: f0fd + voted: false +square-hacker-news: + aliases: + names: + - hacker-news-square + changes: + - 5.0.0 + - 6.1.2 + label: Hacker News Square + search: + terms: [] + styles: + - brands + unicode: f3af + voted: false +square-instagram: + aliases: + names: + - instagram-square + changes: + - 5.12.1 + - 5.14.0 + - 6.1.2 + label: Instagram Square + search: + terms: [] + styles: + - brands + unicode: e055 + voted: true +square-js: + aliases: + names: + - js-square + changes: + - 5.0.0 + - 5.0.3 + - 6.1.2 + label: JavaScript (JS) Square + search: + terms: [] + styles: + - brands + unicode: f3b9 + voted: false +square-lastfm: + aliases: + names: + - lastfm-square + changes: + - 4.2.0 + - 5.0.0 + - 5.0.11 + - 6.1.2 + label: last.fm Square + search: + terms: [] + styles: + - brands + unicode: f203 + voted: false +square-minus: + aliases: + names: + - minus-square + unicodes: + composite: + - f147 + secondary: + - 10f146 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Minus + search: + terms: + - collapse + - delete + - hide + - minify + - negative + - remove + - shape + - trash + styles: + - solid + - regular + unicode: f146 + voted: false +square-nfi: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Nfi + search: + terms: + - non-food item + - supplies + styles: + - solid + unicode: e576 + voted: false +square-odnoklassniki: + aliases: + names: + - odnoklassniki-square + changes: + - 4.4.0 + - 5.0.0 + - 6.1.2 + label: Odnoklassniki Square + search: + terms: [] + styles: + - brands + unicode: f264 + voted: false +square-parking: + aliases: + names: + - parking + unicodes: + composite: + - 1f17f + secondary: + - 10f540 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Parking + search: + terms: + - auto + - car + - garage + - meter + - parking + styles: + - solid + unicode: f540 + voted: true +square-pen: + aliases: + names: + - pen-square + - pencil-square + unicodes: + secondary: + - 10f14b + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Pen + search: + terms: + - edit + - pencil-square + - update + - write + styles: + - solid + unicode: f14b + voted: false +square-person-confined: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Person Confined + search: + terms: + - captivity + - confined + styles: + - solid + unicode: e577 + voted: false +square-phone: + aliases: + names: + - phone-square + unicodes: + secondary: + - 10f098 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Phone + search: + terms: + - call + - earphone + - number + - support + - telephone + - voice + styles: + - solid + unicode: f098 + voted: false +square-phone-flip: + aliases: + names: + - phone-square-alt + unicodes: + secondary: + - 10f87b + changes: + - 5.9.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Phone Flip + search: + terms: + - call + - earphone + - number + - support + - telephone + - voice + styles: + - solid + unicode: f87b + voted: false +square-pied-piper: + aliases: + names: + - pied-piper-square + changes: + - 5.12.0 + - 5.14.0 + - 6.1.2 + label: Pied Piper Square Logo (Old) + search: + terms: [] + styles: + - brands + unicode: e01e + voted: false +square-pinterest: + aliases: + names: + - pinterest-square + changes: + - 2.0.0 + - 5.0.0 + - 6.1.2 + label: Pinterest Square + search: + terms: [] + styles: + - brands + unicode: f0d3 + voted: false +square-plus: + aliases: + names: + - plus-square + unicodes: + composite: + - f196 + secondary: + - 10f0fe + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Plus + search: + terms: + - add + - create + - expand + - new + - positive + - shape + styles: + - solid + - regular + unicode: f0fe + voted: false +square-poll-horizontal: + aliases: + names: + - poll-h + unicodes: + secondary: + - 10f682 + changes: + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Poll Horizontal + search: + terms: + - chart + - graph + - results + - survey + - trend + - vote + - voting + styles: + - solid + unicode: f682 + voted: false +square-poll-vertical: + aliases: + names: + - poll + unicodes: + secondary: + - 10f681 + changes: + - 5.3.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Poll Vertical + search: + terms: + - chart + - graph + - results + - survey + - trend + - vote + - voting + styles: + - solid + unicode: f681 + voted: false +square-reddit: + aliases: + names: + - reddit-square + changes: + - 4.1.0 + - 5.0.0 + - 6.1.2 + label: reddit Square + search: + terms: [] + styles: + - brands + unicode: f1a2 + voted: false +square-root-variable: + aliases: + names: + - square-root-alt + unicodes: + secondary: + - 10f698 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Root Variable + search: + terms: + - arithmetic + - calculus + - division + - math + styles: + - solid + unicode: f698 + voted: false +square-rss: + aliases: + names: + - rss-square + unicodes: + secondary: + - 10f143 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Rss + search: + terms: + - blog + - feed + - journal + - news + - writing + styles: + - solid + unicode: f143 + voted: false +square-share-nodes: + aliases: + names: + - share-alt-square + unicodes: + secondary: + - 10f1e1 + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Share Nodes + search: + terms: + - forward + - save + - send + - social + styles: + - solid + unicode: f1e1 + voted: false +square-snapchat: + aliases: + names: + - snapchat-square + changes: + - 4.6.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.1.2 + label: Snapchat Square + search: + terms: [] + styles: + - brands + unicode: f2ad + voted: false +square-steam: + aliases: + names: + - steam-square + changes: + - 4.1.0 + - 5.0.0 + - 6.1.2 + label: Steam Square + search: + terms: [] + styles: + - brands + unicode: f1b7 + voted: false +square-threads: + changes: + - 6.4.1 + - 6.4.2 + label: Square Threads + search: + terms: [] + styles: + - brands + unicode: e619 + voted: false +square-tumblr: + aliases: + names: + - tumblr-square + changes: + - 3.2.0 + - 5.0.0 + - 6.1.2 + label: Tumblr Square + search: + terms: [] + styles: + - brands + unicode: f174 + voted: false +square-twitter: + aliases: + names: + - twitter-square + changes: + - 1.0.0 + - 5.0.0 + - 6.1.2 + - 6.4.2 + label: Square Twitter + search: + terms: + - social network + - tweet + styles: + - brands + unicode: f081 + voted: false +square-up-right: + aliases: + names: + - external-link-square-alt + unicodes: + composite: + - '2197' + secondary: + - 10f360 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Up Right + search: + terms: + - arrow + - diagonal + - direction + - external-link-square + - intercardinal + - new + - northeast + - open + - share + - up-right arrow + styles: + - solid + unicode: f360 + voted: false +square-viadeo: + aliases: + names: + - viadeo-square + changes: + - 4.6.0 + - 5.0.0 + - 5.7.0 + - 6.1.2 + label: Viadeo Square + search: + terms: [] + styles: + - brands + unicode: f2aa + voted: false +square-vimeo: + aliases: + names: + - vimeo-square + changes: + - 4.0.0 + - 5.0.0 + - 6.1.2 + label: Vimeo Square + search: + terms: [] + styles: + - brands + unicode: f194 + voted: false +square-virus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Virus + search: + terms: + - coronavirus + - covid-19 + - disease + - flu + - infection + - pandemic + styles: + - solid + unicode: e578 + voted: false +square-whatsapp: + aliases: + names: + - whatsapp-square + changes: + - 5.0.0 + - 6.1.2 + label: What's App Square + search: + terms: [] + styles: + - brands + unicode: f40c + voted: false +square-x-twitter: + changes: + - 6.4.2 + label: Square X Twitter + search: + terms: + - ' elon' + - ' x' + - twitter + styles: + - brands + unicode: e61a + voted: false +square-xing: + aliases: + names: + - xing-square + changes: + - 3.2.0 + - 5.0.0 + - 6.1.2 + label: Xing Square + search: + terms: [] + styles: + - brands + unicode: f169 + voted: false +square-xmark: + aliases: + names: + - times-square + - xmark-square + unicodes: + composite: + - 274e + secondary: + - 10f2d3 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Square Xmark + search: + terms: + - close + - cross + - cross mark button + - incorrect + - mark + - notice + - notification + - notify + - problem + - square + - window + - wrong + - x + - × + styles: + - solid + unicode: f2d3 + voted: false +square-youtube: + aliases: + names: + - youtube-square + unicodes: + composite: + - f166 + changes: + - 5.0.3 + - 6.1.2 + label: YouTube Square + search: + terms: [] + styles: + - brands + unicode: f431 + voted: false +squarespace: + changes: + - 5.1.0 + label: Squarespace + search: + terms: [] + styles: + - brands + unicode: f5be + voted: true +stack-exchange: + changes: + - 4.0.0 + - 5.0.0 + - 5.0.3 + label: Stack Exchange + search: + terms: [] + styles: + - brands + unicode: f18d + voted: false +stack-overflow: + changes: + - 3.2.0 + - 5.0.0 + label: Stack Overflow + search: + terms: [] + styles: + - brands + unicode: f16c + voted: false +stackpath: + changes: + - 5.8.2 + label: Stackpath + search: + terms: [] + styles: + - brands + unicode: f842 + voted: false +staff-snake: + aliases: + names: + - rod-asclepius + - rod-snake + - staff-aesculapius + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Staff Snake + search: + terms: + - asclepius + - asklepian + - health + - serpent + - wellness + styles: + - solid + unicode: e579 + voted: false +stairs: + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Stairs + search: + terms: + - exit + - steps + - up + styles: + - solid + unicode: e289 + voted: true +stamp: + aliases: + unicodes: + secondary: + - 10f5bf + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Stamp + search: + terms: + - art + - certificate + - imprint + - rubber + - seal + styles: + - solid + unicode: f5bf + voted: false +stapler: + changes: + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Stapler + search: + terms: + - desktop + - milton + - office + - paperclip + - staple + styles: + - solid + unicode: e5af + voted: false +star: + aliases: + unicodes: + composite: + - 2b50 + - f006 + secondary: + - 10f005 + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Star + search: + terms: + - achievement + - award + - favorite + - important + - night + - rating + - score + - star + styles: + - solid + - regular + unicode: f005 + voted: false +star-and-crescent: + aliases: + unicodes: + composite: + - 262a + secondary: + - 10f699 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Star And Crescent + search: + terms: + - Muslim + - islam + - muslim + - religion + - star and crescent + styles: + - solid + unicode: f699 + voted: false +star-half: + aliases: + unicodes: + composite: + - f123 + secondary: + - 10f089 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Star Half + search: + terms: + - achievement + - award + - rating + - score + - star-half-empty + - star-half-full + styles: + - solid + - regular + unicode: f089 + voted: false +star-half-stroke: + aliases: + names: + - star-half-alt + unicodes: + secondary: + - 10f5c0 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Star Half Stroke + search: + terms: + - achievement + - award + - rating + - score + - star-half-empty + - star-half-full + styles: + - solid + - regular + unicode: f5c0 + voted: true +star-of-david: + aliases: + unicodes: + composite: + - '2721' + secondary: + - 10f69a + changes: + - 5.3.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Star Of David + search: + terms: + - David + - Jew + - Jewish + - jewish + - judaism + - religion + - star + - star of David + styles: + - solid + unicode: f69a + voted: false +star-of-life: + aliases: + unicodes: + secondary: + - 10f621 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Star Of Life + search: + terms: + - doctor + - emt + - first aid + - health + - medical + styles: + - solid + unicode: f621 + voted: false +staylinked: + changes: + - 5.0.0 + label: StayLinked + search: + terms: [] + styles: + - brands + unicode: f3f5 + voted: false +steam: + changes: + - 4.1.0 + - 5.0.0 + label: Steam + search: + terms: [] + styles: + - brands + unicode: f1b6 + voted: false +steam-symbol: + changes: + - 5.0.0 + label: Steam Symbol + search: + terms: [] + styles: + - brands + unicode: f3f6 + voted: false +sterling-sign: + aliases: + names: + - gbp + - pound-sign + unicodes: + composite: + - a3 + secondary: + - 10f154 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sterling Sign + search: + terms: + - Pound Sign + - currency + styles: + - solid + unicode: f154 + voted: false +stethoscope: + aliases: + unicodes: + composite: + - 1fa7a + secondary: + - 10f0f1 + changes: + - 3.0.0 + - 5.0.0 + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Stethoscope + search: + terms: + - covid-19 + - diagnosis + - doctor + - general practitioner + - heart + - hospital + - infirmary + - medicine + - office + - outpatient + - stethoscope + styles: + - solid + unicode: f0f1 + voted: false +sticker-mule: + changes: + - 5.0.0 + - 5.7.0 + label: Sticker Mule + search: + terms: [] + styles: + - brands + unicode: f3f7 + voted: false +stop: + aliases: + unicodes: + composite: + - 23f9 + secondary: + - 10f04d + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Stop + search: + terms: + - block + - box + - square + - stop + - stop button + styles: + - solid + unicode: f04d + voted: false +stopwatch: + aliases: + unicodes: + composite: + - 23f1 + secondary: + - 10f2f2 + changes: + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Stopwatch + search: + terms: + - clock + - reminder + - stopwatch + - time + styles: + - solid + unicode: f2f2 + voted: false +stopwatch-20: + aliases: + unicodes: + secondary: + - 10e06f + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Stopwatch 20 + search: + terms: + - ABCs + - countdown + - covid-19 + - happy birthday + - i will survive + - reminder + - seconds + - time + - timer + styles: + - solid + unicode: e06f + voted: false +store: + aliases: + unicodes: + secondary: + - 10f54e + changes: + - 5.0.13 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Store + search: + terms: + - bodega + - building + - buy + - market + - purchase + - shopping + - store + styles: + - solid + unicode: f54e + voted: true +store-slash: + aliases: + unicodes: + secondary: + - '10e071' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Store Slash + search: + terms: + - building + - buy + - closed + - covid-19 + - purchase + - shopping + styles: + - solid + unicode: e071 + voted: false +strava: + changes: + - 5.0.0 + - 5.0.1 + - 5.7.0 + - 5.8.0 + label: Strava + search: + terms: [] + styles: + - brands + unicode: f428 + voted: false +street-view: + aliases: + unicodes: + secondary: + - 10f21d + changes: + - 4.3.0 + - 5.0.0 + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Street View + search: + terms: + - directions + - location + - map + - navigation + styles: + - solid + unicode: f21d + voted: false +strikethrough: + aliases: + unicodes: + secondary: + - 10f0cc + changes: + - 2.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Strikethrough + search: + terms: + - cancel + - edit + - font + - format + - text + - type + styles: + - solid + unicode: f0cc + voted: false +stripe: + changes: + - 5.0.0 + - 5.0.3 + label: Stripe + search: + terms: [] + styles: + - brands + unicode: f429 + voted: false +stripe-s: + changes: + - 5.0.1 + - 5.8.0 + label: Stripe S + search: + terms: [] + styles: + - brands + unicode: f42a + voted: false +stroopwafel: + aliases: + unicodes: + secondary: + - 10f551 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Stroopwafel + search: + terms: + - caramel + - cookie + - dessert + - sweets + - waffle + styles: + - solid + unicode: f551 + voted: false +stubber: + changes: + - 6.2.1 + - 6.3.0 + label: Stubber + search: + terms: [] + styles: + - brands + unicode: e5c7 + voted: false +studiovinari: + changes: + - 5.0.0 + label: Studio Vinari + search: + terms: [] + styles: + - brands + unicode: f3f8 + voted: false +stumbleupon: + changes: + - 4.1.0 + - 5.0.0 + label: StumbleUpon Logo + search: + terms: [] + styles: + - brands + unicode: f1a4 + voted: false +stumbleupon-circle: + changes: + - 4.1.0 + - 5.0.0 + label: StumbleUpon Circle + search: + terms: [] + styles: + - brands + unicode: f1a3 + voted: false +subscript: + aliases: + unicodes: + secondary: + - 10f12c + changes: + - 3.1.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Subscript + search: + terms: + - edit + - font + - format + - text + - type + styles: + - solid + unicode: f12c + voted: false +suitcase: + aliases: + unicodes: + composite: + - 1f9f3 + secondary: + - 10f0f2 + changes: + - 3.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Suitcase + search: + terms: + - baggage + - luggage + - move + - packing + - suitcase + - travel + - trip + styles: + - solid + unicode: f0f2 + voted: false +suitcase-medical: + aliases: + names: + - medkit + unicodes: + secondary: + - 10f0fa + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Suitcase Medical + search: + terms: + - first aid + - firstaid + - health + - help + - medical + - supply + - support + styles: + - solid + unicode: f0fa + voted: false +suitcase-rolling: + aliases: + unicodes: + secondary: + - 10f5c1 + changes: + - 5.1.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Suitcase Rolling + search: + terms: + - baggage + - luggage + - move + - suitcase + - travel + - trip + styles: + - solid + unicode: f5c1 + voted: false +sun: + aliases: + unicodes: + composite: + - '2600' + secondary: + - 10f185 + changes: + - 3.2.0 + - 5.0.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sun + search: + terms: + - bright + - brighten + - contrast + - day + - lighter + - rays + - sol + - solar + - star + - sun + - sunny + - weather + styles: + - solid + - regular + unicode: f185 + voted: false +sun-plant-wilt: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Sun Plant Wilt + search: + terms: + - arid + - droop + - drought + styles: + - solid + unicode: e57a + voted: false +superpowers: + changes: + - 4.7.0 + - 5.0.0 + label: Superpowers + search: + terms: [] + styles: + - brands + unicode: f2dd + voted: false +superscript: + aliases: + unicodes: + secondary: + - 10f12b + changes: + - 3.1.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Superscript + search: + terms: + - edit + - exponential + - font + - format + - text + - type + styles: + - solid + unicode: f12b + voted: false +supple: + changes: + - 5.0.0 + label: Supple + search: + terms: [] + styles: + - brands + unicode: f3f9 + voted: false +suse: + changes: + - 5.6.0 + - 5.8.0 + label: Suse + search: + terms: + - linux + - operating system + - os + styles: + - brands + unicode: f7d6 + voted: true +swatchbook: + aliases: + unicodes: + secondary: + - 10f5c3 + changes: + - 5.1.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Swatchbook + search: + terms: + - Pantone + - color + - design + - hue + - palette + styles: + - solid + unicode: f5c3 + voted: false +swift: + changes: + - 5.11.0 + label: Swift + search: + terms: [] + styles: + - brands + unicode: f8e1 + voted: false +symfony: + changes: + - 5.8.0 + label: Symfony + search: + terms: [] + styles: + - brands + unicode: f83d + voted: false +synagogue: + aliases: + unicodes: + composite: + - 1f54d + secondary: + - 10f69b + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Synagogue + search: + terms: + - Jew + - Jewish + - building + - jewish + - judaism + - religion + - star of david + - synagogue + - temple + styles: + - solid + unicode: f69b + voted: false +syringe: + aliases: + unicodes: + composite: + - 1f489 + secondary: + - 10f48e + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Syringe + search: + terms: + - covid-19 + - doctor + - immunizations + - medical + - medicine + - needle + - shot + - sick + - syringe + - vaccinate + - vaccine + styles: + - solid + unicode: f48e + voted: false +t: + aliases: + unicodes: + composite: + - '74' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: T + search: + terms: + - Latin Capital Letter T + - Latin Small Letter T + - letter + styles: + - solid + unicode: '54' + voted: false +table: + aliases: + unicodes: + secondary: + - 10f0ce + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Table + search: + terms: + - data + - excel + - spreadsheet + styles: + - solid + unicode: f0ce + voted: false +table-cells: + aliases: + names: + - th + unicodes: + secondary: + - 10f00a + changes: + - 1.0.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Table Cells + search: + terms: + - blocks + - boxes + - grid + - squares + styles: + - solid + unicode: f00a + voted: false +table-cells-large: + aliases: + names: + - th-large + unicodes: + secondary: + - 10f009 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Table Cells Large + search: + terms: + - blocks + - boxes + - grid + - squares + styles: + - solid + unicode: f009 + voted: false +table-columns: + aliases: + names: + - columns + unicodes: + secondary: + - 10f0db + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Table Columns + search: + terms: + - browser + - dashboard + - organize + - panes + - split + styles: + - solid + unicode: f0db + voted: false +table-list: + aliases: + names: + - th-list + unicodes: + secondary: + - 10f00b + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Table List + search: + terms: + - checklist + - completed + - done + - finished + - ol + - todo + - ul + styles: + - solid + unicode: f00b + voted: false +table-tennis-paddle-ball: + aliases: + names: + - ping-pong-paddle-ball + - table-tennis + unicodes: + composite: + - 1f3d3 + secondary: + - 10f45d + changes: + - 5.0.5 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Table Tennis Paddle Ball + search: + terms: + - ball + - bat + - game + - paddle + - ping pong + - table tennis + styles: + - solid + unicode: f45d + voted: false +tablet: + aliases: + names: + - tablet-android + unicodes: + secondary: + - 10f3fb + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tablet + search: + terms: + - device + - kindle + - screen + styles: + - solid + unicode: f3fb + voted: false +tablet-button: + aliases: + unicodes: + secondary: + - 10f10a + changes: + - 3.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tablet Button + search: + terms: + - apple + - device + - ipad + - kindle + - screen + styles: + - solid + unicode: f10a + voted: false +tablet-screen-button: + aliases: + names: + - tablet-alt + unicodes: + secondary: + - 10f3fa + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tablet Screen Button + search: + terms: + - apple + - device + - ipad + - kindle + - screen + styles: + - solid + unicode: f3fa + voted: false +tablets: + aliases: + unicodes: + secondary: + - 10f490 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tablets + search: + terms: + - drugs + - medicine + - pills + - prescription + styles: + - solid + unicode: f490 + voted: false +tachograph-digital: + aliases: + names: + - digital-tachograph + unicodes: + secondary: + - 10f566 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tachograph Digital + search: + terms: + - data + - distance + - speed + - tachometer + styles: + - solid + unicode: f566 + voted: true +tag: + aliases: + unicodes: + composite: + - 1f3f7 + secondary: + - 10f02b + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tag + search: + terms: + - discount + - labe + - label + - price + - shopping + styles: + - solid + unicode: f02b + voted: false +tags: + aliases: + unicodes: + secondary: + - 10f02c + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tags + search: + terms: + - discount + - label + - price + - shopping + styles: + - solid + unicode: f02c + voted: false +tape: + aliases: + unicodes: + secondary: + - 10f4db + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tape + search: + terms: + - design + - package + - sticky + styles: + - solid + unicode: f4db + voted: false +tarp: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tarp + search: + terms: + - protection + - tarp + - tent + - waterproof + styles: + - solid + unicode: e57b + voted: false +tarp-droplet: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tarp Droplet + search: + terms: + - protection + - tarp + - tent + - waterproof + styles: + - solid + unicode: e57c + voted: false +taxi: + aliases: + names: + - cab + unicodes: + composite: + - 1f696 + secondary: + - 10f1ba + changes: + - 4.1.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Taxi + search: + terms: + - cab + - cabbie + - car + - car service + - lyft + - machine + - oncoming + - oncoming taxi + - taxi + - transportation + - travel + - uber + - vehicle + styles: + - solid + unicode: f1ba + voted: false +teamspeak: + changes: + - 5.0.11 + - 5.1.0 + - 5.8.0 + - 6.4.0 + label: Teamspeak + search: + terms: [] + styles: + - brands + unicode: f4f9 + voted: true +teeth: + aliases: + unicodes: + secondary: + - 10f62e + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Teeth + search: + terms: + - bite + - dental + - dentist + - gums + - mouth + - smile + - tooth + styles: + - solid + unicode: f62e + voted: false +teeth-open: + aliases: + unicodes: + secondary: + - 10f62f + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Teeth Open + search: + terms: + - dental + - dentist + - gums bite + - mouth + - smile + - tooth + styles: + - solid + unicode: f62f + voted: false +telegram: + aliases: + names: + - telegram-plane + unicodes: + composite: + - f3fe + secondary: + - 10f3fe + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + label: Telegram + search: + terms: [] + styles: + - brands + unicode: f2c6 + voted: false +temperature-arrow-down: + aliases: + names: + - temperature-down + unicodes: + secondary: + - 10e03f + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Temperature Arrow Down + search: + terms: + - air conditioner + - cold + - heater + - mercury + - thermometer + - winter + styles: + - solid + unicode: e03f + voted: false +temperature-arrow-up: + aliases: + names: + - temperature-up + unicodes: + secondary: + - '10e040' + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Temperature Arrow Up + search: + terms: + - air conditioner + - cold + - heater + - mercury + - thermometer + - winter + styles: + - solid + unicode: e040 + voted: false +temperature-empty: + aliases: + names: + - temperature-0 + - thermometer-0 + - thermometer-empty + unicodes: + secondary: + - 10f2cb + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Temperature Empty + search: + terms: + - cold + - mercury + - status + - temperature + styles: + - solid + unicode: f2cb + voted: false +temperature-full: + aliases: + names: + - temperature-4 + - thermometer-4 + - thermometer-full + unicodes: + secondary: + - 10f2c7 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Temperature Full + search: + terms: + - fever + - hot + - mercury + - status + - temperature + styles: + - solid + unicode: f2c7 + voted: false +temperature-half: + aliases: + names: + - temperature-2 + - thermometer-2 + - thermometer-half + unicodes: + composite: + - 1f321 + secondary: + - 10f2c9 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Temperature Half + search: + terms: + - mercury + - status + - temperature + - thermometer + - weather + styles: + - solid + unicode: f2c9 + voted: false +temperature-high: + aliases: + unicodes: + secondary: + - 10f769 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Temperature High + search: + terms: + - cook + - covid-19 + - mercury + - summer + - thermometer + - warm + styles: + - solid + unicode: f769 + voted: false +temperature-low: + aliases: + unicodes: + secondary: + - 10f76b + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Temperature Low + search: + terms: + - cold + - cool + - covid-19 + - mercury + - thermometer + - winter + styles: + - solid + unicode: f76b + voted: false +temperature-quarter: + aliases: + names: + - temperature-1 + - thermometer-1 + - thermometer-quarter + unicodes: + secondary: + - 10f2ca + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Temperature Quarter + search: + terms: + - mercury + - status + - temperature + styles: + - solid + unicode: f2ca + voted: false +temperature-three-quarters: + aliases: + names: + - temperature-3 + - thermometer-3 + - thermometer-three-quarters + unicodes: + secondary: + - 10f2c8 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Temperature Three Quarters + search: + terms: + - mercury + - status + - temperature + styles: + - solid + unicode: f2c8 + voted: false +tencent-weibo: + changes: + - 4.1.0 + - 5.0.0 + label: Tencent Weibo + search: + terms: [] + styles: + - brands + unicode: f1d5 + voted: false +tenge-sign: + aliases: + names: + - tenge + unicodes: + composite: + - 20b8 + secondary: + - 10f7d7 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tenge Sign + search: + terms: + - Tenge Sign + - currency + styles: + - solid + unicode: f7d7 + voted: true +tent: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tent + search: + terms: + - bivouac + - campground + - refugee + - shelter + - tent + styles: + - solid + unicode: e57d + voted: false +tent-arrow-down-to-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tent Arrow Down To Line + search: + terms: + - permanent + - refugee + - shelter + styles: + - solid + unicode: e57e + voted: false +tent-arrow-left-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tent Arrow Left Right + search: + terms: + - refugee + - shelter + - transition + styles: + - solid + unicode: e57f + voted: false +tent-arrow-turn-left: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tent Arrow Turn Left + search: + terms: + - refugee + - shelter + - temporary + styles: + - solid + unicode: e580 + voted: false +tent-arrows-down: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tent Arrows Down + search: + terms: + - refugee + - shelter + - spontaneous + styles: + - solid + unicode: e581 + voted: false +tents: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tents + search: + terms: + - bivouac + - campground + - refugee + - shelter + - tent + styles: + - solid + unicode: e582 + voted: false +terminal: + aliases: + unicodes: + secondary: + - 10f120 + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Terminal + search: + terms: + - code + - coding + - command + - console + - development + - prompt + - terminal + styles: + - solid + unicode: f120 + voted: false +text-height: + aliases: + unicodes: + secondary: + - 10f034 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Text Height + search: + terms: + - edit + - font + - format + - text + - type + styles: + - solid + unicode: f034 + voted: false +text-slash: + aliases: + names: + - remove-format + unicodes: + secondary: + - 10f87d + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Text Slash + search: + terms: + - cancel + - font + - format + - remove + - style + - text + styles: + - solid + unicode: f87d + voted: false +text-width: + aliases: + unicodes: + secondary: + - 10f035 + changes: + - 1.0.0 + - 5.0.0 + - 5.9.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Text Width + search: + terms: + - edit + - font + - format + - text + - type + styles: + - solid + unicode: f035 + voted: false +the-red-yeti: + changes: + - 5.3.0 + - 5.7.0 + - 5.8.0 + label: The Red Yeti + search: + terms: [] + styles: + - brands + unicode: f69d + voted: false +themeco: + changes: + - 5.1.0 + - 5.8.0 + label: Themeco + search: + terms: [] + styles: + - brands + unicode: f5c6 + voted: false +themeisle: + changes: + - 4.6.0 + - 5.0.0 + label: ThemeIsle + search: + terms: [] + styles: + - brands + unicode: f2b2 + voted: false +thermometer: + aliases: + unicodes: + secondary: + - 10f491 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Thermometer + search: + terms: + - covid-19 + - mercury + - status + - temperature + styles: + - solid + unicode: f491 + voted: false +think-peaks: + changes: + - 5.4.2 + - 5.8.0 + label: Think Peaks + search: + terms: [] + styles: + - brands + unicode: f731 + voted: false +threads: + changes: + - 6.4.1 + - 6.4.2 + label: Threads + search: + terms: [] + styles: + - brands + unicode: e618 + voted: false +thumbs-down: + aliases: + unicodes: + composite: + - 1f44e + - f088 + secondary: + - 10f165 + changes: + - 3.2.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Thumbs Down + search: + terms: + - '-1' + - disagree + - disapprove + - dislike + - down + - hand + - social + - thumb + - thumbs down + - thumbs-o-down + styles: + - solid + - regular + unicode: f165 + voted: false +thumbs-up: + aliases: + unicodes: + composite: + - 1f44d + - f087 + secondary: + - 10f164 + changes: + - 3.2.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Thumbs Up + search: + terms: + - '+1' + - agree + - approve + - favorite + - hand + - like + - ok + - okay + - social + - success + - thumb + - thumbs up + - thumbs-o-up + - up + - 'yes' + - you got it dude + styles: + - solid + - regular + unicode: f164 + voted: false +thumbtack: + aliases: + names: + - thumb-tack + unicodes: + composite: + - 1f4cc + - 1f588 + secondary: + - 10f08d + changes: + - 1.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Thumbtack + search: + terms: + - Black Pushpin + - coordinates + - location + - marker + - pin + - pushpin + - thumb-tack + styles: + - solid + unicode: f08d + voted: false +ticket: + aliases: + unicodes: + composite: + - 1f39f + secondary: + - 10f145 + changes: + - 3.1.0 + - 5.0.0 + - 5.10.1 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Ticket + search: + terms: + - admission + - admission tickets + - movie + - pass + - support + - ticket + styles: + - solid + unicode: f145 + voted: false +ticket-simple: + aliases: + names: + - ticket-alt + unicodes: + secondary: + - 10f3ff + changes: + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Ticket Simple + search: + terms: + - movie + - pass + - support + - ticket + styles: + - solid + unicode: f3ff + voted: false +tiktok: + changes: + - 5.13.1 + - 5.14.0 + label: TikTok + search: + terms: [] + styles: + - brands + unicode: e07b + voted: true +timeline: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Timeline + search: + terms: + - chronological + - deadline + - history + - linear + styles: + - solid + unicode: e29c + voted: true +toggle-off: + aliases: + unicodes: + secondary: + - 10f204 + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Toggle Off + search: + terms: + - button + - 'off' + - 'on' + - switch + styles: + - solid + unicode: f204 + voted: false +toggle-on: + aliases: + unicodes: + secondary: + - 10f205 + changes: + - 4.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Toggle On + search: + terms: + - button + - 'off' + - 'on' + - switch + styles: + - solid + unicode: f205 + voted: false +toilet: + aliases: + unicodes: + composite: + - 1f6bd + secondary: + - 10f7d8 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Toilet + search: + terms: + - bathroom + - flush + - john + - loo + - pee + - plumbing + - poop + - porcelain + - potty + - restroom + - throne + - toile + - toilet + - washroom + - waste + - wc + styles: + - solid + unicode: f7d8 + voted: true +toilet-paper: + aliases: + unicodes: + composite: + - 1f9fb + secondary: + - 10f71e + changes: + - 5.4.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Toilet Paper + search: + terms: + - bathroom + - covid-19 + - halloween + - holiday + - lavatory + - paper towels + - prank + - privy + - restroom + - roll + - roll of paper + - toilet + - toilet paper + - wipe + styles: + - solid + unicode: f71e + voted: false +toilet-paper-slash: + aliases: + unicodes: + secondary: + - '10e072' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Toilet Paper Slash + search: + terms: + - bathroom + - covid-19 + - halloween + - holiday + - lavatory + - leaves + - prank + - privy + - restroom + - roll + - toilet + - trouble + - ut oh + - wipe + styles: + - solid + unicode: e072 + voted: false +toilet-portable: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Toilet Portable + search: + terms: + - outhouse + - toilet + styles: + - solid + unicode: e583 + voted: false +toilets-portable: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Toilets Portable + search: + terms: + - outhouse + - toilet + styles: + - solid + unicode: e584 + voted: false +toolbox: + aliases: + unicodes: + composite: + - 1f9f0 + secondary: + - 10f552 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Toolbox + search: + terms: + - admin + - chest + - container + - fix + - mechanic + - repair + - settings + - tool + - toolbox + - tools + styles: + - solid + unicode: f552 + voted: true +tooth: + aliases: + unicodes: + composite: + - 1f9b7 + secondary: + - 10f5c9 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tooth + search: + terms: + - bicuspid + - dental + - dentist + - molar + - mouth + - teeth + - tooth + styles: + - solid + unicode: f5c9 + voted: true +torii-gate: + aliases: + unicodes: + composite: + - '26e9' + secondary: + - 10f6a1 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Torii Gate + search: + terms: + - building + - religion + - shinto + - shinto shrine + - shintoism + - shrine + styles: + - solid + unicode: f6a1 + voted: false +tornado: + aliases: + unicodes: + composite: + - 1f32a + secondary: + - 10f76f + changes: + - 5.5.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tornado + search: + terms: + - cloud + - cyclone + - dorothy + - landspout + - tornado + - toto + - twister + - vortext + - waterspout + - weather + - whirlwind + styles: + - solid + unicode: f76f + voted: false +tower-broadcast: + aliases: + names: + - broadcast-tower + unicodes: + secondary: + - 10f519 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + label: Tower Broadcast + search: + terms: + - airwaves + - antenna + - communication + - emergency + - radio + - reception + - waves + styles: + - solid + unicode: f519 + voted: true +tower-cell: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tower Cell + search: + terms: + - airwaves + - antenna + - communication + - radio + - reception + - waves + styles: + - solid + unicode: e585 + voted: false +tower-observation: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tower Observation + search: + terms: + - fire tower + - view + styles: + - solid + unicode: e586 + voted: false +tractor: + aliases: + unicodes: + composite: + - 1f69c + secondary: + - 10f722 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tractor + search: + terms: + - agriculture + - farm + - tractor + - vehicle + styles: + - solid + unicode: f722 + voted: false +trade-federation: + changes: + - 5.0.12 + label: Trade Federation + search: + terms: [] + styles: + - brands + unicode: f513 + voted: false +trademark: + aliases: + unicodes: + composite: + - '2122' + secondary: + - 10f25c + changes: + - 4.4.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Trademark + search: + terms: + - copyright + - mark + - register + - symbol + - tm + - trade mark + - trademark + styles: + - solid + unicode: f25c + voted: false +traffic-light: + aliases: + unicodes: + composite: + - 1f6a6 + secondary: + - 10f637 + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Traffic Light + search: + terms: + - direction + - light + - road + - signal + - traffic + - travel + - vertical traffic light + styles: + - solid + unicode: f637 + voted: false +trailer: + aliases: + unicodes: + secondary: + - '10e041' + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Trailer + search: + terms: + - carry + - haul + - moving + - travel + styles: + - solid + unicode: e041 + voted: true +train: + aliases: + unicodes: + composite: + - 1f686 + secondary: + - 10f238 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Train + search: + terms: + - bullet + - commute + - locomotive + - railway + - subway + - train + styles: + - solid + unicode: f238 + voted: false +train-subway: + aliases: + names: + - subway + unicodes: + secondary: + - 10f239 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Train Subway + search: + terms: + - machine + - railway + - train + - transportation + - vehicle + styles: + - solid + unicode: f239 + voted: false +train-tram: + aliases: + unicodes: + composite: + - 1f68a + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Train Tram + search: + terms: + - crossing + - machine + - mountains + - seasonal + - tram + - transportation + - trolleybus + styles: + - solid + unicode: e5b4 + voted: false +transgender: + aliases: + names: + - transgender-alt + unicodes: + composite: + - 26a7 + secondary: + - 10f225 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Transgender + search: + terms: + - female + - gender + - intersex + - male + - transgender + - transgender symbol + styles: + - solid + unicode: f225 + voted: false +trash: + aliases: + unicodes: + secondary: + - 10f1f8 + changes: + - 4.2.0 + - 5.0.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Trash + search: + terms: + - delete + - garbage + - hide + - remove + styles: + - solid + unicode: f1f8 + voted: false +trash-arrow-up: + aliases: + names: + - trash-restore + unicodes: + secondary: + - 10f829 + changes: + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Trash Arrow Up + search: + terms: + - back + - control z + - delete + - garbage + - hide + - oops + - remove + - undo + styles: + - solid + unicode: f829 + voted: true +trash-can: + aliases: + names: + - trash-alt + unicodes: + composite: + - f014 + secondary: + - 10f2ed + changes: + - 5.0.0 + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Trash Can + search: + terms: + - delete + - garbage + - hide + - remove + - trash-o + styles: + - solid + - regular + unicode: f2ed + voted: false +trash-can-arrow-up: + aliases: + names: + - trash-restore-alt + unicodes: + secondary: + - 10f82a + changes: + - 5.7.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Trash Can Arrow Up + search: + terms: + - back + - control z + - delete + - garbage + - hide + - oops + - remove + - undo + styles: + - solid + unicode: f82a + voted: true +tree: + aliases: + unicodes: + composite: + - 1f332 + secondary: + - 10f1bb + changes: + - 4.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tree + search: + terms: + - bark + - evergreen tree + - fall + - flora + - forest + - nature + - plant + - seasonal + - tree + styles: + - solid + unicode: f1bb + voted: false +tree-city: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tree City + search: + terms: + - building + - city + - urban + styles: + - solid + unicode: e587 + voted: false +trello: + changes: + - 3.2.0 + - 5.0.0 + - 5.6.0 + label: Trello + search: + terms: + - atlassian + styles: + - brands + unicode: f181 + voted: false +triangle-exclamation: + aliases: + names: + - exclamation-triangle + - warning + unicodes: + composite: + - 26a0 + secondary: + - 10f071 + changes: + - 1.0.0 + - 5.0.0 + - 5.6.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Triangle Exclamation + search: + terms: + - alert + - danger + - error + - important + - notice + - notification + - notify + - problem + - warnin + - warning + styles: + - solid + unicode: f071 + voted: false +trophy: + aliases: + unicodes: + composite: + - 1f3c6 + secondary: + - 10f091 + changes: + - 1.0.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Trophy + search: + terms: + - achievement + - award + - cup + - game + - prize + - trophy + - winner + styles: + - solid + unicode: f091 + voted: false +trowel: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Trowel + search: + terms: + - build + - construction + - tool + styles: + - solid + unicode: e589 + voted: false +trowel-bricks: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Trowel Bricks + search: + terms: + - build + - construction + - reconstruction + - tool + styles: + - solid + unicode: e58a + voted: false +truck: + aliases: + unicodes: + composite: + - 1f69a + - 26df + secondary: + - 10f0d1 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck + search: + terms: + - Black Truck + - cargo + - delivery + - delivery truck + - shipping + - truck + - vehicle + styles: + - solid + unicode: f0d1 + voted: false +truck-arrow-right: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Arrow Right + search: + terms: + - access + - fast + - shipping + - transport + styles: + - solid + unicode: e58b + voted: false +truck-droplet: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Droplet + search: + terms: + - thirst + - truck + - water + - water supply + styles: + - solid + unicode: e58c + voted: false +truck-fast: + aliases: + names: + - shipping-fast + unicodes: + secondary: + - 10f48b + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Fast + search: + terms: + - express + - fedex + - mail + - overnight + - package + - ups + styles: + - solid + unicode: f48b + voted: false +truck-field: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Field + search: + terms: + - supplies + - truck + styles: + - solid + unicode: e58d + voted: false +truck-field-un: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Field Un + search: + terms: + - supplies + - truck + - united nations + styles: + - solid + unicode: e58e + voted: false +truck-front: + changes: + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Front + search: + terms: + - shuttle + - truck + - van + styles: + - solid + unicode: e2b7 + voted: false +truck-medical: + aliases: + names: + - ambulance + unicodes: + composite: + - 1f691 + secondary: + - 10f0f9 + changes: + - 3.0.0 + - 5.0.0 + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Medical + search: + terms: + - ambulance + - clinic + - covid-19 + - emergency + - emt + - er + - help + - hospital + - mobile + - support + - vehicle + styles: + - solid + unicode: f0f9 + voted: false +truck-monster: + aliases: + unicodes: + secondary: + - 10f63b + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Monster + search: + terms: + - offroad + - vehicle + - wheel + styles: + - solid + unicode: f63b + voted: false +truck-moving: + aliases: + unicodes: + secondary: + - 10f4df + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Moving + search: + terms: + - cargo + - inventory + - rental + - vehicle + styles: + - solid + unicode: f4df + voted: false +truck-pickup: + aliases: + unicodes: + composite: + - 1f6fb + secondary: + - 10f63c + changes: + - 5.2.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Pickup + search: + terms: + - cargo + - pick-up + - pickup + - pickup truck + - truck + - vehicle + styles: + - solid + unicode: f63c + voted: false +truck-plane: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Plane + search: + terms: + - airplane + - plane + - transportation + - truck + - vehicle + styles: + - solid + unicode: e58f + voted: false +truck-ramp-box: + aliases: + names: + - truck-loading + unicodes: + secondary: + - 10f4de + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Truck Ramp Box + search: + terms: + - box + - cargo + - delivery + - inventory + - moving + - rental + - vehicle + styles: + - solid + unicode: f4de + voted: false +tty: + aliases: + names: + - teletype + unicodes: + secondary: + - 10f1e4 + changes: + - 4.2.0 + - 5.0.0 + - 5.7.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tty + search: + terms: + - communication + - deaf + - telephone + - teletypewriter + - text + styles: + - solid + unicode: f1e4 + voted: false +tumblr: + changes: + - 3.2.0 + - 5.0.0 + label: Tumblr + search: + terms: [] + styles: + - brands + unicode: f173 + voted: false +turkish-lira-sign: + aliases: + names: + - try + - turkish-lira + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Turkish Lira Sign + search: + terms: + - Turkish Lira Sign + - currency + styles: + - solid + unicode: e2bb + voted: false +turn-down: + aliases: + names: + - level-down-alt + unicodes: + composite: + - '2935' + secondary: + - 10f3be + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Turn Down + search: + terms: + - arrow + - down + - level-down + - right arrow curving down + styles: + - solid + unicode: f3be + voted: false +turn-up: + aliases: + names: + - level-up-alt + unicodes: + composite: + - '2934' + secondary: + - 10f3bf + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Turn Up + search: + terms: + - arrow + - level-up + - right arrow curving up + styles: + - solid + unicode: f3bf + voted: false +tv: + aliases: + names: + - television + - tv-alt + unicodes: + composite: + - f8e5 + primary: + - f8e5 + secondary: + - 10f26c + - 10f8e5 + changes: + - 4.4.0 + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Tv + search: + terms: + - computer + - display + - monitor + - television + styles: + - solid + unicode: f26c + voted: false +twitch: + changes: + - 4.2.0 + - 5.0.0 + - 5.12.0 + label: Twitch + search: + terms: [] + styles: + - brands + unicode: f1e8 + voted: false +twitter: + changes: + - 2.0.0 + - 5.0.0 + label: Twitter + search: + terms: + - social network + - tweet + styles: + - brands + unicode: f099 + voted: false +typo3: + changes: + - 5.0.1 + - 5.8.0 + label: Typo3 + search: + terms: [] + styles: + - brands + unicode: f42b + voted: false +u: + aliases: + unicodes: + composite: + - '75' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: U + search: + terms: + - Latin Capital Letter U + - Latin Small Letter U + - letter + styles: + - solid + unicode: '55' + voted: false +uber: + changes: + - 5.0.0 + label: Uber + search: + terms: [] + styles: + - brands + unicode: f402 + voted: false +ubuntu: + changes: + - 5.6.0 + label: Ubuntu + search: + terms: + - linux + - operating system + - os + styles: + - brands + unicode: f7df + voted: true +uikit: + changes: + - 5.0.0 + label: UIkit + search: + terms: [] + styles: + - brands + unicode: f403 + voted: false +umbraco: + changes: + - 5.11.0 + label: Umbraco + search: + terms: [] + styles: + - brands + unicode: f8e8 + voted: false +umbrella: + aliases: + unicodes: + secondary: + - 10f0e9 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Umbrella + search: + terms: + - protection + - rain + - storm + - wet + styles: + - solid + unicode: f0e9 + voted: false +umbrella-beach: + aliases: + unicodes: + composite: + - 1f3d6 + secondary: + - 10f5ca + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Umbrella Beach + search: + terms: + - beach + - beach with umbrella + - protection + - recreation + - sand + - shade + - summer + - sun + - umbrella + styles: + - solid + unicode: f5ca + voted: false +uncharted: + changes: + - 5.15.0 + label: Uncharted Software + search: + terms: [] + styles: + - brands + unicode: e084 + voted: false +underline: + aliases: + unicodes: + secondary: + - 10f0cd + changes: + - 2.0.0 + - 5.0.0 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Underline + search: + terms: + - edit + - emphasis + - format + - text + - writing + styles: + - solid + unicode: f0cd + voted: false +uniregistry: + changes: + - 5.0.0 + label: Uniregistry + search: + terms: [] + styles: + - brands + unicode: f404 + voted: false +unity: + changes: + - 5.12.0 + - 5.14.0 + - 6.0.0-beta3 + label: Unity 3D + search: + terms: [] + styles: + - brands + unicode: e049 + voted: true +universal-access: + aliases: + unicodes: + secondary: + - 10f29a + changes: + - 4.6.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Universal Access + search: + terms: + - users-people + styles: + - solid + unicode: f29a + voted: false +unlock: + aliases: + unicodes: + composite: + - 1f513 + secondary: + - 10f09c + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Unlock + search: + terms: + - admin + - lock + - open + - password + - private + - protect + - unlock + - unlocked + styles: + - solid + unicode: f09c + voted: false +unlock-keyhole: + aliases: + names: + - unlock-alt + unicodes: + secondary: + - 10f13e + changes: + - 3.1.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Unlock Keyhole + search: + terms: + - admin + - lock + - password + - private + - protect + styles: + - solid + unicode: f13e + voted: false +unsplash: + changes: + - 5.13.1 + - 5.14.0 + label: Unsplash + search: + terms: [] + styles: + - brands + unicode: e07c + voted: false +untappd: + changes: + - 5.0.0 + label: Untappd + search: + terms: [] + styles: + - brands + unicode: f405 + voted: false +up-down: + aliases: + names: + - arrows-alt-v + unicodes: + composite: + - '2195' + - 2b0d + secondary: + - 10f338 + changes: + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Up Down + search: + terms: + - Up Down Black Arrow + - arrow + - arrows-v + - expand + - portrait + - resize + - tall + - up-down arrow + - vertical + styles: + - solid + unicode: f338 + voted: false +up-down-left-right: + aliases: + names: + - arrows-alt + unicodes: + secondary: + - 10f0b2 + changes: + - 2.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Up Down Left Right + search: + terms: + - arrow + - arrows + - bigger + - enlarge + - expand + - fullscreen + - move + - position + - reorder + - resize + styles: + - solid + unicode: f0b2 + voted: false +up-long: + aliases: + names: + - long-arrow-alt-up + unicodes: + secondary: + - 10f30c + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Up Long + search: + terms: + - long-arrow-up + - upload + styles: + - solid + unicode: f30c + voted: false +up-right-and-down-left-from-center: + aliases: + names: + - expand-alt + unicodes: + secondary: + - 10f424 + changes: + - 1.0.0 + - 5.0.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Up Right And Down Left From Center + search: + terms: + - arrows + - bigger + - enlarge + - fullscreen + - resize + styles: + - solid + unicode: f424 + voted: false +up-right-from-square: + aliases: + names: + - external-link-alt + unicodes: + secondary: + - 10f35d + changes: + - 5.0.0 + - 5.11.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.2.1 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Up Right From Square + search: + terms: + - external-link + - new + - open + - share + styles: + - solid + unicode: f35d + voted: false +upload: + aliases: + unicodes: + secondary: + - 10f093 + changes: + - 1.0.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Upload + search: + terms: + - hard drive + - import + - publish + styles: + - solid + unicode: f093 + voted: false +ups: + changes: + - 5.6.0 + - 5.8.0 + label: UPS + search: + terms: + - United Parcel Service + - package + - shipping + styles: + - brands + unicode: f7e0 + voted: false +usb: + changes: + - 4.5.0 + - 5.0.0 + label: USB + search: + terms: [] + styles: + - brands + unicode: f287 + voted: false +user: + aliases: + unicodes: + composite: + - 1f464 + - f2c0 + secondary: + - 10f007 + changes: + - 1.0.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User + search: + terms: + - adult + - bust + - bust in silhouette + - gender-neutral + - person + - profile + - silhouette + - unspecified gender + - users-people + styles: + - solid + - regular + unicode: f007 + voted: false +user-astronaut: + aliases: + unicodes: + secondary: + - 10f4fb + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Astronaut + search: + terms: + - avatar + - clothing + - cosmonaut + - nasa + - space + - suit + styles: + - solid + unicode: f4fb + voted: false +user-check: + aliases: + unicodes: + secondary: + - 10f4fc + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Check + search: + terms: + - users-people + styles: + - solid + unicode: f4fc + voted: false +user-clock: + aliases: + unicodes: + secondary: + - 10f4fd + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Clock + search: + terms: + - users-people + styles: + - solid + unicode: f4fd + voted: false +user-doctor: + aliases: + names: + - user-md + unicodes: + secondary: + - 10f0f0 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.3 + - 5.0.7 + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Doctor + search: + terms: + - covid-19 + - health + - job + - medical + - nurse + - occupation + - physician + - profile + - surgeon + - worker + styles: + - solid + unicode: f0f0 + voted: false +user-gear: + aliases: + names: + - user-cog + unicodes: + secondary: + - 10f4fe + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Gear + search: + terms: + - users-people + styles: + - solid + unicode: f4fe + voted: false +user-graduate: + aliases: + unicodes: + secondary: + - 10f501 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Graduate + search: + terms: + - users-people + styles: + - solid + unicode: f501 + voted: false +user-group: + aliases: + names: + - user-friends + unicodes: + composite: + - 1f465 + secondary: + - 10f500 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Group + search: + terms: + - bust + - busts in silhouette + - silhouette + - users-people + styles: + - solid + unicode: f500 + voted: false +user-injured: + aliases: + unicodes: + secondary: + - 10f728 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Injured + search: + terms: + - users-people + styles: + - solid + unicode: f728 + voted: false +user-large: + aliases: + names: + - user-alt + unicodes: + secondary: + - 10f406 + changes: + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Large + search: + terms: + - users-people + styles: + - solid + unicode: f406 + voted: false +user-large-slash: + aliases: + names: + - user-alt-slash + unicodes: + secondary: + - 10f4fa + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Large Slash + search: + terms: + - users-people + styles: + - solid + unicode: f4fa + voted: false +user-lock: + aliases: + unicodes: + secondary: + - 10f502 + changes: + - 5.0.11 + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Lock + search: + terms: + - users-people + styles: + - solid + unicode: f502 + voted: false +user-minus: + aliases: + unicodes: + secondary: + - 10f503 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Minus + search: + terms: + - delete + - negative + - remove + styles: + - solid + unicode: f503 + voted: false +user-ninja: + aliases: + unicodes: + composite: + - 1f977 + secondary: + - 10f504 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Ninja + search: + terms: + - assassin + - avatar + - dangerous + - deadly + - fighter + - hidden + - ninja + - sneaky + - stealth + styles: + - solid + unicode: f504 + voted: false +user-nurse: + aliases: + unicodes: + secondary: + - 10f82f + changes: + - 5.7.0 + - 5.12.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Nurse + search: + terms: + - covid-19 + - doctor + - health + - md + - medical + - midwife + - physician + - practitioner + - surgeon + - worker + styles: + - solid + unicode: f82f + voted: false +user-pen: + aliases: + names: + - user-edit + unicodes: + secondary: + - 10f4ff + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Pen + search: + terms: + - users-people + styles: + - solid + unicode: f4ff + voted: false +user-plus: + aliases: + unicodes: + secondary: + - 10f234 + changes: + - 4.3.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Plus + search: + terms: + - add + - avatar + - positive + - sign up + - signup + - team + styles: + - solid + unicode: f234 + voted: false +user-secret: + aliases: + unicodes: + composite: + - 1f575 + secondary: + - 10f21b + changes: + - 4.3.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Secret + search: + terms: + - detective + - sleuth + - spy + - users-people + styles: + - solid + unicode: f21b + voted: false +user-shield: + aliases: + unicodes: + secondary: + - 10f505 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Shield + search: + terms: + - protect + - safety + styles: + - solid + unicode: f505 + voted: false +user-slash: + aliases: + unicodes: + secondary: + - 10f506 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Slash + search: + terms: + - ban + - delete + - remove + styles: + - solid + unicode: f506 + voted: false +user-tag: + aliases: + unicodes: + secondary: + - 10f507 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Tag + search: + terms: + - users-people + styles: + - solid + unicode: f507 + voted: false +user-tie: + aliases: + unicodes: + secondary: + - 10f508 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Tie + search: + terms: + - avatar + - business + - clothing + - formal + - professional + - suit + styles: + - solid + unicode: f508 + voted: false +user-xmark: + aliases: + names: + - user-times + unicodes: + secondary: + - 10f235 + changes: + - 4.3.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: User Xmark + search: + terms: + - archive + - delete + - remove + - x + styles: + - solid + unicode: f235 + voted: false +users: + aliases: + unicodes: + secondary: + - 10f0c0 + changes: + - 2.0.0 + - 5.0.0 + - 5.0.3 + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Users + search: + terms: + - users-people + styles: + - solid + unicode: f0c0 + voted: false +users-between-lines: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Users Between Lines + search: + terms: + - covered + - group + - people + styles: + - solid + unicode: e591 + voted: false +users-gear: + aliases: + names: + - users-cog + unicodes: + secondary: + - 10f509 + changes: + - 5.0.11 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Users Gear + search: + terms: + - users-people + styles: + - solid + unicode: f509 + voted: false +users-line: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Users Line + search: + terms: + - group + - need + - people + styles: + - solid + unicode: e592 + voted: false +users-rays: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Users Rays + search: + terms: + - affected + - focused + - group + - people + styles: + - solid + unicode: e593 + voted: false +users-rectangle: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Users Rectangle + search: + terms: + - focus + - group + - people + - reached + styles: + - solid + unicode: e594 + voted: false +users-slash: + aliases: + unicodes: + secondary: + - '10e073' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Users Slash + search: + terms: + - users-people + styles: + - solid + unicode: e073 + voted: false +users-viewfinder: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Users Viewfinder + search: + terms: + - focus + - group + - people + - targeted + styles: + - solid + unicode: e595 + voted: false +usps: + changes: + - 5.6.0 + - 5.8.0 + label: United States Postal Service + search: + terms: + - american + - package + - shipping + - usa + styles: + - brands + unicode: f7e1 + voted: false +ussunnah: + changes: + - 5.0.0 + label: us-Sunnah Foundation + search: + terms: [] + styles: + - brands + unicode: f407 + voted: false +utensils: + aliases: + names: + - cutlery + unicodes: + composite: + - 1f374 + - f0f5 + secondary: + - 10f2e7 + changes: + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Utensils + search: + terms: + - cooking + - cutlery + - dining + - dinner + - eat + - food + - fork + - fork and knife + - knife + - restaurant + styles: + - solid + unicode: f2e7 + voted: false +v: + aliases: + unicodes: + composite: + - '76' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: V + search: + terms: + - Latin Capital Letter V + - Latin Small Letter V + - letter + styles: + - solid + unicode: '56' + voted: false +vaadin: + changes: + - 5.0.0 + label: Vaadin + search: + terms: [] + styles: + - brands + unicode: f408 + voted: false +van-shuttle: + aliases: + names: + - shuttle-van + unicodes: + composite: + - 1f690 + secondary: + - 10f5b6 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0-beta2 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Van Shuttle + search: + terms: + - airport + - bus + - machine + - minibus + - public-transportation + - transportation + - travel + - vehicle + styles: + - solid + unicode: f5b6 + voted: false +vault: + changes: + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Vault + search: + terms: + - bank + - important + - lock + - money + - safe + styles: + - solid + unicode: e2c5 + voted: false +vector-square: + aliases: + unicodes: + secondary: + - 10f5cb + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Vector Square + search: + terms: + - anchors + - lines + - object + - render + - shape + styles: + - solid + unicode: f5cb + voted: false +venus: + aliases: + unicodes: + composite: + - '2640' + secondary: + - 10f221 + changes: + - 4.3.0 + - 5.0.0 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Venus + search: + terms: + - female + - female sign + - gender + - woman + styles: + - solid + unicode: f221 + voted: false +venus-double: + aliases: + unicodes: + composite: + - 26a2 + secondary: + - 10f226 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Venus Double + search: + terms: + - Doubled Female Sign + - female + - gender + - lesbian + styles: + - solid + unicode: f226 + voted: false +venus-mars: + aliases: + unicodes: + composite: + - 26a4 + secondary: + - 10f228 + changes: + - 4.3.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Venus Mars + search: + terms: + - Interlocked Female and Male Sign + - female + - gender + - heterosexual + - male + styles: + - solid + unicode: f228 + voted: false +vest: + aliases: + unicodes: + secondary: + - '10e085' + changes: + - 5.15.0 + - 5.15.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Vest + search: + terms: + - biker + - fashion + - style + styles: + - solid + unicode: e085 + voted: false +vest-patches: + aliases: + unicodes: + secondary: + - '10e086' + changes: + - 5.15.0 + - 5.15.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Vest Patches + search: + terms: + - biker + - fashion + - style + styles: + - solid + unicode: e086 + voted: false +viacoin: + changes: + - 4.3.0 + - 5.0.0 + label: Viacoin + search: + terms: [] + styles: + - brands + unicode: f237 + voted: false +viadeo: + changes: + - 4.6.0 + - 5.0.0 + label: Viadeo + search: + terms: [] + styles: + - brands + unicode: f2a9 + voted: false +vial: + aliases: + unicodes: + composite: + - 1f9ea + secondary: + - 10f492 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Vial + search: + terms: + - ampule + - chemist + - chemistry + - experiment + - lab + - sample + - science + - test + - test tube + styles: + - solid + unicode: f492 + voted: false +vial-circle-check: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Vial Circle Check + search: + terms: + - ampule + - chemist + - chemistry + - not affected + - ok + - okay + - success + - test tube + - tube + - vaccine + styles: + - solid + unicode: e596 + voted: false +vial-virus: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Vial Virus + search: + terms: + - ampule + - coronavirus + - covid-19 + - flue + - infection + - lab + - laboratory + - pandemic + - test + - test tube + - vaccine + styles: + - solid + unicode: e597 + voted: false +vials: + aliases: + unicodes: + secondary: + - 10f493 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Vials + search: + terms: + - ampule + - experiment + - lab + - sample + - science + - test + - test tube + styles: + - solid + unicode: f493 + voted: false +viber: + changes: + - 5.0.0 + - 5.0.3 + label: Viber + search: + terms: [] + styles: + - brands + unicode: f409 + voted: false +video: + aliases: + names: + - video-camera + unicodes: + secondary: + - 10f03d + changes: + - 1.0.0 + - 5.0.0 + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Video + search: + terms: + - camera + - film + - movie + - record + - video-camera + styles: + - solid + unicode: f03d + voted: false +video-slash: + aliases: + unicodes: + secondary: + - 10f4e2 + changes: + - 5.0.9 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Video Slash + search: + terms: + - add + - create + - film + - new + - positive + - record + - video + styles: + - solid + unicode: f4e2 + voted: false +vihara: + aliases: + unicodes: + secondary: + - 10f6a7 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Vihara + search: + terms: + - buddhism + - buddhist + - building + - monastery + styles: + - solid + unicode: f6a7 + voted: false +vimeo: + changes: + - 5.0.0 + label: Vimeo + search: + terms: [] + styles: + - brands + unicode: f40a + voted: false +vimeo-v: + changes: + - 4.4.0 + - 5.0.0 + label: Vimeo + search: + terms: + - vimeo + styles: + - brands + unicode: f27d + voted: false +vine: + changes: + - 4.1.0 + - 5.0.0 + label: Vine + search: + terms: [] + styles: + - brands + unicode: f1ca + voted: false +virus: + aliases: + unicodes: + secondary: + - '10e074' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Virus + search: + terms: + - bug + - coronavirus + - covid-19 + - flu + - health + - infection + - pandemic + - sick + - vaccine + - viral + styles: + - solid + unicode: e074 + voted: false +virus-covid: + changes: + - 6.0.0 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Virus Covid + search: + terms: + - bug + - covid-19 + - flu + - health + - infection + - pandemic + - vaccine + - viral + - virus + styles: + - solid + unicode: e4a8 + voted: false +virus-covid-slash: + changes: + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Virus Covid Slash + search: + terms: + - bug + - covid-19 + - flu + - health + - infection + - pandemic + - vaccine + - viral + - virus + styles: + - solid + unicode: e4a9 + voted: false +virus-slash: + aliases: + unicodes: + secondary: + - '10e075' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Virus Slash + search: + terms: + - bug + - coronavirus + - covid-19 + - cure + - eliminate + - flu + - health + - infection + - pandemic + - sick + - vaccine + - viral + styles: + - solid + unicode: e075 + voted: false +viruses: + aliases: + unicodes: + secondary: + - '10e076' + changes: + - 5.13.0 + - 5.14.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Viruses + search: + terms: + - bugs + - coronavirus + - covid-19 + - flu + - health + - infection + - multiply + - pandemic + - sick + - spread + - vaccine + - viral + styles: + - solid + unicode: e076 + voted: false +vk: + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta3 + label: VK + search: + terms: [] + styles: + - brands + unicode: f189 + voted: false +vnv: + changes: + - 5.0.0 + label: VNV + search: + terms: [] + styles: + - brands + unicode: f40b + voted: false +voicemail: + aliases: + unicodes: + secondary: + - 10f897 + changes: + - 5.9.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Voicemail + search: + terms: + - answer + - inbox + - message + - phone + styles: + - solid + unicode: f897 + voted: true +volcano: + aliases: + unicodes: + composite: + - 1f30b + secondary: + - 10f770 + changes: + - 5.5.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Volcano + search: + terms: + - caldera + - eruption + - lava + - magma + - mountain + - smoke + - volcano + styles: + - solid + unicode: f770 + voted: false +volleyball: + aliases: + names: + - volleyball-ball + unicodes: + composite: + - 1f3d0 + secondary: + - 10f45f + changes: + - 5.0.5 + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Volleyball + search: + terms: + - ball + - beach + - game + - olympics + - sport + - volleyball + styles: + - solid + unicode: f45f + voted: false +volume-high: + aliases: + names: + - volume-up + unicodes: + composite: + - 1f50a + secondary: + - 10f028 + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Volume High + search: + terms: + - audio + - higher + - loud + - louder + - music + - sound + - speaker + - speaker high volume + styles: + - solid + unicode: f028 + voted: false +volume-low: + aliases: + names: + - volume-down + unicodes: + composite: + - 1f508 + secondary: + - 10f027 + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Volume Low + search: + terms: + - audio + - lower + - music + - quieter + - soft + - sound + - speaker + - speaker low volume + styles: + - solid + unicode: f027 + voted: false +volume-off: + aliases: + unicodes: + secondary: + - 10f026 + changes: + - 1.0.0 + - 5.0.0 + - 5.3.0 + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Volume Off + search: + terms: + - audio + - ban + - music + - mute + - quiet + - silent + - sound + styles: + - solid + unicode: f026 + voted: false +volume-xmark: + aliases: + names: + - volume-mute + - volume-times + unicodes: + secondary: + - 10f6a9 + changes: + - 5.3.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Volume Xmark + search: + terms: + - audio + - music + - quiet + - sound + - speaker + styles: + - solid + unicode: f6a9 + voted: true +vr-cardboard: + aliases: + unicodes: + secondary: + - 10f729 + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Vr Cardboard + search: + terms: + - 3d + - augment + - google + - reality + - virtual + styles: + - solid + unicode: f729 + voted: true +vuejs: + changes: + - 5.0.0 + label: Vue.js + search: + terms: [] + styles: + - brands + unicode: f41f + voted: false +w: + aliases: + unicodes: + composite: + - '77' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: W + search: + terms: + - Latin Capital Letter W + - Latin Small Letter W + - letter + styles: + - solid + unicode: '57' + voted: false +walkie-talkie: + aliases: + unicodes: + secondary: + - 10f8ef + changes: + - 5.11.0 + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Walkie Talkie + search: + terms: + - communication + - copy + - intercom + - over + - portable + - radio + - two way radio + styles: + - solid + unicode: f8ef + voted: false +wallet: + aliases: + unicodes: + secondary: + - 10f555 + changes: + - 5.0.13 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wallet + search: + terms: + - billfold + - cash + - currency + - money + styles: + - solid + unicode: f555 + voted: true +wand-magic: + aliases: + names: + - magic + unicodes: + secondary: + - 10f0d0 + changes: + - 2.0.0 + - 5.0.0 + - 5.1.0 + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wand Magic + search: + terms: + - autocomplete + - automatic + - mage + - magic + - spell + - wand + - witch + - wizard + styles: + - solid + unicode: f0d0 + voted: false +wand-magic-sparkles: + aliases: + names: + - magic-wand-sparkles + changes: + - 6.0.0-beta1 + - 6.0.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wand Magic Sparkles + search: + terms: + - auto + - magic + - magic wand + - trick + - witch + - wizard + styles: + - solid + unicode: e2ca + voted: false +wand-sparkles: + aliases: + unicodes: + secondary: + - 10f72b + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wand Sparkles + search: + terms: + - autocomplete + - automatic + - fantasy + - halloween + - holiday + - magic + - weapon + - witch + - wizard + styles: + - solid + unicode: f72b + voted: false +warehouse: + aliases: + unicodes: + secondary: + - 10f494 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Warehouse + search: + terms: + - building + - capacity + - garage + - inventory + - storage + styles: + - solid + unicode: f494 + voted: false +watchman-monitoring: + changes: + - 5.15.0 + label: Watchman Monitoring + search: + terms: [] + styles: + - brands + unicode: e087 + voted: false +water: + aliases: + unicodes: + secondary: + - 10f773 + changes: + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Water + search: + terms: + - lake + - liquid + - ocean + - sea + - swim + - wet + styles: + - solid + unicode: f773 + voted: false +water-ladder: + aliases: + names: + - ladder-water + - swimming-pool + unicodes: + secondary: + - 10f5c5 + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Water Ladder + search: + terms: + - ladder + - recreation + - swim + - water + styles: + - solid + unicode: f5c5 + voted: false +wave-square: + aliases: + unicodes: + secondary: + - 10f83e + changes: + - 5.8.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wave Square + search: + terms: + - frequency + - pulse + - signal + styles: + - solid + unicode: f83e + voted: false +waze: + changes: + - 5.8.0 + label: Waze + search: + terms: [] + styles: + - brands + unicode: f83f + voted: false +weebly: + changes: + - 5.1.0 + label: Weebly + search: + terms: [] + styles: + - brands + unicode: f5cc + voted: true +weibo: + changes: + - 3.2.0 + - 5.0.0 + label: Weibo + search: + terms: [] + styles: + - brands + unicode: f18a + voted: false +weight-hanging: + aliases: + unicodes: + secondary: + - 10f5cd + changes: + - 5.1.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Weight Hanging + search: + terms: + - anvil + - heavy + - measurement + styles: + - solid + unicode: f5cd + voted: false +weight-scale: + aliases: + names: + - weight + unicodes: + secondary: + - 10f496 + changes: + - 5.0.7 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Weight Scale + search: + terms: + - health + - measurement + - scale + - weight + styles: + - solid + unicode: f496 + voted: false +weixin: + changes: + - 4.1.0 + - 5.0.0 + - 5.0.3 + label: Weixin (WeChat) + search: + terms: [] + styles: + - brands + unicode: f1d7 + voted: false +whatsapp: + changes: + - 4.3.0 + - 5.0.0 + label: What's App + search: + terms: [] + styles: + - brands + unicode: f232 + voted: false +wheat-awn: + aliases: + names: + - wheat-alt + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wheat Awn + search: + terms: + - agriculture + - autumn + - fall + - farming + - grain + styles: + - solid + unicode: e2cd + voted: false +wheat-awn-circle-exclamation: + changes: + - 6.1.0 + - 6.1.2 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wheat Awn Circle Exclamation + search: + terms: + - affected + - famine + - food + - gluten + - hunger + - starve + - straw + styles: + - solid + unicode: e598 + voted: false +wheelchair: + aliases: + unicodes: + secondary: + - 10f193 + changes: + - 4.0.0 + - 5.0.0 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wheelchair + search: + terms: + - users-people + styles: + - solid + unicode: f193 + voted: false +wheelchair-move: + aliases: + names: + - wheelchair-alt + changes: + - 6.0.0-beta1 + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wheelchair Move + search: + terms: + - access + - handicap + - impairment + - physical + - wheelchair symbol + styles: + - solid + unicode: e2ce + voted: false +whiskey-glass: + aliases: + names: + - glass-whiskey + unicodes: + composite: + - 1f943 + secondary: + - 10f7a0 + changes: + - 5.6.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Whiskey Glass + search: + terms: + - alcohol + - bar + - beverage + - bourbon + - drink + - glass + - liquor + - neat + - rye + - scotch + - shot + - tumbler + - tumbler glass + - whisky + styles: + - solid + unicode: f7a0 + voted: false +whmcs: + changes: + - 5.0.0 + label: WHMCS + search: + terms: [] + styles: + - brands + unicode: f40d + voted: false +wifi: + aliases: + names: + - wifi-3 + - wifi-strong + unicodes: + secondary: + - 10f1eb + changes: + - 4.2.0 + - 5.0.0 + - 5.3.0 + - 5.10.1 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wifi + search: + terms: + - connection + - hotspot + - internet + - network + - wireless + styles: + - solid + unicode: f1eb + voted: false +wikipedia-w: + changes: + - 4.4.0 + - 5.0.0 + label: Wikipedia W + search: + terms: [] + styles: + - brands + unicode: f266 + voted: false +wind: + aliases: + unicodes: + secondary: + - 10f72e + changes: + - 5.4.0 + - 5.5.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wind + search: + terms: + - air + - blow + - breeze + - fall + - seasonal + - weather + styles: + - solid + unicode: f72e + voted: false +window-maximize: + aliases: + unicodes: + composite: + - 1f5d6 + secondary: + - 10f2d0 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Window Maximize + search: + terms: + - Maximize + - browser + - computer + - development + - expand + styles: + - solid + - regular + unicode: f2d0 + voted: false +window-minimize: + aliases: + unicodes: + composite: + - 1f5d5 + secondary: + - 10f2d1 + changes: + - 4.7.0 + - 5.0.0 + - 5.10.1 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Window Minimize + search: + terms: + - Minimize + - browser + - collapse + - computer + - development + styles: + - solid + - regular + unicode: f2d1 + voted: false +window-restore: + aliases: + unicodes: + secondary: + - 10f2d2 + changes: + - 4.7.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Window Restore + search: + terms: + - browser + - computer + - development + styles: + - solid + - regular + unicode: f2d2 + voted: false +windows: + changes: + - 3.2.0 + - 5.0.0 + label: Windows + search: + terms: + - microsoft + - operating system + - os + styles: + - brands + unicode: f17a + voted: false +wine-bottle: + aliases: + unicodes: + secondary: + - 10f72f + changes: + - 5.4.0 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wine Bottle + search: + terms: + - alcohol + - beverage + - cabernet + - drink + - glass + - grapes + - merlot + - sauvignon + styles: + - solid + unicode: f72f + voted: false +wine-glass: + aliases: + unicodes: + composite: + - 1f377 + secondary: + - 10f4e3 + changes: + - 5.0.9 + - 5.1.0 + - 5.10.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wine Glass + search: + terms: + - alcohol + - bar + - beverage + - cabernet + - drink + - glass + - grapes + - merlot + - sauvignon + - wine + - wine glass + styles: + - solid + unicode: f4e3 + voted: false +wine-glass-empty: + aliases: + names: + - wine-glass-alt + unicodes: + secondary: + - 10f5ce + changes: + - 5.1.0 + - 5.10.1 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + - 6.4.1 + label: Wine Glass Empty + search: + terms: + - alcohol + - beverage + - cabernet + - drink + - grapes + - merlot + - sauvignon + styles: + - solid + unicode: f5ce + voted: false +wirsindhandwerk: + aliases: + names: + - wsh + changes: + - 6.0.0-beta1 + label: wirsindhandwerk + search: + terms: [] + styles: + - brands + unicode: e2d0 + voted: false +wix: + changes: + - 5.1.0 + label: Wix + search: + terms: [] + styles: + - brands + unicode: f5cf + voted: true +wizards-of-the-coast: + changes: + - 5.4.0 + label: Wizards of the Coast + search: + terms: + - Dungeons & Dragons + - d&d + - dnd + - fantasy + - game + - gaming + - tabletop + styles: + - brands + unicode: f730 + voted: false +wodu: + changes: + - 5.15.0 + label: Wodu + search: + terms: [] + styles: + - brands + unicode: e088 + voted: false +wolf-pack-battalion: + changes: + - 5.0.12 + - 5.8.0 + label: Wolf Pack Battalion + search: + terms: [] + styles: + - brands + unicode: f514 + voted: false +won-sign: + aliases: + names: + - krw + - won + unicodes: + composite: + - 20a9 + secondary: + - 10f159 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Won Sign + search: + terms: + - Won Sign + - currency + styles: + - solid + unicode: f159 + voted: false +wordpress: + changes: + - 4.1.0 + - 5.0.0 + label: WordPress Logo + search: + terms: [] + styles: + - brands + unicode: f19a + voted: false +wordpress-simple: + changes: + - 5.0.0 + label: Wordpress Simple + search: + terms: [] + styles: + - brands + unicode: f411 + voted: false +worm: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Worm + search: + terms: + - dirt + - garden + - worm + - wriggle + styles: + - solid + unicode: e599 + voted: false +wpbeginner: + changes: + - 4.6.0 + - 5.0.0 + label: WPBeginner + search: + terms: [] + styles: + - brands + unicode: f297 + voted: false +wpexplorer: + changes: + - 4.7.0 + - 5.0.0 + label: WPExplorer + search: + terms: [] + styles: + - brands + unicode: f2de + voted: false +wpforms: + changes: + - 4.6.0 + - 5.0.0 + label: WPForms + search: + terms: [] + styles: + - brands + unicode: f298 + voted: false +wpressr: + aliases: + names: + - rendact + changes: + - 5.4.2 + label: wpressr + search: + terms: + - rendact + styles: + - brands + unicode: f3e4 + voted: false +wrench: + aliases: + unicodes: + composite: + - 1f527 + secondary: + - 10f0ad + changes: + - 2.0.0 + - 5.0.0 + - 5.0.13 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Wrench + search: + terms: + - construction + - fix + - mechanic + - plumbing + - settings + - spanner + - tool + - update + - wrench + styles: + - solid + unicode: f0ad + voted: false +x: + aliases: + unicodes: + composite: + - '78' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: X + search: + terms: + - Latin Capital Letter X + - Latin Small Letter X + - letter + styles: + - solid + unicode: '58' + voted: false +x-ray: + aliases: + unicodes: + secondary: + - 10f497 + changes: + - 5.0.7 + - 5.10.2 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: X Ray + search: + terms: + - health + - medical + - radiological images + - radiology + - skeleton + styles: + - solid + unicode: f497 + voted: false +x-twitter: + changes: + - 6.4.2 + label: X Twitter + search: + terms: + - ' elon' + - ' twitter' + - ' x' + styles: + - brands + unicode: e61b + voted: false +xbox: + changes: + - 5.0.0 + label: Xbox + search: + terms: [] + styles: + - brands + unicode: f412 + voted: false +xing: + changes: + - 3.2.0 + - 5.0.0 + label: Xing + search: + terms: [] + styles: + - brands + unicode: f168 + voted: false +xmark: + aliases: + names: + - close + - multiply + - remove + - times + unicodes: + composite: + - 1f5d9 + - '2715' + - '2716' + - 274c + - d7 + secondary: + - 10f00d + changes: + - 1.0.0 + - 5.0.0 + - 5.0.13 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Xmark + search: + terms: + - Cancellation X + - Multiplication Sign + - Multiplication X + - cancel + - close + - cross + - cross mark + - error + - exit + - incorrect + - mark + - multiplication + - multiply + - notice + - notification + - notify + - problem + - sign + - wrong + - x + - × + styles: + - solid + unicode: f00d + voted: false +xmarks-lines: + changes: + - 6.1.0 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Xmarks Lines + search: + terms: + - barricade + - barrier + - fence + - poison + - roadblock + styles: + - solid + unicode: e59a + voted: false +'y': + aliases: + unicodes: + composite: + - '79' + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: 'Y' + search: + terms: + - Latin Capital Letter Y + - Latin Small Letter Y + - letter + - yay + - 'yes' + styles: + - solid + unicode: '59' + voted: false +y-combinator: + changes: + - 4.4.0 + - 5.0.0 + label: Y Combinator + search: + terms: [] + styles: + - brands + unicode: f23b + voted: false +yahoo: + changes: + - 4.1.0 + - 5.0.0 + - 5.0.3 + - 5.13.1 + label: Yahoo Logo + search: + terms: [] + styles: + - brands + unicode: f19e + voted: false +yammer: + changes: + - 5.8.0 + - 6.0.0-beta1 + label: Yammer + search: + terms: [] + styles: + - brands + unicode: f840 + voted: false +yandex: + changes: + - 5.0.0 + label: Yandex + search: + terms: [] + styles: + - brands + unicode: f413 + voted: false +yandex-international: + changes: + - 5.0.0 + label: Yandex International + search: + terms: [] + styles: + - brands + unicode: f414 + voted: false +yarn: + changes: + - 5.6.0 + label: Yarn + search: + terms: [] + styles: + - brands + unicode: f7e3 + voted: true +yelp: + changes: + - 4.2.0 + - 5.0.0 + - 5.7.0 + - 5.8.0 + label: Yelp + search: + terms: [] + styles: + - brands + unicode: f1e9 + voted: false +yen-sign: + aliases: + names: + - cny + - jpy + - rmb + - yen + unicodes: + composite: + - a5 + secondary: + - 10f157 + changes: + - 3.2.0 + - 5.0.0 + - 6.0.0-beta1 + - 6.0.0-beta3 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Yen Sign + search: + terms: + - Yen Sign + - currency + styles: + - solid + unicode: f157 + voted: false +yin-yang: + aliases: + unicodes: + composite: + - 262f + secondary: + - 10f6ad + changes: + - 5.3.0 + - 5.10.2 + - 5.11.0 + - 5.11.1 + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Yin Yang + search: + terms: + - daoism + - opposites + - religion + - tao + - taoism + - taoist + - yang + - yin + - yin yang + styles: + - solid + unicode: f6ad + voted: false +yoast: + changes: + - 4.6.0 + - 5.0.0 + - 5.0.3 + label: Yoast + search: + terms: [] + styles: + - brands + unicode: f2b1 + voted: false +youtube: + aliases: + unicodes: + composite: + - f16a + changes: + - 3.2.0 + - 5.0.0 + label: YouTube + search: + terms: + - film + - video + - youtube-play + - youtube-square + styles: + - brands + unicode: f167 + voted: false +z: + aliases: + unicodes: + composite: + - 7a + changes: + - 6.0.0-beta1 + - 6.2.0 + - 6.3.0 + - 6.4.0 + label: Z + search: + terms: + - Latin Capital Letter Z + - Latin Small Letter Z + - letter + styles: + - solid + unicode: 5a + voted: false +zhihu: + changes: + - 5.2.0 + label: Zhihu + search: + terms: [] + styles: + - brands + unicode: f63f + voted: true diff --git a/static/thirdparty/fontawesome6/metadata/shims.json b/static/thirdparty/fontawesome6/metadata/shims.json new file mode 100644 index 0000000..aa2fbf6 --- /dev/null +++ b/static/thirdparty/fontawesome6/metadata/shims.json @@ -0,0 +1,4052 @@ +[ + [ + "glass", + null, + "martini-glass-empty" + ], + [ + "envelope-o", + "far", + "envelope" + ], + [ + "star-o", + "far", + "star" + ], + [ + "remove", + null, + "xmark" + ], + [ + "close", + null, + "xmark" + ], + [ + "gear", + null, + "gear" + ], + [ + "trash-o", + "far", + "trash-can" + ], + [ + "home", + null, + "house" + ], + [ + "file-o", + "far", + "file" + ], + [ + "clock-o", + "far", + "clock" + ], + [ + "arrow-circle-o-down", + "far", + "circle-down" + ], + [ + "arrow-circle-o-up", + "far", + "circle-up" + ], + [ + "play-circle-o", + "far", + "circle-play" + ], + [ + "repeat", + null, + "arrow-rotate-right" + ], + [ + "rotate-right", + null, + "arrow-rotate-right" + ], + [ + "refresh", + null, + "arrows-rotate" + ], + [ + "list-alt", + "far", + "rectangle-list" + ], + [ + "dedent", + null, + "outdent" + ], + [ + "video-camera", + null, + "video" + ], + [ + "picture-o", + "far", + "image" + ], + [ + "photo", + "far", + "image" + ], + [ + "image", + "far", + "image" + ], + [ + "map-marker", + null, + "location-dot" + ], + [ + "pencil-square-o", + "far", + "pen-to-square" + ], + [ + "edit", + "far", + "pen-to-square" + ], + [ + "share-square-o", + null, + "share-from-square" + ], + [ + "check-square-o", + "far", + "square-check" + ], + [ + "arrows", + null, + "up-down-left-right" + ], + [ + "times-circle-o", + "far", + "circle-xmark" + ], + [ + "check-circle-o", + "far", + "circle-check" + ], + [ + "mail-forward", + null, + "share" + ], + [ + "expand", + null, + "up-right-and-down-left-from-center" + ], + [ + "compress", + null, + "down-left-and-up-right-to-center" + ], + [ + "eye", + "far", + null + ], + [ + "eye-slash", + "far", + null + ], + [ + "warning", + null, + "triangle-exclamation" + ], + [ + "calendar", + null, + "calendar-days" + ], + [ + "arrows-v", + null, + "up-down" + ], + [ + "arrows-h", + null, + "left-right" + ], + [ + "bar-chart", + null, + "chart-column" + ], + [ + "bar-chart-o", + null, + "chart-column" + ], + [ + "twitter-square", + "fab", + "square-twitter" + ], + [ + "facebook-square", + "fab", + "square-facebook" + ], + [ + "gears", + null, + "gears" + ], + [ + "thumbs-o-up", + "far", + "thumbs-up" + ], + [ + "thumbs-o-down", + "far", + "thumbs-down" + ], + [ + "heart-o", + "far", + "heart" + ], + [ + "sign-out", + null, + "right-from-bracket" + ], + [ + "linkedin-square", + "fab", + "linkedin" + ], + [ + "thumb-tack", + null, + "thumbtack" + ], + [ + "external-link", + null, + "up-right-from-square" + ], + [ + "sign-in", + null, + "right-to-bracket" + ], + [ + "github-square", + "fab", + "square-github" + ], + [ + "lemon-o", + "far", + "lemon" + ], + [ + "square-o", + "far", + "square" + ], + [ + "bookmark-o", + "far", + "bookmark" + ], + [ + "twitter", + "fab", + null + ], + [ + "facebook", + "fab", + "facebook-f" + ], + [ + "facebook-f", + "fab", + "facebook-f" + ], + [ + "github", + "fab", + null + ], + [ + "credit-card", + "far", + null + ], + [ + "feed", + null, + "rss" + ], + [ + "hdd-o", + "far", + "hard-drive" + ], + [ + "hand-o-right", + "far", + "hand-point-right" + ], + [ + "hand-o-left", + "far", + "hand-point-left" + ], + [ + "hand-o-up", + "far", + "hand-point-up" + ], + [ + "hand-o-down", + "far", + "hand-point-down" + ], + [ + "globe", + null, + "earth-americas" + ], + [ + "tasks", + null, + "bars-progress" + ], + [ + "arrows-alt", + null, + "maximize" + ], + [ + "group", + null, + "users" + ], + [ + "chain", + null, + "link" + ], + [ + "cut", + null, + "scissors" + ], + [ + "files-o", + "far", + "copy" + ], + [ + "floppy-o", + "far", + "floppy-disk" + ], + [ + "save", + "far", + "floppy-disk" + ], + [ + "navicon", + null, + "bars" + ], + [ + "reorder", + null, + "bars" + ], + [ + "magic", + null, + "wand-magic-sparkles" + ], + [ + "pinterest", + "fab", + null + ], + [ + "pinterest-square", + "fab", + "square-pinterest" + ], + [ + "google-plus-square", + "fab", + "square-google-plus" + ], + [ + "google-plus", + "fab", + "google-plus-g" + ], + [ + "money", + null, + "money-bill-1" + ], + [ + "unsorted", + null, + "sort" + ], + [ + "sort-desc", + null, + "sort-down" + ], + [ + "sort-asc", + null, + "sort-up" + ], + [ + "linkedin", + "fab", + "linkedin-in" + ], + [ + "rotate-left", + null, + "arrow-rotate-left" + ], + [ + "legal", + null, + "gavel" + ], + [ + "tachometer", + null, + "gauge-high" + ], + [ + "dashboard", + null, + "gauge-high" + ], + [ + "comment-o", + "far", + "comment" + ], + [ + "comments-o", + "far", + "comments" + ], + [ + "flash", + null, + "bolt" + ], + [ + "clipboard", + null, + "paste" + ], + [ + "lightbulb-o", + "far", + "lightbulb" + ], + [ + "exchange", + null, + "right-left" + ], + [ + "cloud-download", + null, + "cloud-arrow-down" + ], + [ + "cloud-upload", + null, + "cloud-arrow-up" + ], + [ + "bell-o", + "far", + "bell" + ], + [ + "cutlery", + null, + "utensils" + ], + [ + "file-text-o", + "far", + "file-lines" + ], + [ + "building-o", + "far", + "building" + ], + [ + "hospital-o", + "far", + "hospital" + ], + [ + "tablet", + null, + "tablet-screen-button" + ], + [ + "mobile", + null, + "mobile-screen-button" + ], + [ + "mobile-phone", + null, + "mobile-screen-button" + ], + [ + "circle-o", + "far", + "circle" + ], + [ + "mail-reply", + null, + "reply" + ], + [ + "github-alt", + "fab", + null + ], + [ + "folder-o", + "far", + "folder" + ], + [ + "folder-open-o", + "far", + "folder-open" + ], + [ + "smile-o", + "far", + "face-smile" + ], + [ + "frown-o", + "far", + "face-frown" + ], + [ + "meh-o", + "far", + "face-meh" + ], + [ + "keyboard-o", + "far", + "keyboard" + ], + [ + "flag-o", + "far", + "flag" + ], + [ + "mail-reply-all", + null, + "reply-all" + ], + [ + "star-half-o", + "far", + "star-half-stroke" + ], + [ + "star-half-empty", + "far", + "star-half-stroke" + ], + [ + "star-half-full", + "far", + "star-half-stroke" + ], + [ + "code-fork", + null, + "code-branch" + ], + [ + "chain-broken", + null, + "link-slash" + ], + [ + "unlink", + null, + "link-slash" + ], + [ + "calendar-o", + "far", + "calendar" + ], + [ + "maxcdn", + "fab", + null + ], + [ + "html5", + "fab", + null + ], + [ + "css3", + "fab", + null + ], + [ + "unlock-alt", + null, + "unlock" + ], + [ + "minus-square-o", + "far", + "square-minus" + ], + [ + "level-up", + null, + "turn-up" + ], + [ + "level-down", + null, + "turn-down" + ], + [ + "pencil-square", + null, + "square-pen" + ], + [ + "external-link-square", + null, + "square-up-right" + ], + [ + "compass", + "far", + null + ], + [ + "caret-square-o-down", + "far", + "square-caret-down" + ], + [ + "toggle-down", + "far", + "square-caret-down" + ], + [ + "caret-square-o-up", + "far", + "square-caret-up" + ], + [ + "toggle-up", + "far", + "square-caret-up" + ], + [ + "caret-square-o-right", + "far", + "square-caret-right" + ], + [ + "toggle-right", + "far", + "square-caret-right" + ], + [ + "eur", + null, + "euro-sign" + ], + [ + "euro", + null, + "euro-sign" + ], + [ + "gbp", + null, + "sterling-sign" + ], + [ + "usd", + null, + "dollar-sign" + ], + [ + "dollar", + null, + "dollar-sign" + ], + [ + "inr", + null, + "indian-rupee-sign" + ], + [ + "rupee", + null, + "indian-rupee-sign" + ], + [ + "jpy", + null, + "yen-sign" + ], + [ + "cny", + null, + "yen-sign" + ], + [ + "rmb", + null, + "yen-sign" + ], + [ + "yen", + null, + "yen-sign" + ], + [ + "rub", + null, + "ruble-sign" + ], + [ + "ruble", + null, + "ruble-sign" + ], + [ + "rouble", + null, + "ruble-sign" + ], + [ + "krw", + null, + "won-sign" + ], + [ + "won", + null, + "won-sign" + ], + [ + "btc", + "fab", + null + ], + [ + "bitcoin", + "fab", + "btc" + ], + [ + "file-text", + null, + "file-lines" + ], + [ + "sort-alpha-asc", + null, + "arrow-down-a-z" + ], + [ + "sort-alpha-desc", + null, + "arrow-down-z-a" + ], + [ + "sort-amount-asc", + null, + "arrow-down-short-wide" + ], + [ + "sort-amount-desc", + null, + "arrow-down-wide-short" + ], + [ + "sort-numeric-asc", + null, + "arrow-down-1-9" + ], + [ + "sort-numeric-desc", + null, + "arrow-down-9-1" + ], + [ + "youtube-square", + "fab", + "square-youtube" + ], + [ + "youtube", + "fab", + null + ], + [ + "xing", + "fab", + null + ], + [ + "xing-square", + "fab", + "square-xing" + ], + [ + "youtube-play", + "fab", + "youtube" + ], + [ + "dropbox", + "fab", + null + ], + [ + "stack-overflow", + "fab", + null + ], + [ + "instagram", + "fab", + null + ], + [ + "flickr", + "fab", + null + ], + [ + "adn", + "fab", + null + ], + [ + "bitbucket", + "fab", + null + ], + [ + "bitbucket-square", + "fab", + "bitbucket" + ], + [ + "tumblr", + "fab", + null + ], + [ + "tumblr-square", + "fab", + "square-tumblr" + ], + [ + "long-arrow-down", + null, + "down-long" + ], + [ + "long-arrow-up", + null, + "up-long" + ], + [ + "long-arrow-left", + null, + "left-long" + ], + [ + "long-arrow-right", + null, + "right-long" + ], + [ + "apple", + "fab", + null + ], + [ + "windows", + "fab", + null + ], + [ + "android", + "fab", + null + ], + [ + "linux", + "fab", + null + ], + [ + "dribbble", + "fab", + null + ], + [ + "skype", + "fab", + null + ], + [ + "foursquare", + "fab", + null + ], + [ + "trello", + "fab", + null + ], + [ + "gratipay", + "fab", + null + ], + [ + "gittip", + "fab", + "gratipay" + ], + [ + "sun-o", + "far", + "sun" + ], + [ + "moon-o", + "far", + "moon" + ], + [ + "vk", + "fab", + null + ], + [ + "weibo", + "fab", + null + ], + [ + "renren", + "fab", + null + ], + [ + "pagelines", + "fab", + null + ], + [ + "stack-exchange", + "fab", + null + ], + [ + "arrow-circle-o-right", + "far", + "circle-right" + ], + [ + "arrow-circle-o-left", + "far", + "circle-left" + ], + [ + "caret-square-o-left", + "far", + "square-caret-left" + ], + [ + "toggle-left", + "far", + "square-caret-left" + ], + [ + "dot-circle-o", + "far", + "circle-dot" + ], + [ + "vimeo-square", + "fab", + "square-vimeo" + ], + [ + "try", + null, + "turkish-lira-sign" + ], + [ + "turkish-lira", + null, + "turkish-lira-sign" + ], + [ + "plus-square-o", + "far", + "square-plus" + ], + [ + "slack", + "fab", + null + ], + [ + "wordpress", + "fab", + null + ], + [ + "openid", + "fab", + null + ], + [ + "institution", + null, + "building-columns" + ], + [ + "bank", + null, + "building-columns" + ], + [ + "mortar-board", + null, + "graduation-cap" + ], + [ + "yahoo", + "fab", + null + ], + [ + "google", + "fab", + null + ], + [ + "reddit", + "fab", + null + ], + [ + "reddit-square", + "fab", + "square-reddit" + ], + [ + "stumbleupon-circle", + "fab", + null + ], + [ + "stumbleupon", + "fab", + null + ], + [ + "delicious", + "fab", + null + ], + [ + "digg", + "fab", + null + ], + [ + "pied-piper-pp", + "fab", + null + ], + [ + "pied-piper-alt", + "fab", + null + ], + [ + "drupal", + "fab", + null + ], + [ + "joomla", + "fab", + null + ], + [ + "behance", + "fab", + null + ], + [ + "behance-square", + "fab", + "square-behance" + ], + [ + "steam", + "fab", + null + ], + [ + "steam-square", + "fab", + "square-steam" + ], + [ + "automobile", + null, + "car" + ], + [ + "cab", + null, + "taxi" + ], + [ + "spotify", + "fab", + null + ], + [ + "deviantart", + "fab", + null + ], + [ + "soundcloud", + "fab", + null + ], + [ + "file-pdf-o", + "far", + "file-pdf" + ], + [ + "file-word-o", + "far", + "file-word" + ], + [ + "file-excel-o", + "far", + "file-excel" + ], + [ + "file-powerpoint-o", + "far", + "file-powerpoint" + ], + [ + "file-image-o", + "far", + "file-image" + ], + [ + "file-photo-o", + "far", + "file-image" + ], + [ + "file-picture-o", + "far", + "file-image" + ], + [ + "file-archive-o", + "far", + "file-zipper" + ], + [ + "file-zip-o", + "far", + "file-zipper" + ], + [ + "file-audio-o", + "far", + "file-audio" + ], + [ + "file-sound-o", + "far", + "file-audio" + ], + [ + "file-video-o", + "far", + "file-video" + ], + [ + "file-movie-o", + "far", + "file-video" + ], + [ + "file-code-o", + "far", + "file-code" + ], + [ + "vine", + "fab", + null + ], + [ + "codepen", + "fab", + null + ], + [ + "jsfiddle", + "fab", + null + ], + [ + "life-bouy", + null, + "life-ring" + ], + [ + "life-buoy", + null, + "life-ring" + ], + [ + "life-saver", + null, + "life-ring" + ], + [ + "support", + null, + "life-ring" + ], + [ + "circle-o-notch", + null, + "circle-notch" + ], + [ + "rebel", + "fab", + null + ], + [ + "ra", + "fab", + "rebel" + ], + [ + "resistance", + "fab", + "rebel" + ], + [ + "empire", + "fab", + null + ], + [ + "ge", + "fab", + "empire" + ], + [ + "git-square", + "fab", + "square-git" + ], + [ + "git", + "fab", + null + ], + [ + "hacker-news", + "fab", + null + ], + [ + "y-combinator-square", + "fab", + "hacker-news" + ], + [ + "yc-square", + "fab", + "hacker-news" + ], + [ + "tencent-weibo", + "fab", + null + ], + [ + "qq", + "fab", + null + ], + [ + "weixin", + "fab", + null + ], + [ + "wechat", + "fab", + "weixin" + ], + [ + "send", + null, + "paper-plane" + ], + [ + "paper-plane-o", + "far", + "paper-plane" + ], + [ + "send-o", + "far", + "paper-plane" + ], + [ + "circle-thin", + "far", + "circle" + ], + [ + "header", + null, + "heading" + ], + [ + "futbol-o", + "far", + "futbol" + ], + [ + "soccer-ball-o", + "far", + "futbol" + ], + [ + "slideshare", + "fab", + null + ], + [ + "twitch", + "fab", + null + ], + [ + "yelp", + "fab", + null + ], + [ + "newspaper-o", + "far", + "newspaper" + ], + [ + "paypal", + "fab", + null + ], + [ + "google-wallet", + "fab", + null + ], + [ + "cc-visa", + "fab", + null + ], + [ + "cc-mastercard", + "fab", + null + ], + [ + "cc-discover", + "fab", + null + ], + [ + "cc-amex", + "fab", + null + ], + [ + "cc-paypal", + "fab", + null + ], + [ + "cc-stripe", + "fab", + null + ], + [ + "bell-slash-o", + "far", + "bell-slash" + ], + [ + "trash", + null, + "trash-can" + ], + [ + "copyright", + "far", + null + ], + [ + "eyedropper", + null, + "eye-dropper" + ], + [ + "area-chart", + null, + "chart-area" + ], + [ + "pie-chart", + null, + "chart-pie" + ], + [ + "line-chart", + null, + "chart-line" + ], + [ + "lastfm", + "fab", + null + ], + [ + "lastfm-square", + "fab", + "square-lastfm" + ], + [ + "ioxhost", + "fab", + null + ], + [ + "angellist", + "fab", + null + ], + [ + "cc", + "far", + "closed-captioning" + ], + [ + "ils", + null, + "shekel-sign" + ], + [ + "shekel", + null, + "shekel-sign" + ], + [ + "sheqel", + null, + "shekel-sign" + ], + [ + "buysellads", + "fab", + null + ], + [ + "connectdevelop", + "fab", + null + ], + [ + "dashcube", + "fab", + null + ], + [ + "forumbee", + "fab", + null + ], + [ + "leanpub", + "fab", + null + ], + [ + "sellsy", + "fab", + null + ], + [ + "shirtsinbulk", + "fab", + null + ], + [ + "simplybuilt", + "fab", + null + ], + [ + "skyatlas", + "fab", + null + ], + [ + "diamond", + "far", + "gem" + ], + [ + "transgender", + null, + "mars-and-venus" + ], + [ + "intersex", + null, + "mars-and-venus" + ], + [ + "transgender-alt", + null, + "transgender" + ], + [ + "facebook-official", + "fab", + "facebook" + ], + [ + "pinterest-p", + "fab", + null + ], + [ + "whatsapp", + "fab", + null + ], + [ + "hotel", + null, + "bed" + ], + [ + "viacoin", + "fab", + null + ], + [ + "medium", + "fab", + null + ], + [ + "y-combinator", + "fab", + null + ], + [ + "yc", + "fab", + "y-combinator" + ], + [ + "optin-monster", + "fab", + null + ], + [ + "opencart", + "fab", + null + ], + [ + "expeditedssl", + "fab", + null + ], + [ + "battery-4", + null, + "battery-full" + ], + [ + "battery", + null, + "battery-full" + ], + [ + "battery-3", + null, + "battery-three-quarters" + ], + [ + "battery-2", + null, + "battery-half" + ], + [ + "battery-1", + null, + "battery-quarter" + ], + [ + "battery-0", + null, + "battery-empty" + ], + [ + "object-group", + "far", + null + ], + [ + "object-ungroup", + "far", + null + ], + [ + "sticky-note-o", + "far", + "note-sticky" + ], + [ + "cc-jcb", + "fab", + null + ], + [ + "cc-diners-club", + "fab", + null + ], + [ + "clone", + "far", + null + ], + [ + "hourglass-o", + null, + "hourglass" + ], + [ + "hourglass-1", + null, + "hourglass-start" + ], + [ + "hourglass-2", + null, + "hourglass-half" + ], + [ + "hourglass-3", + null, + "hourglass-end" + ], + [ + "hand-rock-o", + "far", + "hand-back-fist" + ], + [ + "hand-grab-o", + "far", + "hand-back-fist" + ], + [ + "hand-paper-o", + "far", + "hand" + ], + [ + "hand-stop-o", + "far", + "hand" + ], + [ + "hand-scissors-o", + "far", + "hand-scissors" + ], + [ + "hand-lizard-o", + "far", + "hand-lizard" + ], + [ + "hand-spock-o", + "far", + "hand-spock" + ], + [ + "hand-pointer-o", + "far", + "hand-pointer" + ], + [ + "hand-peace-o", + "far", + "hand-peace" + ], + [ + "registered", + "far", + null + ], + [ + "creative-commons", + "fab", + null + ], + [ + "gg", + "fab", + null + ], + [ + "gg-circle", + "fab", + null + ], + [ + "odnoklassniki", + "fab", + null + ], + [ + "odnoklassniki-square", + "fab", + "square-odnoklassniki" + ], + [ + "get-pocket", + "fab", + null + ], + [ + "wikipedia-w", + "fab", + null + ], + [ + "safari", + "fab", + null + ], + [ + "chrome", + "fab", + null + ], + [ + "firefox", + "fab", + null + ], + [ + "opera", + "fab", + null + ], + [ + "internet-explorer", + "fab", + null + ], + [ + "television", + null, + "tv" + ], + [ + "contao", + "fab", + null + ], + [ + "500px", + "fab", + null + ], + [ + "amazon", + "fab", + null + ], + [ + "calendar-plus-o", + "far", + "calendar-plus" + ], + [ + "calendar-minus-o", + "far", + "calendar-minus" + ], + [ + "calendar-times-o", + "far", + "calendar-xmark" + ], + [ + "calendar-check-o", + "far", + "calendar-check" + ], + [ + "map-o", + "far", + "map" + ], + [ + "commenting", + null, + "comment-dots" + ], + [ + "commenting-o", + "far", + "comment-dots" + ], + [ + "houzz", + "fab", + null + ], + [ + "vimeo", + "fab", + "vimeo-v" + ], + [ + "black-tie", + "fab", + null + ], + [ + "fonticons", + "fab", + null + ], + [ + "reddit-alien", + "fab", + null + ], + [ + "edge", + "fab", + null + ], + [ + "credit-card-alt", + null, + "credit-card" + ], + [ + "codiepie", + "fab", + null + ], + [ + "modx", + "fab", + null + ], + [ + "fort-awesome", + "fab", + null + ], + [ + "usb", + "fab", + null + ], + [ + "product-hunt", + "fab", + null + ], + [ + "mixcloud", + "fab", + null + ], + [ + "scribd", + "fab", + null + ], + [ + "pause-circle-o", + "far", + "circle-pause" + ], + [ + "stop-circle-o", + "far", + "circle-stop" + ], + [ + "bluetooth", + "fab", + null + ], + [ + "bluetooth-b", + "fab", + null + ], + [ + "gitlab", + "fab", + null + ], + [ + "wpbeginner", + "fab", + null + ], + [ + "wpforms", + "fab", + null + ], + [ + "envira", + "fab", + null + ], + [ + "wheelchair-alt", + "fab", + "accessible-icon" + ], + [ + "question-circle-o", + "far", + "circle-question" + ], + [ + "volume-control-phone", + null, + "phone-volume" + ], + [ + "asl-interpreting", + null, + "hands-asl-interpreting" + ], + [ + "deafness", + null, + "ear-deaf" + ], + [ + "hard-of-hearing", + null, + "ear-deaf" + ], + [ + "glide", + "fab", + null + ], + [ + "glide-g", + "fab", + null + ], + [ + "signing", + null, + "hands" + ], + [ + "viadeo", + "fab", + null + ], + [ + "viadeo-square", + "fab", + "square-viadeo" + ], + [ + "snapchat", + "fab", + null + ], + [ + "snapchat-ghost", + "fab", + "snapchat" + ], + [ + "snapchat-square", + "fab", + "square-snapchat" + ], + [ + "pied-piper", + "fab", + null + ], + [ + "first-order", + "fab", + null + ], + [ + "yoast", + "fab", + null + ], + [ + "themeisle", + "fab", + null + ], + [ + "google-plus-official", + "fab", + "google-plus" + ], + [ + "google-plus-circle", + "fab", + "google-plus" + ], + [ + "font-awesome", + "fab", + null + ], + [ + "fa", + "fab", + "font-awesome" + ], + [ + "handshake-o", + "far", + "handshake" + ], + [ + "envelope-open-o", + "far", + "envelope-open" + ], + [ + "linode", + "fab", + null + ], + [ + "address-book-o", + "far", + "address-book" + ], + [ + "vcard", + null, + "address-card" + ], + [ + "address-card-o", + "far", + "address-card" + ], + [ + "vcard-o", + "far", + "address-card" + ], + [ + "user-circle-o", + "far", + "circle-user" + ], + [ + "user-o", + "far", + "user" + ], + [ + "id-badge", + "far", + null + ], + [ + "drivers-license", + null, + "id-card" + ], + [ + "id-card-o", + "far", + "id-card" + ], + [ + "drivers-license-o", + "far", + "id-card" + ], + [ + "quora", + "fab", + null + ], + [ + "free-code-camp", + "fab", + null + ], + [ + "telegram", + "fab", + null + ], + [ + "thermometer-4", + null, + "temperature-full" + ], + [ + "thermometer", + null, + "temperature-full" + ], + [ + "thermometer-3", + null, + "temperature-three-quarters" + ], + [ + "thermometer-2", + null, + "temperature-half" + ], + [ + "thermometer-1", + null, + "temperature-quarter" + ], + [ + "thermometer-0", + null, + "temperature-empty" + ], + [ + "bathtub", + null, + "bath" + ], + [ + "s15", + null, + "bath" + ], + [ + "window-maximize", + "far", + null + ], + [ + "window-restore", + "far", + null + ], + [ + "times-rectangle", + null, + "rectangle-xmark" + ], + [ + "window-close-o", + "far", + "rectangle-xmark" + ], + [ + "times-rectangle-o", + "far", + "rectangle-xmark" + ], + [ + "bandcamp", + "fab", + null + ], + [ + "grav", + "fab", + null + ], + [ + "etsy", + "fab", + null + ], + [ + "imdb", + "fab", + null + ], + [ + "ravelry", + "fab", + null + ], + [ + "eercast", + "fab", + "sellcast" + ], + [ + "snowflake-o", + "far", + "snowflake" + ], + [ + "superpowers", + "fab", + null + ], + [ + "wpexplorer", + "fab", + null + ], + [ + "meetup", + "fab", + null + ], + [ + 61440, + "fas", + "martini-glass-empty" + ], + [ + 61443, + "far", + "envelope" + ], + [ + 61446, + "far", + "star" + ], + [ + 61460, + "far", + "trash-can" + ], + [ + 61462, + "far", + "file" + ], + [ + 61463, + "far", + "clock" + ], + [ + 61466, + "far", + "circle-down" + ], + [ + 61467, + "far", + "circle-up" + ], + [ + 61469, + "far", + "circle-play" + ], + [ + 61470, + "fas", + "arrow-rotate-right" + ], + [ + 61474, + "far", + "rectangle-list" + ], + [ + 61502, + "far", + "image" + ], + [ + 61505, + "fas", + "location-dot" + ], + [ + 61508, + "far", + "pen-to-square" + ], + [ + 61509, + "fas", + "share-from-square" + ], + [ + 61510, + "far", + "square-check" + ], + [ + 61511, + "fas", + "up-down-left-right" + ], + [ + 61532, + "far", + "circle-xmark" + ], + [ + 61533, + "far", + "circle-check" + ], + [ + 61541, + "fas", + "up-right-and-down-left-from-center" + ], + [ + 61542, + "fas", + "down-left-and-up-right-to-center" + ], + [ + 61550, + "far", + "eye" + ], + [ + 61552, + "far", + "eye-slash" + ], + [ + 61555, + "fas", + "calendar-days" + ], + [ + 61565, + "fas", + "up-down" + ], + [ + 61566, + "fas", + "left-right" + ], + [ + 61568, + "fas", + "chart-column" + ], + [ + 61569, + "fab", + "square-twitter" + ], + [ + 61570, + "fab", + "square-facebook" + ], + [ + 61575, + "far", + "thumbs-up" + ], + [ + 61576, + "far", + "thumbs-down" + ], + [ + 61578, + "far", + "heart" + ], + [ + 61579, + "fas", + "right-from-bracket" + ], + [ + 61580, + "fab", + "linkedin" + ], + [ + 61582, + "fas", + "up-right-from-square" + ], + [ + 61584, + "fas", + "right-to-bracket" + ], + [ + 61586, + "fab", + "square-github" + ], + [ + 61588, + "far", + "lemon" + ], + [ + 61590, + "far", + "square" + ], + [ + 61591, + "far", + "bookmark" + ], + [ + 61593, + "fab", + "twitter" + ], + [ + 61594, + "fab", + "facebook-f" + ], + [ + 61595, + "fab", + "github" + ], + [ + 61597, + "far", + "credit-card" + ], + [ + 61600, + "far", + "hard-drive" + ], + [ + 61604, + "far", + "hand-point-right" + ], + [ + 61605, + "far", + "hand-point-left" + ], + [ + 61606, + "far", + "hand-point-up" + ], + [ + 61607, + "far", + "hand-point-down" + ], + [ + 61612, + "fas", + "earth-americas" + ], + [ + 61614, + "fas", + "bars-progress" + ], + [ + 61618, + "fas", + "maximize" + ], + [ + 61632, + "fas", + "users" + ], + [ + 61637, + "far", + "copy" + ], + [ + 61639, + "far", + "floppy-disk" + ], + [ + 61641, + "fas", + "bars" + ], + [ + 61648, + "fas", + "wand-magic-sparkles" + ], + [ + 61650, + "fab", + "pinterest" + ], + [ + 61651, + "fab", + "square-pinterest" + ], + [ + 61652, + "fab", + "square-google-plus" + ], + [ + 61653, + "fab", + "google-plus-g" + ], + [ + 61654, + "fas", + "money-bill-1" + ], + [ + 61665, + "fab", + "linkedin-in" + ], + [ + 61666, + "fas", + "arrow-rotate-left" + ], + [ + 61668, + "fas", + "gauge-high" + ], + [ + 61669, + "far", + "comment" + ], + [ + 61670, + "far", + "comments" + ], + [ + 61671, + "fas", + "bolt" + ], + [ + 61674, + "fas", + "paste" + ], + [ + 61675, + "far", + "lightbulb" + ], + [ + 61676, + "fas", + "right-left" + ], + [ + 61602, + "far", + "bell" + ], + [ + 61685, + "fas", + "utensils" + ], + [ + 61686, + "far", + "file-lines" + ], + [ + 61687, + "far", + "building" + ], + [ + 61688, + "far", + "hospital" + ], + [ + 61706, + "fas", + "tablet-screen-button" + ], + [ + 61707, + "fas", + "mobile-screen-button" + ], + [ + 61708, + "far", + "circle" + ], + [ + 61714, + "fas", + "reply" + ], + [ + 61715, + "fab", + "github-alt" + ], + [ + 61716, + "far", + "folder" + ], + [ + 61717, + "far", + "folder-open" + ], + [ + 61720, + "far", + "face-smile" + ], + [ + 61721, + "far", + "face-frown" + ], + [ + 61722, + "far", + "face-meh" + ], + [ + 61724, + "far", + "keyboard" + ], + [ + 61725, + "far", + "flag" + ], + [ + 61731, + "far", + "star-half-stroke" + ], + [ + 61734, + "fas", + "code-branch" + ], + [ + 61747, + "far", + "calendar" + ], + [ + 61750, + "fab", + "maxcdn" + ], + [ + 61755, + "fab", + "html5" + ], + [ + 61756, + "fab", + "css3" + ], + [ + 61758, + "fas", + "unlock" + ], + [ + 61767, + "far", + "square-minus" + ], + [ + 61768, + "fas", + "turn-up" + ], + [ + 61769, + "fas", + "turn-down" + ], + [ + 61772, + "fas", + "square-up-right" + ], + [ + 61774, + "far", + "compass" + ], + [ + 61776, + "far", + "square-caret-down" + ], + [ + 61777, + "far", + "square-caret-up" + ], + [ + 61778, + "far", + "square-caret-right" + ], + [ + 61781, + "fas", + "dollar-sign" + ], + [ + 61782, + "fas", + "indian-rupee-sign" + ], + [ + 61786, + "fab", + "btc" + ], + [ + 61790, + "fas", + "arrow-down-z-a" + ], + [ + 61792, + "fas", + "arrow-down-short-wide" + ], + [ + 61793, + "fas", + "arrow-down-wide-short" + ], + [ + 61795, + "fas", + "arrow-down-9-1" + ], + [ + 61798, + "fab", + "square-youtube" + ], + [ + 61799, + "fab", + "youtube" + ], + [ + 61800, + "fab", + "xing" + ], + [ + 61801, + "fab", + "square-xing" + ], + [ + 61802, + "fab", + "youtube" + ], + [ + 61803, + "fab", + "dropbox" + ], + [ + 61804, + "fab", + "stack-overflow" + ], + [ + 61805, + "fab", + "instagram" + ], + [ + 61806, + "fab", + "flickr" + ], + [ + 61808, + "fab", + "adn" + ], + [ + 61809, + "fab", + "bitbucket" + ], + [ + 61810, + "fab", + "bitbucket" + ], + [ + 61811, + "fab", + "tumblr" + ], + [ + 61812, + "fab", + "square-tumblr" + ], + [ + 61813, + "fas", + "down-long" + ], + [ + 61814, + "fas", + "up-long" + ], + [ + 61815, + "fas", + "left-long" + ], + [ + 61816, + "fas", + "right-long" + ], + [ + 61817, + "fab", + "apple" + ], + [ + 61818, + "fab", + "windows" + ], + [ + 61819, + "fab", + "android" + ], + [ + 61820, + "fab", + "linux" + ], + [ + 61821, + "fab", + "dribbble" + ], + [ + 61822, + "fab", + "skype" + ], + [ + 61824, + "fab", + "foursquare" + ], + [ + 61825, + "fab", + "trello" + ], + [ + 61828, + "fab", + "gratipay" + ], + [ + 61829, + "far", + "sun" + ], + [ + 61830, + "far", + "moon" + ], + [ + 61833, + "fab", + "vk" + ], + [ + 61834, + "fab", + "weibo" + ], + [ + 61835, + "fab", + "renren" + ], + [ + 61836, + "fab", + "pagelines" + ], + [ + 61837, + "fab", + "stack-exchange" + ], + [ + 61838, + "far", + "circle-right" + ], + [ + 61840, + "far", + "circle-left" + ], + [ + 61841, + "far", + "square-caret-left" + ], + [ + 61842, + "far", + "circle-dot" + ], + [ + 61844, + "fab", + "square-vimeo" + ], + [ + 61845, + "fas", + "turkish-lira-sign" + ], + [ + 61846, + "far", + "square-plus" + ], + [ + 61848, + "fab", + "slack" + ], + [ + 61850, + "fab", + "wordpress" + ], + [ + 61851, + "fab", + "openid" + ], + [ + 61854, + "fab", + "yahoo" + ], + [ + 61856, + "fab", + "google" + ], + [ + 61857, + "fab", + "reddit" + ], + [ + 61858, + "fab", + "square-reddit" + ], + [ + 61859, + "fab", + "stumbleupon-circle" + ], + [ + 61860, + "fab", + "stumbleupon" + ], + [ + 61861, + "fab", + "delicious" + ], + [ + 61862, + "fab", + "digg" + ], + [ + 61863, + "fab", + "pied-piper-pp" + ], + [ + 61864, + "fab", + "pied-piper-alt" + ], + [ + 61865, + "fab", + "drupal" + ], + [ + 61866, + "fab", + "joomla" + ], + [ + 61876, + "fab", + "behance" + ], + [ + 61877, + "fab", + "square-behance" + ], + [ + 61878, + "fab", + "steam" + ], + [ + 61879, + "fab", + "square-steam" + ], + [ + 61884, + "fab", + "spotify" + ], + [ + 61885, + "fab", + "deviantart" + ], + [ + 61886, + "fab", + "soundcloud" + ], + [ + 61889, + "far", + "file-pdf" + ], + [ + 61890, + "far", + "file-word" + ], + [ + 61891, + "far", + "file-excel" + ], + [ + 61892, + "far", + "file-powerpoint" + ], + [ + 61893, + "far", + "file-image" + ], + [ + 61894, + "far", + "file-zipper" + ], + [ + 61895, + "far", + "file-audio" + ], + [ + 61896, + "far", + "file-video" + ], + [ + 61897, + "far", + "file-code" + ], + [ + 61898, + "fab", + "vine" + ], + [ + 61899, + "fab", + "codepen" + ], + [ + 61900, + "fab", + "jsfiddle" + ], + [ + 61901, + "fas", + "life-ring" + ], + [ + 61902, + "fas", + "circle-notch" + ], + [ + 61904, + "fab", + "rebel" + ], + [ + 61905, + "fab", + "empire" + ], + [ + 61906, + "fab", + "square-git" + ], + [ + 61907, + "fab", + "git" + ], + [ + 61908, + "fab", + "hacker-news" + ], + [ + 61909, + "fab", + "tencent-weibo" + ], + [ + 61910, + "fab", + "qq" + ], + [ + 61911, + "fab", + "weixin" + ], + [ + 61912, + "fas", + "paper-plane" + ], + [ + 61913, + "far", + "paper-plane" + ], + [ + 61915, + "far", + "circle" + ], + [ + 61923, + "far", + "futbol" + ], + [ + 61927, + "fab", + "slideshare" + ], + [ + 61928, + "fab", + "twitch" + ], + [ + 61929, + "fab", + "yelp" + ], + [ + 61930, + "far", + "newspaper" + ], + [ + 61933, + "fab", + "paypal" + ], + [ + 61934, + "fab", + "google-wallet" + ], + [ + 61936, + "fab", + "cc-visa" + ], + [ + 61937, + "fab", + "cc-mastercard" + ], + [ + 61938, + "fab", + "cc-discover" + ], + [ + 61939, + "fab", + "cc-amex" + ], + [ + 61940, + "fab", + "cc-paypal" + ], + [ + 61941, + "fab", + "cc-stripe" + ], + [ + 61943, + "far", + "bell-slash" + ], + [ + 61944, + "fas", + "trash-can" + ], + [ + 61945, + "far", + "copyright" + ], + [ + 61954, + "fab", + "lastfm" + ], + [ + 61955, + "fab", + "square-lastfm" + ], + [ + 61960, + "fab", + "ioxhost" + ], + [ + 61961, + "fab", + "angellist" + ], + [ + 61962, + "far", + "closed-captioning" + ], + [ + 61965, + "fab", + "buysellads" + ], + [ + 61966, + "fab", + "connectdevelop" + ], + [ + 61968, + "fab", + "dashcube" + ], + [ + 61969, + "fab", + "forumbee" + ], + [ + 61970, + "fab", + "leanpub" + ], + [ + 61971, + "fab", + "sellsy" + ], + [ + 61972, + "fab", + "shirtsinbulk" + ], + [ + 61973, + "fab", + "simplybuilt" + ], + [ + 61974, + "fab", + "skyatlas" + ], + [ + 61977, + "far", + "gem" + ], + [ + 61988, + "fas", + "mars-and-venus" + ], + [ + 62000, + "fab", + "facebook" + ], + [ + 62001, + "fab", + "pinterest-p" + ], + [ + 62002, + "fab", + "whatsapp" + ], + [ + 62006, + "fas", + "bed" + ], + [ + 62007, + "fab", + "viacoin" + ], + [ + 62010, + "fab", + "medium" + ], + [ + 62011, + "fab", + "y-combinator" + ], + [ + 62012, + "fab", + "optin-monster" + ], + [ + 62013, + "fab", + "opencart" + ], + [ + 62014, + "fab", + "expeditedssl" + ], + [ + 62016, + "fas", + "battery-full" + ], + [ + 62017, + "fas", + "battery-three-quarters" + ], + [ + 62018, + "fas", + "battery-half" + ], + [ + 62019, + "fas", + "battery-quarter" + ], + [ + 62023, + "far", + "object-group" + ], + [ + 62024, + "far", + "object-ungroup" + ], + [ + 62026, + "far", + "note-sticky" + ], + [ + 62027, + "fab", + "cc-jcb" + ], + [ + 62028, + "fab", + "cc-diners-club" + ], + [ + 62029, + "far", + "clone" + ], + [ + 62032, + "fas", + "hourglass" + ], + [ + 62037, + "far", + "hand-back-fist" + ], + [ + 62038, + "far", + "hand" + ], + [ + 62039, + "far", + "hand-scissors" + ], + [ + 62040, + "far", + "hand-lizard" + ], + [ + 62041, + "far", + "hand-spock" + ], + [ + 62042, + "far", + "hand-pointer" + ], + [ + 62043, + "far", + "hand-peace" + ], + [ + 62045, + "far", + "registered" + ], + [ + 62046, + "fab", + "creative-commons" + ], + [ + 62048, + "fab", + "gg" + ], + [ + 62049, + "fab", + "gg-circle" + ], + [ + 62051, + "fab", + "odnoklassniki" + ], + [ + 62052, + "fab", + "square-odnoklassniki" + ], + [ + 62053, + "fab", + "get-pocket" + ], + [ + 62054, + "fab", + "wikipedia-w" + ], + [ + 62055, + "fab", + "safari" + ], + [ + 62056, + "fab", + "chrome" + ], + [ + 62057, + "fab", + "firefox" + ], + [ + 62058, + "fab", + "opera" + ], + [ + 62059, + "fab", + "internet-explorer" + ], + [ + 62061, + "fab", + "contao" + ], + [ + 62062, + "fab", + "500px" + ], + [ + 62064, + "fab", + "amazon" + ], + [ + 62065, + "far", + "calendar-plus" + ], + [ + 62066, + "far", + "calendar-minus" + ], + [ + 62067, + "far", + "calendar-xmark" + ], + [ + 62068, + "far", + "calendar-check" + ], + [ + 62072, + "far", + "map" + ], + [ + 62074, + "fas", + "comment-dots" + ], + [ + 62075, + "far", + "comment-dots" + ], + [ + 62076, + "fab", + "houzz" + ], + [ + 62077, + "fab", + "vimeo-v" + ], + [ + 62078, + "fab", + "black-tie" + ], + [ + 62080, + "fab", + "fonticons" + ], + [ + 62081, + "fab", + "reddit-alien" + ], + [ + 62082, + "fab", + "edge" + ], + [ + 62083, + "fas", + "credit-card" + ], + [ + 62084, + "fab", + "codiepie" + ], + [ + 62085, + "fab", + "modx" + ], + [ + 62086, + "fab", + "fort-awesome" + ], + [ + 62087, + "fab", + "usb" + ], + [ + 62088, + "fab", + "product-hunt" + ], + [ + 62089, + "fab", + "mixcloud" + ], + [ + 62090, + "fab", + "scribd" + ], + [ + 62092, + "far", + "circle-pause" + ], + [ + 62094, + "far", + "circle-stop" + ], + [ + 62099, + "fab", + "bluetooth" + ], + [ + 62100, + "fab", + "bluetooth-b" + ], + [ + 62102, + "fab", + "gitlab" + ], + [ + 62103, + "fab", + "wpbeginner" + ], + [ + 62104, + "fab", + "wpforms" + ], + [ + 62105, + "fab", + "envira" + ], + [ + 62107, + "fab", + "accessible-icon" + ], + [ + 62108, + "far", + "circle-question" + ], + [ + 62117, + "fab", + "glide" + ], + [ + 62118, + "fab", + "glide-g" + ], + [ + 62121, + "fab", + "viadeo" + ], + [ + 62122, + "fab", + "square-viadeo" + ], + [ + 62123, + "fab", + "snapchat" + ], + [ + 62124, + "fab", + "snapchat" + ], + [ + 62125, + "fab", + "square-snapchat" + ], + [ + 62126, + "fab", + "pied-piper" + ], + [ + 62128, + "fab", + "first-order" + ], + [ + 62129, + "fab", + "yoast" + ], + [ + 62130, + "fab", + "themeisle" + ], + [ + 62131, + "fab", + "google-plus" + ], + [ + 62132, + "fab", + "font-awesome" + ], + [ + 62133, + "far", + "handshake" + ], + [ + 62135, + "far", + "envelope-open" + ], + [ + 62136, + "fab", + "linode" + ], + [ + 62138, + "far", + "address-book" + ], + [ + 62140, + "far", + "address-card" + ], + [ + 62142, + "far", + "circle-user" + ], + [ + 62144, + "far", + "user" + ], + [ + 62145, + "far", + "id-badge" + ], + [ + 62147, + "far", + "id-card" + ], + [ + 62148, + "fab", + "quora" + ], + [ + 62149, + "fab", + "free-code-camp" + ], + [ + 62150, + "fab", + "telegram" + ], + [ + 62151, + "fas", + "temperature-full" + ], + [ + 62157, + "fas", + "bath" + ], + [ + 62160, + "far", + "window-maximize" + ], + [ + 62162, + "far", + "window-restore" + ], + [ + 62163, + "fas", + "rectangle-xmark" + ], + [ + 62164, + "far", + "rectangle-xmark" + ], + [ + 62165, + "fab", + "bandcamp" + ], + [ + 62166, + "fab", + "grav" + ], + [ + 62167, + "fab", + "etsy" + ], + [ + 62168, + "fab", + "imdb" + ], + [ + 62169, + "fab", + "ravelry" + ], + [ + 62170, + "fab", + "sellcast" + ], + [ + 62172, + "far", + "snowflake" + ], + [ + 62173, + "fab", + "superpowers" + ], + [ + 62174, + "fab", + "wpexplorer" + ], + [ + 62176, + "fab", + "meetup" + ] +] \ No newline at end of file diff --git a/static/thirdparty/fontawesome6/metadata/shims.yml b/static/thirdparty/fontawesome6/metadata/shims.yml new file mode 100644 index 0000000..08771ed --- /dev/null +++ b/static/thirdparty/fontawesome6/metadata/shims.yml @@ -0,0 +1,646 @@ +area-chart: + name: chart-area +arrow-circle-o-down: + prefix: far + name: circle-down +arrow-circle-o-left: + prefix: far + name: circle-left +arrow-circle-o-right: + prefix: far + name: circle-right +arrow-circle-o-up: + prefix: far + name: circle-up +arrows: + name: up-down-left-right +arrows-alt: + name: maximize +arrows-h: + name: left-right +arrows-v: + name: up-down +asl-interpreting: + name: hands-asl-interpreting +automobile: + name: car +bank: + name: building-columns +bar-chart: + name: chart-column +bar-chart-o: + name: chart-column +bathtub: + name: bath +battery: + name: battery-full +battery-0: + name: battery-empty +battery-1: + name: battery-quarter +battery-2: + name: battery-half +battery-3: + name: battery-three-quarters +battery-4: + name: battery-full +behance-square: + prefix: fab + name: square-behance +bitbucket-square: + prefix: fab + name: bitbucket +bitcoin: + prefix: fab + name: btc +cab: + name: taxi +calendar: + name: calendar-days +calendar-times-o: + prefix: far + name: calendar-xmark +caret-square-o-down: + prefix: far + name: square-caret-down +caret-square-o-left: + prefix: far + name: square-caret-left +caret-square-o-right: + prefix: far + name: square-caret-right +caret-square-o-up: + prefix: far + name: square-caret-up +cc: + prefix: far + name: closed-captioning +chain: + name: link +chain-broken: + name: link-slash +check-circle-o: + prefix: far + name: circle-check +check-square-o: + prefix: far + name: square-check +circle-o-notch: + name: circle-notch +circle-thin: + prefix: far + name: circle +clipboard: + name: paste +clone: + prefix: far +close: + name: xmark +cloud-download: + name: cloud-arrow-down +cloud-upload: + name: cloud-arrow-up +cny: + name: yen-sign +code-fork: + name: code-branch +commenting: + name: comment-dots +commenting-o: + prefix: far + name: comment-dots +compass: + prefix: far +compress: + name: down-left-and-up-right-to-center +copyright: + prefix: far +credit-card: + prefix: far +credit-card-alt: + name: credit-card +cut: + name: scissors +cutlery: + name: utensils +dashboard: + name: gauge-high +deafness: + name: ear-deaf +dedent: + name: outdent +diamond: + prefix: far + name: gem +dollar: + name: dollar-sign +dot-circle-o: + prefix: far + name: circle-dot +drivers-license: + name: id-card +drivers-license-o: + prefix: far + name: id-card +edit: + prefix: far + name: pen-to-square +eercast: + prefix: fab + name: sellcast +eur: + name: euro-sign +euro: + name: euro-sign +exchange: + name: right-left +expand: + name: up-right-and-down-left-from-center +external-link: + name: up-right-from-square +external-link-square: + name: square-up-right +eye: + prefix: far +eye-slash: + prefix: far +eyedropper: + name: eye-dropper +fa: + prefix: fab + name: font-awesome +facebook: + prefix: fab + name: facebook-f +facebook-f: + prefix: fab + name: facebook-f +facebook-official: + prefix: fab + name: facebook +facebook-square: + prefix: fab + name: square-facebook +feed: + name: rss +file-archive-o: + prefix: far + name: file-zipper +file-movie-o: + prefix: far + name: file-video +file-photo-o: + prefix: far + name: file-image +file-picture-o: + prefix: far + name: file-image +file-sound-o: + prefix: far + name: file-audio +file-text: + name: file-lines +file-text-o: + prefix: far + name: file-lines +file-zip-o: + prefix: far + name: file-zipper +files-o: + prefix: far + name: copy +flash: + name: bolt +floppy-o: + prefix: far + name: floppy-disk +frown-o: + prefix: far + name: face-frown +gbp: + name: sterling-sign +ge: + prefix: fab + name: empire +gear: + name: gear +gears: + name: gears +git-square: + prefix: fab + name: square-git +github-square: + prefix: fab + name: square-github +gittip: + prefix: fab + name: gratipay +glass: + name: martini-glass-empty +globe: + name: earth-americas +google-plus: + prefix: fab + name: google-plus-g +google-plus-circle: + prefix: fab + name: google-plus +google-plus-official: + prefix: fab + name: google-plus +google-plus-square: + prefix: fab + name: square-google-plus +group: + name: users +hand-grab-o: + prefix: far + name: hand-back-fist +hand-o-down: + prefix: far + name: hand-point-down +hand-o-left: + prefix: far + name: hand-point-left +hand-o-right: + prefix: far + name: hand-point-right +hand-o-up: + prefix: far + name: hand-point-up +hand-paper-o: + prefix: far + name: hand +hand-rock-o: + prefix: far + name: hand-back-fist +hand-stop-o: + prefix: far + name: hand +hard-of-hearing: + name: ear-deaf +hdd-o: + prefix: far + name: hard-drive +header: + name: heading +home: + name: house +hotel: + name: bed +hourglass-1: + name: hourglass-start +hourglass-2: + name: hourglass-half +hourglass-3: + name: hourglass-end +hourglass-o: + name: hourglass +id-badge: + prefix: far +ils: + name: shekel-sign +image: + prefix: far + name: image +inr: + name: indian-rupee-sign +institution: + name: building-columns +intersex: + name: mars-and-venus +jpy: + name: yen-sign +krw: + name: won-sign +lastfm-square: + prefix: fab + name: square-lastfm +legal: + name: gavel +level-down: + name: turn-down +level-up: + name: turn-up +life-bouy: + name: life-ring +life-buoy: + name: life-ring +life-saver: + name: life-ring +line-chart: + name: chart-line +linkedin: + prefix: fab + name: linkedin-in +linkedin-square: + prefix: fab + name: linkedin +list-alt: + prefix: far + name: rectangle-list +long-arrow-down: + name: down-long +long-arrow-left: + name: left-long +long-arrow-right: + name: right-long +long-arrow-up: + name: up-long +magic: + name: wand-magic-sparkles +mail-forward: + name: share +mail-reply: + name: reply +mail-reply-all: + name: reply-all +map-marker: + name: location-dot +meh-o: + prefix: far + name: face-meh +minus-square-o: + prefix: far + name: square-minus +mobile: + name: mobile-screen-button +mobile-phone: + name: mobile-screen-button +money: + name: money-bill-1 +mortar-board: + name: graduation-cap +navicon: + name: bars +object-group: + prefix: far +object-ungroup: + prefix: far +odnoklassniki-square: + prefix: fab + name: square-odnoklassniki +pause-circle-o: + prefix: far + name: circle-pause +pencil-square: + name: square-pen +pencil-square-o: + prefix: far + name: pen-to-square +photo: + prefix: far + name: image +picture-o: + prefix: far + name: image +pie-chart: + name: chart-pie +pinterest-square: + prefix: fab + name: square-pinterest +play-circle-o: + prefix: far + name: circle-play +plus-square-o: + prefix: far + name: square-plus +question-circle-o: + prefix: far + name: circle-question +ra: + prefix: fab + name: rebel +reddit-square: + prefix: fab + name: square-reddit +refresh: + name: arrows-rotate +registered: + prefix: far +remove: + name: xmark +reorder: + name: bars +repeat: + name: arrow-rotate-right +resistance: + prefix: fab + name: rebel +rmb: + name: yen-sign +rotate-left: + name: arrow-rotate-left +rotate-right: + name: arrow-rotate-right +rouble: + name: ruble-sign +rub: + name: ruble-sign +ruble: + name: ruble-sign +rupee: + name: indian-rupee-sign +s15: + name: bath +save: + prefix: far + name: floppy-disk +send: + name: paper-plane +send-o: + prefix: far + name: paper-plane +share-square-o: + name: share-from-square +shekel: + name: shekel-sign +sheqel: + name: shekel-sign +sign-in: + name: right-to-bracket +sign-out: + name: right-from-bracket +signing: + name: hands +smile-o: + prefix: far + name: face-smile +snapchat-ghost: + prefix: fab + name: snapchat +snapchat-square: + prefix: fab + name: square-snapchat +soccer-ball-o: + prefix: far + name: futbol +sort-alpha-asc: + name: arrow-down-a-z +sort-alpha-desc: + name: arrow-down-z-a +sort-amount-asc: + name: arrow-down-short-wide +sort-amount-desc: + name: arrow-down-wide-short +sort-asc: + name: sort-up +sort-desc: + name: sort-down +sort-numeric-asc: + name: arrow-down-1-9 +sort-numeric-desc: + name: arrow-down-9-1 +star-half-empty: + prefix: far + name: star-half-stroke +star-half-full: + prefix: far + name: star-half-stroke +star-half-o: + prefix: far + name: star-half-stroke +steam-square: + prefix: fab + name: square-steam +sticky-note-o: + prefix: far + name: note-sticky +stop-circle-o: + prefix: far + name: circle-stop +support: + name: life-ring +tablet: + name: tablet-screen-button +tachometer: + name: gauge-high +tasks: + name: bars-progress +television: + name: tv +thermometer: + name: temperature-full +thermometer-0: + name: temperature-empty +thermometer-1: + name: temperature-quarter +thermometer-2: + name: temperature-half +thermometer-3: + name: temperature-three-quarters +thermometer-4: + name: temperature-full +thumb-tack: + name: thumbtack +thumbs-o-down: + prefix: far + name: thumbs-down +thumbs-o-up: + prefix: far + name: thumbs-up +times-circle-o: + prefix: far + name: circle-xmark +times-rectangle: + name: rectangle-xmark +times-rectangle-o: + prefix: far + name: rectangle-xmark +toggle-down: + prefix: far + name: square-caret-down +toggle-left: + prefix: far + name: square-caret-left +toggle-right: + prefix: far + name: square-caret-right +toggle-up: + prefix: far + name: square-caret-up +transgender: + name: mars-and-venus +transgender-alt: + name: transgender +trash: + name: trash-can +trash-o: + prefix: far + name: trash-can +try: + name: turkish-lira-sign +tumblr-square: + prefix: fab + name: square-tumblr +turkish-lira: + name: turkish-lira-sign +twitter-square: + prefix: fab + name: square-twitter +unlink: + name: link-slash +unlock-alt: + name: unlock +unsorted: + name: sort +usd: + name: dollar-sign +user-circle-o: + prefix: far + name: circle-user +vcard: + name: address-card +vcard-o: + prefix: far + name: address-card +viadeo-square: + prefix: fab + name: square-viadeo +video-camera: + name: video +vimeo: + prefix: fab + name: vimeo-v +vimeo-square: + prefix: fab + name: square-vimeo +volume-control-phone: + name: phone-volume +warning: + name: triangle-exclamation +wechat: + prefix: fab + name: weixin +wheelchair-alt: + prefix: fab + name: accessible-icon +window-close-o: + prefix: far + name: rectangle-xmark +window-maximize: + prefix: far +window-restore: + prefix: far +won: + name: won-sign +xing-square: + prefix: fab + name: square-xing +y-combinator-square: + prefix: fab + name: hacker-news +yc: + prefix: fab + name: y-combinator +yc-square: + prefix: fab + name: hacker-news +yen: + name: yen-sign +youtube-play: + prefix: fab + name: youtube +youtube-square: + prefix: fab + name: square-youtube diff --git a/static/thirdparty/fontawesome6/metadata/sponsors.yml b/static/thirdparty/fontawesome6/metadata/sponsors.yml new file mode 100644 index 0000000..405fa69 --- /dev/null +++ b/static/thirdparty/fontawesome6/metadata/sponsors.yml @@ -0,0 +1,1416 @@ +42-group: + icons: + - 42-group + label: 42.group + url: 'https://42.group' +accusoft: + icons: + - accusoft + label: Accusoft + url: 'https://www.accusoft.com' +administrator-technology: + icons: + - bars-staggered + label: Administrator Technology + url: 'https://administrator.de' +adversal: + icons: + - adversal + label: Adversal + url: 'https://www.adversal.com' +affiliatetheme: + icons: + - affiliatetheme + label: affiliatetheme + url: 'https://affiliatetheme.io' +algolia: + icons: + - algolia + label: Algolia + url: 'http://www.algolia.com' +amazon-web-services: + icons: + - aws + label: Amazon Web Services + url: 'https://aws.amazon.com' +amilia: + icons: + - amilia + label: Amilia + url: 'http://www.amilia.com' +angry-creative: + icons: + - angrycreative + label: Angry Creative + url: 'https://angrycreative.se' +app-signal: + icons: + - stroopwafel + label: AppSignal + url: 'https://appsignal.com' +apper-systems-ab: + icons: + - apper + label: Apper Systems AB + url: 'http://www.apper.com' +'asymmetrik,ltd': + icons: + - asymmetrik + label: 'Asymmetrik, Ltd.' + url: 'http://asymmetrik.com' +ausmed-education: + icons: + - user-nurse + label: Ausmed Education + url: 'https://www.ausmed.com.au' +avianex: + icons: + - avianex + label: avianex + url: 'https://www.avianex.de' +bi-mobject: + icons: + - bimobject + label: BIMobject + url: 'http://bimobject.com' +bity: + icons: + - bity + label: Bity + url: 'http://bity.com' +blackpulp-designs: + icons: + - person-praying + label: Blackpulp Designs + url: 'https://www.blackpulp.com' +blissbook: + icons: + - pen-fancy + label: Blissbook + url: 'https://blissbook.com' +bots: + icons: + - bots + - message-bot + label: Bots + url: 'https://www.bots-inc.com' +bryntum: + icons: + - diagram-cells + - diagram-next + - diagram-predecessor + - diagram-previous + - diagram-subtask + - diagram-successor + label: Bryntum + url: 'https://bryntum.com' +büromöbel-experte-gmb-h &co-kg: + icons: + - buromobelexperte + label: Büromöbel-Experte GmbH & Co. KG. + url: 'https://www.bueromoebel-experte.de' +c-panel: + icons: + - cpanel + label: cPanel + url: 'http://cpanel.com' +cab-md: + icons: + - trillium + label: CabMD + url: 'https://cab.md' +centercode: + icons: + - centercode + label: Centercode + url: 'https://www.centercode.com' +cibltd: + icons: + - drum-steelpan + label: Comprehensive Insurance Brokers Limited + url: 'http://www.cibltd.com' +clear-blue-technologies: + icons: + - solar-panel + label: Clear Blue Technologies + url: 'http://www.clearbluetechnologies.com' +clicdata: + icons: + - chart-bullet + - chart-candlestick + - chart-column + - chart-gantt + - chart-line + - chart-pyramid + - chart-radar + - chart-scatter-3d + - chart-scatter-bubble + - chart-tree-map + - chart-waterfall + - cloud-word + - diagram-sankey + - diagram-venn + - filter-list + - filters + - input-numeric + - input-pipe + - input-text + - list-dropdown + - list-radio + - list-tree + - slider + - table-pivot + - table-tree + label: ClicData + url: 'https://www.clicdata.com' +cloudflare: + icons: + - cloudflare + label: Cloudflare + url: 'https://www.cloudflare.com' +cloudscale-ch: + icons: + - cloudscale + label: cloudscale.ch + url: 'https://www.cloudscale.ch' +cloudsmith: + icons: + - cloudsmith + label: Cloudsmith + url: 'https://cloudsmith.io' +cloudversify: + icons: + - cloudversify + label: cloudversify + url: 'https://www.cloudversify.com' +cmplid: + icons: + - cmplid + label: Cmplid + url: 'http://cmplid.com' +cuttlefish: + icons: + - cuttlefish + label: Cuttlefish + url: 'http://wearecuttlefish.com' +cymedica: + icons: + - wave-square + label: CyMedica + url: 'https://www.cymedicaortho.com' +darren-wiebe: + icons: + - church + label: Darren Wiebe + url: null +dbk-masters: + icons: + - pompebled + label: DBK Masters in Online Business + url: 'https://dbk.nl' +deploy-dog: + icons: + - deploydog + label: deploy.dog + url: 'http://deploy.dog' +deskpro: + icons: + - deskpro + label: Deskpro + url: 'http://www.deskpro.com' +discourse: + icons: + - discourse + label: Discourse + url: 'https://discourse.org' +doc-hub: + icons: + - dochub + label: DocHub + url: 'https://dochub.com' +draft2-digital: + icons: + - draft2digital + label: Draft2Digital + url: 'http://draft2digital.com' +dragnsurvey: + icons: + - user-magnifying-glass + label: Drag’n Survey + url: 'https://www.dragnsurvey.com' +dyalog-apl: + icons: + - dyalog + label: Dyalog APL + url: 'http://www.dyalog.com' +econopublish: + icons: + - hat-cowboy-side + label: EconoPublish + url: 'https://www.econopublish.com' +fairyloot: + icons: + - person-dress-fairy + - person-fairy + label: FairyLoot + url: 'https://us.fairyloot.com' +firstdraft: + icons: + - firstdraft + label: firstdraft + url: 'http://www.firstdraft.com' +fleetplan: + icons: + - helicopter + label: FLEETPLAN + url: 'https://www.fleetplan.net' +getaroom: + icons: + - archway + - dumbbell + - hotel + - map-location + - map-location-dot + - monument + - person-swimming + - spa + - water-ladder + label: getaroom + url: 'https://www.getaroom.com' +git-kraken: + icons: + - gitkraken + label: GitKraken + url: 'https://www.gitkraken.com' +gofore: + icons: + - gofore + label: Gofore + url: 'http://gofore.com' +graflr: + icons: + - binary-circle-check + - binary-lock + - binary-slash + - key-skeleton-left-right + - signature-lock + - signature-slash + label: Graflr + url: 'https://www.fifthpint.com' +gripfire-inc: + icons: + - gripfire + label: 'Gripfire, Inc.' + url: 'http://gripfire.io' +guilded: + icons: + - guilded + label: Guilded + url: 'https://www.guilded.gg' +harvard-medical-school: + icons: + - bandage + - bed-pulse + - briefcase-medical + - capsules + - circle-h + - dna + - file-medical + - file-waveform + - fire-flame-simple + - hand-dots + - heart + - heart-pulse + - hospital + - id-card-clip + - kit-medical + - notes-medical + - person-dots-from-line + - pills + - plus + - prescription-bottle + - prescription-bottle-medical + - smoking + - stethoscope + - syringe + - tablets + - thermometer + - truck-medical + - user-doctor + - vial + - vials + - weight-scale + - x-ray + label: Harvard Medical School + url: 'https://hms.harvard.edu' +hashnode: + icons: + - hashnode + label: Hashnode + url: 'https://hashnode.com' +hips: + icons: + - hips + label: Hips + url: 'https://hips.com' +hire-a-helper: + icons: + - blanket + - box-archive + - box-open + - box-open-full + - box-taped + - container-storage + - couch + - dolly-empty + - lamp + - loveseat + - people-carry-box + - person-carry-box + - person-dolly + - person-dolly-empty + - ramp-loading + - route + - sign-hanging + - square-fragile + - square-this-way-up + - suitcase + - tape + - truck-container + - truck-moving + - truck-ramp + - truck-ramp-box + - truck-ramp-couch + - wine-glass + - wine-glass-crack + label: HireAHelper + url: 'https://www.hireahelper.com' +hive: + icons: + - hive + label: Hive Blockchain Network + url: 'https://hive.io' +hive-games: + icons: + - bee + label: Hive Games + url: 'https://hivegames.io' +hornbill: + icons: + - hornbill + label: Hornbill + url: 'https://www.hornbill.com' +hotjar: + icons: + - hotjar + label: Hotjar + url: 'https://www.hotjar.com' +hub-spot: + icons: + - hubspot + label: HubSpot + url: 'http://www.HubSpot.com' +icis: + icons: + - arrow-progress + - bag-seedling + - bin-bottles + - bin-bottles-recycle + - calendar-users + - chart-line-up-down + - chart-mixed-up-circle-currency + - chart-mixed-up-circle-dollar + - chart-pie-simple-circle-currency + - circles-overlap + - cloud-binary + - conveyor-belt-arm + - display-chart-up-circle-currency + - display-chart-up-circle-dollar + - flask-gear + - gear-complex-code + - laptop-binary + - lightbulb-gear + - person-running-fast + - right-left-large + - user-group-simple + label: ICIS + url: 'https://www.icis.com/' +in-site-systems: + icons: + - toolbox + label: InSite Systems + url: 'https://www.insitesystems.com' +inspira-bvba: + icons: + - chess-knight + label: Inspira bvba + url: 'https://www.inspira.be' +instalod: + icons: + - instalod + label: InstaLOD + url: 'https://instalod.com' +intellectability: + icons: + - raccoon + label: IntellectAbility + url: 'https://replacingrisk.com' +iris: + icons: + - chart-pie-simple-circle-dollar + label: ICIS + url: 'https://www.icis.com/' +joe-emison: + icons: + - blender-phone + label: Joe Emison + url: null +joget: + icons: + - joget + label: Joget + url: 'http://www.joget.org' +john-campion: + icons: + - buoy + - buoy-mooring + label: John Campion + url: 'https://github.com/johncampionjr' +jon-galloway: + icons: + - crow + label: Jon Galloway + url: null +kevin-barone: + icons: + - file-contract + label: Kevin Barone + url: null +key-cdn: + icons: + - keycdn + label: KeyCDN + url: 'https://www.keycdn.com' +korvue: + icons: + - korvue + label: Korvue + url: 'https://korvue.com' +labuniq: + icons: + - chf-sign + label: LABUNIQ + url: 'https://labuniq.com/' +lean-stack: + icons: + - diagram-lean-canvas + label: LEANSTACK + url: 'https://leanstack.com' +libeo: + icons: + - arrow-right-from-arc + - arrow-right-to-arc + label: Libeo + url: 'https://libeo.io' +max-elman: + icons: + - frog + label: Max Elman + url: null +med-apps: + icons: + - medapps + label: MedApps + url: 'http://medapps.com.au' +medapps: + icons: + - book-medical + - book-user + - books-medical + - clipboard-user + - comment-medical + - crutch + - crutches + - disease + - files-medical + - head-side-brain + - head-side-medical + - hospital-user + - hospitals + - house-medical + - laptop-medical + - message-medical + - pager + - stretcher + - user-doctor-message + - users-medical + - walker + label: MedApps + url: 'https://medapps.com.au' +megaport: + icons: + - megaport + label: Megaport + url: 'https://www.megaport.com' +mix: + icons: + - mix + label: Mix + url: 'http://mix.com' +mizuni: + icons: + - mizuni + label: Mizuni + url: 'http://www.mizuni.com' +mrt: + icons: + - medrt + label: MRT + url: 'https://medrt.co.jp' +mylogin-info: + icons: + - user-shield + label: mylogin.info + url: 'https://www.mylogin.info' +napster: + icons: + - napster + label: Napster + url: 'http://www.napster.com' +nfc-forum: + icons: + - nfc-directional + - nfc-symbol + label: NFC Forum + url: 'https://nfc-forum.org' +nfc21: + icons: + - mobile-signal + - mobile-signal-out + - nfc + - nfc-lock + - nfc-magnifying-glass + - nfc-pen + - nfc-signal + - nfc-slash + - nfc-trash + label: NFC21 + url: 'https://nfc21.de' +nimblr: + icons: + - nimblr + label: Nimblr + url: 'https://nimblr.ai' +nisutec: + icons: + - wreath-laurel + label: Nisutec + url: 'https://nisu.ly' +nompse: + icons: + - chalkboard + - chalkboard-user + label: Nomp.se + url: 'https://nomp.se' +ns8: + icons: + - ns8 + label: NS8 + url: 'https://www.ns8.com' +nutritionix: + icons: + - nutritionix + label: Nutritionix + url: 'http://www.nutritionix.com' +octopus-deploy: + icons: + - octopus-deploy + label: Octopus Deploy + url: 'https://octopus.com' +odysee: + icons: + - odysee + label: Odysee + url: 'https://odysee.com' +olameter: + icons: + - angle + - brain-circuit + - fire-hydrant + - grate-droplet + - lamp-street + - manhole + - meter-bolt + - meter-droplet + - meter-fire + - pedestal + - transformer-bolt + - utility-pole-double + label: Olameter + url: 'https://www.olameter.com' +op-labs: + icons: + - bridge-suspension + - grid-round + - hexagon-image + - mustache + - nose + - pickaxe + label: OP Labs + url: 'https://www.optimism.io' +optimism: + icons: + - hat-beach + - swap + - swap-arrows + label: Optimism + url: 'https://www.optimism.io/' +padlet: + icons: + - padlet + label: Padlet + url: 'https://padlet.com' +page4-corporation: + icons: + - page4 + label: page4 Corporation + url: 'https://en.page4.com' +pal-fed: + icons: + - palfed + label: PalFed + url: 'https://www.palfed.com' +patch-patrol: + icons: + - vest + - vest-patches + label: Patch Patrol + url: 'https://patchpatrol.com' +pcsg: + icons: + - horse-head + label: PCSG + url: 'https://www.pcsg.de' +perbyte: + icons: + - perbyte + label: PerByte + url: 'https://www.perbyte.com' +phabricator: + icons: + - phabricator + label: Phabricator + url: 'http://phacility.com' +pindigo: + icons: + - person-pinball + - pinball + label: Pindigo + url: 'https://pindigo.app' +play-shakespeare: + icons: + - user-shakespeare + label: PlayShakespeare.com + url: 'https://www.playshakespeare.com' +plum-run-solutions: + icons: + - reel + label: Plum Run Solutions + url: 'https://plumrunsolutions.com' +polpharma: + icons: + - puzzle + label: Polpharma + url: 'http://www.polpharma.com' +preflight-technologies-inc: + icons: + - person-seat + - person-seat-reclined + - plane-prop + - plane-tail + - seat-airline + - ticket-airline + - tickets-airline + - tower-control + - user-pilot + - user-pilot-tie + label: Preflight Technologies Incorporated + url: 'http://www.preflighttech.com' +promo-wizard: + icons: + - hat-wizard + label: Promo Wizard + url: 'https://promowizard.co.uk' +pulse-eight: + icons: + - volume-xmark + label: Pulse-Eight + url: 'https://pulse-eight.com' +purely-interactive: + icons: + - kiwi-bird + label: Purely Interactive + url: 'https://www.purelyinteractive.ca' +pushed: + icons: + - pushed + label: Pushed + url: 'https://pushed.co' +quin-scape: + icons: + - quinscape + label: QuinScape + url: 'https://www.quinscape.de' +reacteurope: + icons: + - reacteurope + label: ReactEurope + url: 'https://www.react-europe.org' +readme-io: + icons: + - readme + label: Readme.io + url: 'http://readme.io' +red-river: + icons: + - red-river + label: red river + url: 'https://river.red' +rep-toolkit: + icons: + - mouse-field + label: Rep Toolkit LLC + url: 'https://www.reptoolkit.com' +replyd: + icons: + - replyd + label: replyd + url: null +resolving: + icons: + - resolving + label: Resolving + url: 'https://resolving.com' +rev-io: + icons: + - rev + label: Rev.io + url: 'https://rev.io' +rms-cloud: + icons: + - floppy-disk-circle-arrow-right + - floppy-disk-circle-xmark + label: RMS Cloud + url: 'https://www.rmscloud.com' +rock-rms: + icons: + - rockrms + label: Rock RMS + url: 'http://rockrms.com' +rocket-chat: + icons: + - comment + - comment-check + - comment-dots + - comment-exclamation + - comment-lines + - comment-minus + - comment-pen + - comment-plus + - comment-slash + - comment-smile + - comment-xmark + - comments + - face-frown + - face-meh + - face-smile + - face-smile-plus + - message + - message-check + - message-dots + - message-exclamation + - message-lines + - message-minus + - message-pen + - message-plus + - message-slash + - message-smile + - message-xmark + - messages + - phone + - phone-plus + - phone-slash + - poo + - quote-left + - quote-right + - rocketchat + - video + - video-plus + - video-slash + label: Rocket.Chat + url: 'https://rocket.chat' +rodney-oliver: + icons: + - folder-minus + - folder-plus + label: Rodney Oliver + url: null +schlix: + icons: + - schlix + label: SCHLIX + url: 'http://schlix.com' +screenpal: + icons: + - screenpal + label: ScreenPal + url: 'https://screencast-o-matic.com/screenpal' +search-eng-in: + icons: + - searchengin + label: SearchEng.in + url: 'http://searcheng.in' +service-stack: + icons: + - servicestack + label: ServiceStack + url: 'https://servicestack.net' +shawn-storie: + icons: + - teeth + - teeth-open + label: Shawn Storie + url: null +shopware: + icons: + - shopware + label: Shopware + url: 'https://shopware.de' +shp: + icons: + - school + label: SHP + url: 'http://shp.com' +silicon-barn-inc: + icons: + - diagram-project + label: Silicon Barn Inc + url: 'https://siliconbarn.com' +sistrix: + icons: + - sistrix + label: SISTRIX + url: 'https://www.sistrix.de' +sitrox: + icons: + - sitrox + label: Sitrox + url: 'https://www.sitrox.com' +smup: + icons: + - shoe-prints + label: Smup + url: 'https://www.atomsoftware.com.au' +speakap: + icons: + - speakap + label: Speakap + url: 'https://speakap.com' +starchive: + icons: + - hexagon-vertical-nft + - hexagon-vertical-nft-slanted + label: Starchive + url: 'https://www.starchive.io' +stay-linked: + icons: + - barcode-read + - barcode-scan + - box + - box-check + - boxes-stacked + - cart-flatbed + - cart-flatbed-boxes + - cart-flatbed-empty + - clipboard-check + - clipboard-list + - conveyor-belt + - conveyor-belt-boxes + - dolly + - forklift + - hand-holding-box + - hands-holding-diamond + - pallet + - pallet-boxes + - rectangle-barcode + - scanner-gun + - scanner-keyboard + - scanner-touchscreen + - shelves + - tablet-rugged + - truck + - truck-clock + - truck-fast + - warehouse + - warehouse-full + label: StayLinked + url: 'https://www.staylinked.com' +sticker-mule: + icons: + - sticker-mule + label: Sticker Mule + url: 'https://stickermule.com' +stubber: + icons: + - stubber + label: Stubber + url: 'https://www.stubber.com' +studio-vinari: + icons: + - studiovinari + label: Studio Vinari + url: 'https://studiovinari.com' +supple: + icons: + - badge-check + - badge-dollar + - badge-percent + - bullhorn + - bullseye + - bullseye-arrow + - bullseye-pointer + - chart-mixed + - comment-dollar + - comments-dollar + - envelope-open-dollar + - envelope-open-text + - envelopes-bulk + - filter-circle-dollar + - gift-card + - lightbulb-dollar + - lightbulb-exclamation + - lightbulb-on + - lightbulb-slash + - magnifying-glass-dollar + - magnifying-glass-location + - megaphone + - message-dollar + - messages-dollar + - rectangle-ad + - square-poll-horizontal + - square-poll-vertical + - supple + - user-crown + - user-group-crown + label: Supple + url: 'https://supple.com.au' +the-red-yeti: + icons: + - the-red-yeti + label: The Red Yeti + url: 'http://theredyeti.com' +the-us-sunnah-foundation: + icons: + - book-heart + - box-dollar + - box-heart + - circle-dollar + - circle-dollar-to-slot + - circle-heart + - dollar-sign + - dove + - gift + - globe + - hand-heart + - hand-holding-dollar + - hand-holding-droplet + - hand-holding-heart + - hand-holding-seedling + - hands-holding-dollar + - hands-holding-heart + - handshake + - handshake-angle + - handshake-simple + - house-heart + - leaf + - leaf-heart + - parachute-box + - piggy-bank + - ribbon + - seedling + - square-dollar + - square-heart + label: The us-Sunnah Foundation + url: 'https://www.ussunnah.org' +themeco: + icons: + - themeco + label: Themeco + url: 'https://theme.co' +think-peaks: + icons: + - think-peaks + label: Think Peaks + url: 'https://thinkpeaks.com' +typo3: + icons: + - typo3 + label: Typo3 + url: 'https://typo3.org' +un-ocha: + icons: + - anchor-circle-check + - anchor-circle-exclamation + - anchor-circle-xmark + - anchor-lock + - arrow-down-up-across-line + - arrow-down-up-lock + - arrow-right-to-city + - arrow-up-from-ground-water + - arrow-up-from-water-pump + - arrow-up-right-dots + - arrow-up-right-from-square + - arrows-down-to-line + - arrows-down-to-people + - arrows-left-right-to-line + - arrows-spin + - arrows-split-up-and-left + - arrows-to-circle + - arrows-to-dot + - arrows-to-eye + - arrows-turn-right + - arrows-turn-to-dots + - arrows-up-to-line + - bore-hole + - bottle-droplet + - bottle-water + - bowl-food + - bowl-rice + - boxes-packing + - bridge + - bridge-circle-check + - bridge-circle-exclamation + - bridge-circle-xmark + - bridge-lock + - bridge-water + - bucket + - bugs + - building-circle-arrow-right + - building-circle-check + - building-circle-exclamation + - building-circle-xmark + - building-columns + - building-flag + - building-lock + - building-ngo + - building-shield + - building-un + - building-user + - building-wheat + - burst + - car-on + - car-tunnel + - chart-simple + - child-combatant + - children + - circle-nodes + - clipboard-question + - cloud-showers-water + - computer + - cubes-stacked + - envelope-circle-check + - explosion + - ferry + - fire-burner + - fish-fins + - flask-vial + - glass-water + - glass-water-droplet + - group-arrows-rotate + - hand-holding-hand + - handcuffs + - hands-bound + - hands-holding-child + - hands-holding-circle + - heart-circle-bolt + - heart-circle-check + - heart-circle-exclamation + - heart-circle-minus + - heart-circle-plus + - heart-circle-xmark + - helicopter-symbol + - helmet-un + - hill-avalanche + - hill-rockslide + - house-circle-check + - house-circle-exclamation + - house-circle-xmark + - house-fire + - house-flag + - house-flood-water + - house-flood-water-circle-arrow-right + - house-lock + - house-medical-circle-check + - house-medical-circle-exclamation + - house-medical-circle-xmark + - house-medical-flag + - house-tsunami + - jar + - jar-wheat + - jet-fighter-up + - jug-detergent + - kitchen-set + - land-mine-on + - landmark-flag + - lines-leaning + - location-pin-lock + - locust + - magnifying-glass-arrow-right + - magnifying-glass-chart + - mars-and-venus-burst + - mask-face + - mask-ventilator + - mattress-pillow + - mobile-retro + - money-bill-transfer + - money-bill-trend-up + - money-bill-wheat + - mosquito + - mosquito-net + - mound + - mountain-city + - mountain-sun + - oil-well + - people-group + - people-line + - people-pulling + - people-robbery + - people-roof + - person-arrow-down-to-line + - person-arrow-up-from-line + - person-breastfeeding + - person-burst + - person-cane + - person-chalkboard + - person-circle-check + - person-circle-exclamation + - person-circle-minus + - person-circle-plus + - person-circle-question + - person-circle-xmark + - person-dress-burst + - person-drowning + - person-falling + - person-falling-burst + - person-half-dress + - person-harassing + - person-military-pointing + - person-military-rifle + - person-military-to-person + - person-rays + - person-rifle + - person-shelter + - person-through-window + - person-walking-arrow-loop-left + - person-walking-arrow-right + - person-walking-dashed-line-arrow-right + - person-walking-luggage + - plane-circle-check + - plane-circle-exclamation + - plane-circle-xmark + - plane-lock + - plant-wilt + - plate-wheat + - plug-circle-bolt + - plug-circle-check + - plug-circle-exclamation + - plug-circle-minus + - plug-circle-plus + - plug-circle-xmark + - ranking-star + - road + - road-barrier + - road-bridge + - road-circle-check + - road-circle-exclamation + - road-circle-xmark + - road-lock + - road-spikes + - rug + - sack-xmark + - sailboat + - school-circle-check + - school-circle-exclamation + - school-circle-xmark + - school-lock + - sheet-plastic + - shield-cat + - shield-dog + - shield-heart + - shop-lock + - square-nfi + - square-person-confined + - square-virus + - staff-snake + - sun-plant-wilt + - tarp + - tarp-droplet + - tent + - tent-arrow-down-to-line + - tent-arrow-left-right + - tent-arrow-turn-left + - tent-arrows-down + - tents + - toilet-portable + - toilets-portable + - tower-cell + - tower-observation + - tree-city + - trowel + - trowel-bricks + - truck-arrow-right + - truck-droplet + - truck-field + - truck-field-un + - truck-plane + - users-between-lines + - users-line + - users-rays + - users-rectangle + - users-viewfinder + - vial-circle-check + - vial-virus + - wheat-awn-circle-exclamation + - wheelchair-move + - worm + - xmarks-lines + label: United Nations OCHA + url: 'https://www.unocha.org' +uncharted: + icons: + - uncharted + label: Uncharted Software + url: 'https://uncharted.software' +uniregistry: + icons: + - uniregistry + label: Uniregistry + url: 'https://uniregistry.com' +unsharpen: + icons: + - pencil-mechanical + label: Unsharpen.com + url: 'https://unsharpen.com' +uptick: + icons: + - blanket-fire + - block-brick + - circle-quarters + - diamond-exclamation + - hammer-crash + - hose + - hose-reel + - light-emergency + - light-emergency-on + - panel-ews + - panel-fire + - person-to-door + - phone-intercom + - pipe-circle-check + - pipe-collar + - pipe-section + - pipe-valve + - pump + - shutters + - sprinkler-ceiling + - square-quarters + - square-ring + - tank-water + - vent-damper + label: Uptick + url: 'https://www.uptickhq.com' +us-sunnah-foundation: + icons: + - ussunnah + label: us-Sunnah Foundation + url: 'https://www.ussunnah.org' +vaadin: + icons: + - vaadin + label: Vaadin + url: 'http://vaadin.com' +van-raam: + icons: + - tricycle-adult + label: Van Raam + url: 'https://www.vanraam.com' +via: + icons: + - car-burst + - draw-circle + - draw-polygon + - draw-square + - house-crack + - layer-group + - layer-minus + - layer-plus + - skull-crossbones + - user-injured + label: VIA Traffic Software Solutions + url: 'https://www.via.software' +victor-costan: + icons: + - otter + label: Staphany Park and Victor Costan + url: null +vnv: + icons: + - vnv + label: VNV + url: 'https://www.vnv.ch' +watchman-monitoring: + icons: + - comments-question-check + - watchman-monitoring + label: Watchman Monitoring + url: 'https://www.watchmanmonitoring.com' +weedable: + icons: + - bong + - cannabis + - hippo + - joint + - mortar-pestle + - prescription + label: Weedable + url: 'https://www.weedable.com' +whmcs: + icons: + - whmcs + label: WHMCS + url: 'https://www.whmcs.com' +wirsindhandwerk: + icons: + - wirsindhandwerk + label: wirsindhandwerk.de + url: 'https://www.wirsindhandwerk.de' +wodu: + icons: + - wodu + label: Wodu Media + url: 'https://www.wodu.com' +workrails: + icons: + - briefcase + label: WorkRails + url: 'https://www.workrails.com' +wpressr: + icons: + - wpressr + label: wpressr + url: 'https://wpressr.com' +zulu-alpha-kilo: + icons: + - billboard + label: Zulu Alpha Kilo + url: 'https://www.zulualphakilo.com' diff --git a/static/thirdparty/fontawesome6/scss/_animated.scss b/static/thirdparty/fontawesome6/scss/_animated.scss new file mode 100644 index 0000000..93555b2 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_animated.scss @@ -0,0 +1,153 @@ +// animating icons +// -------------------------- + +.#{$fa-css-prefix}-beat { + animation-name: #{$fa-css-prefix}-beat; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, ease-in-out); +} + +.#{$fa-css-prefix}-bounce { + animation-name: #{$fa-css-prefix}-bounce; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1)); +} + +.#{$fa-css-prefix}-fade { + animation-name: #{$fa-css-prefix}-fade; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(.4,0,.6,1)); +} + +.#{$fa-css-prefix}-beat-fade { + animation-name: #{$fa-css-prefix}-beat-fade; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(.4,0,.6,1)); +} + +.#{$fa-css-prefix}-flip { + animation-name: #{$fa-css-prefix}-flip; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, ease-in-out); +} + +.#{$fa-css-prefix}-shake { + animation-name: #{$fa-css-prefix}-shake; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, linear); +} + +.#{$fa-css-prefix}-spin { + animation-name: #{$fa-css-prefix}-spin; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 2s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, linear); +} + +.#{$fa-css-prefix}-spin-reverse { + --#{$fa-css-prefix}-animation-direction: reverse; +} + +.#{$fa-css-prefix}-pulse, +.#{$fa-css-prefix}-spin-pulse { + animation-name: #{$fa-css-prefix}-spin; + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, steps(8)); +} + +// if agent or operating system prefers reduced motion, disable animations +// see: https://www.smashingmagazine.com/2020/09/design-reduced-motion-sensitivities/ +// see: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion +@media (prefers-reduced-motion: reduce) { + .#{$fa-css-prefix}-beat, + .#{$fa-css-prefix}-bounce, + .#{$fa-css-prefix}-fade, + .#{$fa-css-prefix}-beat-fade, + .#{$fa-css-prefix}-flip, + .#{$fa-css-prefix}-pulse, + .#{$fa-css-prefix}-shake, + .#{$fa-css-prefix}-spin, + .#{$fa-css-prefix}-spin-pulse { + animation-delay: -1ms; + animation-duration: 1ms; + animation-iteration-count: 1; + transition-delay: 0s; + transition-duration: 0s; + } +} + +@keyframes #{$fa-css-prefix}-beat { + 0%, 90% { transform: scale(1); } + 45% { transform: scale(var(--#{$fa-css-prefix}-beat-scale, 1.25)); } +} + +@keyframes #{$fa-css-prefix}-bounce { + 0% { transform: scale(1,1) translateY(0); } + 10% { transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em)); } + 50% { transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em)); } + 64% { transform: scale(1,1) translateY(0); } + 100% { transform: scale(1,1) translateY(0); } +} + +@keyframes #{$fa-css-prefix}-fade { + 50% { opacity: var(--#{$fa-css-prefix}-fade-opacity, 0.4); } +} + +@keyframes #{$fa-css-prefix}-beat-fade { + 0%, 100% { + opacity: var(--#{$fa-css-prefix}-beat-fade-opacity, 0.4); + transform: scale(1); + } + 50% { + opacity: 1; + transform: scale(var(--#{$fa-css-prefix}-beat-fade-scale, 1.125)); + } +} + +@keyframes #{$fa-css-prefix}-flip { + 50% { + transform: rotate3d(var(--#{$fa-css-prefix}-flip-x, 0), var(--#{$fa-css-prefix}-flip-y, 1), var(--#{$fa-css-prefix}-flip-z, 0), var(--#{$fa-css-prefix}-flip-angle, -180deg)); + } +} + +@keyframes #{$fa-css-prefix}-shake { + 0% { transform: rotate(-15deg); } + 4% { transform: rotate(15deg); } + 8%, 24% { transform: rotate(-18deg); } + 12%, 28% { transform: rotate(18deg); } + 16% { transform: rotate(-22deg); } + 20% { transform: rotate(22deg); } + 32% { transform: rotate(-12deg); } + 36% { transform: rotate(12deg); } + 40%, 100% { transform: rotate(0deg); } +} + +@keyframes #{$fa-css-prefix}-spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } +} + diff --git a/static/thirdparty/fontawesome6/scss/_bordered-pulled.scss b/static/thirdparty/fontawesome6/scss/_bordered-pulled.scss new file mode 100644 index 0000000..9068253 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_bordered-pulled.scss @@ -0,0 +1,20 @@ +// bordered + pulled icons +// ------------------------- + +.#{$fa-css-prefix}-border { + border-color: var(--#{$fa-css-prefix}-border-color, #{$fa-border-color}); + border-radius: var(--#{$fa-css-prefix}-border-radius, #{$fa-border-radius}); + border-style: var(--#{$fa-css-prefix}-border-style, #{$fa-border-style}); + border-width: var(--#{$fa-css-prefix}-border-width, #{$fa-border-width}); + padding: var(--#{$fa-css-prefix}-border-padding, #{$fa-border-padding}); +} + +.#{$fa-css-prefix}-pull-left { + float: left; + margin-right: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin}); +} + +.#{$fa-css-prefix}-pull-right { + float: right; + margin-left: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin}); +} diff --git a/static/thirdparty/fontawesome6/scss/_core.scss b/static/thirdparty/fontawesome6/scss/_core.scss new file mode 100644 index 0000000..1b2fd99 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_core.scss @@ -0,0 +1,43 @@ +// base icon class definition +// ------------------------- + +.#{$fa-css-prefix} { + font-family: var(--#{$fa-css-prefix}-style-family, '#{$fa-style-family}'); + font-weight: var(--#{$fa-css-prefix}-style, #{$fa-style}); +} + +.#{$fa-css-prefix}, +.#{$fa-css-prefix}-classic, +.#{$fa-css-prefix}-sharp, +.fas, +.#{$fa-css-prefix}-solid, +.far, +.#{$fa-css-prefix}-regular, +.fab, +.#{$fa-css-prefix}-brands { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: var(--#{$fa-css-prefix}-display, #{$fa-display}); + font-style: normal; + font-variant: normal; + line-height: 1; + text-rendering: auto; +} + +.fas, +.#{$fa-css-prefix}-classic, +.#{$fa-css-prefix}-solid, +.far, +.#{$fa-css-prefix}-regular { + font-family: 'Font Awesome 6 Free'; +} + +.fab, +.#{$fa-css-prefix}-brands { + font-family: 'Font Awesome 6 Brands'; +} + + +%fa-icon { + @include fa-icon; +} diff --git a/static/thirdparty/fontawesome6/scss/_fixed-width.scss b/static/thirdparty/fontawesome6/scss/_fixed-width.scss new file mode 100644 index 0000000..7234236 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_fixed-width.scss @@ -0,0 +1,7 @@ +// fixed-width icons +// ------------------------- + +.#{$fa-css-prefix}-fw { + text-align: center; + width: $fa-fw-width; +} diff --git a/static/thirdparty/fontawesome6/scss/_functions.scss b/static/thirdparty/fontawesome6/scss/_functions.scss new file mode 100644 index 0000000..a17ffe8 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_functions.scss @@ -0,0 +1,57 @@ +// functions +// -------------------------- + +// fa-content: convenience function used to set content property +@function fa-content($fa-var) { + @return unquote("\"#{ $fa-var }\""); +} + +// fa-divide: Originally obtained from the Bootstrap https://github.com/twbs/bootstrap +// +// Licensed under: The MIT License (MIT) +// +// Copyright (c) 2011-2021 Twitter, Inc. +// Copyright (c) 2011-2021 The Bootstrap Authors +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + +@function fa-divide($dividend, $divisor, $precision: 10) { + $sign: if($dividend > 0 and $divisor > 0, 1, -1); + $dividend: abs($dividend); + $divisor: abs($divisor); + $quotient: 0; + $remainder: $dividend; + @if $dividend == 0 { + @return 0; + } + @if $divisor == 0 { + @error "Cannot divide by 0"; + } + @if $divisor == 1 { + @return $dividend; + } + @while $remainder >= $divisor { + $quotient: $quotient + 1; + $remainder: $remainder - $divisor; + } + @if $remainder > 0 and $precision > 0 { + $remainder: fa-divide($remainder * 10, $divisor, $precision - 1) * .1; + } + @return ($quotient + $remainder) * $sign; +} diff --git a/static/thirdparty/fontawesome6/scss/_icons.scss b/static/thirdparty/fontawesome6/scss/_icons.scss new file mode 100644 index 0000000..0f55926 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_icons.scss @@ -0,0 +1,10 @@ +// specific icon class definition +// ------------------------- + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ + +@each $name, $icon in $fa-icons { + .#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); } +} + diff --git a/static/thirdparty/fontawesome6/scss/_list.scss b/static/thirdparty/fontawesome6/scss/_list.scss new file mode 100644 index 0000000..ced36e2 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_list.scss @@ -0,0 +1,18 @@ +// icons in a list +// ------------------------- + +.#{$fa-css-prefix}-ul { + list-style-type: none; + margin-left: var(--#{$fa-css-prefix}-li-margin, #{$fa-li-margin}); + padding-left: 0; + + > li { position: relative; } +} + +.#{$fa-css-prefix}-li { + left: calc(var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}) * -1); + position: absolute; + text-align: center; + width: var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}); + line-height: inherit; +} diff --git a/static/thirdparty/fontawesome6/scss/_mixins.scss b/static/thirdparty/fontawesome6/scss/_mixins.scss new file mode 100644 index 0000000..e06b69a --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_mixins.scss @@ -0,0 +1,75 @@ +// mixins +// -------------------------- + +// base rendering for an icon +@mixin fa-icon { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + display: inline-block; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; +} + +// sets relative font-sizing and alignment (in _sizing) +@mixin fa-size ($font-size) { + font-size: fa-divide($font-size, $fa-size-scale-base) * 1em; // converts step in sizing scale into an em-based value that's relative to the scale's base + line-height: fa-divide(1, $font-size) * 1em; // sets the line-height of the icon back to that of it's parent + vertical-align: (fa-divide(6, $font-size) - fa-divide(3, 8)) * 1em; // vertically centers the icon taking into account the surrounding text's descender +} + +// only display content to screen readers +// see: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/ +// see: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ +@mixin fa-sr-only() { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; +} + +// use in conjunction with .sr-only to only display content when it's focused +@mixin fa-sr-only-focusable() { + &:not(:focus) { + @include fa-sr-only(); + } +} + +// sets a specific icon family to use alongside style + icon mixins + +// convenience mixins for declaring pseudo-elements by CSS variable, +// including all style-specific font properties, and both the ::before +// and ::after elements in the duotone case. +@mixin fa-icon-solid($fa-var) { + @extend %fa-icon; + @extend .fa-solid; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } +} + +@mixin fa-icon-regular($fa-var) { + @extend %fa-icon; + @extend .fa-regular; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } +} + +@mixin fa-icon-brands($fa-var) { + @extend %fa-icon; + @extend .fa-brands; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } +} + diff --git a/static/thirdparty/fontawesome6/scss/_rotated-flipped.scss b/static/thirdparty/fontawesome6/scss/_rotated-flipped.scss new file mode 100644 index 0000000..f27fabe --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_rotated-flipped.scss @@ -0,0 +1,31 @@ +// rotating + flipping icons +// ------------------------- + +.#{$fa-css-prefix}-rotate-90 { + transform: rotate(90deg); +} + +.#{$fa-css-prefix}-rotate-180 { + transform: rotate(180deg); +} + +.#{$fa-css-prefix}-rotate-270 { + transform: rotate(270deg); +} + +.#{$fa-css-prefix}-flip-horizontal { + transform: scale(-1, 1); +} + +.#{$fa-css-prefix}-flip-vertical { + transform: scale(1, -1); +} + +.#{$fa-css-prefix}-flip-both, +.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { + transform: scale(-1, -1); +} + +.#{$fa-css-prefix}-rotate-by { + transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, none)); +} diff --git a/static/thirdparty/fontawesome6/scss/_screen-reader.scss b/static/thirdparty/fontawesome6/scss/_screen-reader.scss new file mode 100644 index 0000000..2beb887 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_screen-reader.scss @@ -0,0 +1,14 @@ +// screen-reader utilities +// ------------------------- + +// only display content to screen readers +.sr-only, +.#{$fa-css-prefix}-sr-only { + @include fa-sr-only; +} + +// use in conjunction with .sr-only to only display content when it's focused +.sr-only-focusable, +.#{$fa-css-prefix}-sr-only-focusable { + @include fa-sr-only-focusable; +} diff --git a/static/thirdparty/fontawesome6/scss/_shims.scss b/static/thirdparty/fontawesome6/scss/_shims.scss new file mode 100644 index 0000000..7809aa6 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_shims.scss @@ -0,0 +1,2042 @@ +.#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before { content: unquote("\"#{ $fa-var-martini-glass-empty }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o:before { content: unquote("\"#{ $fa-var-envelope }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o:before { content: unquote("\"#{ $fa-var-star }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-remove:before { content: unquote("\"#{ $fa-var-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-close:before { content: unquote("\"#{ $fa-var-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gear:before { content: unquote("\"#{ $fa-var-gear }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o:before { content: unquote("\"#{ $fa-var-trash-can }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-home:before { content: unquote("\"#{ $fa-var-house }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-o:before { content: unquote("\"#{ $fa-var-file }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o:before { content: unquote("\"#{ $fa-var-clock }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down:before { content: unquote("\"#{ $fa-var-circle-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up:before { content: unquote("\"#{ $fa-var-circle-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o:before { content: unquote("\"#{ $fa-var-circle-play }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-repeat:before { content: unquote("\"#{ $fa-var-arrow-rotate-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-right:before { content: unquote("\"#{ $fa-var-arrow-rotate-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-refresh:before { content: unquote("\"#{ $fa-var-arrows-rotate }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt:before { content: unquote("\"#{ $fa-var-rectangle-list }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dedent:before { content: unquote("\"#{ $fa-var-outdent }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-video-camera:before { content: unquote("\"#{ $fa-var-video }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o:before { content: unquote("\"#{ $fa-var-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-photo { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-photo:before { content: unquote("\"#{ $fa-var-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-image { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-image:before { content: unquote("\"#{ $fa-var-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-map-marker:before { content: unquote("\"#{ $fa-var-location-dot }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o:before { content: unquote("\"#{ $fa-var-pen-to-square }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-edit { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-edit:before { content: unquote("\"#{ $fa-var-pen-to-square }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-share-square-o:before { content: unquote("\"#{ $fa-var-share-from-square }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o:before { content: unquote("\"#{ $fa-var-square-check }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows:before { content: unquote("\"#{ $fa-var-up-down-left-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o:before { content: unquote("\"#{ $fa-var-circle-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o:before { content: unquote("\"#{ $fa-var-circle-check }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-forward:before { content: unquote("\"#{ $fa-var-share }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-expand:before { content: unquote("\"#{ $fa-var-up-right-and-down-left-from-center }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-compress:before { content: unquote("\"#{ $fa-var-down-left-and-up-right-to-center }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eye { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eye-slash { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-warning:before { content: unquote("\"#{ $fa-var-triangle-exclamation }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar:before { content: unquote("\"#{ $fa-var-calendar-days }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-v:before { content: unquote("\"#{ $fa-var-up-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-h:before { content: unquote("\"#{ $fa-var-left-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart:before { content: unquote("\"#{ $fa-var-chart-column }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart-o:before { content: unquote("\"#{ $fa-var-chart-column }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square:before { content: unquote("\"#{ $fa-var-square-twitter }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square:before { content: unquote("\"#{ $fa-var-square-facebook }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gears:before { content: unquote("\"#{ $fa-var-gears }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up:before { content: unquote("\"#{ $fa-var-thumbs-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down:before { content: unquote("\"#{ $fa-var-thumbs-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o:before { content: unquote("\"#{ $fa-var-heart }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-out:before { content: unquote("\"#{ $fa-var-right-from-bracket }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square:before { content: unquote("\"#{ $fa-var-linkedin }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumb-tack:before { content: unquote("\"#{ $fa-var-thumbtack }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link:before { content: unquote("\"#{ $fa-var-up-right-from-square }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-in:before { content: unquote("\"#{ $fa-var-right-to-bracket }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-github-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-github-square:before { content: unquote("\"#{ $fa-var-square-github }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o:before { content: unquote("\"#{ $fa-var-lemon }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-square-o:before { content: unquote("\"#{ $fa-var-square }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o:before { content: unquote("\"#{ $fa-var-bookmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitter { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook:before { content: unquote("\"#{ $fa-var-facebook-f }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f:before { content: unquote("\"#{ $fa-var-facebook-f }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-github { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-feed:before { content: unquote("\"#{ $fa-var-rss }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o:before { content: unquote("\"#{ $fa-var-hard-drive }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right:before { content: unquote("\"#{ $fa-var-hand-point-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left:before { content: unquote("\"#{ $fa-var-hand-point-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up:before { content: unquote("\"#{ $fa-var-hand-point-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down:before { content: unquote("\"#{ $fa-var-hand-point-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-globe:before { content: unquote("\"#{ $fa-var-earth-americas }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tasks:before { content: unquote("\"#{ $fa-var-bars-progress }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-alt:before { content: unquote("\"#{ $fa-var-maximize }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-group:before { content: unquote("\"#{ $fa-var-users }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-chain:before { content: unquote("\"#{ $fa-var-link }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cut:before { content: unquote("\"#{ $fa-var-scissors }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-files-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-files-o:before { content: unquote("\"#{ $fa-var-copy }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o:before { content: unquote("\"#{ $fa-var-floppy-disk }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-save { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-save:before { content: unquote("\"#{ $fa-var-floppy-disk }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-navicon:before { content: unquote("\"#{ $fa-var-bars }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reorder:before { content: unquote("\"#{ $fa-var-bars }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-magic:before { content: unquote("\"#{ $fa-var-wand-magic-sparkles }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square:before { content: unquote("\"#{ $fa-var-square-pinterest }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square:before { content: unquote("\"#{ $fa-var-square-google-plus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus:before { content: unquote("\"#{ $fa-var-google-plus-g }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-money:before { content: unquote("\"#{ $fa-var-money-bill-1 }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-unsorted:before { content: unquote("\"#{ $fa-var-sort }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-desc:before { content: unquote("\"#{ $fa-var-sort-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-asc:before { content: unquote("\"#{ $fa-var-sort-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin:before { content: unquote("\"#{ $fa-var-linkedin-in }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-left:before { content: unquote("\"#{ $fa-var-arrow-rotate-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-legal:before { content: unquote("\"#{ $fa-var-gavel }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tachometer:before { content: unquote("\"#{ $fa-var-gauge-high }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dashboard:before { content: unquote("\"#{ $fa-var-gauge-high }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o:before { content: unquote("\"#{ $fa-var-comment }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o:before { content: unquote("\"#{ $fa-var-comments }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-flash:before { content: unquote("\"#{ $fa-var-bolt }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-clipboard:before { content: unquote("\"#{ $fa-var-paste }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o:before { content: unquote("\"#{ $fa-var-lightbulb }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-exchange:before { content: unquote("\"#{ $fa-var-right-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-download:before { content: unquote("\"#{ $fa-var-cloud-arrow-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-upload:before { content: unquote("\"#{ $fa-var-cloud-arrow-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o:before { content: unquote("\"#{ $fa-var-bell }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cutlery:before { content: unquote("\"#{ $fa-var-utensils }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o:before { content: unquote("\"#{ $fa-var-file-lines }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-building-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-building-o:before { content: unquote("\"#{ $fa-var-building }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o:before { content: unquote("\"#{ $fa-var-hospital }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tablet:before { content: unquote("\"#{ $fa-var-tablet-screen-button }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile:before { content: unquote("\"#{ $fa-var-mobile-screen-button }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile-phone:before { content: unquote("\"#{ $fa-var-mobile-screen-button }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o:before { content: unquote("\"#{ $fa-var-circle }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply:before { content: unquote("\"#{ $fa-var-reply }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-github-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o:before { content: unquote("\"#{ $fa-var-folder }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o:before { content: unquote("\"#{ $fa-var-folder-open }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o:before { content: unquote("\"#{ $fa-var-face-smile }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o:before { content: unquote("\"#{ $fa-var-face-frown }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o:before { content: unquote("\"#{ $fa-var-face-meh }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o:before { content: unquote("\"#{ $fa-var-keyboard }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o:before { content: unquote("\"#{ $fa-var-flag }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply-all:before { content: unquote("\"#{ $fa-var-reply-all }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-code-fork:before { content: unquote("\"#{ $fa-var-code-branch }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-chain-broken:before { content: unquote("\"#{ $fa-var-link-slash }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-unlink:before { content: unquote("\"#{ $fa-var-link-slash }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o:before { content: unquote("\"#{ $fa-var-calendar }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-maxcdn { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-html5 { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-css3 { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-unlock-alt:before { content: unquote("\"#{ $fa-var-unlock }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o:before { content: unquote("\"#{ $fa-var-square-minus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-level-up:before { content: unquote("\"#{ $fa-var-turn-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-level-down:before { content: unquote("\"#{ $fa-var-turn-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square:before { content: unquote("\"#{ $fa-var-square-pen }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link-square:before { content: unquote("\"#{ $fa-var-square-up-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-compass { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down:before { content: unquote("\"#{ $fa-var-square-caret-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down:before { content: unquote("\"#{ $fa-var-square-caret-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up:before { content: unquote("\"#{ $fa-var-square-caret-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up:before { content: unquote("\"#{ $fa-var-square-caret-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right:before { content: unquote("\"#{ $fa-var-square-caret-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right:before { content: unquote("\"#{ $fa-var-square-caret-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eur:before { content: unquote("\"#{ $fa-var-euro-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-euro:before { content: unquote("\"#{ $fa-var-euro-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gbp:before { content: unquote("\"#{ $fa-var-sterling-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-usd:before { content: unquote("\"#{ $fa-var-dollar-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dollar:before { content: unquote("\"#{ $fa-var-dollar-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-inr:before { content: unquote("\"#{ $fa-var-indian-rupee-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rupee:before { content: unquote("\"#{ $fa-var-indian-rupee-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-jpy:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cny:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rmb:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yen:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rub:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ruble:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rouble:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-krw:before { content: unquote("\"#{ $fa-var-won-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-won:before { content: unquote("\"#{ $fa-var-won-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-btc { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin:before { content: unquote("\"#{ $fa-var-btc }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text:before { content: unquote("\"#{ $fa-var-file-lines }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before { content: unquote("\"#{ $fa-var-arrow-down-a-z }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before { content: unquote("\"#{ $fa-var-arrow-down-z-a }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before { content: unquote("\"#{ $fa-var-arrow-down-short-wide }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before { content: unquote("\"#{ $fa-var-arrow-down-wide-short }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before { content: unquote("\"#{ $fa-var-arrow-down-1-9 }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before { content: unquote("\"#{ $fa-var-arrow-down-9-1 }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square:before { content: unquote("\"#{ $fa-var-square-youtube }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-xing { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square:before { content: unquote("\"#{ $fa-var-square-xing }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play:before { content: unquote("\"#{ $fa-var-youtube }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dropbox { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stack-overflow { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-instagram { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-flickr { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-adn { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square:before { content: unquote("\"#{ $fa-var-bitbucket }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square:before { content: unquote("\"#{ $fa-var-square-tumblr }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-down:before { content: unquote("\"#{ $fa-var-down-long }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-up:before { content: unquote("\"#{ $fa-var-up-long }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-left:before { content: unquote("\"#{ $fa-var-left-long }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-right:before { content: unquote("\"#{ $fa-var-right-long }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-apple { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-windows { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-android { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linux { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dribbble { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-skype { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-foursquare { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-trello { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gratipay { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gittip { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-gittip:before { content: unquote("\"#{ $fa-var-gratipay }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o:before { content: unquote("\"#{ $fa-var-sun }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o:before { content: unquote("\"#{ $fa-var-moon }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vk { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-weibo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-renren { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pagelines { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stack-exchange { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right:before { content: unquote("\"#{ $fa-var-circle-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left:before { content: unquote("\"#{ $fa-var-circle-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left:before { content: unquote("\"#{ $fa-var-square-caret-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left:before { content: unquote("\"#{ $fa-var-square-caret-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o:before { content: unquote("\"#{ $fa-var-circle-dot }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square:before { content: unquote("\"#{ $fa-var-square-vimeo }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-try:before { content: unquote("\"#{ $fa-var-turkish-lira-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-turkish-lira:before { content: unquote("\"#{ $fa-var-turkish-lira-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o:before { content: unquote("\"#{ $fa-var-square-plus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-slack { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wordpress { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-openid { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-institution:before { content: unquote("\"#{ $fa-var-building-columns }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bank:before { content: unquote("\"#{ $fa-var-building-columns }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mortar-board:before { content: unquote("\"#{ $fa-var-graduation-cap }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yahoo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square:before { content: unquote("\"#{ $fa-var-square-reddit }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-delicious { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-digg { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-pp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-drupal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-joomla { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-behance { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square:before { content: unquote("\"#{ $fa-var-square-behance }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-steam { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square:before { content: unquote("\"#{ $fa-var-square-steam }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-automobile:before { content: unquote("\"#{ $fa-var-car }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cab:before { content: unquote("\"#{ $fa-var-taxi }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-spotify { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-deviantart { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-soundcloud { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o:before { content: unquote("\"#{ $fa-var-file-pdf }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o:before { content: unquote("\"#{ $fa-var-file-word }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o:before { content: unquote("\"#{ $fa-var-file-excel }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o:before { content: unquote("\"#{ $fa-var-file-powerpoint }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o:before { content: unquote("\"#{ $fa-var-file-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o:before { content: unquote("\"#{ $fa-var-file-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o:before { content: unquote("\"#{ $fa-var-file-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o:before { content: unquote("\"#{ $fa-var-file-zipper }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o:before { content: unquote("\"#{ $fa-var-file-zipper }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o:before { content: unquote("\"#{ $fa-var-file-audio }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o:before { content: unquote("\"#{ $fa-var-file-audio }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o:before { content: unquote("\"#{ $fa-var-file-video }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o:before { content: unquote("\"#{ $fa-var-file-video }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o:before { content: unquote("\"#{ $fa-var-file-code }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vine { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-codepen { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-jsfiddle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-bouy:before { content: unquote("\"#{ $fa-var-life-ring }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-buoy:before { content: unquote("\"#{ $fa-var-life-ring }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-saver:before { content: unquote("\"#{ $fa-var-life-ring }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-support:before { content: unquote("\"#{ $fa-var-life-ring }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o-notch:before { content: unquote("\"#{ $fa-var-circle-notch }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rebel { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ra { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-ra:before { content: unquote("\"#{ $fa-var-rebel }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-resistance { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-resistance:before { content: unquote("\"#{ $fa-var-rebel }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-empire { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ge { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-ge:before { content: unquote("\"#{ $fa-var-empire }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-git-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-git-square:before { content: unquote("\"#{ $fa-var-square-git }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-git { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hacker-news { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square:before { content: unquote("\"#{ $fa-var-hacker-news }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square:before { content: unquote("\"#{ $fa-var-hacker-news }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tencent-weibo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-qq { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-weixin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wechat { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wechat:before { content: unquote("\"#{ $fa-var-weixin }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-send:before { content: unquote("\"#{ $fa-var-paper-plane }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o:before { content: unquote("\"#{ $fa-var-paper-plane }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-send-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-send-o:before { content: unquote("\"#{ $fa-var-paper-plane }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin:before { content: unquote("\"#{ $fa-var-circle }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-header:before { content: unquote("\"#{ $fa-var-heading }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o:before { content: unquote("\"#{ $fa-var-futbol }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o:before { content: unquote("\"#{ $fa-var-futbol }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-slideshare { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitch { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yelp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o:before { content: unquote("\"#{ $fa-var-newspaper }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-paypal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-wallet { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-visa { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-mastercard { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-discover { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-amex { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-paypal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-stripe { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o:before { content: unquote("\"#{ $fa-var-bell-slash }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-trash:before { content: unquote("\"#{ $fa-var-trash-can }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-copyright { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eyedropper:before { content: unquote("\"#{ $fa-var-eye-dropper }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-area-chart:before { content: unquote("\"#{ $fa-var-chart-area }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pie-chart:before { content: unquote("\"#{ $fa-var-chart-pie }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-line-chart:before { content: unquote("\"#{ $fa-var-chart-line }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square:before { content: unquote("\"#{ $fa-var-square-lastfm }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ioxhost { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-angellist { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc:before { content: unquote("\"#{ $fa-var-closed-captioning }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ils:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-shekel:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sheqel:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-buysellads { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-connectdevelop { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dashcube { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-forumbee { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-leanpub { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sellsy { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-shirtsinbulk { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-simplybuilt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-skyatlas { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-diamond { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-diamond:before { content: unquote("\"#{ $fa-var-gem }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-transgender:before { content: unquote("\"#{ $fa-var-mars-and-venus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-intersex:before { content: unquote("\"#{ $fa-var-mars-and-venus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-transgender-alt:before { content: unquote("\"#{ $fa-var-transgender }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official:before { content: unquote("\"#{ $fa-var-facebook }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-p { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-whatsapp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hotel:before { content: unquote("\"#{ $fa-var-bed }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-viacoin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-medium { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc:before { content: unquote("\"#{ $fa-var-y-combinator }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-optin-monster { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-opencart { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-expeditedssl { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-4:before { content: unquote("\"#{ $fa-var-battery-full }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery:before { content: unquote("\"#{ $fa-var-battery-full }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-3:before { content: unquote("\"#{ $fa-var-battery-three-quarters }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-2:before { content: unquote("\"#{ $fa-var-battery-half }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-1:before { content: unquote("\"#{ $fa-var-battery-quarter }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-0:before { content: unquote("\"#{ $fa-var-battery-empty }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-object-group { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-object-ungroup { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o:before { content: unquote("\"#{ $fa-var-note-sticky }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-jcb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-diners-club { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-clone { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-o:before { content: unquote("\"#{ $fa-var-hourglass }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-1:before { content: unquote("\"#{ $fa-var-hourglass-start }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-2:before { content: unquote("\"#{ $fa-var-hourglass-half }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-3:before { content: unquote("\"#{ $fa-var-hourglass-end }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o:before { content: unquote("\"#{ $fa-var-hand-back-fist }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o:before { content: unquote("\"#{ $fa-var-hand-back-fist }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o:before { content: unquote("\"#{ $fa-var-hand }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o:before { content: unquote("\"#{ $fa-var-hand }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o:before { content: unquote("\"#{ $fa-var-hand-scissors }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o:before { content: unquote("\"#{ $fa-var-hand-lizard }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o:before { content: unquote("\"#{ $fa-var-hand-spock }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o:before { content: unquote("\"#{ $fa-var-hand-pointer }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o:before { content: unquote("\"#{ $fa-var-hand-peace }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-registered { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-creative-commons { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gg { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gg-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square:before { content: unquote("\"#{ $fa-var-square-odnoklassniki }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-get-pocket { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wikipedia-w { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-safari { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-chrome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-firefox { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-opera { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-internet-explorer { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-television:before { content: unquote("\"#{ $fa-var-tv }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-contao { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-500px { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-amazon { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o:before { content: unquote("\"#{ $fa-var-calendar-plus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o:before { content: unquote("\"#{ $fa-var-calendar-minus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o:before { content: unquote("\"#{ $fa-var-calendar-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o:before { content: unquote("\"#{ $fa-var-calendar-check }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-map-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-map-o:before { content: unquote("\"#{ $fa-var-map }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting:before { content: unquote("\"#{ $fa-var-comment-dots }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o:before { content: unquote("\"#{ $fa-var-comment-dots }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-houzz { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo:before { content: unquote("\"#{ $fa-var-vimeo-v }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-black-tie { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-fonticons { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-alien { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-edge { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card-alt:before { content: unquote("\"#{ $fa-var-credit-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-codiepie { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-modx { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-fort-awesome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-usb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-product-hunt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mixcloud { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-scribd { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o:before { content: unquote("\"#{ $fa-var-circle-pause }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o:before { content: unquote("\"#{ $fa-var-circle-stop }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth-b { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gitlab { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpbeginner { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpforms { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-envira { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt:before { content: unquote("\"#{ $fa-var-accessible-icon }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o:before { content: unquote("\"#{ $fa-var-circle-question }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-volume-control-phone:before { content: unquote("\"#{ $fa-var-phone-volume }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-asl-interpreting:before { content: unquote("\"#{ $fa-var-hands-asl-interpreting }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-deafness:before { content: unquote("\"#{ $fa-var-ear-deaf }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hard-of-hearing:before { content: unquote("\"#{ $fa-var-ear-deaf }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-glide { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-glide-g { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-signing:before { content: unquote("\"#{ $fa-var-hands }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square:before { content: unquote("\"#{ $fa-var-square-viadeo }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost:before { content: unquote("\"#{ $fa-var-snapchat }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square:before { content: unquote("\"#{ $fa-var-square-snapchat }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-first-order { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yoast { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-themeisle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official:before { content: unquote("\"#{ $fa-var-google-plus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle:before { content: unquote("\"#{ $fa-var-google-plus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-font-awesome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-fa { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-fa:before { content: unquote("\"#{ $fa-var-font-awesome }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o:before { content: unquote("\"#{ $fa-var-handshake }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o:before { content: unquote("\"#{ $fa-var-envelope-open }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linode { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o:before { content: unquote("\"#{ $fa-var-address-book }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard:before { content: unquote("\"#{ $fa-var-address-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o:before { content: unquote("\"#{ $fa-var-address-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o:before { content: unquote("\"#{ $fa-var-address-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o:before { content: unquote("\"#{ $fa-var-circle-user }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-o:before { content: unquote("\"#{ $fa-var-user }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-id-badge { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license:before { content: unquote("\"#{ $fa-var-id-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o:before { content: unquote("\"#{ $fa-var-id-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o:before { content: unquote("\"#{ $fa-var-id-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-quora { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-free-code-camp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-telegram { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-4:before { content: unquote("\"#{ $fa-var-temperature-full }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer:before { content: unquote("\"#{ $fa-var-temperature-full }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-3:before { content: unquote("\"#{ $fa-var-temperature-three-quarters }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-2:before { content: unquote("\"#{ $fa-var-temperature-half }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-1:before { content: unquote("\"#{ $fa-var-temperature-quarter }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-0:before { content: unquote("\"#{ $fa-var-temperature-empty }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bathtub:before { content: unquote("\"#{ $fa-var-bath }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-s15:before { content: unquote("\"#{ $fa-var-bath }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-maximize { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-restore { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bandcamp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-grav { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-etsy { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-imdb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ravelry { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eercast { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-eercast:before { content: unquote("\"#{ $fa-var-sellcast }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o:before { content: unquote("\"#{ $fa-var-snowflake }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-superpowers { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpexplorer { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-meetup { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + diff --git a/static/thirdparty/fontawesome6/scss/_sizing.scss b/static/thirdparty/fontawesome6/scss/_sizing.scss new file mode 100644 index 0000000..e171e7d --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_sizing.scss @@ -0,0 +1,16 @@ +// sizing icons +// ------------------------- + +// literal magnification scale +@for $i from 1 through 10 { + .#{$fa-css-prefix}-#{$i}x { + font-size: $i * 1em; + } +} + +// step-based scale (with alignment) +@each $size, $value in $fa-sizes { + .#{$fa-css-prefix}-#{$size} { + @include fa-size($value); + } +} diff --git a/static/thirdparty/fontawesome6/scss/_stacked.scss b/static/thirdparty/fontawesome6/scss/_stacked.scss new file mode 100644 index 0000000..d9a9d4e --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_stacked.scss @@ -0,0 +1,32 @@ +// stacking icons +// ------------------------- + +.#{$fa-css-prefix}-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: $fa-stack-vertical-align; + width: $fa-stack-width; +} + +.#{$fa-css-prefix}-stack-1x, +.#{$fa-css-prefix}-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; + z-index: var(--#{$fa-css-prefix}-stack-z-index, #{$fa-stack-z-index}); +} + +.#{$fa-css-prefix}-stack-1x { + line-height: inherit; +} + +.#{$fa-css-prefix}-stack-2x { + font-size: 2em; +} + +.#{$fa-css-prefix}-inverse { + color: var(--#{$fa-css-prefix}-inverse, #{$fa-inverse}); +} diff --git a/static/thirdparty/fontawesome6/scss/_variables.scss b/static/thirdparty/fontawesome6/scss/_variables.scss new file mode 100644 index 0000000..6dbfe51 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/_variables.scss @@ -0,0 +1,4971 @@ +// variables +// -------------------------- + +$fa-css-prefix : fa !default; +$fa-style : 900 !default; +$fa-style-family : "Font Awesome 6 Free" !default; + +$fa-display : inline-block !default; + +$fa-fw-width : fa-divide(20em, 16) !default; +$fa-inverse : #fff !default; + +$fa-border-color : #eee !default; +$fa-border-padding : .2em .25em .15em !default; +$fa-border-radius : .1em !default; +$fa-border-style : solid !default; +$fa-border-width : .08em !default; + +$fa-size-scale-2xs : 10 !default; +$fa-size-scale-xs : 12 !default; +$fa-size-scale-sm : 14 !default; +$fa-size-scale-base : 16 !default; +$fa-size-scale-lg : 20 !default; +$fa-size-scale-xl : 24 !default; +$fa-size-scale-2xl : 32 !default; + +$fa-sizes: ( + "2xs" : $fa-size-scale-2xs, + "xs" : $fa-size-scale-xs, + "sm" : $fa-size-scale-sm, + "lg" : $fa-size-scale-lg, + "xl" : $fa-size-scale-xl, + "2xl" : $fa-size-scale-2xl +) !default; + +$fa-li-width : 2em !default; +$fa-li-margin : $fa-li-width * fa-divide(5, 4) !default; + +$fa-pull-margin : .3em !default; + +$fa-primary-opacity : 1 !default; +$fa-secondary-opacity : .4 !default; + +$fa-stack-vertical-align: middle !default; +$fa-stack-width : ($fa-fw-width * 2) !default; +$fa-stack-z-index : auto !default; + +$fa-font-display : block !default; +$fa-font-path : "../webfonts" !default; + +$fa-var-0: \30; +$fa-var-1: \31; +$fa-var-2: \32; +$fa-var-3: \33; +$fa-var-4: \34; +$fa-var-5: \35; +$fa-var-6: \36; +$fa-var-7: \37; +$fa-var-8: \38; +$fa-var-9: \39; +$fa-var-fill-drip: \f576; +$fa-var-arrows-to-circle: \e4bd; +$fa-var-circle-chevron-right: \f138; +$fa-var-chevron-circle-right: \f138; +$fa-var-at: \40; +$fa-var-trash-can: \f2ed; +$fa-var-trash-alt: \f2ed; +$fa-var-text-height: \f034; +$fa-var-user-xmark: \f235; +$fa-var-user-times: \f235; +$fa-var-stethoscope: \f0f1; +$fa-var-message: \f27a; +$fa-var-comment-alt: \f27a; +$fa-var-info: \f129; +$fa-var-down-left-and-up-right-to-center: \f422; +$fa-var-compress-alt: \f422; +$fa-var-explosion: \e4e9; +$fa-var-file-lines: \f15c; +$fa-var-file-alt: \f15c; +$fa-var-file-text: \f15c; +$fa-var-wave-square: \f83e; +$fa-var-ring: \f70b; +$fa-var-building-un: \e4d9; +$fa-var-dice-three: \f527; +$fa-var-calendar-days: \f073; +$fa-var-calendar-alt: \f073; +$fa-var-anchor-circle-check: \e4aa; +$fa-var-building-circle-arrow-right: \e4d1; +$fa-var-volleyball: \f45f; +$fa-var-volleyball-ball: \f45f; +$fa-var-arrows-up-to-line: \e4c2; +$fa-var-sort-down: \f0dd; +$fa-var-sort-desc: \f0dd; +$fa-var-circle-minus: \f056; +$fa-var-minus-circle: \f056; +$fa-var-door-open: \f52b; +$fa-var-right-from-bracket: \f2f5; +$fa-var-sign-out-alt: \f2f5; +$fa-var-atom: \f5d2; +$fa-var-soap: \e06e; +$fa-var-icons: \f86d; +$fa-var-heart-music-camera-bolt: \f86d; +$fa-var-microphone-lines-slash: \f539; +$fa-var-microphone-alt-slash: \f539; +$fa-var-bridge-circle-check: \e4c9; +$fa-var-pump-medical: \e06a; +$fa-var-fingerprint: \f577; +$fa-var-hand-point-right: \f0a4; +$fa-var-magnifying-glass-location: \f689; +$fa-var-search-location: \f689; +$fa-var-forward-step: \f051; +$fa-var-step-forward: \f051; +$fa-var-face-smile-beam: \f5b8; +$fa-var-smile-beam: \f5b8; +$fa-var-flag-checkered: \f11e; +$fa-var-football: \f44e; +$fa-var-football-ball: \f44e; +$fa-var-school-circle-exclamation: \e56c; +$fa-var-crop: \f125; +$fa-var-angles-down: \f103; +$fa-var-angle-double-down: \f103; +$fa-var-users-rectangle: \e594; +$fa-var-people-roof: \e537; +$fa-var-people-line: \e534; +$fa-var-beer-mug-empty: \f0fc; +$fa-var-beer: \f0fc; +$fa-var-diagram-predecessor: \e477; +$fa-var-arrow-up-long: \f176; +$fa-var-long-arrow-up: \f176; +$fa-var-fire-flame-simple: \f46a; +$fa-var-burn: \f46a; +$fa-var-person: \f183; +$fa-var-male: \f183; +$fa-var-laptop: \f109; +$fa-var-file-csv: \f6dd; +$fa-var-menorah: \f676; +$fa-var-truck-plane: \e58f; +$fa-var-record-vinyl: \f8d9; +$fa-var-face-grin-stars: \f587; +$fa-var-grin-stars: \f587; +$fa-var-bong: \f55c; +$fa-var-spaghetti-monster-flying: \f67b; +$fa-var-pastafarianism: \f67b; +$fa-var-arrow-down-up-across-line: \e4af; +$fa-var-spoon: \f2e5; +$fa-var-utensil-spoon: \f2e5; +$fa-var-jar-wheat: \e517; +$fa-var-envelopes-bulk: \f674; +$fa-var-mail-bulk: \f674; +$fa-var-file-circle-exclamation: \e4eb; +$fa-var-circle-h: \f47e; +$fa-var-hospital-symbol: \f47e; +$fa-var-pager: \f815; +$fa-var-address-book: \f2b9; +$fa-var-contact-book: \f2b9; +$fa-var-strikethrough: \f0cc; +$fa-var-k: \4b; +$fa-var-landmark-flag: \e51c; +$fa-var-pencil: \f303; +$fa-var-pencil-alt: \f303; +$fa-var-backward: \f04a; +$fa-var-caret-right: \f0da; +$fa-var-comments: \f086; +$fa-var-paste: \f0ea; +$fa-var-file-clipboard: \f0ea; +$fa-var-code-pull-request: \e13c; +$fa-var-clipboard-list: \f46d; +$fa-var-truck-ramp-box: \f4de; +$fa-var-truck-loading: \f4de; +$fa-var-user-check: \f4fc; +$fa-var-vial-virus: \e597; +$fa-var-sheet-plastic: \e571; +$fa-var-blog: \f781; +$fa-var-user-ninja: \f504; +$fa-var-person-arrow-up-from-line: \e539; +$fa-var-scroll-torah: \f6a0; +$fa-var-torah: \f6a0; +$fa-var-broom-ball: \f458; +$fa-var-quidditch: \f458; +$fa-var-quidditch-broom-ball: \f458; +$fa-var-toggle-off: \f204; +$fa-var-box-archive: \f187; +$fa-var-archive: \f187; +$fa-var-person-drowning: \e545; +$fa-var-arrow-down-9-1: \f886; +$fa-var-sort-numeric-desc: \f886; +$fa-var-sort-numeric-down-alt: \f886; +$fa-var-face-grin-tongue-squint: \f58a; +$fa-var-grin-tongue-squint: \f58a; +$fa-var-spray-can: \f5bd; +$fa-var-truck-monster: \f63b; +$fa-var-w: \57; +$fa-var-earth-africa: \f57c; +$fa-var-globe-africa: \f57c; +$fa-var-rainbow: \f75b; +$fa-var-circle-notch: \f1ce; +$fa-var-tablet-screen-button: \f3fa; +$fa-var-tablet-alt: \f3fa; +$fa-var-paw: \f1b0; +$fa-var-cloud: \f0c2; +$fa-var-trowel-bricks: \e58a; +$fa-var-face-flushed: \f579; +$fa-var-flushed: \f579; +$fa-var-hospital-user: \f80d; +$fa-var-tent-arrow-left-right: \e57f; +$fa-var-gavel: \f0e3; +$fa-var-legal: \f0e3; +$fa-var-binoculars: \f1e5; +$fa-var-microphone-slash: \f131; +$fa-var-box-tissue: \e05b; +$fa-var-motorcycle: \f21c; +$fa-var-bell-concierge: \f562; +$fa-var-concierge-bell: \f562; +$fa-var-pen-ruler: \f5ae; +$fa-var-pencil-ruler: \f5ae; +$fa-var-people-arrows: \e068; +$fa-var-people-arrows-left-right: \e068; +$fa-var-mars-and-venus-burst: \e523; +$fa-var-square-caret-right: \f152; +$fa-var-caret-square-right: \f152; +$fa-var-scissors: \f0c4; +$fa-var-cut: \f0c4; +$fa-var-sun-plant-wilt: \e57a; +$fa-var-toilets-portable: \e584; +$fa-var-hockey-puck: \f453; +$fa-var-table: \f0ce; +$fa-var-magnifying-glass-arrow-right: \e521; +$fa-var-tachograph-digital: \f566; +$fa-var-digital-tachograph: \f566; +$fa-var-users-slash: \e073; +$fa-var-clover: \e139; +$fa-var-reply: \f3e5; +$fa-var-mail-reply: \f3e5; +$fa-var-star-and-crescent: \f699; +$fa-var-house-fire: \e50c; +$fa-var-square-minus: \f146; +$fa-var-minus-square: \f146; +$fa-var-helicopter: \f533; +$fa-var-compass: \f14e; +$fa-var-square-caret-down: \f150; +$fa-var-caret-square-down: \f150; +$fa-var-file-circle-question: \e4ef; +$fa-var-laptop-code: \f5fc; +$fa-var-swatchbook: \f5c3; +$fa-var-prescription-bottle: \f485; +$fa-var-bars: \f0c9; +$fa-var-navicon: \f0c9; +$fa-var-people-group: \e533; +$fa-var-hourglass-end: \f253; +$fa-var-hourglass-3: \f253; +$fa-var-heart-crack: \f7a9; +$fa-var-heart-broken: \f7a9; +$fa-var-square-up-right: \f360; +$fa-var-external-link-square-alt: \f360; +$fa-var-face-kiss-beam: \f597; +$fa-var-kiss-beam: \f597; +$fa-var-film: \f008; +$fa-var-ruler-horizontal: \f547; +$fa-var-people-robbery: \e536; +$fa-var-lightbulb: \f0eb; +$fa-var-caret-left: \f0d9; +$fa-var-circle-exclamation: \f06a; +$fa-var-exclamation-circle: \f06a; +$fa-var-school-circle-xmark: \e56d; +$fa-var-arrow-right-from-bracket: \f08b; +$fa-var-sign-out: \f08b; +$fa-var-circle-chevron-down: \f13a; +$fa-var-chevron-circle-down: \f13a; +$fa-var-unlock-keyhole: \f13e; +$fa-var-unlock-alt: \f13e; +$fa-var-cloud-showers-heavy: \f740; +$fa-var-headphones-simple: \f58f; +$fa-var-headphones-alt: \f58f; +$fa-var-sitemap: \f0e8; +$fa-var-circle-dollar-to-slot: \f4b9; +$fa-var-donate: \f4b9; +$fa-var-memory: \f538; +$fa-var-road-spikes: \e568; +$fa-var-fire-burner: \e4f1; +$fa-var-flag: \f024; +$fa-var-hanukiah: \f6e6; +$fa-var-feather: \f52d; +$fa-var-volume-low: \f027; +$fa-var-volume-down: \f027; +$fa-var-comment-slash: \f4b3; +$fa-var-cloud-sun-rain: \f743; +$fa-var-compress: \f066; +$fa-var-wheat-awn: \e2cd; +$fa-var-wheat-alt: \e2cd; +$fa-var-ankh: \f644; +$fa-var-hands-holding-child: \e4fa; +$fa-var-asterisk: \2a; +$fa-var-square-check: \f14a; +$fa-var-check-square: \f14a; +$fa-var-peseta-sign: \e221; +$fa-var-heading: \f1dc; +$fa-var-header: \f1dc; +$fa-var-ghost: \f6e2; +$fa-var-list: \f03a; +$fa-var-list-squares: \f03a; +$fa-var-square-phone-flip: \f87b; +$fa-var-phone-square-alt: \f87b; +$fa-var-cart-plus: \f217; +$fa-var-gamepad: \f11b; +$fa-var-circle-dot: \f192; +$fa-var-dot-circle: \f192; +$fa-var-face-dizzy: \f567; +$fa-var-dizzy: \f567; +$fa-var-egg: \f7fb; +$fa-var-house-medical-circle-xmark: \e513; +$fa-var-campground: \f6bb; +$fa-var-folder-plus: \f65e; +$fa-var-futbol: \f1e3; +$fa-var-futbol-ball: \f1e3; +$fa-var-soccer-ball: \f1e3; +$fa-var-paintbrush: \f1fc; +$fa-var-paint-brush: \f1fc; +$fa-var-lock: \f023; +$fa-var-gas-pump: \f52f; +$fa-var-hot-tub-person: \f593; +$fa-var-hot-tub: \f593; +$fa-var-map-location: \f59f; +$fa-var-map-marked: \f59f; +$fa-var-house-flood-water: \e50e; +$fa-var-tree: \f1bb; +$fa-var-bridge-lock: \e4cc; +$fa-var-sack-dollar: \f81d; +$fa-var-pen-to-square: \f044; +$fa-var-edit: \f044; +$fa-var-car-side: \f5e4; +$fa-var-share-nodes: \f1e0; +$fa-var-share-alt: \f1e0; +$fa-var-heart-circle-minus: \e4ff; +$fa-var-hourglass-half: \f252; +$fa-var-hourglass-2: \f252; +$fa-var-microscope: \f610; +$fa-var-sink: \e06d; +$fa-var-bag-shopping: \f290; +$fa-var-shopping-bag: \f290; +$fa-var-arrow-down-z-a: \f881; +$fa-var-sort-alpha-desc: \f881; +$fa-var-sort-alpha-down-alt: \f881; +$fa-var-mitten: \f7b5; +$fa-var-person-rays: \e54d; +$fa-var-users: \f0c0; +$fa-var-eye-slash: \f070; +$fa-var-flask-vial: \e4f3; +$fa-var-hand: \f256; +$fa-var-hand-paper: \f256; +$fa-var-om: \f679; +$fa-var-worm: \e599; +$fa-var-house-circle-xmark: \e50b; +$fa-var-plug: \f1e6; +$fa-var-chevron-up: \f077; +$fa-var-hand-spock: \f259; +$fa-var-stopwatch: \f2f2; +$fa-var-face-kiss: \f596; +$fa-var-kiss: \f596; +$fa-var-bridge-circle-xmark: \e4cb; +$fa-var-face-grin-tongue: \f589; +$fa-var-grin-tongue: \f589; +$fa-var-chess-bishop: \f43a; +$fa-var-face-grin-wink: \f58c; +$fa-var-grin-wink: \f58c; +$fa-var-ear-deaf: \f2a4; +$fa-var-deaf: \f2a4; +$fa-var-deafness: \f2a4; +$fa-var-hard-of-hearing: \f2a4; +$fa-var-road-circle-check: \e564; +$fa-var-dice-five: \f523; +$fa-var-square-rss: \f143; +$fa-var-rss-square: \f143; +$fa-var-land-mine-on: \e51b; +$fa-var-i-cursor: \f246; +$fa-var-stamp: \f5bf; +$fa-var-stairs: \e289; +$fa-var-i: \49; +$fa-var-hryvnia-sign: \f6f2; +$fa-var-hryvnia: \f6f2; +$fa-var-pills: \f484; +$fa-var-face-grin-wide: \f581; +$fa-var-grin-alt: \f581; +$fa-var-tooth: \f5c9; +$fa-var-v: \56; +$fa-var-bangladeshi-taka-sign: \e2e6; +$fa-var-bicycle: \f206; +$fa-var-staff-snake: \e579; +$fa-var-rod-asclepius: \e579; +$fa-var-rod-snake: \e579; +$fa-var-staff-aesculapius: \e579; +$fa-var-head-side-cough-slash: \e062; +$fa-var-truck-medical: \f0f9; +$fa-var-ambulance: \f0f9; +$fa-var-wheat-awn-circle-exclamation: \e598; +$fa-var-snowman: \f7d0; +$fa-var-mortar-pestle: \f5a7; +$fa-var-road-barrier: \e562; +$fa-var-school: \f549; +$fa-var-igloo: \f7ae; +$fa-var-joint: \f595; +$fa-var-angle-right: \f105; +$fa-var-horse: \f6f0; +$fa-var-q: \51; +$fa-var-g: \47; +$fa-var-notes-medical: \f481; +$fa-var-temperature-half: \f2c9; +$fa-var-temperature-2: \f2c9; +$fa-var-thermometer-2: \f2c9; +$fa-var-thermometer-half: \f2c9; +$fa-var-dong-sign: \e169; +$fa-var-capsules: \f46b; +$fa-var-poo-storm: \f75a; +$fa-var-poo-bolt: \f75a; +$fa-var-face-frown-open: \f57a; +$fa-var-frown-open: \f57a; +$fa-var-hand-point-up: \f0a6; +$fa-var-money-bill: \f0d6; +$fa-var-bookmark: \f02e; +$fa-var-align-justify: \f039; +$fa-var-umbrella-beach: \f5ca; +$fa-var-helmet-un: \e503; +$fa-var-bullseye: \f140; +$fa-var-bacon: \f7e5; +$fa-var-hand-point-down: \f0a7; +$fa-var-arrow-up-from-bracket: \e09a; +$fa-var-folder: \f07b; +$fa-var-folder-blank: \f07b; +$fa-var-file-waveform: \f478; +$fa-var-file-medical-alt: \f478; +$fa-var-radiation: \f7b9; +$fa-var-chart-simple: \e473; +$fa-var-mars-stroke: \f229; +$fa-var-vial: \f492; +$fa-var-gauge: \f624; +$fa-var-dashboard: \f624; +$fa-var-gauge-med: \f624; +$fa-var-tachometer-alt-average: \f624; +$fa-var-wand-magic-sparkles: \e2ca; +$fa-var-magic-wand-sparkles: \e2ca; +$fa-var-e: \45; +$fa-var-pen-clip: \f305; +$fa-var-pen-alt: \f305; +$fa-var-bridge-circle-exclamation: \e4ca; +$fa-var-user: \f007; +$fa-var-school-circle-check: \e56b; +$fa-var-dumpster: \f793; +$fa-var-van-shuttle: \f5b6; +$fa-var-shuttle-van: \f5b6; +$fa-var-building-user: \e4da; +$fa-var-square-caret-left: \f191; +$fa-var-caret-square-left: \f191; +$fa-var-highlighter: \f591; +$fa-var-key: \f084; +$fa-var-bullhorn: \f0a1; +$fa-var-globe: \f0ac; +$fa-var-synagogue: \f69b; +$fa-var-person-half-dress: \e548; +$fa-var-road-bridge: \e563; +$fa-var-location-arrow: \f124; +$fa-var-c: \43; +$fa-var-tablet-button: \f10a; +$fa-var-building-lock: \e4d6; +$fa-var-pizza-slice: \f818; +$fa-var-money-bill-wave: \f53a; +$fa-var-chart-area: \f1fe; +$fa-var-area-chart: \f1fe; +$fa-var-house-flag: \e50d; +$fa-var-person-circle-minus: \e540; +$fa-var-ban: \f05e; +$fa-var-cancel: \f05e; +$fa-var-camera-rotate: \e0d8; +$fa-var-spray-can-sparkles: \f5d0; +$fa-var-air-freshener: \f5d0; +$fa-var-star: \f005; +$fa-var-repeat: \f363; +$fa-var-cross: \f654; +$fa-var-box: \f466; +$fa-var-venus-mars: \f228; +$fa-var-arrow-pointer: \f245; +$fa-var-mouse-pointer: \f245; +$fa-var-maximize: \f31e; +$fa-var-expand-arrows-alt: \f31e; +$fa-var-charging-station: \f5e7; +$fa-var-shapes: \f61f; +$fa-var-triangle-circle-square: \f61f; +$fa-var-shuffle: \f074; +$fa-var-random: \f074; +$fa-var-person-running: \f70c; +$fa-var-running: \f70c; +$fa-var-mobile-retro: \e527; +$fa-var-grip-lines-vertical: \f7a5; +$fa-var-spider: \f717; +$fa-var-hands-bound: \e4f9; +$fa-var-file-invoice-dollar: \f571; +$fa-var-plane-circle-exclamation: \e556; +$fa-var-x-ray: \f497; +$fa-var-spell-check: \f891; +$fa-var-slash: \f715; +$fa-var-computer-mouse: \f8cc; +$fa-var-mouse: \f8cc; +$fa-var-arrow-right-to-bracket: \f090; +$fa-var-sign-in: \f090; +$fa-var-shop-slash: \e070; +$fa-var-store-alt-slash: \e070; +$fa-var-server: \f233; +$fa-var-virus-covid-slash: \e4a9; +$fa-var-shop-lock: \e4a5; +$fa-var-hourglass-start: \f251; +$fa-var-hourglass-1: \f251; +$fa-var-blender-phone: \f6b6; +$fa-var-building-wheat: \e4db; +$fa-var-person-breastfeeding: \e53a; +$fa-var-right-to-bracket: \f2f6; +$fa-var-sign-in-alt: \f2f6; +$fa-var-venus: \f221; +$fa-var-passport: \f5ab; +$fa-var-heart-pulse: \f21e; +$fa-var-heartbeat: \f21e; +$fa-var-people-carry-box: \f4ce; +$fa-var-people-carry: \f4ce; +$fa-var-temperature-high: \f769; +$fa-var-microchip: \f2db; +$fa-var-crown: \f521; +$fa-var-weight-hanging: \f5cd; +$fa-var-xmarks-lines: \e59a; +$fa-var-file-prescription: \f572; +$fa-var-weight-scale: \f496; +$fa-var-weight: \f496; +$fa-var-user-group: \f500; +$fa-var-user-friends: \f500; +$fa-var-arrow-up-a-z: \f15e; +$fa-var-sort-alpha-up: \f15e; +$fa-var-chess-knight: \f441; +$fa-var-face-laugh-squint: \f59b; +$fa-var-laugh-squint: \f59b; +$fa-var-wheelchair: \f193; +$fa-var-circle-arrow-up: \f0aa; +$fa-var-arrow-circle-up: \f0aa; +$fa-var-toggle-on: \f205; +$fa-var-person-walking: \f554; +$fa-var-walking: \f554; +$fa-var-l: \4c; +$fa-var-fire: \f06d; +$fa-var-bed-pulse: \f487; +$fa-var-procedures: \f487; +$fa-var-shuttle-space: \f197; +$fa-var-space-shuttle: \f197; +$fa-var-face-laugh: \f599; +$fa-var-laugh: \f599; +$fa-var-folder-open: \f07c; +$fa-var-heart-circle-plus: \e500; +$fa-var-code-fork: \e13b; +$fa-var-city: \f64f; +$fa-var-microphone-lines: \f3c9; +$fa-var-microphone-alt: \f3c9; +$fa-var-pepper-hot: \f816; +$fa-var-unlock: \f09c; +$fa-var-colon-sign: \e140; +$fa-var-headset: \f590; +$fa-var-store-slash: \e071; +$fa-var-road-circle-xmark: \e566; +$fa-var-user-minus: \f503; +$fa-var-mars-stroke-up: \f22a; +$fa-var-mars-stroke-v: \f22a; +$fa-var-champagne-glasses: \f79f; +$fa-var-glass-cheers: \f79f; +$fa-var-clipboard: \f328; +$fa-var-house-circle-exclamation: \e50a; +$fa-var-file-arrow-up: \f574; +$fa-var-file-upload: \f574; +$fa-var-wifi: \f1eb; +$fa-var-wifi-3: \f1eb; +$fa-var-wifi-strong: \f1eb; +$fa-var-bath: \f2cd; +$fa-var-bathtub: \f2cd; +$fa-var-underline: \f0cd; +$fa-var-user-pen: \f4ff; +$fa-var-user-edit: \f4ff; +$fa-var-signature: \f5b7; +$fa-var-stroopwafel: \f551; +$fa-var-bold: \f032; +$fa-var-anchor-lock: \e4ad; +$fa-var-building-ngo: \e4d7; +$fa-var-manat-sign: \e1d5; +$fa-var-not-equal: \f53e; +$fa-var-border-top-left: \f853; +$fa-var-border-style: \f853; +$fa-var-map-location-dot: \f5a0; +$fa-var-map-marked-alt: \f5a0; +$fa-var-jedi: \f669; +$fa-var-square-poll-vertical: \f681; +$fa-var-poll: \f681; +$fa-var-mug-hot: \f7b6; +$fa-var-car-battery: \f5df; +$fa-var-battery-car: \f5df; +$fa-var-gift: \f06b; +$fa-var-dice-two: \f528; +$fa-var-chess-queen: \f445; +$fa-var-glasses: \f530; +$fa-var-chess-board: \f43c; +$fa-var-building-circle-check: \e4d2; +$fa-var-person-chalkboard: \e53d; +$fa-var-mars-stroke-right: \f22b; +$fa-var-mars-stroke-h: \f22b; +$fa-var-hand-back-fist: \f255; +$fa-var-hand-rock: \f255; +$fa-var-square-caret-up: \f151; +$fa-var-caret-square-up: \f151; +$fa-var-cloud-showers-water: \e4e4; +$fa-var-chart-bar: \f080; +$fa-var-bar-chart: \f080; +$fa-var-hands-bubbles: \e05e; +$fa-var-hands-wash: \e05e; +$fa-var-less-than-equal: \f537; +$fa-var-train: \f238; +$fa-var-eye-low-vision: \f2a8; +$fa-var-low-vision: \f2a8; +$fa-var-crow: \f520; +$fa-var-sailboat: \e445; +$fa-var-window-restore: \f2d2; +$fa-var-square-plus: \f0fe; +$fa-var-plus-square: \f0fe; +$fa-var-torii-gate: \f6a1; +$fa-var-frog: \f52e; +$fa-var-bucket: \e4cf; +$fa-var-image: \f03e; +$fa-var-microphone: \f130; +$fa-var-cow: \f6c8; +$fa-var-caret-up: \f0d8; +$fa-var-screwdriver: \f54a; +$fa-var-folder-closed: \e185; +$fa-var-house-tsunami: \e515; +$fa-var-square-nfi: \e576; +$fa-var-arrow-up-from-ground-water: \e4b5; +$fa-var-martini-glass: \f57b; +$fa-var-glass-martini-alt: \f57b; +$fa-var-rotate-left: \f2ea; +$fa-var-rotate-back: \f2ea; +$fa-var-rotate-backward: \f2ea; +$fa-var-undo-alt: \f2ea; +$fa-var-table-columns: \f0db; +$fa-var-columns: \f0db; +$fa-var-lemon: \f094; +$fa-var-head-side-mask: \e063; +$fa-var-handshake: \f2b5; +$fa-var-gem: \f3a5; +$fa-var-dolly: \f472; +$fa-var-dolly-box: \f472; +$fa-var-smoking: \f48d; +$fa-var-minimize: \f78c; +$fa-var-compress-arrows-alt: \f78c; +$fa-var-monument: \f5a6; +$fa-var-snowplow: \f7d2; +$fa-var-angles-right: \f101; +$fa-var-angle-double-right: \f101; +$fa-var-cannabis: \f55f; +$fa-var-circle-play: \f144; +$fa-var-play-circle: \f144; +$fa-var-tablets: \f490; +$fa-var-ethernet: \f796; +$fa-var-euro-sign: \f153; +$fa-var-eur: \f153; +$fa-var-euro: \f153; +$fa-var-chair: \f6c0; +$fa-var-circle-check: \f058; +$fa-var-check-circle: \f058; +$fa-var-circle-stop: \f28d; +$fa-var-stop-circle: \f28d; +$fa-var-compass-drafting: \f568; +$fa-var-drafting-compass: \f568; +$fa-var-plate-wheat: \e55a; +$fa-var-icicles: \f7ad; +$fa-var-person-shelter: \e54f; +$fa-var-neuter: \f22c; +$fa-var-id-badge: \f2c1; +$fa-var-marker: \f5a1; +$fa-var-face-laugh-beam: \f59a; +$fa-var-laugh-beam: \f59a; +$fa-var-helicopter-symbol: \e502; +$fa-var-universal-access: \f29a; +$fa-var-circle-chevron-up: \f139; +$fa-var-chevron-circle-up: \f139; +$fa-var-lari-sign: \e1c8; +$fa-var-volcano: \f770; +$fa-var-person-walking-dashed-line-arrow-right: \e553; +$fa-var-sterling-sign: \f154; +$fa-var-gbp: \f154; +$fa-var-pound-sign: \f154; +$fa-var-viruses: \e076; +$fa-var-square-person-confined: \e577; +$fa-var-user-tie: \f508; +$fa-var-arrow-down-long: \f175; +$fa-var-long-arrow-down: \f175; +$fa-var-tent-arrow-down-to-line: \e57e; +$fa-var-certificate: \f0a3; +$fa-var-reply-all: \f122; +$fa-var-mail-reply-all: \f122; +$fa-var-suitcase: \f0f2; +$fa-var-person-skating: \f7c5; +$fa-var-skating: \f7c5; +$fa-var-filter-circle-dollar: \f662; +$fa-var-funnel-dollar: \f662; +$fa-var-camera-retro: \f083; +$fa-var-circle-arrow-down: \f0ab; +$fa-var-arrow-circle-down: \f0ab; +$fa-var-file-import: \f56f; +$fa-var-arrow-right-to-file: \f56f; +$fa-var-square-arrow-up-right: \f14c; +$fa-var-external-link-square: \f14c; +$fa-var-box-open: \f49e; +$fa-var-scroll: \f70e; +$fa-var-spa: \f5bb; +$fa-var-location-pin-lock: \e51f; +$fa-var-pause: \f04c; +$fa-var-hill-avalanche: \e507; +$fa-var-temperature-empty: \f2cb; +$fa-var-temperature-0: \f2cb; +$fa-var-thermometer-0: \f2cb; +$fa-var-thermometer-empty: \f2cb; +$fa-var-bomb: \f1e2; +$fa-var-registered: \f25d; +$fa-var-address-card: \f2bb; +$fa-var-contact-card: \f2bb; +$fa-var-vcard: \f2bb; +$fa-var-scale-unbalanced-flip: \f516; +$fa-var-balance-scale-right: \f516; +$fa-var-subscript: \f12c; +$fa-var-diamond-turn-right: \f5eb; +$fa-var-directions: \f5eb; +$fa-var-burst: \e4dc; +$fa-var-house-laptop: \e066; +$fa-var-laptop-house: \e066; +$fa-var-face-tired: \f5c8; +$fa-var-tired: \f5c8; +$fa-var-money-bills: \e1f3; +$fa-var-smog: \f75f; +$fa-var-crutch: \f7f7; +$fa-var-cloud-arrow-up: \f0ee; +$fa-var-cloud-upload: \f0ee; +$fa-var-cloud-upload-alt: \f0ee; +$fa-var-palette: \f53f; +$fa-var-arrows-turn-right: \e4c0; +$fa-var-vest: \e085; +$fa-var-ferry: \e4ea; +$fa-var-arrows-down-to-people: \e4b9; +$fa-var-seedling: \f4d8; +$fa-var-sprout: \f4d8; +$fa-var-left-right: \f337; +$fa-var-arrows-alt-h: \f337; +$fa-var-boxes-packing: \e4c7; +$fa-var-circle-arrow-left: \f0a8; +$fa-var-arrow-circle-left: \f0a8; +$fa-var-group-arrows-rotate: \e4f6; +$fa-var-bowl-food: \e4c6; +$fa-var-candy-cane: \f786; +$fa-var-arrow-down-wide-short: \f160; +$fa-var-sort-amount-asc: \f160; +$fa-var-sort-amount-down: \f160; +$fa-var-cloud-bolt: \f76c; +$fa-var-thunderstorm: \f76c; +$fa-var-text-slash: \f87d; +$fa-var-remove-format: \f87d; +$fa-var-face-smile-wink: \f4da; +$fa-var-smile-wink: \f4da; +$fa-var-file-word: \f1c2; +$fa-var-file-powerpoint: \f1c4; +$fa-var-arrows-left-right: \f07e; +$fa-var-arrows-h: \f07e; +$fa-var-house-lock: \e510; +$fa-var-cloud-arrow-down: \f0ed; +$fa-var-cloud-download: \f0ed; +$fa-var-cloud-download-alt: \f0ed; +$fa-var-children: \e4e1; +$fa-var-chalkboard: \f51b; +$fa-var-blackboard: \f51b; +$fa-var-user-large-slash: \f4fa; +$fa-var-user-alt-slash: \f4fa; +$fa-var-envelope-open: \f2b6; +$fa-var-handshake-simple-slash: \e05f; +$fa-var-handshake-alt-slash: \e05f; +$fa-var-mattress-pillow: \e525; +$fa-var-guarani-sign: \e19a; +$fa-var-arrows-rotate: \f021; +$fa-var-refresh: \f021; +$fa-var-sync: \f021; +$fa-var-fire-extinguisher: \f134; +$fa-var-cruzeiro-sign: \e152; +$fa-var-greater-than-equal: \f532; +$fa-var-shield-halved: \f3ed; +$fa-var-shield-alt: \f3ed; +$fa-var-book-atlas: \f558; +$fa-var-atlas: \f558; +$fa-var-virus: \e074; +$fa-var-envelope-circle-check: \e4e8; +$fa-var-layer-group: \f5fd; +$fa-var-arrows-to-dot: \e4be; +$fa-var-archway: \f557; +$fa-var-heart-circle-check: \e4fd; +$fa-var-house-chimney-crack: \f6f1; +$fa-var-house-damage: \f6f1; +$fa-var-file-zipper: \f1c6; +$fa-var-file-archive: \f1c6; +$fa-var-square: \f0c8; +$fa-var-martini-glass-empty: \f000; +$fa-var-glass-martini: \f000; +$fa-var-couch: \f4b8; +$fa-var-cedi-sign: \e0df; +$fa-var-italic: \f033; +$fa-var-church: \f51d; +$fa-var-comments-dollar: \f653; +$fa-var-democrat: \f747; +$fa-var-z: \5a; +$fa-var-person-skiing: \f7c9; +$fa-var-skiing: \f7c9; +$fa-var-road-lock: \e567; +$fa-var-a: \41; +$fa-var-temperature-arrow-down: \e03f; +$fa-var-temperature-down: \e03f; +$fa-var-feather-pointed: \f56b; +$fa-var-feather-alt: \f56b; +$fa-var-p: \50; +$fa-var-snowflake: \f2dc; +$fa-var-newspaper: \f1ea; +$fa-var-rectangle-ad: \f641; +$fa-var-ad: \f641; +$fa-var-circle-arrow-right: \f0a9; +$fa-var-arrow-circle-right: \f0a9; +$fa-var-filter-circle-xmark: \e17b; +$fa-var-locust: \e520; +$fa-var-sort: \f0dc; +$fa-var-unsorted: \f0dc; +$fa-var-list-ol: \f0cb; +$fa-var-list-1-2: \f0cb; +$fa-var-list-numeric: \f0cb; +$fa-var-person-dress-burst: \e544; +$fa-var-money-check-dollar: \f53d; +$fa-var-money-check-alt: \f53d; +$fa-var-vector-square: \f5cb; +$fa-var-bread-slice: \f7ec; +$fa-var-language: \f1ab; +$fa-var-face-kiss-wink-heart: \f598; +$fa-var-kiss-wink-heart: \f598; +$fa-var-filter: \f0b0; +$fa-var-question: \3f; +$fa-var-file-signature: \f573; +$fa-var-up-down-left-right: \f0b2; +$fa-var-arrows-alt: \f0b2; +$fa-var-house-chimney-user: \e065; +$fa-var-hand-holding-heart: \f4be; +$fa-var-puzzle-piece: \f12e; +$fa-var-money-check: \f53c; +$fa-var-star-half-stroke: \f5c0; +$fa-var-star-half-alt: \f5c0; +$fa-var-code: \f121; +$fa-var-whiskey-glass: \f7a0; +$fa-var-glass-whiskey: \f7a0; +$fa-var-building-circle-exclamation: \e4d3; +$fa-var-magnifying-glass-chart: \e522; +$fa-var-arrow-up-right-from-square: \f08e; +$fa-var-external-link: \f08e; +$fa-var-cubes-stacked: \e4e6; +$fa-var-won-sign: \f159; +$fa-var-krw: \f159; +$fa-var-won: \f159; +$fa-var-virus-covid: \e4a8; +$fa-var-austral-sign: \e0a9; +$fa-var-f: \46; +$fa-var-leaf: \f06c; +$fa-var-road: \f018; +$fa-var-taxi: \f1ba; +$fa-var-cab: \f1ba; +$fa-var-person-circle-plus: \e541; +$fa-var-chart-pie: \f200; +$fa-var-pie-chart: \f200; +$fa-var-bolt-lightning: \e0b7; +$fa-var-sack-xmark: \e56a; +$fa-var-file-excel: \f1c3; +$fa-var-file-contract: \f56c; +$fa-var-fish-fins: \e4f2; +$fa-var-building-flag: \e4d5; +$fa-var-face-grin-beam: \f582; +$fa-var-grin-beam: \f582; +$fa-var-object-ungroup: \f248; +$fa-var-poop: \f619; +$fa-var-location-pin: \f041; +$fa-var-map-marker: \f041; +$fa-var-kaaba: \f66b; +$fa-var-toilet-paper: \f71e; +$fa-var-helmet-safety: \f807; +$fa-var-hard-hat: \f807; +$fa-var-hat-hard: \f807; +$fa-var-eject: \f052; +$fa-var-circle-right: \f35a; +$fa-var-arrow-alt-circle-right: \f35a; +$fa-var-plane-circle-check: \e555; +$fa-var-face-rolling-eyes: \f5a5; +$fa-var-meh-rolling-eyes: \f5a5; +$fa-var-object-group: \f247; +$fa-var-chart-line: \f201; +$fa-var-line-chart: \f201; +$fa-var-mask-ventilator: \e524; +$fa-var-arrow-right: \f061; +$fa-var-signs-post: \f277; +$fa-var-map-signs: \f277; +$fa-var-cash-register: \f788; +$fa-var-person-circle-question: \e542; +$fa-var-h: \48; +$fa-var-tarp: \e57b; +$fa-var-screwdriver-wrench: \f7d9; +$fa-var-tools: \f7d9; +$fa-var-arrows-to-eye: \e4bf; +$fa-var-plug-circle-bolt: \e55b; +$fa-var-heart: \f004; +$fa-var-mars-and-venus: \f224; +$fa-var-house-user: \e1b0; +$fa-var-home-user: \e1b0; +$fa-var-dumpster-fire: \f794; +$fa-var-house-crack: \e3b1; +$fa-var-martini-glass-citrus: \f561; +$fa-var-cocktail: \f561; +$fa-var-face-surprise: \f5c2; +$fa-var-surprise: \f5c2; +$fa-var-bottle-water: \e4c5; +$fa-var-circle-pause: \f28b; +$fa-var-pause-circle: \f28b; +$fa-var-toilet-paper-slash: \e072; +$fa-var-apple-whole: \f5d1; +$fa-var-apple-alt: \f5d1; +$fa-var-kitchen-set: \e51a; +$fa-var-r: \52; +$fa-var-temperature-quarter: \f2ca; +$fa-var-temperature-1: \f2ca; +$fa-var-thermometer-1: \f2ca; +$fa-var-thermometer-quarter: \f2ca; +$fa-var-cube: \f1b2; +$fa-var-bitcoin-sign: \e0b4; +$fa-var-shield-dog: \e573; +$fa-var-solar-panel: \f5ba; +$fa-var-lock-open: \f3c1; +$fa-var-elevator: \e16d; +$fa-var-money-bill-transfer: \e528; +$fa-var-money-bill-trend-up: \e529; +$fa-var-house-flood-water-circle-arrow-right: \e50f; +$fa-var-square-poll-horizontal: \f682; +$fa-var-poll-h: \f682; +$fa-var-circle: \f111; +$fa-var-backward-fast: \f049; +$fa-var-fast-backward: \f049; +$fa-var-recycle: \f1b8; +$fa-var-user-astronaut: \f4fb; +$fa-var-plane-slash: \e069; +$fa-var-trademark: \f25c; +$fa-var-basketball: \f434; +$fa-var-basketball-ball: \f434; +$fa-var-satellite-dish: \f7c0; +$fa-var-circle-up: \f35b; +$fa-var-arrow-alt-circle-up: \f35b; +$fa-var-mobile-screen-button: \f3cd; +$fa-var-mobile-alt: \f3cd; +$fa-var-volume-high: \f028; +$fa-var-volume-up: \f028; +$fa-var-users-rays: \e593; +$fa-var-wallet: \f555; +$fa-var-clipboard-check: \f46c; +$fa-var-file-audio: \f1c7; +$fa-var-burger: \f805; +$fa-var-hamburger: \f805; +$fa-var-wrench: \f0ad; +$fa-var-bugs: \e4d0; +$fa-var-rupee-sign: \f156; +$fa-var-rupee: \f156; +$fa-var-file-image: \f1c5; +$fa-var-circle-question: \f059; +$fa-var-question-circle: \f059; +$fa-var-plane-departure: \f5b0; +$fa-var-handshake-slash: \e060; +$fa-var-book-bookmark: \e0bb; +$fa-var-code-branch: \f126; +$fa-var-hat-cowboy: \f8c0; +$fa-var-bridge: \e4c8; +$fa-var-phone-flip: \f879; +$fa-var-phone-alt: \f879; +$fa-var-truck-front: \e2b7; +$fa-var-cat: \f6be; +$fa-var-anchor-circle-exclamation: \e4ab; +$fa-var-truck-field: \e58d; +$fa-var-route: \f4d7; +$fa-var-clipboard-question: \e4e3; +$fa-var-panorama: \e209; +$fa-var-comment-medical: \f7f5; +$fa-var-teeth-open: \f62f; +$fa-var-file-circle-minus: \e4ed; +$fa-var-tags: \f02c; +$fa-var-wine-glass: \f4e3; +$fa-var-forward-fast: \f050; +$fa-var-fast-forward: \f050; +$fa-var-face-meh-blank: \f5a4; +$fa-var-meh-blank: \f5a4; +$fa-var-square-parking: \f540; +$fa-var-parking: \f540; +$fa-var-house-signal: \e012; +$fa-var-bars-progress: \f828; +$fa-var-tasks-alt: \f828; +$fa-var-faucet-drip: \e006; +$fa-var-cart-flatbed: \f474; +$fa-var-dolly-flatbed: \f474; +$fa-var-ban-smoking: \f54d; +$fa-var-smoking-ban: \f54d; +$fa-var-terminal: \f120; +$fa-var-mobile-button: \f10b; +$fa-var-house-medical-flag: \e514; +$fa-var-basket-shopping: \f291; +$fa-var-shopping-basket: \f291; +$fa-var-tape: \f4db; +$fa-var-bus-simple: \f55e; +$fa-var-bus-alt: \f55e; +$fa-var-eye: \f06e; +$fa-var-face-sad-cry: \f5b3; +$fa-var-sad-cry: \f5b3; +$fa-var-audio-description: \f29e; +$fa-var-person-military-to-person: \e54c; +$fa-var-file-shield: \e4f0; +$fa-var-user-slash: \f506; +$fa-var-pen: \f304; +$fa-var-tower-observation: \e586; +$fa-var-file-code: \f1c9; +$fa-var-signal: \f012; +$fa-var-signal-5: \f012; +$fa-var-signal-perfect: \f012; +$fa-var-bus: \f207; +$fa-var-heart-circle-xmark: \e501; +$fa-var-house-chimney: \e3af; +$fa-var-home-lg: \e3af; +$fa-var-window-maximize: \f2d0; +$fa-var-face-frown: \f119; +$fa-var-frown: \f119; +$fa-var-prescription: \f5b1; +$fa-var-shop: \f54f; +$fa-var-store-alt: \f54f; +$fa-var-floppy-disk: \f0c7; +$fa-var-save: \f0c7; +$fa-var-vihara: \f6a7; +$fa-var-scale-unbalanced: \f515; +$fa-var-balance-scale-left: \f515; +$fa-var-sort-up: \f0de; +$fa-var-sort-asc: \f0de; +$fa-var-comment-dots: \f4ad; +$fa-var-commenting: \f4ad; +$fa-var-plant-wilt: \e5aa; +$fa-var-diamond: \f219; +$fa-var-face-grin-squint: \f585; +$fa-var-grin-squint: \f585; +$fa-var-hand-holding-dollar: \f4c0; +$fa-var-hand-holding-usd: \f4c0; +$fa-var-bacterium: \e05a; +$fa-var-hand-pointer: \f25a; +$fa-var-drum-steelpan: \f56a; +$fa-var-hand-scissors: \f257; +$fa-var-hands-praying: \f684; +$fa-var-praying-hands: \f684; +$fa-var-arrow-rotate-right: \f01e; +$fa-var-arrow-right-rotate: \f01e; +$fa-var-arrow-rotate-forward: \f01e; +$fa-var-redo: \f01e; +$fa-var-biohazard: \f780; +$fa-var-location-crosshairs: \f601; +$fa-var-location: \f601; +$fa-var-mars-double: \f227; +$fa-var-child-dress: \e59c; +$fa-var-users-between-lines: \e591; +$fa-var-lungs-virus: \e067; +$fa-var-face-grin-tears: \f588; +$fa-var-grin-tears: \f588; +$fa-var-phone: \f095; +$fa-var-calendar-xmark: \f273; +$fa-var-calendar-times: \f273; +$fa-var-child-reaching: \e59d; +$fa-var-head-side-virus: \e064; +$fa-var-user-gear: \f4fe; +$fa-var-user-cog: \f4fe; +$fa-var-arrow-up-1-9: \f163; +$fa-var-sort-numeric-up: \f163; +$fa-var-door-closed: \f52a; +$fa-var-shield-virus: \e06c; +$fa-var-dice-six: \f526; +$fa-var-mosquito-net: \e52c; +$fa-var-bridge-water: \e4ce; +$fa-var-person-booth: \f756; +$fa-var-text-width: \f035; +$fa-var-hat-wizard: \f6e8; +$fa-var-pen-fancy: \f5ac; +$fa-var-person-digging: \f85e; +$fa-var-digging: \f85e; +$fa-var-trash: \f1f8; +$fa-var-gauge-simple: \f629; +$fa-var-gauge-simple-med: \f629; +$fa-var-tachometer-average: \f629; +$fa-var-book-medical: \f7e6; +$fa-var-poo: \f2fe; +$fa-var-quote-right: \f10e; +$fa-var-quote-right-alt: \f10e; +$fa-var-shirt: \f553; +$fa-var-t-shirt: \f553; +$fa-var-tshirt: \f553; +$fa-var-cubes: \f1b3; +$fa-var-divide: \f529; +$fa-var-tenge-sign: \f7d7; +$fa-var-tenge: \f7d7; +$fa-var-headphones: \f025; +$fa-var-hands-holding: \f4c2; +$fa-var-hands-clapping: \e1a8; +$fa-var-republican: \f75e; +$fa-var-arrow-left: \f060; +$fa-var-person-circle-xmark: \e543; +$fa-var-ruler: \f545; +$fa-var-align-left: \f036; +$fa-var-dice-d6: \f6d1; +$fa-var-restroom: \f7bd; +$fa-var-j: \4a; +$fa-var-users-viewfinder: \e595; +$fa-var-file-video: \f1c8; +$fa-var-up-right-from-square: \f35d; +$fa-var-external-link-alt: \f35d; +$fa-var-table-cells: \f00a; +$fa-var-th: \f00a; +$fa-var-file-pdf: \f1c1; +$fa-var-book-bible: \f647; +$fa-var-bible: \f647; +$fa-var-o: \4f; +$fa-var-suitcase-medical: \f0fa; +$fa-var-medkit: \f0fa; +$fa-var-user-secret: \f21b; +$fa-var-otter: \f700; +$fa-var-person-dress: \f182; +$fa-var-female: \f182; +$fa-var-comment-dollar: \f651; +$fa-var-business-time: \f64a; +$fa-var-briefcase-clock: \f64a; +$fa-var-table-cells-large: \f009; +$fa-var-th-large: \f009; +$fa-var-book-tanakh: \f827; +$fa-var-tanakh: \f827; +$fa-var-phone-volume: \f2a0; +$fa-var-volume-control-phone: \f2a0; +$fa-var-hat-cowboy-side: \f8c1; +$fa-var-clipboard-user: \f7f3; +$fa-var-child: \f1ae; +$fa-var-lira-sign: \f195; +$fa-var-satellite: \f7bf; +$fa-var-plane-lock: \e558; +$fa-var-tag: \f02b; +$fa-var-comment: \f075; +$fa-var-cake-candles: \f1fd; +$fa-var-birthday-cake: \f1fd; +$fa-var-cake: \f1fd; +$fa-var-envelope: \f0e0; +$fa-var-angles-up: \f102; +$fa-var-angle-double-up: \f102; +$fa-var-paperclip: \f0c6; +$fa-var-arrow-right-to-city: \e4b3; +$fa-var-ribbon: \f4d6; +$fa-var-lungs: \f604; +$fa-var-arrow-up-9-1: \f887; +$fa-var-sort-numeric-up-alt: \f887; +$fa-var-litecoin-sign: \e1d3; +$fa-var-border-none: \f850; +$fa-var-circle-nodes: \e4e2; +$fa-var-parachute-box: \f4cd; +$fa-var-indent: \f03c; +$fa-var-truck-field-un: \e58e; +$fa-var-hourglass: \f254; +$fa-var-hourglass-empty: \f254; +$fa-var-mountain: \f6fc; +$fa-var-user-doctor: \f0f0; +$fa-var-user-md: \f0f0; +$fa-var-circle-info: \f05a; +$fa-var-info-circle: \f05a; +$fa-var-cloud-meatball: \f73b; +$fa-var-camera: \f030; +$fa-var-camera-alt: \f030; +$fa-var-square-virus: \e578; +$fa-var-meteor: \f753; +$fa-var-car-on: \e4dd; +$fa-var-sleigh: \f7cc; +$fa-var-arrow-down-1-9: \f162; +$fa-var-sort-numeric-asc: \f162; +$fa-var-sort-numeric-down: \f162; +$fa-var-hand-holding-droplet: \f4c1; +$fa-var-hand-holding-water: \f4c1; +$fa-var-water: \f773; +$fa-var-calendar-check: \f274; +$fa-var-braille: \f2a1; +$fa-var-prescription-bottle-medical: \f486; +$fa-var-prescription-bottle-alt: \f486; +$fa-var-landmark: \f66f; +$fa-var-truck: \f0d1; +$fa-var-crosshairs: \f05b; +$fa-var-person-cane: \e53c; +$fa-var-tent: \e57d; +$fa-var-vest-patches: \e086; +$fa-var-check-double: \f560; +$fa-var-arrow-down-a-z: \f15d; +$fa-var-sort-alpha-asc: \f15d; +$fa-var-sort-alpha-down: \f15d; +$fa-var-money-bill-wheat: \e52a; +$fa-var-cookie: \f563; +$fa-var-arrow-rotate-left: \f0e2; +$fa-var-arrow-left-rotate: \f0e2; +$fa-var-arrow-rotate-back: \f0e2; +$fa-var-arrow-rotate-backward: \f0e2; +$fa-var-undo: \f0e2; +$fa-var-hard-drive: \f0a0; +$fa-var-hdd: \f0a0; +$fa-var-face-grin-squint-tears: \f586; +$fa-var-grin-squint-tears: \f586; +$fa-var-dumbbell: \f44b; +$fa-var-rectangle-list: \f022; +$fa-var-list-alt: \f022; +$fa-var-tarp-droplet: \e57c; +$fa-var-house-medical-circle-check: \e511; +$fa-var-person-skiing-nordic: \f7ca; +$fa-var-skiing-nordic: \f7ca; +$fa-var-calendar-plus: \f271; +$fa-var-plane-arrival: \f5af; +$fa-var-circle-left: \f359; +$fa-var-arrow-alt-circle-left: \f359; +$fa-var-train-subway: \f239; +$fa-var-subway: \f239; +$fa-var-chart-gantt: \e0e4; +$fa-var-indian-rupee-sign: \e1bc; +$fa-var-indian-rupee: \e1bc; +$fa-var-inr: \e1bc; +$fa-var-crop-simple: \f565; +$fa-var-crop-alt: \f565; +$fa-var-money-bill-1: \f3d1; +$fa-var-money-bill-alt: \f3d1; +$fa-var-left-long: \f30a; +$fa-var-long-arrow-alt-left: \f30a; +$fa-var-dna: \f471; +$fa-var-virus-slash: \e075; +$fa-var-minus: \f068; +$fa-var-subtract: \f068; +$fa-var-chess: \f439; +$fa-var-arrow-left-long: \f177; +$fa-var-long-arrow-left: \f177; +$fa-var-plug-circle-check: \e55c; +$fa-var-street-view: \f21d; +$fa-var-franc-sign: \e18f; +$fa-var-volume-off: \f026; +$fa-var-hands-asl-interpreting: \f2a3; +$fa-var-american-sign-language-interpreting: \f2a3; +$fa-var-asl-interpreting: \f2a3; +$fa-var-hands-american-sign-language-interpreting: \f2a3; +$fa-var-gear: \f013; +$fa-var-cog: \f013; +$fa-var-droplet-slash: \f5c7; +$fa-var-tint-slash: \f5c7; +$fa-var-mosque: \f678; +$fa-var-mosquito: \e52b; +$fa-var-star-of-david: \f69a; +$fa-var-person-military-rifle: \e54b; +$fa-var-cart-shopping: \f07a; +$fa-var-shopping-cart: \f07a; +$fa-var-vials: \f493; +$fa-var-plug-circle-plus: \e55f; +$fa-var-place-of-worship: \f67f; +$fa-var-grip-vertical: \f58e; +$fa-var-arrow-turn-up: \f148; +$fa-var-level-up: \f148; +$fa-var-u: \55; +$fa-var-square-root-variable: \f698; +$fa-var-square-root-alt: \f698; +$fa-var-clock: \f017; +$fa-var-clock-four: \f017; +$fa-var-backward-step: \f048; +$fa-var-step-backward: \f048; +$fa-var-pallet: \f482; +$fa-var-faucet: \e005; +$fa-var-baseball-bat-ball: \f432; +$fa-var-s: \53; +$fa-var-timeline: \e29c; +$fa-var-keyboard: \f11c; +$fa-var-caret-down: \f0d7; +$fa-var-house-chimney-medical: \f7f2; +$fa-var-clinic-medical: \f7f2; +$fa-var-temperature-three-quarters: \f2c8; +$fa-var-temperature-3: \f2c8; +$fa-var-thermometer-3: \f2c8; +$fa-var-thermometer-three-quarters: \f2c8; +$fa-var-mobile-screen: \f3cf; +$fa-var-mobile-android-alt: \f3cf; +$fa-var-plane-up: \e22d; +$fa-var-piggy-bank: \f4d3; +$fa-var-battery-half: \f242; +$fa-var-battery-3: \f242; +$fa-var-mountain-city: \e52e; +$fa-var-coins: \f51e; +$fa-var-khanda: \f66d; +$fa-var-sliders: \f1de; +$fa-var-sliders-h: \f1de; +$fa-var-folder-tree: \f802; +$fa-var-network-wired: \f6ff; +$fa-var-map-pin: \f276; +$fa-var-hamsa: \f665; +$fa-var-cent-sign: \e3f5; +$fa-var-flask: \f0c3; +$fa-var-person-pregnant: \e31e; +$fa-var-wand-sparkles: \f72b; +$fa-var-ellipsis-vertical: \f142; +$fa-var-ellipsis-v: \f142; +$fa-var-ticket: \f145; +$fa-var-power-off: \f011; +$fa-var-right-long: \f30b; +$fa-var-long-arrow-alt-right: \f30b; +$fa-var-flag-usa: \f74d; +$fa-var-laptop-file: \e51d; +$fa-var-tty: \f1e4; +$fa-var-teletype: \f1e4; +$fa-var-diagram-next: \e476; +$fa-var-person-rifle: \e54e; +$fa-var-house-medical-circle-exclamation: \e512; +$fa-var-closed-captioning: \f20a; +$fa-var-person-hiking: \f6ec; +$fa-var-hiking: \f6ec; +$fa-var-venus-double: \f226; +$fa-var-images: \f302; +$fa-var-calculator: \f1ec; +$fa-var-people-pulling: \e535; +$fa-var-n: \4e; +$fa-var-cable-car: \f7da; +$fa-var-tram: \f7da; +$fa-var-cloud-rain: \f73d; +$fa-var-building-circle-xmark: \e4d4; +$fa-var-ship: \f21a; +$fa-var-arrows-down-to-line: \e4b8; +$fa-var-download: \f019; +$fa-var-face-grin: \f580; +$fa-var-grin: \f580; +$fa-var-delete-left: \f55a; +$fa-var-backspace: \f55a; +$fa-var-eye-dropper: \f1fb; +$fa-var-eye-dropper-empty: \f1fb; +$fa-var-eyedropper: \f1fb; +$fa-var-file-circle-check: \e5a0; +$fa-var-forward: \f04e; +$fa-var-mobile: \f3ce; +$fa-var-mobile-android: \f3ce; +$fa-var-mobile-phone: \f3ce; +$fa-var-face-meh: \f11a; +$fa-var-meh: \f11a; +$fa-var-align-center: \f037; +$fa-var-book-skull: \f6b7; +$fa-var-book-dead: \f6b7; +$fa-var-id-card: \f2c2; +$fa-var-drivers-license: \f2c2; +$fa-var-outdent: \f03b; +$fa-var-dedent: \f03b; +$fa-var-heart-circle-exclamation: \e4fe; +$fa-var-house: \f015; +$fa-var-home: \f015; +$fa-var-home-alt: \f015; +$fa-var-home-lg-alt: \f015; +$fa-var-calendar-week: \f784; +$fa-var-laptop-medical: \f812; +$fa-var-b: \42; +$fa-var-file-medical: \f477; +$fa-var-dice-one: \f525; +$fa-var-kiwi-bird: \f535; +$fa-var-arrow-right-arrow-left: \f0ec; +$fa-var-exchange: \f0ec; +$fa-var-rotate-right: \f2f9; +$fa-var-redo-alt: \f2f9; +$fa-var-rotate-forward: \f2f9; +$fa-var-utensils: \f2e7; +$fa-var-cutlery: \f2e7; +$fa-var-arrow-up-wide-short: \f161; +$fa-var-sort-amount-up: \f161; +$fa-var-mill-sign: \e1ed; +$fa-var-bowl-rice: \e2eb; +$fa-var-skull: \f54c; +$fa-var-tower-broadcast: \f519; +$fa-var-broadcast-tower: \f519; +$fa-var-truck-pickup: \f63c; +$fa-var-up-long: \f30c; +$fa-var-long-arrow-alt-up: \f30c; +$fa-var-stop: \f04d; +$fa-var-code-merge: \f387; +$fa-var-upload: \f093; +$fa-var-hurricane: \f751; +$fa-var-mound: \e52d; +$fa-var-toilet-portable: \e583; +$fa-var-compact-disc: \f51f; +$fa-var-file-arrow-down: \f56d; +$fa-var-file-download: \f56d; +$fa-var-caravan: \f8ff; +$fa-var-shield-cat: \e572; +$fa-var-bolt: \f0e7; +$fa-var-zap: \f0e7; +$fa-var-glass-water: \e4f4; +$fa-var-oil-well: \e532; +$fa-var-vault: \e2c5; +$fa-var-mars: \f222; +$fa-var-toilet: \f7d8; +$fa-var-plane-circle-xmark: \e557; +$fa-var-yen-sign: \f157; +$fa-var-cny: \f157; +$fa-var-jpy: \f157; +$fa-var-rmb: \f157; +$fa-var-yen: \f157; +$fa-var-ruble-sign: \f158; +$fa-var-rouble: \f158; +$fa-var-rub: \f158; +$fa-var-ruble: \f158; +$fa-var-sun: \f185; +$fa-var-guitar: \f7a6; +$fa-var-face-laugh-wink: \f59c; +$fa-var-laugh-wink: \f59c; +$fa-var-horse-head: \f7ab; +$fa-var-bore-hole: \e4c3; +$fa-var-industry: \f275; +$fa-var-circle-down: \f358; +$fa-var-arrow-alt-circle-down: \f358; +$fa-var-arrows-turn-to-dots: \e4c1; +$fa-var-florin-sign: \e184; +$fa-var-arrow-down-short-wide: \f884; +$fa-var-sort-amount-desc: \f884; +$fa-var-sort-amount-down-alt: \f884; +$fa-var-less-than: \3c; +$fa-var-angle-down: \f107; +$fa-var-car-tunnel: \e4de; +$fa-var-head-side-cough: \e061; +$fa-var-grip-lines: \f7a4; +$fa-var-thumbs-down: \f165; +$fa-var-user-lock: \f502; +$fa-var-arrow-right-long: \f178; +$fa-var-long-arrow-right: \f178; +$fa-var-anchor-circle-xmark: \e4ac; +$fa-var-ellipsis: \f141; +$fa-var-ellipsis-h: \f141; +$fa-var-chess-pawn: \f443; +$fa-var-kit-medical: \f479; +$fa-var-first-aid: \f479; +$fa-var-person-through-window: \e5a9; +$fa-var-toolbox: \f552; +$fa-var-hands-holding-circle: \e4fb; +$fa-var-bug: \f188; +$fa-var-credit-card: \f09d; +$fa-var-credit-card-alt: \f09d; +$fa-var-car: \f1b9; +$fa-var-automobile: \f1b9; +$fa-var-hand-holding-hand: \e4f7; +$fa-var-book-open-reader: \f5da; +$fa-var-book-reader: \f5da; +$fa-var-mountain-sun: \e52f; +$fa-var-arrows-left-right-to-line: \e4ba; +$fa-var-dice-d20: \f6cf; +$fa-var-truck-droplet: \e58c; +$fa-var-file-circle-xmark: \e5a1; +$fa-var-temperature-arrow-up: \e040; +$fa-var-temperature-up: \e040; +$fa-var-medal: \f5a2; +$fa-var-bed: \f236; +$fa-var-square-h: \f0fd; +$fa-var-h-square: \f0fd; +$fa-var-podcast: \f2ce; +$fa-var-temperature-full: \f2c7; +$fa-var-temperature-4: \f2c7; +$fa-var-thermometer-4: \f2c7; +$fa-var-thermometer-full: \f2c7; +$fa-var-bell: \f0f3; +$fa-var-superscript: \f12b; +$fa-var-plug-circle-xmark: \e560; +$fa-var-star-of-life: \f621; +$fa-var-phone-slash: \f3dd; +$fa-var-paint-roller: \f5aa; +$fa-var-handshake-angle: \f4c4; +$fa-var-hands-helping: \f4c4; +$fa-var-location-dot: \f3c5; +$fa-var-map-marker-alt: \f3c5; +$fa-var-file: \f15b; +$fa-var-greater-than: \3e; +$fa-var-person-swimming: \f5c4; +$fa-var-swimmer: \f5c4; +$fa-var-arrow-down: \f063; +$fa-var-droplet: \f043; +$fa-var-tint: \f043; +$fa-var-eraser: \f12d; +$fa-var-earth-americas: \f57d; +$fa-var-earth: \f57d; +$fa-var-earth-america: \f57d; +$fa-var-globe-americas: \f57d; +$fa-var-person-burst: \e53b; +$fa-var-dove: \f4ba; +$fa-var-battery-empty: \f244; +$fa-var-battery-0: \f244; +$fa-var-socks: \f696; +$fa-var-inbox: \f01c; +$fa-var-section: \e447; +$fa-var-gauge-high: \f625; +$fa-var-tachometer-alt: \f625; +$fa-var-tachometer-alt-fast: \f625; +$fa-var-envelope-open-text: \f658; +$fa-var-hospital: \f0f8; +$fa-var-hospital-alt: \f0f8; +$fa-var-hospital-wide: \f0f8; +$fa-var-wine-bottle: \f72f; +$fa-var-chess-rook: \f447; +$fa-var-bars-staggered: \f550; +$fa-var-reorder: \f550; +$fa-var-stream: \f550; +$fa-var-dharmachakra: \f655; +$fa-var-hotdog: \f80f; +$fa-var-person-walking-with-cane: \f29d; +$fa-var-blind: \f29d; +$fa-var-drum: \f569; +$fa-var-ice-cream: \f810; +$fa-var-heart-circle-bolt: \e4fc; +$fa-var-fax: \f1ac; +$fa-var-paragraph: \f1dd; +$fa-var-check-to-slot: \f772; +$fa-var-vote-yea: \f772; +$fa-var-star-half: \f089; +$fa-var-boxes-stacked: \f468; +$fa-var-boxes: \f468; +$fa-var-boxes-alt: \f468; +$fa-var-link: \f0c1; +$fa-var-chain: \f0c1; +$fa-var-ear-listen: \f2a2; +$fa-var-assistive-listening-systems: \f2a2; +$fa-var-tree-city: \e587; +$fa-var-play: \f04b; +$fa-var-font: \f031; +$fa-var-rupiah-sign: \e23d; +$fa-var-magnifying-glass: \f002; +$fa-var-search: \f002; +$fa-var-table-tennis-paddle-ball: \f45d; +$fa-var-ping-pong-paddle-ball: \f45d; +$fa-var-table-tennis: \f45d; +$fa-var-person-dots-from-line: \f470; +$fa-var-diagnoses: \f470; +$fa-var-trash-can-arrow-up: \f82a; +$fa-var-trash-restore-alt: \f82a; +$fa-var-naira-sign: \e1f6; +$fa-var-cart-arrow-down: \f218; +$fa-var-walkie-talkie: \f8ef; +$fa-var-file-pen: \f31c; +$fa-var-file-edit: \f31c; +$fa-var-receipt: \f543; +$fa-var-square-pen: \f14b; +$fa-var-pen-square: \f14b; +$fa-var-pencil-square: \f14b; +$fa-var-suitcase-rolling: \f5c1; +$fa-var-person-circle-exclamation: \e53f; +$fa-var-chevron-down: \f078; +$fa-var-battery-full: \f240; +$fa-var-battery: \f240; +$fa-var-battery-5: \f240; +$fa-var-skull-crossbones: \f714; +$fa-var-code-compare: \e13a; +$fa-var-list-ul: \f0ca; +$fa-var-list-dots: \f0ca; +$fa-var-school-lock: \e56f; +$fa-var-tower-cell: \e585; +$fa-var-down-long: \f309; +$fa-var-long-arrow-alt-down: \f309; +$fa-var-ranking-star: \e561; +$fa-var-chess-king: \f43f; +$fa-var-person-harassing: \e549; +$fa-var-brazilian-real-sign: \e46c; +$fa-var-landmark-dome: \f752; +$fa-var-landmark-alt: \f752; +$fa-var-arrow-up: \f062; +$fa-var-tv: \f26c; +$fa-var-television: \f26c; +$fa-var-tv-alt: \f26c; +$fa-var-shrimp: \e448; +$fa-var-list-check: \f0ae; +$fa-var-tasks: \f0ae; +$fa-var-jug-detergent: \e519; +$fa-var-circle-user: \f2bd; +$fa-var-user-circle: \f2bd; +$fa-var-user-shield: \f505; +$fa-var-wind: \f72e; +$fa-var-car-burst: \f5e1; +$fa-var-car-crash: \f5e1; +$fa-var-y: \59; +$fa-var-person-snowboarding: \f7ce; +$fa-var-snowboarding: \f7ce; +$fa-var-truck-fast: \f48b; +$fa-var-shipping-fast: \f48b; +$fa-var-fish: \f578; +$fa-var-user-graduate: \f501; +$fa-var-circle-half-stroke: \f042; +$fa-var-adjust: \f042; +$fa-var-clapperboard: \e131; +$fa-var-circle-radiation: \f7ba; +$fa-var-radiation-alt: \f7ba; +$fa-var-baseball: \f433; +$fa-var-baseball-ball: \f433; +$fa-var-jet-fighter-up: \e518; +$fa-var-diagram-project: \f542; +$fa-var-project-diagram: \f542; +$fa-var-copy: \f0c5; +$fa-var-volume-xmark: \f6a9; +$fa-var-volume-mute: \f6a9; +$fa-var-volume-times: \f6a9; +$fa-var-hand-sparkles: \e05d; +$fa-var-grip: \f58d; +$fa-var-grip-horizontal: \f58d; +$fa-var-share-from-square: \f14d; +$fa-var-share-square: \f14d; +$fa-var-child-combatant: \e4e0; +$fa-var-child-rifle: \e4e0; +$fa-var-gun: \e19b; +$fa-var-square-phone: \f098; +$fa-var-phone-square: \f098; +$fa-var-plus: \2b; +$fa-var-add: \2b; +$fa-var-expand: \f065; +$fa-var-computer: \e4e5; +$fa-var-xmark: \f00d; +$fa-var-close: \f00d; +$fa-var-multiply: \f00d; +$fa-var-remove: \f00d; +$fa-var-times: \f00d; +$fa-var-arrows-up-down-left-right: \f047; +$fa-var-arrows: \f047; +$fa-var-chalkboard-user: \f51c; +$fa-var-chalkboard-teacher: \f51c; +$fa-var-peso-sign: \e222; +$fa-var-building-shield: \e4d8; +$fa-var-baby: \f77c; +$fa-var-users-line: \e592; +$fa-var-quote-left: \f10d; +$fa-var-quote-left-alt: \f10d; +$fa-var-tractor: \f722; +$fa-var-trash-arrow-up: \f829; +$fa-var-trash-restore: \f829; +$fa-var-arrow-down-up-lock: \e4b0; +$fa-var-lines-leaning: \e51e; +$fa-var-ruler-combined: \f546; +$fa-var-copyright: \f1f9; +$fa-var-equals: \3d; +$fa-var-blender: \f517; +$fa-var-teeth: \f62e; +$fa-var-shekel-sign: \f20b; +$fa-var-ils: \f20b; +$fa-var-shekel: \f20b; +$fa-var-sheqel: \f20b; +$fa-var-sheqel-sign: \f20b; +$fa-var-map: \f279; +$fa-var-rocket: \f135; +$fa-var-photo-film: \f87c; +$fa-var-photo-video: \f87c; +$fa-var-folder-minus: \f65d; +$fa-var-store: \f54e; +$fa-var-arrow-trend-up: \e098; +$fa-var-plug-circle-minus: \e55e; +$fa-var-sign-hanging: \f4d9; +$fa-var-sign: \f4d9; +$fa-var-bezier-curve: \f55b; +$fa-var-bell-slash: \f1f6; +$fa-var-tablet: \f3fb; +$fa-var-tablet-android: \f3fb; +$fa-var-school-flag: \e56e; +$fa-var-fill: \f575; +$fa-var-angle-up: \f106; +$fa-var-drumstick-bite: \f6d7; +$fa-var-holly-berry: \f7aa; +$fa-var-chevron-left: \f053; +$fa-var-bacteria: \e059; +$fa-var-hand-lizard: \f258; +$fa-var-notdef: \e1fe; +$fa-var-disease: \f7fa; +$fa-var-briefcase-medical: \f469; +$fa-var-genderless: \f22d; +$fa-var-chevron-right: \f054; +$fa-var-retweet: \f079; +$fa-var-car-rear: \f5de; +$fa-var-car-alt: \f5de; +$fa-var-pump-soap: \e06b; +$fa-var-video-slash: \f4e2; +$fa-var-battery-quarter: \f243; +$fa-var-battery-2: \f243; +$fa-var-radio: \f8d7; +$fa-var-baby-carriage: \f77d; +$fa-var-carriage-baby: \f77d; +$fa-var-traffic-light: \f637; +$fa-var-thermometer: \f491; +$fa-var-vr-cardboard: \f729; +$fa-var-hand-middle-finger: \f806; +$fa-var-percent: \25; +$fa-var-percentage: \25; +$fa-var-truck-moving: \f4df; +$fa-var-glass-water-droplet: \e4f5; +$fa-var-display: \e163; +$fa-var-face-smile: \f118; +$fa-var-smile: \f118; +$fa-var-thumbtack: \f08d; +$fa-var-thumb-tack: \f08d; +$fa-var-trophy: \f091; +$fa-var-person-praying: \f683; +$fa-var-pray: \f683; +$fa-var-hammer: \f6e3; +$fa-var-hand-peace: \f25b; +$fa-var-rotate: \f2f1; +$fa-var-sync-alt: \f2f1; +$fa-var-spinner: \f110; +$fa-var-robot: \f544; +$fa-var-peace: \f67c; +$fa-var-gears: \f085; +$fa-var-cogs: \f085; +$fa-var-warehouse: \f494; +$fa-var-arrow-up-right-dots: \e4b7; +$fa-var-splotch: \f5bc; +$fa-var-face-grin-hearts: \f584; +$fa-var-grin-hearts: \f584; +$fa-var-dice-four: \f524; +$fa-var-sim-card: \f7c4; +$fa-var-transgender: \f225; +$fa-var-transgender-alt: \f225; +$fa-var-mercury: \f223; +$fa-var-arrow-turn-down: \f149; +$fa-var-level-down: \f149; +$fa-var-person-falling-burst: \e547; +$fa-var-award: \f559; +$fa-var-ticket-simple: \f3ff; +$fa-var-ticket-alt: \f3ff; +$fa-var-building: \f1ad; +$fa-var-angles-left: \f100; +$fa-var-angle-double-left: \f100; +$fa-var-qrcode: \f029; +$fa-var-clock-rotate-left: \f1da; +$fa-var-history: \f1da; +$fa-var-face-grin-beam-sweat: \f583; +$fa-var-grin-beam-sweat: \f583; +$fa-var-file-export: \f56e; +$fa-var-arrow-right-from-file: \f56e; +$fa-var-shield: \f132; +$fa-var-shield-blank: \f132; +$fa-var-arrow-up-short-wide: \f885; +$fa-var-sort-amount-up-alt: \f885; +$fa-var-house-medical: \e3b2; +$fa-var-golf-ball-tee: \f450; +$fa-var-golf-ball: \f450; +$fa-var-circle-chevron-left: \f137; +$fa-var-chevron-circle-left: \f137; +$fa-var-house-chimney-window: \e00d; +$fa-var-pen-nib: \f5ad; +$fa-var-tent-arrow-turn-left: \e580; +$fa-var-tents: \e582; +$fa-var-wand-magic: \f0d0; +$fa-var-magic: \f0d0; +$fa-var-dog: \f6d3; +$fa-var-carrot: \f787; +$fa-var-moon: \f186; +$fa-var-wine-glass-empty: \f5ce; +$fa-var-wine-glass-alt: \f5ce; +$fa-var-cheese: \f7ef; +$fa-var-yin-yang: \f6ad; +$fa-var-music: \f001; +$fa-var-code-commit: \f386; +$fa-var-temperature-low: \f76b; +$fa-var-person-biking: \f84a; +$fa-var-biking: \f84a; +$fa-var-broom: \f51a; +$fa-var-shield-heart: \e574; +$fa-var-gopuram: \f664; +$fa-var-earth-oceania: \e47b; +$fa-var-globe-oceania: \e47b; +$fa-var-square-xmark: \f2d3; +$fa-var-times-square: \f2d3; +$fa-var-xmark-square: \f2d3; +$fa-var-hashtag: \23; +$fa-var-up-right-and-down-left-from-center: \f424; +$fa-var-expand-alt: \f424; +$fa-var-oil-can: \f613; +$fa-var-t: \54; +$fa-var-hippo: \f6ed; +$fa-var-chart-column: \e0e3; +$fa-var-infinity: \f534; +$fa-var-vial-circle-check: \e596; +$fa-var-person-arrow-down-to-line: \e538; +$fa-var-voicemail: \f897; +$fa-var-fan: \f863; +$fa-var-person-walking-luggage: \e554; +$fa-var-up-down: \f338; +$fa-var-arrows-alt-v: \f338; +$fa-var-cloud-moon-rain: \f73c; +$fa-var-calendar: \f133; +$fa-var-trailer: \e041; +$fa-var-bahai: \f666; +$fa-var-haykal: \f666; +$fa-var-sd-card: \f7c2; +$fa-var-dragon: \f6d5; +$fa-var-shoe-prints: \f54b; +$fa-var-circle-plus: \f055; +$fa-var-plus-circle: \f055; +$fa-var-face-grin-tongue-wink: \f58b; +$fa-var-grin-tongue-wink: \f58b; +$fa-var-hand-holding: \f4bd; +$fa-var-plug-circle-exclamation: \e55d; +$fa-var-link-slash: \f127; +$fa-var-chain-broken: \f127; +$fa-var-chain-slash: \f127; +$fa-var-unlink: \f127; +$fa-var-clone: \f24d; +$fa-var-person-walking-arrow-loop-left: \e551; +$fa-var-arrow-up-z-a: \f882; +$fa-var-sort-alpha-up-alt: \f882; +$fa-var-fire-flame-curved: \f7e4; +$fa-var-fire-alt: \f7e4; +$fa-var-tornado: \f76f; +$fa-var-file-circle-plus: \e494; +$fa-var-book-quran: \f687; +$fa-var-quran: \f687; +$fa-var-anchor: \f13d; +$fa-var-border-all: \f84c; +$fa-var-face-angry: \f556; +$fa-var-angry: \f556; +$fa-var-cookie-bite: \f564; +$fa-var-arrow-trend-down: \e097; +$fa-var-rss: \f09e; +$fa-var-feed: \f09e; +$fa-var-draw-polygon: \f5ee; +$fa-var-scale-balanced: \f24e; +$fa-var-balance-scale: \f24e; +$fa-var-gauge-simple-high: \f62a; +$fa-var-tachometer: \f62a; +$fa-var-tachometer-fast: \f62a; +$fa-var-shower: \f2cc; +$fa-var-desktop: \f390; +$fa-var-desktop-alt: \f390; +$fa-var-m: \4d; +$fa-var-table-list: \f00b; +$fa-var-th-list: \f00b; +$fa-var-comment-sms: \f7cd; +$fa-var-sms: \f7cd; +$fa-var-book: \f02d; +$fa-var-user-plus: \f234; +$fa-var-check: \f00c; +$fa-var-battery-three-quarters: \f241; +$fa-var-battery-4: \f241; +$fa-var-house-circle-check: \e509; +$fa-var-angle-left: \f104; +$fa-var-diagram-successor: \e47a; +$fa-var-truck-arrow-right: \e58b; +$fa-var-arrows-split-up-and-left: \e4bc; +$fa-var-hand-fist: \f6de; +$fa-var-fist-raised: \f6de; +$fa-var-cloud-moon: \f6c3; +$fa-var-briefcase: \f0b1; +$fa-var-person-falling: \e546; +$fa-var-image-portrait: \f3e0; +$fa-var-portrait: \f3e0; +$fa-var-user-tag: \f507; +$fa-var-rug: \e569; +$fa-var-earth-europe: \f7a2; +$fa-var-globe-europe: \f7a2; +$fa-var-cart-flatbed-suitcase: \f59d; +$fa-var-luggage-cart: \f59d; +$fa-var-rectangle-xmark: \f410; +$fa-var-rectangle-times: \f410; +$fa-var-times-rectangle: \f410; +$fa-var-window-close: \f410; +$fa-var-baht-sign: \e0ac; +$fa-var-book-open: \f518; +$fa-var-book-journal-whills: \f66a; +$fa-var-journal-whills: \f66a; +$fa-var-handcuffs: \e4f8; +$fa-var-triangle-exclamation: \f071; +$fa-var-exclamation-triangle: \f071; +$fa-var-warning: \f071; +$fa-var-database: \f1c0; +$fa-var-share: \f064; +$fa-var-arrow-turn-right: \f064; +$fa-var-mail-forward: \f064; +$fa-var-bottle-droplet: \e4c4; +$fa-var-mask-face: \e1d7; +$fa-var-hill-rockslide: \e508; +$fa-var-right-left: \f362; +$fa-var-exchange-alt: \f362; +$fa-var-paper-plane: \f1d8; +$fa-var-road-circle-exclamation: \e565; +$fa-var-dungeon: \f6d9; +$fa-var-align-right: \f038; +$fa-var-money-bill-1-wave: \f53b; +$fa-var-money-bill-wave-alt: \f53b; +$fa-var-life-ring: \f1cd; +$fa-var-hands: \f2a7; +$fa-var-sign-language: \f2a7; +$fa-var-signing: \f2a7; +$fa-var-calendar-day: \f783; +$fa-var-water-ladder: \f5c5; +$fa-var-ladder-water: \f5c5; +$fa-var-swimming-pool: \f5c5; +$fa-var-arrows-up-down: \f07d; +$fa-var-arrows-v: \f07d; +$fa-var-face-grimace: \f57f; +$fa-var-grimace: \f57f; +$fa-var-wheelchair-move: \e2ce; +$fa-var-wheelchair-alt: \e2ce; +$fa-var-turn-down: \f3be; +$fa-var-level-down-alt: \f3be; +$fa-var-person-walking-arrow-right: \e552; +$fa-var-square-envelope: \f199; +$fa-var-envelope-square: \f199; +$fa-var-dice: \f522; +$fa-var-bowling-ball: \f436; +$fa-var-brain: \f5dc; +$fa-var-bandage: \f462; +$fa-var-band-aid: \f462; +$fa-var-calendar-minus: \f272; +$fa-var-circle-xmark: \f057; +$fa-var-times-circle: \f057; +$fa-var-xmark-circle: \f057; +$fa-var-gifts: \f79c; +$fa-var-hotel: \f594; +$fa-var-earth-asia: \f57e; +$fa-var-globe-asia: \f57e; +$fa-var-id-card-clip: \f47f; +$fa-var-id-card-alt: \f47f; +$fa-var-magnifying-glass-plus: \f00e; +$fa-var-search-plus: \f00e; +$fa-var-thumbs-up: \f164; +$fa-var-user-clock: \f4fd; +$fa-var-hand-dots: \f461; +$fa-var-allergies: \f461; +$fa-var-file-invoice: \f570; +$fa-var-window-minimize: \f2d1; +$fa-var-mug-saucer: \f0f4; +$fa-var-coffee: \f0f4; +$fa-var-brush: \f55d; +$fa-var-mask: \f6fa; +$fa-var-magnifying-glass-minus: \f010; +$fa-var-search-minus: \f010; +$fa-var-ruler-vertical: \f548; +$fa-var-user-large: \f406; +$fa-var-user-alt: \f406; +$fa-var-train-tram: \e5b4; +$fa-var-user-nurse: \f82f; +$fa-var-syringe: \f48e; +$fa-var-cloud-sun: \f6c4; +$fa-var-stopwatch-20: \e06f; +$fa-var-square-full: \f45c; +$fa-var-magnet: \f076; +$fa-var-jar: \e516; +$fa-var-note-sticky: \f249; +$fa-var-sticky-note: \f249; +$fa-var-bug-slash: \e490; +$fa-var-arrow-up-from-water-pump: \e4b6; +$fa-var-bone: \f5d7; +$fa-var-user-injured: \f728; +$fa-var-face-sad-tear: \f5b4; +$fa-var-sad-tear: \f5b4; +$fa-var-plane: \f072; +$fa-var-tent-arrows-down: \e581; +$fa-var-exclamation: \21; +$fa-var-arrows-spin: \e4bb; +$fa-var-print: \f02f; +$fa-var-turkish-lira-sign: \e2bb; +$fa-var-try: \e2bb; +$fa-var-turkish-lira: \e2bb; +$fa-var-dollar-sign: \24; +$fa-var-dollar: \24; +$fa-var-usd: \24; +$fa-var-x: \58; +$fa-var-magnifying-glass-dollar: \f688; +$fa-var-search-dollar: \f688; +$fa-var-users-gear: \f509; +$fa-var-users-cog: \f509; +$fa-var-person-military-pointing: \e54a; +$fa-var-building-columns: \f19c; +$fa-var-bank: \f19c; +$fa-var-institution: \f19c; +$fa-var-museum: \f19c; +$fa-var-university: \f19c; +$fa-var-umbrella: \f0e9; +$fa-var-trowel: \e589; +$fa-var-d: \44; +$fa-var-stapler: \e5af; +$fa-var-masks-theater: \f630; +$fa-var-theater-masks: \f630; +$fa-var-kip-sign: \e1c4; +$fa-var-hand-point-left: \f0a5; +$fa-var-handshake-simple: \f4c6; +$fa-var-handshake-alt: \f4c6; +$fa-var-jet-fighter: \f0fb; +$fa-var-fighter-jet: \f0fb; +$fa-var-square-share-nodes: \f1e1; +$fa-var-share-alt-square: \f1e1; +$fa-var-barcode: \f02a; +$fa-var-plus-minus: \e43c; +$fa-var-video: \f03d; +$fa-var-video-camera: \f03d; +$fa-var-graduation-cap: \f19d; +$fa-var-mortar-board: \f19d; +$fa-var-hand-holding-medical: \e05c; +$fa-var-person-circle-check: \e53e; +$fa-var-turn-up: \f3bf; +$fa-var-level-up-alt: \f3bf; + +$fa-var-monero: \f3d0; +$fa-var-hooli: \f427; +$fa-var-yelp: \f1e9; +$fa-var-cc-visa: \f1f0; +$fa-var-lastfm: \f202; +$fa-var-shopware: \f5b5; +$fa-var-creative-commons-nc: \f4e8; +$fa-var-aws: \f375; +$fa-var-redhat: \f7bc; +$fa-var-yoast: \f2b1; +$fa-var-cloudflare: \e07d; +$fa-var-ups: \f7e0; +$fa-var-wpexplorer: \f2de; +$fa-var-dyalog: \f399; +$fa-var-bity: \f37a; +$fa-var-stackpath: \f842; +$fa-var-buysellads: \f20d; +$fa-var-first-order: \f2b0; +$fa-var-modx: \f285; +$fa-var-guilded: \e07e; +$fa-var-vnv: \f40b; +$fa-var-square-js: \f3b9; +$fa-var-js-square: \f3b9; +$fa-var-microsoft: \f3ca; +$fa-var-qq: \f1d6; +$fa-var-orcid: \f8d2; +$fa-var-java: \f4e4; +$fa-var-invision: \f7b0; +$fa-var-creative-commons-pd-alt: \f4ed; +$fa-var-centercode: \f380; +$fa-var-glide-g: \f2a6; +$fa-var-drupal: \f1a9; +$fa-var-hire-a-helper: \f3b0; +$fa-var-creative-commons-by: \f4e7; +$fa-var-unity: \e049; +$fa-var-whmcs: \f40d; +$fa-var-rocketchat: \f3e8; +$fa-var-vk: \f189; +$fa-var-untappd: \f405; +$fa-var-mailchimp: \f59e; +$fa-var-css3-alt: \f38b; +$fa-var-square-reddit: \f1a2; +$fa-var-reddit-square: \f1a2; +$fa-var-vimeo-v: \f27d; +$fa-var-contao: \f26d; +$fa-var-square-font-awesome: \e5ad; +$fa-var-deskpro: \f38f; +$fa-var-sistrix: \f3ee; +$fa-var-square-instagram: \e055; +$fa-var-instagram-square: \e055; +$fa-var-battle-net: \f835; +$fa-var-the-red-yeti: \f69d; +$fa-var-square-hacker-news: \f3af; +$fa-var-hacker-news-square: \f3af; +$fa-var-edge: \f282; +$fa-var-threads: \e618; +$fa-var-napster: \f3d2; +$fa-var-square-snapchat: \f2ad; +$fa-var-snapchat-square: \f2ad; +$fa-var-google-plus-g: \f0d5; +$fa-var-artstation: \f77a; +$fa-var-markdown: \f60f; +$fa-var-sourcetree: \f7d3; +$fa-var-google-plus: \f2b3; +$fa-var-diaspora: \f791; +$fa-var-foursquare: \f180; +$fa-var-stack-overflow: \f16c; +$fa-var-github-alt: \f113; +$fa-var-phoenix-squadron: \f511; +$fa-var-pagelines: \f18c; +$fa-var-algolia: \f36c; +$fa-var-red-river: \f3e3; +$fa-var-creative-commons-sa: \f4ef; +$fa-var-safari: \f267; +$fa-var-google: \f1a0; +$fa-var-square-font-awesome-stroke: \f35c; +$fa-var-font-awesome-alt: \f35c; +$fa-var-atlassian: \f77b; +$fa-var-linkedin-in: \f0e1; +$fa-var-digital-ocean: \f391; +$fa-var-nimblr: \f5a8; +$fa-var-chromecast: \f838; +$fa-var-evernote: \f839; +$fa-var-hacker-news: \f1d4; +$fa-var-creative-commons-sampling: \f4f0; +$fa-var-adversal: \f36a; +$fa-var-creative-commons: \f25e; +$fa-var-watchman-monitoring: \e087; +$fa-var-fonticons: \f280; +$fa-var-weixin: \f1d7; +$fa-var-shirtsinbulk: \f214; +$fa-var-codepen: \f1cb; +$fa-var-git-alt: \f841; +$fa-var-lyft: \f3c3; +$fa-var-rev: \f5b2; +$fa-var-windows: \f17a; +$fa-var-wizards-of-the-coast: \f730; +$fa-var-square-viadeo: \f2aa; +$fa-var-viadeo-square: \f2aa; +$fa-var-meetup: \f2e0; +$fa-var-centos: \f789; +$fa-var-adn: \f170; +$fa-var-cloudsmith: \f384; +$fa-var-pied-piper-alt: \f1a8; +$fa-var-square-dribbble: \f397; +$fa-var-dribbble-square: \f397; +$fa-var-codiepie: \f284; +$fa-var-node: \f419; +$fa-var-mix: \f3cb; +$fa-var-steam: \f1b6; +$fa-var-cc-apple-pay: \f416; +$fa-var-scribd: \f28a; +$fa-var-debian: \e60b; +$fa-var-openid: \f19b; +$fa-var-instalod: \e081; +$fa-var-expeditedssl: \f23e; +$fa-var-sellcast: \f2da; +$fa-var-square-twitter: \f081; +$fa-var-twitter-square: \f081; +$fa-var-r-project: \f4f7; +$fa-var-delicious: \f1a5; +$fa-var-freebsd: \f3a4; +$fa-var-vuejs: \f41f; +$fa-var-accusoft: \f369; +$fa-var-ioxhost: \f208; +$fa-var-fonticons-fi: \f3a2; +$fa-var-app-store: \f36f; +$fa-var-cc-mastercard: \f1f1; +$fa-var-itunes-note: \f3b5; +$fa-var-golang: \e40f; +$fa-var-kickstarter: \f3bb; +$fa-var-grav: \f2d6; +$fa-var-weibo: \f18a; +$fa-var-uncharted: \e084; +$fa-var-firstdraft: \f3a1; +$fa-var-square-youtube: \f431; +$fa-var-youtube-square: \f431; +$fa-var-wikipedia-w: \f266; +$fa-var-wpressr: \f3e4; +$fa-var-rendact: \f3e4; +$fa-var-angellist: \f209; +$fa-var-galactic-republic: \f50c; +$fa-var-nfc-directional: \e530; +$fa-var-skype: \f17e; +$fa-var-joget: \f3b7; +$fa-var-fedora: \f798; +$fa-var-stripe-s: \f42a; +$fa-var-meta: \e49b; +$fa-var-laravel: \f3bd; +$fa-var-hotjar: \f3b1; +$fa-var-bluetooth-b: \f294; +$fa-var-sticker-mule: \f3f7; +$fa-var-creative-commons-zero: \f4f3; +$fa-var-hips: \f452; +$fa-var-behance: \f1b4; +$fa-var-reddit: \f1a1; +$fa-var-discord: \f392; +$fa-var-chrome: \f268; +$fa-var-app-store-ios: \f370; +$fa-var-cc-discover: \f1f2; +$fa-var-wpbeginner: \f297; +$fa-var-confluence: \f78d; +$fa-var-mdb: \f8ca; +$fa-var-dochub: \f394; +$fa-var-accessible-icon: \f368; +$fa-var-ebay: \f4f4; +$fa-var-amazon: \f270; +$fa-var-unsplash: \e07c; +$fa-var-yarn: \f7e3; +$fa-var-square-steam: \f1b7; +$fa-var-steam-square: \f1b7; +$fa-var-500px: \f26e; +$fa-var-square-vimeo: \f194; +$fa-var-vimeo-square: \f194; +$fa-var-asymmetrik: \f372; +$fa-var-font-awesome: \f2b4; +$fa-var-font-awesome-flag: \f2b4; +$fa-var-font-awesome-logo-full: \f2b4; +$fa-var-gratipay: \f184; +$fa-var-apple: \f179; +$fa-var-hive: \e07f; +$fa-var-gitkraken: \f3a6; +$fa-var-keybase: \f4f5; +$fa-var-apple-pay: \f415; +$fa-var-padlet: \e4a0; +$fa-var-amazon-pay: \f42c; +$fa-var-square-github: \f092; +$fa-var-github-square: \f092; +$fa-var-stumbleupon: \f1a4; +$fa-var-fedex: \f797; +$fa-var-phoenix-framework: \f3dc; +$fa-var-shopify: \e057; +$fa-var-neos: \f612; +$fa-var-square-threads: \e619; +$fa-var-hackerrank: \f5f7; +$fa-var-researchgate: \f4f8; +$fa-var-swift: \f8e1; +$fa-var-angular: \f420; +$fa-var-speakap: \f3f3; +$fa-var-angrycreative: \f36e; +$fa-var-y-combinator: \f23b; +$fa-var-empire: \f1d1; +$fa-var-envira: \f299; +$fa-var-square-gitlab: \e5ae; +$fa-var-gitlab-square: \e5ae; +$fa-var-studiovinari: \f3f8; +$fa-var-pied-piper: \f2ae; +$fa-var-wordpress: \f19a; +$fa-var-product-hunt: \f288; +$fa-var-firefox: \f269; +$fa-var-linode: \f2b8; +$fa-var-goodreads: \f3a8; +$fa-var-square-odnoklassniki: \f264; +$fa-var-odnoklassniki-square: \f264; +$fa-var-jsfiddle: \f1cc; +$fa-var-sith: \f512; +$fa-var-themeisle: \f2b2; +$fa-var-page4: \f3d7; +$fa-var-hashnode: \e499; +$fa-var-react: \f41b; +$fa-var-cc-paypal: \f1f4; +$fa-var-squarespace: \f5be; +$fa-var-cc-stripe: \f1f5; +$fa-var-creative-commons-share: \f4f2; +$fa-var-bitcoin: \f379; +$fa-var-keycdn: \f3ba; +$fa-var-opera: \f26a; +$fa-var-itch-io: \f83a; +$fa-var-umbraco: \f8e8; +$fa-var-galactic-senate: \f50d; +$fa-var-ubuntu: \f7df; +$fa-var-draft2digital: \f396; +$fa-var-stripe: \f429; +$fa-var-houzz: \f27c; +$fa-var-gg: \f260; +$fa-var-dhl: \f790; +$fa-var-square-pinterest: \f0d3; +$fa-var-pinterest-square: \f0d3; +$fa-var-xing: \f168; +$fa-var-blackberry: \f37b; +$fa-var-creative-commons-pd: \f4ec; +$fa-var-playstation: \f3df; +$fa-var-quinscape: \f459; +$fa-var-less: \f41d; +$fa-var-blogger-b: \f37d; +$fa-var-opencart: \f23d; +$fa-var-vine: \f1ca; +$fa-var-paypal: \f1ed; +$fa-var-gitlab: \f296; +$fa-var-typo3: \f42b; +$fa-var-reddit-alien: \f281; +$fa-var-yahoo: \f19e; +$fa-var-dailymotion: \e052; +$fa-var-affiliatetheme: \f36b; +$fa-var-pied-piper-pp: \f1a7; +$fa-var-bootstrap: \f836; +$fa-var-odnoklassniki: \f263; +$fa-var-nfc-symbol: \e531; +$fa-var-ethereum: \f42e; +$fa-var-speaker-deck: \f83c; +$fa-var-creative-commons-nc-eu: \f4e9; +$fa-var-patreon: \f3d9; +$fa-var-avianex: \f374; +$fa-var-ello: \f5f1; +$fa-var-gofore: \f3a7; +$fa-var-bimobject: \f378; +$fa-var-facebook-f: \f39e; +$fa-var-square-google-plus: \f0d4; +$fa-var-google-plus-square: \f0d4; +$fa-var-mandalorian: \f50f; +$fa-var-first-order-alt: \f50a; +$fa-var-osi: \f41a; +$fa-var-google-wallet: \f1ee; +$fa-var-d-and-d-beyond: \f6ca; +$fa-var-periscope: \f3da; +$fa-var-fulcrum: \f50b; +$fa-var-cloudscale: \f383; +$fa-var-forumbee: \f211; +$fa-var-mizuni: \f3cc; +$fa-var-schlix: \f3ea; +$fa-var-square-xing: \f169; +$fa-var-xing-square: \f169; +$fa-var-bandcamp: \f2d5; +$fa-var-wpforms: \f298; +$fa-var-cloudversify: \f385; +$fa-var-usps: \f7e1; +$fa-var-megaport: \f5a3; +$fa-var-magento: \f3c4; +$fa-var-spotify: \f1bc; +$fa-var-optin-monster: \f23c; +$fa-var-fly: \f417; +$fa-var-aviato: \f421; +$fa-var-itunes: \f3b4; +$fa-var-cuttlefish: \f38c; +$fa-var-blogger: \f37c; +$fa-var-flickr: \f16e; +$fa-var-viber: \f409; +$fa-var-soundcloud: \f1be; +$fa-var-digg: \f1a6; +$fa-var-tencent-weibo: \f1d5; +$fa-var-symfony: \f83d; +$fa-var-maxcdn: \f136; +$fa-var-etsy: \f2d7; +$fa-var-facebook-messenger: \f39f; +$fa-var-audible: \f373; +$fa-var-think-peaks: \f731; +$fa-var-bilibili: \e3d9; +$fa-var-erlang: \f39d; +$fa-var-x-twitter: \e61b; +$fa-var-cotton-bureau: \f89e; +$fa-var-dashcube: \f210; +$fa-var-42-group: \e080; +$fa-var-innosoft: \e080; +$fa-var-stack-exchange: \f18d; +$fa-var-elementor: \f430; +$fa-var-square-pied-piper: \e01e; +$fa-var-pied-piper-square: \e01e; +$fa-var-creative-commons-nd: \f4eb; +$fa-var-palfed: \f3d8; +$fa-var-superpowers: \f2dd; +$fa-var-resolving: \f3e7; +$fa-var-xbox: \f412; +$fa-var-searchengin: \f3eb; +$fa-var-tiktok: \e07b; +$fa-var-square-facebook: \f082; +$fa-var-facebook-square: \f082; +$fa-var-renren: \f18b; +$fa-var-linux: \f17c; +$fa-var-glide: \f2a5; +$fa-var-linkedin: \f08c; +$fa-var-hubspot: \f3b2; +$fa-var-deploydog: \f38e; +$fa-var-twitch: \f1e8; +$fa-var-ravelry: \f2d9; +$fa-var-mixer: \e056; +$fa-var-square-lastfm: \f203; +$fa-var-lastfm-square: \f203; +$fa-var-vimeo: \f40a; +$fa-var-mendeley: \f7b3; +$fa-var-uniregistry: \f404; +$fa-var-figma: \f799; +$fa-var-creative-commons-remix: \f4ee; +$fa-var-cc-amazon-pay: \f42d; +$fa-var-dropbox: \f16b; +$fa-var-instagram: \f16d; +$fa-var-cmplid: \e360; +$fa-var-facebook: \f09a; +$fa-var-gripfire: \f3ac; +$fa-var-jedi-order: \f50e; +$fa-var-uikit: \f403; +$fa-var-fort-awesome-alt: \f3a3; +$fa-var-phabricator: \f3db; +$fa-var-ussunnah: \f407; +$fa-var-earlybirds: \f39a; +$fa-var-trade-federation: \f513; +$fa-var-autoprefixer: \f41c; +$fa-var-whatsapp: \f232; +$fa-var-slideshare: \f1e7; +$fa-var-google-play: \f3ab; +$fa-var-viadeo: \f2a9; +$fa-var-line: \f3c0; +$fa-var-google-drive: \f3aa; +$fa-var-servicestack: \f3ec; +$fa-var-simplybuilt: \f215; +$fa-var-bitbucket: \f171; +$fa-var-imdb: \f2d8; +$fa-var-deezer: \e077; +$fa-var-raspberry-pi: \f7bb; +$fa-var-jira: \f7b1; +$fa-var-docker: \f395; +$fa-var-screenpal: \e570; +$fa-var-bluetooth: \f293; +$fa-var-gitter: \f426; +$fa-var-d-and-d: \f38d; +$fa-var-microblog: \e01a; +$fa-var-cc-diners-club: \f24c; +$fa-var-gg-circle: \f261; +$fa-var-pied-piper-hat: \f4e5; +$fa-var-kickstarter-k: \f3bc; +$fa-var-yandex: \f413; +$fa-var-readme: \f4d5; +$fa-var-html5: \f13b; +$fa-var-sellsy: \f213; +$fa-var-sass: \f41e; +$fa-var-wirsindhandwerk: \e2d0; +$fa-var-wsh: \e2d0; +$fa-var-buromobelexperte: \f37f; +$fa-var-salesforce: \f83b; +$fa-var-octopus-deploy: \e082; +$fa-var-medapps: \f3c6; +$fa-var-ns8: \f3d5; +$fa-var-pinterest-p: \f231; +$fa-var-apper: \f371; +$fa-var-fort-awesome: \f286; +$fa-var-waze: \f83f; +$fa-var-cc-jcb: \f24b; +$fa-var-snapchat: \f2ab; +$fa-var-snapchat-ghost: \f2ab; +$fa-var-fantasy-flight-games: \f6dc; +$fa-var-rust: \e07a; +$fa-var-wix: \f5cf; +$fa-var-square-behance: \f1b5; +$fa-var-behance-square: \f1b5; +$fa-var-supple: \f3f9; +$fa-var-rebel: \f1d0; +$fa-var-css3: \f13c; +$fa-var-staylinked: \f3f5; +$fa-var-kaggle: \f5fa; +$fa-var-space-awesome: \e5ac; +$fa-var-deviantart: \f1bd; +$fa-var-cpanel: \f388; +$fa-var-goodreads-g: \f3a9; +$fa-var-square-git: \f1d2; +$fa-var-git-square: \f1d2; +$fa-var-square-tumblr: \f174; +$fa-var-tumblr-square: \f174; +$fa-var-trello: \f181; +$fa-var-creative-commons-nc-jp: \f4ea; +$fa-var-get-pocket: \f265; +$fa-var-perbyte: \e083; +$fa-var-grunt: \f3ad; +$fa-var-weebly: \f5cc; +$fa-var-connectdevelop: \f20e; +$fa-var-leanpub: \f212; +$fa-var-black-tie: \f27e; +$fa-var-themeco: \f5c6; +$fa-var-python: \f3e2; +$fa-var-android: \f17b; +$fa-var-bots: \e340; +$fa-var-free-code-camp: \f2c5; +$fa-var-hornbill: \f592; +$fa-var-js: \f3b8; +$fa-var-ideal: \e013; +$fa-var-git: \f1d3; +$fa-var-dev: \f6cc; +$fa-var-sketch: \f7c6; +$fa-var-yandex-international: \f414; +$fa-var-cc-amex: \f1f3; +$fa-var-uber: \f402; +$fa-var-github: \f09b; +$fa-var-php: \f457; +$fa-var-alipay: \f642; +$fa-var-youtube: \f167; +$fa-var-skyatlas: \f216; +$fa-var-firefox-browser: \e007; +$fa-var-replyd: \f3e6; +$fa-var-suse: \f7d6; +$fa-var-jenkins: \f3b6; +$fa-var-twitter: \f099; +$fa-var-rockrms: \f3e9; +$fa-var-pinterest: \f0d2; +$fa-var-buffer: \f837; +$fa-var-npm: \f3d4; +$fa-var-yammer: \f840; +$fa-var-btc: \f15a; +$fa-var-dribbble: \f17d; +$fa-var-stumbleupon-circle: \f1a3; +$fa-var-internet-explorer: \f26b; +$fa-var-stubber: \e5c7; +$fa-var-telegram: \f2c6; +$fa-var-telegram-plane: \f2c6; +$fa-var-old-republic: \f510; +$fa-var-odysee: \e5c6; +$fa-var-square-whatsapp: \f40c; +$fa-var-whatsapp-square: \f40c; +$fa-var-node-js: \f3d3; +$fa-var-edge-legacy: \e078; +$fa-var-slack: \f198; +$fa-var-slack-hash: \f198; +$fa-var-medrt: \f3c8; +$fa-var-usb: \f287; +$fa-var-tumblr: \f173; +$fa-var-vaadin: \f408; +$fa-var-quora: \f2c4; +$fa-var-square-x-twitter: \e61a; +$fa-var-reacteurope: \f75d; +$fa-var-medium: \f23a; +$fa-var-medium-m: \f23a; +$fa-var-amilia: \f36d; +$fa-var-mixcloud: \f289; +$fa-var-flipboard: \f44d; +$fa-var-viacoin: \f237; +$fa-var-critical-role: \f6c9; +$fa-var-sitrox: \e44a; +$fa-var-discourse: \f393; +$fa-var-joomla: \f1aa; +$fa-var-mastodon: \f4f6; +$fa-var-airbnb: \f834; +$fa-var-wolf-pack-battalion: \f514; +$fa-var-buy-n-large: \f8a6; +$fa-var-gulp: \f3ae; +$fa-var-creative-commons-sampling-plus: \f4f1; +$fa-var-strava: \f428; +$fa-var-ember: \f423; +$fa-var-canadian-maple-leaf: \f785; +$fa-var-teamspeak: \f4f9; +$fa-var-pushed: \f3e1; +$fa-var-wordpress-simple: \f411; +$fa-var-nutritionix: \f3d6; +$fa-var-wodu: \e088; +$fa-var-google-pay: \e079; +$fa-var-intercom: \f7af; +$fa-var-zhihu: \f63f; +$fa-var-korvue: \f42f; +$fa-var-pix: \e43a; +$fa-var-steam-symbol: \f3f6; + +$fa-icons: ( + "0": $fa-var-0, + "1": $fa-var-1, + "2": $fa-var-2, + "3": $fa-var-3, + "4": $fa-var-4, + "5": $fa-var-5, + "6": $fa-var-6, + "7": $fa-var-7, + "8": $fa-var-8, + "9": $fa-var-9, + "fill-drip": $fa-var-fill-drip, + "arrows-to-circle": $fa-var-arrows-to-circle, + "circle-chevron-right": $fa-var-circle-chevron-right, + "chevron-circle-right": $fa-var-chevron-circle-right, + "at": $fa-var-at, + "trash-can": $fa-var-trash-can, + "trash-alt": $fa-var-trash-alt, + "text-height": $fa-var-text-height, + "user-xmark": $fa-var-user-xmark, + "user-times": $fa-var-user-times, + "stethoscope": $fa-var-stethoscope, + "message": $fa-var-message, + "comment-alt": $fa-var-comment-alt, + "info": $fa-var-info, + "down-left-and-up-right-to-center": $fa-var-down-left-and-up-right-to-center, + "compress-alt": $fa-var-compress-alt, + "explosion": $fa-var-explosion, + "file-lines": $fa-var-file-lines, + "file-alt": $fa-var-file-alt, + "file-text": $fa-var-file-text, + "wave-square": $fa-var-wave-square, + "ring": $fa-var-ring, + "building-un": $fa-var-building-un, + "dice-three": $fa-var-dice-three, + "calendar-days": $fa-var-calendar-days, + "calendar-alt": $fa-var-calendar-alt, + "anchor-circle-check": $fa-var-anchor-circle-check, + "building-circle-arrow-right": $fa-var-building-circle-arrow-right, + "volleyball": $fa-var-volleyball, + "volleyball-ball": $fa-var-volleyball-ball, + "arrows-up-to-line": $fa-var-arrows-up-to-line, + "sort-down": $fa-var-sort-down, + "sort-desc": $fa-var-sort-desc, + "circle-minus": $fa-var-circle-minus, + "minus-circle": $fa-var-minus-circle, + "door-open": $fa-var-door-open, + "right-from-bracket": $fa-var-right-from-bracket, + "sign-out-alt": $fa-var-sign-out-alt, + "atom": $fa-var-atom, + "soap": $fa-var-soap, + "icons": $fa-var-icons, + "heart-music-camera-bolt": $fa-var-heart-music-camera-bolt, + "microphone-lines-slash": $fa-var-microphone-lines-slash, + "microphone-alt-slash": $fa-var-microphone-alt-slash, + "bridge-circle-check": $fa-var-bridge-circle-check, + "pump-medical": $fa-var-pump-medical, + "fingerprint": $fa-var-fingerprint, + "hand-point-right": $fa-var-hand-point-right, + "magnifying-glass-location": $fa-var-magnifying-glass-location, + "search-location": $fa-var-search-location, + "forward-step": $fa-var-forward-step, + "step-forward": $fa-var-step-forward, + "face-smile-beam": $fa-var-face-smile-beam, + "smile-beam": $fa-var-smile-beam, + "flag-checkered": $fa-var-flag-checkered, + "football": $fa-var-football, + "football-ball": $fa-var-football-ball, + "school-circle-exclamation": $fa-var-school-circle-exclamation, + "crop": $fa-var-crop, + "angles-down": $fa-var-angles-down, + "angle-double-down": $fa-var-angle-double-down, + "users-rectangle": $fa-var-users-rectangle, + "people-roof": $fa-var-people-roof, + "people-line": $fa-var-people-line, + "beer-mug-empty": $fa-var-beer-mug-empty, + "beer": $fa-var-beer, + "diagram-predecessor": $fa-var-diagram-predecessor, + "arrow-up-long": $fa-var-arrow-up-long, + "long-arrow-up": $fa-var-long-arrow-up, + "fire-flame-simple": $fa-var-fire-flame-simple, + "burn": $fa-var-burn, + "person": $fa-var-person, + "male": $fa-var-male, + "laptop": $fa-var-laptop, + "file-csv": $fa-var-file-csv, + "menorah": $fa-var-menorah, + "truck-plane": $fa-var-truck-plane, + "record-vinyl": $fa-var-record-vinyl, + "face-grin-stars": $fa-var-face-grin-stars, + "grin-stars": $fa-var-grin-stars, + "bong": $fa-var-bong, + "spaghetti-monster-flying": $fa-var-spaghetti-monster-flying, + "pastafarianism": $fa-var-pastafarianism, + "arrow-down-up-across-line": $fa-var-arrow-down-up-across-line, + "spoon": $fa-var-spoon, + "utensil-spoon": $fa-var-utensil-spoon, + "jar-wheat": $fa-var-jar-wheat, + "envelopes-bulk": $fa-var-envelopes-bulk, + "mail-bulk": $fa-var-mail-bulk, + "file-circle-exclamation": $fa-var-file-circle-exclamation, + "circle-h": $fa-var-circle-h, + "hospital-symbol": $fa-var-hospital-symbol, + "pager": $fa-var-pager, + "address-book": $fa-var-address-book, + "contact-book": $fa-var-contact-book, + "strikethrough": $fa-var-strikethrough, + "k": $fa-var-k, + "landmark-flag": $fa-var-landmark-flag, + "pencil": $fa-var-pencil, + "pencil-alt": $fa-var-pencil-alt, + "backward": $fa-var-backward, + "caret-right": $fa-var-caret-right, + "comments": $fa-var-comments, + "paste": $fa-var-paste, + "file-clipboard": $fa-var-file-clipboard, + "code-pull-request": $fa-var-code-pull-request, + "clipboard-list": $fa-var-clipboard-list, + "truck-ramp-box": $fa-var-truck-ramp-box, + "truck-loading": $fa-var-truck-loading, + "user-check": $fa-var-user-check, + "vial-virus": $fa-var-vial-virus, + "sheet-plastic": $fa-var-sheet-plastic, + "blog": $fa-var-blog, + "user-ninja": $fa-var-user-ninja, + "person-arrow-up-from-line": $fa-var-person-arrow-up-from-line, + "scroll-torah": $fa-var-scroll-torah, + "torah": $fa-var-torah, + "broom-ball": $fa-var-broom-ball, + "quidditch": $fa-var-quidditch, + "quidditch-broom-ball": $fa-var-quidditch-broom-ball, + "toggle-off": $fa-var-toggle-off, + "box-archive": $fa-var-box-archive, + "archive": $fa-var-archive, + "person-drowning": $fa-var-person-drowning, + "arrow-down-9-1": $fa-var-arrow-down-9-1, + "sort-numeric-desc": $fa-var-sort-numeric-desc, + "sort-numeric-down-alt": $fa-var-sort-numeric-down-alt, + "face-grin-tongue-squint": $fa-var-face-grin-tongue-squint, + "grin-tongue-squint": $fa-var-grin-tongue-squint, + "spray-can": $fa-var-spray-can, + "truck-monster": $fa-var-truck-monster, + "w": $fa-var-w, + "earth-africa": $fa-var-earth-africa, + "globe-africa": $fa-var-globe-africa, + "rainbow": $fa-var-rainbow, + "circle-notch": $fa-var-circle-notch, + "tablet-screen-button": $fa-var-tablet-screen-button, + "tablet-alt": $fa-var-tablet-alt, + "paw": $fa-var-paw, + "cloud": $fa-var-cloud, + "trowel-bricks": $fa-var-trowel-bricks, + "face-flushed": $fa-var-face-flushed, + "flushed": $fa-var-flushed, + "hospital-user": $fa-var-hospital-user, + "tent-arrow-left-right": $fa-var-tent-arrow-left-right, + "gavel": $fa-var-gavel, + "legal": $fa-var-legal, + "binoculars": $fa-var-binoculars, + "microphone-slash": $fa-var-microphone-slash, + "box-tissue": $fa-var-box-tissue, + "motorcycle": $fa-var-motorcycle, + "bell-concierge": $fa-var-bell-concierge, + "concierge-bell": $fa-var-concierge-bell, + "pen-ruler": $fa-var-pen-ruler, + "pencil-ruler": $fa-var-pencil-ruler, + "people-arrows": $fa-var-people-arrows, + "people-arrows-left-right": $fa-var-people-arrows-left-right, + "mars-and-venus-burst": $fa-var-mars-and-venus-burst, + "square-caret-right": $fa-var-square-caret-right, + "caret-square-right": $fa-var-caret-square-right, + "scissors": $fa-var-scissors, + "cut": $fa-var-cut, + "sun-plant-wilt": $fa-var-sun-plant-wilt, + "toilets-portable": $fa-var-toilets-portable, + "hockey-puck": $fa-var-hockey-puck, + "table": $fa-var-table, + "magnifying-glass-arrow-right": $fa-var-magnifying-glass-arrow-right, + "tachograph-digital": $fa-var-tachograph-digital, + "digital-tachograph": $fa-var-digital-tachograph, + "users-slash": $fa-var-users-slash, + "clover": $fa-var-clover, + "reply": $fa-var-reply, + "mail-reply": $fa-var-mail-reply, + "star-and-crescent": $fa-var-star-and-crescent, + "house-fire": $fa-var-house-fire, + "square-minus": $fa-var-square-minus, + "minus-square": $fa-var-minus-square, + "helicopter": $fa-var-helicopter, + "compass": $fa-var-compass, + "square-caret-down": $fa-var-square-caret-down, + "caret-square-down": $fa-var-caret-square-down, + "file-circle-question": $fa-var-file-circle-question, + "laptop-code": $fa-var-laptop-code, + "swatchbook": $fa-var-swatchbook, + "prescription-bottle": $fa-var-prescription-bottle, + "bars": $fa-var-bars, + "navicon": $fa-var-navicon, + "people-group": $fa-var-people-group, + "hourglass-end": $fa-var-hourglass-end, + "hourglass-3": $fa-var-hourglass-3, + "heart-crack": $fa-var-heart-crack, + "heart-broken": $fa-var-heart-broken, + "square-up-right": $fa-var-square-up-right, + "external-link-square-alt": $fa-var-external-link-square-alt, + "face-kiss-beam": $fa-var-face-kiss-beam, + "kiss-beam": $fa-var-kiss-beam, + "film": $fa-var-film, + "ruler-horizontal": $fa-var-ruler-horizontal, + "people-robbery": $fa-var-people-robbery, + "lightbulb": $fa-var-lightbulb, + "caret-left": $fa-var-caret-left, + "circle-exclamation": $fa-var-circle-exclamation, + "exclamation-circle": $fa-var-exclamation-circle, + "school-circle-xmark": $fa-var-school-circle-xmark, + "arrow-right-from-bracket": $fa-var-arrow-right-from-bracket, + "sign-out": $fa-var-sign-out, + "circle-chevron-down": $fa-var-circle-chevron-down, + "chevron-circle-down": $fa-var-chevron-circle-down, + "unlock-keyhole": $fa-var-unlock-keyhole, + "unlock-alt": $fa-var-unlock-alt, + "cloud-showers-heavy": $fa-var-cloud-showers-heavy, + "headphones-simple": $fa-var-headphones-simple, + "headphones-alt": $fa-var-headphones-alt, + "sitemap": $fa-var-sitemap, + "circle-dollar-to-slot": $fa-var-circle-dollar-to-slot, + "donate": $fa-var-donate, + "memory": $fa-var-memory, + "road-spikes": $fa-var-road-spikes, + "fire-burner": $fa-var-fire-burner, + "flag": $fa-var-flag, + "hanukiah": $fa-var-hanukiah, + "feather": $fa-var-feather, + "volume-low": $fa-var-volume-low, + "volume-down": $fa-var-volume-down, + "comment-slash": $fa-var-comment-slash, + "cloud-sun-rain": $fa-var-cloud-sun-rain, + "compress": $fa-var-compress, + "wheat-awn": $fa-var-wheat-awn, + "wheat-alt": $fa-var-wheat-alt, + "ankh": $fa-var-ankh, + "hands-holding-child": $fa-var-hands-holding-child, + "asterisk": $fa-var-asterisk, + "square-check": $fa-var-square-check, + "check-square": $fa-var-check-square, + "peseta-sign": $fa-var-peseta-sign, + "heading": $fa-var-heading, + "header": $fa-var-header, + "ghost": $fa-var-ghost, + "list": $fa-var-list, + "list-squares": $fa-var-list-squares, + "square-phone-flip": $fa-var-square-phone-flip, + "phone-square-alt": $fa-var-phone-square-alt, + "cart-plus": $fa-var-cart-plus, + "gamepad": $fa-var-gamepad, + "circle-dot": $fa-var-circle-dot, + "dot-circle": $fa-var-dot-circle, + "face-dizzy": $fa-var-face-dizzy, + "dizzy": $fa-var-dizzy, + "egg": $fa-var-egg, + "house-medical-circle-xmark": $fa-var-house-medical-circle-xmark, + "campground": $fa-var-campground, + "folder-plus": $fa-var-folder-plus, + "futbol": $fa-var-futbol, + "futbol-ball": $fa-var-futbol-ball, + "soccer-ball": $fa-var-soccer-ball, + "paintbrush": $fa-var-paintbrush, + "paint-brush": $fa-var-paint-brush, + "lock": $fa-var-lock, + "gas-pump": $fa-var-gas-pump, + "hot-tub-person": $fa-var-hot-tub-person, + "hot-tub": $fa-var-hot-tub, + "map-location": $fa-var-map-location, + "map-marked": $fa-var-map-marked, + "house-flood-water": $fa-var-house-flood-water, + "tree": $fa-var-tree, + "bridge-lock": $fa-var-bridge-lock, + "sack-dollar": $fa-var-sack-dollar, + "pen-to-square": $fa-var-pen-to-square, + "edit": $fa-var-edit, + "car-side": $fa-var-car-side, + "share-nodes": $fa-var-share-nodes, + "share-alt": $fa-var-share-alt, + "heart-circle-minus": $fa-var-heart-circle-minus, + "hourglass-half": $fa-var-hourglass-half, + "hourglass-2": $fa-var-hourglass-2, + "microscope": $fa-var-microscope, + "sink": $fa-var-sink, + "bag-shopping": $fa-var-bag-shopping, + "shopping-bag": $fa-var-shopping-bag, + "arrow-down-z-a": $fa-var-arrow-down-z-a, + "sort-alpha-desc": $fa-var-sort-alpha-desc, + "sort-alpha-down-alt": $fa-var-sort-alpha-down-alt, + "mitten": $fa-var-mitten, + "person-rays": $fa-var-person-rays, + "users": $fa-var-users, + "eye-slash": $fa-var-eye-slash, + "flask-vial": $fa-var-flask-vial, + "hand": $fa-var-hand, + "hand-paper": $fa-var-hand-paper, + "om": $fa-var-om, + "worm": $fa-var-worm, + "house-circle-xmark": $fa-var-house-circle-xmark, + "plug": $fa-var-plug, + "chevron-up": $fa-var-chevron-up, + "hand-spock": $fa-var-hand-spock, + "stopwatch": $fa-var-stopwatch, + "face-kiss": $fa-var-face-kiss, + "kiss": $fa-var-kiss, + "bridge-circle-xmark": $fa-var-bridge-circle-xmark, + "face-grin-tongue": $fa-var-face-grin-tongue, + "grin-tongue": $fa-var-grin-tongue, + "chess-bishop": $fa-var-chess-bishop, + "face-grin-wink": $fa-var-face-grin-wink, + "grin-wink": $fa-var-grin-wink, + "ear-deaf": $fa-var-ear-deaf, + "deaf": $fa-var-deaf, + "deafness": $fa-var-deafness, + "hard-of-hearing": $fa-var-hard-of-hearing, + "road-circle-check": $fa-var-road-circle-check, + "dice-five": $fa-var-dice-five, + "square-rss": $fa-var-square-rss, + "rss-square": $fa-var-rss-square, + "land-mine-on": $fa-var-land-mine-on, + "i-cursor": $fa-var-i-cursor, + "stamp": $fa-var-stamp, + "stairs": $fa-var-stairs, + "i": $fa-var-i, + "hryvnia-sign": $fa-var-hryvnia-sign, + "hryvnia": $fa-var-hryvnia, + "pills": $fa-var-pills, + "face-grin-wide": $fa-var-face-grin-wide, + "grin-alt": $fa-var-grin-alt, + "tooth": $fa-var-tooth, + "v": $fa-var-v, + "bangladeshi-taka-sign": $fa-var-bangladeshi-taka-sign, + "bicycle": $fa-var-bicycle, + "staff-snake": $fa-var-staff-snake, + "rod-asclepius": $fa-var-rod-asclepius, + "rod-snake": $fa-var-rod-snake, + "staff-aesculapius": $fa-var-staff-aesculapius, + "head-side-cough-slash": $fa-var-head-side-cough-slash, + "truck-medical": $fa-var-truck-medical, + "ambulance": $fa-var-ambulance, + "wheat-awn-circle-exclamation": $fa-var-wheat-awn-circle-exclamation, + "snowman": $fa-var-snowman, + "mortar-pestle": $fa-var-mortar-pestle, + "road-barrier": $fa-var-road-barrier, + "school": $fa-var-school, + "igloo": $fa-var-igloo, + "joint": $fa-var-joint, + "angle-right": $fa-var-angle-right, + "horse": $fa-var-horse, + "q": $fa-var-q, + "g": $fa-var-g, + "notes-medical": $fa-var-notes-medical, + "temperature-half": $fa-var-temperature-half, + "temperature-2": $fa-var-temperature-2, + "thermometer-2": $fa-var-thermometer-2, + "thermometer-half": $fa-var-thermometer-half, + "dong-sign": $fa-var-dong-sign, + "capsules": $fa-var-capsules, + "poo-storm": $fa-var-poo-storm, + "poo-bolt": $fa-var-poo-bolt, + "face-frown-open": $fa-var-face-frown-open, + "frown-open": $fa-var-frown-open, + "hand-point-up": $fa-var-hand-point-up, + "money-bill": $fa-var-money-bill, + "bookmark": $fa-var-bookmark, + "align-justify": $fa-var-align-justify, + "umbrella-beach": $fa-var-umbrella-beach, + "helmet-un": $fa-var-helmet-un, + "bullseye": $fa-var-bullseye, + "bacon": $fa-var-bacon, + "hand-point-down": $fa-var-hand-point-down, + "arrow-up-from-bracket": $fa-var-arrow-up-from-bracket, + "folder": $fa-var-folder, + "folder-blank": $fa-var-folder-blank, + "file-waveform": $fa-var-file-waveform, + "file-medical-alt": $fa-var-file-medical-alt, + "radiation": $fa-var-radiation, + "chart-simple": $fa-var-chart-simple, + "mars-stroke": $fa-var-mars-stroke, + "vial": $fa-var-vial, + "gauge": $fa-var-gauge, + "dashboard": $fa-var-dashboard, + "gauge-med": $fa-var-gauge-med, + "tachometer-alt-average": $fa-var-tachometer-alt-average, + "wand-magic-sparkles": $fa-var-wand-magic-sparkles, + "magic-wand-sparkles": $fa-var-magic-wand-sparkles, + "e": $fa-var-e, + "pen-clip": $fa-var-pen-clip, + "pen-alt": $fa-var-pen-alt, + "bridge-circle-exclamation": $fa-var-bridge-circle-exclamation, + "user": $fa-var-user, + "school-circle-check": $fa-var-school-circle-check, + "dumpster": $fa-var-dumpster, + "van-shuttle": $fa-var-van-shuttle, + "shuttle-van": $fa-var-shuttle-van, + "building-user": $fa-var-building-user, + "square-caret-left": $fa-var-square-caret-left, + "caret-square-left": $fa-var-caret-square-left, + "highlighter": $fa-var-highlighter, + "key": $fa-var-key, + "bullhorn": $fa-var-bullhorn, + "globe": $fa-var-globe, + "synagogue": $fa-var-synagogue, + "person-half-dress": $fa-var-person-half-dress, + "road-bridge": $fa-var-road-bridge, + "location-arrow": $fa-var-location-arrow, + "c": $fa-var-c, + "tablet-button": $fa-var-tablet-button, + "building-lock": $fa-var-building-lock, + "pizza-slice": $fa-var-pizza-slice, + "money-bill-wave": $fa-var-money-bill-wave, + "chart-area": $fa-var-chart-area, + "area-chart": $fa-var-area-chart, + "house-flag": $fa-var-house-flag, + "person-circle-minus": $fa-var-person-circle-minus, + "ban": $fa-var-ban, + "cancel": $fa-var-cancel, + "camera-rotate": $fa-var-camera-rotate, + "spray-can-sparkles": $fa-var-spray-can-sparkles, + "air-freshener": $fa-var-air-freshener, + "star": $fa-var-star, + "repeat": $fa-var-repeat, + "cross": $fa-var-cross, + "box": $fa-var-box, + "venus-mars": $fa-var-venus-mars, + "arrow-pointer": $fa-var-arrow-pointer, + "mouse-pointer": $fa-var-mouse-pointer, + "maximize": $fa-var-maximize, + "expand-arrows-alt": $fa-var-expand-arrows-alt, + "charging-station": $fa-var-charging-station, + "shapes": $fa-var-shapes, + "triangle-circle-square": $fa-var-triangle-circle-square, + "shuffle": $fa-var-shuffle, + "random": $fa-var-random, + "person-running": $fa-var-person-running, + "running": $fa-var-running, + "mobile-retro": $fa-var-mobile-retro, + "grip-lines-vertical": $fa-var-grip-lines-vertical, + "spider": $fa-var-spider, + "hands-bound": $fa-var-hands-bound, + "file-invoice-dollar": $fa-var-file-invoice-dollar, + "plane-circle-exclamation": $fa-var-plane-circle-exclamation, + "x-ray": $fa-var-x-ray, + "spell-check": $fa-var-spell-check, + "slash": $fa-var-slash, + "computer-mouse": $fa-var-computer-mouse, + "mouse": $fa-var-mouse, + "arrow-right-to-bracket": $fa-var-arrow-right-to-bracket, + "sign-in": $fa-var-sign-in, + "shop-slash": $fa-var-shop-slash, + "store-alt-slash": $fa-var-store-alt-slash, + "server": $fa-var-server, + "virus-covid-slash": $fa-var-virus-covid-slash, + "shop-lock": $fa-var-shop-lock, + "hourglass-start": $fa-var-hourglass-start, + "hourglass-1": $fa-var-hourglass-1, + "blender-phone": $fa-var-blender-phone, + "building-wheat": $fa-var-building-wheat, + "person-breastfeeding": $fa-var-person-breastfeeding, + "right-to-bracket": $fa-var-right-to-bracket, + "sign-in-alt": $fa-var-sign-in-alt, + "venus": $fa-var-venus, + "passport": $fa-var-passport, + "heart-pulse": $fa-var-heart-pulse, + "heartbeat": $fa-var-heartbeat, + "people-carry-box": $fa-var-people-carry-box, + "people-carry": $fa-var-people-carry, + "temperature-high": $fa-var-temperature-high, + "microchip": $fa-var-microchip, + "crown": $fa-var-crown, + "weight-hanging": $fa-var-weight-hanging, + "xmarks-lines": $fa-var-xmarks-lines, + "file-prescription": $fa-var-file-prescription, + "weight-scale": $fa-var-weight-scale, + "weight": $fa-var-weight, + "user-group": $fa-var-user-group, + "user-friends": $fa-var-user-friends, + "arrow-up-a-z": $fa-var-arrow-up-a-z, + "sort-alpha-up": $fa-var-sort-alpha-up, + "chess-knight": $fa-var-chess-knight, + "face-laugh-squint": $fa-var-face-laugh-squint, + "laugh-squint": $fa-var-laugh-squint, + "wheelchair": $fa-var-wheelchair, + "circle-arrow-up": $fa-var-circle-arrow-up, + "arrow-circle-up": $fa-var-arrow-circle-up, + "toggle-on": $fa-var-toggle-on, + "person-walking": $fa-var-person-walking, + "walking": $fa-var-walking, + "l": $fa-var-l, + "fire": $fa-var-fire, + "bed-pulse": $fa-var-bed-pulse, + "procedures": $fa-var-procedures, + "shuttle-space": $fa-var-shuttle-space, + "space-shuttle": $fa-var-space-shuttle, + "face-laugh": $fa-var-face-laugh, + "laugh": $fa-var-laugh, + "folder-open": $fa-var-folder-open, + "heart-circle-plus": $fa-var-heart-circle-plus, + "code-fork": $fa-var-code-fork, + "city": $fa-var-city, + "microphone-lines": $fa-var-microphone-lines, + "microphone-alt": $fa-var-microphone-alt, + "pepper-hot": $fa-var-pepper-hot, + "unlock": $fa-var-unlock, + "colon-sign": $fa-var-colon-sign, + "headset": $fa-var-headset, + "store-slash": $fa-var-store-slash, + "road-circle-xmark": $fa-var-road-circle-xmark, + "user-minus": $fa-var-user-minus, + "mars-stroke-up": $fa-var-mars-stroke-up, + "mars-stroke-v": $fa-var-mars-stroke-v, + "champagne-glasses": $fa-var-champagne-glasses, + "glass-cheers": $fa-var-glass-cheers, + "clipboard": $fa-var-clipboard, + "house-circle-exclamation": $fa-var-house-circle-exclamation, + "file-arrow-up": $fa-var-file-arrow-up, + "file-upload": $fa-var-file-upload, + "wifi": $fa-var-wifi, + "wifi-3": $fa-var-wifi-3, + "wifi-strong": $fa-var-wifi-strong, + "bath": $fa-var-bath, + "bathtub": $fa-var-bathtub, + "underline": $fa-var-underline, + "user-pen": $fa-var-user-pen, + "user-edit": $fa-var-user-edit, + "signature": $fa-var-signature, + "stroopwafel": $fa-var-stroopwafel, + "bold": $fa-var-bold, + "anchor-lock": $fa-var-anchor-lock, + "building-ngo": $fa-var-building-ngo, + "manat-sign": $fa-var-manat-sign, + "not-equal": $fa-var-not-equal, + "border-top-left": $fa-var-border-top-left, + "border-style": $fa-var-border-style, + "map-location-dot": $fa-var-map-location-dot, + "map-marked-alt": $fa-var-map-marked-alt, + "jedi": $fa-var-jedi, + "square-poll-vertical": $fa-var-square-poll-vertical, + "poll": $fa-var-poll, + "mug-hot": $fa-var-mug-hot, + "car-battery": $fa-var-car-battery, + "battery-car": $fa-var-battery-car, + "gift": $fa-var-gift, + "dice-two": $fa-var-dice-two, + "chess-queen": $fa-var-chess-queen, + "glasses": $fa-var-glasses, + "chess-board": $fa-var-chess-board, + "building-circle-check": $fa-var-building-circle-check, + "person-chalkboard": $fa-var-person-chalkboard, + "mars-stroke-right": $fa-var-mars-stroke-right, + "mars-stroke-h": $fa-var-mars-stroke-h, + "hand-back-fist": $fa-var-hand-back-fist, + "hand-rock": $fa-var-hand-rock, + "square-caret-up": $fa-var-square-caret-up, + "caret-square-up": $fa-var-caret-square-up, + "cloud-showers-water": $fa-var-cloud-showers-water, + "chart-bar": $fa-var-chart-bar, + "bar-chart": $fa-var-bar-chart, + "hands-bubbles": $fa-var-hands-bubbles, + "hands-wash": $fa-var-hands-wash, + "less-than-equal": $fa-var-less-than-equal, + "train": $fa-var-train, + "eye-low-vision": $fa-var-eye-low-vision, + "low-vision": $fa-var-low-vision, + "crow": $fa-var-crow, + "sailboat": $fa-var-sailboat, + "window-restore": $fa-var-window-restore, + "square-plus": $fa-var-square-plus, + "plus-square": $fa-var-plus-square, + "torii-gate": $fa-var-torii-gate, + "frog": $fa-var-frog, + "bucket": $fa-var-bucket, + "image": $fa-var-image, + "microphone": $fa-var-microphone, + "cow": $fa-var-cow, + "caret-up": $fa-var-caret-up, + "screwdriver": $fa-var-screwdriver, + "folder-closed": $fa-var-folder-closed, + "house-tsunami": $fa-var-house-tsunami, + "square-nfi": $fa-var-square-nfi, + "arrow-up-from-ground-water": $fa-var-arrow-up-from-ground-water, + "martini-glass": $fa-var-martini-glass, + "glass-martini-alt": $fa-var-glass-martini-alt, + "rotate-left": $fa-var-rotate-left, + "rotate-back": $fa-var-rotate-back, + "rotate-backward": $fa-var-rotate-backward, + "undo-alt": $fa-var-undo-alt, + "table-columns": $fa-var-table-columns, + "columns": $fa-var-columns, + "lemon": $fa-var-lemon, + "head-side-mask": $fa-var-head-side-mask, + "handshake": $fa-var-handshake, + "gem": $fa-var-gem, + "dolly": $fa-var-dolly, + "dolly-box": $fa-var-dolly-box, + "smoking": $fa-var-smoking, + "minimize": $fa-var-minimize, + "compress-arrows-alt": $fa-var-compress-arrows-alt, + "monument": $fa-var-monument, + "snowplow": $fa-var-snowplow, + "angles-right": $fa-var-angles-right, + "angle-double-right": $fa-var-angle-double-right, + "cannabis": $fa-var-cannabis, + "circle-play": $fa-var-circle-play, + "play-circle": $fa-var-play-circle, + "tablets": $fa-var-tablets, + "ethernet": $fa-var-ethernet, + "euro-sign": $fa-var-euro-sign, + "eur": $fa-var-eur, + "euro": $fa-var-euro, + "chair": $fa-var-chair, + "circle-check": $fa-var-circle-check, + "check-circle": $fa-var-check-circle, + "circle-stop": $fa-var-circle-stop, + "stop-circle": $fa-var-stop-circle, + "compass-drafting": $fa-var-compass-drafting, + "drafting-compass": $fa-var-drafting-compass, + "plate-wheat": $fa-var-plate-wheat, + "icicles": $fa-var-icicles, + "person-shelter": $fa-var-person-shelter, + "neuter": $fa-var-neuter, + "id-badge": $fa-var-id-badge, + "marker": $fa-var-marker, + "face-laugh-beam": $fa-var-face-laugh-beam, + "laugh-beam": $fa-var-laugh-beam, + "helicopter-symbol": $fa-var-helicopter-symbol, + "universal-access": $fa-var-universal-access, + "circle-chevron-up": $fa-var-circle-chevron-up, + "chevron-circle-up": $fa-var-chevron-circle-up, + "lari-sign": $fa-var-lari-sign, + "volcano": $fa-var-volcano, + "person-walking-dashed-line-arrow-right": $fa-var-person-walking-dashed-line-arrow-right, + "sterling-sign": $fa-var-sterling-sign, + "gbp": $fa-var-gbp, + "pound-sign": $fa-var-pound-sign, + "viruses": $fa-var-viruses, + "square-person-confined": $fa-var-square-person-confined, + "user-tie": $fa-var-user-tie, + "arrow-down-long": $fa-var-arrow-down-long, + "long-arrow-down": $fa-var-long-arrow-down, + "tent-arrow-down-to-line": $fa-var-tent-arrow-down-to-line, + "certificate": $fa-var-certificate, + "reply-all": $fa-var-reply-all, + "mail-reply-all": $fa-var-mail-reply-all, + "suitcase": $fa-var-suitcase, + "person-skating": $fa-var-person-skating, + "skating": $fa-var-skating, + "filter-circle-dollar": $fa-var-filter-circle-dollar, + "funnel-dollar": $fa-var-funnel-dollar, + "camera-retro": $fa-var-camera-retro, + "circle-arrow-down": $fa-var-circle-arrow-down, + "arrow-circle-down": $fa-var-arrow-circle-down, + "file-import": $fa-var-file-import, + "arrow-right-to-file": $fa-var-arrow-right-to-file, + "square-arrow-up-right": $fa-var-square-arrow-up-right, + "external-link-square": $fa-var-external-link-square, + "box-open": $fa-var-box-open, + "scroll": $fa-var-scroll, + "spa": $fa-var-spa, + "location-pin-lock": $fa-var-location-pin-lock, + "pause": $fa-var-pause, + "hill-avalanche": $fa-var-hill-avalanche, + "temperature-empty": $fa-var-temperature-empty, + "temperature-0": $fa-var-temperature-0, + "thermometer-0": $fa-var-thermometer-0, + "thermometer-empty": $fa-var-thermometer-empty, + "bomb": $fa-var-bomb, + "registered": $fa-var-registered, + "address-card": $fa-var-address-card, + "contact-card": $fa-var-contact-card, + "vcard": $fa-var-vcard, + "scale-unbalanced-flip": $fa-var-scale-unbalanced-flip, + "balance-scale-right": $fa-var-balance-scale-right, + "subscript": $fa-var-subscript, + "diamond-turn-right": $fa-var-diamond-turn-right, + "directions": $fa-var-directions, + "burst": $fa-var-burst, + "house-laptop": $fa-var-house-laptop, + "laptop-house": $fa-var-laptop-house, + "face-tired": $fa-var-face-tired, + "tired": $fa-var-tired, + "money-bills": $fa-var-money-bills, + "smog": $fa-var-smog, + "crutch": $fa-var-crutch, + "cloud-arrow-up": $fa-var-cloud-arrow-up, + "cloud-upload": $fa-var-cloud-upload, + "cloud-upload-alt": $fa-var-cloud-upload-alt, + "palette": $fa-var-palette, + "arrows-turn-right": $fa-var-arrows-turn-right, + "vest": $fa-var-vest, + "ferry": $fa-var-ferry, + "arrows-down-to-people": $fa-var-arrows-down-to-people, + "seedling": $fa-var-seedling, + "sprout": $fa-var-sprout, + "left-right": $fa-var-left-right, + "arrows-alt-h": $fa-var-arrows-alt-h, + "boxes-packing": $fa-var-boxes-packing, + "circle-arrow-left": $fa-var-circle-arrow-left, + "arrow-circle-left": $fa-var-arrow-circle-left, + "group-arrows-rotate": $fa-var-group-arrows-rotate, + "bowl-food": $fa-var-bowl-food, + "candy-cane": $fa-var-candy-cane, + "arrow-down-wide-short": $fa-var-arrow-down-wide-short, + "sort-amount-asc": $fa-var-sort-amount-asc, + "sort-amount-down": $fa-var-sort-amount-down, + "cloud-bolt": $fa-var-cloud-bolt, + "thunderstorm": $fa-var-thunderstorm, + "text-slash": $fa-var-text-slash, + "remove-format": $fa-var-remove-format, + "face-smile-wink": $fa-var-face-smile-wink, + "smile-wink": $fa-var-smile-wink, + "file-word": $fa-var-file-word, + "file-powerpoint": $fa-var-file-powerpoint, + "arrows-left-right": $fa-var-arrows-left-right, + "arrows-h": $fa-var-arrows-h, + "house-lock": $fa-var-house-lock, + "cloud-arrow-down": $fa-var-cloud-arrow-down, + "cloud-download": $fa-var-cloud-download, + "cloud-download-alt": $fa-var-cloud-download-alt, + "children": $fa-var-children, + "chalkboard": $fa-var-chalkboard, + "blackboard": $fa-var-blackboard, + "user-large-slash": $fa-var-user-large-slash, + "user-alt-slash": $fa-var-user-alt-slash, + "envelope-open": $fa-var-envelope-open, + "handshake-simple-slash": $fa-var-handshake-simple-slash, + "handshake-alt-slash": $fa-var-handshake-alt-slash, + "mattress-pillow": $fa-var-mattress-pillow, + "guarani-sign": $fa-var-guarani-sign, + "arrows-rotate": $fa-var-arrows-rotate, + "refresh": $fa-var-refresh, + "sync": $fa-var-sync, + "fire-extinguisher": $fa-var-fire-extinguisher, + "cruzeiro-sign": $fa-var-cruzeiro-sign, + "greater-than-equal": $fa-var-greater-than-equal, + "shield-halved": $fa-var-shield-halved, + "shield-alt": $fa-var-shield-alt, + "book-atlas": $fa-var-book-atlas, + "atlas": $fa-var-atlas, + "virus": $fa-var-virus, + "envelope-circle-check": $fa-var-envelope-circle-check, + "layer-group": $fa-var-layer-group, + "arrows-to-dot": $fa-var-arrows-to-dot, + "archway": $fa-var-archway, + "heart-circle-check": $fa-var-heart-circle-check, + "house-chimney-crack": $fa-var-house-chimney-crack, + "house-damage": $fa-var-house-damage, + "file-zipper": $fa-var-file-zipper, + "file-archive": $fa-var-file-archive, + "square": $fa-var-square, + "martini-glass-empty": $fa-var-martini-glass-empty, + "glass-martini": $fa-var-glass-martini, + "couch": $fa-var-couch, + "cedi-sign": $fa-var-cedi-sign, + "italic": $fa-var-italic, + "church": $fa-var-church, + "comments-dollar": $fa-var-comments-dollar, + "democrat": $fa-var-democrat, + "z": $fa-var-z, + "person-skiing": $fa-var-person-skiing, + "skiing": $fa-var-skiing, + "road-lock": $fa-var-road-lock, + "a": $fa-var-a, + "temperature-arrow-down": $fa-var-temperature-arrow-down, + "temperature-down": $fa-var-temperature-down, + "feather-pointed": $fa-var-feather-pointed, + "feather-alt": $fa-var-feather-alt, + "p": $fa-var-p, + "snowflake": $fa-var-snowflake, + "newspaper": $fa-var-newspaper, + "rectangle-ad": $fa-var-rectangle-ad, + "ad": $fa-var-ad, + "circle-arrow-right": $fa-var-circle-arrow-right, + "arrow-circle-right": $fa-var-arrow-circle-right, + "filter-circle-xmark": $fa-var-filter-circle-xmark, + "locust": $fa-var-locust, + "sort": $fa-var-sort, + "unsorted": $fa-var-unsorted, + "list-ol": $fa-var-list-ol, + "list-1-2": $fa-var-list-1-2, + "list-numeric": $fa-var-list-numeric, + "person-dress-burst": $fa-var-person-dress-burst, + "money-check-dollar": $fa-var-money-check-dollar, + "money-check-alt": $fa-var-money-check-alt, + "vector-square": $fa-var-vector-square, + "bread-slice": $fa-var-bread-slice, + "language": $fa-var-language, + "face-kiss-wink-heart": $fa-var-face-kiss-wink-heart, + "kiss-wink-heart": $fa-var-kiss-wink-heart, + "filter": $fa-var-filter, + "question": $fa-var-question, + "file-signature": $fa-var-file-signature, + "up-down-left-right": $fa-var-up-down-left-right, + "arrows-alt": $fa-var-arrows-alt, + "house-chimney-user": $fa-var-house-chimney-user, + "hand-holding-heart": $fa-var-hand-holding-heart, + "puzzle-piece": $fa-var-puzzle-piece, + "money-check": $fa-var-money-check, + "star-half-stroke": $fa-var-star-half-stroke, + "star-half-alt": $fa-var-star-half-alt, + "code": $fa-var-code, + "whiskey-glass": $fa-var-whiskey-glass, + "glass-whiskey": $fa-var-glass-whiskey, + "building-circle-exclamation": $fa-var-building-circle-exclamation, + "magnifying-glass-chart": $fa-var-magnifying-glass-chart, + "arrow-up-right-from-square": $fa-var-arrow-up-right-from-square, + "external-link": $fa-var-external-link, + "cubes-stacked": $fa-var-cubes-stacked, + "won-sign": $fa-var-won-sign, + "krw": $fa-var-krw, + "won": $fa-var-won, + "virus-covid": $fa-var-virus-covid, + "austral-sign": $fa-var-austral-sign, + "f": $fa-var-f, + "leaf": $fa-var-leaf, + "road": $fa-var-road, + "taxi": $fa-var-taxi, + "cab": $fa-var-cab, + "person-circle-plus": $fa-var-person-circle-plus, + "chart-pie": $fa-var-chart-pie, + "pie-chart": $fa-var-pie-chart, + "bolt-lightning": $fa-var-bolt-lightning, + "sack-xmark": $fa-var-sack-xmark, + "file-excel": $fa-var-file-excel, + "file-contract": $fa-var-file-contract, + "fish-fins": $fa-var-fish-fins, + "building-flag": $fa-var-building-flag, + "face-grin-beam": $fa-var-face-grin-beam, + "grin-beam": $fa-var-grin-beam, + "object-ungroup": $fa-var-object-ungroup, + "poop": $fa-var-poop, + "location-pin": $fa-var-location-pin, + "map-marker": $fa-var-map-marker, + "kaaba": $fa-var-kaaba, + "toilet-paper": $fa-var-toilet-paper, + "helmet-safety": $fa-var-helmet-safety, + "hard-hat": $fa-var-hard-hat, + "hat-hard": $fa-var-hat-hard, + "eject": $fa-var-eject, + "circle-right": $fa-var-circle-right, + "arrow-alt-circle-right": $fa-var-arrow-alt-circle-right, + "plane-circle-check": $fa-var-plane-circle-check, + "face-rolling-eyes": $fa-var-face-rolling-eyes, + "meh-rolling-eyes": $fa-var-meh-rolling-eyes, + "object-group": $fa-var-object-group, + "chart-line": $fa-var-chart-line, + "line-chart": $fa-var-line-chart, + "mask-ventilator": $fa-var-mask-ventilator, + "arrow-right": $fa-var-arrow-right, + "signs-post": $fa-var-signs-post, + "map-signs": $fa-var-map-signs, + "cash-register": $fa-var-cash-register, + "person-circle-question": $fa-var-person-circle-question, + "h": $fa-var-h, + "tarp": $fa-var-tarp, + "screwdriver-wrench": $fa-var-screwdriver-wrench, + "tools": $fa-var-tools, + "arrows-to-eye": $fa-var-arrows-to-eye, + "plug-circle-bolt": $fa-var-plug-circle-bolt, + "heart": $fa-var-heart, + "mars-and-venus": $fa-var-mars-and-venus, + "house-user": $fa-var-house-user, + "home-user": $fa-var-home-user, + "dumpster-fire": $fa-var-dumpster-fire, + "house-crack": $fa-var-house-crack, + "martini-glass-citrus": $fa-var-martini-glass-citrus, + "cocktail": $fa-var-cocktail, + "face-surprise": $fa-var-face-surprise, + "surprise": $fa-var-surprise, + "bottle-water": $fa-var-bottle-water, + "circle-pause": $fa-var-circle-pause, + "pause-circle": $fa-var-pause-circle, + "toilet-paper-slash": $fa-var-toilet-paper-slash, + "apple-whole": $fa-var-apple-whole, + "apple-alt": $fa-var-apple-alt, + "kitchen-set": $fa-var-kitchen-set, + "r": $fa-var-r, + "temperature-quarter": $fa-var-temperature-quarter, + "temperature-1": $fa-var-temperature-1, + "thermometer-1": $fa-var-thermometer-1, + "thermometer-quarter": $fa-var-thermometer-quarter, + "cube": $fa-var-cube, + "bitcoin-sign": $fa-var-bitcoin-sign, + "shield-dog": $fa-var-shield-dog, + "solar-panel": $fa-var-solar-panel, + "lock-open": $fa-var-lock-open, + "elevator": $fa-var-elevator, + "money-bill-transfer": $fa-var-money-bill-transfer, + "money-bill-trend-up": $fa-var-money-bill-trend-up, + "house-flood-water-circle-arrow-right": $fa-var-house-flood-water-circle-arrow-right, + "square-poll-horizontal": $fa-var-square-poll-horizontal, + "poll-h": $fa-var-poll-h, + "circle": $fa-var-circle, + "backward-fast": $fa-var-backward-fast, + "fast-backward": $fa-var-fast-backward, + "recycle": $fa-var-recycle, + "user-astronaut": $fa-var-user-astronaut, + "plane-slash": $fa-var-plane-slash, + "trademark": $fa-var-trademark, + "basketball": $fa-var-basketball, + "basketball-ball": $fa-var-basketball-ball, + "satellite-dish": $fa-var-satellite-dish, + "circle-up": $fa-var-circle-up, + "arrow-alt-circle-up": $fa-var-arrow-alt-circle-up, + "mobile-screen-button": $fa-var-mobile-screen-button, + "mobile-alt": $fa-var-mobile-alt, + "volume-high": $fa-var-volume-high, + "volume-up": $fa-var-volume-up, + "users-rays": $fa-var-users-rays, + "wallet": $fa-var-wallet, + "clipboard-check": $fa-var-clipboard-check, + "file-audio": $fa-var-file-audio, + "burger": $fa-var-burger, + "hamburger": $fa-var-hamburger, + "wrench": $fa-var-wrench, + "bugs": $fa-var-bugs, + "rupee-sign": $fa-var-rupee-sign, + "rupee": $fa-var-rupee, + "file-image": $fa-var-file-image, + "circle-question": $fa-var-circle-question, + "question-circle": $fa-var-question-circle, + "plane-departure": $fa-var-plane-departure, + "handshake-slash": $fa-var-handshake-slash, + "book-bookmark": $fa-var-book-bookmark, + "code-branch": $fa-var-code-branch, + "hat-cowboy": $fa-var-hat-cowboy, + "bridge": $fa-var-bridge, + "phone-flip": $fa-var-phone-flip, + "phone-alt": $fa-var-phone-alt, + "truck-front": $fa-var-truck-front, + "cat": $fa-var-cat, + "anchor-circle-exclamation": $fa-var-anchor-circle-exclamation, + "truck-field": $fa-var-truck-field, + "route": $fa-var-route, + "clipboard-question": $fa-var-clipboard-question, + "panorama": $fa-var-panorama, + "comment-medical": $fa-var-comment-medical, + "teeth-open": $fa-var-teeth-open, + "file-circle-minus": $fa-var-file-circle-minus, + "tags": $fa-var-tags, + "wine-glass": $fa-var-wine-glass, + "forward-fast": $fa-var-forward-fast, + "fast-forward": $fa-var-fast-forward, + "face-meh-blank": $fa-var-face-meh-blank, + "meh-blank": $fa-var-meh-blank, + "square-parking": $fa-var-square-parking, + "parking": $fa-var-parking, + "house-signal": $fa-var-house-signal, + "bars-progress": $fa-var-bars-progress, + "tasks-alt": $fa-var-tasks-alt, + "faucet-drip": $fa-var-faucet-drip, + "cart-flatbed": $fa-var-cart-flatbed, + "dolly-flatbed": $fa-var-dolly-flatbed, + "ban-smoking": $fa-var-ban-smoking, + "smoking-ban": $fa-var-smoking-ban, + "terminal": $fa-var-terminal, + "mobile-button": $fa-var-mobile-button, + "house-medical-flag": $fa-var-house-medical-flag, + "basket-shopping": $fa-var-basket-shopping, + "shopping-basket": $fa-var-shopping-basket, + "tape": $fa-var-tape, + "bus-simple": $fa-var-bus-simple, + "bus-alt": $fa-var-bus-alt, + "eye": $fa-var-eye, + "face-sad-cry": $fa-var-face-sad-cry, + "sad-cry": $fa-var-sad-cry, + "audio-description": $fa-var-audio-description, + "person-military-to-person": $fa-var-person-military-to-person, + "file-shield": $fa-var-file-shield, + "user-slash": $fa-var-user-slash, + "pen": $fa-var-pen, + "tower-observation": $fa-var-tower-observation, + "file-code": $fa-var-file-code, + "signal": $fa-var-signal, + "signal-5": $fa-var-signal-5, + "signal-perfect": $fa-var-signal-perfect, + "bus": $fa-var-bus, + "heart-circle-xmark": $fa-var-heart-circle-xmark, + "house-chimney": $fa-var-house-chimney, + "home-lg": $fa-var-home-lg, + "window-maximize": $fa-var-window-maximize, + "face-frown": $fa-var-face-frown, + "frown": $fa-var-frown, + "prescription": $fa-var-prescription, + "shop": $fa-var-shop, + "store-alt": $fa-var-store-alt, + "floppy-disk": $fa-var-floppy-disk, + "save": $fa-var-save, + "vihara": $fa-var-vihara, + "scale-unbalanced": $fa-var-scale-unbalanced, + "balance-scale-left": $fa-var-balance-scale-left, + "sort-up": $fa-var-sort-up, + "sort-asc": $fa-var-sort-asc, + "comment-dots": $fa-var-comment-dots, + "commenting": $fa-var-commenting, + "plant-wilt": $fa-var-plant-wilt, + "diamond": $fa-var-diamond, + "face-grin-squint": $fa-var-face-grin-squint, + "grin-squint": $fa-var-grin-squint, + "hand-holding-dollar": $fa-var-hand-holding-dollar, + "hand-holding-usd": $fa-var-hand-holding-usd, + "bacterium": $fa-var-bacterium, + "hand-pointer": $fa-var-hand-pointer, + "drum-steelpan": $fa-var-drum-steelpan, + "hand-scissors": $fa-var-hand-scissors, + "hands-praying": $fa-var-hands-praying, + "praying-hands": $fa-var-praying-hands, + "arrow-rotate-right": $fa-var-arrow-rotate-right, + "arrow-right-rotate": $fa-var-arrow-right-rotate, + "arrow-rotate-forward": $fa-var-arrow-rotate-forward, + "redo": $fa-var-redo, + "biohazard": $fa-var-biohazard, + "location-crosshairs": $fa-var-location-crosshairs, + "location": $fa-var-location, + "mars-double": $fa-var-mars-double, + "child-dress": $fa-var-child-dress, + "users-between-lines": $fa-var-users-between-lines, + "lungs-virus": $fa-var-lungs-virus, + "face-grin-tears": $fa-var-face-grin-tears, + "grin-tears": $fa-var-grin-tears, + "phone": $fa-var-phone, + "calendar-xmark": $fa-var-calendar-xmark, + "calendar-times": $fa-var-calendar-times, + "child-reaching": $fa-var-child-reaching, + "head-side-virus": $fa-var-head-side-virus, + "user-gear": $fa-var-user-gear, + "user-cog": $fa-var-user-cog, + "arrow-up-1-9": $fa-var-arrow-up-1-9, + "sort-numeric-up": $fa-var-sort-numeric-up, + "door-closed": $fa-var-door-closed, + "shield-virus": $fa-var-shield-virus, + "dice-six": $fa-var-dice-six, + "mosquito-net": $fa-var-mosquito-net, + "bridge-water": $fa-var-bridge-water, + "person-booth": $fa-var-person-booth, + "text-width": $fa-var-text-width, + "hat-wizard": $fa-var-hat-wizard, + "pen-fancy": $fa-var-pen-fancy, + "person-digging": $fa-var-person-digging, + "digging": $fa-var-digging, + "trash": $fa-var-trash, + "gauge-simple": $fa-var-gauge-simple, + "gauge-simple-med": $fa-var-gauge-simple-med, + "tachometer-average": $fa-var-tachometer-average, + "book-medical": $fa-var-book-medical, + "poo": $fa-var-poo, + "quote-right": $fa-var-quote-right, + "quote-right-alt": $fa-var-quote-right-alt, + "shirt": $fa-var-shirt, + "t-shirt": $fa-var-t-shirt, + "tshirt": $fa-var-tshirt, + "cubes": $fa-var-cubes, + "divide": $fa-var-divide, + "tenge-sign": $fa-var-tenge-sign, + "tenge": $fa-var-tenge, + "headphones": $fa-var-headphones, + "hands-holding": $fa-var-hands-holding, + "hands-clapping": $fa-var-hands-clapping, + "republican": $fa-var-republican, + "arrow-left": $fa-var-arrow-left, + "person-circle-xmark": $fa-var-person-circle-xmark, + "ruler": $fa-var-ruler, + "align-left": $fa-var-align-left, + "dice-d6": $fa-var-dice-d6, + "restroom": $fa-var-restroom, + "j": $fa-var-j, + "users-viewfinder": $fa-var-users-viewfinder, + "file-video": $fa-var-file-video, + "up-right-from-square": $fa-var-up-right-from-square, + "external-link-alt": $fa-var-external-link-alt, + "table-cells": $fa-var-table-cells, + "th": $fa-var-th, + "file-pdf": $fa-var-file-pdf, + "book-bible": $fa-var-book-bible, + "bible": $fa-var-bible, + "o": $fa-var-o, + "suitcase-medical": $fa-var-suitcase-medical, + "medkit": $fa-var-medkit, + "user-secret": $fa-var-user-secret, + "otter": $fa-var-otter, + "person-dress": $fa-var-person-dress, + "female": $fa-var-female, + "comment-dollar": $fa-var-comment-dollar, + "business-time": $fa-var-business-time, + "briefcase-clock": $fa-var-briefcase-clock, + "table-cells-large": $fa-var-table-cells-large, + "th-large": $fa-var-th-large, + "book-tanakh": $fa-var-book-tanakh, + "tanakh": $fa-var-tanakh, + "phone-volume": $fa-var-phone-volume, + "volume-control-phone": $fa-var-volume-control-phone, + "hat-cowboy-side": $fa-var-hat-cowboy-side, + "clipboard-user": $fa-var-clipboard-user, + "child": $fa-var-child, + "lira-sign": $fa-var-lira-sign, + "satellite": $fa-var-satellite, + "plane-lock": $fa-var-plane-lock, + "tag": $fa-var-tag, + "comment": $fa-var-comment, + "cake-candles": $fa-var-cake-candles, + "birthday-cake": $fa-var-birthday-cake, + "cake": $fa-var-cake, + "envelope": $fa-var-envelope, + "angles-up": $fa-var-angles-up, + "angle-double-up": $fa-var-angle-double-up, + "paperclip": $fa-var-paperclip, + "arrow-right-to-city": $fa-var-arrow-right-to-city, + "ribbon": $fa-var-ribbon, + "lungs": $fa-var-lungs, + "arrow-up-9-1": $fa-var-arrow-up-9-1, + "sort-numeric-up-alt": $fa-var-sort-numeric-up-alt, + "litecoin-sign": $fa-var-litecoin-sign, + "border-none": $fa-var-border-none, + "circle-nodes": $fa-var-circle-nodes, + "parachute-box": $fa-var-parachute-box, + "indent": $fa-var-indent, + "truck-field-un": $fa-var-truck-field-un, + "hourglass": $fa-var-hourglass, + "hourglass-empty": $fa-var-hourglass-empty, + "mountain": $fa-var-mountain, + "user-doctor": $fa-var-user-doctor, + "user-md": $fa-var-user-md, + "circle-info": $fa-var-circle-info, + "info-circle": $fa-var-info-circle, + "cloud-meatball": $fa-var-cloud-meatball, + "camera": $fa-var-camera, + "camera-alt": $fa-var-camera-alt, + "square-virus": $fa-var-square-virus, + "meteor": $fa-var-meteor, + "car-on": $fa-var-car-on, + "sleigh": $fa-var-sleigh, + "arrow-down-1-9": $fa-var-arrow-down-1-9, + "sort-numeric-asc": $fa-var-sort-numeric-asc, + "sort-numeric-down": $fa-var-sort-numeric-down, + "hand-holding-droplet": $fa-var-hand-holding-droplet, + "hand-holding-water": $fa-var-hand-holding-water, + "water": $fa-var-water, + "calendar-check": $fa-var-calendar-check, + "braille": $fa-var-braille, + "prescription-bottle-medical": $fa-var-prescription-bottle-medical, + "prescription-bottle-alt": $fa-var-prescription-bottle-alt, + "landmark": $fa-var-landmark, + "truck": $fa-var-truck, + "crosshairs": $fa-var-crosshairs, + "person-cane": $fa-var-person-cane, + "tent": $fa-var-tent, + "vest-patches": $fa-var-vest-patches, + "check-double": $fa-var-check-double, + "arrow-down-a-z": $fa-var-arrow-down-a-z, + "sort-alpha-asc": $fa-var-sort-alpha-asc, + "sort-alpha-down": $fa-var-sort-alpha-down, + "money-bill-wheat": $fa-var-money-bill-wheat, + "cookie": $fa-var-cookie, + "arrow-rotate-left": $fa-var-arrow-rotate-left, + "arrow-left-rotate": $fa-var-arrow-left-rotate, + "arrow-rotate-back": $fa-var-arrow-rotate-back, + "arrow-rotate-backward": $fa-var-arrow-rotate-backward, + "undo": $fa-var-undo, + "hard-drive": $fa-var-hard-drive, + "hdd": $fa-var-hdd, + "face-grin-squint-tears": $fa-var-face-grin-squint-tears, + "grin-squint-tears": $fa-var-grin-squint-tears, + "dumbbell": $fa-var-dumbbell, + "rectangle-list": $fa-var-rectangle-list, + "list-alt": $fa-var-list-alt, + "tarp-droplet": $fa-var-tarp-droplet, + "house-medical-circle-check": $fa-var-house-medical-circle-check, + "person-skiing-nordic": $fa-var-person-skiing-nordic, + "skiing-nordic": $fa-var-skiing-nordic, + "calendar-plus": $fa-var-calendar-plus, + "plane-arrival": $fa-var-plane-arrival, + "circle-left": $fa-var-circle-left, + "arrow-alt-circle-left": $fa-var-arrow-alt-circle-left, + "train-subway": $fa-var-train-subway, + "subway": $fa-var-subway, + "chart-gantt": $fa-var-chart-gantt, + "indian-rupee-sign": $fa-var-indian-rupee-sign, + "indian-rupee": $fa-var-indian-rupee, + "inr": $fa-var-inr, + "crop-simple": $fa-var-crop-simple, + "crop-alt": $fa-var-crop-alt, + "money-bill-1": $fa-var-money-bill-1, + "money-bill-alt": $fa-var-money-bill-alt, + "left-long": $fa-var-left-long, + "long-arrow-alt-left": $fa-var-long-arrow-alt-left, + "dna": $fa-var-dna, + "virus-slash": $fa-var-virus-slash, + "minus": $fa-var-minus, + "subtract": $fa-var-subtract, + "chess": $fa-var-chess, + "arrow-left-long": $fa-var-arrow-left-long, + "long-arrow-left": $fa-var-long-arrow-left, + "plug-circle-check": $fa-var-plug-circle-check, + "street-view": $fa-var-street-view, + "franc-sign": $fa-var-franc-sign, + "volume-off": $fa-var-volume-off, + "hands-asl-interpreting": $fa-var-hands-asl-interpreting, + "american-sign-language-interpreting": $fa-var-american-sign-language-interpreting, + "asl-interpreting": $fa-var-asl-interpreting, + "hands-american-sign-language-interpreting": $fa-var-hands-american-sign-language-interpreting, + "gear": $fa-var-gear, + "cog": $fa-var-cog, + "droplet-slash": $fa-var-droplet-slash, + "tint-slash": $fa-var-tint-slash, + "mosque": $fa-var-mosque, + "mosquito": $fa-var-mosquito, + "star-of-david": $fa-var-star-of-david, + "person-military-rifle": $fa-var-person-military-rifle, + "cart-shopping": $fa-var-cart-shopping, + "shopping-cart": $fa-var-shopping-cart, + "vials": $fa-var-vials, + "plug-circle-plus": $fa-var-plug-circle-plus, + "place-of-worship": $fa-var-place-of-worship, + "grip-vertical": $fa-var-grip-vertical, + "arrow-turn-up": $fa-var-arrow-turn-up, + "level-up": $fa-var-level-up, + "u": $fa-var-u, + "square-root-variable": $fa-var-square-root-variable, + "square-root-alt": $fa-var-square-root-alt, + "clock": $fa-var-clock, + "clock-four": $fa-var-clock-four, + "backward-step": $fa-var-backward-step, + "step-backward": $fa-var-step-backward, + "pallet": $fa-var-pallet, + "faucet": $fa-var-faucet, + "baseball-bat-ball": $fa-var-baseball-bat-ball, + "s": $fa-var-s, + "timeline": $fa-var-timeline, + "keyboard": $fa-var-keyboard, + "caret-down": $fa-var-caret-down, + "house-chimney-medical": $fa-var-house-chimney-medical, + "clinic-medical": $fa-var-clinic-medical, + "temperature-three-quarters": $fa-var-temperature-three-quarters, + "temperature-3": $fa-var-temperature-3, + "thermometer-3": $fa-var-thermometer-3, + "thermometer-three-quarters": $fa-var-thermometer-three-quarters, + "mobile-screen": $fa-var-mobile-screen, + "mobile-android-alt": $fa-var-mobile-android-alt, + "plane-up": $fa-var-plane-up, + "piggy-bank": $fa-var-piggy-bank, + "battery-half": $fa-var-battery-half, + "battery-3": $fa-var-battery-3, + "mountain-city": $fa-var-mountain-city, + "coins": $fa-var-coins, + "khanda": $fa-var-khanda, + "sliders": $fa-var-sliders, + "sliders-h": $fa-var-sliders-h, + "folder-tree": $fa-var-folder-tree, + "network-wired": $fa-var-network-wired, + "map-pin": $fa-var-map-pin, + "hamsa": $fa-var-hamsa, + "cent-sign": $fa-var-cent-sign, + "flask": $fa-var-flask, + "person-pregnant": $fa-var-person-pregnant, + "wand-sparkles": $fa-var-wand-sparkles, + "ellipsis-vertical": $fa-var-ellipsis-vertical, + "ellipsis-v": $fa-var-ellipsis-v, + "ticket": $fa-var-ticket, + "power-off": $fa-var-power-off, + "right-long": $fa-var-right-long, + "long-arrow-alt-right": $fa-var-long-arrow-alt-right, + "flag-usa": $fa-var-flag-usa, + "laptop-file": $fa-var-laptop-file, + "tty": $fa-var-tty, + "teletype": $fa-var-teletype, + "diagram-next": $fa-var-diagram-next, + "person-rifle": $fa-var-person-rifle, + "house-medical-circle-exclamation": $fa-var-house-medical-circle-exclamation, + "closed-captioning": $fa-var-closed-captioning, + "person-hiking": $fa-var-person-hiking, + "hiking": $fa-var-hiking, + "venus-double": $fa-var-venus-double, + "images": $fa-var-images, + "calculator": $fa-var-calculator, + "people-pulling": $fa-var-people-pulling, + "n": $fa-var-n, + "cable-car": $fa-var-cable-car, + "tram": $fa-var-tram, + "cloud-rain": $fa-var-cloud-rain, + "building-circle-xmark": $fa-var-building-circle-xmark, + "ship": $fa-var-ship, + "arrows-down-to-line": $fa-var-arrows-down-to-line, + "download": $fa-var-download, + "face-grin": $fa-var-face-grin, + "grin": $fa-var-grin, + "delete-left": $fa-var-delete-left, + "backspace": $fa-var-backspace, + "eye-dropper": $fa-var-eye-dropper, + "eye-dropper-empty": $fa-var-eye-dropper-empty, + "eyedropper": $fa-var-eyedropper, + "file-circle-check": $fa-var-file-circle-check, + "forward": $fa-var-forward, + "mobile": $fa-var-mobile, + "mobile-android": $fa-var-mobile-android, + "mobile-phone": $fa-var-mobile-phone, + "face-meh": $fa-var-face-meh, + "meh": $fa-var-meh, + "align-center": $fa-var-align-center, + "book-skull": $fa-var-book-skull, + "book-dead": $fa-var-book-dead, + "id-card": $fa-var-id-card, + "drivers-license": $fa-var-drivers-license, + "outdent": $fa-var-outdent, + "dedent": $fa-var-dedent, + "heart-circle-exclamation": $fa-var-heart-circle-exclamation, + "house": $fa-var-house, + "home": $fa-var-home, + "home-alt": $fa-var-home-alt, + "home-lg-alt": $fa-var-home-lg-alt, + "calendar-week": $fa-var-calendar-week, + "laptop-medical": $fa-var-laptop-medical, + "b": $fa-var-b, + "file-medical": $fa-var-file-medical, + "dice-one": $fa-var-dice-one, + "kiwi-bird": $fa-var-kiwi-bird, + "arrow-right-arrow-left": $fa-var-arrow-right-arrow-left, + "exchange": $fa-var-exchange, + "rotate-right": $fa-var-rotate-right, + "redo-alt": $fa-var-redo-alt, + "rotate-forward": $fa-var-rotate-forward, + "utensils": $fa-var-utensils, + "cutlery": $fa-var-cutlery, + "arrow-up-wide-short": $fa-var-arrow-up-wide-short, + "sort-amount-up": $fa-var-sort-amount-up, + "mill-sign": $fa-var-mill-sign, + "bowl-rice": $fa-var-bowl-rice, + "skull": $fa-var-skull, + "tower-broadcast": $fa-var-tower-broadcast, + "broadcast-tower": $fa-var-broadcast-tower, + "truck-pickup": $fa-var-truck-pickup, + "up-long": $fa-var-up-long, + "long-arrow-alt-up": $fa-var-long-arrow-alt-up, + "stop": $fa-var-stop, + "code-merge": $fa-var-code-merge, + "upload": $fa-var-upload, + "hurricane": $fa-var-hurricane, + "mound": $fa-var-mound, + "toilet-portable": $fa-var-toilet-portable, + "compact-disc": $fa-var-compact-disc, + "file-arrow-down": $fa-var-file-arrow-down, + "file-download": $fa-var-file-download, + "caravan": $fa-var-caravan, + "shield-cat": $fa-var-shield-cat, + "bolt": $fa-var-bolt, + "zap": $fa-var-zap, + "glass-water": $fa-var-glass-water, + "oil-well": $fa-var-oil-well, + "vault": $fa-var-vault, + "mars": $fa-var-mars, + "toilet": $fa-var-toilet, + "plane-circle-xmark": $fa-var-plane-circle-xmark, + "yen-sign": $fa-var-yen-sign, + "cny": $fa-var-cny, + "jpy": $fa-var-jpy, + "rmb": $fa-var-rmb, + "yen": $fa-var-yen, + "ruble-sign": $fa-var-ruble-sign, + "rouble": $fa-var-rouble, + "rub": $fa-var-rub, + "ruble": $fa-var-ruble, + "sun": $fa-var-sun, + "guitar": $fa-var-guitar, + "face-laugh-wink": $fa-var-face-laugh-wink, + "laugh-wink": $fa-var-laugh-wink, + "horse-head": $fa-var-horse-head, + "bore-hole": $fa-var-bore-hole, + "industry": $fa-var-industry, + "circle-down": $fa-var-circle-down, + "arrow-alt-circle-down": $fa-var-arrow-alt-circle-down, + "arrows-turn-to-dots": $fa-var-arrows-turn-to-dots, + "florin-sign": $fa-var-florin-sign, + "arrow-down-short-wide": $fa-var-arrow-down-short-wide, + "sort-amount-desc": $fa-var-sort-amount-desc, + "sort-amount-down-alt": $fa-var-sort-amount-down-alt, + "less-than": $fa-var-less-than, + "angle-down": $fa-var-angle-down, + "car-tunnel": $fa-var-car-tunnel, + "head-side-cough": $fa-var-head-side-cough, + "grip-lines": $fa-var-grip-lines, + "thumbs-down": $fa-var-thumbs-down, + "user-lock": $fa-var-user-lock, + "arrow-right-long": $fa-var-arrow-right-long, + "long-arrow-right": $fa-var-long-arrow-right, + "anchor-circle-xmark": $fa-var-anchor-circle-xmark, + "ellipsis": $fa-var-ellipsis, + "ellipsis-h": $fa-var-ellipsis-h, + "chess-pawn": $fa-var-chess-pawn, + "kit-medical": $fa-var-kit-medical, + "first-aid": $fa-var-first-aid, + "person-through-window": $fa-var-person-through-window, + "toolbox": $fa-var-toolbox, + "hands-holding-circle": $fa-var-hands-holding-circle, + "bug": $fa-var-bug, + "credit-card": $fa-var-credit-card, + "credit-card-alt": $fa-var-credit-card-alt, + "car": $fa-var-car, + "automobile": $fa-var-automobile, + "hand-holding-hand": $fa-var-hand-holding-hand, + "book-open-reader": $fa-var-book-open-reader, + "book-reader": $fa-var-book-reader, + "mountain-sun": $fa-var-mountain-sun, + "arrows-left-right-to-line": $fa-var-arrows-left-right-to-line, + "dice-d20": $fa-var-dice-d20, + "truck-droplet": $fa-var-truck-droplet, + "file-circle-xmark": $fa-var-file-circle-xmark, + "temperature-arrow-up": $fa-var-temperature-arrow-up, + "temperature-up": $fa-var-temperature-up, + "medal": $fa-var-medal, + "bed": $fa-var-bed, + "square-h": $fa-var-square-h, + "h-square": $fa-var-h-square, + "podcast": $fa-var-podcast, + "temperature-full": $fa-var-temperature-full, + "temperature-4": $fa-var-temperature-4, + "thermometer-4": $fa-var-thermometer-4, + "thermometer-full": $fa-var-thermometer-full, + "bell": $fa-var-bell, + "superscript": $fa-var-superscript, + "plug-circle-xmark": $fa-var-plug-circle-xmark, + "star-of-life": $fa-var-star-of-life, + "phone-slash": $fa-var-phone-slash, + "paint-roller": $fa-var-paint-roller, + "handshake-angle": $fa-var-handshake-angle, + "hands-helping": $fa-var-hands-helping, + "location-dot": $fa-var-location-dot, + "map-marker-alt": $fa-var-map-marker-alt, + "file": $fa-var-file, + "greater-than": $fa-var-greater-than, + "person-swimming": $fa-var-person-swimming, + "swimmer": $fa-var-swimmer, + "arrow-down": $fa-var-arrow-down, + "droplet": $fa-var-droplet, + "tint": $fa-var-tint, + "eraser": $fa-var-eraser, + "earth-americas": $fa-var-earth-americas, + "earth": $fa-var-earth, + "earth-america": $fa-var-earth-america, + "globe-americas": $fa-var-globe-americas, + "person-burst": $fa-var-person-burst, + "dove": $fa-var-dove, + "battery-empty": $fa-var-battery-empty, + "battery-0": $fa-var-battery-0, + "socks": $fa-var-socks, + "inbox": $fa-var-inbox, + "section": $fa-var-section, + "gauge-high": $fa-var-gauge-high, + "tachometer-alt": $fa-var-tachometer-alt, + "tachometer-alt-fast": $fa-var-tachometer-alt-fast, + "envelope-open-text": $fa-var-envelope-open-text, + "hospital": $fa-var-hospital, + "hospital-alt": $fa-var-hospital-alt, + "hospital-wide": $fa-var-hospital-wide, + "wine-bottle": $fa-var-wine-bottle, + "chess-rook": $fa-var-chess-rook, + "bars-staggered": $fa-var-bars-staggered, + "reorder": $fa-var-reorder, + "stream": $fa-var-stream, + "dharmachakra": $fa-var-dharmachakra, + "hotdog": $fa-var-hotdog, + "person-walking-with-cane": $fa-var-person-walking-with-cane, + "blind": $fa-var-blind, + "drum": $fa-var-drum, + "ice-cream": $fa-var-ice-cream, + "heart-circle-bolt": $fa-var-heart-circle-bolt, + "fax": $fa-var-fax, + "paragraph": $fa-var-paragraph, + "check-to-slot": $fa-var-check-to-slot, + "vote-yea": $fa-var-vote-yea, + "star-half": $fa-var-star-half, + "boxes-stacked": $fa-var-boxes-stacked, + "boxes": $fa-var-boxes, + "boxes-alt": $fa-var-boxes-alt, + "link": $fa-var-link, + "chain": $fa-var-chain, + "ear-listen": $fa-var-ear-listen, + "assistive-listening-systems": $fa-var-assistive-listening-systems, + "tree-city": $fa-var-tree-city, + "play": $fa-var-play, + "font": $fa-var-font, + "rupiah-sign": $fa-var-rupiah-sign, + "magnifying-glass": $fa-var-magnifying-glass, + "search": $fa-var-search, + "table-tennis-paddle-ball": $fa-var-table-tennis-paddle-ball, + "ping-pong-paddle-ball": $fa-var-ping-pong-paddle-ball, + "table-tennis": $fa-var-table-tennis, + "person-dots-from-line": $fa-var-person-dots-from-line, + "diagnoses": $fa-var-diagnoses, + "trash-can-arrow-up": $fa-var-trash-can-arrow-up, + "trash-restore-alt": $fa-var-trash-restore-alt, + "naira-sign": $fa-var-naira-sign, + "cart-arrow-down": $fa-var-cart-arrow-down, + "walkie-talkie": $fa-var-walkie-talkie, + "file-pen": $fa-var-file-pen, + "file-edit": $fa-var-file-edit, + "receipt": $fa-var-receipt, + "square-pen": $fa-var-square-pen, + "pen-square": $fa-var-pen-square, + "pencil-square": $fa-var-pencil-square, + "suitcase-rolling": $fa-var-suitcase-rolling, + "person-circle-exclamation": $fa-var-person-circle-exclamation, + "chevron-down": $fa-var-chevron-down, + "battery-full": $fa-var-battery-full, + "battery": $fa-var-battery, + "battery-5": $fa-var-battery-5, + "skull-crossbones": $fa-var-skull-crossbones, + "code-compare": $fa-var-code-compare, + "list-ul": $fa-var-list-ul, + "list-dots": $fa-var-list-dots, + "school-lock": $fa-var-school-lock, + "tower-cell": $fa-var-tower-cell, + "down-long": $fa-var-down-long, + "long-arrow-alt-down": $fa-var-long-arrow-alt-down, + "ranking-star": $fa-var-ranking-star, + "chess-king": $fa-var-chess-king, + "person-harassing": $fa-var-person-harassing, + "brazilian-real-sign": $fa-var-brazilian-real-sign, + "landmark-dome": $fa-var-landmark-dome, + "landmark-alt": $fa-var-landmark-alt, + "arrow-up": $fa-var-arrow-up, + "tv": $fa-var-tv, + "television": $fa-var-television, + "tv-alt": $fa-var-tv-alt, + "shrimp": $fa-var-shrimp, + "list-check": $fa-var-list-check, + "tasks": $fa-var-tasks, + "jug-detergent": $fa-var-jug-detergent, + "circle-user": $fa-var-circle-user, + "user-circle": $fa-var-user-circle, + "user-shield": $fa-var-user-shield, + "wind": $fa-var-wind, + "car-burst": $fa-var-car-burst, + "car-crash": $fa-var-car-crash, + "y": $fa-var-y, + "person-snowboarding": $fa-var-person-snowboarding, + "snowboarding": $fa-var-snowboarding, + "truck-fast": $fa-var-truck-fast, + "shipping-fast": $fa-var-shipping-fast, + "fish": $fa-var-fish, + "user-graduate": $fa-var-user-graduate, + "circle-half-stroke": $fa-var-circle-half-stroke, + "adjust": $fa-var-adjust, + "clapperboard": $fa-var-clapperboard, + "circle-radiation": $fa-var-circle-radiation, + "radiation-alt": $fa-var-radiation-alt, + "baseball": $fa-var-baseball, + "baseball-ball": $fa-var-baseball-ball, + "jet-fighter-up": $fa-var-jet-fighter-up, + "diagram-project": $fa-var-diagram-project, + "project-diagram": $fa-var-project-diagram, + "copy": $fa-var-copy, + "volume-xmark": $fa-var-volume-xmark, + "volume-mute": $fa-var-volume-mute, + "volume-times": $fa-var-volume-times, + "hand-sparkles": $fa-var-hand-sparkles, + "grip": $fa-var-grip, + "grip-horizontal": $fa-var-grip-horizontal, + "share-from-square": $fa-var-share-from-square, + "share-square": $fa-var-share-square, + "child-combatant": $fa-var-child-combatant, + "child-rifle": $fa-var-child-rifle, + "gun": $fa-var-gun, + "square-phone": $fa-var-square-phone, + "phone-square": $fa-var-phone-square, + "plus": $fa-var-plus, + "add": $fa-var-add, + "expand": $fa-var-expand, + "computer": $fa-var-computer, + "xmark": $fa-var-xmark, + "close": $fa-var-close, + "multiply": $fa-var-multiply, + "remove": $fa-var-remove, + "times": $fa-var-times, + "arrows-up-down-left-right": $fa-var-arrows-up-down-left-right, + "arrows": $fa-var-arrows, + "chalkboard-user": $fa-var-chalkboard-user, + "chalkboard-teacher": $fa-var-chalkboard-teacher, + "peso-sign": $fa-var-peso-sign, + "building-shield": $fa-var-building-shield, + "baby": $fa-var-baby, + "users-line": $fa-var-users-line, + "quote-left": $fa-var-quote-left, + "quote-left-alt": $fa-var-quote-left-alt, + "tractor": $fa-var-tractor, + "trash-arrow-up": $fa-var-trash-arrow-up, + "trash-restore": $fa-var-trash-restore, + "arrow-down-up-lock": $fa-var-arrow-down-up-lock, + "lines-leaning": $fa-var-lines-leaning, + "ruler-combined": $fa-var-ruler-combined, + "copyright": $fa-var-copyright, + "equals": $fa-var-equals, + "blender": $fa-var-blender, + "teeth": $fa-var-teeth, + "shekel-sign": $fa-var-shekel-sign, + "ils": $fa-var-ils, + "shekel": $fa-var-shekel, + "sheqel": $fa-var-sheqel, + "sheqel-sign": $fa-var-sheqel-sign, + "map": $fa-var-map, + "rocket": $fa-var-rocket, + "photo-film": $fa-var-photo-film, + "photo-video": $fa-var-photo-video, + "folder-minus": $fa-var-folder-minus, + "store": $fa-var-store, + "arrow-trend-up": $fa-var-arrow-trend-up, + "plug-circle-minus": $fa-var-plug-circle-minus, + "sign-hanging": $fa-var-sign-hanging, + "sign": $fa-var-sign, + "bezier-curve": $fa-var-bezier-curve, + "bell-slash": $fa-var-bell-slash, + "tablet": $fa-var-tablet, + "tablet-android": $fa-var-tablet-android, + "school-flag": $fa-var-school-flag, + "fill": $fa-var-fill, + "angle-up": $fa-var-angle-up, + "drumstick-bite": $fa-var-drumstick-bite, + "holly-berry": $fa-var-holly-berry, + "chevron-left": $fa-var-chevron-left, + "bacteria": $fa-var-bacteria, + "hand-lizard": $fa-var-hand-lizard, + "notdef": $fa-var-notdef, + "disease": $fa-var-disease, + "briefcase-medical": $fa-var-briefcase-medical, + "genderless": $fa-var-genderless, + "chevron-right": $fa-var-chevron-right, + "retweet": $fa-var-retweet, + "car-rear": $fa-var-car-rear, + "car-alt": $fa-var-car-alt, + "pump-soap": $fa-var-pump-soap, + "video-slash": $fa-var-video-slash, + "battery-quarter": $fa-var-battery-quarter, + "battery-2": $fa-var-battery-2, + "radio": $fa-var-radio, + "baby-carriage": $fa-var-baby-carriage, + "carriage-baby": $fa-var-carriage-baby, + "traffic-light": $fa-var-traffic-light, + "thermometer": $fa-var-thermometer, + "vr-cardboard": $fa-var-vr-cardboard, + "hand-middle-finger": $fa-var-hand-middle-finger, + "percent": $fa-var-percent, + "percentage": $fa-var-percentage, + "truck-moving": $fa-var-truck-moving, + "glass-water-droplet": $fa-var-glass-water-droplet, + "display": $fa-var-display, + "face-smile": $fa-var-face-smile, + "smile": $fa-var-smile, + "thumbtack": $fa-var-thumbtack, + "thumb-tack": $fa-var-thumb-tack, + "trophy": $fa-var-trophy, + "person-praying": $fa-var-person-praying, + "pray": $fa-var-pray, + "hammer": $fa-var-hammer, + "hand-peace": $fa-var-hand-peace, + "rotate": $fa-var-rotate, + "sync-alt": $fa-var-sync-alt, + "spinner": $fa-var-spinner, + "robot": $fa-var-robot, + "peace": $fa-var-peace, + "gears": $fa-var-gears, + "cogs": $fa-var-cogs, + "warehouse": $fa-var-warehouse, + "arrow-up-right-dots": $fa-var-arrow-up-right-dots, + "splotch": $fa-var-splotch, + "face-grin-hearts": $fa-var-face-grin-hearts, + "grin-hearts": $fa-var-grin-hearts, + "dice-four": $fa-var-dice-four, + "sim-card": $fa-var-sim-card, + "transgender": $fa-var-transgender, + "transgender-alt": $fa-var-transgender-alt, + "mercury": $fa-var-mercury, + "arrow-turn-down": $fa-var-arrow-turn-down, + "level-down": $fa-var-level-down, + "person-falling-burst": $fa-var-person-falling-burst, + "award": $fa-var-award, + "ticket-simple": $fa-var-ticket-simple, + "ticket-alt": $fa-var-ticket-alt, + "building": $fa-var-building, + "angles-left": $fa-var-angles-left, + "angle-double-left": $fa-var-angle-double-left, + "qrcode": $fa-var-qrcode, + "clock-rotate-left": $fa-var-clock-rotate-left, + "history": $fa-var-history, + "face-grin-beam-sweat": $fa-var-face-grin-beam-sweat, + "grin-beam-sweat": $fa-var-grin-beam-sweat, + "file-export": $fa-var-file-export, + "arrow-right-from-file": $fa-var-arrow-right-from-file, + "shield": $fa-var-shield, + "shield-blank": $fa-var-shield-blank, + "arrow-up-short-wide": $fa-var-arrow-up-short-wide, + "sort-amount-up-alt": $fa-var-sort-amount-up-alt, + "house-medical": $fa-var-house-medical, + "golf-ball-tee": $fa-var-golf-ball-tee, + "golf-ball": $fa-var-golf-ball, + "circle-chevron-left": $fa-var-circle-chevron-left, + "chevron-circle-left": $fa-var-chevron-circle-left, + "house-chimney-window": $fa-var-house-chimney-window, + "pen-nib": $fa-var-pen-nib, + "tent-arrow-turn-left": $fa-var-tent-arrow-turn-left, + "tents": $fa-var-tents, + "wand-magic": $fa-var-wand-magic, + "magic": $fa-var-magic, + "dog": $fa-var-dog, + "carrot": $fa-var-carrot, + "moon": $fa-var-moon, + "wine-glass-empty": $fa-var-wine-glass-empty, + "wine-glass-alt": $fa-var-wine-glass-alt, + "cheese": $fa-var-cheese, + "yin-yang": $fa-var-yin-yang, + "music": $fa-var-music, + "code-commit": $fa-var-code-commit, + "temperature-low": $fa-var-temperature-low, + "person-biking": $fa-var-person-biking, + "biking": $fa-var-biking, + "broom": $fa-var-broom, + "shield-heart": $fa-var-shield-heart, + "gopuram": $fa-var-gopuram, + "earth-oceania": $fa-var-earth-oceania, + "globe-oceania": $fa-var-globe-oceania, + "square-xmark": $fa-var-square-xmark, + "times-square": $fa-var-times-square, + "xmark-square": $fa-var-xmark-square, + "hashtag": $fa-var-hashtag, + "up-right-and-down-left-from-center": $fa-var-up-right-and-down-left-from-center, + "expand-alt": $fa-var-expand-alt, + "oil-can": $fa-var-oil-can, + "t": $fa-var-t, + "hippo": $fa-var-hippo, + "chart-column": $fa-var-chart-column, + "infinity": $fa-var-infinity, + "vial-circle-check": $fa-var-vial-circle-check, + "person-arrow-down-to-line": $fa-var-person-arrow-down-to-line, + "voicemail": $fa-var-voicemail, + "fan": $fa-var-fan, + "person-walking-luggage": $fa-var-person-walking-luggage, + "up-down": $fa-var-up-down, + "arrows-alt-v": $fa-var-arrows-alt-v, + "cloud-moon-rain": $fa-var-cloud-moon-rain, + "calendar": $fa-var-calendar, + "trailer": $fa-var-trailer, + "bahai": $fa-var-bahai, + "haykal": $fa-var-haykal, + "sd-card": $fa-var-sd-card, + "dragon": $fa-var-dragon, + "shoe-prints": $fa-var-shoe-prints, + "circle-plus": $fa-var-circle-plus, + "plus-circle": $fa-var-plus-circle, + "face-grin-tongue-wink": $fa-var-face-grin-tongue-wink, + "grin-tongue-wink": $fa-var-grin-tongue-wink, + "hand-holding": $fa-var-hand-holding, + "plug-circle-exclamation": $fa-var-plug-circle-exclamation, + "link-slash": $fa-var-link-slash, + "chain-broken": $fa-var-chain-broken, + "chain-slash": $fa-var-chain-slash, + "unlink": $fa-var-unlink, + "clone": $fa-var-clone, + "person-walking-arrow-loop-left": $fa-var-person-walking-arrow-loop-left, + "arrow-up-z-a": $fa-var-arrow-up-z-a, + "sort-alpha-up-alt": $fa-var-sort-alpha-up-alt, + "fire-flame-curved": $fa-var-fire-flame-curved, + "fire-alt": $fa-var-fire-alt, + "tornado": $fa-var-tornado, + "file-circle-plus": $fa-var-file-circle-plus, + "book-quran": $fa-var-book-quran, + "quran": $fa-var-quran, + "anchor": $fa-var-anchor, + "border-all": $fa-var-border-all, + "face-angry": $fa-var-face-angry, + "angry": $fa-var-angry, + "cookie-bite": $fa-var-cookie-bite, + "arrow-trend-down": $fa-var-arrow-trend-down, + "rss": $fa-var-rss, + "feed": $fa-var-feed, + "draw-polygon": $fa-var-draw-polygon, + "scale-balanced": $fa-var-scale-balanced, + "balance-scale": $fa-var-balance-scale, + "gauge-simple-high": $fa-var-gauge-simple-high, + "tachometer": $fa-var-tachometer, + "tachometer-fast": $fa-var-tachometer-fast, + "shower": $fa-var-shower, + "desktop": $fa-var-desktop, + "desktop-alt": $fa-var-desktop-alt, + "m": $fa-var-m, + "table-list": $fa-var-table-list, + "th-list": $fa-var-th-list, + "comment-sms": $fa-var-comment-sms, + "sms": $fa-var-sms, + "book": $fa-var-book, + "user-plus": $fa-var-user-plus, + "check": $fa-var-check, + "battery-three-quarters": $fa-var-battery-three-quarters, + "battery-4": $fa-var-battery-4, + "house-circle-check": $fa-var-house-circle-check, + "angle-left": $fa-var-angle-left, + "diagram-successor": $fa-var-diagram-successor, + "truck-arrow-right": $fa-var-truck-arrow-right, + "arrows-split-up-and-left": $fa-var-arrows-split-up-and-left, + "hand-fist": $fa-var-hand-fist, + "fist-raised": $fa-var-fist-raised, + "cloud-moon": $fa-var-cloud-moon, + "briefcase": $fa-var-briefcase, + "person-falling": $fa-var-person-falling, + "image-portrait": $fa-var-image-portrait, + "portrait": $fa-var-portrait, + "user-tag": $fa-var-user-tag, + "rug": $fa-var-rug, + "earth-europe": $fa-var-earth-europe, + "globe-europe": $fa-var-globe-europe, + "cart-flatbed-suitcase": $fa-var-cart-flatbed-suitcase, + "luggage-cart": $fa-var-luggage-cart, + "rectangle-xmark": $fa-var-rectangle-xmark, + "rectangle-times": $fa-var-rectangle-times, + "times-rectangle": $fa-var-times-rectangle, + "window-close": $fa-var-window-close, + "baht-sign": $fa-var-baht-sign, + "book-open": $fa-var-book-open, + "book-journal-whills": $fa-var-book-journal-whills, + "journal-whills": $fa-var-journal-whills, + "handcuffs": $fa-var-handcuffs, + "triangle-exclamation": $fa-var-triangle-exclamation, + "exclamation-triangle": $fa-var-exclamation-triangle, + "warning": $fa-var-warning, + "database": $fa-var-database, + "share": $fa-var-share, + "arrow-turn-right": $fa-var-arrow-turn-right, + "mail-forward": $fa-var-mail-forward, + "bottle-droplet": $fa-var-bottle-droplet, + "mask-face": $fa-var-mask-face, + "hill-rockslide": $fa-var-hill-rockslide, + "right-left": $fa-var-right-left, + "exchange-alt": $fa-var-exchange-alt, + "paper-plane": $fa-var-paper-plane, + "road-circle-exclamation": $fa-var-road-circle-exclamation, + "dungeon": $fa-var-dungeon, + "align-right": $fa-var-align-right, + "money-bill-1-wave": $fa-var-money-bill-1-wave, + "money-bill-wave-alt": $fa-var-money-bill-wave-alt, + "life-ring": $fa-var-life-ring, + "hands": $fa-var-hands, + "sign-language": $fa-var-sign-language, + "signing": $fa-var-signing, + "calendar-day": $fa-var-calendar-day, + "water-ladder": $fa-var-water-ladder, + "ladder-water": $fa-var-ladder-water, + "swimming-pool": $fa-var-swimming-pool, + "arrows-up-down": $fa-var-arrows-up-down, + "arrows-v": $fa-var-arrows-v, + "face-grimace": $fa-var-face-grimace, + "grimace": $fa-var-grimace, + "wheelchair-move": $fa-var-wheelchair-move, + "wheelchair-alt": $fa-var-wheelchair-alt, + "turn-down": $fa-var-turn-down, + "level-down-alt": $fa-var-level-down-alt, + "person-walking-arrow-right": $fa-var-person-walking-arrow-right, + "square-envelope": $fa-var-square-envelope, + "envelope-square": $fa-var-envelope-square, + "dice": $fa-var-dice, + "bowling-ball": $fa-var-bowling-ball, + "brain": $fa-var-brain, + "bandage": $fa-var-bandage, + "band-aid": $fa-var-band-aid, + "calendar-minus": $fa-var-calendar-minus, + "circle-xmark": $fa-var-circle-xmark, + "times-circle": $fa-var-times-circle, + "xmark-circle": $fa-var-xmark-circle, + "gifts": $fa-var-gifts, + "hotel": $fa-var-hotel, + "earth-asia": $fa-var-earth-asia, + "globe-asia": $fa-var-globe-asia, + "id-card-clip": $fa-var-id-card-clip, + "id-card-alt": $fa-var-id-card-alt, + "magnifying-glass-plus": $fa-var-magnifying-glass-plus, + "search-plus": $fa-var-search-plus, + "thumbs-up": $fa-var-thumbs-up, + "user-clock": $fa-var-user-clock, + "hand-dots": $fa-var-hand-dots, + "allergies": $fa-var-allergies, + "file-invoice": $fa-var-file-invoice, + "window-minimize": $fa-var-window-minimize, + "mug-saucer": $fa-var-mug-saucer, + "coffee": $fa-var-coffee, + "brush": $fa-var-brush, + "mask": $fa-var-mask, + "magnifying-glass-minus": $fa-var-magnifying-glass-minus, + "search-minus": $fa-var-search-minus, + "ruler-vertical": $fa-var-ruler-vertical, + "user-large": $fa-var-user-large, + "user-alt": $fa-var-user-alt, + "train-tram": $fa-var-train-tram, + "user-nurse": $fa-var-user-nurse, + "syringe": $fa-var-syringe, + "cloud-sun": $fa-var-cloud-sun, + "stopwatch-20": $fa-var-stopwatch-20, + "square-full": $fa-var-square-full, + "magnet": $fa-var-magnet, + "jar": $fa-var-jar, + "note-sticky": $fa-var-note-sticky, + "sticky-note": $fa-var-sticky-note, + "bug-slash": $fa-var-bug-slash, + "arrow-up-from-water-pump": $fa-var-arrow-up-from-water-pump, + "bone": $fa-var-bone, + "user-injured": $fa-var-user-injured, + "face-sad-tear": $fa-var-face-sad-tear, + "sad-tear": $fa-var-sad-tear, + "plane": $fa-var-plane, + "tent-arrows-down": $fa-var-tent-arrows-down, + "exclamation": $fa-var-exclamation, + "arrows-spin": $fa-var-arrows-spin, + "print": $fa-var-print, + "turkish-lira-sign": $fa-var-turkish-lira-sign, + "try": $fa-var-try, + "turkish-lira": $fa-var-turkish-lira, + "dollar-sign": $fa-var-dollar-sign, + "dollar": $fa-var-dollar, + "usd": $fa-var-usd, + "x": $fa-var-x, + "magnifying-glass-dollar": $fa-var-magnifying-glass-dollar, + "search-dollar": $fa-var-search-dollar, + "users-gear": $fa-var-users-gear, + "users-cog": $fa-var-users-cog, + "person-military-pointing": $fa-var-person-military-pointing, + "building-columns": $fa-var-building-columns, + "bank": $fa-var-bank, + "institution": $fa-var-institution, + "museum": $fa-var-museum, + "university": $fa-var-university, + "umbrella": $fa-var-umbrella, + "trowel": $fa-var-trowel, + "d": $fa-var-d, + "stapler": $fa-var-stapler, + "masks-theater": $fa-var-masks-theater, + "theater-masks": $fa-var-theater-masks, + "kip-sign": $fa-var-kip-sign, + "hand-point-left": $fa-var-hand-point-left, + "handshake-simple": $fa-var-handshake-simple, + "handshake-alt": $fa-var-handshake-alt, + "jet-fighter": $fa-var-jet-fighter, + "fighter-jet": $fa-var-fighter-jet, + "square-share-nodes": $fa-var-square-share-nodes, + "share-alt-square": $fa-var-share-alt-square, + "barcode": $fa-var-barcode, + "plus-minus": $fa-var-plus-minus, + "video": $fa-var-video, + "video-camera": $fa-var-video-camera, + "graduation-cap": $fa-var-graduation-cap, + "mortar-board": $fa-var-mortar-board, + "hand-holding-medical": $fa-var-hand-holding-medical, + "person-circle-check": $fa-var-person-circle-check, + "turn-up": $fa-var-turn-up, + "level-up-alt": $fa-var-level-up-alt, +); + +$fa-brand-icons: ( + "monero": $fa-var-monero, + "hooli": $fa-var-hooli, + "yelp": $fa-var-yelp, + "cc-visa": $fa-var-cc-visa, + "lastfm": $fa-var-lastfm, + "shopware": $fa-var-shopware, + "creative-commons-nc": $fa-var-creative-commons-nc, + "aws": $fa-var-aws, + "redhat": $fa-var-redhat, + "yoast": $fa-var-yoast, + "cloudflare": $fa-var-cloudflare, + "ups": $fa-var-ups, + "wpexplorer": $fa-var-wpexplorer, + "dyalog": $fa-var-dyalog, + "bity": $fa-var-bity, + "stackpath": $fa-var-stackpath, + "buysellads": $fa-var-buysellads, + "first-order": $fa-var-first-order, + "modx": $fa-var-modx, + "guilded": $fa-var-guilded, + "vnv": $fa-var-vnv, + "square-js": $fa-var-square-js, + "js-square": $fa-var-js-square, + "microsoft": $fa-var-microsoft, + "qq": $fa-var-qq, + "orcid": $fa-var-orcid, + "java": $fa-var-java, + "invision": $fa-var-invision, + "creative-commons-pd-alt": $fa-var-creative-commons-pd-alt, + "centercode": $fa-var-centercode, + "glide-g": $fa-var-glide-g, + "drupal": $fa-var-drupal, + "hire-a-helper": $fa-var-hire-a-helper, + "creative-commons-by": $fa-var-creative-commons-by, + "unity": $fa-var-unity, + "whmcs": $fa-var-whmcs, + "rocketchat": $fa-var-rocketchat, + "vk": $fa-var-vk, + "untappd": $fa-var-untappd, + "mailchimp": $fa-var-mailchimp, + "css3-alt": $fa-var-css3-alt, + "square-reddit": $fa-var-square-reddit, + "reddit-square": $fa-var-reddit-square, + "vimeo-v": $fa-var-vimeo-v, + "contao": $fa-var-contao, + "square-font-awesome": $fa-var-square-font-awesome, + "deskpro": $fa-var-deskpro, + "sistrix": $fa-var-sistrix, + "square-instagram": $fa-var-square-instagram, + "instagram-square": $fa-var-instagram-square, + "battle-net": $fa-var-battle-net, + "the-red-yeti": $fa-var-the-red-yeti, + "square-hacker-news": $fa-var-square-hacker-news, + "hacker-news-square": $fa-var-hacker-news-square, + "edge": $fa-var-edge, + "threads": $fa-var-threads, + "napster": $fa-var-napster, + "square-snapchat": $fa-var-square-snapchat, + "snapchat-square": $fa-var-snapchat-square, + "google-plus-g": $fa-var-google-plus-g, + "artstation": $fa-var-artstation, + "markdown": $fa-var-markdown, + "sourcetree": $fa-var-sourcetree, + "google-plus": $fa-var-google-plus, + "diaspora": $fa-var-diaspora, + "foursquare": $fa-var-foursquare, + "stack-overflow": $fa-var-stack-overflow, + "github-alt": $fa-var-github-alt, + "phoenix-squadron": $fa-var-phoenix-squadron, + "pagelines": $fa-var-pagelines, + "algolia": $fa-var-algolia, + "red-river": $fa-var-red-river, + "creative-commons-sa": $fa-var-creative-commons-sa, + "safari": $fa-var-safari, + "google": $fa-var-google, + "square-font-awesome-stroke": $fa-var-square-font-awesome-stroke, + "font-awesome-alt": $fa-var-font-awesome-alt, + "atlassian": $fa-var-atlassian, + "linkedin-in": $fa-var-linkedin-in, + "digital-ocean": $fa-var-digital-ocean, + "nimblr": $fa-var-nimblr, + "chromecast": $fa-var-chromecast, + "evernote": $fa-var-evernote, + "hacker-news": $fa-var-hacker-news, + "creative-commons-sampling": $fa-var-creative-commons-sampling, + "adversal": $fa-var-adversal, + "creative-commons": $fa-var-creative-commons, + "watchman-monitoring": $fa-var-watchman-monitoring, + "fonticons": $fa-var-fonticons, + "weixin": $fa-var-weixin, + "shirtsinbulk": $fa-var-shirtsinbulk, + "codepen": $fa-var-codepen, + "git-alt": $fa-var-git-alt, + "lyft": $fa-var-lyft, + "rev": $fa-var-rev, + "windows": $fa-var-windows, + "wizards-of-the-coast": $fa-var-wizards-of-the-coast, + "square-viadeo": $fa-var-square-viadeo, + "viadeo-square": $fa-var-viadeo-square, + "meetup": $fa-var-meetup, + "centos": $fa-var-centos, + "adn": $fa-var-adn, + "cloudsmith": $fa-var-cloudsmith, + "pied-piper-alt": $fa-var-pied-piper-alt, + "square-dribbble": $fa-var-square-dribbble, + "dribbble-square": $fa-var-dribbble-square, + "codiepie": $fa-var-codiepie, + "node": $fa-var-node, + "mix": $fa-var-mix, + "steam": $fa-var-steam, + "cc-apple-pay": $fa-var-cc-apple-pay, + "scribd": $fa-var-scribd, + "debian": $fa-var-debian, + "openid": $fa-var-openid, + "instalod": $fa-var-instalod, + "expeditedssl": $fa-var-expeditedssl, + "sellcast": $fa-var-sellcast, + "square-twitter": $fa-var-square-twitter, + "twitter-square": $fa-var-twitter-square, + "r-project": $fa-var-r-project, + "delicious": $fa-var-delicious, + "freebsd": $fa-var-freebsd, + "vuejs": $fa-var-vuejs, + "accusoft": $fa-var-accusoft, + "ioxhost": $fa-var-ioxhost, + "fonticons-fi": $fa-var-fonticons-fi, + "app-store": $fa-var-app-store, + "cc-mastercard": $fa-var-cc-mastercard, + "itunes-note": $fa-var-itunes-note, + "golang": $fa-var-golang, + "kickstarter": $fa-var-kickstarter, + "grav": $fa-var-grav, + "weibo": $fa-var-weibo, + "uncharted": $fa-var-uncharted, + "firstdraft": $fa-var-firstdraft, + "square-youtube": $fa-var-square-youtube, + "youtube-square": $fa-var-youtube-square, + "wikipedia-w": $fa-var-wikipedia-w, + "wpressr": $fa-var-wpressr, + "rendact": $fa-var-rendact, + "angellist": $fa-var-angellist, + "galactic-republic": $fa-var-galactic-republic, + "nfc-directional": $fa-var-nfc-directional, + "skype": $fa-var-skype, + "joget": $fa-var-joget, + "fedora": $fa-var-fedora, + "stripe-s": $fa-var-stripe-s, + "meta": $fa-var-meta, + "laravel": $fa-var-laravel, + "hotjar": $fa-var-hotjar, + "bluetooth-b": $fa-var-bluetooth-b, + "sticker-mule": $fa-var-sticker-mule, + "creative-commons-zero": $fa-var-creative-commons-zero, + "hips": $fa-var-hips, + "behance": $fa-var-behance, + "reddit": $fa-var-reddit, + "discord": $fa-var-discord, + "chrome": $fa-var-chrome, + "app-store-ios": $fa-var-app-store-ios, + "cc-discover": $fa-var-cc-discover, + "wpbeginner": $fa-var-wpbeginner, + "confluence": $fa-var-confluence, + "mdb": $fa-var-mdb, + "dochub": $fa-var-dochub, + "accessible-icon": $fa-var-accessible-icon, + "ebay": $fa-var-ebay, + "amazon": $fa-var-amazon, + "unsplash": $fa-var-unsplash, + "yarn": $fa-var-yarn, + "square-steam": $fa-var-square-steam, + "steam-square": $fa-var-steam-square, + "500px": $fa-var-500px, + "square-vimeo": $fa-var-square-vimeo, + "vimeo-square": $fa-var-vimeo-square, + "asymmetrik": $fa-var-asymmetrik, + "font-awesome": $fa-var-font-awesome, + "font-awesome-flag": $fa-var-font-awesome-flag, + "font-awesome-logo-full": $fa-var-font-awesome-logo-full, + "gratipay": $fa-var-gratipay, + "apple": $fa-var-apple, + "hive": $fa-var-hive, + "gitkraken": $fa-var-gitkraken, + "keybase": $fa-var-keybase, + "apple-pay": $fa-var-apple-pay, + "padlet": $fa-var-padlet, + "amazon-pay": $fa-var-amazon-pay, + "square-github": $fa-var-square-github, + "github-square": $fa-var-github-square, + "stumbleupon": $fa-var-stumbleupon, + "fedex": $fa-var-fedex, + "phoenix-framework": $fa-var-phoenix-framework, + "shopify": $fa-var-shopify, + "neos": $fa-var-neos, + "square-threads": $fa-var-square-threads, + "hackerrank": $fa-var-hackerrank, + "researchgate": $fa-var-researchgate, + "swift": $fa-var-swift, + "angular": $fa-var-angular, + "speakap": $fa-var-speakap, + "angrycreative": $fa-var-angrycreative, + "y-combinator": $fa-var-y-combinator, + "empire": $fa-var-empire, + "envira": $fa-var-envira, + "square-gitlab": $fa-var-square-gitlab, + "gitlab-square": $fa-var-gitlab-square, + "studiovinari": $fa-var-studiovinari, + "pied-piper": $fa-var-pied-piper, + "wordpress": $fa-var-wordpress, + "product-hunt": $fa-var-product-hunt, + "firefox": $fa-var-firefox, + "linode": $fa-var-linode, + "goodreads": $fa-var-goodreads, + "square-odnoklassniki": $fa-var-square-odnoklassniki, + "odnoklassniki-square": $fa-var-odnoklassniki-square, + "jsfiddle": $fa-var-jsfiddle, + "sith": $fa-var-sith, + "themeisle": $fa-var-themeisle, + "page4": $fa-var-page4, + "hashnode": $fa-var-hashnode, + "react": $fa-var-react, + "cc-paypal": $fa-var-cc-paypal, + "squarespace": $fa-var-squarespace, + "cc-stripe": $fa-var-cc-stripe, + "creative-commons-share": $fa-var-creative-commons-share, + "bitcoin": $fa-var-bitcoin, + "keycdn": $fa-var-keycdn, + "opera": $fa-var-opera, + "itch-io": $fa-var-itch-io, + "umbraco": $fa-var-umbraco, + "galactic-senate": $fa-var-galactic-senate, + "ubuntu": $fa-var-ubuntu, + "draft2digital": $fa-var-draft2digital, + "stripe": $fa-var-stripe, + "houzz": $fa-var-houzz, + "gg": $fa-var-gg, + "dhl": $fa-var-dhl, + "square-pinterest": $fa-var-square-pinterest, + "pinterest-square": $fa-var-pinterest-square, + "xing": $fa-var-xing, + "blackberry": $fa-var-blackberry, + "creative-commons-pd": $fa-var-creative-commons-pd, + "playstation": $fa-var-playstation, + "quinscape": $fa-var-quinscape, + "less": $fa-var-less, + "blogger-b": $fa-var-blogger-b, + "opencart": $fa-var-opencart, + "vine": $fa-var-vine, + "paypal": $fa-var-paypal, + "gitlab": $fa-var-gitlab, + "typo3": $fa-var-typo3, + "reddit-alien": $fa-var-reddit-alien, + "yahoo": $fa-var-yahoo, + "dailymotion": $fa-var-dailymotion, + "affiliatetheme": $fa-var-affiliatetheme, + "pied-piper-pp": $fa-var-pied-piper-pp, + "bootstrap": $fa-var-bootstrap, + "odnoklassniki": $fa-var-odnoklassniki, + "nfc-symbol": $fa-var-nfc-symbol, + "ethereum": $fa-var-ethereum, + "speaker-deck": $fa-var-speaker-deck, + "creative-commons-nc-eu": $fa-var-creative-commons-nc-eu, + "patreon": $fa-var-patreon, + "avianex": $fa-var-avianex, + "ello": $fa-var-ello, + "gofore": $fa-var-gofore, + "bimobject": $fa-var-bimobject, + "facebook-f": $fa-var-facebook-f, + "square-google-plus": $fa-var-square-google-plus, + "google-plus-square": $fa-var-google-plus-square, + "mandalorian": $fa-var-mandalorian, + "first-order-alt": $fa-var-first-order-alt, + "osi": $fa-var-osi, + "google-wallet": $fa-var-google-wallet, + "d-and-d-beyond": $fa-var-d-and-d-beyond, + "periscope": $fa-var-periscope, + "fulcrum": $fa-var-fulcrum, + "cloudscale": $fa-var-cloudscale, + "forumbee": $fa-var-forumbee, + "mizuni": $fa-var-mizuni, + "schlix": $fa-var-schlix, + "square-xing": $fa-var-square-xing, + "xing-square": $fa-var-xing-square, + "bandcamp": $fa-var-bandcamp, + "wpforms": $fa-var-wpforms, + "cloudversify": $fa-var-cloudversify, + "usps": $fa-var-usps, + "megaport": $fa-var-megaport, + "magento": $fa-var-magento, + "spotify": $fa-var-spotify, + "optin-monster": $fa-var-optin-monster, + "fly": $fa-var-fly, + "aviato": $fa-var-aviato, + "itunes": $fa-var-itunes, + "cuttlefish": $fa-var-cuttlefish, + "blogger": $fa-var-blogger, + "flickr": $fa-var-flickr, + "viber": $fa-var-viber, + "soundcloud": $fa-var-soundcloud, + "digg": $fa-var-digg, + "tencent-weibo": $fa-var-tencent-weibo, + "symfony": $fa-var-symfony, + "maxcdn": $fa-var-maxcdn, + "etsy": $fa-var-etsy, + "facebook-messenger": $fa-var-facebook-messenger, + "audible": $fa-var-audible, + "think-peaks": $fa-var-think-peaks, + "bilibili": $fa-var-bilibili, + "erlang": $fa-var-erlang, + "x-twitter": $fa-var-x-twitter, + "cotton-bureau": $fa-var-cotton-bureau, + "dashcube": $fa-var-dashcube, + "42-group": $fa-var-42-group, + "innosoft": $fa-var-innosoft, + "stack-exchange": $fa-var-stack-exchange, + "elementor": $fa-var-elementor, + "square-pied-piper": $fa-var-square-pied-piper, + "pied-piper-square": $fa-var-pied-piper-square, + "creative-commons-nd": $fa-var-creative-commons-nd, + "palfed": $fa-var-palfed, + "superpowers": $fa-var-superpowers, + "resolving": $fa-var-resolving, + "xbox": $fa-var-xbox, + "searchengin": $fa-var-searchengin, + "tiktok": $fa-var-tiktok, + "square-facebook": $fa-var-square-facebook, + "facebook-square": $fa-var-facebook-square, + "renren": $fa-var-renren, + "linux": $fa-var-linux, + "glide": $fa-var-glide, + "linkedin": $fa-var-linkedin, + "hubspot": $fa-var-hubspot, + "deploydog": $fa-var-deploydog, + "twitch": $fa-var-twitch, + "ravelry": $fa-var-ravelry, + "mixer": $fa-var-mixer, + "square-lastfm": $fa-var-square-lastfm, + "lastfm-square": $fa-var-lastfm-square, + "vimeo": $fa-var-vimeo, + "mendeley": $fa-var-mendeley, + "uniregistry": $fa-var-uniregistry, + "figma": $fa-var-figma, + "creative-commons-remix": $fa-var-creative-commons-remix, + "cc-amazon-pay": $fa-var-cc-amazon-pay, + "dropbox": $fa-var-dropbox, + "instagram": $fa-var-instagram, + "cmplid": $fa-var-cmplid, + "facebook": $fa-var-facebook, + "gripfire": $fa-var-gripfire, + "jedi-order": $fa-var-jedi-order, + "uikit": $fa-var-uikit, + "fort-awesome-alt": $fa-var-fort-awesome-alt, + "phabricator": $fa-var-phabricator, + "ussunnah": $fa-var-ussunnah, + "earlybirds": $fa-var-earlybirds, + "trade-federation": $fa-var-trade-federation, + "autoprefixer": $fa-var-autoprefixer, + "whatsapp": $fa-var-whatsapp, + "slideshare": $fa-var-slideshare, + "google-play": $fa-var-google-play, + "viadeo": $fa-var-viadeo, + "line": $fa-var-line, + "google-drive": $fa-var-google-drive, + "servicestack": $fa-var-servicestack, + "simplybuilt": $fa-var-simplybuilt, + "bitbucket": $fa-var-bitbucket, + "imdb": $fa-var-imdb, + "deezer": $fa-var-deezer, + "raspberry-pi": $fa-var-raspberry-pi, + "jira": $fa-var-jira, + "docker": $fa-var-docker, + "screenpal": $fa-var-screenpal, + "bluetooth": $fa-var-bluetooth, + "gitter": $fa-var-gitter, + "d-and-d": $fa-var-d-and-d, + "microblog": $fa-var-microblog, + "cc-diners-club": $fa-var-cc-diners-club, + "gg-circle": $fa-var-gg-circle, + "pied-piper-hat": $fa-var-pied-piper-hat, + "kickstarter-k": $fa-var-kickstarter-k, + "yandex": $fa-var-yandex, + "readme": $fa-var-readme, + "html5": $fa-var-html5, + "sellsy": $fa-var-sellsy, + "sass": $fa-var-sass, + "wirsindhandwerk": $fa-var-wirsindhandwerk, + "wsh": $fa-var-wsh, + "buromobelexperte": $fa-var-buromobelexperte, + "salesforce": $fa-var-salesforce, + "octopus-deploy": $fa-var-octopus-deploy, + "medapps": $fa-var-medapps, + "ns8": $fa-var-ns8, + "pinterest-p": $fa-var-pinterest-p, + "apper": $fa-var-apper, + "fort-awesome": $fa-var-fort-awesome, + "waze": $fa-var-waze, + "cc-jcb": $fa-var-cc-jcb, + "snapchat": $fa-var-snapchat, + "snapchat-ghost": $fa-var-snapchat-ghost, + "fantasy-flight-games": $fa-var-fantasy-flight-games, + "rust": $fa-var-rust, + "wix": $fa-var-wix, + "square-behance": $fa-var-square-behance, + "behance-square": $fa-var-behance-square, + "supple": $fa-var-supple, + "rebel": $fa-var-rebel, + "css3": $fa-var-css3, + "staylinked": $fa-var-staylinked, + "kaggle": $fa-var-kaggle, + "space-awesome": $fa-var-space-awesome, + "deviantart": $fa-var-deviantart, + "cpanel": $fa-var-cpanel, + "goodreads-g": $fa-var-goodreads-g, + "square-git": $fa-var-square-git, + "git-square": $fa-var-git-square, + "square-tumblr": $fa-var-square-tumblr, + "tumblr-square": $fa-var-tumblr-square, + "trello": $fa-var-trello, + "creative-commons-nc-jp": $fa-var-creative-commons-nc-jp, + "get-pocket": $fa-var-get-pocket, + "perbyte": $fa-var-perbyte, + "grunt": $fa-var-grunt, + "weebly": $fa-var-weebly, + "connectdevelop": $fa-var-connectdevelop, + "leanpub": $fa-var-leanpub, + "black-tie": $fa-var-black-tie, + "themeco": $fa-var-themeco, + "python": $fa-var-python, + "android": $fa-var-android, + "bots": $fa-var-bots, + "free-code-camp": $fa-var-free-code-camp, + "hornbill": $fa-var-hornbill, + "js": $fa-var-js, + "ideal": $fa-var-ideal, + "git": $fa-var-git, + "dev": $fa-var-dev, + "sketch": $fa-var-sketch, + "yandex-international": $fa-var-yandex-international, + "cc-amex": $fa-var-cc-amex, + "uber": $fa-var-uber, + "github": $fa-var-github, + "php": $fa-var-php, + "alipay": $fa-var-alipay, + "youtube": $fa-var-youtube, + "skyatlas": $fa-var-skyatlas, + "firefox-browser": $fa-var-firefox-browser, + "replyd": $fa-var-replyd, + "suse": $fa-var-suse, + "jenkins": $fa-var-jenkins, + "twitter": $fa-var-twitter, + "rockrms": $fa-var-rockrms, + "pinterest": $fa-var-pinterest, + "buffer": $fa-var-buffer, + "npm": $fa-var-npm, + "yammer": $fa-var-yammer, + "btc": $fa-var-btc, + "dribbble": $fa-var-dribbble, + "stumbleupon-circle": $fa-var-stumbleupon-circle, + "internet-explorer": $fa-var-internet-explorer, + "stubber": $fa-var-stubber, + "telegram": $fa-var-telegram, + "telegram-plane": $fa-var-telegram-plane, + "old-republic": $fa-var-old-republic, + "odysee": $fa-var-odysee, + "square-whatsapp": $fa-var-square-whatsapp, + "whatsapp-square": $fa-var-whatsapp-square, + "node-js": $fa-var-node-js, + "edge-legacy": $fa-var-edge-legacy, + "slack": $fa-var-slack, + "slack-hash": $fa-var-slack-hash, + "medrt": $fa-var-medrt, + "usb": $fa-var-usb, + "tumblr": $fa-var-tumblr, + "vaadin": $fa-var-vaadin, + "quora": $fa-var-quora, + "square-x-twitter": $fa-var-square-x-twitter, + "reacteurope": $fa-var-reacteurope, + "medium": $fa-var-medium, + "medium-m": $fa-var-medium-m, + "amilia": $fa-var-amilia, + "mixcloud": $fa-var-mixcloud, + "flipboard": $fa-var-flipboard, + "viacoin": $fa-var-viacoin, + "critical-role": $fa-var-critical-role, + "sitrox": $fa-var-sitrox, + "discourse": $fa-var-discourse, + "joomla": $fa-var-joomla, + "mastodon": $fa-var-mastodon, + "airbnb": $fa-var-airbnb, + "wolf-pack-battalion": $fa-var-wolf-pack-battalion, + "buy-n-large": $fa-var-buy-n-large, + "gulp": $fa-var-gulp, + "creative-commons-sampling-plus": $fa-var-creative-commons-sampling-plus, + "strava": $fa-var-strava, + "ember": $fa-var-ember, + "canadian-maple-leaf": $fa-var-canadian-maple-leaf, + "teamspeak": $fa-var-teamspeak, + "pushed": $fa-var-pushed, + "wordpress-simple": $fa-var-wordpress-simple, + "nutritionix": $fa-var-nutritionix, + "wodu": $fa-var-wodu, + "google-pay": $fa-var-google-pay, + "intercom": $fa-var-intercom, + "zhihu": $fa-var-zhihu, + "korvue": $fa-var-korvue, + "pix": $fa-var-pix, + "steam-symbol": $fa-var-steam-symbol, +); diff --git a/static/thirdparty/fontawesome6/scss/brands.scss b/static/thirdparty/fontawesome6/scss/brands.scss new file mode 100644 index 0000000..202ed64 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/brands.scss @@ -0,0 +1,30 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-style-family-brands: 'Font Awesome 6 Brands'; + --#{$fa-css-prefix}-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; +} + +@font-face { + font-family: 'Font Awesome 6 Brands'; + font-style: normal; + font-weight: 400; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'), + url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'); +} + +.fab, +.#{$fa-css-prefix}-brands { + font-weight: 400; +} + +@each $name, $icon in $fa-brand-icons { + .#{$fa-css-prefix}-#{$name}:before { content: unquote("\"#{ $icon }\""); } +} diff --git a/static/thirdparty/fontawesome6/scss/fontawesome.scss b/static/thirdparty/fontawesome6/scss/fontawesome.scss new file mode 100644 index 0000000..499dda2 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/fontawesome.scss @@ -0,0 +1,21 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +// Font Awesome core compile (Web Fonts-based) +// ------------------------- + +@import 'functions'; +@import 'variables'; +@import 'mixins'; +@import 'core'; +@import 'sizing'; +@import 'fixed-width'; +@import 'list'; +@import 'bordered-pulled'; +@import 'animated'; +@import 'rotated-flipped'; +@import 'stacked'; +@import 'icons'; +@import 'screen-reader'; diff --git a/static/thirdparty/fontawesome6/scss/regular.scss b/static/thirdparty/fontawesome6/scss/regular.scss new file mode 100644 index 0000000..fb1197c --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/regular.scss @@ -0,0 +1,26 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }'; + --#{$fa-css-prefix}-font-regular: normal 400 1em/1 '#{ $fa-style-family }'; +} + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 400; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'), + url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'); +} + +.far, +.#{$fa-css-prefix}-regular { + font-weight: 400; +} diff --git a/static/thirdparty/fontawesome6/scss/solid.scss b/static/thirdparty/fontawesome6/scss/solid.scss new file mode 100644 index 0000000..e53e619 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/solid.scss @@ -0,0 +1,26 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }'; + --#{$fa-css-prefix}-font-solid: normal 900 1em/1 '#{ $fa-style-family }'; +} + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 900; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'), + url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype'); +} + +.fas, +.#{$fa-css-prefix}-solid { + font-weight: 900; +} diff --git a/static/thirdparty/fontawesome6/scss/v4-shims.scss b/static/thirdparty/fontawesome6/scss/v4-shims.scss new file mode 100644 index 0000000..d6edb63 --- /dev/null +++ b/static/thirdparty/fontawesome6/scss/v4-shims.scss @@ -0,0 +1,11 @@ +/*! + * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */ +// V4 shims compile (Web Fonts-based) +// ------------------------- + +@import 'functions'; +@import 'variables'; +@import 'shims'; diff --git a/static/thirdparty/fontawesome6/webfonts/fa-brands-400.ttf b/static/thirdparty/fontawesome6/webfonts/fa-brands-400.ttf new file mode 100644 index 0000000000000000000000000000000000000000..30f55b7435491ed4c2b11de8ab5e5c7e1e1ed669 GIT binary patch literal 189684 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

(0wGwLXB2naKMKgASi>6$6=JG#)$u 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 literal 0 HcmV?d00001 diff --git a/static/thirdparty/fontawesome6/webfonts/fa-regular-400.ttf b/static/thirdparty/fontawesome6/webfonts/fa-regular-400.ttf new file mode 100644 index 0000000000000000000000000000000000000000..c79589d83dd5569afad3a4bf7dd96d97cfd52e57 GIT binary patch literal 63348 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 literal 0 HcmV?d00001 diff --git a/static/thirdparty/fontawesome6/webfonts/fa-regular-400.woff2 b/static/thirdparty/fontawesome6/webfonts/fa-regular-400.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..059a94e2fd7a6144d1496157ce0c21e39fcde121 GIT binary patch literal 24488 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 Lgti_09|HpbvH4-J literal 0 HcmV?d00001 diff --git a/static/thirdparty/fontawesome6/webfonts/fa-solid-900.ttf b/static/thirdparty/fontawesome6/webfonts/fa-solid-900.ttf new file mode 100644 index 0000000000000000000000000000000000000000..e479fb29349a12b564516c40aa529276c6c5e12d GIT binary patch literal 394668 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 B77+jd literal 0 HcmV?d00001 diff --git a/static/thirdparty/fontawesome6/webfonts/fa-solid-900.woff2 b/static/thirdparty/fontawesome6/webfonts/fa-solid-900.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..88b0367aae421f51483c07ad7ae3ebc5251e48e5 GIT binary patch literal 150020 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

N{f}=hJyVz~&Ig83lmY%4(j$SFN&j#sZXv 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 DT5c?X literal 0 HcmV?d00001 diff --git a/static/thirdparty/fontawesome6/webfonts/fa-v4compatibility.ttf b/static/thirdparty/fontawesome6/webfonts/fa-v4compatibility.ttf new file mode 100644 index 0000000000000000000000000000000000000000..ba6cb258e0f33ffddffd24b18d7162a32cb9a6da GIT binary patch literal 10172 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 N-3nCBrc#A%{vU!|PjCPL literal 0 HcmV?d00001 diff --git a/static/thirdparty/fontawesome6/webfonts/fa-v4compatibility.woff2 b/static/thirdparty/fontawesome6/webfonts/fa-v4compatibility.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..23b1c47ba29581512bbffdf82a9d88fb898faee6 GIT binary patch literal 4568 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